
      :root {
        --primary: #111827;
        --accent: #2563eb;
        --background: #f8fafc;
        --surface: #ffffff;
        --border: #e5e7eb;
        --text-secondary: #6b7280;
        --text-muted: #9ca3af;
        --success: #059669;
        --warning: #d97706;
        --danger: #dc2626;
        --hero-bg: #0f1419;
        --hero-text: #f8fafc;
        --hero-muted: #94a3b8;
        --flow-bg: #eef2ff;
        --flow-border: #c7d2fe;
        --max: 1140px;
        --product-max: 980px;
      }

      *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      html { scroll-behavior: smooth; }
      body { font-family: Inter, system-ui, sans-serif; color: var(--primary); background: var(--background); -webkit-font-smoothing: antialiased; }

      .preview-banner {
        position: fixed; bottom: 16px; right: 16px; z-index: 9999;
        background: var(--primary); color: #fff; font-size: 12px; font-weight: 600;
        padding: 8px 14px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.2);
      }

      .brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
      .brand-mark {
        width: 40px; height: 40px; border-radius: 10px; background: var(--primary); color: #fff;
        display: flex; align-items: center; justify-content: center;
        font-size: 12px; font-weight: 700; letter-spacing: .04em; flex-shrink: 0;
      }
      .brand--light .brand-mark { background: var(--hero-text); color: var(--hero-bg); }
      .brand-name { font-size: 18px; font-weight: 600; letter-spacing: .06em; line-height: 1.2; }
      .brand--light .brand-name { color: var(--hero-text); }

      .nav { position: fixed; top: 0; left: 0; right: 0; height: 72px; z-index: 100; display: flex; align-items: center; padding: 0 24px; }
      .nav-inner { width: 100%; max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
      .nav-links { display: flex; gap: 22px; list-style: none; flex-wrap: wrap; }
      .nav-links a { color: var(--hero-muted); text-decoration: none; font-size: 14px; font-weight: 500; white-space: nowrap; }
      .nav-links a:hover { color: var(--hero-text); }
      .nav-ctas { display: flex; gap: 8px; flex-shrink: 0; }

      .btn {
        display: inline-flex; align-items: center; justify-content: center;
        font-size: 14px; font-weight: 600; padding: 11px 22px; border-radius: 999px;
        border: none; cursor: pointer; text-decoration: none; transition: transform .15s;
      }
      .btn:hover { transform: translateY(-1px); }
      .btn-white { background: var(--hero-text); color: var(--hero-bg); }
      .btn-outline-light { background: transparent; color: var(--hero-text); border: 1px solid rgba(248,250,252,.35); }
      .btn-accent { background: var(--accent); color: #fff; }
      .btn-outline-dark { background: transparent; color: var(--primary); border: 1px solid var(--border); }
      .btn-sm { font-size: 13px; padding: 10px 20px; }

      .hero {
        background: var(--hero-bg); padding: 120px 24px 72px; text-align: center;
        position: relative; overflow: hidden;
      }
      .hero::before {
        content: ""; position: absolute; inset: 0;
        background-image: radial-gradient(circle at 1px 1px, rgba(148,163,184,.12) 1px, transparent 0);
        background-size: 32px 32px; pointer-events: none;
      }
      .hero-inner { position: relative; max-width: var(--max); margin: 0 auto; }
      .hero-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
      .pill {
        display: inline-flex; align-items: center; gap: 6px;
        font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
        padding: 6px 12px; border-radius: 999px;
      }
      .pill-dark { background: rgba(37,99,235,.15); color: #93c5fd; border: 1px solid rgba(37,99,235,.25); }
      .pill-saas { background: rgba(5,150,105,.12); color: #6ee7b7; border: 1px solid rgba(5,150,105,.25); }
      .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--hero-muted); margin-bottom: 16px; }
      .hero h1 {
        font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 700; line-height: 1.1;
        letter-spacing: -.02em; color: var(--hero-text); max-width: 780px; margin: 0 auto 14px;
      }
      .hero-sub { font-size: 1.125rem; color: var(--hero-muted); }
      .hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 32px 0 16px; }
      .hero-note { font-size: 13px; color: var(--hero-muted); }

      /* Product frame */
      .product-frame {
        max-width: var(--product-max); margin: 40px auto 0; border-radius: 14px;
        border: 1px solid var(--border); box-shadow: 0 24px 48px rgba(0,0,0,.35);
        overflow: hidden; text-align: left; background: var(--surface);
      }
      .browser-bar { height: 36px; background: #f1f5f9; border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 14px; gap: 7px; }
      .dot { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; }
      .app-shell { display: flex; min-height: 420px; }
      .app-sidebar { width: 56px; background: #fff; border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; padding: 12px 0; gap: 4px; }
      .sidebar-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 14px; }
      .sidebar-icon.active { background: rgba(37,99,235,.08); color: var(--accent); box-shadow: inset 3px 0 0 var(--accent); }
      .app-main { flex: 1; min-width: 0; }
      .app-nav { height: 52px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: #fff; gap: 12px; }
      .app-nav-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
      .app-nav-brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
      .app-nav-brand .brand-mark { width: 32px; height: 32px; font-size: 10px; border-radius: 8px; }
      .app-nav-brand .brand-name { font-size: 15px; color: var(--primary); }
      .workspace-pill { font-size: 12px; font-weight: 500; color: var(--text-secondary); padding: 4px 8px; border: 1px solid var(--border); border-radius: 6px; }
      .search-bar { flex: 1; max-width: 260px; height: 32px; border-radius: 8px; border: 1px solid var(--border); background: var(--background); font-size: 11px; color: var(--text-muted); display: flex; align-items: center; padding: 0 10px; gap: 6px; white-space: nowrap; overflow: hidden; }
      .app-nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
      .data-trust-pill { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 500; padding: 5px 10px; border-radius: 8px; border: 1px solid rgba(217,119,6,.25); background: rgba(217,119,6,.06); color: var(--warning); white-space: nowrap; }
      .nav-icon-btn { width: 28px; height: 28px; border-radius: 6px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--text-muted); }
      .notif-badge { position: relative; }
      .notif-badge::after { content: "9+"; position: absolute; top: -4px; right: -4px; background: var(--accent); color: #fff; font-size: 8px; font-weight: 700; padding: 1px 4px; border-radius: 999px; }
      .user-pill { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; }
      .avatar { width: 26px; height: 26px; border-radius: 50%; background: #e5e7eb; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; }
      .app-body { padding: 20px 22px; background: var(--background); }
      .page-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
      .page-title { font-size: 22px; font-weight: 600; margin-bottom: 3px; }
      .page-desc { font-size: 12px; color: var(--text-secondary); line-height: 1.45; max-width: 420px; }
      .sync-line { font-size: 10px; color: var(--text-muted); text-align: right; white-space: nowrap; }
      .sync-line .green { color: var(--success); }
      .viewing-label { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
      .viewing-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
      .viewing-card strong { font-size: 13px; font-weight: 600; }
      .current-badge { display: inline-block; font-size: 10px; font-weight: 600; color: var(--accent); background: rgba(37,99,235,.08); padding: 2px 7px; border-radius: 999px; margin-left: 6px; }
      .viewing-due { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
      .section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
      .section-head h3 { font-size: 14px; font-weight: 600; }
      .section-head p { font-size: 11px; color: var(--text-secondary); margin-top: 2px; }
      .btn-sm-dark { font-size: 11px; font-weight: 600; padding: 6px 12px; border-radius: 8px; background: var(--primary); color: #fff; border: none; white-space: nowrap; }
      .delivery-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
      .delivery-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
      .delivery-meta span { color: var(--primary); font-weight: 600; text-transform: none; letter-spacing: 0; font-size: 11px; }
      .at-risk { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--warning); display: flex; align-items: center; gap: 5px; }
      .at-risk-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--warning); }
      .metrics-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
      .metric-label { font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
      .metric-value { font-size: 13px; font-weight: 600; }
      .metric-value.warn { color: var(--warning); }
      .confidence-box { background: var(--background); border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; margin-bottom: 12px; }
      .confidence-label { font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
      .confidence-num { font-size: 28px; font-weight: 700; line-height: 1; margin-bottom: 4px; }
      .confidence-desc { font-size: 11px; color: var(--text-secondary); }
      .signals-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
      .signals-col h4 { font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
      .signal { font-size: 11px; color: var(--text-secondary); padding: 4px 0; display: flex; gap: 6px; }
      .signal .ok { color: var(--success); font-weight: 700; }

      /* Integrations strip */
      .integrations-strip {
        margin-top: 28px; padding: 16px 0; border-top: 1px solid rgba(148,163,184,.15);
        display: flex; flex-direction: column; align-items: center; gap: 12px;
      }
      .integrations-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--hero-muted); }
      .integrations-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; align-items: center; }
      .integration-tag {
        font-size: 13px; font-weight: 500; color: var(--hero-muted);
        padding: 6px 14px; border-radius: 8px; background: rgba(255,255,255,.06);
        border: 1px solid rgba(148,163,184,.2);
      }

      .wave { height: 48px; background: var(--hero-bg); }
      .wave svg { display: block; width: 100%; height: 48px; }

      .section { padding: 80px 24px; }
      .section-inner { max-width: var(--max); margin: 0 auto; text-align: center; }
      .section h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 12px; }
      .section .sub { font-size: 1rem; color: var(--text-secondary); max-width: 540px; margin: 0 auto 40px; line-height: 1.5; }

      .three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
      .card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
      .card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
      .card p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }

      /* ROI strip */
      .roi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
      .roi-card { padding: 28px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); }
      .roi-stat { font-size: 2rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 8px; }
      .roi-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
      .roi-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.45; }

      .compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 820px; margin: 0 auto; }
      .compare-box { border-radius: 12px; border: 1px solid var(--border); padding: 22px; background: var(--surface); text-align: left; }
      .compare-box.good { border-color: rgba(37,99,235,.3); }
      .compare-label { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
      .compare-box.bad { opacity: .7; }
      .fake-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 10px; }
      .fake-chart { height: 40px; background: linear-gradient(90deg, #e5e7eb, #f3f4f6); border-radius: 6px; }

      /* LinearB-style role flow */
      .role-flow {
        max-width: 920px; margin: 0 auto; position: relative;
        min-height: 380px; padding: 20px 0;
      }
      .flow-step {
        position: absolute; max-width: 220px;
        background: var(--flow-bg); border: 1.5px solid var(--flow-border);
        border-radius: 14px; padding: 16px 18px; text-align: left;
        animation: flowIn .6s ease both;
      }
      .flow-step .role { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
      .flow-step h3 { font-size: 14px; font-weight: 600; line-height: 1.35; margin-bottom: 4px; }
      .flow-step p { font-size: 12px; color: var(--text-secondary); line-height: 1.4; }
      .flow-step.featured {
        background: var(--surface); border-color: var(--border);
        box-shadow: 0 12px 32px rgba(17,24,39,.12); max-width: 240px;
        animation: flowIn .8s ease .4s both;
      }
      .flow-step.featured .feat-icon {
        width: 32px; height: 32px; border-radius: 8px; background: rgba(37,99,235,.1);
        display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 10px;
      }
      .flow-step:nth-child(1) { top: 0; left: 0; animation-delay: .1s; }
      .flow-step:nth-child(2) { bottom: 60px; left: 22%; animation-delay: .25s; }
      .flow-step:nth-child(3) { top: 20px; left: 44%; animation-delay: .4s; }
      .flow-step:nth-child(4) { bottom: 0; right: 22%; animation-delay: .55s; }
      .flow-step:nth-child(5) { top: 0; right: 0; animation-delay: .7s; }

      .flow-arrows {
        position: absolute; inset: 0; pointer-events: none; z-index: 0;
      }
      .flow-arrows path {
        fill: none; stroke: var(--primary); stroke-width: 1.5;
        stroke-dasharray: 6 4;
        animation: dashMove 2s linear infinite;
      }
      @keyframes flowIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
      @keyframes dashMove { to { stroke-dashoffset: -20; } }

      /* Platform pillars */
      .pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
      .pillar {
        padding: 20px; border-radius: 12px; background: var(--surface);
        border: 1px solid var(--border); position: relative;
      }
      .pillar-num { font-size: 11px; font-weight: 700; color: var(--accent); margin-bottom: 6px; }
      .pillar h3 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
      .pillar p { font-size: 12px; color: var(--text-secondary); line-height: 1.4; }
      .pillar .status {
        position: absolute; top: 16px; right: 16px;
        font-size: 9px; font-weight: 600; padding: 3px 7px; border-radius: 999px;
        background: rgba(37,99,235,.1); color: var(--accent);
      }
      .pillar .status.soon { background: rgba(217,119,6,.1); color: var(--warning); }

      .trust-strip {
        max-width: 820px; margin: 0 auto; background: var(--surface);
        border: 1px solid var(--border); border-radius: 14px; overflow: hidden; text-align: left;
        display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 24px 28px;
      }
      .trust-num { font-size: 2.75rem; font-weight: 700; color: var(--warning); line-height: 1; }
      .trust-meta { font-size: 14px; color: var(--text-secondary); line-height: 1.45; }
      .trust-meta strong { color: var(--warning); }
      .trust-promise { font-size: 13px; color: var(--text-secondary); text-align: right; max-width: 240px; line-height: 1.45; }
      .trust-promise em { font-style: normal; font-weight: 700; color: var(--success); }

      .journey { max-width: 640px; margin: 0 auto; text-align: left; }
      .journey-step { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
      .step-num { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
      .step-content h3 { font-size: 15px; font-weight: 600; margin-bottom: 2px; }
      .step-content p { font-size: 13px; color: var(--text-secondary); }
      .badge { display: inline-block; font-size: 10px; font-weight: 600; padding: 3px 7px; border-radius: 999px; background: rgba(37,99,235,.1); color: var(--accent); margin-top: 4px; }
      .badge.soon { background: rgba(217,119,6,.1); color: var(--warning); }

      /* Why ALYNTE — confident */
      .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: left; }
      .why-card {
        padding: 28px; border-radius: 14px; background: var(--surface);
        border: 1px solid var(--border);
      }
      .why-card strong {
        display: block; font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; line-height: 1.3;
      }
      .why-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
      .why-lead {
        max-width: 680px; margin: 0 auto 36px; font-size: 1.125rem; font-weight: 500;
        color: var(--primary); line-height: 1.55;
      }

      .icp-box {
        max-width: 720px; margin: 0 auto; padding: 32px; border-radius: 14px;
        background: var(--surface); border: 1px solid var(--border); text-align: left;
      }
      .icp-box h3 { font-size: 15px; font-weight: 600; margin-bottom: 12px; }
      .icp-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
      .icp-list li { font-size: 14px; color: var(--text-secondary); display: flex; gap: 8px; align-items: flex-start; }
      .icp-list li::before { content: "✓"; color: var(--success); font-weight: 700; flex-shrink: 0; }

      .dark-strip { background: var(--primary); color: #fff; padding: 56px 24px; }
      .never-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; max-width: 800px; margin: 24px auto 0; }
      .never-item { font-size: 14px; color: #cbd5e1; display: flex; align-items: center; gap: 6px; }
      .never-item span { color: #f87171; font-weight: 700; }

      .partner-card { max-width: 640px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 36px; text-align: left; }
      .partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; }
      .partner-grid h4 { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
      .partner-grid ul { list-style: none; font-size: 14px; color: var(--text-secondary); line-height: 1.9; }

      .cta-band { background: var(--accent); color: #fff; padding: 72px 24px; text-align: center; }
      .cta-band h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 10px; }
      .cta-band p { font-size: 1rem; opacity: .9; margin-bottom: 24px; }

      footer { background: var(--surface); border-top: 1px solid var(--border); padding: 56px 24px 28px; }
      .footer-grid {
        max-width: var(--max); margin: 0 auto;
        display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 24px; margin-bottom: 40px;
      }
      .footer-col h4 { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
      .footer-col a { display: block; font-size: 13px; color: var(--text-secondary); text-decoration: none; margin-bottom: 8px; }
      .footer-col a:hover { color: var(--primary); }
      .footer-tagline { font-size: 12px; color: var(--text-muted); margin-top: 8px; line-height: 1.5; max-width: 220px; }
      .footer-bottom {
        max-width: var(--max); margin: 0 auto; padding-top: 20px; border-top: 1px solid var(--border);
        font-size: 13px; color: var(--text-muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
      }

      @media (max-width: 900px) {
        .role-flow { min-height: 680px; }
        .flow-step { position: relative !important; max-width: 100% !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; margin-bottom: 16px; }
        .flow-arrows { display: none; }
        .roi-grid, .pillars-grid, .why-grid { grid-template-columns: 1fr; }
        .footer-grid { grid-template-columns: repeat(3, 1fr); }
        .icp-list { grid-template-columns: 1fr; }
      }
      @media (max-width: 768px) {
        .nav-links { display: none; }
        .three-col, .compare, .partner-grid, .footer-grid, .signals-row, .metrics-row { grid-template-columns: 1fr; }
        .app-sidebar, .search-bar { display: none; }
        .trust-strip { grid-template-columns: 1fr; text-align: center; }
        .trust-promise { text-align: center; max-width: none; }
        .section { padding: 56px 20px; }
        .footer-grid { grid-template-columns: 1fr 1fr; }
      }
    
/* Inner pages */
.nav--solid { background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav--solid .nav-links a { color: var(--text-secondary); }
.nav--solid .nav-links a:hover { color: var(--primary); }
.nav--solid .brand-name { color: var(--primary); }
.nav--solid .brand-mark { background: var(--primary); color: #fff; }
.nav--solid .btn-outline-light { color: var(--primary); border-color: var(--border); background: var(--surface); }
.nav--solid .btn-white { background: var(--primary); color: #fff; }

.page-hero { padding: 120px 24px 56px; text-align: center; background: var(--hero-bg); color: var(--hero-text); position: relative; }
.page-hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 1px 1px, rgba(148,163,184,.12) 1px, transparent 0); background-size:32px 32px; pointer-events:none; }
.page-hero-inner { position:relative; max-width:720px; margin:0 auto; }
.page-hero h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight:700; letter-spacing:-.02em; line-height:1.15; margin-bottom:12px; }
.page-hero p { font-size:1.0625rem; color:var(--hero-muted); line-height:1.5; }

.content-section { padding: 64px 24px; }
.content-section.alt { background: var(--surface); }
.content-wrap { max-width: 760px; margin: 0 auto; text-align: left; }
.content-wrap.wide { max-width: var(--max); }
.content-wrap h2 { font-size: 1.375rem; font-weight: 700; margin: 32px 0 12px; }
.content-wrap h2:first-child { margin-top: 0; }
.content-wrap p, .content-wrap li { font-size: 15px; color: var(--text-secondary); line-height: 1.65; margin-bottom: 12px; }
.content-wrap ul { margin: 0 0 16px 20px; }
.content-wrap ul.check { list-style: none; margin-left: 0; }
.content-wrap ul.check li { display: flex; gap: 10px; margin-bottom: 8px; }
.content-wrap ul.check li::before { content: "✓"; color: var(--success); font-weight: 700; flex-shrink: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; }
.feature-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 22px; }
.feature-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; color: var(--primary); }
.feature-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; margin: 0; }

.link-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
.link-card { display: block; padding: 20px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface); text-decoration: none; color: inherit; transition: border-color .15s, box-shadow .15s; }
.link-card:hover { border-color: rgba(37,99,235,.35); box-shadow: 0 4px 16px rgba(17,24,39,.06); }
.link-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.link-card p { font-size: 13px; color: var(--text-secondary); margin: 0; }
.link-card .arrow { font-size: 12px; color: var(--accent); margin-top: 10px; font-weight: 600; }

.compare-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 14px; text-align: left; }
.compare-table th, .compare-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); vertical-align: top; }
.compare-table th { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--text-muted); background: var(--background); }
.compare-table td:first-child { font-weight: 600; color: var(--primary); }
.compare-table .highlight { background: rgba(37,99,235,.04); font-weight: 600; color: var(--accent); }

