:root {
  --ink: #081522;
  --ink-soft: #142638;
  --paper: #f7f8f6;
  --white: #ffffff;
  --muted: #607080;
  --line: #d8e0e5;
  --line-dark: rgba(255,255,255,.13);
  --amber: #f0b86e;
  --amber-deep: #cf8841;
  --blue: #4d88ff;
  --red: #c95656;
  --green: #3f8f79;
  --radius: 2px;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(8,21,34,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--amber); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(8,21,34,.96);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 750; letter-spacing: .13em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--amber); color: var(--amber); font-family: Georgia, serif; font-size: 1.15rem; }
.site-header nav { display: flex; gap: 1.6rem; }
.site-header nav a { text-decoration: none; color: #c7d1da; font-size: .9rem; }
.site-header nav a:hover, .site-header nav a:focus { color: var(--white); }
.header-cta { color: var(--amber); text-underline-offset: 4px; font-size: .9rem; white-space: nowrap; }

.hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(5rem, 8vw, 8rem) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(240,184,110,.06) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(rgba(240,184,110,.05) 1px, transparent 1px) 0 0 / 90px 90px,
    radial-gradient(circle at 79% 32%, rgba(77,136,255,.16), transparent 28%),
    var(--ink);
}
.eyebrow { margin: 0 0 1.1rem; color: var(--amber-deep); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .privacy-section .eyebrow, .final-cta .eyebrow { color: var(--amber); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero-intro { max-width: 760px; margin: 2rem 0 0; color: #c9d3dc; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.25rem; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button.primary { background: var(--amber); color: var(--ink); }
.button.primary:hover, .button.primary:focus { background: #ffc985; }
.button.secondary { border-color: rgba(255,255,255,.28); color: var(--white); }
.button.secondary:hover, .button.secondary:focus { border-color: var(--amber); }
.microcopy { max-width: 760px; margin: 1rem 0 0; color: #8fa0af; font-size: .85rem; }

.exposure-card { position: relative; padding: 1.7rem; background: rgba(17,39,57,.88); border: 1px solid rgba(240,184,110,.28); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.exposure-card::before { content: ""; position: absolute; inset: -10px 10px 10px -10px; border: 1px solid rgba(255,255,255,.08); z-index: -1; }
.card-topline { display: flex; justify-content: space-between; gap: 1rem; color: #95a7b7; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.status { color: var(--amber); }
.score-row { display: flex; align-items: center; justify-content: space-between; padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.score-row p { margin: 0; color: #a8b6c2; font-size: .92rem; }
.score-row strong { font-size: 3.6rem; line-height: 1; }
.score-row strong span { color: #718291; font-size: 1rem; font-weight: 500; }
.score-ring { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; border: 7px solid #7e4045; border-left-color: var(--amber); color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.finding-list { display: grid; gap: .8rem; padding: 1.5rem 0; }
.finding-list div { display: flex; justify-content: space-between; gap: 1rem; }
.finding-list span { color: #c6d0d9; }
.finding-list b { font-size: .78rem; }
.critical { color: #ff8585; }
.high { color: var(--amber); }
.moderate { color: #8fb5ff; }
.attack-path { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .45rem; padding: .9rem; background: rgba(0,0,0,.17); font-size: .76rem; }
.attack-path i { color: var(--amber); font-style: normal; }
.card-note { margin: .7rem 0 0; color: #768999; font-size: .72rem; }

.trust-strip { max-width: var(--max); margin: -1.4rem auto 0; position: relative; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); box-shadow: var(--shadow); }
.trust-strip div { padding: 1.5rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: .92rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 24px; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.section-heading h2, .report-copy h2, .privacy-intro h2, .free-audit-card h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.section-copy > p:first-child { margin-top: 0; font-size: 1.22rem; }
.section-copy p { color: var(--muted); }
.contrast-grid { display: grid; gap: .8rem; margin: 2rem 0; }
.contrast { padding: 1.25rem 1.4rem; border-left: 3px solid; background: var(--white); box-shadow: 0 8px 30px rgba(8,21,34,.06); }
.contrast span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contrast strong { display: block; margin-top: .35rem; }
.contrast.safe { border-color: var(--green); }
.contrast.unsafe { border-color: var(--red); }

.centered { max-width: 800px !important; margin-left: auto; margin-right: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); font-size: 1.08rem; }

.partner-section { max-width: none; background: #eef2f3; }
.partner-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.partner-grid { max-width: var(--max); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 3.5rem !important; border-top: 1px solid #c7d2d9; border-left: 1px solid #c7d2d9; }
.partner-grid article { min-height: 270px; padding: 1.7rem; background: rgba(255,255,255,.55); border-right: 1px solid #c7d2d9; border-bottom: 1px solid #c7d2d9; }
.partner-grid h3 { margin: 2.1rem 0 .6rem; font-size: 1.1rem; }
.partner-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.dossier-section { max-width: none; background: #e3ebef; }
.dossier-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 3.5rem; border-top: 1px solid #c7d2d9; border-left: 1px solid #c7d2d9; }
.feature-grid article { min-height: 250px; padding: 1.8rem; background: rgba(255,255,255,.45); border-right: 1px solid #c7d2d9; border-bottom: 1px solid #c7d2d9; }
.feature-number { color: var(--amber-deep); font-family: Georgia, serif; font-size: 1.2rem; }
.feature-grid h3 { margin: 2.3rem 0 .6rem; font-size: 1.15rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.report-preview { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.report-pages { position: relative; min-height: 520px; }
.paper { position: absolute; width: min(360px, 78%); aspect-ratio: 0.707; padding: 1.8rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.paper span { color: var(--muted); font-size: .55rem; letter-spacing: .12em; }
.paper h4 { margin: 1.1rem 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.paper-front { left: 8%; top: 0; transform: rotate(-2deg); }
.paper-back { right: 2%; top: 3rem; transform: rotate(5deg); }
.paper-line { height: 5px; margin: .65rem 0; background: #d9e0e4; }
.paper-line.amber { width: 32%; background: var(--amber); }
.paper-line.short { width: 68%; }
.paper-table { height: 145px; margin-top: 2rem; border: 1px solid var(--line); background: repeating-linear-gradient(0deg, transparent 0 28px, var(--line) 29px 30px); }
.mini-score { width: 106px; height: 106px; display: grid; place-items: center; margin: 2rem 0 1rem; border-radius: 50%; border: 10px solid var(--amber); color: var(--ink); font-family: Georgia, serif; font-size: 2.5rem; }
.mini-chart { height: 110px; display: flex; align-items: end; gap: .6rem; margin-top: 2rem; border-bottom: 1px solid var(--line); }
.mini-chart i { flex: 1; background: var(--ink-soft); }
.mini-chart i:nth-child(1) { height: 42%; }.mini-chart i:nth-child(2) { height: 76%; }.mini-chart i:nth-child(3) { height: 58%; }.mini-chart i:nth-child(4) { height: 88%; background: var(--amber); }.mini-chart i:nth-child(5) { height: 49%; }
.report-copy > p { margin-top: 0; }
.check-list { list-style: none; margin: 2rem 0; padding: 0; }
.check-list li { position: relative; margin: .7rem 0; padding-left: 1.7rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border: 2px solid var(--amber-deep); transform: rotate(45deg); }
.text-link { font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { color: var(--amber-deep); }

.model-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.model-card { min-height: 240px; padding: 1.5rem; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-card > span { color: var(--amber-deep); font-family: Georgia, serif; font-size: 1.2rem; }
.model-card h3 { margin: 1.7rem 0 .45rem; font-size: 1.05rem; }
.model-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.partner-note { grid-column: 2; padding: 1.2rem 1.3rem; background: #fff7ec; border-left: 3px solid var(--amber-deep); }
.partner-note strong, .partner-note span { display: block; }
.partner-note span { margin-top: .25rem; color: var(--muted); }

.privacy-section { max-width: none; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.privacy-intro > p:last-child { color: #aebdca; font-size: 1.08rem; }
.privacy-rules { border-top: 1px solid var(--line-dark); }
.privacy-rules article { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line-dark); }
.privacy-rules strong { color: var(--amber); font-family: Georgia, serif; font-size: 1.15rem; }
.privacy-rules h3, .privacy-rules p { margin: 0; }
.privacy-rules p { color: #aebdca; }
.policy-note { grid-column: 2; margin: 0; color: #8296a6; font-size: .82rem; }

.free-audit-section { max-width: none; padding-left: max(24px, calc((100vw - 980px) / 2)); padding-right: max(24px, calc((100vw - 980px) / 2)); background: #dfe8ec; }
.free-audit-card { display: grid; grid-template-columns: 1fr 280px; gap: 3rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); background: var(--white); border-top: 4px solid var(--amber); box-shadow: var(--shadow); }
.free-audit-card > div:first-child > p:last-child { max-width: 620px; color: var(--muted); }
.free-audit-side { display: grid; gap: .25rem; text-align: right; }
.free-audit-side > strong { font-family: Georgia, serif; font-size: 4rem; font-weight: 500; line-height: 1; }
.free-audit-side > span { color: var(--muted); font-size: .85rem; margin-bottom: 1rem; }
.wide { width: 100%; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; cursor: pointer; padding: 1.25rem 2.4rem 1.25rem 0; font-weight: 760; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .3rem; top: 1rem; color: var(--amber-deep); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 2.4rem 1.5rem 0; color: var(--muted); }

.final-cta { padding: clamp(5rem, 9vw, 8rem) 24px; text-align: center; background: var(--ink-soft); color: var(--white); }
.final-cta h2 { max-width: 900px; margin: 0 auto 2.2rem; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem 2rem; padding: 3rem max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #8fa0af; border-top: 1px solid var(--line-dark); }
.footer-brand { color: var(--white); }
footer p { margin: 0; font-size: .85rem; }
footer > div { display: flex; gap: 1.2rem; font-size: .85rem; }
.legal-warning { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid var(--line-dark); color: #6f8393; font-size: .75rem; }

.legal-page { max-width: 1040px; }
.legal-page h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 5.4rem); }
.legal-page .section-heading > p:last-child { max-width: 760px; color: var(--muted); }
.legal-content { display: grid; gap: 1rem; margin-top: 3rem; }
.legal-content article { padding: clamp(1.4rem, 3vw, 2.2rem); background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--amber); }
.legal-content h2 { margin: 0 0 .8rem; font-size: 1.45rem; }
.legal-content p { margin: .55rem 0; color: var(--muted); }
.legal-content a { color: var(--amber-deep); text-decoration: underline; text-underline-offset: .18em; }

@media (max-width: 1040px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .exposure-card { max-width: 620px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .model-section { grid-template-columns: 1fr; }
  .partner-note { grid-column: 1; }
}

@media (max-width: 980px) {
  .trust-strip { margin: 0; grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .report-preview, .privacy-section, .faq-section { grid-template-columns: 1fr; }
  .policy-note { grid-column: 1; }
  .report-pages { min-height: 480px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .free-audit-card { grid-template-columns: 1fr; }
  .free-audit-side { text-align: left; max-width: 420px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 0 18px; }
  .header-cta { font-size: 0; }
  .header-cta::after { content: "Audit offert"; font-size: .85rem; }
  .hero { padding: 4.5rem 20px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; text-align: center; }
  .score-row { align-items: end; }
  .score-ring { width: 72px; height: 72px; border-width: 6px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-left: 20px; padding-right: 20px; }
  .partner-grid, .feature-grid, .model-grid { grid-template-columns: 1fr; }
  .report-pages { min-height: 420px; }
  .paper { width: 76%; padding: 1.2rem; }
  .paper-front { left: 3%; }
  .privacy-section { padding-left: 20px; padding-right: 20px; }
  .free-audit-section { padding-left: 20px; padding-right: 20px; }
  .free-audit-card { padding: 1.5rem; }
  footer { padding-left: 20px; padding-right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
