    :root {
      --bg-main: #050816;
      --bg-card: #0e1020;
      --bg-card-soft: rgba(255, 255, 255, 0.02);
      --accent: #5b8cff;
      --accent-soft: rgba(91, 140, 255, 0.15);
      --accent-strong: #3b82f6;
      --accent-second: #22c55e;
      --text-main: #f9fafb;
      --text-muted: #9ca3af;
      --text-soft: #6b7280;
      --border-soft: rgba(255, 255, 255, 0.07);
      --danger: #ef4444;
      --radius-xl: 24px;
      --radius-lg: 18px;
      --radius-md: 12px;
      --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.75);
      --transition-fast: 0.18s ease-out;
      --transition: 0.25s ease-out;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      background: radial-gradient(circle at top, #111827 0, #020617 55%, #000 100%);
      color: var(--text-main);
      min-height: 100vh;
      line-height: 1.5;
    }

    .page {
      max-width: 1120px;
      margin: 0 auto;
      padding: 24px 16px 40px;
    }

    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 32px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, #ffffff 0, #4f46e5 40%, #22c55e 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35), 0 18px 40px rgba(37, 99, 235, 0.6);
    }

    .logo-mark span {
      font-weight: 700;
      font-size: 16px;
      color: #0b1020;
    }

    .logo-text-main {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .logo-text-sub {
      font-size: 11px;
      color: var(--text-soft);
    }

    .header-right {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      color: var(--text-soft);
    }

    .header-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.4);
      background: rgba(15, 23, 42, 0.7);
      backdrop-filter: blur(16px);
    }

    .header-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: linear-gradient(135deg, #22c55e, #4ade80);
      box-shadow: 0 0 6px rgba(34, 197, 94, 0.8);
    }

    .header-phone {
      font-weight: 500;
      color: var(--text-main);
      text-decoration: none;
    }

    main {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
      gap: 24px;
    }

    /* HERO LEFT */

    .hero {
      padding: 24px 22px 22px;
      border-radius: var(--radius-xl);
      background: linear-gradient(
          135deg,
          rgba(56, 189, 248, 0.08),
          rgba(56, 189, 248, 0.02) 40%,
          rgba(30, 64, 175, 0.08)
        ),
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.4), transparent 55%);
      border: 1px solid rgba(148, 163, 184, 0.35);
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 120% -20%, rgba(96, 165, 250, 0.25), transparent 60%);
      opacity: 0.9;
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 5px 9px 5px 5px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.75);
      border: 1px solid rgba(148, 163, 184, 0.4);
      margin-bottom: 16px;
      font-size: 11px;
      color: var(--text-muted);
      backdrop-filter: blur(14px);
    }

    .hero-badge-tag {
      padding: 4px 8px;
      border-radius: 999px;
      background: linear-gradient(135deg, #4f46e5, #22c55e);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #e5efff;
    }

    .hero-title {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .hero-title span {
      background: linear-gradient(135deg, #60a5fa, #a855f7, #22c55e);
      -webkit-background-clip: text;
      color: transparent;
    }

    .hero-subtitle {
      font-size: 13px;
      color: var(--text-muted);
      max-width: 400px;
      margin-bottom: 18px;
    }

    .hero-highlight {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 18px;
      font-size: 11px;
    }

    .hero-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.4);
    }

    .hero-chip-icon {
      font-size: 13px;
    }

    .hero-chip strong {
      font-weight: 500;
      color: var(--text-main);
    }

    .hero-chip span {
      color: var(--text-soft);
    }

    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }

    .btn-primary {
      position: relative;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 18px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 500;
      border: none;
      cursor: pointer;
      background: linear-gradient(135deg, #4f46e5, #2563eb);
      color: #f9fafb;
      box-shadow: 0 14px 40px rgba(37, 99, 235, 0.7);
      transition: transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);
      text-decoration: none;
    }

    .btn-primary::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.24), transparent 55%);
      opacity: 0;
      transition: opacity var(--transition);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 45px rgba(37, 99, 235, 0.9);
      filter: brightness(1.03);
    }

    .btn-primary:hover::before {
      opacity: 1;
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      border-radius: 999px;
      font-size: 12px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.75);
      color: var(--text-muted);
      text-decoration: none;
      cursor: pointer;
      transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
    }

    .btn-secondary:hover {
      background: rgba(15, 23, 42, 0.95);
      border-color: rgba(148, 163, 184, 0.9);
      color: var(--text-main);
      transform: translateY(-1px);
    }

    .btn-secondary span.icon {
      font-size: 12px;
      opacity: 0.9;
    }

    .hero-secure {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      color: var(--text-soft);
      margin-bottom: 18px;
    }

    .hero-secure-icon {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: rgba(22, 163, 74, 0.1);
      border: 1px solid rgba(22, 163, 74, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      color: #4ade80;
    }

    .hero-secure span b {
      color: var(--accent-second);
      font-weight: 500;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      font-size: 11px;
    }

    .hero-stat-card {
      border-radius: 16px;
      padding: 8px 9px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.5);
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .hero-stat-label {
      color: var(--text-soft);
      font-size: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .hero-stat-value {
      font-size: 13px;
      font-weight: 600;
    }

    .hero-stat-value span {
      font-size: 11px;
      font-weight: 400;
      color: var(--accent-second);
      margin-left: 3px;
    }

    .hero-stat-mini {
      font-size: 10px;
      color: var(--text-muted);
    }

    /* FORM RIGHT */

    .form-card {
      border-radius: var(--radius-xl);
      background: radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.2), transparent 55%),
        radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.2), transparent 50%),
        rgba(15, 23, 42, 0.95);
      padding: 20px 18px 18px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      box-shadow: var(--shadow-soft);
      position: sticky;
      top: 16px;
    }

    .form-header {
      margin-bottom: 10px;
    }

    .form-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .form-subtitle {
      font-size: 12px;
      color: var(--text-muted);
    }

    .form-subtitle span {
      color: var(--accent-second);
      font-weight: 500;
    }

    .form-grid {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 10px;
    }

    .field-label-row {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      font-size: 11px;
      color: var(--text-muted);
      margin-bottom: 4px;
    }

    .field-label-row label {
      color: var(--text-main);
      font-size: 12px;
      font-weight: 500;
    }

    .field-label-row span.meta {
      font-size: 11px;
      color: var(--text-soft);
    }

    .field-label-row span.meta strong {
      font-weight: 500;
      color: var(--accent-second);
    }

    .field {
      position: relative;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"] {
      width: 100%;
      padding: 9px 10px;
      border-radius: var(--radius-md);
      border: 1px solid var(--border-soft);
      background: rgba(15, 23, 42, 0.8);
      color: var(--text-main);
      font-size: 13px;
      outline: none;
      transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }

    input::placeholder {
      color: var(--text-soft);
    }

    input:focus {
      border-color: rgba(59, 130, 246, 0.9);
      box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.7);
      background: rgba(15, 23, 42, 0.95);
    }

    .range-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .range-column {
      flex: 1;
    }

    input[type="range"] {
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      height: 5px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      outline: none;
      cursor: pointer;
    }

    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: #ffffff;
      border: 2px solid var(--accent-strong);
      box-shadow: 0 0 0 6px var(--accent-soft);
      transition: box-shadow var(--transition-fast), transform var(--transition-fast);
    }

    input[type="range"]::-webkit-slider-thumb:hover {
      transform: scale(1.03);
      box-shadow: 0 0 0 8px var(--accent-soft);
    }

    input[type="range"]::-moz-range-track {
      height: 5px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
    }

    input[type="range"]::-moz-range-thumb {
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: #ffffff;
      border: 2px solid var(--accent-strong);
      box-shadow: 0 0 0 6px var(--accent-soft);
      transition: box-shadow var(--transition-fast), transform var(--transition-fast);
    }

    .range-value-pill {
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.8);
      font-size: 11px;
      color: var(--text-main);
      white-space: nowrap;
      min-width: max-content;
    }

    .range-hints {
      display: flex;
      justify-content: space-between;
      font-size: 10px;
      color: var(--text-soft);
      margin-top: 4px;
    }

    .summary {
      margin: 10px 0 8px;
      border-radius: 16px;
      background: rgba(15, 23, 42, 0.95);
      border: 1px solid rgba(148, 163, 184, 0.6);
      padding: 9px 10px;
      font-size: 11px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
    }

    .summary-item {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .summary-label {
      color: var(--text-soft);
      font-size: 10px;
    }

    .summary-value {
      font-weight: 600;
      font-size: 12px;
    }

    .summary-value.accent {
      color: var(--accent-second);
    }

    .checkbox-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 11px;
      color: var(--text-soft);
      margin-top: 4px;
    }

    .checkbox-row input[type="checkbox"] {
      margin-top: 2px;
      accent-color: var(--accent-strong);
    }

    .checkbox-row a {
      color: var(--accent-strong);
      text-decoration: none;
    }

    .checkbox-row a:hover {
      text-decoration: underline;
    }

    .form-footer {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 10px;
      font-size: 10px;
      color: var(--text-soft);
    }

    .form-footer strong {
      color: var(--accent-second);
      font-weight: 500;
    }

    .form-footer span.danger {
      color: var(--danger);
    }

    .submit-btn {
      margin-top: 6px;
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 999px;
      border: none;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500;
      background: linear-gradient(135deg, #22c55e, #16a34a);
      color: #022c22;
      box-shadow: 0 16px 45px rgba(34, 197, 94, 0.65);
      transition: transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);
    }

    .submit-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 20px 55px rgba(34, 197, 94, 0.85);
      filter: brightness(1.02);
    }

    .submit-btn span.icon {
      font-size: 14px;
    }

    .disclaimer {
      margin-top: 12px;
      font-size: 9px;
      color: var(--text-soft);
    }

    /* INFO BLOCKS */

    .info-section {
      margin-top: 26px;
      display: grid;
      grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.4fr);
      gap: 16px;
    }

    .info-card {
      border-radius: var(--radius-lg);
      background: rgba(15, 23, 42, 0.95);
      border: 1px solid rgba(148, 163, 184, 0.4);
      padding: 14px 14px 13px;
    }

    .info-card-title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .info-card-subtitle {
      font-size: 11px;
      color: var(--text-muted);
      margin-bottom: 10px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 4px;
    }

    .step {
      border-radius: 18px;
      padding: 9px 9px;
      background: radial-gradient(circle at 0 0, rgba(59, 130, 246, 0.25), transparent 60%),
        rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.55);
      font-size: 11px;
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.96);
      border: 1px solid rgba(148, 163, 184, 0.8);
      font-size: 11px;
      margin-bottom: 3px;
    }

    .step-title {
      font-weight: 500;
      margin-bottom: 2px;
    }

    .step-text {
      color: var(--text-soft);
      font-size: 10px;
    }

    .benefits-list {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px 10px;
      font-size: 11px;
      margin-top: 6px;
    }

    .benefits-list li {
      display: flex;
      align-items: flex-start;
      gap: 6px;
      color: var(--text-soft);
    }

    .benefits-list span.icon {
      font-size: 13px;
      margin-top: -1px;
    }

    .faq-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 7px;
      font-size: 11px;
      margin-top: 6px;
    }

    .faq-item {
      border-radius: 12px;
      border: 1px solid rgba(148, 163, 184, 0.45);
      background: rgba(15, 23, 42, 0.9);
      padding: 7px 8px;
    }

    .faq-q {
      font-weight: 500;
      margin-bottom: 2px;
    }

    .faq-a {
      color: var(--text-soft);
      font-size: 10px;
    }

    footer {
      margin-top: 18px;
      padding-top: 10px;
      border-top: 1px solid rgba(31, 41, 55, 0.9);
      font-size: 10px;
      color: var(--text-soft);
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: space-between;
    }

    footer a {
      color: var(--text-muted);
      text-decoration: none;
      font-size: 10px;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* RESPONSIVE */

    @media (max-width: 900px) {
      main {
        grid-template-columns: minmax(0, 1fr);
      }

      .form-card {
        position: static;
      }
    }

    @media (max-width: 720px) {
      header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .info-section {
        grid-template-columns: minmax(0, 1fr);
      }

      .steps {
        grid-template-columns: minmax(0, 1fr);
      }

      .benefits-list {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 480px) {
      .hero {
        padding: 18px 16px 16px;
      }

      .hero-title {
        font-size: 22px;
      }

      .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .summary {
        grid-template-columns: minmax(0, 1fr);
      }
    }
