:root {
  --ink: #102a2b;
  --forest: #123d3b;
  --teal: #1b5b56;
  --mint: #c8f36a;
  --cream: #f4f2e9;
  --paper: #fbfaf5;
  --line: #dcded4;
  --muted: #667473;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { width: min(1280px, calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16,42,43,.11); }
.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.brand-logo { display: block; flex: 0 0 40px; width: 40px; height: 40px; object-fit: contain; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--teal); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 4px; padding: 16px 21px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 16px; font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .08em; transition: background .2s, border-color .2s; }
.language-switch:hover { border-color: var(--teal); background: var(--cream); }
.button-outline { border: 1px solid var(--ink); }
.button-primary { background: var(--mint); color: var(--ink); box-shadow: 0 8px 24px rgba(26,62,48,.12); }
.button-primary:hover { box-shadow: 0 12px 30px rgba(26,62,48,.2); background: #d3fa7d; }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 52px; padding-block: 72px 90px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; color: var(--teal); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(200,243,106,.25); }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 660px; font-size: clamp(49px, 5.2vw, 72px); }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-intro { max-width: 580px; margin: 26px 0 30px; color: #536362; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-block: 7px; }
.trust-row { display: flex; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { flex: 1; display: flex; flex-direction: column; padding-right: 18px; }
.trust-row div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.trust-row strong { font-size: 14px; }
.trust-row span { font-size: 11px; color: var(--muted); }

.hero-visual { min-height: 535px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(200,243,106,.45), rgba(213,232,196,.18) 55%, transparent 70%); }
.dashboard-card { position: relative; background: rgba(255,255,252,.96); border: 1px solid rgba(21,65,60,.12); box-shadow: 0 28px 75px rgba(18,61,59,.14); }
.main-card { width: min(460px, 92%); border-radius: 12px; padding: 22px; }
.card-topline { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.mini-logo { display: block; width: 24px; height: 24px; object-fit: contain; }
.status-dot { margin-left: auto; color: #337262; background: #e1f4e9; border-radius: 20px; padding: 4px 8px; }
.process-title { display: flex; justify-content: space-between; align-items: flex-end; padding: 24px 0 21px; }
.process-title small, .flow-item small { color: var(--muted); }
.process-title h3 { margin-top: 4px; font-size: 18px; letter-spacing: -.02em; }
.risk-label { padding: 4px 8px; border: 1px solid #bcd8cf; border-radius: 3px; color: #3f756a; font-size: 9px; font-weight: 700; }
.flow-list { background: #f6f7f2; border-radius: 8px; padding: 15px; }
.flow-item { display: grid; grid-template-columns: 30px 1fr 20px; gap: 10px; align-items: center; }
.flow-item > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #d5dbd2; border-radius: 50%; color: var(--muted); font-size: 11px; }
.flow-item.done > span, .flow-item.active > span { background: var(--forest); color: var(--mint); border-color: var(--forest); }
.flow-item p { display: flex; flex-direction: column; margin: 0; font-size: 11px; }
.flow-item i { color: #58706c; font-style: normal; }
.flow-line { width: 1px; height: 17px; margin: 3px 0 3px 14px; background: #c9d2ca; }
.card-footer { display: flex; justify-content: space-between; margin-top: 17px; padding: 0 2px; color: var(--muted); font-size: 10px; }
.card-footer b { color: var(--teal); }
.floating-card { position: absolute; display: flex; gap: 11px; align-items: center; border-radius: 9px; padding: 13px 15px; transform: rotate(2deg); }
.floating-card div { display: flex; flex-direction: column; font-size: 11px; }
.floating-card small { color: var(--muted); font-size: 8px; }
.float-one { top: 40px; right: -12px; }
.float-two { bottom: 34px; left: -10px; }
.icon-shield, .icon-person { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--teal); background: #e7f4e5; }

.problem-strip { padding: 90px 0; background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: 55px; align-items: start; }
.section-kicker { margin: 5px 0 18px; }
.problem-grid h2, .section-heading h2, .principles h2, .pilot h2, .contact h2 { font-size: clamp(36px, 4vw, 52px); }
.problem-copy { color: #586563; font-size: 16px; }
.problem-copy p:first-child { margin-top: 5px; }
.shadow-definition { margin-bottom: 18px; padding: 16px 18px; border-left: 3px solid var(--mint); background: rgba(255,255,255,.65); }
.shadow-definition strong { color: var(--ink); font-family: Manrope, sans-serif; font-size: 14px; }
.shadow-definition p { margin: 5px 0 0 !important; font-size: 13px; }
.button-dark { margin-top: 12px; color: white; background: var(--forest); }
.button-dark:hover { background: var(--teal); box-shadow: 0 10px 25px rgba(18,61,59,.18); }
.cta-reassurance { display: block; margin-top: 11px; color: #77827f; font-size: 10px; }

.assurance { display: grid; grid-template-columns: 1.02fr .98fr; gap: 85px; align-items: center; padding-block: 120px; }
.assurance-image { position: relative; min-height: 610px; overflow: hidden; background: var(--cream); }
.assurance-image img { width: 100%; height: 610px; display: block; object-fit: cover; object-position: 58% center; filter: saturate(.84) contrast(.98); }
.image-proof { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; background: rgba(255,255,251,.94); backdrop-filter: blur(10px); box-shadow: 0 12px 35px rgba(16,42,43,.16); }
.image-proof > span { display: grid; place-items: center; flex: 0 0 37px; height: 37px; border-radius: 50%; color: var(--ink); background: var(--mint); font-weight: 800; }
.image-proof p { display: flex; flex-direction: column; margin: 0; font-size: 12px; }
.image-proof small { color: var(--muted); }
.assurance-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.assurance-copy > p:not(.section-kicker):not(.certificate-note) { color: var(--muted); font-size: 16px; }
.iso-cards { display: grid; gap: 11px; margin-top: 28px; }
.iso-cards article { display: grid; grid-template-columns: 82px 1fr; gap: 18px; align-items: center; padding: 17px; border: 1px solid var(--line); background: white; }
.iso-cards h3 { margin-bottom: 4px; font-size: 16px; letter-spacing: -.02em; }
.iso-cards p { margin: 0; color: var(--muted); font-size: 11px; }
.iso-seal { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 72px; height: 72px; border: 1px solid #b8c9c4; border-radius: 50%; color: var(--teal); background: #f3f7f2; line-height: 1.05; }
.iso-seal::before, .iso-seal::after { content: "• • •"; position: absolute; font-size: 6px; letter-spacing: 3px; }
.iso-seal::before { transform: translateY(-26px); }
.iso-seal::after { transform: translateY(26px); }
.iso-seal span { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.iso-seal strong { font: 800 14px Manrope, sans-serif; }
.iso-seal.accent { border-color: #a9c949; color: var(--ink); background: #f1fad8; }
.european-standard { display: flex; gap: 13px; align-items: flex-start; margin-top: 18px; padding: 16px; background: var(--cream); }
.eu-stars { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: var(--mint); background: var(--forest); }
.european-standard p { display: flex; flex-direction: column; gap: 3px; margin: 0; font-size: 11px; }
.european-standard small { color: var(--muted); }
.certificate-note { margin: 10px 0 0; color: #7b8784; font-size: 9px; }

.approach { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading .section-kicker { grid-column: 1 / -1; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step-card { position: relative; min-height: 430px; padding: 35px; border: 1px solid var(--line); background: var(--paper); }
.step-card + .step-card { border-left: 0; }
.step-card.featured { background: var(--cream); }
.step-number { position: absolute; top: 24px; right: 28px; color: #87928d; font: 700 11px Manrope, sans-serif; }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 58px; border-radius: 50%; background: #e7ecdf; color: var(--teal); font-size: 22px; }
.featured .step-icon { background: var(--mint); }
.step-card h3 { font-size: 25px; }
.step-card p { min-height: 72px; color: var(--muted); }
.step-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.step-card li { margin: 9px 0; font-size: 13px; }
.step-card li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 700; }
.self-led-note { display: grid; grid-template-columns: 160px 1fr; gap: 35px; align-items: center; margin-top: 20px; padding: 25px 30px; border-left: 4px solid var(--mint); background: var(--forest); color: white; }
.self-led-note > span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.self-led-note p { margin: 0; color: #c5d2cf; font-size: 14px; }
.self-led-note strong { color: white; }

.tools-section { padding-block: 110px; background: var(--cream); }
.tools-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.tools-heading h2, .eu-data-intro h2 { font-size: clamp(36px, 4vw, 52px); }
.tools-heading > p { margin: 0 0 7px; color: var(--muted); }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tool-card { display: flex; flex-direction: column; min-height: 390px; padding: 25px; border: 1px solid var(--line); background: white; }
.tool-name { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.tool-name h3 { font-size: 19px; letter-spacing: -.02em; }
.tool-name small { color: var(--muted); font-size: 9px; }
.tool-mark { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border-radius: 10px; font: 800 15px Manrope, sans-serif; }
.codex-mark { color: var(--mint); background: var(--ink); }
.n8n-mark { color: #7e3b1c; background: #ffe2d3; font-size: 12px; }
.vercel-mark { color: white; background: #111; }
.claude-mark { color: #6e432c; background: #e8d7c8; font-size: 11px; }
.tool-card > p { color: #596663; font-size: 13px; }
.plain-example { display: flex; flex-direction: column; gap: 3px; margin-top: auto; padding: 13px; background: #f4f5f0; font-size: 11px; }
.plain-example strong { color: var(--teal); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.tool-caution { min-height: 58px; margin: 14px 0 0; font-size: 10px !important; }
.tool-caution b { color: var(--ink); }
.eu-data-guide { margin-top: 25px; padding: 48px; color: white; background: var(--forest); }
.eu-data-intro { display: grid; grid-template-columns: 72px 1fr; gap: 24px; max-width: 800px; }
.eu-data-intro .section-kicker { color: var(--mint); }
.eu-data-intro h2 { color: white; }
.eu-data-intro p:last-child { color: #b9cac6; }
.eu-lock { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font: 800 17px Manrope, sans-serif; }
.eu-checklist { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.eu-checklist li { padding: 24px 18px 20px 0; }
.eu-checklist li + li { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.16); }
.eu-checklist li > span { display: grid; place-items: center; width: 25px; height: 25px; margin-bottom: 13px; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 10px; font-weight: 800; }
.eu-checklist p { display: flex; flex-direction: column; gap: 5px; margin: 0; font-size: 11px; }
.eu-checklist small { color: #aebfbb; }
.eu-bottomline { margin-top: 15px; padding: 14px 17px; color: var(--ink); background: var(--mint); font-size: 12px; }
.tools-source-note { margin: 12px 0 0; color: #7c8783; text-align: right; font-size: 9px; }

.startlog { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; padding-bottom: 120px; }
.startlog-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.startlog-copy > p:not(.section-kicker) { color: var(--muted); font-size: 16px; }
.log-benefits { margin: 30px 0 0; padding: 0; list-style: none; }
.log-benefits li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }
.log-benefits li > span { color: var(--teal); font: 700 10px Manrope, sans-serif; }
.log-benefits div { display: flex; flex-direction: column; gap: 3px; }
.log-benefits small { color: var(--muted); }
.log-demo { padding: 25px; border: 1px solid #d5dbd2; border-radius: 12px; background: white; box-shadow: 0 26px 70px rgba(18,61,59,.11); }
.log-demo-header, .log-demo-header > div { display: flex; align-items: center; }
.log-demo-header { justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.log-demo-header > div { gap: 9px; font-size: 13px; }
.live-badge { padding: 5px 9px; border-radius: 20px; color: #347062; background: #e7f4e9; font-size: 9px; font-weight: 700; }
.log-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-block: 18px; }
.log-summary > div { display: flex; flex-direction: column; padding: 14px; border-radius: 6px; background: #f5f6f1; }
.log-summary small { min-height: 30px; color: var(--muted); font-size: 9px; }
.log-summary strong { font: 700 24px Manrope, sans-serif; }
.amber { color: #a96719; }
.log-table { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.log-row { display: grid; grid-template-columns: 1fr 72px 70px; align-items: center; min-height: 48px; padding: 0 12px; border-top: 1px solid var(--line); font-size: 10px; }
.log-row:first-child { border: 0; }
.log-row > span:first-child { display: flex; align-items: center; gap: 8px; }
.log-row b { font-weight: 600; }
.process-register .log-row { grid-template-columns: 1.45fr .7fr .45fr .48fr; }
.log-head { min-height: 35px; background: #f5f6f1; color: var(--muted); font-weight: 700; }
.signal { display: grid; place-items: center; flex: 0 0 23px; height: 23px; border-radius: 50%; font-style: normal; font-weight: 700; }
.amber-bg { color: #9a641e; background: #fff0d2; }
.green-bg { color: #337262; background: #e1f4e9; }
.tag { justify-self: start; border-radius: 20px; padding: 3px 7px; font-size: 8px; font-weight: 700; }
.tag.open { background: #f3e9e1; color: #90552e; }
.tag.action { background: #fff0d2; color: #8b5d1d; }
.tag.solved { background: #e1f4e9; color: #337262; }
.log-insight { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 13px; border-left: 3px solid var(--mint); background: #f0f5e8; }
.log-insight > span { color: var(--teal); }
.log-insight p { display: flex; flex-direction: column; margin: 0; font-size: 10px; }
.log-insight small { color: var(--muted); }
.privacy-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.register-compliance { margin-bottom: 120px; padding: 58px; color: white; background: var(--forest); }
.register-compliance-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: end; padding-bottom: 38px; }
.register-compliance h2 { color: white; font-size: clamp(36px, 4vw, 52px); }
.register-compliance h2 em { color: var(--mint); }
.register-compliance-intro > p { margin: 0; color: #bdceca; }
.register-compliance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); }
.register-compliance-grid article { padding: 28px 22px 20px 0; }
.register-compliance-grid article + article { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.register-compliance-grid span { display: block; margin-bottom: 28px; color: var(--mint); font: 800 11px Manrope, sans-serif; }
.register-compliance-grid h3 { color: white; font-size: 19px; letter-spacing: -.02em; }
.register-compliance-grid p { color: #adbfbb; font-size: 12px; }
.register-compliance-note { margin: 25px 0 0; padding: 16px 18px; color: var(--ink); background: var(--mint); font-size: 12px; }

.principles { background: var(--forest); color: white; padding-block: 110px; }
.principles-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.section-kicker.light { color: var(--mint); }
.principles h2 em { color: var(--mint); }
.principles-copy > p:not(.section-kicker) { max-width: 470px; color: #b9cac6; }
.button-light { margin-top: 20px; background: white; color: var(--ink); }
.principle-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principle-list > div:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.principle-list > div > span { color: var(--mint); font-size: 11px; font-weight: 700; }
.principle-list p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.principle-list small { color: #aebfbb; }

.pilot { padding-block: 110px; }
.pilot-card { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 68px; background: var(--cream); }
.pilot-card > div > p:last-child { color: var(--muted); }
.pilot-details > div { display: flex; align-items: baseline; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid #ccd0c5; }
.pilot-details strong { font: 700 21px Manrope, sans-serif; }
.pilot-details span { color: var(--muted); font-size: 12px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.offer-card { display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 50px rgba(18,61,59,.06); }
.offer-card.featured { border-top: 5px solid var(--teal); background: var(--cream); }
.offer-card.platform { border-top: 5px solid var(--mint); background: var(--forest); color: white; }
.offer-card.platform h3, .offer-card.platform .offer-topline strong { color: white; }
.offer-card.platform > p, .offer-card.platform .offer-topline small { color: #bdceca; }
.offer-card.platform li { color: #e1eae7; }
.offer-card.platform li::before { color: var(--mint); }
.offer-card.platform .offer-note { color: var(--ink); background: var(--mint); }
.offer-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 28px; color: var(--teal); }
.offer-topline > span { font: 800 12px Manrope, sans-serif; letter-spacing: .08em; }
.offer-topline strong { color: var(--ink); font: 800 28px Manrope, sans-serif; text-align: right; }
.offer-topline small { display: block; margin-top: 3px; color: var(--muted); font: 600 10px "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.offer-card h3 { margin: 0 0 13px; font: 800 24px Manrope, sans-serif; }
.offer-card > p { color: var(--muted); }
.offer-card ul { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.offer-card li { position: relative; padding-left: 22px; font-size: 14px; }
.offer-card li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; font-weight: 800; }
.offer-card .button { align-self: flex-start; margin-top: auto; }
.offer-card .offer-note { margin-top: auto; padding: 16px; background: #edf1e7; color: var(--ink); font-size: 12px; font-weight: 600; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding-block: 30px 120px; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); max-width: 530px; font-size: 17px; }
.contact-note { display: inline-flex; gap: 9px; align-items: center; margin-top: 18px; padding: 11px 14px; background: #edf1e7; font-size: 12px; font-weight: 600; }
.contact-note span { color: var(--teal); }
.contact-form { display: flex; flex-direction: column; gap: 18px; padding: 32px; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(18,61,59,.07); background: white; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #ccd2c9; border-radius: 3px; padding: 13px 14px; color: var(--ink); background: #fbfcf8; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,91,86,.1); }
.form-message { min-height: 18px; margin: 0; text-align: center; color: var(--teal); font-size: 12px; font-weight: 700; }

footer { background: #0c2928; color: white; }
.footer-inner { min-height: 130px; display: flex; align-items: center; justify-content: space-between; }
.footer-inner > p { color: #a5b9b5; }
.footer-inner > div { display: flex; gap: 24px; color: #a5b9b5; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header nav, .site-header .header-actions > .button { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open nav { display: flex; position: absolute; z-index: 10; top: 72px; left: 24px; right: 24px; flex-direction: column; gap: 0; padding: 12px; background: white; box-shadow: 0 18px 50px rgba(16,42,43,.14); }
  .site-header.menu-open nav a { padding: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .problem-grid { grid-template-columns: 1fr; gap: 15px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .tools-heading { grid-template-columns: 1fr; gap: 20px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .eu-checklist { grid-template-columns: 1fr 1fr; }
  .eu-checklist li + li { padding-left: 0; border-left: 0; }
  .steps { grid-template-columns: 1fr; }
  .step-card + .step-card { border-left: 1px solid var(--line); border-top: 0; }
  .assurance, .startlog, .principles-inner, .pilot-card, .offer-grid, .contact, .register-compliance-intro { grid-template-columns: 1fr; gap: 55px; }
  .register-compliance-grid { grid-template-columns: 1fr 1fr; }
  .register-compliance-grid article + article { padding-left: 0; border-left: 0; }
  .assurance-image { min-height: 520px; }
  .assurance-image img { height: 520px; }
}

@media (max-width: 600px) {
  .section-shell, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { height: 70px; }
  .site-header .brand { max-width: 190px; font-size: 13px; line-height: 1.1; }
  .site-header .brand-logo { flex-basis: 34px; width: 34px; height: 34px; }
  h1 { font-size: 43px; }
  .hero { padding-block: 50px 70px; gap: 30px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 18px; }
  .trust-row div { min-width: 40%; }
  .hero-visual { min-height: 440px; }
  .floating-card { display: none; }
  .main-card { padding: 16px; }
  .approach, .pilot { padding-block: 80px; }
  .tools-section { padding-block: 80px; }
  .assurance { padding-block: 80px; }
  .startlog { padding-bottom: 80px; }
  .register-compliance { margin-bottom: 80px; padding: 34px 24px; }
  .register-compliance-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; padding: 30px 25px; }
  .self-led-note { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .step-icon { margin-bottom: 36px; }
  .principles { padding-block: 80px; }
  .pilot-card { padding: 32px 24px; }
  .pilot-details > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contact { padding-bottom: 80px; }
  .contact-form { padding: 24px 18px; }
  .log-demo { padding: 16px; }
  .log-summary { grid-template-columns: 1fr 1fr; }
  .assurance-image { min-height: 430px; }
  .assurance-image img { height: 430px; }
  .image-proof { left: 12px; right: 12px; bottom: 12px; }
  .iso-cards article { grid-template-columns: 70px 1fr; padding: 13px; }
  .iso-seal { width: 62px; height: 62px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 340px; }
  .eu-data-guide { padding: 30px 22px; }
  .eu-data-intro { grid-template-columns: 1fr; }
  .eu-checklist { grid-template-columns: 1fr; }
  .log-row { grid-template-columns: 1fr 44px 58px; padding-inline: 8px; }
  .process-register .log-row { grid-template-columns: 1.4fr .62fr .42fr .45fr; gap: 4px; font-size: 8px; }
  .process-register .signal { display: none; }
  .footer-inner { flex-direction: column; justify-content: center; gap: 14px; text-align: center; padding-block: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
