/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
 --primary:#1459d9;
 --primary-dark:#0b3d9b;
 --text:#13213a;
 --muted:#71819a;
 --line:#dfe7f2;
 --card:#fff;
 --bg:#f6f9fd;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", Arial, sans-serif;
    background: #f7f9fc;
    color: #1d1d1f;
}


/* =========================
   HEADER
========================= */

.header {
    width: 100%;
    height: 64px;

    background: linear-gradient(90deg,
            #0750b8 0%,
            #064cae 50%,
            #0749a5 100%);

    box-shadow: 0 5px 20px rgba(0, 40, 100, 0.20);

    position: relative;
    z-index: 100;
}

.header-container {
    width: 100%;
    max-width: 1280px;

    height: 100%;
    margin: auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;
    gap: 10px;

    color: white;
    text-decoration: none;

    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;

    white-space: nowrap;
}

.logo-icon {
    width: 38px;
    height: 38px;

    background: #ffffff;

    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
    color: white;
}
.logo-icon img{
    width: 38px;
    height: 38px;
}


/* NAVIGATION */

.nav {
    display: flex;
    align-items: center;
    gap: 7px;
}

.nav a {
    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    padding: 10px 13px;

    border-radius: 10px;

    transition: 0.2s ease;
}

.nav a:hover {
    background: rgba(255, 255, 255, 0.12);
}


/* DASHBOARD */

.dashboard-btn {
    margin-left: 5px;

    padding: 11px 22px !important;

    border: 1px solid rgba(255, 255, 255, 0.25);

    background: rgba(255, 255, 255, 0.08);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dashboard-btn:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}


/* LOGOUT */

.logout-btn {
    padding: 11px 18px !important;

    border: 1px solid rgba(255, 255, 255, 0.18);
}


/* MOBILE BUTTON */

.mobile-menu {
    display: none;

    border: 1px solid rgba(255, 255, 255, 0.25);

    background: transparent;

    color: white;

    font-size: 24px;

    width: 43px;
    height: 40px;

    border-radius: 8px;

    cursor: pointer;
}


/* =========================
   HERO
========================= */

.hero-section {
    padding: 20px 20px 0;
}

.hero {
    max-width: 1140px;

    min-height: 227px;

    margin: 50px auto 0 auto;

    position: relative;

    overflow: hidden;

    border-radius: 19px;

    background: linear-gradient(115deg,
            #084589 0%,
            #0753a7 55%,
            #2666a9 100%);

    color: white;

    box-shadow:
        0 14px 30px rgba(10, 67, 125, 0.22);
}

.hero {
    min-height: 392px;
    border-radius: 16px;
    overflow: hidden;
    padding: 48px 53px;
    color: white;
    position: relative;
    background:
        radial-gradient(circle at 82% 45%, rgba(77, 113, 255, .55), transparent 29%),
        linear-gradient(105deg, #063b94 0%, #0c3e9c 47%, #304bd0 100%);
    box-shadow: 0 18px 35px rgba(28, 63, 120, .17);
}

.hero:after {
    content: "";
    position: absolute;
    right: -80px;
    top: -110px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .08) 1px, transparent 2px);
    background-size: 18px 18px;
    opacity: .65;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px
}

.hero h1 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin-bottom: 24px
}

.hero h1 span {
    color: #48d5f4
}

.hero p {
    font-size: 16px;
    line-height: 1.75;
    color: #f0f5ff;
    max-width: 570px
}

.features {
    display: flex;
    gap: 38px;
    margin-top: 29px;
    flex-wrap: wrap
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px
}

.feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(163 178 255 / 16%);
    display: grid;
    place-items: center;
    font-size: 22px;
    border: 1px solid rgba(255, 255, 255, .12)
}


/* SPEED BUTTON */

.speed-btn {
    display: inline-flex;

    align-items: center;

    margin-top: 0px;

    padding: 3px 9px;

    border: 1px solid white;

    border-radius: 20px;

    color: white;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    background: rgba(0, 0, 0, 0.05);

    transition: 0.2s;
}

.speed-btn:hover {
    background: white;
    color: #0750a9;
}


/* HERO CIRCLES */

.hero-circle {
    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.06);

    z-index: 1;
}

.circle-one {
    width: 290px;
    height: 290px;

    left: 110px;
    bottom: -190px;
}

