
      .visa-landing {
        position: relative;
        overflow: hidden;
      }

      .visa-landing::before,
      .visa-landing::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        pointer-events: none;
        filter: blur(16px);
      }

      .visa-landing::before {
        width: 480px;
        height: 480px;
        top: 80px;
        right: -170px;
        background: radial-gradient(circle, rgba(109, 141, 255, 0.22), transparent 68%);
      }

      .visa-landing::after {
        width: 360px;
        height: 360px;
        left: -120px;
        bottom: 120px;
        background: radial-gradient(circle, rgba(83, 224, 194, 0.18), transparent 72%);
      }

      .landing-shell {
        position: relative;
        z-index: 1;
      }

      .landing-block {
        padding: 22px 0;
      }

      .stack {
        display: grid;
        gap: 18px;
      }

      .hero-card,
      .section-card,
      .video-card,
      .contact-card {
        background: linear-gradient(180deg, rgba(18, 27, 46, 0.84), rgba(10, 16, 30, 0.92));
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 24px;
        box-shadow: var(--shadow);
        padding: 28px;
      }

      .hero-section {
        padding: 64px 0 18px;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(109, 141, 255, 0.2), rgba(83, 224, 194, 0.14));
        border: 1px solid rgba(109, 141, 255, 0.34);
        color: #f4f8ff;
        font-size: 0.95rem;
        font-weight: 800;
        letter-spacing: 0.2px;
        margin-bottom: 18px;
        box-shadow: 0 12px 30px rgba(8, 12, 22, 0.28);
        position: relative;
        overflow: hidden;
      }

      .hero-card .eyebrow {
        margin-right: auto;
        margin-left: auto;
      }

      .eyebrow::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: linear-gradient(135deg, #53e0c2, #6d8dff);
        box-shadow: 0 0 18px rgba(83, 224, 194, 0.7);
        flex: 0 0 10px;
      }

      .eyebrow::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18) 50%, transparent 80%);
        transform: translateX(-100%);
        animation: eyebrowShine 5.5s ease-in-out infinite;
        pointer-events: none;
      }

      .hero-card h1,
      .section-card h2,
      .contact-card h2 {
        margin: 0 0 12px;
      }

      .hero-card h1 {
        font-size: clamp(2.2rem, 5vw, 4.3rem);
        line-height: 1.05;
      }

      .hero-title--compact {
        font-size: clamp(1.7rem, 3.2vw, 2.7rem) !important;
        text-align: center;
      }

      .hero-lead,
      .section-card p,
      .contact-card p,
      .video-copy p {
        margin: 0;
        color: var(--muted);
        line-height: 1.95;
        text-align: justify;
      }

      .contact-card p {
        text-align: center;
      }

      .hero-lead {
        font-size: 1.05rem;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 22px;
        justify-content: center;
        align-items: center;
      }

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

      .country-row,
      .proof-row,
      .info-grid,
      .steps-grid {
        display: grid;
        gap: 12px;
      }

      .country-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 22px;
      }

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

      .country-pill,
      .proof-pill {
        padding: 11px 14px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--muted);
        text-align: center;
        font-size: 0.88rem;
      }

      .stats-strip {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 22px;
      }

      .stat-box,
      .info-box,
      .step-box {
        padding: 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
      }

      .stat-box strong {
        display: block;
        font-size: 1.45rem;
        margin-bottom: 6px;
      }

      .stat-box span,
      .info-box p,
      .step-box p {
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.8;
      }

      .section-title {
        margin: 0 0 12px;
        font-size: clamp(1.5rem, 2.6vw, 2.15rem);
      }

      .section-title--center {
        text-align: center;
        width: 100%;
      }

      .info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
      }

      .info-box strong,
      .step-box strong,
      .video-copy strong {
        display: block;
        margin-bottom: 8px;
      }

      .steps-grid {
        grid-template-columns: 1fr;
        margin-top: 18px;
      }

      .step-box {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 14px;
        align-items: start;
      }

      .step-number {
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(109, 141, 255, 0.2), rgba(83, 224, 194, 0.18));
        border: 1px solid rgba(109, 141, 255, 0.18);
        font-size: 1.1rem;
        font-weight: 800;
      }

      .video-stack {
        display: grid;
        gap: 18px;
        margin-top: 18px;
      }

      .video-player-card {
        padding: 18px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
      }

      .video-player-frame {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 18px;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(109, 141, 255, 0.12), rgba(83, 224, 194, 0.08)),
          rgba(5, 8, 15, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.08);
      }

      .video-player-frame iframe {
        width: 100%;
        height: 100%;
        border: 0;
      }

      .video-player-placeholder {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        text-align: center;
        padding: 24px;
        color: #f2f6ff;
      }

      .video-player-placeholder strong {
        display: block;
        margin-bottom: 10px;
        font-size: 1.2rem;
      }

      .video-player-placeholder p {
        margin: 0;
        color: var(--muted);
        max-width: 560px;
      }

      .video-player-meta {
        margin-top: 14px;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.8;
      }

      .video-card {
        padding: 22px;
      }

      .video-link-shell {
        display: grid;
        gap: 16px;
        padding: 24px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background:
          linear-gradient(135deg, rgba(109, 141, 255, 0.16), rgba(83, 224, 194, 0.1)),
          rgba(255, 255, 255, 0.03);
      }

      .video-link-badge {
        width: 70px;
        height: 70px;
        display: grid;
        place-items: center;
        border-radius: 22px;
        background: rgba(8, 13, 24, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 1.7rem;
      }

      .video-link-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }

      .video-link-actions .btn {
        min-width: 190px;
      }

      .video-trigger.active {
        box-shadow: var(--shadow);
        transform: translateY(-2px);
      }

      .video-copy {
        margin-top: 16px;
      }

      .video-buttons-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 22px;
      }

      .video-simple-btn {
        display: grid;
        gap: 10px;
        padding: 24px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background:
          radial-gradient(circle at top left, rgba(83, 224, 194, 0.12), transparent 32%),
          linear-gradient(135deg, rgba(109, 141, 255, 0.16), rgba(83, 224, 194, 0.1)),
          rgba(255, 255, 255, 0.03);
        box-shadow: var(--shadow);
        transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
        min-height: 180px;
        align-content: start;
      }

      .video-simple-btn:hover {
        transform: translateY(-4px);
        border-color: rgba(109, 141, 255, 0.4);
        background:
          radial-gradient(circle at top left, rgba(83, 224, 194, 0.18), transparent 34%),
          linear-gradient(135deg, rgba(109, 141, 255, 0.22), rgba(83, 224, 194, 0.14)),
          rgba(255, 255, 255, 0.04);
      }

      .video-simple-btn__eyebrow {
        display: inline-flex;
        width: fit-content;
        padding: 7px 12px;
        border-radius: 999px;
        background: rgba(8, 13, 24, 0.34);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--brand-2);
        font-size: 0.82rem;
        font-weight: 700;
      }

      .video-simple-btn strong {
        font-size: 1.15rem;
        color: #f4f8ff;
        line-height: 1.5;
      }

      .video-simple-btn span:last-child {
        color: var(--muted);
        line-height: 1.9;
        font-size: 0.95rem;
      }

      .contact-card {
        text-align: center;
        position: relative;
        overflow: hidden;
      }

      .contact-card::before {
        content: "";
        position: absolute;
        width: 240px;
        height: 240px;
        left: -70px;
        bottom: -110px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(83, 224, 194, 0.18), transparent 72%);
      }

      .contact-card > * {
        position: relative;
        z-index: 1;
      }

      .contact-button-row {
        display: flex;
        justify-content: center;
        margin-top: 22px;
      }

      @keyframes eyebrowShine {
        0%,
        100% {
          transform: translateX(-100%);
        }
        45%,
        55% {
          transform: translateX(100%);
        }
      }

      @media (max-width: 860px) {
        .country-row,
        .proof-row,
        .stats-strip,
        .info-grid,
        .video-buttons-grid {
          grid-template-columns: 1fr;
        }
      }

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

        .hero-card,
        .section-card,
        .video-card,
        .contact-card {
          padding: 20px;
          border-radius: 20px;
        }

        .hero-actions .btn,
        .contact-button-row .btn {
          width: 100%;
        }

        .step-box {
          grid-template-columns: 1fr;
        }
      }
