/* NESWUP — Design tokens, from the approved brand kit (docs/branding/Newsup-Marketing-Kit) */
:root {
  --navy: #0B2D4D;
  --direction-blue: #174F78;
  --orange: #E87524;
  --soft-white: #F7F9FC;
  --white: #FFFFFF;

  --ink: var(--navy);
  --ink-soft: #55677A;
  --line: rgba(11, 45, 77, 0.14);
  --bg: var(--soft-white);
  --bg-raised: var(--white);

  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.01em; }
h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 800; }
h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; }
p { margin: 0 0 16px; }
.lede { font-size: 19px; color: var(--ink-soft); max-width: 60ch; }
.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.section-head { max-width: 640px; margin: 0 0 48px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 20;
  background: rgba(247, 249, 252, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: var(--container); margin: 0 auto; }
header.site .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
header.site .brand svg { width: 36px; height: 36px; }
header.site .brand svg path:nth-of-type(n+3),
header.site .brand svg rect,
footer.site .brand svg path:nth-of-type(n+3),
footer.site .brand svg rect { fill: #FFFFFF; }
header.site .brand span { font-weight: 800; font-size: 18px; letter-spacing: -0.01em; }
header.site .brand span .up { color: var(--orange); }
nav.primary { display: flex; align-items: center; gap: 28px; }
nav.primary a.navlink { font-size: 14.5px; font-weight: 600; text-decoration: none; color: var(--ink-soft); }
nav.primary a.navlink:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 14.5px; text-decoration: none;
  padding: 12px 22px; border-radius: 8px; border: 1px solid transparent; cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.btn:active { transform: translateY(1px); }
.btn.primary { background: var(--orange); color: #fff; }
.btn.primary:hover { box-shadow: 0 6px 18px rgba(232, 117, 36, 0.35); }
.btn.ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn.ghost:hover { border-color: var(--ink-soft); }
.btn.on-dark.ghost { border-color: rgba(247,249,252,0.35); color: var(--soft-white); }

/* ---------- hero ---------- */
.hero { background: var(--navy); color: var(--soft-white); padding: 96px 0 84px; overflow: hidden; position: relative; }
.hero .wrap { position: relative; z-index: 1; max-width: 760px; }
.hero .eyebrow { color: #7FB3D9; }
.hero p.lede { color: #C7D6E3; }
.hero .cta-row { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 40px;
  font-size: 13px; color: #9FC1DA; border: 1px solid rgba(247,249,252,0.2);
  padding: 8px 14px; border-radius: 100px;
}
.hero .badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

/* ---------- editorial product imagery ---------- */
.visual-hero .wrap { max-width: var(--container); }
.hero-intro-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 52px; align-items: center; }
.hero-copy { min-width: 0; }
.site-visual { margin: 0; overflow: hidden; border-radius: 18px; position: relative; }
.site-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo { aspect-ratio: 16 / 10; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 64px rgba(0,0,0,.28); }
.hero-photo::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.visual-hero .mock-panel { max-width: 900px; margin-inline: auto; }
.workflow-media-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 64px; align-items: center; }
.workflow-photo { aspect-ratio: 3 / 2; box-shadow: 0 22px 52px rgba(11,45,77,.16); border: 1px solid var(--line); }
.workflow-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; background: rgba(11,45,77,.88); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 12px 14px; font-size: 13px; line-height: 1.45; backdrop-filter: blur(8px); }
.website-hero .hero-photo { aspect-ratio: 3 / 2; }

@media (max-width: 980px) {
  .hero-intro-grid, .workflow-media-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-photo { max-width: 760px; }
  .workflow-photo { max-width: 760px; }
}

@media (max-width: 600px) {
  .hero-photo, .website-hero .hero-photo { aspect-ratio: 4 / 3; }
  .hero-photo img { object-position: 62% center; }
  .website-product-photo img { object-position: center; }
  .workflow-photo figcaption { position: static; border: 0; border-radius: 0; background: var(--navy); }
}

/* ---------- audience split ---------- */
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card {
  background: var(--bg-raised); border: 1px solid var(--line); border-radius: 14px; padding: 32px;
}
.audience-card .tag {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--direction-blue); background: rgba(23,79,120,0.08); padding: 4px 10px; border-radius: 6px; margin-bottom: 14px;
}
.audience-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--ink-soft); font-size: 15px; }
.audience-card li { margin-bottom: 8px; }