.pricing-card { max-width: 520px; margin: 0 auto; padding: 36px; border-radius: 16px; border: 2px solid var(--accent); background: var(--surface); text-align: center; }
.pricing-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.pricing-card .price { font-size: 2rem; font-weight: 700; color: var(--accent); margin: 16px 0; }
.pricing-card ul { list-style: none; text-align: left; margin: 24px 0; }
.pricing-card li { font-size: 14px; color: var(--text-secondary); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; }
.pricing-card li::before { content: "✓"; color: var(--success); font-weight: 700; }

.contact-form { max-width: 480px; margin: 0 auto; text-align: left; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--primary); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--border);
  font: inherit; font-size: 14px; background: var(--surface);
}
.form-group textarea { min-height: 120px; resize: vertical; }

.changelog-item { padding: 20px 0; border-bottom: 1px solid var(--border); }
.changelog-item:last-child { border-bottom: none; }
.changelog-date { font-size: 12px; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.changelog-item h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.changelog-item p { font-size: 14px; color: var(--text-secondary); margin: 0; }

.pillar-block { padding: 32px 0; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; text-align: left; }
.pillar-block:last-child { border-bottom: none; }
.pillar-block h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.pillar-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 12px; }
.pillar-block p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 8px; }
.pillar-visual { background: var(--background); border: 1px solid var(--border); border-radius: 12px; padding: 24px; min-height: 160px; }

