/*
Theme Name: TQET Evidence Readiness
Theme URI: https://tqet.ch/
Author: DASTI AG
Author URI: https://www.dasti.ch/
Description: Ruhiges, barrierearmes Schweizer Premium-Theme für TQET Evidence Readiness.
Version: 1.3.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: tqet
*/

:root {
  --navy: #122c3e;
  --navy-2: #23465b;
  --yellow: #ffd700;
  --teal: #0b6670;
  --green: #08783e;
  --red: #b00036;
  --ink: #1f2933;
  --muted: #5f6b73;
  --line: #c7d1d8;
  --light: #f3f6f8;
  --pale-teal: #eaf3f5;
  --pale-yellow: #fff8d6;
  --white: #fff;
  --shadow: 0 14px 40px rgba(18, 44, 62, .10);
  --shadow-deep: 0 32px 90px rgba(4, 24, 36, .32);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.admin-bar .site-header { top: 32px; }
a { color: var(--navy); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--yellow); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(18,44,62,.96); color: var(--white); box-shadow: 0 3px 18px rgba(18,44,62,.18); backdrop-filter: blur(14px); }
.scroll-progress { position: absolute; inset: 0 0 auto; height: 3px; background: rgba(255,255,255,.07); }
.scroll-progress span { display: block; width: var(--scroll-progress, 0%); height: 100%; background: var(--yellow); transition: width .08s linear; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; flex-direction: column; min-width: 205px; color: var(--white); text-decoration: none; line-height: 1; }
.brand strong { font-size: 28px; letter-spacing: .02em; }
.brand sup { color: var(--yellow); font-size: 10px; }
.brand small { margin-top: 7px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .82; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--white); text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:hover, .site-nav .current-menu-item a { color: var(--yellow); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 16px; border: 2px solid var(--yellow); border-radius: 8px; background: var(--yellow); color: var(--navy); font-weight: 800; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: var(--white); }