/* ---------- feature rows ---------- */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 40px; margin-top: 8px; }
.feature-item { display: flex; gap: 16px; }
.feature-item .num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgba(232,117,36,0.12);
  color: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px;
}
.feature-item h3 { margin-bottom: 6px; }
.feature-item p { color: var(--ink-soft); font-size: 15px; margin-bottom: 0; }

/* ---------- why section (dark) ---------- */
.why { background: var(--navy); color: var(--soft-white); }
.why .section-head .eyebrow { color: var(--orange); }
.why .section-head p.lede { color: #C7D6E3; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why-card { background: rgba(247,249,252,0.06); border: 1px solid rgba(247,249,252,0.14); border-radius: 14px; padding: 28px; }
.why-card h3 { color: var(--soft-white); }
.why-card p { color: #B8CBDA; margin-bottom: 0; font-size: 15px; }

/* ---------- beta / cta ---------- */
.beta { background: var(--bg-raised); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.beta .box {
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  background: var(--soft-white); border: 1px solid var(--line); border-radius: 16px; padding: 36px 40px;
}
.beta .box .copy { max-width: 520px; }
.beta .box .status {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--direction-blue); margin-bottom: 10px;
}
.beta .box .status .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--direction-blue); }

/* ---------- security ---------- */
.security-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; }
.security-list li { position: relative; padding-left: 28px; font-size: 15px; color: var(--ink-soft); }
.security-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }

