/* 2026 (c) Martin LACOUR — Tous droits réservés. Palette et focus inspirés d'avis-rapide. */
:root{color-scheme:light;--bg:#f7f5f0;--surface:#fff;--ink:#172033;--muted:#465267;--line:#c9c9c4;--navy:#17263d;--accent:#095f58;--soft:#e9f3f0;--focus:#0b6ea8;--error:#952d28;--radius:18px;font-family:"Segoe UI",system-ui,sans-serif;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.65}h1,h2,h3{line-height:1.15;letter-spacing:-.025em}h1{font-size:clamp(2.9rem,7vw,5.6rem);margin:.5rem 0 1.2rem}h2{font-size:clamp(1.6rem,3vw,2.5rem)}h3{font-size:1.17rem}p{max-width:72ch}a{color:var(--accent);text-underline-offset:.2em}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:4px}[hidden]{display:none!important}.wrap{max-width:1200px;margin:auto;padding:0 28px}.header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.brand{font-size:1.5rem;font-weight:850;color:var(--ink);text-decoration:none}.brand span{color:var(--accent)}nav{display:flex;gap:24px;flex-wrap:wrap;font-size:.94rem}.hero{padding:64px 0 50px;display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center}.eyebrow{font-size:.82rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero-copy{font-size:1.25rem}.hero-card{background:var(--navy);color:white;border-radius:var(--radius);padding:30px}.hero-card p{color:#e0e6ee}.hero-card .eyebrow{color:#99e1cc}.hero-card ol{padding-left:22px}.hero-card li{padding:7px 0}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:20px 0}.button{display:inline-flex;justify-content:center;align-items:center;padding:12px 20px;min-height:48px;border:1px solid var(--accent);border-radius:9px;background:var(--accent);color:white;font-weight:650;text-decoration:none}.button.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.button.small{padding:8px 12px;min-height:42px;font-size:.9rem}.link{background:none;border:0;color:var(--accent);padding:8px 0;text-decoration:underline;text-underline-offset:.2em;text-align:left}.muted,small,.hint{color:var(--muted)}small,.hint{font-size:.9rem}.section{padding:40px 0}.section-head{max-width:740px;margin-bottom:26px}.steps{display:flex;gap:8px;margin:0 0 24px;padding:0;list-style:none;flex-wrap:wrap}.steps li{padding:8px 14px;border-radius:30px;background:#e8e8e2;color:var(--muted);font-size:.9rem}.steps li[aria-current=step]{background:var(--navy);color:white}.config-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.card h2:first-child,.card h3:first-child{margin-top:0}.quote{position:sticky;top:20px;border-top:4px solid var(--accent)}.price{font-size:2.2rem;font-weight:800;line-height:1.1;margin:12px 0}.price small{font-size:1rem;font-weight:500}.quote ul{padding-left:20px;font-size:.94rem}.quote-lines{display:grid;gap:10px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quote-line{display:flex;gap:12px;justify-content:space-between;font-size:.93rem}.quote-line strong{white-space:nowrap}.panel h2{font-size:1.8rem}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:block;margin:0 0 20px;font-weight:600}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid #87929d;border-radius:8px;background:white;color:var(--ink);padding:11px 12px;margin-top:7px;min-height:48px}.field textarea{min-height:120px;resize:vertical}.field .hint{display:block;font-weight:400;margin-top:5px}.choice{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:10px;margin:0;cursor:pointer}.choice:has(input:checked){border-color:var(--accent);background:var(--soft)}.choice input{width:20px;height:20px;accent-color:var(--accent);flex-shrink:0;margin-top:4px}.choice strong{display:block}.choice small{display:block;line-height:1.4;margin-top:3px}.services{display:grid;grid-template-columns:1fr 1fr;gap:10px}.services .all{grid-column:1/-1;background:#f0f2f4}.choice-stack{display:grid;gap:12px}fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}legend{font-weight:750;margin-bottom:12px}.notice{padding:14px 16px;border-left:4px solid var(--accent);background:var(--soft);border-radius:0 8px 8px 0;font-size:.95rem}.notice.error{border-color:var(--error);background:#fff0ee;color:var(--error)}.status{min-height:1.7em;color:var(--muted)}.status.error{color:var(--error)}.subscription{border:2px solid var(--accent);background:var(--soft);padding:24px;border-radius:var(--radius);margin-top:22px}.subscription h3{font-size:1.65rem;margin:8px 0}.subscription .price{font-size:2rem}.subscription .choice{background:white}.details{margin:20px 0;border-top:1px solid var(--line);padding-top:16px}summary{cursor:pointer;font-weight:700;padding:8px 0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid3 h3{margin-top:0}.band{background:var(--navy);color:white;padding:36px;border-radius:var(--radius)}.band a{color:#a6ead5}.band .muted{color:#d8e1eb}.portal{max-width:1000px;margin:40px auto}.portal-login{max-width:560px}.timeline{list-style:none;padding:0}.timeline li{padding:16px 0 16px 20px;border-left:3px solid var(--line);border-bottom:1px solid #e7e8eb}.timeline time{display:block;font-size:.85rem;color:var(--muted)}.tag{display:inline-block;font-size:.82rem;font-weight:700;padding:3px 9px;border-radius:5px;background:var(--soft);color:var(--accent)}.case-card{margin-bottom:16px}.case-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.94rem}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere}.break{overflow-wrap:anywhere;word-break:break-word}.access-code{font-family:monospace;font-size:1rem;background:#eff3f5;padding:15px;border-radius:8px;overflow-wrap:anywhere}.footer{margin-top:50px;border-top:1px solid var(--line);padding-top:25px;padding-bottom:35px;font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.skip{position:absolute;left:12px;top:-100px;background:white;padding:10px;z-index:20}.skip:focus{top:8px}.checklist{padding-left:22px}.checklist li{margin:10px 0}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.review-list{display:grid;gap:12px}.review-list dt{font-weight:750}.review-list dd{margin:0 0 12px;overflow-wrap:anywhere}.no-js{background:#fff2d7;padding:16px}.admin-tools{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric{font-size:2rem;font-weight:800}main:focus{outline:0}@media(max-width:900px){.config-layout{grid-template-columns:minmax(0,1fr)}.quote{position:static;order:-1}.quote .quote-lines,.quote .quote-description{display:none}.quote .price{margin:8px 0}.hero{gap:25px}.grid3{grid-template-columns:1fr}.admin-tools{grid-template-columns:1fr}}@media(max-width:620px){.wrap{padding:0 18px}.header{padding-top:14px;padding-bottom:14px;align-items:flex-start}.brand{font-size:1.25rem}nav{gap:8px;flex-direction:column;font-size:.87rem}.hero{grid-template-columns:1fr;padding:34px 0;gap:24px}.hero-card{padding:22px}.hero-copy{font-size:1.1rem}.card{padding:20px}.services,.fields{grid-template-columns:1fr}.section{padding:25px 0}.steps li{font-size:.8rem;padding:6px 9px}.subscription{padding:18px}.band{padding:22px}.actions .button{flex:1 1 auto}.portal{margin:25px auto}.price{font-size:1.85rem}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}.button{transition:background .15s}.button:hover{filter:brightness(.93)}}@media print{.header nav,.actions,.steps,button,.footer-links{display:none!important}.card{break-inside:avoid}.quote{position:static}.config-layout{display:block}body{background:white}}
/* Le détail chiffré et le complément restent visibles aussi sur mobile. */
@media(max-width:900px){.quote .quote-lines{display:grid}.quote .price{font-size:1.9rem}}
.quote-line span{min-width:0;overflow-wrap:anywhere}.quote-line{flex-wrap:wrap}.quote #quote-pending{padding-left:20px}.service-range{color:var(--accent)}
.power-text{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;max-height:650px;overflow:auto;padding:18px;background:var(--soft);border-radius:8px}
#unknown-domains{display:inline-block;width:20px;height:20px;min-height:0;vertical-align:middle;margin:0 5px 0 0}
.other-service{border:1px solid var(--line);border-radius:10px;padding:16px;margin:16px 0}.other-service .field{margin-bottom:8px}.other-service p{margin:0}
