.visa-page {
    --ink: #101820;
    --muted: #5d6b73;
    --soft: #f5f5f5;
    --line: #e6e6e6;
    --brand: #c11425;
    --accent: #ffc000;
    --dark: #111111;
    --white: #ffffff;
    --radius-lg: 34px;
    --radius-md: 22px;
    --shadow: 0 24px 70px rgba(17, 17, 17, .10);
    color: var(--ink);
    background: linear-gradient(180deg, var(--soft) 0%, var(--white) 440px);
    overflow-x: clip;
}

.visa-page a {
    color: inherit;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 4px;
    color: var(--muted);
    font-size: 13px;
}

.breadcrumb a:hover {
    color: var(--brand);
}

.breadcrumb span[aria-current="page"] {
    color: var(--ink);
    font-weight: 700;
}

.top-wrap {
    padding-top: 24px;
}

/* HERO */
.hero-section {
    position: relative;
    padding: 56px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 192, 0, .26), transparent 28%),
        linear-gradient(135deg, var(--white) 0%, #fffaf0 52%, var(--white) 100%);
    box-shadow: var(--shadow);
}

.hero-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: 46px;
}

.hero-media {
    min-width: 0;
}

.hero-image-box {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--soft);
    box-shadow: 0 22px 55px rgba(17, 17, 17, .14);
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.hero-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(16, 24, 32, .58) 100%);
    pointer-events: none;
}

.hero-image-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 16px;
    background: rgba(17, 17, 17, .72);
    backdrop-filter: blur(10px);
    color: var(--white);
}

.hero-image-badge span {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-image-badge strong {
    font-size: 15px;
    text-align: right;
}

.hero-heading {
    max-width: 800px;
}

.hero-kicker,
.overview-kicker,
.audience-kicker,
.entry-kicker,
.speed-kicker,
.fees-kicker,
.requirements-kicker,
.applysteps-kicker,
.timing-kicker,
.duration-kicker,
.why-kicker,
.reviews-kicker,
.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--brand);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-kicker::before,
.overview-kicker::before,
.audience-kicker::before,
.entry-kicker::before,
.speed-kicker::before,
.fees-kicker::before,
.requirements-kicker::before,
.applysteps-kicker::before,
.timing-kicker::before,
.duration-kicker::before,
.why-kicker::before,
.reviews-kicker::before,
.faq-kicker::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--accent);
}

.hero-heading h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(38px, 5vw, 68px);
    line-height: .98;
}

.hero-lede {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.hero-configurator {
    margin-top: 38px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 46px rgba(17, 17, 17, .08);
}

.hero-config-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.hero-config-label h3 {
    margin: 0;
    font-size: 16px;
}

.hero-step-badge {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--white);
    font-weight: 800;
    font-size: 12px;
}

.hero-entry-tabs {
    display: inline-flex;
    gap: 6px;
    margin-bottom: 26px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--soft);
}

.hero-entry-tab {
    border: 0;
    border-radius: 999px;
    padding: 11px 20px;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.hero-entry-tab[aria-selected="true"] {
    background: var(--brand);
    color: var(--white);
    box-shadow: 0 8px 22px rgba(193, 20, 37, .22);
}

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

.hero-price-card {
    position: relative;
    min-width: 0;
    padding: 24px;
    border: 1.5px solid var(--line);
    border-radius: 20px;
    background: var(--white);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hero-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(17, 17, 17, .08);
}

.hero-price-card[aria-checked="true"] {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(193, 20, 37, .08);
}

.hero-tier-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-tier-name {
    font-weight: 900;
    font-size: 17px;
}

.hero-dial {
    width: 36px;
    height: 36px;
}

.hero-tier-time {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 14px;
}

.hero-tier-price {
    margin: 0;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.hero-tier-desc {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.hero-radio-dot {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--line);
    border-radius: 50%;
    background: var(--white);
}

.hero-price-card[aria-checked="true"] .hero-radio-dot {
    border-color: var(--brand);
    box-shadow: inset 0 0 0 4px var(--white);
    background: var(--brand);
}

.hero-badge-fast {
    position: absolute;
    top: -11px;
    left: 22px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--accent);
    color: var(--dark);
    font-size: 10px;
    font-weight: 900;
}

.hero-tier-express .hero-tier-name {
    color: var(--brand);
}

.hero-config-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.hero-selected-summary {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.hero-selected-summary strong {
    color: var(--ink);
}

.hero-disclaimer {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
}

/* buttons are section-namespaced in HTML; styling stays scoped to page */
.visa-page [class$="-btn"],
.visa-page [class*="-btn "] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    transition: all .2s ease;
}

.visa-page [class*="-btn-primary"] {
    background: var(--brand);
    color: var(--white);
    box-shadow: 0 9px 24px rgba(193, 20, 37, .18);
}

.visa-page [class*="-btn-primary"]:hover {
    transform: translateY(-2px);
    background: #a91020;
}

.visa-page [class*="-btn-secondary"] {
    border-color: var(--line);
    background: var(--white);
    color: var(--ink);
}

.visa-page [class*="-btn-secondary"]:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.visa-page [class*="-btn-ghost"] {
    min-height: auto;
    padding: 8px 0;
    color: var(--brand) !important;
    margin-top: 20px;
}

.visa-page [class*="-btn-whatsapp"] {
    background: #158b55;
    color: #fff;
}

.visa-page [class*="-btn-block"] {
    width: 100%;
}
.my-20 .applysteps-btn-primary{
    margin-right: 16px;
}

/* GLANCE */
.glance-section {
    padding: 50px 0 0;
}

.glance-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
}