/* ---------- apply form ---------- */
.apply { background: var(--navy); color: var(--soft-white); }
.apply .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.apply .section-head p.lede { color: #C7D6E3; }
form.apply-form { background: rgba(247,249,252,0.06); border: 1px solid rgba(247,249,252,0.16); border-radius: 16px; padding: 32px; }
form.apply-form label { display: block; font-size: 13.5px; font-weight: 600; margin: 0 0 6px; color: #D6E3EC; }
form.apply-form .field { margin-bottom: 18px; }
form.apply-form input, form.apply-form select, form.apply-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(247,249,252,0.22);
  background: rgba(11,45,77,0.4); color: var(--soft-white); font-family: var(--font-body); font-size: 14.5px;
}
form.apply-form input::placeholder, form.apply-form textarea::placeholder { color: #7C93A5; }
form.apply-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form.apply-form button { width: 100%; margin-top: 6px; }
form.apply-form .form-note { font-size: 12.5px; color: #8FA7B8; margin-top: 12px; margin-bottom: 0; }

/* ---------- footer ---------- */
footer.site { padding: 56px 0 40px; border-top: 1px solid var(--line); }
footer.site .top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
footer.site .brand { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
footer.site .brand svg { width: 26px; height: 26px; }
footer.site .brand img { width: 26px; height: 26px; object-fit: contain; }
footer.site .brand span { font-weight: 800; font-size: 16px; }
footer.site .brand span .up { color: var(--orange); }
footer.site p.tagline { color: var(--ink-soft); font-size: 14px; max-width: 32ch; margin: 0; }
footer.site .cols { display: flex; gap: 56px; flex-wrap: wrap; }
footer.site .col h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 12px; }
footer.site .col a { display: block; font-size: 14.5px; color: var(--ink); text-decoration: none; margin-bottom: 8px; }
footer.site .col a:hover { color: var(--orange); }
footer.site .bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .audience-grid, .feature-list, .why-grid, .apply .grid { grid-template-columns: 1fr; }
  .beta .box { flex-direction: column; align-items: flex-start; }
  .beta .box .btn { width: 100%; }
  nav.primary { display: none; }
  header.site .bar .btn.primary { padding: 10px 16px; font-size: 13.5px; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  form.apply-form .row2 { grid-template-columns: 1fr; }
}

/* ================================================================
   Multi-page additions: announcement bar, dropdown nav, mobile
   disclosure menu, sticky mobile CTA, workflow steps, FAQ, pills
   ================================================================ */

.announce {
  background: var(--direction-blue); color: var(--soft-white);
  text-align: center; font-size: 13.5px; font-weight: 600;
  padding: 9px 16px;
}
.announce a { color: var(--soft-white); text-decoration: underline; text-underline-offset: 2px; }

header.site .bar { gap: 20px; }
nav.primary { flex: 1; }

.navdrop { position: relative; }
.navdrop > button {
  font: inherit; background: none; border: none; cursor: pointer; padding: 0;
  display: inline-flex; align-items: center; gap: 5px; color: var(--ink-soft); font-weight: 600; font-size: 14.5px;
}
.navdrop > button:hover { color: var(--ink); }
.navdrop > button::after { content: "▾"; font-size: 10px; }
.navdrop-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  background: var(--bg-raised); border: 1px solid var(--line); border-radius: 10px;
  padding: 8px; min-width: 220px; box-shadow: 0 12px 28px rgba(11,45,77,0.12);
  opacity: 0; visibility: hidden; transition: opacity 0.12s ease;
}
.navdrop:hover .navdrop-menu, .navdrop:focus-within .navdrop-menu { opacity: 1; visibility: visible; }
.navdrop-menu a { display: block; padding: 10px 12px; border-radius: 6px; font-size: 14.5px; font-weight: 600; text-decoration: none; color: var(--ink); }
.navdrop-menu a:hover { background: rgba(23,79,120,0.08); }

details.mobile-nav { display: none; }
details.mobile-nav summary {
  list-style: none; cursor: pointer; width: 40px; height: 40px; border-radius: 8px;
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
}
details.mobile-nav summary::-webkit-details-marker { display: none; }
details.mobile-nav[open] summary { background: var(--soft-white); }
.mobile-nav-panel {
  position: absolute; left: 0; right: 0; top: 100%; background: var(--bg-raised);
  border-bottom: 1px solid var(--line); padding: 16px 24px 24px; display: flex; flex-direction: column; gap: 4px;
}
.mobile-nav-panel a { padding: 12px 4px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line-soft, var(--line)); }
.mobile-nav-panel a.btn.primary { text-align: center; margin-top: 10px; border-bottom: none; }

.sticky-mobile-cta { display: none; }

.workflow-steps { counter-reset: step; display: flex; flex-direction: column; }
.workflow-step { counter-increment: step; display: grid; grid-template-columns: 44px 1fr; gap: 6px 20px; padding: 22px 0; border-top: 1px solid var(--line-soft, var(--line)); }
.workflow-step:first-child { border-top: none; padding-top: 0; }
.workflow-step::before {
  content: counter(step); grid-row: 1 / span 2; width: 44px; height: 44px; border-radius: 10px;
  background: rgba(232,117,36,0.12); color: var(--orange); font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.workflow-step h3 { margin-bottom: 6px; }
.workflow-step p, .workflow-step ul { color: var(--ink-soft); font-size: 15px; margin-bottom: 0; grid-column: 2; }
.workflow-step ul { margin-top: 8px; padding-left: 18px; }
.workflow-step ul li { margin-bottom: 6px; }

.faq-item { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 16.5px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; color: var(--orange); flex-shrink: 0; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 14px 0 0; color: var(--ink-soft); }

.pill { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }
.pill.beta { background: rgba(23,79,120,0.1); color: var(--direction-blue); }
.pill.planned { background: rgba(85,103,122,0.12); color: var(--ink-soft); }

.disclaimer-box { background: rgba(23,79,120,0.06); border: 1px solid rgba(23,79,120,0.18); border-radius: 12px; padding: 20px 24px; font-size: 14.5px; color: var(--ink-soft); }
.trade-explorer { background: linear-gradient(180deg,#fff,#f3f7fb); border-bottom: 1px solid var(--line); }
.trade-tabs { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:18px; }
.trade-tab { border:1px solid var(--line); background:#fff; color:var(--ink); border-radius:999px; padding:10px 16px; font:inherit; font-size:14px; font-weight:700; cursor:pointer; }
.trade-tab:hover,.trade-tab:focus-visible { border-color:var(--direction-blue); outline:none; }
.trade-tab.active { background:var(--navy); color:#fff; border-color:var(--navy); }
.trade-preview { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr) auto; gap:28px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:18px; padding:28px; box-shadow:0 16px 40px rgba(11,45,77,.08); }
.trade-preview h3 { margin-top:10px; }
.trade-preview p { color:var(--ink-soft); margin:0; }
.trade-preview ol { margin:0; padding-left:22px; color:var(--ink-soft); font-size:14px; }
.trade-preview li { margin:5px 0; }
@media(max-width:860px){.trade-preview{grid-template-columns:1fr}.trade-preview .btn{width:100%}.trade-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.trade-tab{flex:0 0 auto}}

@media (max-width: 860px) {
  nav.primary { display: none; }
  details.mobile-nav { display: block; }
  header.site .bar .btn.primary { padding: 10px 16px; font-size: 13.5px; }
  body { padding-bottom: 72px; }
  .sticky-mobile-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    background: var(--bg-raised); border-top: 1px solid var(--line); padding: 12px 16px;
    box-shadow: 0 -6px 18px rgba(11,45,77,0.08);
  }
  .sticky-mobile-cta .btn { width: 100%; }
}

/* ---------- problem cards ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { background: var(--bg-raised); border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.problem-card h3 { font-size: 17px; margin-bottom: 8px; }
.problem-card p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 0; }

/* ---------- hero mock panel ---------- */
.mock-panel { margin-top: 48px; background: rgba(247,249,252,0.06); border: 1px solid rgba(247,249,252,0.16); border-radius: 16px; overflow: hidden; }
.mock-panel .mock-chrome { display: flex; gap: 6px; padding: 12px 16px; border-bottom: 1px solid rgba(247,249,252,0.12); }
.mock-panel .mock-chrome span { width: 9px; height: 9px; border-radius: 50%; background: rgba(247,249,252,0.25); }
.mock-panel .mock-title { padding: 16px 20px 0; font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7FB3D9; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(247,249,252,0.1); margin-top: 16px; }
.mock-metric { background: var(--navy); padding: 20px; }
.mock-metric .label { font-size: 12px; color: #9FC1DA; margin-bottom: 10px; }
.mock-metric .bar { height: 6px; border-radius: 4px; background: rgba(247,249,252,0.12); overflow: hidden; }
.mock-metric .bar span { display: block; height: 100%; background: var(--orange); border-radius: 4px; }

/* ---------- metric chip list (no invented numbers) ---------- */
.metric-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.metric-chips span { font-size: 13.5px; font-weight: 600; padding: 8px 14px; border-radius: 20px; background: rgba(11,45,77,0.06); color: var(--ink-soft); border: 1px solid var(--line); }

@media (max-width: 860px) {
  .problem-grid { grid-template-columns: 1fr; }
  .mock-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- question list (solutions pages) ---------- */
.question-list { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 12px; }
.question-list li { padding-left: 28px; position: relative; font-size: 16.5px; color: var(--ink-soft); font-weight: 500; }
.question-list li::before { content: "?"; position: absolute; left: 0; top: -1px; color: var(--orange); font-weight: 800; font-size: 17px; }

/* ---------- pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { background: var(--bg-raised); border: 1px solid var(--line); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--orange); box-shadow: 0 12px 28px rgba(232,117,36,0.14); position: relative; }
.price-card .plan-tag { font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--orange); background: rgba(232,117,36,0.12); display: inline-block; padding: 4px 10px; border-radius: 6px; margin-bottom: 14px; align-self: flex-start; }
.price-card h3 { margin-bottom: 6px; }
.price-card .desc { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 20px; }
.price-card ul { list-style: none; margin: 0 0 28px; padding: 0; flex-grow: 1; }
.price-card ul li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 14.5px; color: var(--ink-soft); }
.price-card ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }
.price-card .btn { width: 100%; }
.pricing-note { margin-top: 32px; text-align: center; color: var(--ink-soft); font-size: 14.5px; }

/* ---------- NESWUP Websites ---------- */
.websites-callout { background: linear-gradient(135deg, #0b2d4d 0%, #174f78 100%); color: #fff; }
.websites-callout-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 56px; align-items: center; }
.websites-callout h2, .websites-callout h3 { color: #fff; }
.websites-callout p { color: rgba(255,255,255,.78); }
.websites-callout .eyebrow { color: #ffb271; }
.websites-callout .btn.ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.connected-list { display: grid; gap: 12px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.connected-list div { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.9); }
.connected-list div::before { content: "✓"; color: #ff9a4c; font-weight: 800; }
.connected-list li { position: relative; list-style: none; padding-left: 22px; color: rgba(255,255,255,.9); }
.connected-list li::before { content: "✓"; position: absolute; left: 0; color: #ff9a4c; font-weight: 800; }
.website-media-stack { display: grid; gap: 16px; }
.website-photo { aspect-ratio: 3 / 2; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 46px rgba(0,0,0,.2); }
.website-media-stack .connected-list { padding: 18px 20px; gap: 8px; font-size: 13.5px; }
.website-package { background: var(--bg-raised); border-top: 1px solid var(--line); }

@media (max-width: 860px) {
   .websites-callout-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- forms ---------- */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 15px; padding: 11px 14px; border-radius: 8px;
  border: 1px solid var(--line); background: var(--soft-white); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--direction-blue); outline-offset: 1px; }
.field textarea { resize: vertical; min-height: 90px; }
.field.checkbox { display: flex; align-items: flex-start; gap: 10px; }
.field.checkbox input { width: auto; margin-top: 3px; }
.field.checkbox label { font-weight: 500; font-size: 14px; margin-bottom: 0; }
.field.checkbox a { color: var(--direction-blue); text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; }
.form-status.error { color: #9f2d24; font-weight: 600; }
.lead-form button:disabled { opacity: .65; cursor: wait; }
.form-success:focus { outline: 3px solid rgba(23,79,120,.25); outline-offset: 4px; }
.form-success { display: none; background: rgba(23,79,120,0.08); border: 1px solid rgba(23,79,120,0.25); border-radius: 12px; padding: 24px; margin-top: 24px; }
.form-success.show { display: block; }
.form-success h3 { margin-bottom: 8px; }

@media (max-width: 860px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

/* ---------- product modules and commercial onboarding ---------- */
.module-section { background: linear-gradient(180deg, var(--bg-raised), #f4f8fb); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.module-grid article { min-height: 142px; padding: 22px; background: var(--bg-raised); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(11,45,77,.05); }
.module-grid strong { display: block; color: var(--navy); font-size: 17px; margin-bottom: 9px; }
.module-grid span { display: block; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.module-note { margin-top: 24px; }
.sales-assurance { background: var(--navy); color: var(--soft-white); }
.sales-assurance h2, .sales-assurance h3 { color: var(--soft-white); }
.sales-assurance .lede { color: #bfd0dd; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.assurance-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); border-radius: 14px; }
.assurance-grid article > span { color: #ffad6c; font-weight: 800; font-size: 13px; letter-spacing: .08em; }
.assurance-grid h3 { font-size: 17px; margin: 16px 0 8px; }
.assurance-grid p { color: #bfd0dd; font-size: 14px; margin: 0; }
.commercial-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; overflow: hidden; }
.commercial-summary div { padding: 20px; background: #103b62; }
.commercial-summary strong, .commercial-summary span { display: block; }
.commercial-summary strong { color: #fff; margin-bottom: 6px; }
.commercial-summary span { color: #bfd0dd; font-size: 13.5px; line-height: 1.5; }
@media (max-width: 980px) { .assurance-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .module-grid, .commercial-summary { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .assurance-grid { grid-template-columns: 1fr; } }

/* ================================================================
   MOTION LAYER — scroll reveals, hover feedback, animated metrics.
   Everything here is presentational (no invented content) and fully
   disabled under prefers-reduced-motion, per blueprint Section 19.
   ================================================================ */

/* header gains depth once the page has scrolled */
header.site { transition: box-shadow 0.25s ease, background 0.25s ease; }
header.site.scrolled { box-shadow: 0 4px 18px rgba(11,45,77,0.08); }

/* nav underline sweep */
nav.primary a.navlink { position: relative; transition: color 0.15s ease; }
nav.primary a.navlink::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--orange); transition: right 0.25s ease;
}
nav.primary a.navlink:hover::after { right: 0; }

/* button + card lift */
.btn { transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease; }
.btn.primary:hover { transform: translateY(-2px); }
.btn.ghost:hover { transform: translateY(-2px); }

.problem-card, .price-card, .feature-item, .audience-card, .why-card, .workflow-step {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.problem-card:hover, .price-card:hover, .audience-card:hover, .why-card:hover {
  transform: translateY(-4px); box-shadow: 0 16px 32px rgba(11,45,77,0.1); border-color: rgba(232,117,36,0.35);
}
.feature-item:hover .num { transform: scale(1.08); background: rgba(232,117,36,0.2); }
.feature-item .num { transition: transform 0.2s ease, background 0.2s ease; }

/* metric chips: light hover pop */
.metric-chips span { transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
.metric-chips span:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--ink); }

/* scroll-reveal: elements start slightly lowered + faded, JS adds .in-view */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-group .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-group .reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal-group .reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal-group .reveal:nth-child(4) { transition-delay: 0.24s; }
.reveal-group .reveal:nth-child(5) { transition-delay: 0.32s; }
.reveal-group .reveal:nth-child(6) { transition-delay: 0.4s; }
.reveal-group .reveal:nth-child(7) { transition-delay: 0.48s; }
.reveal-group .reveal:nth-child(8) { transition-delay: 0.56s; }

/* animated command-center bars: JS adds .in-view to the .mock-panel wrapper
   once it scrolls into view; bars grow from 0 to their real width. */
.mock-metric .bar span { width: 0; transition: width 1.1s cubic-bezier(.22,.9,.3,1); }
.mock-panel.in-view .mock-metric .bar span { width: var(--target-width, 0); }

/* smooth FAQ expand (JS sets an explicit max-height; CSS just eases it).
   `display: block !important` overrides the UA stylesheet, which sets
   display:none on a closed <details>'s children — display can't
   transition, so we keep the answer in-flow and animate max-height instead. */
.faq-item > p {
  display: block !important; overflow: hidden; max-height: 0; opacity: 0; margin-top: 0 !important;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.faq-item[open] > p { opacity: 1; margin-top: 14px !important; }
.faq-item summary::after { transition: transform 0.25s ease; display: inline-block; }
.faq-item[open] summary::after { transform: rotate(225deg); }

/* hero mock panel: gentle ambient float, purely decorative */
.mock-panel { animation: mockFloat 6s ease-in-out infinite; }
@keyframes mockFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .mock-metric .bar span { transition: none !important; width: var(--target-width, 0) !important; }
  .mock-panel { animation: none !important; }
  .btn, .problem-card, .price-card, .audience-card, .why-card, .feature-item .num, .metric-chips span {
    transition: none !important;
  }
  .faq-item > p { transition: none !important; }
}
