/* ============================================================
   nicspire.ch — Section components
   Hero, charts, report mockup, comparison, timeline, services,
   FAQ, quote, CTA band, page-hero, deliverables, contact
   ============================================================ */

/* ── HERO ── */
.hero { padding: 56px 0 0; text-align: center; }
.hero .container { display: flex; flex-direction: column; align-items: center; }
.hero .display { max-width: 15ch; margin: 22px auto 0; text-wrap: balance; }
.hero-sub { margin-top: 22px; font-size: 13px; color: var(--mu); letter-spacing: 0.02em; }
.hero-sub b { color: var(--acc); font-weight: 700; }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-trust { margin-top: 26px; display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--dim); }
.lead-note { text-align: center; font-size: 10px; color: var(--dim); margin-top: 12px; line-height: 1.5; }
.lead-note a { color: inherit; text-decoration: none; transition: color .15s; }
.lead-note a:hover { color: var(--acc); text-decoration: underline; }

/* Built-with logo strip */
.builtwith { padding: 96px 0 8px; }
.builtwith .bw-label { display: flex; justify-content: center; margin: 0 auto 30px; }
.tool-strip { display: flex; align-items: center; justify-content: space-between;
  gap: clamp(14px, 3vw, 40px); max-width: 1000px; margin: 0 auto; flex-wrap: nowrap; }
.toollogo { flex: 0 0 auto; height: clamp(34px, 4.4vw, 52px); width: auto; display: block;
  color: rgba(255,255,255,0.74); transition: color .16s ease, transform .16s ease; }
.toollogo path { fill: currentColor; }
.toollogo:hover { color: var(--acc); transform: translateY(-2px); }
@media (max-width: 720px) {
  .tool-strip { flex-wrap: wrap; justify-content: center; gap: 28px; }
  .toollogo { height: 40px; }
}

/* Footer mini tool strip (replaces the "built with" text) — width matches
   .footer-cols so the first icon aligns under the Navigation column above */
.footer-tools { display: flex; align-items: center; justify-content: space-between;
  width: 475px; max-width: 100%; }
.footer-tools .toollogo { height: 19px; }
@media (max-width: 620px) { .footer-tools { width: 100%; justify-content: flex-start; gap: 22px; } }

/* Floating feature cards on a vertical rail (Puzzle hero motif) */
.hero-stage { position: relative; margin-top: 64px; padding-bottom: 40px; }
.hero-rail { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px;
  background: repeating-linear-gradient(180deg, var(--border-bright) 0 6px, transparent 6px 14px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.feature-card { padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.feature-card.raise { transform: translateY(28px); }
.feature-card h4 { font-size: 16px; font-weight: 700; color: var(--wh); margin: 0; white-space: nowrap; }
.feature-card .sub { font-size: 12px; color: var(--dim); margin: 0; white-space: nowrap; }

/* ── Charts ── */
.bars { display: flex; align-items: flex-end; gap: 8px; height: 84px; }
.bars .bar { flex: 1; border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--acc), rgba(34,211,238,0.25)); }
.bars-x { display: flex; gap: 8px; margin-top: 6px; }
.bars-x span { flex: 1; text-align: center; font-size: 9px; color: var(--dim); }

.donut { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: conic-gradient(var(--acc) var(--p,75%), rgba(255,255,255,0.08) 0); }
.donut.blue { background: conic-gradient(var(--blue) var(--p,90%), rgba(255,255,255,0.08) 0); }
.donut::after { content: ""; width: 44px; height: 44px; border-radius: 50%; background: var(--bg); }
.donut-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.donut-row .v { font-size: 14px; font-weight: 700; color: var(--wh); }
.donut-row .l { font-size: 11px; color: var(--dim); }

/* mini ledger rows */
.ledger { display: flex; flex-direction: column; gap: 6px; }
.ledger .lr { display: flex; align-items: center; gap: 8px; }
.ledger .tag { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 5px;
  background: rgba(255,255,255,0.05); color: var(--mu); min-width: 56px; text-align: center; }
.ledger .tag.up { background: rgba(45,212,191,0.14); color: var(--teal); }
.ledger .tag.dn { background: rgba(34,211,238,0.12); color: var(--acc); }
.ledger .gap { flex: 1; height: 1px; background: var(--border-ghost); }

/* ── Diagnostic report mockup (brand signature) ── */
.report { padding: 18px; max-width: 360px; width: 100%; }
.report-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.report-h .lbl { font-size: 11px; color: var(--dim); }
.report-score { background: rgba(34,211,238,0.07); border: 0.5px solid rgba(34,211,238,0.16);
  border-radius: 10px; padding: 16px; }
.report-score .k { font-size: 10px; letter-spacing: 0.06em; color: rgba(34,211,238,0.75); }
.report-score .val { font-size: 30px; font-weight: 800; color: var(--wh); line-height: 1.1; margin: 4px 0 2px; }
.report-score .val small { font-size: 15px; color: var(--dim); font-weight: 400; }
.report-score .desc { font-size: 11px; color: var(--dim); margin-bottom: 12px; }
.track { height: 4px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }
.track > i { display: block; height: 100%; background: var(--acc); border-radius: 3px; }
.prio { display: flex; flex-direction: column; gap: 6px; }
.prio .row { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.03);
  border-radius: 7px; padding: 10px 12px; }