/* Modal */
.modal-overlay {
  position: fixed; inset: 0; z-index: 10000; background: rgba(17,24,39,.55);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  width: 100%; max-width: 440px; background: var(--surface); border-radius: 16px;
  padding: 32px; position: relative; box-shadow: 0 24px 48px rgba(0,0,0,.25);
  transform: translateY(12px); transition: transform .2s;
}
.modal-overlay.open .modal { transform: translateY(0); }
.modal-close {
  position: absolute; top: 16px; right: 16px; width: 32px; height: 32px;
  border: none; background: var(--background); border-radius: 8px; cursor: pointer;
  font-size: 18px; color: var(--text-secondary); display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: var(--border); color: var(--primary); }
.modal h2 { font-size: 1.375rem; font-weight: 700; margin-bottom: 8px; padding-right: 32px; }
.modal .modal-sub { font-size: 14px; color: var(--text-secondary); margin-bottom: 20px; line-height: 1.5; }
.modal-success { text-align: center; padding: 12px 0; }
.modal-success .check { width: 48px; height: 48px; border-radius: 50%; background: rgba(5,150,105,.1); color: var(--success); font-size: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.modal-success h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; }
.modal-success p { font-size: 14px; color: var(--text-secondary); }

.text-link { color: var(--accent); text-decoration: none; font-weight: 500; }
.text-link:hover { text-decoration: underline; }
.pillar a.link-card { margin-top: 8px; }

@media (max-width: 768px) {
  .feature-grid, .link-card-grid, .pillar-block { grid-template-columns: 1fr; }
}