.circle-two {
    width: 360px;
    height: 360px;

    right: -65px;
    bottom: -230px;
}


/* =========================
   COUNTRIES SECTION
========================= */

.countries-section {
    max-width: 1140px;

    margin: 84px auto 60px;

    padding: 0 0;
}


/* LABEL */

.available-label {
    width: fit-content;

    margin: 0 auto 17px;

    padding: 7px 17px;

    border-radius: 30px;

    background: #eef5ff;

    color: #2465d4;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.3px;
}


/* TITLE */

.countries-section h2 {
    text-align: center;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1.2px;
}


/* SUBTITLE */

.subtitle {
    text-align: center;

    margin-top: 13px;

    color: #657894;

    font-size: 15px;

    font-weight: 400;
}


/* =========================
   COUNTRY GRID
========================= */

.countries-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 16px;

    margin-top: 44px;
}


/* COUNTRY CARD */

.country-card {
    height: 125px;

    background: #ffffff;

    border: 1px solid #dce4ed;

    border-radius: 15px;

    text-decoration: none;

    color: #1f1f1f;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 10px;

    box-shadow: 0 2px 4px rgba(30, 50, 80, 0.04);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.country-card:hover {
    transform: translateY(-4px);

    border-color: #b9d1ef;

    box-shadow: 0 10px 25px rgba(35, 85, 140, 0.12);
}


/* FLAG */

.flag {
    font-size: 5px;

    line-height: 1;

    font-family:
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Noto Color Emoji",
        sans-serif;
}
.flag img{
    max-width: 108px;
    height: auto;
    display: block;
    width: 100%;
    margin: auto;
    border: 1px solid #00000021;
}

/* COUNTRY NAME */

.country-name {
    font-size: 15px;

    font-weight: 500;

    text-align: center;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .header-container {
        padding: 0 15px;
    }

    .nav {
        gap: 2px;
    }

    .nav a {
        padding: 9px 8px;

        font-size: 13px;
    }

    .hero {
        max-width: 100%;
    }
      .hero h1{font-size:40px}.phone-art{right:5%}

    .countries-section {
        padding: 0 20px;
    }

}


/* =========================
   SMALL TABLET
========================= */

@media (max-width: 900px) {
    .hero {
       
        display: none;
    }
    .logo {
        font-size: 18px;
    }

    .logo-icon {
        width: 34px;
        height: 34px;
    }

     .hero-content{max-width:100%}.hero h1{font-size:38px}
    .nav a:nth-child(3),
    .nav a:nth-child(4),
    .nav a:nth-child(5),
    .nav a:nth-child(6) {
        display: none;
    }

    .countries-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .header {
        height: 60px;
    }

    .header-container {
        padding: 0 15px;
    }

    .logo {
        font-size: 17px;
    }

    .logo-icon {
        width: 34px;
        height: 34px;
        font-size: 19px;
    }

    .mobile-menu {
        display: flex;

        align-items: center;
        justify-content: center;
    }
.hero{padding:30px 24px;min-height:auto;border-radius:14px}
     .hero h1{font-size:31px;letter-spacing:-1px}.hero p{font-size:14px;line-height:1.6}
    .nav {
        display: none;

        position: absolute;

        top: 60px;
        left: 0;
        right: 0;

        padding: 12px 15px 18px;

        background: #0750b8;

        flex-direction: column;

        align-items: stretch;

        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .nav.active {
        display: flex;
    }

    .nav a {
        width: 100%;

        text-align: center;

        padding: 12px;

        border-radius: 8px;
    }

    .nav a:nth-child(3),
    .nav a:nth-child(4),
    .nav a:nth-child(5),
    .nav a:nth-child(6) {
        display: block;
    }


    /* HERO */

    .hero-section {
        padding: 15px 12px 0;
    }

    .hero {
        min-height: auto;

        border-radius: 15px;
    }

    .hero-content {
        padding: 22px 20px 25px;
    }

    .hero h1 {
        font-size: 23px;

        line-height: 1.3;
    }

    .hero-line {
        margin: 10px 0;
    }

    .hero p {
        font-size: 13px;

        line-height: 1.6;
    }

    .speed-btn {
        font-size: 12px;

        margin-top: 7px;
    }


    /* COUNTRIES */

    .countries-section {
        margin-top: 55px;

        padding: 0 12px;
    }

    .countries-section h2 {
        font-size: 27px;
    }

    .subtitle {
        font-size: 14px;

        line-height: 1.5;

        padding: 0 15px;
    }

    .countries-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 12px;

        margin-top: 30px;
    }

    .country-card {
        height: 120px;

        border-radius: 13px;
    }

    .flag {
        font-size: 39px;
    }

    .country-name {
        font-size: 14px;
    }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .logo {
        font-size: 15px;
    }

    .countries-grid {
        grid-template-columns: 1fr;
    }

    .country-card {
        height: 105px;
    }

}


/* =========================
   WHY SECTION
========================= */

.why-section {
    width: 100%;

    margin-top: 95px;

    padding: 80px 20px 90px;

    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #f8fbff 100%);

    border-top: 1px solid #edf2f8;
}


.why-container {
    max-width: 1140px;

    margin: 0 auto;
}


/* =========================
   INTRO
========================= */

.why-intro {
    max-width: 850px;

    margin: 0 auto;

    text-align: center;
}


.section-badge {
    display: inline-flex;

    align-items: center;

    padding: 7px 15px;

    margin-bottom: 15px;

    border-radius: 30px;

    background: #eaf3ff;

    color: #1764d8;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.7px;
}


.why-intro h2 {
    margin: 0;

    color: #17191d;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1.4px;
}


.why-intro p {
    max-width: 760px;

    margin: 18px auto 0;

    color: #66758b;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================
   FEATURE HEADING
========================= */

.features-heading {
    margin-top: 55px;

    margin-bottom: 23px;

    text-align: center;
}


.features-heading h3 {
    margin: 0;

    color: #202329;

    font-size: 24px;

    font-weight: 750;

    letter-spacing: -0.6px;
}


.features-heading span {
    display: block;

    width: 42px;

    height: 3px;

    margin: 13px auto 0;

    border-radius: 10px;

    background: linear-gradient(90deg,
            #1767e8,
            #4c8eff);
}


/* =========================
   FEATURES GRID
========================= */

.features-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================
   FEATURE CARD
========================= */

.feature-card {
    min-height: 190px;

    padding: 28px 24px 24px;

    background: rgba(255, 255, 255, 0.95);

    border: 1px solid #dce5ef;

    border-radius: 17px;

    text-align: center;

    position: relative;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;

    overflow: hidden;
}


.feature-card::before {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    right: -50px;
    top: -55px;

    border-radius: 50%;

    background: #eef5ff;

    opacity: 0;

    transition: 0.25s;
}


.feature-card:hover {
    transform: translateY(-5px);

    border-color: #c8dbf5;

    box-shadow:
        0 15px 35px rgba(38, 88, 145, 0.10);
}


.feature-card:hover::before {
    opacity: 1;
}


/* =========================
   ICON
========================= */




.feature-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* Different icon colors */

.blue-icon {
    color: #2563eb;

    background:
        linear-gradient(145deg,
            #eaf3ff,
            #d9e9ff);
}


.purple-icon {
    color: #6366f1;

    background:
        linear-gradient(145deg,
            #f0efff,
            #e2e1ff);
}


.green-icon {
    color: #15966b;

    background:
        linear-gradient(145deg,
            #e7faf3,
            #d7f4e8);
}


.orange-icon {
    color: #e28a19;

    background:
        linear-gradient(145deg,
            #fff5e6,
            #ffebca);
}




/* =========================
   CARD TEXT
========================= */

.feature-card h4 {
    margin: 0;

    color: #202124;

    font-size: 16px;

    font-weight: 700;

    position: relative;

    z-index: 2;
}


.feature-card p {
    max-width: 300px;

    margin: 9px auto 0;

    color: #778397;

    font-size: 14px;

    line-height: 1.6;

    position: relative;

    z-index: 2;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .why-section {
        margin-top: 70px;

        padding: 65px 20px 70px;
    }


    .why-intro h2 {
        font-size: 30px;
    }


    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .why-section {
        margin-top: 55px;

        padding: 55px 12px 60px;
    }


    .why-intro {
        padding: 0 8px;
    }


    .section-badge {
        font-size: 10px;

        padding: 6px 13px;
    }


    .why-intro h2 {
        font-size: 26px;

        line-height: 1.3;
    }


    .why-intro p {
        margin-top: 14px;

        font-size: 14px;

        line-height: 1.65;
    }


    .features-heading {
        margin-top: 42px;

        margin-bottom: 20px;
    }


    .features-heading h3 {
        font-size: 21px;
    }


    .features-grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .feature-card {
        min-height: 175px;

        padding: 25px 20px 22px;
    }


    .feature-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 13px;
    }


    .feature-icon svg {
        width: 23px;
        height: 23px;
    }


    .feature-card h4 {
        font-size: 15px;
    }


    .feature-card p {
        font-size: 13px;

        line-height: 1.55;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .why-intro h2 {
        font-size: 23px;
    }


    .features-heading h3 {
        font-size: 19px;
    }


    .feature-card {
        min-height: 165px;
    }

}

/* =========================================================
   CTA / GET STARTED SECTION
========================================================= */

.cta-section {
    position: relative;
    width: 100%;
    min-height: 300px;
    /* margin-top: 20px; */
    overflow: hidden;
    background: linear-gradient(22deg, #a9fbc3 0%, #eddd91 48%, #b7ffee 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* =========================================================
   BACKGROUND CIRCLES
========================================================= */

.cta-bg-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.cta-circle-left {
    width: 500px;
    height: 500px;

    left: -150px;
    top: -230px;

    background: rgba(105, 161, 240, 0.16);
}

.cta-circle-right {
    width: 470px;
    height: 470px;

    right: -80px;
    bottom: -260px;

    background: rgba(62, 133, 228, 0.14);
}


/* =========================================================
   CONTENT
========================================================= */

.cta-content {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 750px;

    padding: 45px 20px;
}


/* =========================================================
   BADGE
========================================================= */

.cta-badge {
    display: inline-flex;

    align-items: center;

    padding: 6px 14px;

    margin-bottom: 12px;

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.65);

    border: 1px solid rgba(255, 255, 255, 0.8);

    color: #2162cf;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.5px;
}


/* =========================================================
   TITLE
========================================================= */

.cta-content h2 {
    margin: 0;

    color: #142442;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1.4px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.cta-content p {
    margin: 13px auto 0;

    color: #4d607c;

    font-size: 15px;

    line-height: 1.6;
}

.cta-content p strong {
    color: #142442;

    font-weight: 800;
}


/* =========================================================
   BUTTON
========================================================= */

.cta-button {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    width: 250px;

    min-height: 55px;

    margin: 22px auto 0;

    border-radius: 13px;

    background:
        linear-gradient(180deg,
            #4389f6 0%,
            #2463df 45%,
            #1954cf 100%);

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 800;

    box-shadow:
        0 8px 18px rgba(34, 93, 207, 0.28);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.cta-button span {
    font-size: 20px;

    transition: transform 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 13px 25px rgba(34, 93, 207, 0.35);
}

.cta-button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.cta-note {
    margin-top: 15px;

    color: #5d718f;

    font-size: 12px;

    font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .cta-section {
        min-height: 290px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .cta-section {
        min-height: 330px;

        margin-top: 10px;
    }

    .cta-content {
        padding: 40px 15px;
    }

    .cta-badge {
        font-size: 10px;

        padding: 6px 12px;
    }

    .cta-content h2 {
        font-size: 27px;

        line-height: 1.25;

        letter-spacing: -0.8px;
    }

    .cta-content p {
        max-width: 340px;

        font-size: 14px;

        line-height: 1.65;
    }

    .cta-button {
        width: 220px;

        min-height: 52px;

        margin-top: 20px;

        font-size: 14px;
    }

    .cta-note {
        max-width: 300px;

        margin: 13px auto 0;

        font-size: 11px;

        line-height: 1.7;
    }

    .cta-circle-left {
        width: 350px;
        height: 350px;

        left: -180px;
        top: -170px;
    }

    .cta-circle-right {
        width: 330px;
        height: 330px;

        right: -180px;
        bottom: -180px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .cta-content h2 {
        font-size: 24px;
    }

    .cta-content p {
        font-size: 13px;
    }

    .cta-note {
        font-size: 10px;
    }

}


.faq-section{
 min-height:100vh;padding:55px 20px 85px;
 background:
 radial-gradient(circle at 15% 0%,rgba(38,105,224,.10),transparent 300px),
 radial-gradient(circle at 90% 25%,rgba(53,114,226,.07),transparent 320px),
 var(--bg);
}
.faq-wrap{max-width:900px;margin:auto}

/* Header */
.faq-heading{text-align:center;margin-bottom:42px}
.icon-circle{
 width:52px;height:52px;margin:0 auto 16px;border-radius:16px;
 display:grid;place-items:center;color:#fff;font-size:23px;font-weight:800;
 background:linear-gradient(135deg,#1465e8,#103b9d);
 box-shadow:0 9px 22px rgba(20,89,217,.22);
}
.faq-heading h1{
 font-size:38px;line-height:1.15;letter-spacing:-1.4px;
 margin-bottom:12px;
}
.faq-heading h1 span{color:var(--primary)}
.faq-heading p{
 max-width:650px;margin:auto;color:var(--muted);
 font-size:15px;line-height:1.7;
}
.support-line{
 margin-top:17px;color:#55708f;font-size:12px;font-weight:700;
}
.support-line b{color:var(--primary)}

/* FAQ cards */
.faq-list{display:flex;flex-direction:column;gap:14px}
.faq-card{
 background:var(--card);
 border:1px solid var(--line);
 border-radius:13px;
 overflow:hidden;
 transition:.25s ease;
}
.faq-card:hover{
 transform:translateY(-2px);
 border-color:#c9d9ef;
 box-shadow:0 12px 28px rgba(22,61,111,.07);
}
.question{
 width:100%;border:0;background:transparent;
 padding:20px 22px;
 display:flex;align-items:center;text-align:left;
 gap:18px;cursor:pointer;color:var(--text);
 font:700 15px Inter,Arial,sans-serif;
}
.number{
 width:30px;height:30px;flex:0 0 30px;
 border-radius:9px;background:#edf4ff;color:var(--primary);
 display:grid;place-items:center;font-size:12px;font-weight:800;
}
.question-text{flex:1}
.chevron{
 width:30px;height:30px;flex:0 0 30px;
 border:1px solid #dce6f4;border-radius:9px;
 display:grid;place-items:center;color:var(--primary);
 transition:.25s;
 font-size:18px;
}
.answer{
 display:grid;grid-template-rows:0fr;
 transition:grid-template-rows .28s ease;
}
.answer-inner{
 overflow:hidden;padding:0 70px 0;
 color:var(--muted);font-size:14px;line-height:1.75;
}
.faq-card.open{
 border-color:#bdd1f1;
 box-shadow:0 10px 25px rgba(20,73,145,.08);
}
.faq-card.open .answer{grid-template-rows:1fr}
.faq-card.open .answer-inner{padding-bottom:21px}
.faq-card.open .chevron{
 transform:rotate(180deg);
 background:#edf4ff;
}

/* Bottom CTA */
.faq-cta{
 margin-top:35px;
 border-radius:16px;padding:23px 27px;
 background:linear-gradient(110deg,#0b419e,#1d62d8);
 color:white;display:flex;align-items:center;
 justify-content:space-between;gap:20px;
}
.faq-cta h3{font-size:17px;margin-bottom:4px}
.faq-cta p{font-size:13px;color:#dbe8ff}
.cta-btn{
 background:white;color:#1554be;padding:10px 17px;
 border-radius:9px;font-size:13px;font-weight:800;white-space:nowrap;
}

/* Responsive */
@media(max-width:650px){
 .faq-section{padding:35px 14px 55px}
 .faq-heading{margin-bottom:30px}
 .faq-heading h1{font-size:29px}
 .faq-heading p{font-size:14px}
 .question{padding:16px 14px;font-size:14px;gap:11px}
 .number{width:27px;height:27px;flex-basis:27px;font-size:11px}
 .chevron{width:28px;height:28px;flex-basis:28px}
 .answer-inner{padding:0 53px 0;font-size:13px}
 .faq-card.open .answer-inner{padding-bottom:17px}
 .faq-cta{padding:19px;display:block}
 .cta-btn{display:inline-block;margin-top:14px}
}


/* ================================
   TEMP NUMBER FOOTER
   All styles are scoped to footer
================================ */

.site-footer {
    background:
        radial-gradient(circle at 8% 15%, rgba(24,93,210,.18), transparent 300px),
        radial-gradient(circle at 92% 45%, rgba(20,77,180,.12), transparent 330px),
        linear-gradient(135deg, #061b43 0%, #041a3b 48%, #02132f 100%);
    color: #e9f0ff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 50px;
}

.site-footer * {
    box-sizing: border-box;
}

.site-footer a {
    text-decoration: none;
    color: inherit;
}


/* CONTAINER */

.site-footer .footer-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 42px 25px 38px;
}


/* NEWSLETTER */

.site-footer .footer-newsletter {
    min-height: 135px;
    border: 1px solid rgba(73,145,255,.32);
    border-radius: 20px;
    background: linear-gradient(
        105deg,
        rgba(19,72,170,.48),
        rgba(11,49,118,.35)
    );

    padding: 25px 34px;

    display: flex;
    align-items: center;
    gap: 22px;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.site-footer .newsletter-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;

    border-radius: 50%;

    display: grid;
    place-items: center;

    background: linear-gradient(145deg,#1978f5,#0b4ab8);

    font-size: 26px;
}

.site-footer .newsletter-text {
    flex: 1;
}

.site-footer .newsletter-text h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 25px;
    letter-spacing: -.5px;
}

.site-footer .newsletter-text p {
    margin: 0;
    color: #b9c9e4;
    font-size: 14px;
}

.site-footer .newsletter-form {
    width: 470px;

    display: flex;
    gap: 12px;
}

.site-footer .newsletter-form input {
    min-width: 0;
    flex: 1;

    height: 58px;

    padding: 0 20px;

    border: 1px solid rgba(126,169,232,.3);
    border-radius: 12px;

    outline: none;

    background: rgba(0,19,57,.3);
    color: #fff;

    font: inherit;
}

.site-footer .newsletter-form input::placeholder {
    color: #9eafcc;
}

.site-footer .newsletter-form button {
    border: 0;
    border-radius: 12px;

    padding: 0 25px;

    background: linear-gradient(135deg,#1975ef,#0d58d4);

    color: #fff;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;
}


/* MAIN FOOTER */

.site-footer .footer-main {
    display: grid;

    grid-template-columns:
        1.35fr
        1fr
        1fr
        1.1fr;

    gap: 50px;

    padding: 58px 0 55px;
}


/* BRAND */

.site-footer .footer-brand {
    max-width: 330px;
}

.site-footer .footer-logo {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 24px;
}

.site-footer .footer-logo-icon {
    width: 46px;
    height: 46px;

    border-radius: 12px;

    display: grid;
    place-items: center;

    color: #fff;


    font-size: 22px;
}
.site-footer .footer-logo-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-footer .footer-logo strong {
    display: block;

    color: #fff;

    font-size: 21px;
}

.site-footer .footer-logo small {
    display: block;

    margin-top: 2px;

    color: #2d8bff;

    font-size: 13px;
    font-weight: 700;
}

.site-footer .footer-brand > p {
    margin: 0;

    color: #a9b9d1;

    font-size: 14px;
    line-height: 1.85;
}

.site-footer .footer-line {
    width: 48px;
    height: 2px;

    margin: 25px 0 22px;

    background: #1880ff;
}


/* SOCIAL */

.site-footer .socials {
    display: flex;
    gap: 12px;
}

.site-footer .socials a {
    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(151,181,225,.18);
    border-radius: 12px;

    background: rgba(255,255,255,.07);

    color: #e9f2ff;

    font-weight: 800;

    transition: .2s;
}

.site-footer .socials a:hover {
    background: #1467df;
    transform: translateY(-2px);
}


/* COLUMNS */

.site-footer .footer-column h4,
.site-footer .footer-download h4 {
    display: flex;
    align-items: center;

    gap: 10px;

    margin: 0 0 22px;

    color: #fff;

    font-size: 16px;
}

.site-footer .column-icon {
    width: 31px;
    height: 31px;

    display: grid;
    place-items: center;

    border-radius: 7px;

    background: #1268e8;

    font-size: 15px;
}

.site-footer .footer-column > a {
    display: block;

    margin-bottom: 17px;

    color: #becbe0;

    font-size: 14px;

    transition: .2s;
}

.site-footer .footer-column > a:hover {
    color: #4da0ff;
    padding-left: 3px;
}


/* YOUTUBE / APP STORE */

.site-footer .store {
    width: 100%;
    max-width: 265px;

    min-height: 68px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 10px 18px;

    margin-bottom: 13px;

    border: 2px solid #dce5f0;
    border-radius: 12px;

    background: #fff;

    color: #101820 !important;

    transition: .2s;
}

.site-footer .store:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0,0,0,.15);
}

.site-footer .store small {
    display: block;

    color: #303943;

    font-size: 10px;
}

.site-footer .store strong {
    display: block;

    font-size: 20px;
}

.site-footer .youtube-logo {
    width: 43px;
    height: 31px;

    display: grid;
    place-items: center;

    border-radius: 9px;

    background: #ff0000;

    color: #fff;

    font-size: 17px;
}

.site-footer .apple {
    font-size: 37px;
}


/* COUNTRIES */

.site-footer .coverage {
    max-width: 265px;

    margin-top: 40px;

    padding: 17px;

    display: flex;
    align-items: center;

    gap: 14px;

    border: 1px solid rgba(89,141,219,.28);
    border-radius: 13px;

    background: rgba(255,255,255,.035);
}

.site-footer .coverage-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #1479f4,
        #0d4db8
    );

    font-size: 22px;
}

.site-footer .coverage strong {
    display: block;

    color: #fff;

    font-size: 14px;
}

.site-footer .coverage small {
    display: block;

    margin-top: 5px;

    color: #91a5c5;

    font-size: 12px;
}


/* FEATURES */

.site-footer .footer-features {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    overflow: hidden;

    border: 1px solid rgba(87,142,220,.25);
    border-radius: 18px;

    background: rgba(4,27,64,.42);
}

.site-footer .feature {
    min-height: 110px;

    display: flex;
    align-items: center;

    gap: 17px;

    padding: 20px 28px;

    border-right: 1px solid rgba(111,149,204,.18);
}

.site-footer .feature:last-child {
    border-right: 0;
}

.site-footer .feature-icon {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #125fc8,
        #0a3e95
    );

    color: #fff;

    font-size: 27px;
}

.site-footer .feature strong {
    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 14px;
}

.site-footer .feature small {
    display: block;

    color: #91a7c8;

    font-size: 12px;
}


/* BOTTOM */

.site-footer .footer-bottom {
    padding: 30px 20px 34px;

    border-top: 1px solid rgba(131,163,211,.16);

    text-align: center;

    color: #8799b5;

    font-size: 12px;
}

.site-footer .bottom-links {
    margin-top: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    flex-wrap: wrap;
}

.site-footer .bottom-links a:hover {
    color: #4da0ff;
}

.site-footer .bottom-links i {
    color: #3e587d;
    font-style: normal;
}

.site-footer .bottom-links button {
    padding: 8px 13px;

    border: 1px solid rgba(100,147,213,.24);
    border-radius: 9px;

    background: rgba(255,255,255,.025);

    color: #b8c8df;

    cursor: pointer;
}


/* TABLET */

@media(max-width:1000px) {

    .site-footer .footer-main {
        grid-template-columns:
            1.3fr 1fr 1fr;

        gap: 35px;
    }

    .site-footer .footer-download {
        grid-column: span 3;
    }

    .site-footer .newsletter-form {
        width: 400px;
    }

}


/* MOBILE */

@media(max-width:700px) {

    .site-footer .footer-container {
        padding: 30px 16px;
    }

    .site-footer .footer-newsletter {
        display: block;
        padding: 24px 20px;
    }

    .site-footer .newsletter-icon {
        margin-bottom: 15px;
    }

    .site-footer .newsletter-form {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr;

        margin-top: 18px;
    }

    .site-footer .newsletter-form input,
    .site-footer .newsletter-form button {
        height: 50px;
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr;

        gap: 38px;

        padding: 42px 0;
    }

    .site-footer .footer-brand {
        max-width: none;
    }

    .site-footer .footer-download {
        grid-column: auto;
    }

    .site-footer .store {
        max-width: 100%;
    }

    .site-footer .coverage {
        max-width: 100%;

        margin-top: 25px;
    }

    .site-footer .footer-features {
        grid-template-columns: 1fr;
    }

    .site-footer .feature {
        border-right: 0;
        border-bottom: 1px solid rgba(111,149,204,.18);
    }

    .site-footer .feature:last-child {
        border-bottom: 0;
    }

}


/* SMALL MOBILE */

@media(max-width:390px) {

    .site-footer .feature {
        padding: 18px;
    }

    .site-footer .feature-icon {
        width: 47px;
        height: 47px;
        flex-basis: 47px;
    }

}