.prio .b { width: 3px; height: 30px; border-radius: 2px; flex-shrink: 0; }
.prio .b1 { background: var(--acc); }
.prio .b2 { background: rgba(34,211,238,0.5); }
.prio .b3 { background: rgba(34,211,238,0.25); }
.prio .pl { font-size: 10px; color: var(--dim); }
.prio .pt { font-size: 13px; color: rgba(255,255,255,0.85); }

/* ── Big gradient statement + light rays (Puzzle "Results In…") ── */
.statement { text-align: center; position: relative; }
.statement .big {
  font-size: clamp(34px, 5vw, 60px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05;
  background: linear-gradient(180deg, #ffffff 30%, rgba(34,211,238,0.85));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.statement .big em { font-style: normal; color: var(--dim); -webkit-text-fill-color: var(--dim); }
.statement .big.plain { background: none; -webkit-text-fill-color: var(--wh); color: var(--wh); }
.statement .big.plain em { font-style: normal; color: var(--wh); -webkit-text-fill-color: var(--wh); }
.statement .big.plain .accent { color: var(--acc); -webkit-text-fill-color: var(--acc); }
.rays { position: absolute; left: 50%; top: 100%; transform: translateX(-50%);
  width: 600px; height: 220px; pointer-events: none; opacity: 0.5; }
.statement-underline { width: 280px; height: 1px; margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--acc), transparent); }
.cmp-support { max-width: 760px; margin: 36px auto 0; text-align: center;
  font-size: clamp(18px, 2vw, 22px); font-weight: 400; line-height: 1.5;
  color: var(--mu); text-wrap: balance; }

/* ── With / Without comparison ── */
.cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 940px; margin: 48px auto 0; }
.cmp-col { text-align: center; }
.cmp-col h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.cmp-col.win h3 { color: var(--acc); }
.cmp-col.lose h3 { color: var(--wh); }
.cmp-meta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.cmp-meta .m { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--mu); }
.cmp-meta .m .ic { width: 16px; height: 16px; opacity: 0.85; }
.cmp-col.lose .cmp-meta .m { color: var(--dim); }
.cmp-card { padding: 26px 22px; min-height: 150px; display: flex; flex-direction: column;
  justify-content: center; gap: 12px; }
.cmp-card.muted-card { background: rgba(255,255,255,0.02); }
.cmp-big { font-size: 26px; font-weight: 800; color: var(--wh); }
.cmp-big .up { font-size: 13px; color: var(--teal); font-weight: 700; }

/* ── Process timeline (vertical rail with nodes) ── */
.timeline { max-width: 720px; margin: 0 auto; position: relative; padding-left: 8px; }
.tl-step { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 18px 0; position: relative; }
.tl-node { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(34,211,238,0.08); border: 0.5px solid var(--border-bright); position: relative; z-index: 1; }
.tl-node span { font-size: 15px; font-weight: 800; color: var(--acc); }
.tl-body h3 { font-size: 19px; font-weight: 700; color: var(--wh); margin-bottom: 8px; }
.tl-body p { font-size: 14px; color: var(--mu); max-width: 540px; }

