@font-face {
    font-family: "DM Sans";
    src: url("./dm-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
}

:root {
    --navy: #031450;
    --deep-blue: #041966;
    --brand-blue: #102e82;
    --royal-blue: #173c91;
    --card-blue: #061b63;
    --bright-blue: #1648d8;
    --ice: #e9e9e9;
    --white: #fff;
    --ink: #101010;
    --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: -80px;
    background: #fff;
    color: var(--navy);
    padding: 12px 18px;
    border-radius: 4px;
}
.skip-link:focus { top: 16px; }

.contact-header {
    height: 155px;
    background: var(--brand-blue);
    color: #fff;
}
.contact-inner {
    width: min(var(--container), calc(100% - 120px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
}
.brand img {
    width: 250px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: none;
}

.hero {
    position: relative;
    height: 853px;
    overflow: hidden;
    color: #fff;
    background: #17283f;
}
.hero-headline {
    position: relative;
    z-index: 3;
    height: 92px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(74, 164, 255, .35);
    background: linear-gradient(90deg, var(--brand-blue), #071d68 52%, var(--brand-blue));
    color: #fff;
}
.hero-headline h1 {
    width: min(var(--container), 100%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.35px;
}
.hero-headline .title-start,
.hero-headline .title-visa,
.hero-headline .title-start span,
.hero-headline .title-visa span { display: inline; }
.hero-headline .title-or {
    margin: 0 10px;
    display: inline;
    color: #a9c8ff;
    font-size: .72em;
    font-weight: 400;
    letter-spacing: 0;
}
.hero-stage {
    position: relative;
    height: 761px;
    overflow: hidden;
    background: #17283f url('./d-shah-hero.webp') left center / cover no-repeat;
}
.hero-stage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 15, 67, .12) 0%, rgba(3, 17, 64, .08) 50%, rgba(3, 15, 63, .3) 100%);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(1, 8, 42, .22), transparent 55%);
}
.hero-inner {
    position: relative;
    z-index: 1;
    width: min(var(--container), calc(100% - 120px));
    height: 100%;
    margin: 0 auto;
}
.offer-panel {
    position: absolute;
    z-index: 4;
    top: 106px;
    right: 10px;
    width: 480px;
    min-height: 615px;
    padding: 42px 55px 34px;
    border: 2px solid #0b7bdc;
    border-radius: 20px;
    background: rgba(2, 18, 76, .72);
    box-shadow: inset 0 0 34px rgba(18, 77, 166, .22);
}
.offer-panel h2 {
    margin: 0 0 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.offer-tabs {
    width: 440px;
    height: 46px;
    margin-left: -35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.offer-tab {
    appearance: none;
    border: 0;
    border-radius: 0 16px 16px 0;
    background: #021247;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.offer-tab:first-child { border-radius: 16px 0 0 16px; }
.offer-tab.is-active { background: #fff; color: var(--navy); }
.offer-tab:focus-visible,
.lead-form input:focus-visible,
.lead-form select:focus-visible,
.lead-form button:focus-visible,
.callback-form input:focus-visible,
.callback-form select:focus-visible,
.callback-form button:focus-visible,
.callback-trigger:focus-visible,
[data-close-modal]:focus-visible {
    outline: 3px solid #ffda28;
    outline-offset: 2px;
}
.offer-form-panel { margin-top: 48px; }
.lead-form {
    width: 370px;
    display: grid;
    gap: 10px;
}
.lead-form input,
.lead-form select {
    width: 100%;
    height: 42px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid #d8dce9;
    border-radius: 5px;
    background: #fff;
    color: #1b2445;
    font-size: 14px;
    line-height: 30px;
}
.lead-form input::placeholder { color: #a0a5b1; opacity: 1; }
.phone-control {
    display: grid;
    grid-template-columns: 104px 1fr;
    width: 100%;
}
.phone-control select,
.phone-control input { border-radius: 0; }
.phone-control select { border-radius: 5px 0 0 5px; border-right: 0; padding-left: 8px; }
.phone-control input { border-radius: 0 5px 5px 0; }
.human-check {
    min-height: 58px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #fff;
    color: #252525;
    font-size: 12px;
    line-height: 16px;
}
.human-check input { width: 22px; height: 22px; flex: 0 0 22px; margin: 0; }
.lead-form button {
    height: 43px;
    border: 0;
    border-radius: 7px;
    background: var(--navy);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.lead-form button:hover,
.blogs-cta:hover { background: #1648d8; }
.hp-field { display: none !important; }
.form-status {
    min-height: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.form-status.is-error { color: #ffe1e1; }
.form-status.is-success { color: #dfffe2; }

.section-inner {
    width: min(var(--container), calc(100% - 120px));
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.benefits { padding: 0 10px; }
.business-benefits {
    height: 493px;
    color: #fff;
    background: var(--brand-blue);
}
.visa-benefits {
    height: 517px;
    background: var(--ice);
}
.benefits .section-inner { padding-top: 74px; }
.benefits h2,
.partners h2,
.latest-blogs h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.benefits p,
.partners p {
    margin: 8px 0 34px;
    font-size: 16px;
    line-height: 24px;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 50px;
}
.benefit-card {
    height: 228px;
    padding: 29px 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    background: var(--card-blue);
    color: #fff;
}
.benefit-card svg {
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.benefit-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.visa-benefits .section-inner { padding-top: 74px; }
.visa-benefits .benefit-card { height: 251px; }

.partners {
    height: 573px;
    padding: 0 10px;
    background: #fff;
}
.partners .section-inner { padding-top: 75px; }
.partners p { margin-bottom: 22px; }
.logo-grid {
    display: grid;
    align-items: center;
}
.free-zone-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 42px;
    margin: 0 15px;
}
.logo-cell {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-cell img {
    width: 100%;
    max-width: 165px;
    max-height: 80px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(21%) sepia(31%) saturate(2156%) hue-rotate(188deg) brightness(82%) contrast(94%);
}
.partners .government-title {
    margin-top: 54px;
    color: #333;
    font-size: 48px;
    line-height: 55px;
    text-transform: none;
}
.government-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 52px;
    max-width: 800px;
    margin: 24px auto 0;
}
.authority-mark {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #2d4274;
}
.authority-mark strong {
    font-size: 24px;
    line-height: 1;
    border-right: 1px solid #b7bdcb;
    padding-right: 10px;
}
.authority-mark span { max-width: 110px; text-align: left; font-size: 12px; line-height: 15px; }

.latest-blogs {
    min-height: 620px;
    padding: 70px 10px 64px;
    color: #111;
    background: #f7f8fc;
}
.latest-blogs .eyebrow {
    margin: 0 0 9px;
    color: #6071a1;
    font-size: 16px;
}
.blog-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    text-align: left;
}
.blog-card {
    overflow: hidden;
    min-height: 350px;
    border: 1px solid #e0e4ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(5, 21, 77, .08);
}
.blog-image {
    display: block;
    height: 205px;
    background: #dce3f5;
}
.blog-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-copy { padding: 20px 22px 24px; }
.blog-copy time { color: #687391; font-size: 13px; }
.blog-copy h3 { margin: 8px 0 0; font-size: 20px; line-height: 27px; }
.blog-copy h3 a { text-decoration: none; }
.blog-copy h3 a:hover { color: #1648d8; }
.blogs-cta {
    display: inline-flex;
    min-width: 190px;
    height: 46px;
    margin-top: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--navy);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.landing-footer {
    min-height: 92px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    background: var(--navy);
    color: #fff;
}
.footer-inner {
    width: min(var(--container), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    font-size: 12px;
}
.footer-inner p { margin: 0; }
.payment-marks { display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 11px; font-weight: 700; }
.payment-marks span { display: inline-flex; min-width: 28px; height: 19px; align-items: center; justify-content: center; }
.payment-marks span:nth-child(1) { background: #fff; color: #194aa7; padding: 0 4px; }
.payment-marks span:nth-child(2) { color: #ffce46; }
.payment-marks span:nth-child(3) { background: #6ca7cf; color: #fff; padding: 0 4px; }
.payment-marks span:nth-child(4) { color: #ffad00; font-size: 18px; }
.footer-inner nav { justify-self: end; display: flex; gap: 24px; }
.footer-inner nav a { text-decoration: none; font-weight: 700; }

.callback-trigger {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    min-width: 155px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #1648d8;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
}
.callback-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callback-modal[hidden] { display: none; }
.callback-backdrop { position: absolute; inset: 0; background: rgba(0, 5, 22, .78); }
.callback-card {
    position: relative;
    z-index: 1;
    width: 508px;
    min-height: 650px;
    overflow: hidden;
    background: #e7f4ff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
}
.callback-brand {
    height: 74px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
}
.callback-brand img { width: 160px; height: 50px; }
.callback-brand button {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    cursor: pointer;
}
.callback-heading { padding: 24px 22px 10px; text-align: center; color: var(--navy); }
.callback-heading h2 { margin: 0; font-size: 20px; line-height: 26px; }
.callback-heading p { display: inline-block; margin: 5px 0 0; padding: 1px 18px; background: var(--navy); color: #fff; line-height: 24px; }
.callback-form {
    position: relative;
    z-index: 2;
    width: 285px;
    margin: 16px auto 0;
}
.callback-form label { display: block; margin: 7px 0 3px; color: #333; font-size: 13px; }
.callback-form label b { color: #e30022; }
.callback-form > input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #77869a;
    border-radius: 2px;
    background: #f4fbff;
}
.callback-phone { grid-template-columns: 83px 1fr 102px; }
.callback-phone select,
.callback-phone input,
.callback-phone button {
    height: 48px;
    min-width: 0;
    border: 1px solid #77869a;
    background: #f4fbff;
}
.callback-phone select { border-radius: 2px 0 0 2px; padding: 0 5px; }
.callback-phone input { border-left: 0; border-right: 0; border-radius: 0; width: 100%; }
.callback-phone button { border-color: var(--navy); border-radius: 0 2px 2px 0; background: var(--navy); color: #fff; font-weight: 700; cursor: pointer; }
.callback-form .form-status { margin-top: 8px; color: var(--navy); }
.callback-form .form-status.is-error { color: #a10012; }
.callback-form .form-status.is-success { color: #08702c; }
.callback-wave {
    position: absolute;
    left: -90px;
    right: -90px;
    bottom: -120px;
    height: 270px;
    border-radius: 50% 50% 0 0;
    background: #72a9dc;
    transform: rotate(7deg);
    opacity: .92;
}
.callback-wave::before,
.callback-wave::after {
    content: '';
    position: absolute;
    left: -30px;
    right: 30px;
    top: -34px;
    height: 220px;
    border-radius: 50%;
    background: rgba(196, 224, 246, .75);
}
.callback-wave::after { left: 80px; right: -80px; top: 20px; background: rgba(116, 168, 218, .58); }
body.modal-open { overflow: hidden; }

@media (max-width: 1180px) {
    :root { --container: 920px; }
    .contact-inner, .hero-inner, .section-inner { width: calc(100% - 64px); }
    .brand img { width: 230px; }
    .hero-headline { height: 92px; padding: 0 24px; }
    .hero-headline h1 { width: 100%; flex-wrap: nowrap; font-size: clamp(26px, 2.65vw, 30px); }
    .benefit-grid { gap: 24px; }
    .benefit-card { padding-left: 12px; padding-right: 12px; }
    .benefit-card h3 { font-size: 17px; line-height: 25px; }
    .free-zone-grid { gap: 24px; }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .hero {
        height: calc(47.25vw + 802px);
    }
    .hero-stage {
        height: calc(47.25vw + 710px);
        background-color: #17283f;
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .hero-stage::before {
        background: linear-gradient(
            180deg,
            rgba(2, 15, 67, .03) 0,
            rgba(23, 40, 63, .12) calc(47.25vw - 60px),
            #17283f calc(47.25vw + 35px)
        );
    }
    .hero-overlay { background: none; }
    .offer-panel {
        top: calc(47.25vw + 30px);
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .contact-header { height: 128px; }
    .contact-inner { width: 100%; justify-content: center; }
    .brand img { width: 170px; }

    .hero {
        height: 982px;
    }
    .hero-headline {
        height: 104px;
        padding: 0 10px;
    }
    .hero-headline h1 {
        width: 100%;
        display: block;
        font-size: clamp(18px, 5.64vw, 22px);
        line-height: 1.08;
        letter-spacing: -.3px;
    }
    .hero-headline .title-start,
    .hero-headline .title-visa { display: block; }
    .hero-headline .title-or {
        margin: 2px auto;
        display: block;
        font-size: 13px;
    }
    .hero-stage {
        height: 878px;
        background-color: #17283f;
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .hero-stage::before {
        background: linear-gradient(180deg, rgba(2, 15, 67, .03) 0, rgba(23, 40, 63, .12) 145px, #17283f 218px);
    }
    .hero-overlay { background: none; }
    .hero-inner { width: 100%; }
    .offer-panel {
        top: 215px;
        left: 26px;
        right: auto;
        width: 338px;
        min-height: 608px;
        padding: 34px 35px 24px;
        border-radius: 16px;
    }
    .offer-panel h2 { margin-bottom: 12px; font-size: 18px; }
    .offer-tabs { width: 304px; height: 42px; margin-left: -18px; }
    .offer-tab { font-size: 11px; border-radius: 0 10px 10px 0; }
    .offer-tab:first-child { border-radius: 10px 0 0 10px; }
    .offer-form-panel { margin-top: 28px; }
    .lead-form { width: 266px; gap: 9px; }
    .lead-form input, .lead-form select { height: 42px; font-size: 12px; }
    .phone-control { grid-template-columns: 86px 1fr; }
    .human-check { min-height: 56px; font-size: 10px; }
    .lead-form button { height: 40px; font-size: 12px; }

    .section-inner { width: 100%; }
    .business-benefits { height: 1301px; }
    .visa-benefits { height: 1361px; }
    .benefits { padding: 0 10px; }
    .benefits .section-inner,
    .visa-benefits .section-inner { padding-top: 39px; }
    .benefits h2,
    .partners h2,
    .latest-blogs h2 { font-size: 26px; line-height: 31.2px; }
    .benefits p,
    .partners p { max-width: 350px; margin: 8px auto 24px; font-size: 12px; line-height: 17px; }
    .benefit-grid { grid-template-columns: 1fr; gap: 20px; }
    .benefit-card,
    .visa-benefits .benefit-card {
        width: 300px;
        height: 190px;
        margin: 0 auto;
        padding: 22px 22px 18px;
        border-radius: 14px;
    }
    .benefit-card svg { width: 46px; height: 46px; margin-bottom: 20px; }
    .benefit-card h3 { font-size: 16px; line-height: 22px; }

    .partners { height: 837px; padding: 0 10px; }
    .partners .section-inner { padding-top: 38px; }
    .free-zone-grid { grid-template-columns: repeat(2, 1fr); gap: 10px 30px; margin: 6px 12px 0; }
    .logo-cell { height: 72px; }
    .logo-cell img { max-width: 130px; max-height: 60px; }
    .partners .government-title { margin-top: 44px; font-size: 32px; line-height: 44.8px; }
    .government-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 18px 22px 0; }
    .authority-mark { min-height: 70px; gap: 7px; }
    .authority-mark strong { font-size: 19px; }
    .authority-mark span { font-size: 10px; line-height: 13px; }

    .latest-blogs { min-height: 1320px; padding: 54px 14px 58px; }
    .latest-blogs .section-inner { width: 100%; }
    .blog-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; }
    .blog-card { min-height: 330px; }
    .blog-image { height: 185px; }
    .blog-copy h3 { font-size: 18px; line-height: 25px; }

    .landing-footer { min-height: 308px; padding: 30px 24px; }
    .footer-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .footer-inner nav { justify-self: center; flex-wrap: wrap; justify-content: center; }

    .callback-trigger { right: 12px; bottom: 12px; min-width: 132px; height: 40px; }
    .callback-card { width: 340px; min-height: 665px; }
    .callback-brand { height: 100px; }
    .callback-heading { padding-top: 20px; }
    .callback-form { width: 300px; margin-top: 12px; }
    .callback-form > input, .callback-phone select, .callback-phone input, .callback-phone button { height: 44px; }
    .callback-phone { grid-template-columns: 78px 1fr 88px; }
    .callback-wave { height: 220px; bottom: -145px; }
}

@media (max-width: 374px) {
    .offer-panel { left: 16px; width: calc(100% - 32px); padding-left: 31px; padding-right: 31px; }
    .offer-tabs { width: calc(100% + 34px); margin-left: -17px; }
    .lead-form { width: 100%; }
    .callback-card { width: calc(100% - 30px); }
    .callback-form { width: calc(100% - 40px); }
}