.glance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.glance-item {
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.glance-item:nth-child(4n) {
    border-right: 0;
}

.glance-item:nth-last-child(-n+4) {
    border-bottom: 0;
}

.glance-label {
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.glance-value {
    color: var(--ink);
    font-weight: 800;
    font-size: 14px;
}

/* LAYOUT + TOC */
.page-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    padding-top: 58px;
    padding-bottom: 72px;
}

.toc {
    position: sticky;
    top: 96px;
    align-self: start;
    height: max-content;
    z-index: 10;
}

.toc-card {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 36px rgba(17, 17, 17, .06);
}

.toc-label {
    display: block;
    margin-bottom: 12px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
}

.toc-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toc-links a {
    position: relative;
    padding: 9px 10px 9px 14px;
    border-radius: 10px;
    color: var(--muted);
    font-size: 13px;
    text-decoration: none;
}

.toc-links a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 9px;
    background: var(--brand);
    transform: translateY(-50%);
    transition: height .2s ease;
}

.toc-links a:hover,
.toc-links a.is-active {
    color: var(--ink);
    background: var(--soft);
}

.toc-links a.is-active::before {
    height: 18px;
}

.content {
    min-width: 0;
}

.content>section {
    scroll-margin-top: 110px;
    padding: 0 0 76px;
}

.content>section+section {
    padding-top: 36px;
}

.overview-section-head,
.audience-section-head,
.entry-section-head,
.speed-section-head,
.fees-section-head,
.requirements-section-head,
.applysteps-section-head,
.timing-section-head,
.duration-section-head,
.why-section-head,
.reviews-section-head,
.faq-section-head {
    margin-bottom: 28px;
    max-width: 760px;
}

.content h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    margin-bottom: 12px;
}

.content h3 {
    color: var(--ink);
    margin-bottom: 10px;
}

.content p {
    color: var(--muted);
    line-height: 1.75;
    
}

/* OVERVIEW */
.overview-text {
    max-width: 780px;
}

.overview-text p+p {
    margin-top: 14px;
}

.overview-callout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(193, 20, 37, .18);
    border-left: 4px solid var(--brand);
    border-radius: 16px;
    background: #fff6f7;
}

.overview-callout svg {
    width: 22px;
    flex: 0 0 22px;
    color: var(--brand);
}

.overview-callout p {
    margin: 0;
    color: var(--ink);
}

/* AUDIENCE */
.audience-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.audience-card {
    padding: 20px 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
}

.audience-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 13px;
    background: #fff3ce;
    color: var(--brand);
}

.audience-icon svg {
    width: 20px;
    height: 20px;
}

.audience-card h3 {
    margin: 0 0 7px;
    font-size: 15px;
}

.audience-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.audience-inline-cta,
.entry-inline-cta,
.speed-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 16px;
    background: var(--white);
}

.audience-inline-cta p,
.entry-inline-cta p,
.speed-inline-cta p {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
}

/* ENTRY + SPEED */
.entry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.entry-card,
.speed-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    box-shadow: 0 12px 32px rgba(17, 17, 17, .05);
}

.entry-tag,
.speed-tag {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.entry-card h3,
.speed-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
}

.entry-desc,
.speed-desc {
    margin: 0 0 12px;
}

.entry-best-for {
    margin: 0 0 20px;
    font-size: 14px;
}

.speed-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.speed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* FEES */
.fees-table-wrap {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
}

.fees-table-head {
    padding: 14px 18px;
    background: var(--ink);
    color: var(--white);
    font-weight: 900;
}

.fees-table {
    width: 100%;
    border-collapse: collapse;
}

