/* Homepage marketing components. Extracted from the homepage's inline styles so the product and about pages
   reuse them. Builds on style.css tokens and site-page.css. */
:root { --navy: #0f1f3d; --navy-2: #1a3a6b; --sky: #38bdf8; --gold: #e8a020; --mint: #34d399; }
.skip-nav { position: absolute; left: -9999px; } .skip-nav:focus { left: 16px; top: 8px; background: #fff; padding: 8px 12px; z-index: 50; }

/* Hero: headline left, live mock right */
.hero { position: relative; overflow: hidden; background: radial-gradient(1100px 560px at 12% -10%, rgba(232,160,32,.30), transparent 60%), radial-gradient(800px 480px at 95% 5%, rgba(56,189,248,.16), transparent 60%), linear-gradient(170deg, var(--navy) 0%, #14305f 60%, #1a3a6b 100%); color: #fff; padding: 68px 0 64px; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 80%); }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #f6c96b; margin-bottom: 18px; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(52,211,153,.25); }
.hero h1 { font-family: var(--font); font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.04; margin: 0 0 18px; color: #fff; letter-spacing: -.01em; max-width: 17ch; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .sub { font-size: 1.15rem; line-height: 1.6; color: rgba(255,255,255,.84); max-width: 56ch; margin: 0 0 24px; }
.hero .sub b { color: #fff; }
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero .for { font-size: .86rem; color: rgba(255,255,255,.66); margin-top: 16px; max-width: 56ch; }
.btn-light { border: 2px solid rgba(255,255,255,.65); color: #fff; background: transparent; padding: 12px 22px; border-radius: 8px; font-weight: 700; text-decoration: none; display: inline-block; } .btn-light:hover { background: #fff; color: var(--navy); }

/* Live mock */
.mock { border: 1px solid #e2e8f0; border-radius: 16px; background: #f8fafc; padding: 14px; font-family: var(--font-sans); color: #1e293b; box-shadow: 0 30px 70px rgba(2,8,23,.45); }
.mock-bar { display: flex; gap: 6px; align-items: center; margin-bottom: 10px; } .mock-bar i { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; } .mock-bar span { margin-left: 8px; font-size: .7rem; color: #64748b; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mock-tiles { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px; margin-bottom: 10px; }
.mock-tile { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 8px; } .mock-tile b { display: block; font-size: 1.15rem; color: var(--navy); line-height: 1; } .mock-tile span { font-size: .6rem; color: #64748b; text-transform: uppercase; letter-spacing: .04em; }
.mock-row { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 7px 9px; margin-bottom: 6px; font-size: .76rem; }
.mock-row .pill { font-size: .6rem; padding: 2px 7px; border-radius: 999px; font-weight: 700; text-transform: uppercase; } .pill.red { background: #fee2e2; color: #991b1b; } .pill.yellow { background: #fef9c3; color: #854d0e; } .pill.green { background: #dcfce7; color: #166534; } .pill.blue { background: #e0f2fe; color: #075985; }
.mock-row .who { font-weight: 700; white-space: nowrap; } .mock-row .why { color: #64748b; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-row .due { color: #b45309; font-weight: 700; font-size: .66rem; white-space: nowrap; }
.mock-foot { display: flex; justify-content: space-between; gap: 8px; font-size: .68rem; color: #64748b; margin-top: 4px; }
.blink { animation: blink 2.4s infinite; } @keyframes blink { 0%, 100% { box-shadow: 0 0 0 0 rgba(220,38,38,0); } 50% { box-shadow: 0 0 0 4px rgba(220,38,38,.18); } }
@media (prefers-reduced-motion: reduce) { .blink { animation: none; } }

/* Section headings */
.home-sec { padding: 60px 0; }
.home-sec.alt { background: var(--bg-light); }
.home-sec.dark { background: linear-gradient(120deg, #0f1f3d, #1a3a6b); color: #fff; }
.home-sec .kicker { font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #9a5b00; margin-bottom: 8px; }
.home-sec.dark .kicker { color: #f6c96b; }
.home-sec h2 { font-family: var(--font); font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--navy); margin: 0 0 10px; line-height: 1.15; text-wrap: balance; max-width: 30ch; }
.home-sec.dark h2 { color: #fff; }
.home-sec .sub { color: #475569; margin: 0 0 26px; max-width: 68ch; line-height: 1.6; font-size: 1.04rem; }
.home-sec.dark .sub, .home-sec.dark p { color: rgba(255,255,255,.84); }

/* Problem */
.problems { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.problem { border-top: 3px solid var(--gold); padding-top: 14px; }
.problem h3 { font-family: var(--font); font-size: 1.15rem; color: var(--navy); margin: 0 0 6px; line-height: 1.3; }
.problem p { margin: 0; color: #475569; line-height: 1.55; }

/* Four verbs */
.verbs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.verb { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--text); transition: transform .2s, box-shadow .2s; }
a.verb:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.verb .v { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #9a5b00; }
.verb h3 { font-family: var(--font); font-size: 1.2rem; color: var(--navy); margin: 0; line-height: 1.25; }
.verb p { margin: 0; color: #475569; font-size: .94rem; line-height: 1.55; }
.verb ul { margin: 2px 0 0; padding-left: 18px; color: #334155; font-size: .9rem; line-height: 1.5; }
.verb .go { margin-top: auto; padding-top: 6px; font-weight: 800; color: var(--navy-2); font-size: .9rem; }

/* Follow-through loop */
.loop { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; counter-reset: lp; }
.loop li { list-style: none; counter-increment: lp; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 16px 14px; position: relative; }
.loop li::before { content: counter(lp); display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 800; font-size: .85rem; align-items: center; justify-content: center; margin-bottom: 8px; }
.loop li b { display: block; color: #fff; font-size: 1rem; margin-bottom: 4px; }
.loop li span { color: rgba(255,255,255,.8); font-size: .88rem; line-height: 1.5; display: block; }
.loop-wrap { margin: 0; padding: 0; }

/* Ally */
.ally-row { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 26px; align-items: start; }
.ally-row img { width: 120px; height: 120px; border-radius: 50%; box-shadow: 0 16px 40px rgba(0,0,0,.18); border: 3px solid #fff; }
.ally-points { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 18px 0 20px; }
.ally-points div { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
.ally-points b { display: block; color: var(--navy); margin-bottom: 4px; }
.ally-points span { color: #475569; font-size: .92rem; line-height: 1.5; }

/* Compare table */
.cmp { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; font-size: .95rem; }
.cmp th, .cmp td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.cmp thead th { background: #f1f5f9; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: #475569; }
.cmp td.yes { color: #166534; font-weight: 700; white-space: nowrap; }
.cmp td.no { color: #64748b; }
.cmp tr:last-child td { border-bottom: 0; }

/* BFI next-level band */
.next-band { background: #ecf8ff; border-top: 1px solid #bae6fd; border-bottom: 1px solid #bae6fd; padding: 40px 0; }
.next-band .row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; }
.next-band .kicker { font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #075985; margin-bottom: 6px; }
.next-band h2 { font-family: var(--font); font-size: clamp(1.35rem, 2.4vw, 1.8rem); color: var(--navy); margin: 0 0 8px; }
.next-band p { margin: 0; color: #334155; max-width: 70ch; line-height: 1.6; }
.btn-sky { background: #0369a1; color: #fff; padding: 12px 22px; border-radius: 8px; font-weight: 700; text-decoration: none; display: inline-block; white-space: nowrap; } .btn-sky:hover { background: #075985; }

/* Proof */
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.proof-card { border-left: 4px solid var(--gold); padding: 6px 0 6px 20px; }
.proof-card .big { font-family: var(--font); font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1; color: var(--navy); }
.proof-card p { margin: 8px 0 0; color: #334155; line-height: 1.5; } .proof-card small { display: block; color: #64748b; margin-top: 6px; font-size: .8rem; }

/* Trust + pricing teaser */
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.trust-card { border: 1px solid var(--border); border-radius: 14px; padding: 20px; background: #fff; } .trust-card h3 { font-size: 1.02rem; margin: 0 0 6px; color: var(--navy); } .trust-card p { margin: 0; color: #475569; font-size: .93rem; line-height: 1.55; }
.price-teaser { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--border); border-left: 5px solid var(--gold); border-radius: 14px; padding: 24px 26px; }
.price-teaser .big { font-family: var(--font); font-size: 2rem; color: var(--navy); font-weight: 800; }
.price-teaser p { margin: 4px 0 0; color: #475569; }
.price-teaser .ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* Advanced badge + coming-next list (product and feature pages) */
.adv { display: inline-block; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: #efeafd; color: #5b3fb3; border: 1px solid #d9cffb; vertical-align: middle; margin-left: 6px; white-space: nowrap; }
.soon-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.soon-list li { background: #fff; border: 1px dashed #cbd5e1; border-radius: 999px; padding: 6px 12px; font-size: .88rem; color: #475569; }
.feat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.feat-list li { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
.feat-list li b { display: block; color: var(--navy); margin-bottom: 4px; font-size: 1.02rem; }
.feat-list li span { color: #475569; line-height: 1.55; font-size: .95rem; }
.job-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.job-nav a { padding: 7px 14px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.4); color: #fff; text-decoration: none; font-weight: 700; font-size: .88rem; }
.job-nav a.cur, .job-nav a:hover { background: #fff; color: var(--navy); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .loop { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .verbs { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .hero { padding: 44px 0 40px; }
  .problems, .verbs, .proof-grid, .trust-grid, .ally-points, .loop { grid-template-columns: minmax(0,1fr); }
  .ally-row { grid-template-columns: minmax(0,1fr); }
  .ally-row img { width: 88px; height: 88px; }
  .next-band .row, .price-teaser { grid-template-columns: minmax(0,1fr); }
  .mock-tiles { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-sec { padding: 44px 0; }
}
