 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:        #020b1a;
      --navy-mid:    #051228;
      --navy-card:   #071730;
      --navy-border: #0d2545;
      --blue-bright: #0ea5e9;
      --blue-glow:   #38bdf8;
      --blue-accent: #1d4ed8;
      --cyan:        #06b6d4;
      --green:       #10b981;
      --gold:        #f59e0b;
      --red:         #ef4444;
      --purple:      #7c3aed;
      --font: 'Montserrat', sans-serif;
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--font); background: #fff; color: #1e293b; line-height: 1.6; overflow-x: hidden; }

    /* ══ HEADER ══ */
    header { background: var(--navy); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--navy-border); }
    .header-inner { max-width: 1320px; margin: 0 auto; padding: 0 2rem; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
    .logo-mark { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
    .logo-icon { width: 34px; height: 34px; background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: #fff; }
    .logo-text { font-weight: 700; font-size: 1.05rem; color: #fff; }
    .logo-text span { color: var(--blue-bright); }
    nav { display: flex; align-items: center; gap: .15rem; }
    nav a { color: #94a3b8; text-decoration: none; font-size: .83rem; font-weight: 500; padding: .4rem .8rem; border-radius: 6px; transition: all .2s; }
    nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
    nav a.active { color: #fff; background: rgba(14,165,233,.12); }
    .header-cta { display: flex; gap: .75rem; flex-shrink: 0; }
    .btn { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem 1.25rem; border-radius: 8px; font-family: var(--font); font-size: .83rem; font-weight: 600; text-decoration: none; transition: all .2s; cursor: pointer; border: none; }
    .btn-primary { background: var(--blue-bright); color: #fff; }
    .btn-primary:hover { background: var(--blue-glow); transform: translateY(-1px); }
    .btn-ghost { background: transparent; color: #94a3b8; border: 1px solid var(--navy-border); }
    .btn-ghost:hover { color: #fff; border-color: #1e3a5f; background: rgba(255,255,255,.04); }

    /* ══ BREADCRUMB ══ */
    .breadcrumb-bar { background: var(--navy-mid); border-bottom: 1px solid var(--navy-border); padding: .65rem 0; }
    .breadcrumb { max-width: 1320px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 500; color: #334155; }
    .breadcrumb a { color: var(--blue-bright); text-decoration: none; }
    .bc-sep { color: #1e3a5f; }

    /* ══ PAGE HERO ══ */
    .page-hero { background: var(--navy); padding: 4rem 0 3.5rem; position: relative; overflow: hidden; }
    .page-hero::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse, rgba(14,165,233,.1) 0%, transparent 65%); pointer-events: none; }
    .hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(14,165,233,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(14,165,233,.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
    .page-hero-inner { max-width: 1320px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 2; text-align: center; }
    .hero-label { display: inline-flex; align-items: center; gap: .5rem; background: rgba(14,165,233,.1); border: 1px solid rgba(14,165,233,.22); border-radius: 100px; padding: .32rem .9rem .32rem .5rem; font-size: .72rem; font-weight: 600; color: var(--blue-bright); margin-bottom: 1.25rem; }
    .hero-dot { width: 20px; height: 20px; background: rgba(14,165,233,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; }
    .page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; color: #fff; letter-spacing: -1.5px; line-height: 1.08; margin-bottom: 1rem; }
    .page-hero h1 span { background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .page-hero p { color: #64748b; font-size: .95rem; max-width: 580px; margin: 0 auto; line-height: 1.7; font-weight: 400; }

    /* ══ TRUST STRIP ══ */
    .trust-strip { background: var(--navy-mid); border-bottom: 1px solid var(--navy-border); padding: 1rem 0; }
    .trust-inner { max-width: 1320px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 600; color: #475569; }
    .trust-icon { font-size: .9rem; }

    /* ══ PRICING TOGGLE ══ */
    .pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 3rem 0 2.5rem; }
    .toggle-label { font-size: .88rem; font-weight: 600; color: #64748b; }
    .toggle-label.active { color: #0f172a; }
    .toggle-switch { width: 48px; height: 26px; background: var(--blue-bright); border-radius: 100px; position: relative; cursor: pointer; transition: background .2s; }
    .toggle-switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform .2s; }
    .toggle-switch.annual::after { transform: translateX(22px); }
    .save-badge { background: rgba(16,185,129,.1); color: var(--green); border: 1px solid rgba(16,185,129,.2); font-size: .68rem; font-weight: 700; padding: .2rem .6rem; border-radius: 100px; }

    /* ══ SECTION COMMONS ══ */
    .container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }
    .section-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--blue-bright); margin-bottom: .65rem; }
    .section-eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--blue-bright); border-radius: 2px; }
    .section-title { font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; color: #0f172a; letter-spacing: -1px; line-height: 1.15; margin-bottom: .75rem; }
    .section-title-light { color: #fff; }
    .section-sub { font-size: .93rem; color: #64748b; line-height: 1.7; max-width: 600px; font-weight: 400; }

    /* ══ PRICING MODEL BANNER ══ */
    .model-banner { background: var(--navy); padding: 2.5rem 0; }
    .model-inner { max-width: 1000px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .model-card { background: var(--navy-card); border: 1px solid var(--navy-border); border-radius: 14px; padding: 1.5rem; text-align: center; transition: all .2s; }
    .model-card:hover { border-color: rgba(14,165,233,.3); }
    .model-icon { font-size: 1.6rem; margin-bottom: .6rem; display: block; }
    .model-title { font-size: .92rem; font-weight: 800; color: #fff; margin-bottom: .35rem; }
    .model-desc { font-size: .75rem; color: #475569; line-height: 1.55; }

    /* ══ PRODUCT PRICING CARDS ══ */
    .pg-section { padding: 4.5rem 0; }
    .pg-alt { background: #f8fafc; }
    .pg-dark { background: var(--navy); }
    .pg-navy-mid { background: var(--navy-mid); }

    .product-pricing-block { margin-bottom: 3.5rem; }
    .product-pricing-block:last-child { margin-bottom: 0; }

    .ppb-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; padding-bottom: 1.25rem; border-bottom: 2px solid #f1f5f9; }
    .ppb-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    .ppb-name { font-size: 1.1rem; font-weight: 800; color: #0f172a; letter-spacing: -.3px; }
    .ppb-tagline { font-size: .78rem; color: #64748b; }
    .ppb-stacks { display: flex; gap: .3rem; flex-wrap: wrap; margin-left: auto; }
    .stack-pip { display: flex; align-items: center; gap: .25rem; background: #f1f5f9; border: 1px solid #e2e8f0; color: #64748b; font-size: .62rem; font-weight: 600; padding: .2rem .5rem; border-radius: 4px; font-family: 'Courier New', monospace; }
    .sp-dot { width: 5px; height: 5px; border-radius: 2px; flex-shrink: 0; }

    .pricing-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

    .tier-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.75rem; display: flex; flex-direction: column; transition: all .25s; position: relative; }
    .tier-card:hover { border-color: #bfdbfe; box-shadow: 0 8px 30px rgba(14,165,233,.09); transform: translateY(-2px); }
    .tier-card.featured { background: var(--navy); border-color: rgba(14,165,233,.3); }
    .tier-card.featured:hover { box-shadow: 0 8px 30px rgba(14,165,233,.2); }
    .tier-popular { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue-bright); color: #fff; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: .28rem .9rem; border-radius: 100px; white-space: nowrap; }

    .tier-name { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue-bright); margin-bottom: .5rem; }
    .tier-price { font-size: 2rem; font-weight: 900; color: #0f172a; letter-spacing: -1px; line-height: 1; margin-bottom: .2rem; }
    .tier-card.featured .tier-price { color: #fff; }
    .tier-note { font-size: .72rem; color: #94a3b8; margin-bottom: 1.25rem; }
    .tier-desc { font-size: .78rem; color: #64748b; line-height: 1.6; margin-bottom: 1.25rem; flex: 1; }
    .tier-card.featured .tier-desc { color: #475569; }

    .tier-features { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.5rem; }
    .tf-item { display: flex; align-items: flex-start; gap: .45rem; font-size: .75rem; color: #64748b; }
    .tier-card.featured .tf-item { color: #64748b; }
    .tf-check { color: var(--green); flex-shrink: 0; font-size: .7rem; margin-top: .1rem; }
    .tf-x { color: #cbd5e1; flex-shrink: 0; font-size: .7rem; margin-top: .1rem; }

    .tier-btn { display: block; text-align: center; padding: .7rem; border-radius: 9px; font-size: .82rem; font-weight: 700; text-decoration: none; transition: all .2s; }
    .tier-btn-primary { background: var(--blue-bright); color: #fff; }
    .tier-btn-primary:hover { background: var(--blue-glow); }
    .tier-btn-outline { border: 1.5px solid #e2e8f0; color: #0f172a; }
    .tier-btn-outline:hover { border-color: #94a3b8; background: #f8fafc; }
    .tier-btn-dark { background: rgba(14,165,233,.1); color: var(--blue-bright); border: 1px solid rgba(14,165,233,.2); }
    .tier-btn-dark:hover { background: rgba(14,165,233,.2); }

    /* ══ ALL PRODUCTS TABLE ══ */
    .pricing-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; }
    .pricing-table th { background: #f8fafc; padding: .9rem 1.25rem; font-size: .72rem; font-weight: 700; color: #0f172a; text-align: left; border-bottom: 1px solid #e2e8f0; text-transform: uppercase; letter-spacing: 1px; }
    .pricing-table th:first-child { border-right: 1px solid #e2e8f0; }
    .pricing-table td { padding: .85rem 1.25rem; font-size: .82rem; border-bottom: 1px solid #f1f5f9; }
    .pricing-table tr:last-child td { border-bottom: none; }
    .pricing-table td:first-child { font-weight: 700; color: #0f172a; border-right: 1px solid #f1f5f9; }
    .pricing-table tr:hover td { background: #fafcff; }
    .pt-price { font-weight: 900; color: var(--blue-bright); font-size: .9rem; }
    .pt-badge { display: inline-block; font-size: .63rem; font-weight: 700; padding: .15rem .5rem; border-radius: 5px; margin-left: .35rem; }
    .badge-pop { background: rgba(16,185,129,.1); color: var(--green); }
    .badge-new { background: rgba(14,165,233,.1); color: var(--blue-bright); }
    .product-icon { margin-right: .5rem; }

    /* ══ BUNDLE CARD ══ */
    .bundle-card { background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border: 1px solid rgba(14,165,233,.25); border-radius: 20px; padding: 3rem; position: relative; overflow: hidden; }
    .bundle-card::before { content: ''; position: absolute; top: -100px; right: -50px; width: 400px; height: 400px; background: radial-gradient(ellipse, rgba(14,165,233,.12) 0%, transparent 65%); }
    .bundle-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; position: relative; z-index: 2; }
    .bundle-left h2 { font-size: 1.6rem; font-weight: 900; color: #fff; letter-spacing: -.5px; margin-bottom: .5rem; }
    .bundle-left p { color: #64748b; font-size: .88rem; line-height: 1.65; margin-bottom: 1.5rem; max-width: 520px; }
    .bundle-products { display: flex; flex-wrap: wrap; gap: .5rem; }
    .bp-tag { display: flex; align-items: center; gap: .35rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: #94a3b8; font-size: .72rem; font-weight: 600; padding: .3rem .7rem; border-radius: 6px; }
    .bundle-right { text-align: center; flex-shrink: 0; }
    .bundle-price-was { font-size: .85rem; color: #334155; text-decoration: line-through; margin-bottom: .2rem; }
    .bundle-price { font-size: 3rem; font-weight: 900; color: #fff; letter-spacing: -2px; line-height: 1; margin-bottom: .25rem; }
    .bundle-save { background: rgba(16,185,129,.15); color: var(--green); border: 1px solid rgba(16,185,129,.25); font-size: .78rem; font-weight: 700; padding: .3rem .85rem; border-radius: 100px; display: inline-block; margin-bottom: 1.25rem; }
    .bundle-cta { display: block; background: var(--blue-bright); color: #fff; font-size: .9rem; font-weight: 700; padding: .85rem 2.5rem; border-radius: 10px; text-decoration: none; transition: all .2s; }
    .bundle-cta:hover { background: var(--blue-glow); transform: translateY(-2px); }

    /* ══ FAQ ══ */
    .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
    .faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; }
    .faq-q { font-size: .88rem; font-weight: 700; color: #0f172a; margin-bottom: .55rem; }
    .faq-a { font-size: .8rem; color: #64748b; line-height: 1.65; }

    /* ══════════════════════════════════════════
       REQUEST DEMO SECTION
       Bold, dark, high-contrast form
    ══════════════════════════════════════════ */
    .demo-section { background: var(--navy); padding: 5rem 0; position: relative; overflow: hidden; }
    .demo-section::before { content: ''; position: absolute; top: -150px; right: -100px; width: 600px; height: 600px; background: radial-gradient(ellipse, rgba(14,165,233,.1) 0%, transparent 60%); pointer-events: none; }
    .demo-section::after { content: ''; position: absolute; bottom: -100px; left: -80px; width: 400px; height: 400px; background: radial-gradient(ellipse, rgba(124,58,237,.08) 0%, transparent 60%); pointer-events: none; }

    .demo-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }

    /* Left: pitch content */
    .demo-left { }
    .demo-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(14,165,233,.1); border: 1px solid rgba(14,165,233,.22); border-radius: 100px; padding: .32rem .9rem .32rem .5rem; font-size: .72rem; font-weight: 600; color: var(--blue-bright); margin-bottom: 1.5rem; }
    .demo-badge-dot { width: 20px; height: 20px; background: rgba(14,165,233,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; }
    .demo-left h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 1rem; }
    .demo-left h2 span { background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .demo-left p { color: #64748b; font-size: .9rem; line-height: 1.75; margin-bottom: 2rem; font-weight: 400; }

    .demo-benefits { display: flex; flex-direction: column; gap: .85rem; margin-bottom: 2.5rem; }
    .demo-benefit { display: flex; align-items: flex-start; gap: .85rem; }
    .db-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
    .db-text strong { display: block; font-size: .83rem; font-weight: 700; color: #fff; margin-bottom: .1rem; }
    .db-text span { font-size: .75rem; color: #475569; }

    .demo-products { display: flex; flex-wrap: wrap; gap: .4rem; }
    .dp-tag { display: flex; align-items: center; gap: .3rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #64748b; font-size: .68rem; font-weight: 600; padding: .25rem .6rem; border-radius: 5px; }

    /* Right: the bold form */
    .demo-form-wrap {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 0 0 1px rgba(14,165,233,.15), 0 25px 60px rgba(0,0,0,.35);
    }

    .form-header {
      background: linear-gradient(135deg, var(--blue-accent), #0369a1);
      padding: 1.75rem 2rem;
      text-align: center;
    }
    .form-header-badge { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: .25rem .75rem; font-size: .65rem; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: .75rem; }
    .form-header h3 { font-size: 1.2rem; font-weight: 800; color: #fff; letter-spacing: -.3px; margin-bottom: .25rem; }
    .form-header p { font-size: .78rem; color: rgba(255,255,255,.65); }

    .demo-form { padding: 1.75rem 2rem 2rem; }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-group { margin-bottom: 1.1rem; }
    .form-group.full { grid-column: span 2; }

    .form-label { display: flex; align-items: center; gap: .3rem; font-size: .75rem; font-weight: 700; color: #0f172a; margin-bottom: .45rem; }
    .label-required { color: var(--red); font-size: .7rem; }
    .label-badge { font-size: .6rem; font-weight: 700; background: rgba(14,165,233,.1); color: var(--blue-bright); border: 1px solid rgba(14,165,233,.15); padding: .1rem .4rem; border-radius: 4px; margin-left: .25rem; }

    .form-input, .form-select, .form-textarea {
      width: 100%; padding: .75rem 1rem;
      border: 2px solid #e2e8f0;
      border-radius: 10px; font-family: var(--font); font-size: .83rem; font-weight: 500;
      color: #0f172a; background: #fff;
      transition: all .2s; outline: none;
      appearance: none;
    }
    .form-input::placeholder, .form-textarea::placeholder { color: #cbd5e1; font-weight: 400; }
    .form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(14,165,233,.12); background: #fafcff; }
    .form-input:hover, .form-select:hover, .form-textarea:hover { border-color: #94a3b8; }
    .form-input.error, .form-select.error { border-color: var(--red); background: #fff5f5; }
    .form-input.error:focus, .form-select.error:focus { box-shadow: 0 0 0 3px rgba(239,68,68,.12); }

    .form-textarea { min-height: 90px; resize: vertical; line-height: 1.6; }

    .form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

    .form-hint { font-size: .68rem; color: #94a3b8; margin-top: .3rem; }
    .form-error-msg { font-size: .68rem; color: var(--red); margin-top: .3rem; display: none; }
    .form-input.error + .form-error-msg, .form-select.error + .form-error-msg { display: block; }

    /* Solution checkboxes */
    .solutions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
    .solution-check { display: flex; align-items: center; gap: .55rem; cursor: pointer; padding: .5rem .7rem; border: 1.5px solid #e2e8f0; border-radius: 8px; transition: all .15s; }
    .solution-check:hover { border-color: var(--blue-bright); background: #f0f9ff; }
    .solution-check input { display: none; }
    .solution-check input:checked + .sc-box { background: var(--blue-bright); border-color: var(--blue-bright); }
    .solution-check input:checked + .sc-box::after { content: '✓'; color: #fff; font-size: 10px; font-weight: 800; }
    .solution-check input:checked ~ .sc-label { color: var(--blue-accent); font-weight: 600; }
    .solution-check input:checked ~ .sc-icon-sm { opacity: 1; }
    .sc-box { width: 16px; height: 16px; border: 2px solid #cbd5e1; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .15s; }
    .sc-icon-sm { font-size: .9rem; flex-shrink: 0; opacity: .6; transition: opacity .15s; }
    .sc-label { font-size: .73rem; font-weight: 500; color: #334155; line-height: 1.3; }

    /* Stack preference */
    .stack-pills { display: flex; flex-wrap: wrap; gap: .4rem; }
    .stack-pill { cursor: pointer; }
    .stack-pill input { display: none; }
    .sp-label {
      display: flex; align-items: center; gap: .3rem;
      background: #f8fafc; border: 1.5px solid #e2e8f0;
      color: #64748b; font-size: .7rem; font-weight: 600;
      padding: .3rem .7rem; border-radius: 6px;
      font-family: 'Courier New', monospace;
      cursor: pointer; transition: all .15s;
    }
    .stack-pill input:checked + .sp-label { background: var(--navy); color: #fff; border-color: var(--navy); }
    .sp-dot-sm { width: 7px; height: 7px; border-radius: 2px; flex-shrink: 0; }

    /* Timeline selector */
    .timeline-opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
    .timeline-opt { cursor: pointer; }
    .timeline-opt input { display: none; }
    .to-label { display: block; text-align: center; padding: .5rem .4rem; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: .68rem; font-weight: 600; color: #64748b; cursor: pointer; transition: all .15s; line-height: 1.4; }
    .timeline-opt input:checked + .to-label { background: var(--navy); color: #fff; border-color: var(--navy); }

    /* Submit button */
    .form-submit {
      width: 100%; padding: 1rem;
      background: linear-gradient(135deg, var(--blue-accent), var(--blue-bright));
      color: #fff; font-family: var(--font); font-size: .95rem; font-weight: 800;
      border: none; border-radius: 12px; cursor: pointer;
      transition: all .2s; letter-spacing: -.2px;
      display: flex; align-items: center; justify-content: center; gap: .5rem;
      margin-top: .5rem;
      box-shadow: 0 4px 20px rgba(14,165,233,.35);
    }
    .form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(14,165,233,.45); }
    .form-submit:active { transform: translateY(0); }
    .submit-icon { font-size: 1.1rem; }

    .form-privacy { text-align: center; font-size: .68rem; color: #94a3b8; margin-top: .85rem; line-height: 1.5; }
    .form-privacy a { color: var(--blue-bright); text-decoration: none; }

    /* Success state */
    .form-success { display: none; text-align: center; padding: 2rem; }
    .success-icon { font-size: 3rem; margin-bottom: 1rem; display: block; }
    .success-title { font-size: 1.2rem; font-weight: 800; color: #0f172a; margin-bottom: .5rem; }
    .success-text { font-size: .83rem; color: #64748b; line-height: 1.6; }

    /* Response time strip */
    .response-strip { display: flex; justify-content: center; gap: 2rem; margin-top: 1.5rem; flex-wrap: wrap; }
    .rs-item { display: flex; align-items: center; gap: .4rem; font-size: .72rem; color: #475569; font-weight: 500; }
    .rs-icon { font-size: .85rem; }

    /* ══ FOOTER ══ */
    footer { background: var(--navy); border-top: 1px solid var(--navy-border); padding: 4rem 0 2rem; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--navy-border); }
    .footer-brand p { color: #334155; font-size: .78rem; line-height: 1.65; margin-top: .75rem; max-width: 250px; }
    .footer-col h4 { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #64748b; margin-bottom: 1.1rem; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
    .footer-col ul a { color: #334155; text-decoration: none; font-size: .8rem; transition: color .2s; font-weight: 400; }
    .footer-col ul a:hover { color: #94a3b8; }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 1.5rem; flex-wrap: wrap; gap: .5rem; }
    .footer-copy { color: #1e3a5f; font-size: .75rem; }
    .social-row { display: flex; gap: .6rem; margin-top: .85rem; }
    .social-link { width: 30px; height: 30px; background: var(--navy-card); border: 1px solid var(--navy-border); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: #334155; text-decoration: none; font-size: .78rem; transition: all .2s; }
    .social-link:hover { color: #fff; background: rgba(14,165,233,.1); border-color: #1e3a5f; }

    /* ══ RESPONSIVE ══ */
    @media (max-width: 1024px) {
      .model-inner { grid-template-columns: 1fr; }
      .pricing-tiers { grid-template-columns: 1fr; max-width: 420px; }
      .bundle-inner { grid-template-columns: 1fr; gap: 2rem; }
      .bundle-right { text-align: left; }
      .demo-inner { grid-template-columns: 1fr; gap: 3rem; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      nav { display: none; }
      .faq-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .form-group.full { grid-column: span 1; }
      .solutions-grid { grid-template-columns: 1fr; }
      .timeline-opts { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .trust-inner { gap: 1.5rem; }
      .ppb-stacks { display: none; }
    }