/* Stash — Shared site styles. Edited via index.html originally. */

:root {
    --accent: #c4a8ff;
    --accent-deep: #7c5cff;
    --accent-rgb: 196, 168, 255;
  }

  .material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }
  .material-symbols-rounded.filled { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background: #0a0a0a;
    color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
    font-size: 16px;
  }
  a { color: inherit; text-decoration: none; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

  /* ─── NAV ─── */
  nav {
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  nav .container {
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  nav .logo {
    display: block;
    height: 22px;
    width: auto;
  }
  nav .menu { display: flex; gap: 32px; list-style: none; }
  nav .menu a {
    color: #b8b8b8;
    font-size: 14px; font-weight: 500;
    transition: color 0.15s;
  }
  nav .menu a:hover { color: #fff; }
  nav .actions { display: flex; align-items: center; gap: 18px; }
  .lang { font-size: 13px; color: #8e8e8e; display: inline-flex; align-items: center; gap: 4px; }
  .lang button {
    background: none; border: none; padding: 0;
    font: inherit; color: inherit; cursor: pointer;
    opacity: 0.5; transition: opacity 0.15s, color 0.15s;
  }
  .lang button:hover { opacity: 0.85; }
  .lang button.active { opacity: 1; color: #fff; font-weight: 600; }
  .lang-footer button.active { color: #fff; }
  nav .cta {
    background: #fff; color: #0a0a0a;
    padding: 9px 18px; border-radius: 999px;
    font-size: 14px; font-weight: 600;
    transition: transform 0.1s;
  }
  nav .cta:hover { transform: scale(1.04); }

  /* ─── HERO ─── */
  .hero {
    padding: 24px 24px 0;
  }
  .hero-panel {
    background: #141414;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 28px;
    padding: 80px 48px 32px;
    position: relative;
    overflow: hidden;
  }
  .hero-panel::before {
    content: "";
    position: absolute;
    top: 25%; left: 50%;
    transform: translate(-50%, -10%);
    width: 80%; height: 60%;
    background: radial-gradient(ellipse, rgba(var(--accent-rgb),0.18), transparent 60%);
    pointer-events: none;
    z-index: 0;
  }
  .hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
  }
  .hero-content h1 {
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
  .hero-content h1 .accent {
    color: var(--accent);
    font-style: italic;
    font-weight: 600;
  }
  .hero-content .lede {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 460px;
    margin: 0 auto 32px;
  }
  .hero-cta-wrap {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
  }
  .hero-cta {
    background: var(--accent);
    color: #0a0a0a;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600; font-size: 16px;
    box-shadow: 0 0 0 6px rgba(var(--accent-rgb),0.12), 0 0 40px rgba(var(--accent-rgb),0.35);
    transition: transform 0.1s;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .hero-cta:hover { transform: scale(1.04); }
  .hero-deco {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #fff;
    color: #0a0a0a;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px;
    transform: rotate(8deg);
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  }

  /* floating decorations */
  .hero-deco-icon {
    position: absolute;
    z-index: 1;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    pointer-events: none;
  }
  .deco-1 { top: 18%; left: 12%; transform: rotate(-12deg); font-size: 32px; }
  .deco-2 { top: 12%; left: 28%; font-size: 14px; opacity: 0.5; color:#fff; }
  .deco-3 { top: 30%; left: 18%; font-size: 36px; transform: rotate(6deg); }
  .deco-4 { top: 22%; right: 10%; transform: rotate(15deg); font-size: 30px; }
  .deco-5 { top: 40%; right: 18%; font-size: 14px; opacity: 0.5; color:#fff; }
  .deco-6 { top: 14%; right: 26%; font-size: 14px; opacity: 0.5; color:#fff; }
  .deco-7 { top: 38%; left: 8%; font-size: 14px; opacity: 0.4; color:#fff; }
  .deco-8 { top: 9%; left: 50%; font-size: 14px; opacity: 0.4; color:#fff; }

  .hero-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
  }
  .hero-card {
    border-radius: 22px;
    padding: 24px;
    min-height: 280px;
    display: flex; flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .hero-card .badge {
    align-self: flex-start;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px; font-weight: 500;
    color: #d4d4d4;
    margin-bottom: 18px;
  }
  .hero-card.dark { background: #1c1c1c; }
  .hero-card.light { background: #ededed; color: #0a0a0a; }
  .hero-card.light .badge {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.1);
    color: #2a2a2a;
  }
  .hero-card.accent { background: var(--accent); color: #0a0a0a; }
  .hero-card.accent .badge {
    background: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.14);
    color: #2a2030;
  }
  .hero-card h3 {
    font-size: 22px; font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .hero-card p {
    font-size: 13px;
    color: #9a9a9a;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .hero-card.light p, .hero-card.accent p { color: #2a2030; }
  .hero-card .visual {
    margin-top: auto;
    padding-top: 18px;
  }
  .hero-card .mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    aspect-ratio: 3/2;
  }
  .hero-card .mo {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px;
  }
  .hero-card .mo.accent {
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #0a0a0a;
  }
  .hero-card .hero-prop-mock {
    background: rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 12px;
  }
  .hero-card .hp-head {
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 8px; margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 13px; color: #0a0a0a;
  }
  .hero-card .hp-head .material-symbols-rounded {
    font-size: 18px; color: var(--accent-deep);
  }
  .hero-card .hp-row {
    display: flex; justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.06);
  }
  .hero-card .hp-row:last-of-type { border-bottom: 0; }
  .hero-card .hp-row span { color: rgba(10,10,10,0.5); }
  .hero-card .hp-row b { color: #0a0a0a; font-weight: 600; }
  .hero-card .hp-attach {
    display: flex; flex-wrap: wrap; gap: 5px;
    margin-top: 10px; padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  .hero-card .hp-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 9px;
    background: var(--accent);
    color: #0a0a0a;
    border-radius: 999px;
    font-size: 11px; font-weight: 600;
  }
  .hero-card .hp-chip .material-symbols-rounded { font-size: 13px; }
  .hero-card .chat-preview {
    background: rgba(0,0,0,0.12);
    border-radius: 14px;
    padding: 10px;
  }
  .hero-card .chat-preview .msg {
    background: #0a0a0a; color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 5px;
    line-height: 1.35;
    font-size: 11px;
  }
  .hero-card .chat-preview .msg.you {
    background: #fff; color: #0a0a0a;
    margin-left: auto; max-width: 80%;
  }

  .btn-primary {
    background: #fff; color: #0a0a0a;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600; font-size: 15px;
    transition: transform 0.1s;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-primary:hover { transform: scale(1.04); }
  .btn-ghost {
    color: #d4d4d4;
    padding: 14px 24px;
    font-size: 15px; font-weight: 500;
  }
  .btn-ghost:hover { color: #fff; }

  /* ─── SECTION HEADER (reusable) ─── */
  .section-head {
    text-align: center;
    margin-bottom: 56px;
  }
  .section-head h2 {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .section-head p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 560px;
    margin: 0 auto;
  }

  /* ─── FEATURES STACK (visual left + text right, 4 cards) ─── */
  .features-stack { padding: 80px 0 40px; }
  .stack-rows {
    display: flex; flex-direction: column;
    gap: 20px;
  }
  .stack-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 20px;
    min-height: 360px;
  }
  .stack-visual {
    background: var(--accent);
    border-radius: 28px;
    padding: 40px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    color: #0a0a0a;
  }
  .stack-visual .phone-mock { margin-top: 0; margin-inline: auto; }

  .stack-text {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 28px;
    padding: 48px 44px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .stack-tag {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .stack-text h3 {
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 14px;
  }
  .stack-text p {
    font-size: 16px;
    color: #b8b8b8;
    line-height: 1.6;
  }

  /* Schema-mock (static, no JS) inside stack-visual */
  .schema-mock-static {
    background: rgba(0,0,0,0.92);
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 13px;
    width: 100%; max-width: 380px;
  }
  .schema-mock-static .schema-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 11px; margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px; color: #fff;
  }
  .schema-mock-static .schema-head .material-symbols-rounded {
    font-size: 20px; color: var(--accent);
    background: rgba(var(--accent-rgb), 0.18);
    padding: 6px; border-radius: 10px;
  }
  .schema-mock-static .schema-head strong { flex: 1; font-weight: 700; }
  .schema-mock-static .schema-tag {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.18);
    padding: 3px 8px; border-radius: 999px;
  }
  .schema-mock-static .schema-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
  }
  .schema-mock-static .schema-row:last-of-type { border-bottom: 0; }
  .schema-mock-static .sf-name {
    display: flex; align-items: center; gap: 8px;
    color: #fff; font-weight: 500;
  }
  .schema-mock-static .sf-name .material-symbols-rounded {
    font-size: 16px; color: rgba(255,255,255,0.4);
  }
  .schema-mock-static .sf-type {
    font-family: 'SF Mono', ui-monospace, monospace;
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    padding: 3px 8px; border-radius: 6px;
  }

  /* Prop-mock inside stack-visual — high-contrast dark inner panel */
  .stack-visual .prop-mock {
    width: 100%; max-width: 360px;
    background: rgba(0,0,0,0.92);
    border: 1px solid rgba(0,0,0,0.4);
  }
  .stack-visual .prop-mock-head { color: #fff; border-bottom-color: rgba(255,255,255,0.1); }
  .stack-visual .prop-mock-head .material-symbols-rounded { color: var(--accent); }
  .stack-visual .prop-row span { color: rgba(255,255,255,0.5); }
  .stack-visual .prop-row b { color: #fff; }
  .stack-visual .prop-row { border-bottom-color: rgba(255,255,255,0.06); }
  .stack-visual .prop-attach { border-top-color: rgba(255,255,255,0.1); }
  .stack-visual .att-chip {
    background: rgba(var(--accent-rgb), 0.2);
    border-color: rgba(var(--accent-rgb), 0.35);
    color: var(--accent);
  }

  /* Chat preview inside stack-visual */
  .stack-visual-chat .chat-preview-flow {
    width: 100%; max-width: 360px;
    background: rgba(0,0,0,0.92);
    border-radius: 18px;
    padding: 16px;
  }
  .stack-visual-chat .msg {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 8px;
    max-width: 90%;
  }
  .stack-visual-chat .msg.you {
    background: var(--accent);
    color: #0a0a0a;
    margin-left: auto;
  }
  .stack-visual-chat .msg .label {
    font-size: 9px;
    opacity: 0.5;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .stack-visual-chat .msg.you .label { opacity: 0.7; }

  /* ─── FEATURES FLOW (alternating text + visual rows) ─── */
  .features-flow { padding: 100px 0; }
  .features-flow .section-head { margin-bottom: 48px; }
  .flow-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    min-height: 520px;
  }
  .flow-row:last-child { margin-bottom: 0; }
  .flow-row.flip .flow-text { grid-column: 2; grid-row: 1; }
  .flow-row.flip .flow-visual { grid-column: 1; grid-row: 1; }

  .flow-text {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 28px;
    padding: 56px 48px;
    display: flex; flex-direction: column;
    justify-content: center;
  }
  .flow-tag {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .flow-text h3 {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 18px;
  }
  .flow-text p {
    font-size: 16px;
    color: #b8b8b8;
    line-height: 1.6;
    max-width: 38ch;
  }

  .flow-visual {
    background: var(--accent);
    border-radius: 28px;
    padding: 48px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    color: #0a0a0a;
    position: relative;
  }
  /* phone-mock on purple — sits centred, the phone has its own dark screen */
  .flow-visual .phone-mock {
    margin-top: 0; margin-inline: auto;
  }

  /* Templates row (visual is wider than phone, fills column) */
  .flow-visual-templates {
    display: block;
    padding: 40px;
    align-items: stretch;
  }
  .flow-visual-templates .tpl-pills {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-bottom: 16px;
  }
  .flow-visual-templates .tpl-pill {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.15);
    color: rgba(10,10,10,0.7);
  }
  .flow-visual-templates .tpl-pill .material-symbols-rounded { color: rgba(10,10,10,0.55); }
  .flow-visual-templates .tpl-pill:hover {
    border-color: rgba(0,0,0,0.5);
    color: #0a0a0a;
  }
  .flow-visual-templates .tpl-pill:hover .material-symbols-rounded { color: #0a0a0a; }
  .flow-visual-templates .tpl-pill.active {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
  }
  .flow-visual-templates .tpl-pill.active .material-symbols-rounded { color: var(--accent); }
  .flow-visual-templates .tpl-pill.more {
    background: transparent;
    color: rgba(10,10,10,0.4);
    border-color: transparent;
  }
  /* Schema-mock styling for purple bg already done via .card-templates rules
     But our flow visual is NOT .card-templates. Replicate styles scoped here: */
  .flow-visual-templates .schema-mock {
    background: rgba(0,0,0,0.92);
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 13px;
  }
  .flow-visual-templates .schema-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 11px; margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px; color: #fff;
  }
  .flow-visual-templates .schema-head .material-symbols-rounded {
    font-size: 20px; color: var(--accent);
    background: rgba(var(--accent-rgb), 0.18);
    padding: 6px; border-radius: 10px;
  }
  .flow-visual-templates .schema-head strong { flex: 1; font-weight: 700; }
  .flow-visual-templates .schema-tag {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.18);
    padding: 3px 8px; border-radius: 999px;
  }
  .flow-visual-templates .schema-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
  }
  .flow-visual-templates .schema-row:last-of-type { border-bottom: 0; }
  .flow-visual-templates .sf-name {
    display: flex; align-items: center; gap: 8px;
    color: #fff; font-weight: 500;
  }
  .flow-visual-templates .sf-name .material-symbols-rounded {
    font-size: 16px; color: rgba(255,255,255,0.4);
  }
  .flow-visual-templates .sf-type {
    font-family: 'SF Mono', ui-monospace, monospace;
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    padding: 3px 8px; border-radius: 6px;
  }
  .flow-visual-templates .schema-footer {
    display: flex; align-items: center; gap: 6px;
    margin-top: 12px; padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px; font-weight: 600;
    color: var(--accent);
  }
  .flow-visual-templates .schema-footer .material-symbols-rounded { font-size: 16px; }

  /* Prop-mock on purple — uses dark inner panel for contrast */
  .flow-visual .prop-mock {
    width: 100%; max-width: 420px;
    background: rgba(0,0,0,0.92);
    border: 1px solid rgba(0,0,0,0.4);
  }
  .flow-visual .prop-mock-head { color: #fff; border-bottom-color: rgba(255,255,255,0.1); }
  .flow-visual .prop-mock-head .material-symbols-rounded { color: var(--accent); }
  .flow-visual .prop-row span { color: rgba(255,255,255,0.5); }
  .flow-visual .prop-row b { color: #fff; }
  .flow-visual .prop-row { border-bottom-color: rgba(255,255,255,0.06); }
  .flow-visual .prop-attach { border-top-color: rgba(255,255,255,0.1); }
  .flow-visual .att-chip {
    background: rgba(var(--accent-rgb), 0.2);
    border-color: rgba(var(--accent-rgb), 0.35);
    color: var(--accent);
  }

  /* Capture row — three icon-cards on purple */
  .flow-visual-capture {
    padding: 56px 32px;
  }
  .capture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
    max-width: 480px;
  }
  .capture-card {
    background: rgba(0,0,0,0.92);
    border-radius: 18px;
    padding: 22px 12px;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: #fff;
    text-align: center;
  }
  .capture-card .material-symbols-rounded {
    font-size: 38px;
    color: var(--accent);
    margin-bottom: 4px;
  }
  .capture-card strong {
    font-weight: 700; font-size: 14px;
  }
  .capture-card span {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
  }

  /* Chat preview on purple — dark inner panel */
  .chat-preview-flow {
    width: 100%; max-width: 380px;
    background: rgba(0,0,0,0.92);
    border-radius: 18px;
    padding: 16px;
  }
  .chat-preview-flow .msg {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 8px;
    max-width: 90%;
  }
  .chat-preview-flow .msg.you {
    background: var(--accent);
    color: #0a0a0a;
    margin-left: auto;
  }
  .chat-preview-flow .msg .label {
    font-size: 9px;
    opacity: 0.5;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .chat-preview-flow .msg.you .label { opacity: 0.7; }

  /* ─── FEATURES (bento) ─── */  /* ─── FEATURES (bento) ─── */
  .features {
    padding: 140px 0 100px;
  }
  .bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .bento .row {
    display: grid;
    grid-template-columns: subgrid;
    gap: 16px;
    grid-column: span 2;
  }
  .card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
  }
  .card.accent {
    background: var(--accent);
    color: #0a0a0a;
    border-color: transparent;
  }
  .card h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  .card p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.55;
  }
  .card.accent p { color: #2a2030; }
  .card .pill-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0a0a0a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px; font-weight: 600;
    margin-top: 20px;
    transition: transform 0.1s;
  }
  .card .pill-cta:hover { transform: scale(1.04); }
  .card.accent .pill-cta { background: #0a0a0a; color: #fff; }

  /* feature card with phone mockup */
  .card-phone {
    grid-column: span 1;
    padding: 40px 32px 0;
    text-align: center;
    display: flex; flex-direction: column;
  }
  .card-phone h3 { margin-bottom: 18px; }
  .card-phone .pill-cta { align-self: center; margin-bottom: 36px; }
  .phone-mock {
    margin-top: auto;
    width: 240px;
    aspect-ratio: 9/12;
    border-radius: 30px 30px 0 0;
    background: linear-gradient(180deg, #2a2a2a, #1a1a1a);
    padding: 8px 8px 0;
    margin-inline: auto;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4), inset 0 0 0 2px rgba(255,255,255,0.05);
    overflow: hidden;
  }
  .phone-mock .screen {
    width: 100%; height: 100%;
    background: #0a0a0a;
    border-radius: 22px 22px 0 0;
    padding: 14px 12px;
    display: flex; flex-direction: column;
  }
  .phone-mock .topbar {
    display: flex; justify-content: space-between;
    font-size: 10px; opacity: 0.7;
    margin-bottom: 18px; color: #fff;
  }
  .phone-mock .navbar {
    display: flex; justify-content: space-between; align-items: center;
    color: var(--accent);
    font-size: 11px; font-weight: 500;
    margin-bottom: 16px;
  }
  .phone-mock .navbar .title { color: #fff; font-weight: 600; font-size: 13px; }
  .phone-mock .grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin-bottom: 14px;
  }
  .phone-mock .obj {
    aspect-ratio: 1;
    border-radius: 10px;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
  }
  .phone-mock .obj.featured {
    grid-column: span 2; grid-row: span 2;
    background: linear-gradient(135deg, var(--accent), #8b6dd9);
    font-size: 40px;
  }
  .phone-mock .search {
    background: #1a1a1a; border-radius: 8px;
    padding: 7px 10px;
    font-size: 10px; color: #6e6e6e;
    display: flex; align-items: center; gap: 6px;
  }
  .phone-mock .col-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 4px;
    margin-bottom: 12px;
  }
  .phone-mock .col-header h4 {
    font-size: 17px; font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
  }
  .phone-mock .col-header .material-symbols-rounded {
    font-size: 18px; color: #fff;
  }
  .phone-mock .col-list {
    background: #161616;
    border-radius: 14px;
    padding: 0 12px;
  }
  .phone-mock .col-item {
    display: flex; align-items: center; gap: 12px;
    padding: 9px 0;
    font-size: 11px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .phone-mock .col-item:first-child { border-top: 0; }
  .phone-mock .col-icon-glyph {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
  }
  .phone-mock .col-name {
    color: #fff; font-weight: 600;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .phone-mock .col-arrow {
    font-size: 14px !important;
    color: rgba(255,255,255,0.3);
    margin-left: auto;
    padding-left: 12px;
  }
  .phone-mock .col-item.draft .col-icon-glyph,
  .phone-mock .col-item.draft .col-name {
    opacity: 0.4;
  }

  .phone-mock .listitem {
    display: flex; align-items: center; gap: 8px;
    margin-top: 8px; padding: 6px 0;
    border-top: 1px solid #1a1a1a;
  }
  .phone-mock .avatar {
    width: 22px; height: 22px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #8b6dd9);
  }
  .phone-mock .ldata { font-size: 9px; }
  .phone-mock .ldata strong { color: #fff; display: block; font-size: 10px; }
  .phone-mock .ldata span { color: #6e6e6e; }

  /* feature card with waveform / chart */
  .card-wave {
    grid-column: span 1;
  }
  .card-wave .visual {
    margin-top: 28px;
    height: 80px;
    display: flex; align-items: center;
  }
  .card-wave svg { width: 100%; height: 100%; }

  /* chat preview card */
  .card-chat .preview {
    margin-top: 24px;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 14px;
  }
  .card-chat .msg {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 8px;
    max-width: 90%;
  }
  .card-chat .msg.you {
    background: var(--accent); color: #0a0a0a;
    margin-left: auto;
  }
  .card-chat .msg .label {
    font-size: 9px; opacity: 0.5; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 3px;
  }
  .card-chat .msg.you .label { opacity: 0.7; }

  /* Scale / "From list to system" card */
  .card-scale .scale-mock {
    margin-top: 20px;
    display: flex; flex-direction: column;
    gap: 8px;
  }
  .scale-row {
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 12px 14px;
    display: flex; align-items: center; gap: 14px;
    font-size: 13px;
  }
  .scale-row > .material-symbols-rounded {
    font-size: 20px;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.14);
    padding: 8px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .scale-content { flex: 1; min-width: 0; }
  .scale-label {
    color: #fff; font-weight: 600;
    display: block; margin-bottom: 2px;
  }
  .scale-meta {
    color: rgba(255,255,255,0.5);
    font-size: 11.5px;
    display: block;
  }
  .scale-bar { display: flex; gap: 4px; flex-shrink: 0; }
  .scale-bar i {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.2);
    display: block;
  }
  .scale-bar i.on { background: var(--accent); }

  /* Templates card — schema preview + clickable pills */
  .card-templates .schema-mock {
    margin-top: 16px;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 13px;
    min-height: 200px;
  }
  .card-templates .schema-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 11px; margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 14px; color: #fff;
  }
  .card-templates .schema-head .material-symbols-rounded {
    font-size: 20px; color: var(--accent);
    background: rgba(var(--accent-rgb), 0.14);
    padding: 6px; border-radius: 10px;
  }
  .card-templates .schema-head strong { flex: 1; font-weight: 700; }
  .card-templates .schema-tag {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.12);
    padding: 3px 8px; border-radius: 999px;
  }
  .card-templates .schema-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
  }
  .card-templates .schema-row:last-of-type { border-bottom: 0; }
  .card-templates .sf-name {
    display: flex; align-items: center; gap: 8px;
    color: #fff; font-weight: 500;
  }
  .card-templates .sf-name .material-symbols-rounded {
    font-size: 16px; color: rgba(255,255,255,0.4);
  }
  .card-templates .sf-type {
    font-family: 'SF Mono', ui-monospace, monospace;
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    padding: 3px 8px; border-radius: 6px;
  }
  .card-templates .schema-footer {
    display: flex; align-items: center; gap: 6px;
    margin-top: 12px; padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 12px; font-weight: 600;
    color: var(--accent);
  }
  .card-templates .schema-footer .material-symbols-rounded {
    font-size: 16px;
  }

  .tpl-pills {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-top: 16px;
  }
  .tpl-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.65);
    font-size: 12px; font-weight: 500;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
  }
  .tpl-pill .material-symbols-rounded {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    transition: color 0.15s;
  }
  .tpl-pill:hover {
    border-color: rgba(var(--accent-rgb), 0.5);
    color: #fff;
  }
  .tpl-pill:hover .material-symbols-rounded { color: var(--accent); }
  .tpl-pill.active {
    background: rgba(var(--accent-rgb), 0.14);
    border-color: var(--accent);
    color: #fff;
  }
  .tpl-pill.active .material-symbols-rounded { color: var(--accent); }
  .tpl-pill.more {
    cursor: default;
    pointer-events: none;
    opacity: 0.45;
  }

  /* Properties / "Every detail, attached" card */
  .card-properties .prop-mock {
    margin-top: 20px;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
  }
  .card-properties .prop-mock-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 12px; margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 15px; color: #fff;
  }
  .card-properties .prop-mock-head .material-symbols-rounded {
    font-size: 22px; color: var(--accent);
  }
  .card-properties .prop-row {
    display: flex; justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.04);
  }
  .card-properties .prop-row:last-of-type { border-bottom: 0; }
  .card-properties .prop-row span { color: rgba(255,255,255,0.5); }
  .card-properties .prop-row b { color: #fff; font-weight: 500; }
  .card-properties .prop-attach {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-top: 14px; padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .card-properties .att-chip {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 10px;
    background: rgba(var(--accent-rgb),0.12);
    border: 1px solid rgba(var(--accent-rgb),0.2);
    color: var(--accent);
    border-radius: 999px;
    font-size: 12px; font-weight: 500;
  }
  .card-properties .att-chip .material-symbols-rounded { font-size: 14px; }

  /* full-width feature row */
  .card-wide { grid-column: span 2; }

  /* ─── BENTO Mindmap (hierarchical relationship visual) ─── */
  .mindmap {
    position: relative;
    margin-top: 18px;
    height: 250px;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
  }
  /* Soft accent glow centred on the root */
  .mm-pulse {
    position: absolute;
    top: 50%; left: 12%;
    transform: translate(-50%, -50%);
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.18), transparent 65%);
    animation: mmGlow 3.4s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
  }
  @keyframes mmGlow {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.18); }
  }
  .mm-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .mm-lines path {
    fill: none;
    stroke: rgba(var(--accent-rgb), 0.55);
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-dasharray: 4 5;
    vector-effect: non-scaling-stroke;
    animation: mmFlow 2.6s linear infinite;
  }
  @keyframes mmFlow {
    to { stroke-dashoffset: -18; }
  }
  .mm-node {
    position: absolute;
    display: inline-flex; align-items: center; gap: 6px;
    background: #1c1c1c;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11.5px;
    color: #f5f5f5;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    opacity: 0;
    animation: mmIn 0.5s ease-out forwards;
    transition: border-color 0.2s, transform 0.2s;
  }
  .mm-node:hover {
    border-color: rgba(var(--accent-rgb), 0.45);
  }
  .mm-node .material-symbols-rounded {
    font-size: 14px;
    color: var(--accent);
    flex-shrink: 0;
  }
  .mm-node .mm-count {
    margin-left: 4px;
    background: rgba(var(--accent-rgb), 0.18);
    color: var(--accent);
    font-weight: 600;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    line-height: 1;
  }
  .mm-node.mm-root {
    background: var(--accent);
    color: #0a0a0a;
    border-color: transparent;
    font-weight: 600;
    padding: 9px 14px;
    font-size: 13px;
    box-shadow: 0 6px 28px rgba(var(--accent-rgb), 0.4);
    animation: mmIn 0.5s ease-out forwards, mmRootPulse 2.4s ease-in-out infinite 0.5s;
  }
  .mm-node.mm-root .material-symbols-rounded {
    color: #0a0a0a;
    font-size: 16px;
  }
  @keyframes mmIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  @keyframes mmRootPulse {
    0%, 100% { box-shadow: 0 6px 28px rgba(var(--accent-rgb), 0.4); }
    50%      { box-shadow: 0 6px 36px rgba(var(--accent-rgb), 0.7); }
  }
  /* Stagger node entrance — root first, mids, then grandchildren */
  .mm-pos-root { top: 50%; left: 12%; transform: translate(-50%, -50%); animation-delay: 0s; }
  .mm-pos-a    { top: 18%; left: 45%; transform: translate(-50%, -50%); animation-delay: 0.25s; }
  .mm-pos-b    { top: 50%; left: 45%; transform: translate(-50%, -50%); animation-delay: 0.35s; }
  .mm-pos-c    { top: 84%; left: 45%; transform: translate(-50%, -50%); animation-delay: 0.45s; }
  .mm-pos-d    { top: 8%;  left: 85%; transform: translate(-50%, -50%); animation-delay: 0.65s; }
  .mm-pos-e    { top: 32%; left: 85%; transform: translate(-50%, -50%); animation-delay: 0.75s; }



  /* ─── COMBINE (links between objects) ─── */
  .combine { padding: 100px 0; }
  .combine-stage {
    position: relative;
    max-width: 1100px;
    margin: 0 auto -8px;
    min-height: 460px;
  }
  .combine-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 28px;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .cc-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 14px; margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 16px;
  }
  .cc-head .material-symbols-rounded {
    font-size: 22px; color: var(--accent);
    background: rgba(var(--accent-rgb), 0.12);
    padding: 8px; border-radius: 10px;
  }
  .cc-head strong { flex: 1; }
  .cc-tag {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.1);
    padding: 3px 8px; border-radius: 999px;
  }
  .cc-row {
    display: flex; justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
    font-size: 13px;
  }
  .cc-row:last-of-type { border-bottom: 0; }
  .cc-row span { color: rgba(255,255,255,0.5); }
  .cc-row b { color: #fff; font-weight: 500; }
  .cc-link { color: var(--accent) !important; }
  .cc-attach {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-top: 14px; padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .cc-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 10px;
    background: rgba(var(--accent-rgb), 0.1);
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    color: var(--accent);
    border-radius: 999px;
    font-size: 12px; font-weight: 500;
  }
  .combine-mini {
    position: absolute;
    background: #1c1c1c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 12px 16px;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    animation: ccFloat 5.5s ease-in-out infinite;
    z-index: 3;
  }
  .combine-mini .material-symbols-rounded {
    font-size: 18px; color: var(--accent);
  }
  .combine-mini strong { font-weight: 600; }
  .combine-mini .cc-tag { font-size: 9px; padding: 2px 6px; }
  .m1 { top: 2%;  left: 100px;   animation-delay: -0.6s; }
  .m2 { top: 18%; right: 150px;  animation-delay: -2.2s; }
  .m3 { bottom: 100px; left: 150px; animation-delay: -3.4s; }
  .m4 { bottom: 150px;  right: 100px; animation-delay: -1.4s; }
  @keyframes ccFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
  .combine-uses {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
  }
  .cu-label {
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 16px;
  }
  .cu-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
  .cu-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px; font-weight: 500;
  }
  .cu-pill .material-symbols-rounded {
    font-size: 16px; color: rgba(255,255,255,0.35);
  }

  /* ─── INSIGHTS (AI charts + analytics) ─── */
  .insights { padding: 100px 0; }
  .insights-row {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 16px;
  }
  .insights-text h2 {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .insights-text p {
    font-size: 16px;
    color: #9a9a9a;
    max-width: 44ch;
    line-height: 1.6;
  }
  .insights-stage {
    position: relative;
    min-height: 460px;
  }
  .insights-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 28px;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .ic-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 14px; margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 16px;
  }
  .ic-head .material-symbols-rounded {
    font-size: 22px; color: var(--accent);
    background: rgba(var(--accent-rgb), 0.12);
    padding: 8px; border-radius: 10px;
  }
  .ic-head strong { flex: 1; }
  .ic-prompt {
    display: flex; align-items: center; gap: 10px;
    background: rgba(var(--accent-rgb), 0.08);
    border: 1px solid rgba(var(--accent-rgb), 0.16);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 18px;
    color: #f5f5f5;
  }
  .ic-prompt .material-symbols-rounded {
    font-size: 16px; color: var(--accent);
  }
  .ic-chart {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4px;
    height: 130px;
    align-items: end;
    margin-bottom: 6px;
  }
  .ic-chart .bar {
    background: linear-gradient(to top, var(--accent-deep), var(--accent));
    border-radius: 4px 4px 0 0;
    min-height: 6%;
    transition: height 0.4s ease;
  }
  .ic-months {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4px;
    font-size: 9px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
  }
  .ic-insight {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 12px;
    background: rgba(var(--accent-rgb), 0.08);
    border: 1px solid rgba(var(--accent-rgb), 0.16);
    border-radius: 10px;
    font-size: 12px;
    color: var(--accent);
    font-weight: 500;
  }
  .ic-insight .material-symbols-rounded { font-size: 16px; }

  .insights-mini {
    position: absolute;
    background: #1c1c1c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 13px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    animation: ccFloat 5.5s ease-in-out infinite;
    z-index: 3;
    min-width: 140px;
  }
  .insights-mini .im-label {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    margin-top: 4px;
  }
  .insights-mini .im-q {
    color: #fff; font-weight: 500;
  }
  .insights-mini .im-tag {
    display: inline-block;
    font-size: 9px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.12);
    padding: 2px 7px; border-radius: 999px;
    margin-bottom: 6px;
  }
  .insights-mini .trend-val {
    font-size: 26px; font-weight: 700;
    color: var(--accent);
    line-height: 1;
  }
  .insights-mini .donut {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: conic-gradient(
      var(--accent) 0% 38%,
      var(--accent-deep) 38% 65%,
      rgba(var(--accent-rgb), 0.25) 65% 100%
    );
    position: relative;
    margin-bottom: 8px;
  }
  .insights-mini .donut::after {
    content: '';
    position: absolute;
    inset: 8px;
    background: #1c1c1c;
    border-radius: 50%;
  }
  .insights-mini .ex-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px;
    background: rgba(var(--accent-rgb), 0.12);
    color: var(--accent);
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .insights-mini .ex-icon .material-symbols-rounded { font-size: 20px; }
  .im-1 { top: 0;    left: -20px;  animation-delay: -0.4s; }
  .im-2 { top: 8%;   right: -20px; animation-delay: -1.9s; }
  .im-3 { bottom: 8%; left: -30px;  animation-delay: -3.1s; }
  .im-4 { bottom: 0;  right: -20px; animation-delay: -1.0s; }

  .insights-uses {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
  }

  /* ─── TRUST / USPs ─── */
  .trust { padding: 100px 0; }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .trust-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 32px;
    display: flex; flex-direction: column;
  }
  .trust-card .material-symbols-rounded {
    font-size: 36px;
    color: var(--accent);
    margin-bottom: 22px;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 40;
    align-self: flex-start;
    background: rgba(var(--accent-rgb), 0.12);
    padding: 12px;
    border-radius: 14px;
  }
  .trust-card h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
  }
  .trust-card p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.55;
  }

  /* ─── PRIVACY ─── */
  .privacy {
    padding: 80px 0;
  }
  .privacy-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 56px 48px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .privacy-card h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .privacy-card p {
    color: #9a9a9a; font-size: 15px;
    margin-bottom: 24px;
    max-width: 44ch;
  }
  .privacy-pills {
    display: flex; flex-wrap: wrap; gap: 8px;
  }
  .privacy-pill {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px; font-weight: 500;
  }
  .privacy-visual {
    position: relative;
    aspect-ratio: 1;
    background: radial-gradient(circle at center, rgba(var(--accent-rgb),0.15), transparent 70%);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
  }
  .privacy-visual .lock {
    width: 100px; height: 100px;
    border-radius: 22px;
    background: var(--accent);
    color: #0a0a0a;
    display: flex; align-items: center; justify-content: center;
    font-size: 48px;
    box-shadow: 0 20px 50px rgba(var(--accent-rgb),0.3);
  }

  /* ─── PRICING ─── */
  .pricing {
    padding: 100px 0;
  }
  .price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .price-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .price-card.accent {
    background: var(--accent);
    color: #0a0a0a;
    border-color: transparent;
  }
  .price-card .name {
    font-size: 18px; font-weight: 600;
    margin-bottom: 4px;
  }
  .price-card .desc {
    font-size: 14px; color: #9a9a9a;
    margin-bottom: 28px;
  }
  .price-card.accent .desc { color: #2a2030; }
  .price-card .price {
    font-size: 56px; font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
  }
  .price-card .period {
    font-size: 13px; color: #9a9a9a;
    margin-bottom: 28px;
  }
  .price-card.accent .period { color: #2a2030; }
  .price-card ul { list-style: none; margin-bottom: 28px; }
  .price-card li {
    padding: 11px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 14px;
    display: flex; align-items: center; gap: 10px;
  }
  .price-card li:first-child { border-top: 0; }
  .price-card.accent li { border-color: rgba(0,0,0,0.08); }
  .price-card li::before {
    content: "check";
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
    font-size: 18px;
    color: var(--accent);
    line-height: 1;
  }
  .price-card.accent li::before { color: #0a0a0a; }
  .price-card .pricecta {
    display: block; text-align: center;
    background: #fff; color: #0a0a0a;
    padding: 14px;
    border-radius: 999px;
    font-weight: 600; font-size: 14px;
    margin-top: auto;
  }
  .price-card.accent .pricecta { background: #0a0a0a; color: #fff; }
  .price-card .badge {
    position: absolute; top: 24px; right: 24px;
    background: rgba(0,0,0,0.12);
    color: #0a0a0a;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px; font-weight: 600;
  }

  /* ─── FINAL CTA ─── */
  .final {
    padding: 80px 0 120px;
  }
  .final-card {
    background: linear-gradient(135deg, #1a1525, #0a0a0a);
    border: 1px solid rgba(var(--accent-rgb),0.15);
    border-radius: 32px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .final-card::before {
    content: "";
    position: absolute; top: -50%; left: 50%;
    transform: translateX(-50%);
    width: 80%; height: 100%;
    background: radial-gradient(circle, rgba(var(--accent-rgb),0.2), transparent 60%);
    pointer-events: none;
  }
  .final-card h2 {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 16px;
    position: relative;
  }
  .final-card p {
    font-size: 17px;
    color: #b8b8b8;
    max-width: 44ch;
    margin: 0 auto 32px;
    position: relative;
  }
  .final-card .ctarow {
    display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
    position: relative;
  }
  .final-card .pill-alt {
    background: transparent;
    color: #fff;
    padding: 14px 26px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 15px; font-weight: 500;
  }

  /* ─── FOOTER (2 cards above lila brand strip) ─── */
  footer#support {
    padding: 12px;
    margin-top: 80px;
  }
  footer#support .container {
    max-width: none;
    padding: 0;
  }
  .foot-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .foot-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    padding: 32px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  /* ── LEFT CARD: CTA ── */
  .foot-card-cta {
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
  }
  .foot-mono-label {
    font-family: 'SF Mono', ui-monospace, 'Menlo', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 22px;
  }
  .foot-card-cta h3 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 auto 24px;
    max-width: 16ch;
  }
  .foot-cta-icon {
    width: 140px; height: 140px;
    border-radius: 32px;
    margin: auto;
    box-shadow: 0 12px 32px rgba(0,0,0,0.35);
    object-fit: cover;
    display: block;
  }
  .foot-cta-actions {
    display: flex; gap: 8px;
    padding-top: 24px;
  }
  .foot-btn {
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.15s;
  }
  .foot-btn:hover { background: rgba(255,255,255,0.14); }
  .foot-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
  }
  .foot-btn-ghost:hover { background: rgba(255,255,255,0.06); }

  /* ── RIGHT CARD: Links ── */
  .foot-card-links {
    display: flex; flex-direction: column;
  }
  .foot-card-links .foot-links-grid { flex: 1; }
  .foot-toplinks {
    display: flex; flex-wrap: wrap; gap: 18px; justify-content: center;
    padding-bottom: 18px;
    margin-bottom: 6px;
    font-family: 'SF Mono', ui-monospace, monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
  }
  .foot-toplinks a { color: inherit; transition: color 0.15s; }
  .foot-toplinks a:hover { color: #fff; }
  .foot-links-grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-auto-rows: 1fr;
    margin: 0;
  }
  .foot-links-grid > * {
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
  }
  .foot-links-grid > a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s;
    justify-content: flex-end;
  }
  .foot-links-grid > a:hover { color: var(--accent); }
  .foot-links-grid > .foot-section-name {
    font-family: 'SF Mono', ui-monospace, monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
  }
  .foot-socials {
    display: flex; gap: 8px; justify-content: flex-end;
    padding-top: 20px;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .foot-social {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
    transition: background 0.15s, color 0.15s;
  }
  .foot-social:hover {
    background: var(--accent);
    color: #0a0a0a;
  }
  .foot-social .material-symbols-rounded { font-size: 18px; }

  /* ── Brand strip (lila) ── */
  .footer-brand-strip {
    background: var(--accent);
    color: #0a0a0a;
    border-radius: 24px;
    padding: 48px 48px 28px;
    min-height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
  }
  .footer-brand-block {
    text-align: center;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-logo-huge {
    width: clamp(200px, 36%, 380px);
    height: auto;
    display: block;
    margin: 0 auto 28px;
  }
  .footer-tagline-mono {
    font-family: 'SF Mono', ui-monospace, 'Menlo', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10,10,10,0.7);
    line-height: 1.7;
    margin-bottom: 32px;
  }
  .footer-motto {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a0a0a;
  }
  .footer-bottom {
    display: flex; flex-wrap: wrap; gap: 16px 28px;
    align-items: center; justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.12);
    font-size: 12px;
    color: rgba(10,10,10,0.6);
  }
  .foot-address { color: rgba(10,10,10,0.55); }
  .footer-brand-strip .lang button { color: rgba(10,10,10,0.55); }
  .footer-brand-strip .lang button.active { color: #0a0a0a; font-weight: 700; }

  /* ─── responsive ─── */
  @media (max-width: 900px) {
    nav .menu, nav .lang { display: none; }
    .hero-panel { padding: 56px 24px 24px; }
    .hero-cards { grid-template-columns: 1fr; }
    .hero-deco-icon { display: none; }
    .stack-card { grid-template-columns: 1fr; min-height: auto; }
    .stack-text { padding: 32px 24px; }
    .stack-visual { padding: 32px 24px; min-height: 280px; }
    .flow-row { grid-template-columns: 1fr; min-height: auto; }
    .flow-row.flip .flow-text { grid-column: 1; grid-row: 1; }
    .flow-row.flip .flow-visual { grid-column: 1; grid-row: 2; }
    .flow-text { padding: 40px 28px; }
    .flow-visual { padding: 32px; }
    .bento, .price-grid, .trust-grid { grid-template-columns: 1fr; }
    .insights-row { grid-template-columns: 1fr; gap: 32px; }
    .combine-stage, .insights-stage { min-height: auto; }
    .combine-mini, .insights-mini { position: static; margin-top: 12px; animation: none; box-shadow: none; }
    .bento .row { grid-template-columns: 1fr; }
    .card-wide, .card-phone, .card-wave { grid-column: span 1; }
    .privacy-card { grid-template-columns: 1fr; padding: 40px 28px; }
    .foot-cards { grid-template-columns: 1fr; }
    .foot-section { grid-template-columns: 90px 1fr; }
    .footer-brand-strip { padding: 48px 24px 24px; }
    .footer-brand-block { padding: 32px 0 48px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .final-card { padding: 56px 24px; }
  }

/* Color picker (dev only) */
.color-picker { position: fixed; bottom: 20px; right: 20px; z-index: 9999; font-family: 'Inter', sans-serif; }
  .cp-toggle {
    width: 48px; height: 48px; border-radius: 50%;
    background: #1c1c1c; color: var(--accent);
    border: 1px solid rgba(255,255,255,0.18);
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.55);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
  }
  .cp-toggle:hover { transform: scale(1.08); border-color: var(--accent); }

  .cp-toggle .material-symbols-rounded { font-size: 22px; }
  .cp-panel {
    position: absolute; bottom: 60px; right: 0;
    background: #1c1c1c; color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 16px;
    width: 240px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    display: none;
  }
  .color-picker.open .cp-panel { display: block; }
  .cp-title { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; margin-bottom: 10px; }
  .cp-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 14px; }
  .cp-preset {
    aspect-ratio: 1; border-radius: 10px;
    border: 2px solid transparent; cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease;
  }
  .cp-preset:hover { transform: scale(1.1); }
  .cp-preset.active { border-color: #fff; }
  .cp-custom { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .cp-custom label { font-size: 12px; opacity: 0.7; }
  .cp-custom input[type="color"] { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; cursor: pointer; background: transparent; padding: 2px; }
  .cp-current { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.08); }
  .cp-current code { font-size: 11px; opacity: 0.6; font-family: 'SF Mono', monospace; }
  .cp-reset { background: transparent; color: var(--accent); border: 1px solid rgba(var(--accent-rgb), 0.3); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; cursor: pointer; }
  .cp-reset:hover { background: rgba(var(--accent-rgb), 0.1); }

/* ─── SUBPAGES (Help, Contact, Privacy, Terms, Impressum) ─── */
.page-hero {
  padding: 80px 0 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.page-hero .lede {
  font-size: 16px;
  color: #9a9a9a;
  max-width: 60ch;
  line-height: 1.6;
}
.page-body {
  padding: 64px 0 100px;
}
.page-body article {
  max-width: 720px;
}
.page-body article h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 48px 0 12px;
}
.page-body article h2:first-child { margin-top: 0; }
.page-body article p,
.page-body article li {
  font-size: 15px;
  color: #c4c4c4;
  line-height: 1.7;
  margin-bottom: 12px;
}
.page-body article ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 16px;
}
.page-body article a {
  color: var(--accent);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.4);
}
.page-body article a:hover { color: #fff; border-bottom-color: #fff; }
.page-body article .addr-block {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 20px 24px;
  margin: 16px 0 24px;
}
.page-body article .addr-block p { margin-bottom: 4px; color: #f5f5f5; }
.page-body article .addr-block p:last-child { margin-bottom: 0; }
.page-placeholder {
  text-align: center;
  padding: 80px 24px;
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  max-width: 560px;
  margin: 0 auto;
}
.page-placeholder .material-symbols-rounded {
  font-size: 56px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.12);
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.page-placeholder h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-placeholder p {
  color: #9a9a9a;
  font-size: 15px;
}

/* ─── HELP CENTER (FAQ + categories) ─── */
.help-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.help-toc a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s, border-color 0.15s;
}
.help-toc a:hover { color: #fff; border-color: rgba(var(--accent-rgb), 0.5); }

.help-section { margin-bottom: 48px; scroll-margin-top: 90px; }
.help-section .help-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}

.faq {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq[open] { border-color: rgba(var(--accent-rgb), 0.25); }
.faq summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  user-select: none;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: 'expand_more';
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-size: 22px;
  color: rgba(255,255,255,0.4);
  transition: transform 0.2s, color 0.2s;
  flex-shrink: 0;
}
.faq[open] summary::after { transform: rotate(180deg); color: var(--accent); }
.faq summary:hover { color: #fff; }
.faq-body {
  padding: 0 22px 20px;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 1.65;
}
.faq-body p { margin-bottom: 10px; }
.faq-body p:last-child { margin-bottom: 0; }
.faq-body a {
  color: var(--accent);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.4);
}
.faq-body a:hover { color: #fff; border-bottom-color: #fff; }
.faq-body ul {
  list-style: disc;
  padding-left: 22px;
  margin: 8px 0 12px;
}
.faq-body li { margin-bottom: 4px; }
.faq-body code {
  background: rgba(255,255,255,0.06);
  padding: 1px 6px;
  border-radius: 6px;
  font-size: 12px;
}

.help-cta-card {
  margin-top: 56px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-rgb), 0.03));
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 20px;
  padding: 36px 32px;
  text-align: center;
}
.help-cta-card .material-symbols-rounded {
  font-size: 32px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.15);
  padding: 12px;
  border-radius: 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.help-cta-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.help-cta-card p {
  color: #c0c0c0;
  margin-bottom: 20px;
  font-size: 15px;
}
.help-cta-card .btn {
  display: inline-block;
  background: var(--accent);
  color: #0a0a0a;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.1s;
}
.help-cta-card .btn:hover { transform: scale(1.04); }

/* ─── DOWNLOAD PAGE ─── */
.dl-desktop-hint,
.dl-redirecting {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 24px;
}
.dl-redirecting {
  color: var(--accent);
}
.dl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
}
@media (max-width: 720px) {
  .dl-grid { grid-template-columns: 1fr; }
}
.dl-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dl-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dl-card-head .material-symbols-rounded {
  font-size: 28px;
  color: var(--accent);
}
.dl-card-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a9a9a;
}
.dl-card h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 2px 0 0;
}
.dl-card p {
  font-size: 15px;
  color: #c4c4c4;
  line-height: 1.6;
  margin: 0 0 6px;
}
.dl-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.1s, background 0.15s;
}
.dl-btn-primary {
  background: #fff;
  color: #0a0a0a;
}
.dl-btn-primary:hover { transform: scale(1.04); }
.dl-btn-ghost {
  background: transparent;
  color: #f5f5f5;
  border: 1px solid rgba(255,255,255,0.18);
}
.dl-btn-ghost:hover {
  background: rgba(255,255,255,0.06);
}
.dl-card-android {
  border-style: dashed;
  border-color: rgba(var(--accent-rgb), 0.35);
}
.dl-card-android .material-symbols-rounded { color: var(--accent); }

/* Platform-detect visibility */
body.platform-ios .dl-grid,
body.platform-ios .dl-desktop-hint { display: none; }
body.platform-ios #dlRedirecting[hidden] { display: none; }
body.platform-android .dl-desktop-hint,
body.platform-android .dl-card-ios { display: none; }
body.platform-android .dl-grid { grid-template-columns: 1fr; max-width: 520px; }

