
:root{
  --bg:#07101f;--bg2:#0a1528;--paper:#f4f7fb;--ink:#0a1325;--white:#f8fbff;
  --muted:#93a2ba;--muted-dark:#617089;--line:rgba(255,255,255,.12);--line-dark:#dce3ee;
  --blue:#5c7cff;--cyan:#79d8ff;--green:#73e2bd;--card:rgba(255,255,255,.055);
  --shadow:0 30px 80px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--white);background:var(--bg);overflow-x:hidden}
a{color:inherit}button,input{font:inherit}button{cursor:pointer}
.ambient{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.23;animation:drift 15s ease-in-out infinite alternate}
.orb-a{width:520px;height:520px;background:#2d55ff;top:-180px;right:-100px}.orb-b{width:420px;height:420px;background:#00a6c8;bottom:-170px;left:-120px;animation-delay:-5s}
.grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%)}
.scan-beam{position:absolute;top:-20%;left:0;width:100%;height:240px;background:linear-gradient(to bottom,transparent,rgba(121,216,255,.04),transparent);animation:scan 10s linear infinite}
@keyframes drift{to{transform:translate3d(60px,50px,0) scale(1.12)}}@keyframes scan{to{transform:translateY(130vh)}}
.site-nav{position:relative;z-index:20;max-width:1240px;margin:auto;padding:22px 28px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;letter-spacing:-.02em}.brand-mark{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#3851c9);box-shadow:0 12px 30px rgba(92,124,255,.25);font-size:12px}
.nav-links{display:flex;gap:22px;margin-left:auto}.nav-links a{text-decoration:none;color:#c9d3e4;font-size:13px}.prototype-pill{font-size:11px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:#bdd0e9}
main{position:relative;z-index:2}.section{max-width:1180px;margin:0 auto;padding:120px 28px}.immersive{min-height:calc(100vh - 80px);padding:80px 28px 50px;max-width:1180px;margin:auto;display:flex;flex-direction:column;justify-content:center;position:relative}
.hero-kicker,.section-label{font-size:11px;letter-spacing:.17em;font-weight:800;color:var(--cyan)}
.display{font-size:clamp(58px,9vw,118px);line-height:.88;letter-spacing:-.065em;margin:22px 0 28px;max-width:1050px}.display span{color:#98a8ff}
.hero-lead{max-width:720px;color:#b2bfd2;font-size:19px;line-height:1.55}.hero-lead strong{color:var(--white)}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.cta{border:0;border-radius:999px;padding:15px 21px;background:var(--white);color:var(--ink);font-weight:850;text-decoration:none;display:inline-flex;gap:14px;align-items:center;box-shadow:0 16px 45px rgba(0,0,0,.2);transition:.25s}.cta:hover{transform:translateY(-2px);box-shadow:0 20px 55px rgba(0,0,0,.3)}.cta span{font-size:18px}.cta.light{background:#fff}.ghost-link{text-decoration:none;color:#aebbd0;font-size:13px}.privacy-strip{display:flex;gap:18px;flex-wrap:wrap;margin-top:27px;color:#8f9eb5;font-size:11px}.privacy-strip span{display:flex;align-items:center;gap:7px}.privacy-strip i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 14px rgba(115,226,189,.7)}
.path-stage{height:220px;margin-top:50px;position:relative;opacity:.85}.path-stage svg{width:100%;height:100%;overflow:visible}.path{fill:none;stroke-width:1.4;stroke:rgba(121,216,255,.22);stroke-dasharray:7 12;animation:dash 12s linear infinite}.path-2{stroke:rgba(152,168,255,.22);animation-duration:16s}.path-3{stroke:rgba(115,226,189,.18);animation-duration:20s}@keyframes dash{to{stroke-dashoffset:-190}}
.node{position:absolute;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(7,16,31,.7);font-size:10px;color:#cbd7e7;backdrop-filter:blur(8px)}.n1{left:36%;top:16%}.n2{left:38%;bottom:10%}.n3{right:23%;top:46%}
.manifesto{padding-top:150px}.section-title{font-size:clamp(40px,6vw,78px);letter-spacing:-.055em;line-height:1.02;margin:18px 0 55px}.section-title em{font-style:normal;color:#91a5ff}.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.glass-card{min-height:310px;border:1px solid var(--line);background:var(--card);border-radius:26px;padding:28px;backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:flex-end}.glass-card .index{font-size:11px;color:#798aa4;margin-bottom:auto}.glass-card h3{font-size:26px;letter-spacing:-.035em;margin:18px 0 10px}.glass-card p{color:#9daac0;line-height:1.55;font-size:14px}
.scan-demo{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.scan-panel{min-height:490px;background:linear-gradient(145deg,#0e1c34,#091324);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:28px;position:relative;overflow:hidden}.scan-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.5%,rgba(255,255,255,.04) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(255,255,255,.04) 50%,transparent 50.5%);background-size:42px 42px}.scan-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.13em;color:#7f91ab;position:relative}.live-dot{color:var(--green)}.scan-number{font-size:150px;line-height:1;font-weight:900;letter-spacing:-.08em;margin-top:95px;color:#dce4ff;position:relative}.scan-copy{display:flex;flex-direction:column;gap:7px;color:#8393aa;position:relative}.scan-copy strong{font-size:20px;color:#dce5f4}.scan-lines{position:absolute;right:26px;bottom:30px;display:flex;gap:4px;align-items:end}.scan-lines span{width:5px;border-radius:4px;background:#6381ff}.scan-lines span:nth-child(1){height:42px}.scan-lines span:nth-child(2){height:78px;background:#73e2bd}.scan-lines span:nth-child(3){height:56px;background:#79d8ff}.scan-text h2{font-size:48px;letter-spacing:-.045em;line-height:1.05;margin:14px 0 20px}.scan-text p:last-child{color:#9caac0;line-height:1.65;max-width:520px}
.scanner-shell{padding-top:80px}.scanner-header{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.scanner-header h2{font-size:clamp(38px,5vw,64px);letter-spacing:-.05em;margin:12px 0}.progress-wrap{min-width:220px;font-size:11px;color:#8595ad}.progress{height:4px;background:rgba(255,255,255,.1);margin-top:9px;border-radius:999px;overflow:hidden}.progress>div{height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.35s}.question-stage{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:45px 0}.question-help{color:#9caac0;line-height:1.6;max-width:680px}.answer-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:32px 0}.option{background:rgba(255,255,255,.035);border:1px solid var(--line);color:#dce5f4;border-radius:18px;padding:20px;text-align:left;font-weight:750;transition:.2s}.option:hover,.option.selected{background:rgba(92,124,255,.15);border-color:rgba(121,216,255,.5);transform:translateY(-1px)}.actions{display:flex;justify-content:space-between;gap:12px}.btn-secondary{border:1px solid var(--line);background:transparent;color:#c9d4e5;border-radius:999px;padding:14px 20px}.micro-legal{font-size:10px;color:#75869f;margin-top:18px}
.results .result-head{max-width:760px}.results .result-head h2{font-size:clamp(44px,6vw,76px);letter-spacing:-.055em;line-height:1;margin:14px 0}.results .result-head p{color:#9caac0}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:44px 0}.result-card{background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:24px;padding:25px}.tag{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(92,124,255,.15);color:#b8c4ff;font-size:10px;font-weight:800;letter-spacing:.05em}.result-card h3{font-size:24px;letter-spacing:-.03em}.result-card p{color:#9caac0;line-height:1.55;font-size:14px}.legal-result-box{border:1px solid rgba(115,226,189,.25);background:rgba(115,226,189,.055);border-radius:20px;padding:22px;margin:20px 0;color:#afbecf}.legal-result-box strong{color:#e3fff4}.legal-result-box a{color:#bdf2df;text-decoration:none}
.framework-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.rule-card{border:1px solid var(--line);padding:25px;border-radius:22px;min-height:220px}.rule-card span{font-size:10px;color:#71819a}.rule-card h3{font-size:24px}.rule-card p{color:#9aa9bf;line-height:1.55}.contact-section{background:linear-gradient(135deg,#eef2ff,#fff);color:var(--ink);border-radius:34px;padding:55px;display:flex;justify-content:space-between;align-items:end;gap:40px}.contact-section .section-label{color:#4561d8}.contact-section h2{font-size:clamp(46px,6vw,78px);letter-spacing:-.055em;margin:10px 0}.contact-section p{color:#60708a;max-width:650px;line-height:1.6}.legal-strip{padding-top:35px;padding-bottom:60px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;color:#6f809a;font-size:10px;letter-spacing:.05em;text-transform:uppercase}
.site-footer{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:55px 28px 35px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.3fr;gap:30px}.footer-main p{color:#7f8fa8;font-size:12px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;align-content:start;gap:12px 18px}.footer-links a{color:#9aa9bf;text-decoration:none;font-size:11px}.footer-meta{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.06);padding-top:18px;display:flex;justify-content:space-between;color:#65758e;font-size:10px}.created{letter-spacing:.13em;text-transform:uppercase;font-size:9px;color:#8a9ab2}
.hidden{display:none!important}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
/* Legal pages */
.legal-page{background:var(--paper);color:var(--ink);min-height:100vh}.legal-page .site-nav{color:var(--ink)}.legal-page .brand-mark{color:white}.legal-page .nav-links a{color:#526078}.legal-page .prototype-pill{border-color:#d8e0eb;color:#657188}.legal-main{max-width:900px;margin:0 auto;padding:90px 28px 110px}.legal-main .section-label{color:#4561d8}.legal-main h1{font-size:clamp(48px,7vw,82px);letter-spacing:-.06em;line-height:.95;margin:16px 0 32px}.legal-intro{font-size:18px;line-height:1.65;color:#5d6b81;max-width:760px}.legal-card{background:white;border:1px solid var(--line-dark);border-radius:22px;padding:28px;margin:18px 0}.legal-card h2{font-size:24px;letter-spacing:-.03em;margin:0 0 12px}.legal-card p,.legal-card li{color:#5e6c81;line-height:1.65;font-size:14px}.legal-card a{color:#3559e0}.legal-alert{border-left:4px solid #f0b429;background:#fff8e5;border-radius:14px;padding:18px 20px;color:#604b18;margin:25px 0;font-size:13px;line-height:1.55}.legal-page .site-footer{border-color:#dce3ee}.legal-page .footer-main p,.legal-page .footer-links a,.legal-page .footer-meta{color:#6b7890}.legal-page .footer-meta{border-color:#e5e9f0}
@media(max-width:820px){.nav-links{display:none}.site-nav{padding:18px 20px}.section,.immersive{padding-left:20px;padding-right:20px}.display{font-size:58px}.hero-actions{align-items:flex-start;flex-direction:column}.path-stage{height:150px}.compare-grid,.scan-demo,.framework-grid,.result-grid{grid-template-columns:1fr}.scan-demo{gap:35px}.scan-panel{min-height:390px}.scan-number{font-size:110px;margin-top:70px}.answer-options{grid-template-columns:1fr}.scanner-header{align-items:flex-start;flex-direction:column}.progress-wrap{width:100%}.contact-section{margin-left:20px;margin-right:20px;border-radius:26px;padding:30px;align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-meta{flex-direction:column;gap:7px}.node{display:none}}
/* V4 — comparateur frais réels */
.comparator-page .site-nav{position:relative;z-index:5}
.comparator-hero{padding-top:90px;padding-bottom:45px}
.comparator-title{font-size:clamp(48px,8vw,96px);line-height:.92;letter-spacing:-.055em;margin:14px 0 26px;max-width:980px}
.comparator-title span{color:#7f9cff}
.scope-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:35px}
.scope-grid>div{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:5px}
.scope-grid span{color:#9faac0;font-size:13px}
.comparator-shell{max-width:920px}
.audit-banner{border:1px solid rgba(127,156,255,.28);background:rgba(53,89,224,.09);padding:22px;border-radius:18px;margin-bottom:24px}
.audit-banner p{color:#aeb9ce;line-height:1.6;margin-bottom:0}
.calc-step{background:rgba(9,20,38,.88);border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:28px;margin:18px 0;box-shadow:0 20px 70px rgba(0,0,0,.16)}
.calc-step-head{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px}.calc-step-head>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#15294d;color:#8aa3ff;font-weight:900}.calc-step-head h2{font-size:30px;margin:3px 0}.calc-step-head .section-label{margin:0}
.field-grid{display:grid;gap:14px}.field-grid.two{grid-template-columns:repeat(2,1fr)}.field-grid.three{grid-template-columns:repeat(3,1fr)}
.field-label{display:flex;flex-direction:column;gap:9px;color:#e8edf8;font-weight:700;font-size:14px;margin:15px 0}.field-label small{color:#8896ad;font-weight:500;line-height:1.5}
.field-label select,.plain-input,.money-input,.unit-input{width:100%}
.field-label select,.plain-input{background:#09182d;color:#eef3ff;border:1px solid rgba(255,255,255,.11);border-radius:13px;padding:14px;outline:none}
.money-input,.unit-input{display:flex;align-items:center;background:#09182d;border:1px solid rgba(255,255,255,.11);border-radius:13px;overflow:hidden}.money-input input,.unit-input input{flex:1;min-width:0;background:transparent;color:#fff;border:0;padding:15px;outline:none;font-size:17px}.money-input span,.unit-input span{color:#8d9ab0;padding:0 15px;font-weight:800}
.check-card{display:flex;align-items:flex-start;gap:12px;border:1px solid rgba(255,255,255,.1);background:#09182d;padding:16px;border-radius:15px}.check-card.compact{margin-top:15px}.check-card input{margin-top:4px;accent-color:#6f8cff}.check-card span{display:flex;flex-direction:column;gap:5px}.check-card small{color:#8491a6;line-height:1.45}
.info-line{margin-top:16px;padding:14px 16px;border-radius:13px;background:rgba(255,255,255,.04);color:#aab6ca;font-size:13px;line-height:1.55;border:1px solid rgba(255,255,255,.07)}
.explain{margin:12px 0;border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:13px 15px;color:#9facbf}.explain summary{cursor:pointer;color:#e9effd;font-weight:800}.explain p{line-height:1.55;margin-bottom:2px}
.block-warning,.form-error{margin-top:14px;padding:15px 17px;border-radius:13px;background:rgba(200,82,82,.12);border:1px solid rgba(244,114,114,.28);color:#ffc7c7}.block-warning p{margin-bottom:0;color:#dcaeae;line-height:1.5}.form-error{font-weight:700}
.conditional{margin-top:10px}.calc-submit-row{display:flex;gap:12px;align-items:center;margin:26px 0 70px}
.comparison-result{max-width:920px;padding-top:20px}.scenario-results{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.scenario-result{border:1px solid rgba(255,255,255,.1);background:#0a172b;border-radius:24px;padding:25px}.accent-result{border-color:rgba(127,156,255,.33);background:linear-gradient(180deg,rgba(53,89,224,.13),#0a172b)}.scenario-label{font-size:11px;letter-spacing:.12em;color:#8090a8;font-weight:900}.scenario-result h3{font-size:22px}.scenario-result>p{color:#8f9cb1;min-height:42px}.big-euro{font-size:clamp(38px,6vw,62px);letter-spacing:-.045em;font-weight:900;margin:20px 0 2px}.scenario-result dl,.breakdown-card dl{margin:20px 0 0}.scenario-result dl div,.breakdown-card dl div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-top:1px solid rgba(255,255,255,.07)}dt{color:#8f9bb0}dd{margin:0;font-weight:800;color:#f2f5fb}
.difference-panel{margin:16px 0;padding:26px;border-radius:22px;background:#eef2ff;color:#0a1733}.difference-panel span{font-size:11px;letter-spacing:.12em;font-weight:900;color:#53699d}.difference-panel strong{display:block;font-size:48px;letter-spacing:-.04em;margin:8px 0}.difference-panel p{margin:0;color:#435273;line-height:1.55}
.breakdown-card,.source-card{border:1px solid rgba(255,255,255,.1);background:#0a172b;border-radius:20px;padding:22px;margin:16px 0}.breakdown-card .total{font-size:17px}.source-card{display:flex;flex-direction:column;gap:9px}.source-card a{color:#9fb4ff;text-decoration:none;padding:8px 0;border-top:1px solid rgba(255,255,255,.06)}.source-card a:hover{text-decoration:underline}
@media(max-width:800px){.scope-grid,.field-grid.two,.field-grid.three,.scenario-results{grid-template-columns:1fr}.comparator-hero{padding-top:55px}.comparator-title{font-size:52px}.calc-step{padding:20px}.calc-submit-row{flex-direction:column;align-items:stretch}.difference-panel strong{font-size:38px}}

.card-link{display:inline-block;margin-top:14px;color:#9fb4ff;font-weight:800;text-decoration:none}.card-link:hover{text-decoration:underline}

/* V5 — résultat personnalisé et conversion premium */
.potential-card{margin:28px 0 14px;padding:30px;border-radius:26px;border:1px solid rgba(127,156,255,.28);background:radial-gradient(circle at 85% 20%,rgba(74,113,255,.25),transparent 34%),linear-gradient(135deg,#0e1c35,#0a1528);display:flex;justify-content:space-between;gap:24px;align-items:flex-start;box-shadow:0 28px 90px rgba(0,0,0,.22)}
.potential-copy{max-width:650px}.potential-kicker{font-size:11px;letter-spacing:.15em;font-weight:900;color:#8ea6ff}.potential-amount{display:block;font-size:clamp(58px,9vw,104px);letter-spacing:-.065em;line-height:.9;margin:15px 0 14px;color:#fff}.potential-copy p{margin:0;color:#9eacc1;line-height:1.55;font-size:15px}.signal-chip{flex:0 0 auto;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:900;color:#c9d2df;white-space:nowrap}.signal-chip[data-level="strong"]{background:rgba(115,226,189,.10);border-color:rgba(115,226,189,.26);color:#bdf2df}.signal-chip[data-level="medium"]{background:rgba(127,156,255,.13);border-color:rgba(127,156,255,.3);color:#bac7ff}.signal-chip[data-level="light"]{background:rgba(255,206,115,.08);border-color:rgba(255,206,115,.22);color:#ffe1a8}
.personal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0 18px}.personal-stats article{padding:20px;border:1px solid rgba(255,255,255,.09);background:#09162a;border-radius:18px}.personal-stats span{display:block;color:#7f8da3;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.personal-stats strong{display:block;font-size:32px;letter-spacing:-.04em;margin:7px 0 5px;color:#f4f7fd}.personal-stats small{display:block;color:#7f8da3;line-height:1.4;font-size:11px}
.unlock-card{display:grid;grid-template-columns:1.45fr .75fr;gap:16px;margin:20px 0;padding:28px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(20,37,69,.96),rgba(8,17,32,.96));border-radius:24px}.unlock-copy h3{font-size:30px;letter-spacing:-.035em;margin:7px 0 10px}.unlock-copy>p{color:#98a6bb;line-height:1.55;max-width:650px}.unlock-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.unlock-list span{font-size:13px;color:#c5cfdd}.unlock-action{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:20px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.locked-orb{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#3559e0;color:white;font-size:12px;font-weight:900;box-shadow:0 12px 35px rgba(53,89,224,.28)}.unlock-action strong{font-size:22px;margin-top:14px}.unlock-action p{color:#8593a8;margin:4px 0 16px}.unlock-btn{width:100%;opacity:.6;cursor:not-allowed}.unlock-action small{color:#69778d;margin-top:9px}
@media(max-width:800px){.potential-card{flex-direction:column;padding:23px}.signal-chip{align-self:flex-start}.personal-stats,.unlock-card,.unlock-list{grid-template-columns:1fr}.potential-amount{font-size:64px}.unlock-copy h3{font-size:26px}}

/* V6 brand + beta */
.brand-logo{width:39px;height:39px;display:block;filter:drop-shadow(0 9px 20px rgba(92,124,255,.22))}.brand-blue{color:#8da1ff}.hero-logo-stage{margin-top:45px;display:grid;grid-template-columns:74px auto;grid-template-rows:auto auto;align-items:center;gap:0 16px;width:max-content;max-width:100%;padding:16px 20px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035)}.hero-logo-stage img{grid-row:1/3;width:68px;height:68px}.hero-logo-stage>span{font-size:25px;font-weight:850;letter-spacing:-.035em}.hero-logo-stage>span strong{color:#8da1ff}.hero-logo-stage small{color:#7889a2;font-size:11px}.beta-note{margin-top:22px;display:inline-block;padding:12px 15px;border-radius:14px;background:rgba(115,226,189,.08);border:1px solid rgba(115,226,189,.22);color:#9db1c7;font-size:13px}.beta-note strong{color:#bff3e1}.demo-btn{border:1px solid rgba(121,216,255,.22);background:rgba(121,216,255,.06);color:#a9ddf4;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800;cursor:pointer}.tax-impact-result{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.tax-impact-result>div{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#08162a}.tax-impact-result span{font-size:10px;letter-spacing:.1em;color:#8190a6;font-weight:800}.tax-impact-result strong{display:block;font-size:29px;margin-top:6px}.tax-impact-result article{grid-column:1/-1;padding:23px;border-radius:18px;background:#eef2ff;color:#0b1739}.tax-impact-result article span{color:#5d71a7}.tax-impact-result article strong{font-size:46px;letter-spacing:-.04em}.tax-impact-result article small{display:block;color:#4f607d;margin-top:6px}.household-impact{margin:25px 0;padding:28px;border-radius:24px;border:1px solid rgba(121,216,255,.17);background:linear-gradient(145deg,rgba(15,31,57,.96),rgba(7,16,31,.96))}.household-impact h3{font-size:31px;margin:8px 0}.household-intro{color:#92a1b8;line-height:1.55}.household-impact .cta{margin-top:16px}.unlock-btn{opacity:1!important;cursor:pointer!important}.comparison-result>h2{font-size:clamp(36px,5vw,62px);letter-spacing:-.045em}.source-card h3{margin-top:0}.comparator-page .hero-lead{max-width:820px}
@media(max-width:800px){.hero-logo-stage{grid-template-columns:52px auto;padding:13px 15px}.hero-logo-stage img{width:48px;height:48px}.hero-logo-stage>span{font-size:20px}.tax-impact-result{grid-template-columns:1fr}.tax-impact-result article{grid-column:1}.brand-logo{width:35px;height:35px}}


/* V7 — ImpôtScan 365 */
.active-nav{color:#fff!important}.entry-section{padding-top:70px}.entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.entry-card{min-height:330px;padding:34px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.045);display:flex;flex-direction:column;align-items:flex-start}.entry-card-accent{background:radial-gradient(circle at 90% 10%,rgba(92,124,255,.25),transparent 34%),linear-gradient(145deg,rgba(15,31,57,.98),rgba(8,18,35,.98));border-color:rgba(121,216,255,.2)}.entry-badge{font-size:10px;letter-spacing:.13em;color:#8ca2c2;font-weight:900}.entry-card h3{font-size:34px;letter-spacing:-.045em;margin:26px 0 12px;max-width:430px}.entry-card p{color:#97a6bc;line-height:1.6;max-width:510px}.entry-card .cta{margin-top:auto}
.change-hero{padding-top:80px;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;min-height:690px}.change-hero h1{font-size:clamp(56px,8vw,98px);line-height:.92;letter-spacing:-.065em;margin:18px 0 24px}.change-hero h1 span{color:#98a8ff}.change-hero-copy>p:not(.section-label){max-width:700px;color:#a8b6ca;font-size:18px;line-height:1.6}.reference-banner{margin-top:28px;max-width:760px;padding:17px 19px;border-radius:17px;border:1px solid rgba(121,216,255,.22);background:rgba(121,216,255,.055);display:flex;flex-direction:column;gap:6px}.reference-banner strong{color:#dce9ff}.reference-banner span{font-size:12px;color:#8fa2bb;line-height:1.5}.change-flow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:28px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#0d1b32,#091324);box-shadow:var(--shadow)}.change-flow div{min-width:120px;padding:20px;border-radius:18px;background:rgba(255,255,255,.045)}.change-flow small{display:block;color:#70819b;font-size:9px;letter-spacing:.12em;font-weight:900}.change-flow strong{display:block;margin-top:7px;font-size:14px}.change-flow i{font-style:normal;color:#7792ff}.change-flow .flow-focus{border:1px solid rgba(121,216,255,.24);background:rgba(92,124,255,.12)}
.change-picker{padding-top:70px}.change-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.change-card{appearance:none;text-align:left;color:var(--white);border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.045);padding:28px;min-height:295px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr auto;transition:.22s}.change-card:hover{transform:translateY(-3px);border-color:rgba(121,216,255,.32);background:rgba(92,124,255,.08)}.change-num{font-size:10px;color:#71829b;letter-spacing:.1em}.change-icon{width:48px;height:48px;border-radius:15px;background:#112445;display:grid;place-items:center;color:#8fa7ff;font-weight:900}.change-card h3{grid-column:1/-1;font-size:30px;letter-spacing:-.04em;margin:28px 0 8px}.change-card p{grid-column:1/-1;color:#97a5bb;line-height:1.55;max-width:500px}.change-card>strong{grid-column:1/-1;color:#b8c5ff;align-self:end;font-size:13px}.change-workspace{padding-top:55px}.workspace-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.back-link{border:0;background:none;color:#9aa9bf;padding:0}.barreme-chip{padding:8px 11px;border:1px solid rgba(121,216,255,.22);border-radius:999px;color:#9ccff0;font-size:10px;font-weight:900;letter-spacing:.1em}.change-form-head{max-width:820px;margin-bottom:28px}.change-form-head h2{font-size:clamp(40px,5vw,66px);letter-spacing:-.055em;margin:10px 0}.change-form-head>p:last-child{color:#9ba9bd;line-height:1.6}.scope-mini{margin-top:22px;padding:20px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid var(--line)}.scope-mini>p{color:#9eacc0;margin-top:0}.scope-mini>p strong{color:#e7edf7}.change-compute{margin-top:22px}.change-result{max-width:920px;margin:50px auto 0}.result-bar{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.11em;color:#7f91ab}.result-bar b{color:#bdc9dc}.impact-hero{padding:38px 0 30px}.impact-hero p{font-size:10px;letter-spacing:.14em;font-weight:900;color:#8092aa}.impact-hero>strong{display:block;font-size:clamp(70px,11vw,128px);line-height:.9;letter-spacing:-.07em;color:#eef3ff}.impact-hero.down>strong{color:#9bf0d2}.impact-hero.up>strong{color:#ffcf9d}.impact-hero>span{display:block;margin-top:14px;font-size:18px;color:#c6d0df}.impact-hero>small{display:block;margin-top:7px;color:#7f90a9}.before-after{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:18px 0}.before-after article{padding:24px;border-radius:20px;background:#0a172b;border:1px solid var(--line)}.before-after article span{font-size:10px;letter-spacing:.12em;color:#7d8da5;font-weight:900}.before-after article strong{display:block;font-size:38px;margin:8px 0}.before-after article small{color:#7e8fa8}.after-card{border-color:rgba(121,216,255,.24)!important;background:linear-gradient(180deg,rgba(92,124,255,.1),#0a172b)!important}.arrow-shift{color:#7890f7;font-size:22px}.what-changes{margin:22px 0;padding:24px;border-radius:22px;background:#eef2ff;color:#0a1733}.what-changes h3{font-size:25px;margin:0 0 13px}.what-changes>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid #d8e0f0}.what-changes span{color:#62718c}.what-changes b{text-align:right}.result-details{border:1px solid var(--line);border-radius:16px;padding:16px 18px;color:#9cabc0}.result-details summary{cursor:pointer;color:#dbe4f2;font-weight:800}.result-details p{line-height:1.6}.action-card{margin-top:16px;padding:24px;border-radius:20px;border:1px solid rgba(115,226,189,.2);background:rgba(115,226,189,.055)}.action-card strong{color:#dff9ef}.action-card p{color:#9fb2b9;line-height:1.6}.action-card a{color:#a8e6d0;text-decoration:none;font-weight:800}.result-disclaimer{margin-top:15px;font-size:12px;color:#7f90a8;line-height:1.55}.change-principles{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.change-principles h2{font-size:clamp(42px,6vw,72px);letter-spacing:-.055em;line-height:1;margin:12px 0}.mini-result-demo{border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#0e1c34,#091324);padding:28px}.mini-result-demo>div:first-child span{font-size:10px;letter-spacing:.12em;color:#8190a6}.mini-result-demo>div:first-child strong{display:flex;flex-wrap:wrap;align-items:flex-end;gap:4px 10px;font-size:68px;letter-spacing:-.06em;color:#9bf0d2;margin-top:8px;line-height:.94}.mini-result-demo>div:first-child small{display:inline-block;font-size:18px;line-height:1.05;margin-bottom:8px;letter-spacing:0}.demo-diffs{display:grid;gap:10px;margin-top:20px}.demo-diffs span{display:flex;justify-content:space-between;gap:15px;color:#8999b0;border-top:1px solid var(--line);padding-top:10px}.demo-diffs b{color:#dce5f3}.compact-legal{max-width:1124px!important;margin-bottom:100px!important;padding:22px!important}
@media(max-width:800px){.entry-grid,.change-grid,.change-hero,.change-principles{grid-template-columns:1fr}.change-hero{gap:35px;min-height:auto;padding-top:55px}.change-flow{justify-content:flex-start}.change-grid{gap:12px}.change-card{min-height:250px}.workspace-head{align-items:flex-start}.before-after{grid-template-columns:1fr}.arrow-shift{transform:rotate(90deg);justify-self:center}.what-changes>div{flex-direction:column;gap:5px}.what-changes b{text-align:left}.nav-links{display:none}.impact-hero>strong{font-size:76px}.mini-result-demo{padding:24px}.mini-result-demo>div:first-child strong{font-size:clamp(52px,16vw,68px);line-height:.98}.mini-result-demo>div:first-child small{display:block;width:100%;margin:2px 0 0;font-size:17px}}

/* V7.2 — saisie 365 clarifiée */
.full-field{grid-column:1/-1}.input-tip{margin-bottom:18px;padding:16px 18px;border-radius:16px;background:rgba(121,216,255,.07);border:1px solid rgba(121,216,255,.18);color:#9fb1c9;line-height:1.55}.input-tip strong,.input-tip b{color:#e5efff}.zero-explain{margin:16px 0;padding:22px;border-radius:18px;background:rgba(121,216,255,.07);border:1px solid rgba(121,216,255,.2)}.zero-explain strong{color:#dceaff}.zero-explain p{color:#a8b7ca;line-height:1.55;margin:8px 0}.zero-explain small{color:#7f91aa;line-height:1.5}

/* V7.3 — lecture en 5 secondes + confiance / sources officielles */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0 0}.trust-item{padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.035)}.trust-item span{display:block;font-size:9px;letter-spacing:.12em;font-weight:900;color:#788aa4;text-transform:uppercase}.trust-item strong,.trust-item a{display:block;margin-top:5px;color:#e7eef9;font-size:12px;line-height:1.45;text-decoration:none}.trust-item a:hover{text-decoration:underline}.reference-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:7px}.reference-links a{font-size:11px;color:#a9dff5;text-decoration:none;font-weight:800}.reference-links a:hover{text-decoration:underline}.result-simple{margin:18px 0 22px;padding:22px 24px;border-radius:20px;border:1px solid rgba(121,216,255,.22);background:linear-gradient(145deg,rgba(23,44,78,.9),rgba(10,23,43,.94))}.result-simple[data-tone="down"],.result-simple[data-tone="good"]{border-color:rgba(115,226,189,.28);background:linear-gradient(145deg,rgba(22,63,58,.55),rgba(10,23,43,.94))}.result-simple[data-tone="up"]{border-color:rgba(255,198,128,.26);background:linear-gradient(145deg,rgba(77,49,25,.42),rgba(10,23,43,.94))}.result-simple .simple-kicker{display:block;font-size:10px;letter-spacing:.14em;font-weight:900;color:#8ea5c5;text-transform:uppercase}.result-simple strong{display:block;margin-top:8px;font-size:clamp(23px,3.2vw,36px);line-height:1.16;letter-spacing:-.035em;color:#f4f7fd}.result-simple p{margin:8px 0 0;color:#9eacc1;line-height:1.55}.result-trust{margin:18px 0;padding:20px;border:1px solid rgba(121,216,255,.16);border-radius:18px;background:rgba(121,216,255,.035)}.result-trust-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.result-trust-head strong{color:#eaf3ff}.result-trust-head span{color:#7e91aa;font-size:11px}.result-trust p{margin:8px 0 12px;color:#8fa1b9;font-size:12px;line-height:1.5}.result-trust-links{display:flex;flex-wrap:wrap;gap:8px}.result-trust-links a{display:inline-flex;padding:8px 10px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#a9bbff;text-decoration:none;font-size:11px;font-weight:800}.result-trust-links a:hover{border-color:rgba(121,216,255,.28)}.source-meta{padding:10px 12px;border-radius:12px;background:rgba(115,226,189,.055);border:1px solid rgba(115,226,189,.16);color:#9fb4af;font-size:11px;line-height:1.5}.source-meta strong{color:#dff8ee}.source-card a.law-link{color:#b9f1dd}.tax-impact-result article .tax-plain{display:block;margin-top:8px;font-size:13px;line-height:1.45;color:#53647f;font-weight:600}
@media(max-width:800px){.trust-strip{grid-template-columns:1fr 1fr}.result-trust-head{flex-direction:column;gap:5px}}
@media(max-width:520px){.trust-strip{grid-template-columns:1fr}.result-simple{padding:19px}.result-trust-links{flex-direction:column}.result-trust-links a{width:100%}}

@media(max-width:520px){.big-euro{font-size:clamp(34px,13vw,52px);line-height:1}.potential-amount{font-size:clamp(46px,15vw,64px);line-height:.95}.impact-hero>strong{font-size:clamp(54px,19vw,76px);line-height:.95}.tax-impact-result article strong{font-size:clamp(34px,11vw,46px)}}
