    :root {
      --ease: cubic-bezier(.2,.9,.2,1);
      --font-body: "Golos Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      --font-head: "Golos Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      --brand-a: #2b6db5;
      --brand-b: #5bb88c;
      --brand-c: #5bb88c;
      --bg: #f6f7fb;
      --glass: rgba(255, 255, 255, 0.86);
      --glass-2: rgba(255, 255, 255, 0.72);
      --glass-strong: rgba(255, 255, 255, 0.94);
      --text: #0f172a;
      --text-2: #475569;
      --text-3: #64748b;
      --line: rgba(15, 23, 42, 0.10);
      --line-2: rgba(15, 23, 42, 0.16);
      --container: 1200px;
      --shadow-lg: 0 24px 80px rgba(15, 23, 42, 0.10);
      --shadow-md: 0 18px 50px rgba(15, 23, 42, 0.12);
      --shadow-sm: 0 10px 24px rgba(15, 23, 42, 0.10);
      --glow-a: rgba(91, 184, 140, 0.35);
      --glow-b: rgba(43, 109, 181, 0.25);
    }

    html,
    body {
      height: 100%;
    }

    body {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 1.7;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: var(--text);
      min-height: 100vh;
      background:
        radial-gradient(1000px 600px at 20% 10%, rgba(91, 184, 140, 0.22) 0%, rgba(91, 184, 140, 0) 55%),
        radial-gradient(900px 700px at 80% 0%, rgba(91, 184, 140, 0.20) 0%, rgba(91, 184, 140, 0) 55%),
        radial-gradient(900px 700px at 70% 70%, rgba(43, 109, 181, 0.14) 0%, rgba(43, 109, 181, 0) 60%),
        linear-gradient(180deg, #fafafa 0%, #f6f7fb 40%, #fafafa 100%);
      background-attachment: fixed;
    }

    body::before {
      background:
        radial-gradient(900px 520px at 20% 15%, rgba(91, 184, 140, 0.16) 0%, rgba(91, 184, 140, 0) 60%),
        radial-gradient(900px 520px at 80% 10%, rgba(91, 184, 140, 0.16) 0%, rgba(91, 184, 140, 0) 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    }

    body::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
      mix-blend-mode: multiply;
      opacity: 0.35;
    }

    .card {
      background: var(--glass);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-lg);
    }

    /* .card::before {
      background:
        radial-gradient(90% 80% at 10% 0%, rgba(91, 184, 140, 0.16) 0%, rgba(91, 184, 140, 0) 55%),
        radial-gradient(85% 85% at 90% 100%, rgba(91, 184, 140, 0.14) 0%, rgba(91, 184, 140, 0) 55%);
      opacity: 0.9;
    } */

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 24px;
    }

    nav {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 18px 0;
      background: rgba(255, 255, 255, 0.66);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(18px);
    }

    .nav-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
    }

    header {
      padding: 96px 0 80px;
      position: relative;
      background:
        radial-gradient(900px 520px at 25% 0%, rgba(91, 184, 140, 0.14) 0%, rgba(91, 184, 140, 0) 62%),
        radial-gradient(900px 520px at 75% 10%, rgba(91, 184, 140, 0.14) 0%, rgba(91, 184, 140, 0) 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.70) 55%, rgba(255, 255, 255, 0.0) 100%);
      overflow: hidden;
    }

    header::before {
      content: "";
      position: absolute;
      inset: -200px -120px auto -120px;
      height: 230px;
      background:
        radial-gradient(circle at 20% 60%, rgba(43, 109, 181, 0.16) 0%, rgba(43, 109, 181, 0) 60%),
        radial-gradient(circle at 50% 30%, rgba(91, 184, 140, 0.18) 0%, rgba(91, 184, 140, 0) 65%),
        radial-gradient(circle at 80% 70%, rgba(91, 184, 140, 0.18) 0%, rgba(91, 184, 140, 0) 60%);
      filter: blur(18px);
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 70px;
      align-items: center;
    }

    .hero-text h1 {
      font-size: 3.4em;
      font-weight: 780;
      line-height: 1.08;
      letter-spacing: -0.04em;
      margin-bottom: 20px;
      color: #0b1220;
    }

    .hero-text h1 .grad {
      background: linear-gradient(135deg, rgba(43, 109, 181, 1) 0%, rgba(91, 184, 140, 1) 55%, rgba(91, 184, 140, 1) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .subtitle {
      font-size: 1.12em;
      color: #334155;
      margin-bottom: 12px;
      font-weight: 520;
    }

    .description {
      font-size: 1em;
      color: #475569;
      margin-bottom: 22px;
    }

    .legal-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.86);
      padding: 10px 16px;
      border-radius: 14px;
      font-size: 0.92em;
      color: #0f172a;
      font-weight: 650;
      border: 1px solid rgba(15, 23, 42, 0.10);
      box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
      position: relative;
      overflow: hidden;
    }

    .legal-badge::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(91, 184, 140, 1) 0%, rgba(91, 184, 140, 1) 100%);
      box-shadow: 0 0 0 6px rgba(91, 184, 140, 0.12);
    }

    .legal-badge::after {
      content: "";
      position: absolute;
      inset: -1px;
      background: radial-gradient(120% 120% at 0% 0%, rgba(91, 184, 140, 0.22) 0%, rgba(91, 184, 140, 0) 55%);
      pointer-events: none;
    }

    .hero-visual {
      height: 420px;
      border-radius: 22px;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(120% 100% at 20% 0%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 1) 0%, rgba(30, 41, 59, 1) 35%, rgba(17, 24, 39, 1) 100%);
      box-shadow: var(--shadow-md);
      border: 1px solid rgb(91 184 140);
      display: flex;
      align-items: center;
      justify-content: center;
      isolation: isolate;
    }

    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 80%, rgba(91, 184, 140, 0.18) 0%, rgba(91, 184, 140, 0) 50%),
        radial-gradient(circle at 85% 15%, rgba(91, 184, 140, 0.18) 0%, rgba(91, 184, 140, 0) 55%),
        radial-gradient(circle at 60% 60%, rgba(43, 109, 181, 0.14) 0%, rgba(43, 109, 181, 0) 55%),
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.06) 50%, transparent 70%);
      z-index: 2;
      filter: saturate(1.05);
      pointer-events: none;
    }

    .hero-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='64' height='64' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 64 0 L 0 0 0 64' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='64' height='64' fill='url(%23g)'/%3E%3C/svg%3E");
      opacity: 0.55;
      z-index: 2;
      mix-blend-mode: overlay;
      pointer-events: none;
    }

    .hero-visual-image {
      width: 72%;
      height: 72%;
      object-fit: contain;
      object-position: center;
      position: relative;
      z-index: 1;
      display: block;
      filter: drop-shadow(0 22px 55px rgba(0, 0, 0, 0.45));
      transform: translateY(4px);
    }

    .hero-visual__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 1;
      filter: saturate(1.05) contrast(1.02) brightness(0.95);
      transform: scale(1.01);
      transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
    }

    .hero-visual.is-active .hero-visual__video {
      transform: scale(1.02);
      filter: saturate(1.12) contrast(1.05) brightness(1);
    }

    .hero-visual__video:fullscreen,
    .hero-visual__video:-webkit-full-screen {
      object-fit: contain;
      transform: none !important;
      filter: none !important;
      background: #000;
    }

    .hero-visual__cta {
      position: relative;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 14px 22px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      color: #f8fafc;
      background: rgba(15, 23, 42, 0.35);
      backdrop-filter: blur(10px);
      box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
      font-weight: 600;
      letter-spacing: 0.01em;
      cursor: pointer;
      transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease);
      animation: hero-cta-float 3.2s ease-in-out infinite;
    }

    .hero-visual__cta::before {
      content: "";
      position: absolute;
      inset: -10px;
      border-radius: inherit;
      background: radial-gradient(circle, rgba(91, 184, 140, 0.35), rgba(91, 184, 140, 0));
      opacity: 0;
      transition: opacity 0.35s var(--ease);
      z-index: -1;
    }

    .hero-visual__cta:hover {
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 26px 55px rgba(15, 23, 42, 0.45);
      background: rgba(15, 23, 42, 0.48);
    }

    .hero-visual__cta:hover::before {
      opacity: 1;
    }

    .hero-visual__cta:focus-visible {
      outline: 2px solid rgba(255, 255, 255, 0.8);
      outline-offset: 4px;
    }

    .hero-visual__cta-icon {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(91, 184, 140, 1), rgba(43, 109, 181, 1));
      box-shadow: 0 12px 20px rgba(43, 109, 181, 0.35);
      font-size: 18px;
    }

    .hero-visual__cta-icon i {
      font-size: 20px;
      color: #fff;
    }

    .hero-visual__cta-text {
      font-size: 0.98em;
    }

    .hero-visual.is-active .hero-visual__cta {
      opacity: 0;
      transform: translateY(10px) scale(0.98);
      pointer-events: none;
      animation: none;
    }

    @keyframes hero-cta-float {
      0%,
      100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-6px);
      }
    }

    @keyframes hero-visual-reveal {
      from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .hero-visual {
      animation: hero-visual-reveal 0.9s var(--ease) 0.15s both;
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-visual,
      .hero-visual__cta {
        animation: none;
        transition: none;
      }
    }

    .page {
      margin-top: -50px;
      padding-top: 32px;
    }

    .topbar.card::before {
      content: none;
    }

    .topbar.card {
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid var(--line);
      box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(12px);
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.08em;
      font-weight: 750;
      letter-spacing: -0.02em;
      color: #0f172a;
      user-select: none;
    }

    .logo-badge {
      width: 36px;
      height: 36px;
      border-radius: 5px;
      background: none;
      /* background: */
        /* radial-gradient(90% 90% at 20% 10%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 55%), */
        /* linear-gradient(135deg, rgba(91, 184, 140, 1) 0%, rgba(91, 184, 140, 1) 55%, rgba(43, 109, 181, 1) 100%); */
      /* box-shadow: 0 14px 35px rgba(43, 109, 181, 0.20); */
      position: relative;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .logo small {
      display: block;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.70em;
      color: #64748b;
      margin-top: -2px;
    }

    .nav-btn {
      text-decoration: none;
      font-weight: 650;
      font-size: 0.95em;
      padding: 12px 18px;
      border-radius: 12px;
      color: white;
      background:
        radial-gradient(120% 180% at 10% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 45%),
        linear-gradient(135deg, rgba(43, 109, 181, 1) 0%, rgba(91, 184, 140, 1) 55%, rgba(91, 184, 140, 1) 100%);
      box-shadow: 0 14px 32px rgba(43, 109, 181, 0.25);
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .nav-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 44px rgba(43, 109, 181, 0.30);
      filter: saturate(1.08);
    }

    .nav-btn svg {
      width: 18px;
      height: 18px;
    }

    .section-head h2 {
      font-family: var(--font-head);
      font-size: 22px;
      line-height: 1.2;
      letter-spacing: -0.015em;
      color: #0b1220;
    }

    .section-note {
      font-size: 13px;
      line-height: 1.6;
      color: #64748b;
    }

    .profile-item {
      background: rgba(255, 255, 255, 0.86);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
    }

    .icon-circle {
      background: linear-gradient(135deg, rgba(91, 184, 140, 1), rgba(43, 109, 181, 1));
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
    }

    .label {
      font-size: 12.5px;
      line-height: 1.5;
      color: var(--text-2);
    }

    .value {
      font-size: 15px;
      color: #0f172a;
    }

    .subscription-label {
      font-size: 12.5px;
      line-height: 1.5;
      color: var(--text-2);
    }

    /* .status {
      color: var(--text-3);
    } */

    .dropdown-toggle {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--line);
      color: #0f172a;
      box-shadow: var(--shadow-sm);
    }

    .dropdown-toggle:hover {
      background: rgba(255, 255, 255, 0.98);
      border-color: var(--line-2);
    }

    .dropdown-placeholder {
      color: #64748b;
    }

    .dropdown-current,
    .dropdown-current * {
      color: #0f172a;
    }

    .dropdown-menu {
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-lg);
    }

    .dropdown-item {
      color: #0f172a;
    }

    .dropdown-item:hover {
      background: rgba(43, 109, 181, 0.08);
    }

    .dropdown-item.is-selected {
      background: rgba(43, 109, 181, 0.14);
    }

    .item-check {
      color: #2b6db5;
    }

    .hero-cta::before {
      background:
        radial-gradient(120px 80px at 25% 30%, var(--glow-a), transparent 60%),
        radial-gradient(160px 120px at 75% 70%, var(--glow-b), transparent 65%),
        linear-gradient(135deg, rgba(43, 109, 181, 0.18), rgba(91, 184, 140, 0.18));
      opacity: 0.7;
    }

    .hero-cta::after {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
      border: 1px solid var(--line);
      box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
    }

    .hero-cta {
      padding: 18px 20px;
    }

    .hero-cta__icon {
      width: 48px;
      height: 48px;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
      box-shadow: 0 12px 22px rgba(43, 109, 181, 0.25);
    }

    .hero-cta__title {
      font-family: var(--font-head);
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: #0b1220;
    }

    .hero-cta__hint {
      font-size: 14px;
      line-height: 1.55;
      color: #64748b;
    }

    .action-btn {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--line);
      color: #0f172a;
      box-shadow: var(--shadow-sm);
    }

    .action-btn:hover {
      background: rgba(255, 255, 255, 0.98);
      border-color: var(--line-2);
    }

    .action-btn.primary {
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
      border-color: transparent;
      color: #fff;
      box-shadow: 0 18px 30px rgba(43, 109, 181, 0.28);
    }

    .action-btn.ghost {
      background: rgba(248, 250, 252, 0.9);
      border-color: var(--line);
    }

    .subscription-box {
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
    }

    .subscription-row {
      background: #f1f5f9;
      border: 1px solid var(--line);
    }

    .subscription-row code {
      font-size: 13px;
      line-height: 1.5;
      color: #0f172a;
    }

    .icon-btn {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--line);
      color: #0f172a;
      box-shadow: var(--shadow-sm);
    }

    .icon-btn:hover {
      background: #f1f5f9;
      border-color: var(--line-2);
    }

    .step-card {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
      color: #0f172a;
    }

    .step-card p {
      font-size: 14px;
      line-height: 1.65;
      color: var(--text-2);
    }

    .link-btn {
      font-size: 13.5px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--line);
      color: #0f172a;
      box-shadow: var(--shadow-sm);
    }

    .link-btn i,
    .link-btn svg {
      color: #0f172a;
      fill: #0f172a;
      stroke: #0f172a;
    }

    .link-btn:hover {
      background: rgba(255, 255, 255, 0.98);
      border-color: var(--line-2);
    }

    .link-btn.action {
      background: rgba(43, 109, 181, 0.12);
      border-color: rgba(43, 109, 181, 0.28);
      color: #2b6db5;
    }

    .link-btn.external {
      background: rgba(91, 184, 140, 0.12);
      border-color: rgba(91, 184, 140, 0.28);
      color: #5bb88c;
    }

    .noscript {
      background: #f8fafc;
      border: 1px solid var(--line);
      color: #334155;
    }

    .noscript a {
      color: #2b6db5;
    }

    @media (max-width: 1200px) {
      header {
        padding: 80px 0 70px;
      }

      .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .hero-visual {
        height: 360px;
      }

      .hero-text h1 {
        font-size: 2.8em;
      }
    }

    @media (max-width: 768px) {
      header {
        padding: 64px 0 60px;
      }

      .hero-text h1 {
        font-size: 2.2em;
      }

      .page {
        margin-top: -30px;
        padding-top: 24px;
      }
    }

    /* Contact modal disabled
    body.modal-open {
      overflow: hidden;
    }

    .contact-modal {
      position: fixed;
      inset: 0;
      display: grid;
      place-items: center;
      z-index: 200;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease);
    }

    .contact-modal.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .contact-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(8, 12, 20, 0.55);
      backdrop-filter: blur(12px);
    }

    .contact-modal__panel {
      position: relative;
      width: min(520px, 92vw);
      border-radius: 20px;
      background: var(--glass-strong);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-lg);
      padding: 28px;
      z-index: 1;
    }

    .contact-modal__panel::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      background:
        radial-gradient(120% 120% at 0% 0%, var(--glow-a) 0%, rgba(91, 184, 140, 0) 55%),
        radial-gradient(120% 120% at 100% 100%, var(--glow-b) 0%, rgba(43, 109, 181, 0) 55%);
      pointer-events: none;
    }

    .contact-modal__header {
      position: relative;
      z-index: 1;
      margin-bottom: 20px;
    }

    .contact-modal__eyebrow {
      font-size: 0.78em;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--text-3);
      font-weight: 800;
    }

    .contact-modal__title {
      font-size: 1.6em;
      font-weight: 700;
      color: var(--text);
      margin-top: 8px;
    }

    .contact-modal__subtitle {
      color: var(--text-2);
      margin-top: 6px;
      font-size: 1em;
    }

    .contact-modal__actions {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .contact-modal__action {
      text-decoration: none;
      padding: 14px 16px;
      border-radius: 14px;
      font-weight: 700;
      text-align: center;
      border: 1px solid var(--line-2);
      background: var(--glass);
      color: var(--text);
      box-shadow: var(--shadow-sm);
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
    }

    .contact-modal__action:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-md);
      filter: saturate(1.05);
    }

    .contact-modal__action.is-vk {
      background: linear-gradient(135deg, rgba(43, 109, 181, 1), rgba(63, 140, 255, 1));
      color: #fff;
      border-color: rgba(43, 109, 181, 0.45);
    }

    .contact-modal__action.is-telegram {
      background: linear-gradient(135deg, rgba(43, 153, 255, 1), rgba(91, 184, 140, 1));
      color: #fff;
      border-color: rgba(43, 153, 255, 0.45);
    }

    .contact-modal__action.is-max {
      background: linear-gradient(135deg, rgba(91, 184, 140, 1), rgba(43, 109, 181, 1));
      color: #fff;
      border-color: rgba(91, 184, 140, 0.45);
    }

    .contact-modal__close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid var(--line-2);
      background: var(--glass-2);
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
      z-index: 2;
    }

    .contact-modal__close i,
    .contact-modal__close svg {
      width: 18px;
      height: 18px;
      color: var(--text);
    }

    .contact-modal__close:hover {
      transform: scale(1.05);
      box-shadow: var(--shadow-sm);
    }

    .contact-modal__close:focus-visible,
    .contact-modal__action:focus-visible {
      outline: 2px solid rgba(43, 109, 181, 0.45);
      outline-offset: 3px;
    }

    @media (max-width: 768px) {
      .contact-modal__panel {
        padding: 22px;
        border-radius: 18px;
      }

      .contact-modal__title {
        font-size: 1.35em;
      }

      .contact-modal__actions {
        grid-template-columns: 1fr;
      }
    }
    */
  
