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

    :root {
      --bg:       #060c16;
      --accent:   #3b82f6;
      --purple:   #8b5cf6;
      --cyan:     #06b6d4;
      --green:    #10b981;
      --text:     #f0f6ff;
      --muted:    #4d6a82;
      --sec:      #8ba3c0;
      --border:   rgba(255,255,255,.07);
      --card:     rgba(17,29,46,.75);
      --r:        14px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
      line-height: 1.6;
    }

    /* ── Ambient blobs ── */
    .blob {
      position: fixed; border-radius: 50%; pointer-events: none; z-index: 0;
      filter: blur(80px);
    }
    .blob-1 { width:900px;height:900px;background:radial-gradient(circle,rgba(59,130,246,.13),transparent 65%);top:-350px;right:-250px;animation:blobF 18s ease-in-out infinite; }
    .blob-2 { width:700px;height:700px;background:radial-gradient(circle,rgba(139,92,246,.1),transparent 65%);bottom:-250px;left:-150px;animation:blobF 22s ease-in-out infinite reverse; }
    .blob-3 { width:500px;height:500px;background:radial-gradient(circle,rgba(6,182,212,.08),transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);animation:blobF 14s ease-in-out infinite 4s; }
    @keyframes blobF { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(-50px,40px) scale(1.06)} 66%{transform:translate(40px,-50px) scale(.95)} }

    /* ── Nav ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 48px; height: 68px;
      background: rgba(6,12,22,.7); backdrop-filter: blur(24px);
      border-bottom: 1px solid var(--border);
      transition: background .3s;
    }
    .nav-logo {
      display: flex; align-items: center;
      text-decoration: none;
    }
    .nav-logo img { height: 48px; width: auto; object-fit: contain; display: block; }
    .nav-links { display: flex; align-items: center; gap: 8px; }
    .nav-link {
      padding: 7px 16px; border-radius: 8px; font-size: 13px; font-weight: 500;
      color: var(--sec); text-decoration: none; transition: all .18s;
    }
    .nav-link:hover { color: var(--text); background: rgba(255,255,255,.06); }
    .nav-link.active { color: var(--text); background: rgba(255,255,255,.06); }

    /* ── Nav dropdowns ── */
    .nav-dd { position: relative; }
    .nav-dd-toggle {
      display: inline-flex; align-items: center; gap: 2px;
      background: none; border: none; cursor: pointer; font-family: inherit;
    }
    .nav-dd-toggle svg { transition: transform .2s; }
    .nav-dd:hover .nav-dd-toggle svg { transform: rotate(180deg); }
    .nav-dd-panel {
      position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
      min-width: 280px; padding: 8px;
      background: rgba(13,22,38,.97); backdrop-filter: blur(24px);
      border: 1px solid var(--border); border-radius: 14px;
      box-shadow: 0 24px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(59,130,246,.08);
      opacity: 0; visibility: hidden; pointer-events: none;
      transition: opacity .18s ease, transform .18s ease, visibility .18s;
      z-index: 110;
    }
    /* hover bridge so the panel doesn't close in the 10px gap */
    .nav-dd::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 14px; }
    .nav-dd:hover .nav-dd-panel,
    .nav-dd:focus-within .nav-dd-panel {
      opacity: 1; visibility: visible; pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }
    .nav-dd-item {
      display: block; padding: 11px 14px; border-radius: 10px;
      text-decoration: none; transition: background .15s;
    }
    .nav-dd-item:hover { background: rgba(59,130,246,.1); }
    .nav-dd-item-title { display: block; font-size: 13.5px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
    .nav-dd-item-desc  { display: block; font-size: 12px; color: var(--muted); line-height: 1.4; }
    .nav-cta {
      padding: 8px 20px; border-radius: 9px; font-size: 13px; font-weight: 700;
      background: var(--accent); color: #fff; text-decoration: none;
      transition: all .2s; box-shadow: 0 0 20px rgba(59,130,246,.3);
    }
    .nav-cta:hover { background: #2563eb; box-shadow: 0 0 30px rgba(59,130,246,.5); transform: translateY(-1px); }

    /* ── Hero ── */
    .hero {
      min-height: 100vh; display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      padding: 120px 24px 80px; text-align: center; position: relative; z-index: 1;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700;
      letter-spacing: .5px; text-transform: uppercase;
      background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.25);
      color: #93c5fd; margin-bottom: 32px;
      animation: fadeUp .7s ease both;
    }
    .hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 8px #3b82f6; animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.3)} }

    .hero-title {
      font-size: clamp(48px, 7vw, 88px);
      font-weight: 900; letter-spacing: -3px; line-height: 1.05;
      margin-bottom: 28px;
      animation: fadeUp .7s ease .1s both;
    }
    .hero-title .grad {
      background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 40%, #67e8f9 80%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-title .grad-2 {
      background: linear-gradient(135deg, var(--accent), var(--purple));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-sub {
      font-size: clamp(16px, 2vw, 20px); color: var(--sec); max-width: 600px;
      line-height: 1.7; margin-bottom: 48px;
      animation: fadeUp .7s ease .2s both;
    }
    .hero-actions {
      display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
      animation: fadeUp .7s ease .3s both;
    }
    .btn-primary-lg {
      display: inline-flex; align-items: center; gap: 9px;
      padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 700;
      background: linear-gradient(135deg, var(--accent), #6366f1);
      color: #fff; text-decoration: none;
      box-shadow: 0 0 40px rgba(59,130,246,.35), 0 8px 32px rgba(0,0,0,.4);
      transition: all .22s; border: none; cursor: pointer;
    }
    .btn-primary-lg:hover { transform: translateY(-3px); box-shadow: 0 0 60px rgba(59,130,246,.5), 0 16px 40px rgba(0,0,0,.5); }
    .btn-secondary-lg {
      display: inline-flex; align-items: center; gap: 9px;
      padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 600;
      background: rgba(255,255,255,.06); color: var(--text); text-decoration: none;
      border: 1px solid var(--border); transition: all .22s; cursor: pointer;
    }
    .btn-secondary-lg:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15); transform: translateY(-2px); }

    .hero-stats {
      display: flex; gap: 40px; margin-top: 72px; flex-wrap: wrap; justify-content: center;
      animation: fadeUp .7s ease .45s both;
    }
    .hero-stat-val { font-size: 32px; font-weight: 900; letter-spacing: -1px; }
    .hero-stat-lbl { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .6px; margin-top: 3px; }

    /* ── Live "ask your inbox" demo ── */
    .hero-visual {
      margin-top: 80px; position: relative; width: 100%; max-width: 560px;
      animation: fadeUp .7s ease .35s both;
    }
    .demo-card {
      background: var(--card); backdrop-filter: blur(20px);
      border: 1px solid var(--border); border-radius: 18px;
      box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(59,130,246,.12);
      overflow: hidden; text-align: left;
      animation: deckFloat 7s ease-in-out infinite;
    }
    @keyframes deckFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

    .demo-bar {
      display: flex; align-items: center; gap: 7px;
      padding: 13px 18px; border-bottom: 1px solid var(--border);
      background: rgba(255,255,255,.02);
    }
    .demo-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
    .demo-bar-title { margin-left: 10px; font-size: 11.5px; font-weight: 600; color: var(--muted); letter-spacing: .2px; }

    .demo-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 18px; }

    .demo-row { display: flex; gap: 11px; align-items: flex-start; }
    .demo-row-user { flex-direction: row-reverse; }
    .demo-ava {
      width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 800;
    }
    .demo-ava-user { background: rgba(255,255,255,.1); color: var(--text); }
    .demo-ava-ai { background: linear-gradient(135deg, var(--accent), var(--purple)); color: #fff; }

    .demo-bubble { padding: 12px 15px; border-radius: 13px; font-size: 13px; line-height: 1.6; max-width: 82%; }
    .demo-bubble-user { background: rgba(59,130,246,.15); border: 1px solid rgba(59,130,246,.22); color: var(--text); border-bottom-right-radius: 4px; }
    .demo-bubble-ai   { background: rgba(255,255,255,.04); border: 1px solid var(--border); color: var(--sec); border-bottom-left-radius: 4px; min-width: 256px; overflow: hidden; }

    /* user question slides in first */
    .demo-row-user { animation: demoUserIn 9s ease-in-out infinite; }
    @keyframes demoUserIn {
      0% { opacity: 0; transform: translateX(16px); }
      6%, 100% { opacity: 1; transform: translateX(0); }
    }

    /* AI bubble appears after the question */
    .demo-row-ai { animation: demoAiIn 9s ease-in-out infinite; }
    @keyframes demoAiIn {
      0%, 10% { opacity: 0; transform: translateY(8px); }
      16%, 100% { opacity: 1; transform: translateY(0); }
    }

    /* typing indicator: shown, then collapses away (stays in flow → no overflow) */
    .demo-typing {
      display: flex; align-items: center; gap: 5px;
      overflow: hidden;
      animation: demoTypingCycle 9s ease-in-out infinite;
    }
    .demo-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: typingDot 1.2s infinite; }
    .demo-typing span:nth-child(2) { animation-delay: .2s; }
    .demo-typing span:nth-child(3) { animation-delay: .4s; }
    .demo-typing em { font-style: normal; font-size: 12px; color: var(--muted); margin-left: 6px; white-space: nowrap; }

    /* answer: collapsed, then expands in the normal flow → bubble grows to fit */
    .demo-answer {
      color: var(--sec); max-height: 0; opacity: 0;
      animation: demoAnswerCycle 9s ease-in-out infinite;
    }
    .demo-answer strong { color: var(--text); }
    .demo-cite {
      margin-top: 9px; padding: 8px 11px; border-radius: 8px;
      background: rgba(59,130,246,.07); border: 1px solid rgba(59,130,246,.14);
      font-size: 12px; color: var(--text);
    }
    .demo-cite-amt { font-weight: 800; color: #6ee7b7; }
    .demo-sources {
      display: flex; align-items: center; gap: 6px;
      margin-top: 11px; font-size: 11px; color: var(--muted); font-weight: 500;
    }

    @keyframes demoTypingCycle {
      0%, 30% { max-height: 22px; opacity: 1; margin-bottom: 0; }
      38%, 100% { max-height: 0; opacity: 0; margin-bottom: 0; }
    }
    @keyframes demoAnswerCycle {
      0%, 34% { max-height: 0; opacity: 0; }
      44%, 94% { max-height: 220px; opacity: 1; }
      100% { max-height: 0; opacity: 0; }
    }

    /* ── Section common ── */
    section { position: relative; z-index: 1; }
    .container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
    .section-label {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
      color: var(--accent); margin-bottom: 14px;
    }
    .section-title {
      font-size: clamp(32px, 4vw, 52px); font-weight: 900; letter-spacing: -1.5px;
      line-height: 1.1; margin-bottom: 18px;
    }
    .section-sub { font-size: 17px; color: var(--sec); line-height: 1.7; max-width: 560px; }

    /* ── Features ── */
    .features { padding: 120px 0; }
    .features-head { text-align: center; margin-bottom: 72px; }
    .features-head .section-sub { margin: 0 auto; }
    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .feat-card {
      background: var(--card); backdrop-filter: blur(20px);
      border: 1px solid var(--border); border-radius: var(--r);
      padding: 32px 28px; transition: all .25s; position: relative; overflow: hidden;
    }
    .feat-card::before {
      content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .3s;
      background: linear-gradient(135deg, rgba(59,130,246,.06), rgba(139,92,246,.04));
    }
    .feat-card:hover { border-color: rgba(99,179,237,.3); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
    .feat-card:hover::before { opacity: 1; }
    .feat-icon {
      width: 52px; height: 52px; border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px; flex-shrink: 0;
    }
    .feat-title { font-size: 17px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 10px; }
    .feat-desc { font-size: 13.5px; color: var(--sec); line-height: 1.7; }

    /* ── How it works ── */
    .how { padding: 80px 0 120px; }
    .how-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .how-steps { display: flex; flex-direction: column; gap: 32px; }
    .step { display: flex; gap: 20px; align-items: flex-start; }
    .step-num {
      width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
      background: linear-gradient(135deg, var(--accent), var(--purple));
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 900; color: #fff;
      box-shadow: 0 0 20px rgba(59,130,246,.3);
    }
    .step-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
    .step-desc { font-size: 13.5px; color: var(--sec); line-height: 1.7; }

    .how-visual {
      background: var(--card); backdrop-filter: blur(20px);
      border: 1px solid var(--border); border-radius: 20px;
      padding: 28px; box-shadow: 0 0 0 1px rgba(59,130,246,.08), 0 40px 80px rgba(0,0,0,.5);
    }
    .chat-row { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
    .chat-avatar { width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
    .chat-bubble { padding: 12px 16px; border-radius: 12px; font-size: 13px; line-height: 1.6; max-width: 88%; }
    .chat-row.user .chat-bubble { background: rgba(59,130,246,.15); border: 1px solid rgba(59,130,246,.2); color: var(--text); margin-left: auto; }
    .chat-row.user { flex-direction: row-reverse; }
    .chat-row.ai .chat-bubble { background: rgba(255,255,255,.05); border: 1px solid var(--border); color: var(--sec); }
    .chat-row.ai .chat-avatar { background: linear-gradient(135deg, var(--accent), var(--purple)); color: #fff; }
    .chat-row.user .chat-avatar { background: rgba(255,255,255,.1); color: var(--text); }
    .typing { display: flex; gap: 5px; align-items: center; padding: 12px 16px; }
    .typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: typingDot 1.2s infinite; }
    .typing span:nth-child(2) { animation-delay: .2s; }
    .typing span:nth-child(3) { animation-delay: .4s; }
    @keyframes typingDot { 0%,80%,100%{transform:scale(1);opacity:.4} 40%{transform:scale(1.3);opacity:1} }

    /* ── Pricing ── */
    .pricing { padding: 80px 0 120px; }
    .pricing-head { text-align: center; margin-bottom: 64px; }
    .pricing-head .section-sub { margin: 0 auto; }
    .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
    .price-card {
      background: var(--card); backdrop-filter: blur(20px);
      border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px;
      transition: all .25s; position: relative;
    }
    .price-card.featured {
      background: linear-gradient(160deg, rgba(59,130,246,.12), rgba(139,92,246,.08));
      border-color: rgba(99,179,237,.3);
      box-shadow: 0 0 60px rgba(59,130,246,.1), 0 0 0 1px rgba(59,130,246,.2);
      transform: scale(1.04);
    }
    .price-card:hover:not(.featured) { border-color: rgba(255,255,255,.15); transform: translateY(-4px); }
    .price-badge {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      padding: 4px 16px; border-radius: 20px; font-size: 11px; font-weight: 800;
      text-transform: uppercase; letter-spacing: .8px;
      background: linear-gradient(135deg, var(--accent), var(--purple));
      color: #fff; white-space: nowrap;
    }
    .price-plan { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px; }
    .price-amount { font-size: 52px; font-weight: 900; letter-spacing: -2px; line-height: 1; }
    .price-amount sup { font-size: 22px; font-weight: 700; vertical-align: top; margin-top: 12px; display: inline-block; }
    .price-period { font-size: 13px; color: var(--muted); margin-bottom: 24px; margin-top: 4px; }
    .price-divider { height: 1px; background: var(--border); margin: 24px 0; }
    .price-feat { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--sec); margin-bottom: 12px; }
    .price-feat svg { flex-shrink: 0; margin-top: 2px; }
    .price-feat strong { color: var(--text); }
    .price-btn {
      display: block; width: 100%; padding: 13px; border-radius: 11px;
      font-size: 14px; font-weight: 700; text-align: center; text-decoration: none;
      transition: all .2s; cursor: pointer; border: none; margin-top: 28px;
    }
    .price-btn-primary { background: linear-gradient(135deg, var(--accent), #6366f1); color: #fff; box-shadow: 0 0 30px rgba(59,130,246,.3); }
    .price-btn-primary:hover { box-shadow: 0 0 50px rgba(59,130,246,.5); transform: translateY(-2px); }
    .price-btn-secondary { background: rgba(255,255,255,.07); color: var(--text); border: 1px solid var(--border); }
    .price-btn-secondary:hover { background: rgba(255,255,255,.12); }

    /* ── CTA Banner ── */
    .cta-banner {
      padding: 80px 0 120px;
    }
    .cta-inner {
      background: linear-gradient(135deg, rgba(59,130,246,.12), rgba(139,92,246,.1), rgba(6,182,212,.06));
      border: 1px solid rgba(99,179,237,.2);
      border-radius: 28px; padding: 80px 48px; text-align: center;
      position: relative; overflow: hidden;
    }
    .cta-inner::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(59,130,246,.15), transparent 70%);
      pointer-events: none;
    }
    .cta-title { font-size: clamp(32px, 4vw, 52px); font-weight: 900; letter-spacing: -1.5px; margin-bottom: 18px; line-height: 1.1; }
    .cta-sub { font-size: 17px; color: var(--sec); margin-bottom: 40px; line-height: 1.7; }

    /* ── Footer ── */
    footer {
      position: relative; z-index: 1;
      border-top: 1px solid var(--border);
      background: linear-gradient(180deg, transparent, rgba(8,14,26,.6));
    }
    .footer-top {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      gap: 48px;
      padding: 64px 0 48px;
    }
    .footer-brand-logo { height: 42px; width: auto; object-fit: contain; display: block; margin-bottom: 18px; }
    .footer-tagline { font-size: 13.5px; color: var(--sec); line-height: 1.7; max-width: 300px; margin-bottom: 22px; }
    .footer-badge-wrap { margin-bottom: 4px; }

    .footer-col-title {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      color: var(--muted); margin-bottom: 16px;
    }
    .footer-links { display: flex; flex-direction: column; gap: 11px; }
    .footer-links a {
      font-size: 13.5px; color: var(--sec); text-decoration: none;
      transition: color .18s, transform .18s; width: fit-content;
    }
    .footer-links a:hover { color: var(--text); transform: translateX(3px); }

    .footer-contact { display: flex; flex-direction: column; gap: 12px; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--sec); line-height: 1.6; }
    .footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--accent); }
    .footer-contact-item a { color: var(--sec); text-decoration: none; transition: color .18s; word-break: break-word; }
    .footer-contact-item a:hover { color: var(--accent); }
    .footer-contact-item address { font-style: normal; }

    .footer-bottom {
      display: flex; align-items: center; justify-content: space-between;
      flex-wrap: wrap; gap: 16px;
      padding: 24px 0 40px;
      border-top: 1px solid var(--border);
      font-size: 12.5px; color: var(--muted);
    }
    .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
    .footer-legal a { color: var(--muted); text-decoration: none; transition: color .18s; }
    .footer-legal a:hover { color: var(--text); }
    .footer-made { display: flex; align-items: center; gap: 6px; }
    .footer-made svg { color: var(--danger, #ef4444); }

    @media (max-width: 860px) {
      .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding: 48px 0 36px; }
      .footer-brand-col { grid-column: 1 / -1; }
    }
    @media (max-width: 560px) {
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
    }

    /* ── Animations ── */
    @keyframes fadeUp { from { opacity:0; transform: translateY(28px); } to { opacity:1; transform: translateY(0); } }

    .reveal {
      opacity: 0; transform: translateY(30px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-d1 { transition-delay: .1s; }
    .reveal-d2 { transition-delay: .2s; }
    .reveal-d3 { transition-delay: .3s; }

    /* ── Security & Privacy panel ── */
    .privacy-panel {
      background: linear-gradient(135deg, rgba(16,185,129,.07), rgba(6,182,212,.05));
      border: 1px solid rgba(16,185,129,.2);
      border-radius: 24px; padding: 56px 48px; position: relative; overflow: hidden;
    }
    .privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
    .privacy-cards { display: flex; flex-direction: column; gap: 14px; }

    /* ── Responsive ── */
    @media (max-width: 1100px) {
      .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 900px) {
      nav { padding: 0 20px; }
      .nav-links .nav-link { display: none; }
      .nav-dd { display: none; }
      .features-grid { grid-template-columns: 1fr; }
      .how-wrap { grid-template-columns: 1fr; }
      .how-visual { display: none; }
      .pricing-grid { grid-template-columns: 1fr; }
      .price-card.featured { transform: none; }
      .hero-visual { max-width: 480px; }
      .cta-inner { padding: 48px 24px; }
      .privacy-grid { grid-template-columns: 1fr; gap: 36px; }
      .privacy-panel { padding: 44px 32px; }
    }

    /* Phones */
    @media (max-width: 600px) {
      .hero { padding: 104px 18px 60px; }
      .hero-title { letter-spacing: -1.5px; }
      .hero-stats { gap: 22px; margin-top: 48px; }
      .hero-stats > div[style*="width:1px"] { display: none; }
      .hero-visual { margin-top: 56px; }
      .demo-body { padding: 18px 16px 20px; }
      .demo-bubble-ai { min-width: 0; min-height: 180px; }
      .container { padding: 0 18px; }
      .features { padding: 80px 0; }
      .features-head { margin-bottom: 48px; }
      .feat-card { padding: 26px 22px; }
      .privacy-panel { padding: 32px 20px; border-radius: 18px; }
      .privacy-grid { gap: 28px; }
      .privacy-title { word-break: normal; overflow-wrap: anywhere; }
      .privacy-foot { flex-direction: column; gap: 10px; }
      .price-card, .price-card.featured { padding: 30px 24px; }
      .cta-inner { padding: 40px 20px; border-radius: 22px; }
      footer .container > div { flex-direction: column; text-align: center; }
    }