.pilot-ribbon { background: var(--pale-yellow); border-bottom: 1px solid #eadc83; color: var(--navy); font-size: 13px; }
.pilot-ribbon .wrap { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pilot-ribbon strong { font-weight: 800; }
.pilot-ribbon a { font-weight: 700; }

.hero { position: relative; min-height: 710px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 30%, rgba(11,102,112,.34), transparent 28%), linear-gradient(120deg, #102b3d 0%, #0d2433 100%); }
.hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 46%, #000); }
.hero::after { position: absolute; right: -180px; bottom: -290px; width: 620px; height: 620px; border: 1px solid rgba(255,215,0,.16); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.012), 0 0 0 170px rgba(255,255,255,.009); content: ""; }
.hero-inner { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .78fr); align-items: center; gap: 72px; padding-block: 82px 110px; }
.hero-copy-block { position: relative; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.hero .eyebrow { color: var(--yellow); }
.page-hero .eyebrow, .section.dark .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: 1.04; letter-spacing: -.035em; }
h2 { color: var(--navy); font-size: clamp(28px, 3vw, 39px); line-height: 1.14; letter-spacing: -.025em; }
h3 { color: var(--navy); }
.hero h1 { max-width: 760px; margin-bottom: 25px; color: var(--white); }
.hero-accent { color: var(--yellow); }
.hero-copy { max-width: 720px; font-size: 20px; color: #eff5f7; }
.hero-outcome { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 9px; margin-top: 27px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.055); }
.hero-outcome > span { display: grid; grid-template-columns: 24px 1fr; column-gap: 8px; align-items: center; }
.hero-outcome b { grid-row: 1 / 3; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 11px; }
.hero-outcome strong { color: #fff; font-size: 11px; line-height: 1.3; }
.hero-outcome small { color: #b9cdd5; font-size: 8px; line-height: 1.35; }
.hero-outcome > i { color: var(--yellow); font-style: normal; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 21px; border: 2px solid var(--navy); border-radius: 8px; color: var(--navy); font-weight: 800; text-decoration: none; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-1px); box-shadow: 0 7px 17px rgba(18,44,62,.16); }
.button.primary { background: var(--yellow); }
.button.secondary { background: var(--white); }
.microcopy { margin: 14px 0 0; color: #cbd9df; font-size: 13px; }
.hero-index { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 26px; display: flex; align-items: center; gap: 12px; color: #aac0ca; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-index i { display: block; width: 70px; height: 1px; background: linear-gradient(90deg, var(--yellow) 0 32%, rgba(255,255,255,.25) 32%); }
.offer-card { padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(255,255,255,.99); color: var(--ink); box-shadow: 0 28px 70px rgba(7,25,36,.50); }
.offer-card > span { color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.offer-card h2 { margin: 8px 0 10px; font-size: 28px; }
.offer-card p { color: var(--muted); }
.offer-card .button { width: 100%; }
.offer-link { display: inline-block; margin-top: 14px; font-weight: 800; }
.offer-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.offer-proof span { color: var(--muted); font-size: 11px; line-height: 1.3; }
.offer-proof strong { display: block; color: var(--navy); font-size: 20px; }

.evidence-engine { position: relative; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(8,29,41,.78); box-shadow: var(--shadow-deep); backdrop-filter: blur(16px); }
.evidence-engine::before { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 28%); content: ""; }
.engine-topline { position: relative; display: flex; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); color: #c6d6dd; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.engine-live { display: flex; align-items: center; gap: 7px; color: #dce9ed; }
.engine-live i { width: 7px; height: 7px; border-radius: 50%; background: #47d48d; box-shadow: 0 0 0 6px rgba(71,212,141,.11); animation: engine-pulse 2.2s infinite; }
.engine-stage { position: relative; min-height: 245px; display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; gap: 16px; }
.claim-stream { display: grid; gap: 9px; }
.claim-stream span { width: 86px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; background: rgba(255,255,255,.065); color: #ccdae0; font-size: 9px; font-weight: 700; animation: claim-drift 5.5s ease-in-out infinite; animation-delay: calc(var(--i) * -.7s); }
.claim-stream span:nth-child(even) { margin-left: 18px; }
.engine-core { position: relative; z-index: 2; display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(255,215,0,.5); border-radius: 50%; background: radial-gradient(circle, rgba(255,215,0,.18), rgba(255,215,0,.03) 60%, transparent 61%); box-shadow: 0 0 0 14px rgba(255,215,0,.025), 0 0 0 28px rgba(255,255,255,.018); text-align: center; }
.engine-core::before, .engine-core::after { position: absolute; top: 50%; width: 53px; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.08), var(--yellow)); content: ""; }
.engine-core::before { right: 100%; }
.engine-core::after { left: 100%; transform: rotate(180deg); }
.engine-core span { display: block; color: var(--yellow); font-size: 19px; font-weight: 800; letter-spacing: .08em; }
.engine-core small { display: block; margin-top: -25px; color: #c2d3da; font-size: 8px; }
.dossier-stack { position: relative; width: 95px; height: 125px; margin-left: auto; }
.dossier-stack i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: #f5f8f9; transform-origin: bottom right; }
.dossier-stack i:nth-child(1) { transform: rotate(7deg) translate(10px,-3px); opacity: .34; }
.dossier-stack i:nth-child(2) { transform: rotate(3deg) translate(5px,-1px); opacity: .62; }
.dossier-stack i:nth-child(3) { background: linear-gradient(160deg, #fff, #e9eff2); box-shadow: -10px 16px 35px rgba(0,0,0,.2); }
.dossier-stack i:nth-child(3)::before { position: absolute; left: 15px; top: 18px; width: 42px; height: 4px; background: var(--yellow); box-shadow: 0 13px 0 #b6c5cb, 0 23px 0 #d0dbe0, 0 33px 0 #d0dbe0, 0 55px 0 #b6c5cb; content: ""; }
.dossier-stack strong { position: absolute; z-index: 2; left: 15px; bottom: 12px; color: var(--navy); font-size: 10px; text-transform: uppercase; }
.engine-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.engine-status > div { min-height: 84px; padding: 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.045); }
.engine-status strong, .engine-status small { display: block; }
.engine-status strong { margin: 8px 0 3px; color: #fff; font-size: 11px; }
.engine-status small { color: #a9c0ca; font-size: 8px; line-height: 1.35; }
.status-dot { display: block; width: 8px; height: 8px; border-radius: 50%; }
.status-dot.ready { background: #47d48d; }.status-dot.gap { background: #ffba66; }.status-dot.action { background: #71b7ff; }
.engine-footer { display: flex; justify-content: space-between; gap: 9px; margin-top: 15px; color: #a9c0ca; font-size: 9px; }
.engine-link { position: relative; display: flex; justify-content: space-between; margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.engine-link span { color: var(--yellow); }
@keyframes engine-pulse { 50% { box-shadow: 0 0 0 11px rgba(71,212,141,0); } }
@keyframes claim-drift { 0%,100% { transform: translateX(0); opacity: .55; } 50% { transform: translateX(11px); opacity: 1; } }

.quickcheck-section { position: relative; z-index: 3; padding-block: 78px 86px; background: linear-gradient(180deg, #f4f7f8, #fff); }
.quickcheck-shell { padding: 36px; border: 1px solid #b8c6ce; border-radius: 22px; background: #fff; box-shadow: 0 24px 64px rgba(18,44,62,.14); }
.quickcheck-head { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 45px; align-items: end; }
.quickcheck-head .eyebrow { grid-column: 1 / -1; }
.quickcheck-head h2 { margin-bottom: 0; }
.quickcheck-head > p:not(.eyebrow) { margin-bottom: 3px; color: var(--muted); }
.quickcheck-form { display: grid; grid-template-columns: 1.2fr 1fr 1.15fr auto; gap: 10px; margin-top: 29px; padding: 9px; border: 1px solid #9eafb9; border-radius: 13px; background: #f4f7f8; }
.quickcheck-form label { min-width: 0; padding: 8px 13px; border-right: 1px solid var(--line); }
.quickcheck-form label > span { display: block; margin-bottom: 3px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quickcheck-form select { width: 100%; min-height: 34px; padding: 2px 28px 2px 0; border: 0; background-color: transparent; color: var(--navy); font-size: 13px; font-weight: 800; }
.quickcheck-form select:focus-visible { outline-offset: 4px; }
.quickcheck-submit { align-self: stretch; min-width: 205px; border-radius: 8px; }
.quickcheck-result { display: grid; grid-template-columns: .65fr 1.35fr; gap: 28px 38px; margin-top: 18px; padding: 29px; border: 1px solid var(--line); border-left: 7px solid var(--teal); background: #f7fafb; }
.quickcheck-result.is-urgent { border-left-color: #c06b00; background: #fff9ed; }
.result-label span, .result-label small { display: block; }
.result-label span { color: var(--teal); font-size: 13px; font-weight: 800; }
.quickcheck-result.is-urgent .result-label span { color: #8c4f00; }
.result-label small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.result-copy > p:first-child { margin-bottom: 4px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.result-copy h3 { margin-bottom: 7px; font-size: 24px; }
.result-copy > p:last-child { margin-bottom: 0; color: var(--muted); }
.result-deliverables { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.result-deliverables span { padding: 14px 16px; background: #fff; color: var(--muted); font-size: 12px; }
.result-deliverables b { display: block; color: var(--navy); font-size: 11px; }
.result-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.quickcheck-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.trust-strip div { min-height: 128px; padding: 27px; background: var(--white); }
.trust-strip strong { display: block; color: var(--navy); }
.trust-strip span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.trust-strip .trust-number { margin: 0 0 11px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .13em; }

.section { padding-block: 84px; }
.section.light { background: var(--light); }
.section.dark { background: var(--navy); color: var(--white); }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section-head { max-width: 790px; margin-bottom: 36px; }
.section-head > p:last-child { color: var(--muted); font-size: 17px; }
.section.dark .section-head > p:last-child { color: #d7e2e7; }
.closing-section { position: relative; overflow: hidden; }
.closing-section::after { position: absolute; right: -120px; top: -240px; width: 480px; height: 480px; border: 1px solid rgba(255,215,0,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01); content: ""; }
.closing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.closing-grid .section-head { margin-bottom: 0; }
.closing-action { padding: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.closing-action span, .closing-action strong, .closing-action small { display: block; }
.closing-action span { color: #c4d5dd; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.closing-action strong { margin-top: 10px; color: #fff; font-size: 47px; }
.closing-action small { color: #a9c0ca; }
.closing-action .button { margin-top: 24px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { display: flex; flex-direction: column; min-height: 315px; padding: 30px; border: 1px solid var(--line); border-top: 7px solid var(--teal); border-radius: 14px; background: var(--white); box-shadow: 0 12px 35px rgba(18,44,62,.05); }
.card.yellow { border-top-color: var(--yellow); background: var(--pale-yellow); }
.card > span { color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card h3 { margin: 23px 0 12px; font-size: 24px; line-height: 1.25; }
.card p { color: var(--muted); }
.card .button { align-self: flex-start; margin-top: auto; }
.journey-section { position: relative; overflow: hidden; }
.journey-section::before { position: absolute; left: max(24px, calc((100vw - var(--max)) / 2)); top: 80px; width: 1px; height: 84px; background: var(--yellow); content: ""; transform: translateX(-24px); }

.transformation-section { position: relative; padding-block: 110px; overflow: hidden; background: #0d2433; color: #fff; }
.transformation-section::before { position: absolute; inset: 0; pointer-events: none; opacity: .27; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.16) 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg,#000,transparent 48%); content: ""; }
.transformation-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.transformation-intro h2 { color: #fff; font-size: clamp(34px,4vw,52px); }
.transformation-intro > p:not(.eyebrow) { color: #c7d8df; }
.transformation-tabs { display: grid; gap: 8px; margin: 30px 0 24px; }
.transformation-tabs button { position: relative; width: 100%; padding: 15px 17px; border: 1px solid rgba(255,255,255,.17); background: transparent; color: #c7d8df; text-align: left; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.transformation-tabs button[aria-selected="true"] { border-color: var(--yellow); background: var(--yellow); color: var(--navy); transform: translateX(8px); }
.text-link { color: #fff; font-weight: 800; }
.evidence-board { min-height: 515px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 38px 100px rgba(0,0,0,.34); transition: transform .5s ease; }
.board-toolbar { display: flex; justify-content: space-between; gap: 14px; padding: 8px 8px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.board-toolbar strong { color: var(--teal); }
.board-body { position: relative; min-height: 400px; overflow: hidden; }
.board-body::before { position: absolute; inset: 20px; border-radius: 15px; opacity: .38; background-image: linear-gradient(#dbe3e7 1px, transparent 1px), linear-gradient(90deg, #dbe3e7 1px, transparent 1px); background-size: 34px 34px; content: ""; }
.evidence-item { position: absolute; z-index: 2; width: 175px; min-height: 92px; padding: 14px; border: 1px solid var(--line); border-left: 5px solid #ed8a53; border-radius: 9px; background: #fff; box-shadow: 0 10px 26px rgba(18,44,62,.12); transition: inset .75s cubic-bezier(.22,.8,.28,1), transform .75s cubic-bezier(.22,.8,.28,1), opacity .4s, border-color .4s; }
.evidence-item span, .evidence-item strong, .evidence-item small { display: block; }
.evidence-item span { color: var(--teal); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.evidence-item strong { margin: 6px 0; color: var(--navy); font-size: 12px; line-height: 1.3; }
.evidence-item small { color: var(--muted); font-size: 9px; }
.item-a { left: 5%; top: 9%; transform: rotate(-3deg); }.item-b { right: 8%; top: 14%; transform: rotate(2deg); }.item-c { left: 13%; bottom: 13%; transform: rotate(2deg); }.item-d { right: 12%; bottom: 9%; transform: rotate(-2deg); }
.board-target { position: absolute; z-index: 1; left: 50%; top: 50%; display: grid; place-items: center; width: 180px; height: 220px; transform: translate(-50%,-50%); opacity: .08; transition: opacity .55s, transform .75s; }
.board-target i { position: absolute; inset: 0; border: 1px solid var(--navy); border-radius: 9px; background: #fff; }
.board-target i:nth-child(1) { transform: rotate(5deg) translate(9px,-3px); }.board-target i:nth-child(2) { transform: rotate(2deg) translate(4px,-1px); }.board-target i:nth-child(3) { box-shadow: 0 20px 40px rgba(18,44,62,.15); }
.board-target span { position: relative; z-index: 2; color: var(--navy); text-align: center; font-size: 13px; font-weight: 800; }
.stage-check .evidence-item { border-left-color: var(--yellow); transform: rotate(0); }
.stage-check .item-a { left: 7%; top: 10%; }.stage-check .item-b { right: 7%; top: 10%; }.stage-check .item-c { left: 7%; bottom: 10%; }.stage-check .item-d { right: 7%; bottom: 10%; }
.stage-check .board-target { opacity: .14; transform: translate(-50%,-50%) scale(.92); }
.stage-ready .evidence-item { left: 50%; right: auto; top: 50%; bottom: auto; transform: translate(-50%,-50%) scale(.44); opacity: 0; border-left-color: var(--green); }
.stage-ready .board-target { z-index: 3; opacity: 1; transform: translate(-50%,-50%) scale(1.05); }
.board-legend { display: flex; flex-wrap: wrap; gap: 18px; padding: 15px 8px 3px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.board-legend span { display: flex; align-items: center; gap: 6px; }.board-legend i { width: 7px; height: 7px; border-radius: 50%; }.legend-raw { background: #ed8a53; }.legend-check { background: var(--yellow); }.legend-ready { background: var(--green); }

.proof-section { padding-block: 105px; background: var(--light); }
.proof-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; margin-bottom: 48px; }
.proof-heading h2 { max-width: 850px; }
.proof-ledger { border-top: 1px solid var(--line); }
.proof-ledger article { display: grid; grid-template-columns: 70px .85fr 1.15fr; gap: 30px; align-items: center; padding: 27px 8px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.proof-ledger article:hover { padding-inline: 18px; background: #fff; }
.proof-ledger article > span { color: var(--teal); font-size: 12px; font-weight: 800; }
.proof-ledger h3, .proof-ledger p { margin: 0; }.proof-ledger h3 { font-size: 21px; }.proof-ledger p { color: var(--muted); font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.steps article { min-height: 238px; padding: 25px; background: var(--white); }
.steps span { color: var(--teal); font-weight: 800; }
.steps h3 { margin: 34px 0 10px; font-size: 20px; }
.steps p { color: var(--muted); font-size: 14px; }
.guardrails { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; margin-top: 48px; padding: 38px; background: var(--pale-yellow); border: 1px solid #eadc83; }
.guardrails ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.guardrails li { padding: 16px 18px; background: var(--white); color: var(--navy); font-weight: 700; }

.page-hero { padding: 78px 0 62px; background: var(--navy); color: var(--white); }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; color: var(--white); }
.page-hero p:last-child { max-width: 850px; margin-bottom: 0; color: #d7e2e7; font-size: 19px; }
.content-section { padding-block: 68px 90px; }
.sprint-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px; background: var(--navy); color: var(--white); }
.sprint-head span, .sprint-head strong, .sprint-head small { display: block; }
.sprint-head span { color: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sprint-head strong { margin: 7px 0 3px; font-size: 40px; }
.sprint-head small { color: #d7e2e7; }
.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.deliverables article { min-height: 250px; padding: 25px; background: var(--white); }
.deliverables span { color: var(--teal); font-size: 12px; font-weight: 800; }
.deliverables h2 { margin: 34px 0 12px; font-size: 24px; }
.deliverables p { color: var(--muted); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; padding: 36px; background: var(--pale-yellow); }
.fit-grid p { color: var(--muted); }
.fit-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.fit-grid li { padding: 14px 16px; background: var(--white); color: var(--navy); font-weight: 700; }
.callout { margin-top: 34px; padding: 25px 28px; border-left: 7px solid var(--yellow); background: var(--pale-yellow); }
.callout h2 { margin-bottom: 8px; font-size: 25px; }
.callout p:last-child { margin-bottom: 0; color: var(--muted); }
.search-intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.search-intent-card { padding: 27px; border: 1px solid var(--line); border-top: 6px solid var(--teal); background: var(--white); }
.search-intent-card h3 { margin: 12px 0 10px; font-size: 22px; }
.search-intent-card p { color: var(--muted); }
.search-intent-card a { font-weight: 800; }
.content-lead { max-width: 870px; color: var(--muted); font-size: 19px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 46px; align-items: start; }
.content-prose { max-width: 820px; }
.content-prose h2 { margin-top: 46px; font-size: 30px; }
.content-prose h3 { margin-top: 28px; font-size: 21px; }
.content-prose p, .content-prose li { color: var(--muted); }
.content-prose a { font-weight: 700; }
.content-aside { position: sticky; top: 112px; padding: 27px; border-top: 7px solid var(--yellow); background: var(--pale-yellow); }
.content-aside h2 { font-size: 24px; }
.content-aside ul { padding-left: 20px; }
.content-aside li { margin-bottom: 8px; }
.content-aside .button { width: 100%; margin-top: 12px; }
.faq-list { display: grid; gap: 12px; margin-top: 26px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--line); background: var(--white); }
.faq-list summary { color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-list details p { margin: 12px 0 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-grid section { padding: 28px; border: 1px solid var(--line); border-top: 6px solid var(--teal); }
.about-grid span { color: var(--teal); font-weight: 800; }
.about-grid h2 { margin: 25px 0 12px; font-size: 24px; }
.about-grid p { color: var(--muted); }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.status-grid div { padding: 23px; background: var(--white); }
.status-grid strong { display: block; color: var(--navy); font-size: 28px; }
.status-grid span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.legal-stack { display: grid; gap: 16px; }
.legal-stack section { padding: 29px; border: 1px solid var(--line); border-left: 7px solid var(--teal); }
.legal-stack h2 { font-size: 26px; }
.legal-stack p, .legal-stack li { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-top: 7px solid var(--yellow); background: var(--pale-yellow); }
.contact-card p { color: var(--muted); }
.contact-card a { font-weight: 800; }
.tqet-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.tqet-form label { display: grid; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 800; }
.tqet-form__wide, .tqet-form__consent, .tqet-button, .tqet-form__status { grid-column: 1 / -1; }
.tqet-form input, .tqet-form select, .tqet-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #aebec7; border-radius: 5px; background: var(--white); color: var(--ink); }
.tqet-form textarea { min-height: 150px; resize: vertical; }
.tqet-form__consent { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 600 !important; }
.tqet-form__consent input { width: 20px; min-height: 20px; }
.tqet-button { min-height: 50px; border: 2px solid var(--navy); border-radius: 8px; background: var(--yellow); color: var(--navy); font-weight: 800; }
.tqet-hp { position: absolute !important; left: -10000px !important; }
.tqet-form__status { padding: 16px; border-left: 5px solid var(--green); background: #eaf6ef; }
.tqet-form__error { border-left-color: var(--red); background: #fdebf0; }

.site-footer { background: #0d2230; color: #d7e2e7; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr .8fr .8fr; gap: 38px; padding-block: 52px; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer h2 { font-size: 26px; }
.site-footer h3 { font-size: 15px; }
.site-footer ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.site-footer a { color: #d7e2e7; }
.footer-bottom { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 20px 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.2); }
  .site-nav.open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; }
  .header-inner > .nav-cta { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero { background: radial-gradient(circle at 70% 70%, rgba(11,102,112,.3), transparent 30%), var(--navy); }
  .trust-strip, .deliverables, .status-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-3, .about-grid, .search-intent-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .guardrails, .fit-grid, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .content-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .transformation-grid, .proof-heading, .closing-grid { grid-template-columns: 1fr; }
  .transformation-grid { gap: 50px; }
  .quickcheck-head { grid-template-columns: 1fr; gap: 10px; }
  .quickcheck-form { grid-template-columns: 1fr 1fr; }
  .quickcheck-form label { border-right: 0; border-bottom: 1px solid var(--line); }
  .quickcheck-submit { min-height: 54px; }
  .proof-ledger article { grid-template-columns: 48px 1fr; }
  .proof-ledger article p { grid-column: 2; }
  .closing-action { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .header-inner { min-height: 72px; }
  .brand strong { font-size: 24px; }
  .site-nav { top: 72px; }
  .pilot-ribbon .wrap { align-items: flex-start; flex-direction: column; padding-block: 10px; }
  .hero-inner { padding-block: 58px 65px; }
  .hero { min-height: auto; }
  .hero-index { display: none; }
  .hero-copy { font-size: 18px; }
  .hero-outcome { grid-template-columns: 1fr; gap: 7px; }
  .hero-outcome > i { justify-self: center; transform: rotate(90deg); }
  .offer-card { padding: 23px; }
  .trust-strip, .steps, .deliverables, .status-grid { grid-template-columns: 1fr; }
  .quickcheck-section { padding-block: 46px 54px; }
  .quickcheck-shell { width: calc(100% - 24px); padding: 22px 14px; border-radius: 16px; }
  .quickcheck-form { grid-template-columns: 1fr; }
  .quickcheck-form label { padding-block: 11px; }
  .quickcheck-result { grid-template-columns: 1fr; gap: 18px; padding: 20px 16px; }
  .result-deliverables { grid-template-columns: 1fr; }
  .result-actions { justify-content: stretch; }
  .result-actions .button { width: 100%; }
  .section { padding-block: 64px; }
  .sprint-head { align-items: flex-start; flex-direction: column; }
  .fit-grid, .guardrails { padding: 25px; }
  .contact-grid { gap: 18px; }
  .tqet-form { grid-template-columns: 1fr; padding: 22px; }
  .tqet-form label { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .evidence-engine { padding: 17px; border-radius: 18px; }
  .engine-stage { min-height: 220px; grid-template-columns: 1fr 82px 1fr; gap: 8px; }
  .engine-core { width: 82px; height: 82px; }
  .engine-core::before, .engine-core::after { width: 32px; }
  .dossier-stack { width: 78px; height: 108px; }
  .engine-status { grid-template-columns: 1fr; }
  .engine-status > div { min-height: 62px; }
  .engine-footer { flex-direction: column; }
  .transformation-section, .proof-section { padding-block: 72px; }
  .transformation-tabs button[aria-selected="true"] { transform: none; }
  .evidence-board { min-height: 470px; padding: 12px; }
  .evidence-item { width: 140px; }
  .board-target { width: 150px; height: 190px; }
  .proof-ledger article { grid-template-columns: 36px 1fr; gap: 16px; }
  .proof-ledger article p { grid-column: 2; }
  .closing-action strong { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