.fees-table th,
.fees-table td {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.fees-table th {
    color: var(--muted);
    background: #fafafa;
    font-size: 11px;
    text-transform: uppercase;
}

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

.fees-tier {
    font-weight: 800;
}

.fees-price {
    color: var(--brand);
    font-weight: 900;
}

.fees-placeholder-note {
    margin: 0;
    padding: 12px 18px;
    background: #fff7df;
    color: #6b5511 !important;
    font-size: 12px;
}

.fees-speed-visual {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 26px 0;
}

.fees-speed-item {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
}

.fees-speed-label {
    font-weight: 900;
}

.fees-bar {
    height: 7px;
    overflow: hidden;
    margin: 12px 0 8px;
    border-radius: 999px;
    background: var(--soft);
}

.fees-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: var(--brand);
}

.fees-tier-express .fees-bar-fill {
    background: var(--accent);
}

.fees-speed-sub {
    color: var(--muted);
    font-size: 12px;
}

.fees-qa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fees-qa-item {
    padding: 18px;
    border-radius: 16px;
    background: var(--soft);
}

.fees-qa-item h4 {
    margin: 0 0 6px;
    color: var(--ink);
}

.fees-qa-item p {
    margin: 0;
    font-size: 14px;
}

/* REQUIREMENTS */
.requirements-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.requirements-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
}

.requirements-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
}

.requirements-list svg {
    width: 18px;
    flex: 0 0 18px;
    color: var(--brand);
    margin-top: 2px;
}

.requirements-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.requirements-mini-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
}

.requirements-mini-card h3 {
    margin: 0 0 8px;
}

/* APPLY STEPS */
.applysteps-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.applysteps-step {
    position: relative;
    padding-right: 18px;
}

.applysteps-step-num {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--brand);
    color: var(--white);
    font-weight: 900;
}

.applysteps-step-line {
    position: absolute;
    top: 20px;
    left: 42px;
    right: 0;
    height: 2px;
    background: var(--line);
}

.applysteps-step:last-child .applysteps-step-line {
    display: none;
}

.applysteps-step h3 {
    margin: 0 0 7px;
    font-size: 15px;
}

.applysteps-step p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

/* TIMING */
.timing-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.timing-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
    background: var(--white);
    margin: 20px 0;
}

.timing-table td {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
}

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

.timing-table td:first-child {
    font-weight: 800;
}

.timing-table td:last-child {
    color: var(--brand);
    text-align: right;
    font-weight: 900;
}

.timing-factors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
    margin: 18px 0 0;
    padding: 0;
    margin: 20px 0;
}

.timing-factors li {
    position: relative;
    padding-left: 16px;
    color: var(--muted);
}

.timing-factors li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand);
}

/* DURATION */
.duration-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.duration-card {
    padding: 28px;
    border-radius: 22px;
}

.duration-current {
    background: var(--ink);
    color: var(--white);
}

.duration-alt {
    border: 1px solid var(--line);
    background: var(--white);
}

.duration-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
}

.duration-current h3 {
    color: var(--white);
}

.duration-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
}

.duration-card li {
    position: relative;
    padding-left: 18px;
}

.duration-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent);
}

/* WHY */
.why-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.why-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
}

.why-card svg {
    width: 23px;
    height: 23px;
    margin-bottom: 12px;
    color: var(--brand);
}

.why-card h3 {
    margin: 0 0 7px;
    font-size: 15px;
}

.why-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* REVIEWS */
.reviews-box {
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    text-align: center;
}

.reviews-box>svg {
    width: 34px;
    color: var(--line);
}

.reviews-box h3 {
    margin: 12px 0 8px;
}

.reviews-box p {
    max-width: 580px;
    margin: 0 auto;
}

.reviews-trust-strip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin-top: 22px;
}

.reviews-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
}

.reviews-trust-item svg {
    width: 16px;
    color: var(--brand);
}

/* FAQ */
.faq-section {
    padding: 34px !important;
    border-radius: 28px;
    background: var(--soft);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 0;
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-plus {
    position: relative;
    flex: 0 0 28px;
    height: 28px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
}

.faq-plus::before,
.faq-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: var(--brand);
    transform: translate(-50%, -50%);
}

.faq-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity .2s ease;
}

.faq-item[open] .faq-plus::after {
    opacity: 0;
}

.faq-answer {
    padding: 0 42px 18px 0;
}

.faq-answer p {
    margin: 0;
}

/* FINAL CTA */
.finalcta-section {
    padding-bottom: 0 !important;
}

.finalcta-box {
    position: relative;
    overflow: hidden;
    padding: 54px 38px;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--dark), #262626);
    color: var(--white);
    text-align: center;
}

.finalcta-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -70px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255, 192, 0, .22);
    filter: blur(2px);
}

.finalcta-box h2 {
    position: relative;
    margin: 0;
    color: var(--white);
}

.finalcta-box p {
    position: relative;
    max-width: 600px;
    margin: 14px auto 24px;
    color: #d8d8d8;
}

