:root {
      --bg: #07111f;
      --bg-soft: #0c1828;
      --panel: rgba(255,255,255,.065);
      --panel-strong: rgba(255,255,255,.1);
      --line: rgba(255,255,255,.11);
      --text: #f4f7fb;
      --muted: #9fb0c7;
      --purple: #8b5cf6;
      --blue: #38bdf8;
      --cyan: #22d3ee;
      --green: #34d399;
      --shadow: 0 30px 100px rgba(0,0,0,.38);
      --radius: 28px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "DM Sans", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(56,189,248,.15), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(139,92,246,.18), transparent 32%),
        radial-gradient(circle at 50% 92%, rgba(34,211,238,.1), transparent 35%),
        var(--bg);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, black, transparent 90%);
      z-index: -2;
    }

    .cursor-glow {
      position: fixed;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(56,189,248,.13), transparent 68%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1;
      filter: blur(12px);
    }

    a { color: inherit; text-decoration: none; }
    button { font: inherit; }

    .container { width: min(1180px, calc(100% - 40px)); margin: auto; }
    .section { padding: 110px 0; position: relative; }

    .nav-wrap {
      position: fixed;
      top: 18px;
      left: 0;
      right: 0;
      z-index: 50;
    }

    .nav {
      width: min(1160px, calc(100% - 28px));
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 13px 14px 13px 18px;
      border: 1px solid rgba(255,255,255,.09);
      border-radius: 20px;
      background: rgba(7,17,31,.66);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 44px rgba(0,0,0,.18);
    }

    .brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.03em; }
    .brand-mark {
      width: 34px; height: 34px; border-radius: 12px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, var(--blue), var(--purple));
      box-shadow: 0 10px 26px rgba(56,189,248,.2);
    }
    .brand-mark svg { width: 19px; }
    .brand-mark img { width: 22px; height: 22px; display: block; object-fit: contain; }

    .nav-links { display: flex; gap: 28px; color: #b9c5d4; font-size: 14px; }
    .nav-links a { transition: .25s ease; }
    .nav-links a:hover { color: white; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 0 18px;
      border: 1px solid transparent;
      border-radius: 14px;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
      font-weight: 700;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      background: linear-gradient(135deg, #7c3aed, #38bdf8);
      color: white;
      box-shadow: 0 15px 36px rgba(76,92,255,.25);
    }
    .btn-ghost { border-color: var(--line); background: rgba(255,255,255,.045); color: #e7eef7; }

    .hero { min-height: 100vh; display: grid; align-items: center; padding-top: 130px; padding-bottom: 70px; }
    .hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 9px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.045);
      color: #cbd8e7;
      font-size: 13px;
      margin-bottom: 18px;
    }
    .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 6px rgba(52,211,153,.09); }

    h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; }
    h1 {
      font-size: clamp(54px, 7vw, 92px);
      line-height: .96;
      letter-spacing: -.065em;
      max-width: 760px;
    }
    .gradient-text {
      background: linear-gradient(90deg, #ffffff 4%, #78d9ff 46%, #b69bff 88%);
      -webkit-background-clip: text;
      color: transparent;
    }
    .hero-copy p {
      margin: 26px 0 28px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.75;
      max-width: 610px;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .trust-row { display: flex; align-items: center; gap: 18px; margin-top: 30px; color: #8fa0b8; font-size: 13px; }
    .avatars { display: flex; }
    .avatars span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -8px; background: linear-gradient(135deg,#334155,#64748b); display: grid; place-items: center; font-size: 11px; font-weight: 700; }
    .avatars span:first-child { margin-left: 0; }
    .avatars img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; display: block; }

    .mockup-shell { position: relative; perspective: 1200px; }
    .orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .85; }
    .orb.one { width: 78px; height: 78px; background: linear-gradient(135deg,#38bdf8,#2563eb); top: -24px; right: 18px; animation: float 5s ease-in-out infinite; }
    .orb.two { width: 52px; height: 52px; background: linear-gradient(135deg,#a78bfa,#7c3aed); bottom: 5%; left: -16px; animation: float 6s ease-in-out infinite reverse; }

    .app-window {
      transform: rotateY(-4deg) rotateX(2deg);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 30px;
      overflow: hidden;
      background: rgba(9,21,37,.82);
      box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.025) inset;
      backdrop-filter: blur(22px);
      animation: riseIn 1s cubic-bezier(.16,1,.3,1) both;
    }

    .window-top { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.026); }
    .dots { display: flex; gap: 7px; }
    .dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.28); }
    .window-label { font-size: 12px; color: #89a0ba; }

    .editor-grid { display: grid; grid-template-columns: 210px 1fr; min-height: 510px; }
    .sidebar { padding: 18px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
    .side-head { font-size: 11px; color: #71859e; text-transform: uppercase; letter-spacing: .12em; margin: 6px 0 13px; }
    .side-item { padding: 10px 11px; border-radius: 11px; color: #aab8c9; font-size: 13px; display: flex; gap: 9px; align-items: center; margin-bottom: 4px; }
    .side-item.active { background: linear-gradient(90deg, rgba(56,189,248,.12), rgba(139,92,246,.1)); color: white; border: 1px solid rgba(255,255,255,.055); }
    .side-icon { width: 8px; height: 8px; border-radius: 2px; background: #38bdf8; }
    .side-icon-purple { background:#a78bfa; }
    .side-icon-green { background:#34d399; }
    .side-icon-amber { background:#f59e0b; }
    .side-head-detected { margin-top:25px; }

    .workspace { padding: 18px; display: grid; grid-template-rows: auto 1fr; gap: 16px; }
    .toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
    .tiny-title { font-size: 13px; font-weight: 700; }
    .toolbar-actions { display: flex; gap: 8px; }
    .mini-btn { height: 30px; padding: 0 11px; border-radius: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: #b8c6d7; font-size: 11px; }
    .mini-btn.primary { background: linear-gradient(135deg,#7c3aed,#3b82f6); color: #fff; border: none; }

    .preview { border-radius: 22px; background: #f7fafc; padding: 27px; color: #111827; position: relative; overflow: hidden; min-height: 405px; }
    .preview::after { content:"LIVE PREVIEW"; position:absolute; top:14px; right:16px; font-size:9px; letter-spacing:.15em; font-weight:800; color:#64748b; }
    .signature-card { width: min(100%, 480px); margin: 70px auto 0; background: white; box-shadow: 0 18px 50px rgba(15,23,42,.12); border-radius: 18px; padding: 24px; display: grid; grid-template-columns: 72px 1fr; gap: 18px; border: 1px solid #e8eef5; position: relative; }
    .photo { width: 72px; height: 72px; border-radius: 18px; background: linear-gradient(145deg,#0f172a,#3b82f6); display: grid; place-items: center; color: white; font-family: Manrope; font-size: 22px; font-weight: 800; overflow:hidden; box-shadow:0 10px 24px rgba(59,91,219,.18); }
    .photo img { width:100%; height:100%; object-fit:cover; display:block; }
    .sig-name { font: 800 20px Manrope; letter-spacing: -.03em; }
    .sig-role { font-size: 12px; color:#64748b; margin-top: 3px; }
    .sig-line { width: 42px; height: 2px; background: linear-gradient(90deg,#7c3aed,#38bdf8); margin: 12px 0; }
    .sig-info { font-size: 11px; color:#475569; line-height:1.7; }
    .selection { position: absolute; inset: 17px; border: 1px dashed #7c3aed; border-radius: 13px; pointer-events:none; animation: pulseBorder 2.2s ease-in-out infinite; }
    .selection::before { content:"Editable block"; position:absolute; top:-9px; left:14px; background:#7c3aed; color:white; padding:2px 7px; border-radius:4px; font-size:8px; }

    .floating-chip { position: absolute; z-index: 3; padding: 9px 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(8,18,32,.78); backdrop-filter: blur(16px); color:#dbeafe; font-size:11px; box-shadow: 0 14px 34px rgba(0,0,0,.2); animation: float 4.5s ease-in-out infinite; }
    .chip-one { top: 22%; left: -32px; }
    .chip-two { bottom: 16%; right: -25px; animation-delay: -1.5s; }

    .section-head { text-align: center; max-width: 760px; margin: 0 auto 55px; }
    .section-head .kicker { color: #6ee7f9; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .section-head h2 { margin-top: 13px; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.055em; line-height: 1.03; }
    .section-head p { color: var(--muted); font-size: 17px; line-height: 1.7; }

    .bento { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 265px; gap: 18px; }
    .card { border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.045); overflow: hidden; position: relative; padding: 28px; box-shadow: 0 20px 55px rgba(0,0,0,.12); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
    .card.large { grid-row: span 2; }
    .card.wide { grid-column: span 2; }
    .card h3 { font-size: 22px; letter-spacing: -.035em; }
    .card p { color:#8fa1b8; line-height:1.65; font-size:14px; max-width: 390px; }
    .iconbox { width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(135deg, rgba(56,189,248,.18), rgba(139,92,246,.19)); display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); margin-bottom:20px; font-size:19px; }

    .code-box { position:absolute; left:28px; right:28px; bottom:26px; border-radius:16px; background:#06101d; border:1px solid rgba(255,255,255,.07); padding:18px; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size:11px; color:#90a4bd; line-height:1.7; }
    .code-box .pink { color:#c084fc; } .code-box .blue { color:#67e8f9; } .code-box .green { color:#86efac; }

    .detect-demo { margin-top: 28px; display:grid; gap:10px; }
    .detect-row { display:flex; justify-content:space-between; align-items:center; padding:11px 12px; border-radius:12px; background:rgba(255,255,255,.04); color:#afbdd0; font-size:12px; }
    .person-row span:first-child { display:flex; align-items:center; gap:9px; font-weight:800; color:#e7eef7; }
    .person-row img { width:28px; height:28px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.72); box-shadow:0 8px 18px rgba(0,0,0,.12); }
    .person-row.active { animation: activePerson 4.8s ease-in-out infinite; }
    .status { padding:4px 7px; border-radius:999px; background:rgba(52,211,153,.09); color:#6ee7b7; font-size:10px; }

    .image-demo { position:absolute; right:-25px; bottom:-30px; width:210px; height:190px; background: linear-gradient(145deg,#172554,#0ea5e9 70%, #a78bfa); border-radius:30px 0 0 0; box-shadow:-20px -20px 60px rgba(56,189,248,.1); }
    .image-demo::after { content:"↔ 128px"; position:absolute; left:22px; top:24px; font-size:11px; padding:7px 9px; border-radius:10px; background:rgba(255,255,255,.15); backdrop-filter:blur(10px); }
    .headshot-stack { position:absolute; left:24px; bottom:24px; display:flex; }
    .headshot-stack img { width:44px; height:44px; border-radius:50%; object-fit:cover; border:3px solid rgba(255,255,255,.86); margin-left:-12px; box-shadow:0 12px 24px rgba(15,23,42,.2); animation: headshotPulse 4.5s ease-in-out infinite; }
    .headshot-stack img:first-child { margin-left:0; }
    .headshot-stack img:nth-child(2) { animation-delay:.35s; }
    .headshot-stack img:nth-child(3) { animation-delay:.7s; }

    .workflow { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; position:relative; }
    .workflow::before { content:""; position:absolute; top:33px; left:10%; right:10%; height:1px; background:linear-gradient(90deg,transparent,#4f7aa8,#8b5cf6,transparent); z-index:-1; }
    .step { text-align:center; padding:0 10px; }
    .step-num { width:66px;height:66px;border-radius:20px;margin:0 auto 20px;display:grid;place-items:center;background:#0c1b2d;border:1px solid rgba(255,255,255,.1);font:800 18px Manrope;box-shadow:0 16px 34px rgba(0,0,0,.2); }
    .step h3 { font-size:17px; }
    .step p { font-size:13px;color:#8799b0;line-height:1.6; }
    .tutorial-panel {
      margin: 78px auto 0;
      max-width: 1060px;
      display: grid;
      grid-template-columns: minmax(260px,.86fr) minmax(420px,1.14fr);
      align-items: center;
      gap: 28px;
      padding: 24px;
      border: 1px solid rgba(120,217,255,.2);
      border-radius: 24px;
      background:
        radial-gradient(circle at 14% 18%, rgba(34,211,238,.18), transparent 34%),
        linear-gradient(135deg, rgba(14,26,47,.92), rgba(29,29,65,.82)),
        rgba(255,255,255,.04);
      box-shadow: 0 28px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
      overflow: hidden;
      position: relative;
    }
    .tutorial-panel::before {
      content:"";
      position:absolute;
      inset:0;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,.08), transparent);
      transform: translateX(-85%);
      animation: panelSheen 7s ease-in-out infinite;
      pointer-events:none;
    }
    @keyframes panelSheen {
      0%,55% { transform: translateX(-85%); opacity:0; }
      68% { opacity:1; }
      100% { transform: translateX(85%); opacity:0; }
    }
    .tutorial-copy, .tutorial-video-card { position: relative; z-index: 1; }
    .tutorial-label {
      display:inline-flex;
      color:#6ee7f9;
      font-size:11px;
      font-weight:900;
      letter-spacing:.14em;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    .tutorial-copy h3 { font-size:24px; letter-spacing:-.035em; }
    .tutorial-copy p { margin:8px 0 0; color:#92a4bb; font-size:14px; line-height:1.65; max-width:520px; }
    .tutorial-play {
      margin-top: 22px;
      min-height: 54px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 16px;
      padding: 0 18px 0 10px;
      background: #f8fafc;
      color: #07111f;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      cursor: pointer;
      font-weight: 900;
      box-shadow: 0 18px 45px rgba(248,250,252,.12);
      transition: transform .25s ease, box-shadow .25s ease;
      white-space: nowrap;
    }
    .tutorial-play:hover { transform: translateY(-2px); box-shadow: 0 24px 58px rgba(56,189,248,.18); }
    .tutorial-video-card {
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 20px;
      background: rgba(2,8,23,.52);
      box-shadow: 0 24px 64px rgba(0,0,0,.28);
      overflow: hidden;
    }
    .tutorial-inline-video {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      border: 0;
      background: #020817;
    }
    .tutorial-video-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 13px 16px;
      color: #b8c7dc;
      font-size: 12px;
      font-weight: 800;
      background: linear-gradient(90deg, rgba(56,189,248,.08), rgba(139,92,246,.08));
    }
    .tutorial-video-actions a {
      color: #6ee7f9;
      white-space: nowrap;
    }
    .play-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg,#7c3aed,#38bdf8);
      font-size: 12px;
    }


    .pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
    .price-card { position:relative; padding:30px; border:1px solid var(--line); border-radius:28px; background:rgba(255,255,255,.045); overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,.13); transition:.28s ease; }
    .price-card:hover { transform:translateY(-7px); border-color:rgba(120,217,255,.28); box-shadow:0 30px 75px rgba(0,0,0,.22); }
    .price-card.popular { background:linear-gradient(180deg,rgba(124,58,237,.15),rgba(56,189,248,.055)); border-color:rgba(167,139,250,.34); }
    .price-card.premium { background:linear-gradient(180deg,rgba(52,211,153,.11),rgba(255,255,255,.035)); border-color:rgba(52,211,153,.25); }
    .price-badge { position:absolute; top:18px; right:18px; padding:6px 9px; border-radius:999px; background:rgba(139,92,246,.17); border:1px solid rgba(167,139,250,.25); color:#d8c9ff; font-size:10px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
    .premium .price-badge { background:rgba(52,211,153,.12); border-color:rgba(52,211,153,.22); color:#86efac; }
    .plan-name { color:#dbeafe; font:800 16px Manrope; }
    .plan-desc { min-height:46px; color:#879ab1; font-size:13px; line-height:1.6; margin:10px 0 22px; max-width:280px; }
    .price { display:flex; align-items:flex-end; gap:8px; margin-bottom:8px; }
    .price strong { font:800 48px/1 Manrope; letter-spacing:-.055em; }
    .price span { color:#8395aa; font-size:13px; padding-bottom:5px; }
    .billing { color:#6ee7f9; font-size:12px; font-weight:700; margin-bottom:22px; }
    .plan-features { list-style:none; padding:0; margin:0 0 26px; display:grid; gap:12px; }
    .plan-features li { color:#b7c5d5; font-size:13px; display:flex; gap:10px; align-items:flex-start; }
    .check { width:19px; height:19px; border-radius:50%; flex:0 0 19px; display:grid; place-items:center; background:rgba(52,211,153,.1); color:#6ee7b7; font-size:11px; margin-top:-1px; }
    .price-card .btn { width:100%; }

    .faq-wrap { max-width:900px; margin:auto; display:grid; gap:12px; }
    .faq-item { border:1px solid var(--line); border-radius:19px; background:rgba(255,255,255,.038); overflow:hidden; transition:.25s ease; }
    .faq-item.open { background:rgba(255,255,255,.055); border-color:rgba(120,217,255,.2); }
    .faq-q { width:100%; border:0; background:none; color:#eef6ff; padding:21px 22px; text-align:left; display:flex; justify-content:space-between; align-items:center; gap:20px; cursor:pointer; font-weight:700; }
    .faq-plus { width:27px; height:27px; border-radius:9px; display:grid; place-items:center; flex:0 0 27px; border:1px solid rgba(255,255,255,.09); color:#8fdfff; transition:.25s ease; }
    .faq-item.open .faq-plus { transform:rotate(45deg); }
    .faq-a { max-height:0; overflow:hidden; transition:max-height .32s ease; }
    .faq-a p { margin:0; padding:0 22px 22px; color:#91a5bc; line-height:1.75; font-size:14px; }

    .cta { padding: 75px; border:1px solid var(--line); border-radius:34px; text-align:center; background: radial-gradient(circle at 20% 0%, rgba(56,189,248,.17),transparent 28%), radial-gradient(circle at 80% 100%,rgba(139,92,246,.16),transparent 32%), rgba(255,255,255,.04); position:relative; overflow:hidden; }
    .cta h2 { font-size:clamp(38px,5vw,64px); letter-spacing:-.055em; }
    .cta p { color:#9aacc1; font-size:17px; max-width:650px; margin:18px auto 26px; line-height:1.7; }
    .custom-signature { padding-top: 20px; }
    .custom-signature-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 38px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 30px;
      background:
        linear-gradient(135deg, rgba(56,189,248,.12), rgba(139,92,246,.12)),
        rgba(255,255,255,.045);
      box-shadow: 0 24px 70px rgba(0,0,0,.16);
      overflow: hidden;
      position: relative;
    }
    .custom-signature-inner::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -120px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(52,211,153,.16), transparent 68%);
    }
    .custom-signature-inner > * { position: relative; z-index: 1; }
    .custom-signature h2 { font-size: clamp(32px,4vw,54px); letter-spacing: -.055em; line-height: 1.04; }
    .custom-signature p { max-width: 670px; color: #9fb0c7; font-size: 16px; line-height: 1.7; margin: 15px 0 0; }
    .custom-cta-btn {
      min-width: 245px;
      min-height: 64px;
      border-radius: 18px;
      padding: 0 12px 0 22px;
      justify-content: space-between;
      box-shadow: 0 20px 52px rgba(56,189,248,.18), 0 12px 36px rgba(124,58,237,.22);
      letter-spacing: -.01em;
    }
    .custom-cta-btn i {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.16);
      font-style: normal;
      font-size: 18px;
      transition: transform .25s ease, background .25s ease;
    }
    .custom-cta-btn:hover i { transform: translate(2px,-2px); background: rgba(255,255,255,.24); }

    .signature-samples {
      padding-top: 30px;
    }
    .sample-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .sample-card {
      position: relative;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255,255,255,.045);
      overflow: hidden;
      box-shadow: 0 22px 58px rgba(0,0,0,.13);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
      cursor: zoom-in;
    }
    .sample-card:focus-visible {
      outline: 3px solid rgba(47,131,247,.28);
      outline-offset: 5px;
    }
    .sample-card::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(135deg, rgba(56,189,248,.10), transparent 34%, rgba(139,92,246,.08));
      opacity: 0;
      transition: opacity .28s ease;
    }
    .sample-card:hover {
      transform: translateY(-7px);
      border-color: rgba(120,217,255,.28);
      box-shadow: 0 30px 75px rgba(0,0,0,.22);
    }
    .sample-card:hover::before {
      opacity: 1;
    }
    .sample-image {
      aspect-ratio: 16 / 11;
      margin: 12px;
      border-radius: 18px;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(56,189,248,.12), rgba(139,92,246,.12));
      border: 1px solid rgba(255,255,255,.08);
    }
    .sample-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform .45s ease;
    }
    .sample-card:hover .sample-image img {
      transform: scale(1.04);
    }
    .sample-copy {
      position: relative;
      z-index: 1;
      padding: 6px 20px 22px;
    }
    .sample-copy h3 {
      font-size: 18px;
      letter-spacing: -.035em;
      margin: 0;
    }
    .sample-copy p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }
    .sample-footer {
      margin-top: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      color: var(--muted);
      font-weight: 800;
    }

    .sample-modal {
      position: fixed;
      inset: 0;
      z-index: 110;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 34px;
    }
    .sample-modal.show {
      display: flex;
    }
    .sample-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(2,6,23,.78);
      backdrop-filter: blur(14px);
    }
    .sample-dialog {
      position: relative;
      width: min(1040px, 88vw);
      max-height: 86vh;
      border-radius: 28px;
      overflow: hidden;
      background: #020617;
      box-shadow: 0 34px 120px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.12);
      animation: sampleZoom .28s cubic-bezier(.16,1,.3,1);
    }
    .sample-dialog img {
      width: 100%;
      max-height: 86vh;
      display: block;
      object-fit: contain;
      background: #020617;
    }
    .sample-close {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 2;
      width: 38px;
      height: 38px;
      border-radius: 13px;
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(2,6,23,.70);
      color: #fff;
      cursor: pointer;
      font-size: 24px;
      line-height: 1;
      backdrop-filter: blur(12px);
    }

    .video-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
    .video-modal.show { display: flex; }
    .video-backdrop { position: absolute; inset: 0; background: rgba(3,7,18,.78); backdrop-filter: blur(14px); }
    .video-dialog { position: relative; width: min(960px, 94vw); aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #020617; box-shadow: 0 34px 120px rgba(0,0,0,.48); overflow: hidden; }
    .video-dialog iframe { width: 100%; height: 100%; border: 0; display: block; }
    .video-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(2,6,23,.72); color: #fff; cursor: pointer; font-size: 22px; line-height: 1; }

    footer { padding: 35px 0 48px; color:#71849b; font-size:13px; }
    .footer-inner { display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding-top:28px; }
    .footer-mark { width:29px;height:29px;border-radius:9px; }

    .reveal { opacity:0; transform:translateY(24px); transition: .75s cubic-bezier(.16,1,.3,1); }
    .reveal.show { opacity:1; transform:none; }

    @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
    @keyframes riseIn { from{opacity:0;transform:translateY(35px) rotateY(-8deg) rotateX(5deg) scale(.96)} to{opacity:1;transform:rotateY(-4deg) rotateX(2deg)} }
    @keyframes pulseBorder { 0%,100%{opacity:.65} 50%{opacity:1;box-shadow:0 0 0 5px rgba(124,58,237,.06)} }
    @keyframes activePerson { 0%,100%{transform:translateX(0);box-shadow:none} 50%{transform:translateX(4px);box-shadow:0 16px 30px rgba(56,189,248,.08)} }
    @keyframes headshotPulse { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-8px) scale(1.04)} }
    @keyframes sampleZoom { from{opacity:0;transform:translateY(18px) scale(.96)} to{opacity:1;transform:none} }

    @media (max-width: 980px) {
      .nav-links { display:none; }
      .hero-grid { grid-template-columns:1fr; }
      .hero-copy { text-align:center; }
      .hero-copy p { margin-left:auto;margin-right:auto; }
      .hero-actions,.trust-row { justify-content:center; }
      .mockup-shell { max-width:760px;margin:auto; }
      .bento { grid-template-columns:1fr 1fr; }
      .card.large { grid-row:span 1; }
      .card.wide { grid-column:span 2; }
      .workflow { grid-template-columns:1fr 1fr; row-gap:36px; }
      .tutorial-panel { grid-template-columns:1fr; text-align:center; max-width:720px; }
      .tutorial-copy p { margin-left:auto; margin-right:auto; }
      .tutorial-play { margin-top:18px; }
      .sample-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
      .pricing-grid { grid-template-columns:1fr; max-width:620px; margin:auto; }
      .custom-signature-inner { display:block; text-align:center; }
      .custom-signature .btn { margin-top:24px; }
      .workflow::before { display:none; }
    }

    @media (max-width: 680px) {
      .container { width:min(100% - 24px,1180px); }
      .section { padding:80px 0; }
      h1 { font-size:52px; }
      .hero { padding-top:115px; }
      .nav .btn { display:none; }
      .editor-grid { grid-template-columns:1fr; }
      .sidebar { display:none; }
      .workspace { padding:12px; }
      .preview { padding:16px; min-height:360px; }
      .signature-card { margin-top:64px; grid-template-columns:58px 1fr; padding:18px; }
      .photo { width:58px;height:58px;border-radius:15px; }
      .floating-chip,.orb { display:none; }
      .app-window { transform:none; border-radius:22px; }
      .bento { grid-template-columns:1fr; grid-auto-rows:auto; }
      .card,.card.wide,.card.large { grid-column:auto;grid-row:auto;min-height:260px; }
      .sample-grid { grid-template-columns:1fr; }
      .sample-footer { flex-direction:column; text-align:center; }
      .sample-modal { padding:18px; }
      .sample-dialog { width:94vw; border-radius:20px; }
      .image-control-card { min-height:330px; }
      .image-demo { width:185px; height:160px; }
      .workflow { grid-template-columns:1fr; }
      .tutorial-panel { margin-top:48px; padding:18px; border-radius:22px; }
      .tutorial-play,.custom-cta-btn { width:100%; justify-content:center; }
      .tutorial-video-card { border-radius:16px; }
      .tutorial-video-actions { align-items:flex-start; flex-direction:column; }
      .custom-cta-btn { gap:14px; }
      .price-card { padding:25px; }
      .cta { padding:50px 20px; }
      .custom-signature-inner { padding:28px 20px; }
      .footer-inner { flex-direction:column;text-align:center; }
    }

.center-actions{justify-content:center}

/* Premium light dashboard refresh */
:root {
  --bg: #eef4fb;
  --bg-soft: #f7fbff;
  --panel: #ffffff;
  --panel-strong: #f8fbff;
  --line: #e2ebf6;
  --text: #111827;
  --muted: #6f7d92;
  --purple: #6c55f5;
  --blue: #0b8df3;
  --cyan: #16b8e8;
  --green: #10b981;
  --shadow: 0 24px 70px rgba(52,69,99,.12);
}
body {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(11,141,243,.12), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(108,85,245,.10), transparent 32%),
    linear-gradient(180deg,#f9fcff 0%,#eef4fb 50%,#ffffff 100%);
}
body::before {
  background-image:
    linear-gradient(rgba(84,105,135,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84,105,135,.045) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.cursor-glow {
  background: radial-gradient(circle, rgba(11,141,243,.12), transparent 68%);
}
.nav {
  border-color: rgba(219,229,242,.92);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 46px rgba(52,69,99,.10);
}
.brand { color:#111827; }
.brand-mark {
  background: #eef4ff;
  box-shadow: 0 12px 26px rgba(11,141,243,.20);
}
.brand-mark img { width: 23px; height: 23px; }
.nav-links { color:#66758a; }
.nav-links a:hover { color:#0b6fc2;background:#eef8ff; }
.btn {
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(52,69,99,.07);
}
.btn-primary {
  background: linear-gradient(135deg,#0b8df3,#4f7cff);
  box-shadow: 0 16px 34px rgba(11,141,243,.22);
}
.btn-ghost {
  border-color:#dce7f4;
  background:#fff;
  color:#273142;
}
.hero {
  min-height: 94vh;
  padding-top: 126px;
}
.eyebrow {
  border-color:#dce7f4;
  background:rgba(255,255,255,.86);
  color:#42526a;
  box-shadow:0 12px 28px rgba(52,69,99,.06);
}
.gradient-text {
  background: linear-gradient(90deg,#111827 8%,#0b8df3 52%,#6c55f5 92%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-copy p,.trust-row,.section-head p,.card p,.plan-desc,.plan-features li,.faq-a p,.cta p,.custom-signature p,footer {
  color: var(--muted);
}
.avatars span {
  border-color:#eef4fb;
  color:#fff;
  background: linear-gradient(135deg,#0b8df3,#6c55f5);
  box-shadow:0 8px 18px rgba(52,69,99,.12);
}
.orb { opacity:.45; filter:blur(8px); }
.app-window {
  border-color:#dce7f4;
  background:#fff;
  box-shadow:0 30px 90px rgba(52,69,99,.16);
}
.window-top {
  border-color:#e7eef7;
  background:#f8fbff;
}
.dots i { background:#c7d3e2; }
.window-label { color:#7b889b; }
.editor-grid { color:#111827; }
.sidebar {
  border-color:#e7eef7;
  background:#f8fbff;
}
.side-head { color:#8b98aa; }
.side-item { color:#64748b; }
.side-item.active {
  color:#0b6fc2;
  border-color:#cfe8fb;
  background:#eef8ff;
}
.workspace { background:#fff; }
.mini-btn {
  border-color:#dce7f4;
  background:#fff;
  color:#536277;
}
.mini-btn.primary {
  background:linear-gradient(135deg,#0b8df3,#4f7cff);
}
.floating-chip {
  border-color:#dce7f4;
  background:rgba(255,255,255,.92);
  color:#273142;
  box-shadow:0 14px 34px rgba(52,69,99,.12);
}
.section-head .kicker,.kicker,.tutorial-label,.billing,.tutorial-video-actions a {
  color:#0b8df3;
}
.section-head h2,.card h3,.plan-name,.faq-q,.cta h2,.custom-signature h2 {
  color:#111827;
}
.bento .card,.price-card,.faq-item {
  border-color:#e3ebf6;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 50px rgba(52,69,99,.08);
}
.bento .card:hover,.price-card:hover {
  transform:translateY(-6px);
  border-color:#c7e2f8;
  box-shadow:0 26px 70px rgba(52,69,99,.13);
}
.iconbox {
  border-color:#d9edfb;
  background:linear-gradient(135deg,#e9f7ff,#f2f0ff);
}
.code-box {
  border-color:#dce7f4;
  background:#f7fbff;
  color:#66758a;
}
.code-box .pink { color:#6c55f5; }
.code-box .blue { color:#0b8df3; }
.code-box .green { color:#059669; }
.detect-row {
  background:#f5f9ff;
  color:#66758a;
}
.person-row span:first-child { color:#1f2937; }
.person-row.active {
  border:1px solid #d9ecfb;
  background:linear-gradient(90deg,#eef8ff,#ffffff);
}
.status {
  background:#eafaf3;
  color:#047857;
}
.image-demo {
  background:linear-gradient(145deg,#e9f7ff,#0b8df3 70%,#6c55f5);
  box-shadow:-20px -20px 50px rgba(11,141,243,.12);
}
.image-demo::after {
  background:rgba(255,255,255,.74);
  color:#273142;
}
.headshot-stack img { border-color:#fff; }
.workflow::before { background:linear-gradient(90deg,transparent,#c7d8eb,#9bcff7,transparent); }
.step-num {
  background:#fff;
  border-color:#dce7f4;
  color:#0b6fc2;
  box-shadow:0 16px 34px rgba(52,69,99,.10);
}
.step p { color:#6f7d92; }
.tutorial-panel {
  border-color:#dce7f4;
  background:
    radial-gradient(circle at 14% 18%, rgba(11,141,243,.10), transparent 34%),
    linear-gradient(135deg,#ffffff,#f7fbff);
  box-shadow:0 28px 76px rgba(52,69,99,.13);
}
.tutorial-panel::before { background:linear-gradient(120deg,transparent,rgba(11,141,243,.08),transparent); }
.tutorial-copy p { color:#6f7d92; }
.tutorial-play {
  border-color:#dce7f4;
  background:#111827;
  color:#fff;
  box-shadow:0 16px 34px rgba(17,24,39,.16);
}
.play-icon { background:linear-gradient(135deg,#0b8df3,#4f7cff); }
.tutorial-video-card {
  border-color:#dce7f4;
  background:#fff;
  box-shadow:0 22px 54px rgba(52,69,99,.14);
}
.tutorial-video-actions {
  color:#66758a;
  background:#f8fbff;
}
.price-card.popular,.price-card.premium {
  background:linear-gradient(180deg,#fff,#f7fbff);
}
.price-badge {
  background:#eef2ff;
  border-color:#dbe3ff;
  color:#4f46e5;
}
.premium .price-badge {
  background:#ecfdf5;
  border-color:#c8f3dc;
  color:#047857;
}
.price strong { color:#111827; }
.price span { color:#7b889b; }
.check { background:#eafaf3;color:#047857; }
.faq-q { color:#1f2937; }
.faq-plus {
  border-color:#dce7f4;
  color:#0b8df3;
}
.faq-item.open {
  background:#fff;
  border-color:#c7e2f8;
}
.cta {
  border-color:#dce7f4;
  background:
    radial-gradient(circle at 20% 0%, rgba(11,141,243,.11),transparent 28%),
    radial-gradient(circle at 80% 100%,rgba(108,85,245,.10),transparent 32%),
    #fff;
  box-shadow:0 24px 70px rgba(52,69,99,.10);
}
.custom-signature-inner {
  border-color:#dce7f4;
  background:linear-gradient(135deg,#fff,#f5f9ff);
  box-shadow:0 24px 70px rgba(52,69,99,.10);
}
.custom-signature-inner::after {
  background:radial-gradient(circle,rgba(11,141,243,.12),transparent 68%);
}
.custom-cta-btn {
  background:linear-gradient(135deg,#0b8df3,#4f7cff);
  color:#fff;
  box-shadow:0 18px 42px rgba(11,141,243,.22);
}
.sample-card {
  border-color:#dce7f4;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 22px 54px rgba(52,69,99,.12);
}
.sample-card:hover {
  border-color:#b9daf5;
  box-shadow:0 30px 72px rgba(52,69,99,.18);
}
.sample-card::before {
  background:linear-gradient(135deg,rgba(11,141,243,.10),transparent 38%,rgba(108,85,245,.08));
}
.sample-image {
  border-color:#dce7f4;
  background:#eef4fb;
}
.sample-copy h3 {
  color:#111827;
}
.sample-copy p,.sample-footer {
  color:#6f7d92;
}
.footer-inner {
  border-color:#dce7f4;
}
.video-backdrop { background:rgba(38,52,73,.38); }
.video-dialog {
  border-color:#e2ebf6;
  box-shadow:0 34px 90px rgba(52,69,99,.25);
}
