@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    background-image: linear-gradient(130deg, #0d2b6b 0%, #1e5fd1 55%, #00a8b5 100%);
    box-shadow: 0 5px 23px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 16px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}.hero-actions .btn {
    margin: 0.35rem;
}

.navbar-brand img {
    max-height: 36px;
}

@media (max-width: 767px) {
    .hero-actions .btn {
        display: inline-block;
        margin-bottom: 0.75rem;
    }
}
/* Affiliate landing overrides */
:root {
    --brand-primary: #1c56d4;
    --brand-secondary: #00a8b5;
    --brand-accent: #f59f00;
    --brand-heading: #113067;
    --brand-text: #4e5a74;
    --brand-light: #eff5ff;
}

body {
    color: var(--brand-text);
    background: #f8fbff;
}

a,
.text-primary {
    color: var(--brand-primary) !important;
}

a:hover,
a:focus {
    color: #143e9d;
}

h2,
h3,
h4,
h5 {
    color: var(--brand-heading);
}

p,
.card-text,
.light-font {
    color: var(--brand-text);
}

.bg-gradient,
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-image: linear-gradient(130deg, #0d2b6b 0%, #1e5fd1 55%, #00a8b5 100%);
}

.btn {
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.btn-primary {
    background-image: linear-gradient(120deg, var(--brand-accent) 0%, #ffba2d 100%);
    color: #1d2438;
    box-shadow: 0 10px 24px rgba(245, 159, 0, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-image: linear-gradient(120deg, #ffba2d 0%, var(--brand-accent) 100%);
    color: #1d2438;
}

.btn-light {
    color: var(--brand-primary);
    font-weight: 700;
}

.section {
    padding: 90px 0;
}

.light-bg {
    background: var(--brand-light);
}

header {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

header:before {
    content: "";
    position: absolute;
    right: -100px;
    top: 120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #d8e7ff;
}

h1 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.tagline {
    color: #d8e7ff;
    font-size: 20px;
    max-width: 880px;
}

.hero-actions .btn {
    margin: 0.35rem;
    min-width: 188px;
}

.trust-strip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 13px;
}

.trust-strip i {
    font-size: 14px;
    color: #d7e7ff;
}

.mini-icon,
.feature-icon {
    display: inline-block;
    flex: 0 0 auto;
    fill: currentColor;
}

.mini-icon {
    width: 14px;
    height: 14px;
    color: #d7e7ff;
}

.aff-disclosure {
    color: #c9ddff;
    font-size: 13px;
}

.feature-card {
    border: 1px solid #deebff;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(17, 48, 103, 0.08);
}

.feature-card .media {
    align-items: flex-start;
}

.feature-card .media-body {
    min-width: 0;
}

.feature-icon {
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 14px;
    color: var(--brand-primary);
    background: linear-gradient(180deg, rgba(28, 86, 212, 0.14), rgba(0, 168, 181, 0.08));
    box-shadow: inset 0 0 0 1px rgba(28, 86, 212, 0.08);
}

.feature-card:before {
    width: 0;
}

.gradient-fill:before {
    color: var(--brand-primary);
    background: linear-gradient(to bottom, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.plan-card {
    height: 100%;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dbe8ff;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
    position: relative;
}

.plan-card h4 {
    margin-bottom: 10px;
}

.plan-note {
    font-weight: 500;
    color: var(--brand-primary);
    margin-bottom: 0;
}

.plan-card.hot {
    border-color: #ffd68a;
    box-shadow: 0 14px 30px rgba(245, 159, 0, 0.2);
}

.hot-tag {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #553100;
    background: #ffe2a6;
    font-weight: 700;
}

.circle-icon {
    color: #ffffff;
    background: linear-gradient(120deg, var(--brand-primary), var(--brand-secondary));
    box-shadow: 0 12px 24px rgba(28, 86, 212, 0.25);
}

.ui-steps li:hover .circle-icon {
    background-image: linear-gradient(120deg, var(--brand-primary), var(--brand-secondary));
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #dbe8ff;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.proof-item {
    background: #ffffff;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
}

.proof-item strong {
    display: block;
    color: var(--brand-heading);
    font-size: 24px;
    margin-bottom: 6px;
}

.proof-note {
    text-align: center;
    font-size: 13px;
    color: #6d7fa7;
}

.final-cta .tagline {
    max-width: 620px;
}

.mobile-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1040;
    display: none;
    text-align: center;
    padding: 13px 14px;
    border-radius: 999px;
    color: #1d2438;
    font-weight: 700;
    background-image: linear-gradient(120deg, var(--brand-accent), #ffc145);
    box-shadow: 0 14px 34px rgba(245, 159, 0, 0.4);
}

.mobile-sticky-cta:hover,
.mobile-sticky-cta:focus {
    text-decoration: none;
    color: #1d2438;
}

footer small a {
    color: #6a7b9f;
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .mobile-sticky-cta {
        display: block;
    }

    body {
        padding-bottom: 72px;
    }
}
/* CloudEmulator content layout additions */
.plan-table-wrap {
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.plan-table {
    margin-bottom: 0;
}

.plan-table thead th {
    border-top: 0;
    border-bottom: 1px solid #dbe8ff;
    color: #113067;
    font-weight: 700;
}

.plan-table td,
.plan-table th {
    padding: 1rem 1.2rem;
    vertical-align: middle;
}

.plan-table tbody tr:last-child td {
    border-bottom: 0;
}

.scenario-card {
    height: 100%;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #dbe8ff;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.scenario-card h4 {
    margin-bottom: 12px;
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.download-item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #dbe8ff;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.download-item span {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 12px;
    color: #1c56d4;
}

.download-item h4 {
    font-size: 19px;
    margin-bottom: 8px;
}

.security-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 36px;
    border-radius: 16px;
    border: 1px solid #dbe8ff;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.security-box p {
    margin-bottom: 1.2rem;
}

@media (max-width: 991px) {
    .download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .download-grid {
        grid-template-columns: 1fr;
    }

    .plan-table td,
    .plan-table th {
        padding: 0.75rem 0.8rem;
        font-size: 14px;
    }
}
/* Readability fixes */
.nav-menu .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 500;
}

.nav-menu .btn,
.lang-select {
    font-size: 13px;
}

.nav-menu .navbar-nav .nav-link:hover,
.nav-menu .navbar-nav .nav-link:focus,
.nav-menu .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.nav-menu .btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.88);
    background: transparent;
}

.nav-menu .btn-outline-light:hover,
.nav-menu .btn-outline-light:focus {
    color: #0d2b6b !important;
    background: #ffffff;
    border-color: #ffffff;
}

.lang-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    min-width: 168px;
}

.lang-select {
    width: 100%;
    min-width: 168px;
    height: 38px;
    padding: 0 2.3rem 0 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #ffffff 50%),
        linear-gradient(135deg, #ffffff 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 15px,
        calc(100% - 12px) 15px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.lang-select:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.lang-select option {
    color: #113067;
    text-transform: none;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
}

.tagline {
    color: #e8f1ff;
}

.hero-note {
    color: #cfe1ff;
    font-size: 14px;
}

.trust-strip span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

footer small a {
    color: #5d6f95 !important;
}
/* Redfinger SEO sections */
.section-note {
    max-width: 880px;
    margin: 0.6rem auto 0;
    font-size: 14px;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.game-card {
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #dbe8ff;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.game-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.server-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.server-tag {
    border: 1px solid #b8cffd;
    border-radius: 999px;
    background: #eef4ff;
    color: #1b4daa;
    padding: 0.4rem 0.8rem;
    font-size: 13px;
    font-weight: 500;
}

.server-tag.high {
    border-color: #ffb2b2;
    background: #ffe9e9;
    color: #b23a3a;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pricing-card {
    position: relative;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(17, 48, 103, 0.08);
}

.pricing-card h3 {
    margin-bottom: 10px;
    font-size: 23px;
}

.pricing-card ul {
    margin: 0;
    padding-left: 18px;
}

.pricing-card li {
    margin-bottom: 6px;
    color: #4e5a74;
}

.pricing-card.featured {
    border-color: #ffcb81;
    box-shadow: 0 14px 30px rgba(245, 159, 0, 0.2);
}

.pricing-card .pill {
    position: absolute;
    right: 14px;
    top: 14px;
    background: #ffe7b6;
    color: #794900;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .game-grid {
        grid-template-columns: 1fr;
    }

    .lang-switcher {
        margin: 0.75rem 0 0;
    }
}

@media (max-width: 575px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/* Hero compact layout */
header {
    padding-top: 88px;
}

.hero-inner {
    max-width: 1320px;
}

.hero-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.35rem;
    row-gap: 0;
    margin-bottom: 1rem;
}

.hero-heading h1 {
    margin-bottom: 0;
}

.hero-heading-tail {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #ffffff;
}

h1 {
    font-size: 44px;
    margin-bottom: 1rem;
}

.tagline {
    font-size: 18px;
    max-width: 760px;
}

.hero-actions {
    margin-top: 1.5rem !important;
}

.hero-actions .btn {
    min-width: 170px;
}

.img-holder {
    padding-bottom: 26%;
}

@media (max-width: 991px) {
    header {
        padding-top: 76px;
    }

    .hero-heading {
        gap: 0.22rem;
    }

    h1 {
        font-size: 36px;
    }

    .hero-heading-tail {
        font-size: 36px;
    }

    .img-holder {
        padding-bottom: 55%;
    }
}