.finalcta-actions {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 1180px) {
    .hero-section {
        padding: 42px;
    }

    .hero-top-grid {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 30px;
    }

    .hero-image-box,
    .hero-image {
        min-height: 380px;
    }

    .page-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 28px;
    }

    .audience-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    .hero-pricing-grid,
    .speed-grid,
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .glance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .glance-item:nth-child(4n) {
        border-right: 1px solid var(--line);
    }

    .glance-item:nth-child(2n) {
        border-right: 0;
    }

    .glance-item:nth-last-child(-n+4) {
        border-bottom: 1px solid var(--line);
    }

    .glance-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .hero-top-grid {
        grid-template-columns: 1fr;
    }

    .hero-image-box,
    .hero-image {
        min-height: 360px;
    }

    .page-layout {
        display: block;
        padding-top: 32px;
    }

    .toc {
        position: sticky;
        top: 72px;
        width: 100%;
        margin-bottom: 30px;
        z-index: 25;
    }

    .toc-card {
        width: 100%;
        padding: 10px 12px;
        border-radius: 16px;
        background: var(--white);
        box-shadow: 0 8px 24px rgba(17, 17, 17, .08);
    }

    .toc-label {
        margin-bottom: 8px;
        padding: 0 4px;
        font-size: 12px;
        line-height: 1.2;
    }

    .toc-links {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 6px;
        padding: 0 0 3px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .toc-links::-webkit-scrollbar {
        display: none;
    }

    .toc-links a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 8px 14px;
        white-space: nowrap;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: var(--white);
        font-size: 13px;
        line-height: 1;
    }

    .toc-links a::before {
        display: none;
    }

    .toc-links a.is-active {
        border-color: rgba(193, 20, 37, .35);
        background: #fff6f7;
        color: var(--brand);
    }

    .applysteps-steps {
        grid-template-columns: 1fr;
    }

    .applysteps-step {
        padding: 0 0 24px 56px;
    }

    .applysteps-step-num {
        position: absolute;
        left: 0;
        top: 0;
    }

    .applysteps-step-line {
        top: 42px;
        left: 20px;
        width: 2px;
        height: calc(100% - 20px);
        right: auto;
    }
}

@media (max-width: 767px) {
    .page-layout {
        padding-top: 24px;
    }

    /* Keep the mobile TOC in normal document flow so it never covers headings/content. */
    .toc {
        position: static;
        top: auto;
        width: 100%;
        margin: 0 0 30px;
        z-index: auto;
    }

    .toc-card {
        padding: 9px 10px;
        background: var(--white);
    }

    .toc-label {
        margin-bottom: 7px;
        padding: 0 3px;
    }

    .content>section {
        scroll-margin-top: 90px;
    }

    .top-wrap {
        padding-top: 14px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .hero-section {
        padding: 30px 22px;
        border-radius: 24px;
    }

    .hero-top-grid {
        gap: 26px;
    }

    .hero-image-box,
    .hero-image {
        min-height: 300px;
    }

    .hero-image-box {
        border-radius: 20px;
    }

    .hero-image-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
    }

    .hero-heading h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .hero-lede {
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-configurator {
        margin-top: 26px;
        padding: 18px;
    }

    .hero-pricing-grid,
    .speed-grid,
    .entry-grid,
    .fees-speed-visual,
    .fees-qa-grid,
    .requirements-list,
    .requirements-mini-grid,
    .timing-factors,
    .duration-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .hero-entry-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .hero-config-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-config-footer [class*="-btn"] {
        width: 100%;
    }

    .audience-section,
    .speed-section,
    .requirements-section,
    .timing-section,
    .why-section,
    .faq-section {
        padding: 24px 18px !important;
        border-radius: 22px;
    }

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

    .audience-inline-cta,
    .entry-inline-cta,
    .speed-inline-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .content>section {
        padding-bottom: 58px;
    }

    .content h2 {
        font-size: 30px;
    }

    .fees-table-wrap {
        overflow-x: auto;
    }

    .fees-table {
        min-width: 520px;
    }

    .finalcta-box {
        padding: 40px 22px;
    }
}

@media (max-width: 520px) {

    .hero-image-box,
    .hero-image {
        min-height: 250px;
    }

    .hero-image-badge {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .hero-image-badge strong {
        text-align: left;
    }

    .glance-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .glance-item,
    .glance-item:nth-child(2n),
    .glance-item:nth-child(4n),
    .glance-item:nth-last-child(-n+4) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .glance-item:last-child {
        border-bottom: 0;
    }

    .hero-price-card {
        padding: 20px;
    }

    .hero-tier-price {
        font-size: 27px;
    }

    .reviews-box {
        padding: 28px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .visa-page *,
    .visa-page *::before,
    .visa-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}