/* ── Feature icon row (Methode "how is it possible") ── */
.icon-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; max-width: 880px; margin: 0 auto; }
.icon-feat { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.icon-feat .ibox { width: 88px; height: 88px; border-radius: 18px; display: grid; place-items: center;
  background: rgba(34,211,238,0.05); border: 0.5px solid var(--border); }
.icon-feat .ibox img { width: 42px; height: 42px; }
.icon-feat h4 { font-size: 15px; font-weight: 700; color: var(--wh); line-height: 1.3; }
.icon-feat p { font-size: 12.5px; color: var(--mu); }

/* ── Services ── */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc { padding: 24px; display: flex; flex-direction: column; gap: 8px; min-height: 320px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.svc:hover { transform: translateY(-3px); border-color: var(--border-bright); background: var(--card-2); }
.svc.free { background: rgba(34,211,238,0.10); border-color: var(--acc); box-shadow: 0 0 0 1px rgba(34,211,238,0.12), 0 8px 40px rgba(34,211,238,0.10); }
.svc.free:hover { border-color: var(--acc); background: rgba(34,211,238,0.15); }
.svc .tier { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
.svc h3 { font-size: 17px; font-weight: 700; color: var(--wh); margin-top: 4px; min-height: 2.5em; display: flex; align-items: flex-start; }
.svc .ssub { font-size: 13px; color: var(--mu); min-height: 3.1em; }
.svc ul { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; flex: 1; }
.svc li { font-size: 12.5px; color: var(--mu); line-height: 1.6; padding-left: 16px; position: relative; }
.svc li::before { content: "–"; position: absolute; left: 0; color: var(--dim); }
.svc .price { font-size: 19px; font-weight: 800; color: var(--wh); margin-top: auto; }
.svc .early { font-size: 12px; color: var(--acc); font-weight: 700; min-height: 1.2em; }
.svc .tl { font-size: 11px; color: var(--dim); min-height: 1.2em; }
.svc .btn { margin-top: 14px; justify-content: center; height: 40px; box-sizing: border-box; white-space: nowrap; }
.svc-note { max-width: 760px; margin: 32px auto 0; padding-left: 20px; border-left: 2px solid var(--border-bright);
  font-size: 14px; color: var(--mu); line-height: 1.7; }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 0.5px solid var(--border); border-radius: 12px; background: var(--card); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 22px; font-size: 15.5px; font-weight: 700; color: var(--wh); }
.faq-q .chev { color: var(--acc); transition: transform .2s ease; font-size: 18px; flex-shrink: 0; }
.faq-item.open .faq-q .chev { transform: rotate(90deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 20px; font-size: 14px; color: var(--mu); line-height: 1.7; }

/* ── Big quote / belief ── */
.quote-card { padding: 56px; position: relative; }
.quote-card .qmark { font-size: 80px; line-height: 0.6; color: var(--border-bright); font-weight: 800; }
.quote-bare { background: none; border: none; box-shadow: none; }
.quote-bare .qmark { color: var(--border-bright); font-size: 120px; margin-left: -0.07em; }
.quote-bare { text-align: left; }
.quote-bare blockquote { margin-top: 9px; }
.belief-tight { padding-top: 4px; padding-bottom: 4px; }
.quote-card blockquote { font-size: clamp(18px, 2.2vw, 26px); font-weight: 700; letter-spacing: -0.5px;
  line-height: 1.45; color: var(--wh); margin: 18px 0; max-width: 880px; }
.quote-card blockquote .accent { color: var(--acc); }
.quote-card .qby { font-size: 13px; color: var(--dim); }

/* ── CTA band with mockup ── */
.cta-band { padding: 18px; display: grid; grid-template-columns: 1fr 0.85fr; gap: 40px; align-items: center; }
.cta-band h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -1px; line-height: 1.05; }
.cta-band p { color: var(--mu); margin: 16px 0 26px; max-width: 420px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Page hero (secondary pages) ── */
.page-hero { text-align: center; padding: 60px 0 20px; }
.page-hero .display-2 { max-width: 18ch; margin: 18px auto 0; text-wrap: balance; }
.page-hero .lead { max-width: 600px; margin: 20px auto 0; }

/* ── Deliverables / contents list ── */
.dlist { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.ditem { display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px; }
.ditem .n { font-size: 17px; font-weight: 800; color: var(--acc); opacity: 0.6; flex-shrink: 0; min-width: 28px; }
.ditem h4 { font-size: 15px; font-weight: 700; color: var(--wh); margin-bottom: 4px; }
.ditem p { font-size: 13.5px; color: var(--mu); }

/* ── Contact section ── */
.contact-wrap { max-width: 760px; margin: 0 auto; }
.contact-book { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 26px 30px; margin-bottom: 14px; }
.contact-book .cb-copy h3 { font-size: 20px; font-weight: 700; color: var(--wh); margin-bottom: 6px; }
.contact-book .cb-copy p { font-size: 14px; color: var(--mu); line-height: 1.6; }
.contact-book .btn { flex-shrink: 0; white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.contact-link { display: flex; flex-direction: column; gap: 4px; padding: 20px 22px; }
.contact-link .cl { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dim); }
.contact-link .cv { font-size: 16px; font-weight: 700; color: var(--wh); word-break: break-word; }
.contact-link .cs { font-size: 12px; color: var(--mu); }

@media (max-width: 860px) {
  .contact-book { flex-direction: column; align-items: stretch; text-align: center; gap: 20px; }
  .contact-book .btn { width: 100%; justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card.raise { transform: none; }
  .hero-rail { display: none; }
  .cmp, .services, .icon-row { grid-template-columns: 1fr; }
  .cmp { gap: 32px; }
  .icon-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cta-band { grid-template-columns: 1fr; padding: 18px; }
  .quote-card { padding: 34px; }
}
@media (max-width: 560px) {
  .feature-grid { grid-template-columns: 1fr; }
  .icon-row { grid-template-columns: 1fr 1fr; }
}
