:root{--ink:#181b25;--muted:#687083;--line:#e2e5ec;--surface:#f5f6f8;--white:#fff;--green:#149f72;--green-dark:#087c57;--purple:#6547df;--purple-soft:#f0edff;--coral:#d94a63;--amber:#b57b11;--radius:8px;--shadow:0 18px 50px rgba(24,27,37,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"Segoe UI",Arial,sans-serif;letter-spacing:0;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}img{max-width:100%;display:block}.site-header{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand img{width:42px;height:42px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:17px}.brand small{color:var(--purple);font-weight:700}.site-header nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--green-dark)}.nav-account{background:var(--ink);color:#fff!important;padding:10px 16px;border-radius:6px}.hero{min-height:590px;display:flex;align-items:center;padding:55px clamp(24px,7vw,110px);background-color:#fff;background-image:url('../images/aureon-logo.png');background-repeat:no-repeat;background-size:min(53vw,620px);background-position:calc(100% - 5vw) center;border-bottom:1px solid var(--line)}.hero-copy{max-width:600px;padding:36px 4vw 36px 0;background:rgba(255,255,255,.92)}.eyebrow,.section-heading>span{display:block;color:var(--green-dark);font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:10px}.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:0 0 24px;max-width:680px}.hero p{font-size:19px;color:var(--muted);max-width:570px}.hero-actions{display:flex;gap:12px;margin:30px 0 24px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border:1px solid transparent;border-radius:6px;font-weight:750;text-align:center}.button.primary{background:var(--purple);color:#fff}.button.primary:hover{background:#5336ce}.button.secondary{background:#fff;border-color:#cfd4df}.button.secondary:hover{border-color:var(--purple);color:var(--purple)}.button.dark{background:var(--ink);color:#fff}.button.full{width:100%}.trust-list{display:flex;gap:22px;list-style:none;padding:0;margin:0;color:#434959;font-size:13px;font-weight:650}.trust-list li:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.protection-band,.pricing{padding:78px clamp(20px,6vw,90px)}.protection-band{background:var(--surface)}.section-heading{text-align:center;max-width:700px;margin:0 auto 36px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2,.page-heading h1{font-size:34px;line-height:1.15;margin:0 0 10px}.section-heading p,.page-heading p{color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1250px;margin:auto}.feature-grid article{background:#fff;border:1px solid var(--line);padding:24px;border-radius:var(--radius)}.feature-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e6f7f1;color:var(--green-dark);font-weight:900;margin-bottom:24px}.feature-grid article:nth-child(2) .feature-icon{background:var(--purple-soft);color:var(--purple)}.feature-grid article:nth-child(4) .feature-icon{background:#fdeef1;color:var(--coral)}.feature-grid h3{margin:0 0 8px;font-size:18px}.feature-grid p{margin:0;color:var(--muted);font-size:14px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;max-width:1180px;margin:auto}.price-card{border:1px solid var(--line);border-radius:var(--radius);padding:25px;display:flex;flex-direction:column;min-height:360px;position:relative}.price-card.featured{border:2px solid var(--purple);box-shadow:var(--shadow)}.recommended{position:absolute;top:-13px;right:16px;background:var(--purple);color:#fff;padding:5px 10px;border-radius:4px;font-size:11px;font-weight:800}.price-card h3{font-size:22px;margin:0}.price-card>p{color:var(--muted);min-height:48px}.price{display:flex;align-items:flex-start;gap:4px;margin:13px 0}.price strong{font-size:44px;line-height:1}.price span{font-weight:800}.price-card ul{padding-left:20px;color:#434959;flex:1}.price-card .button{width:100%}.activation-band{display:grid;grid-template-columns:160px 1fr auto;gap:30px;align-items:center;margin:0 clamp(20px,6vw,90px) 78px;padding:34px;background:var(--ink);color:#fff;border-radius:var(--radius)}.activation-band img{width:145px;border-radius:6px}.activation-band h2{margin:0 0 8px;font-size:30px}.activation-band p{color:#c8ccd6;margin:0}.activation-band .eyebrow{color:#6ee0b6}.activation-band .button{background:#fff;color:var(--ink)}footer{padding:42px clamp(20px,6vw,90px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:10px 30px;align-items:center;color:var(--muted);font-size:13px}footer>div:last-of-type{display:flex;gap:20px}.publisher-logo{display:flex;align-items:center;gap:9px;color:var(--ink)}.publisher-logo span{display:grid;place-items:center;width:32px;height:32px;background:var(--green-dark);color:#fff;font-weight:900;border-radius:4px}.publisher-logo strong{font-size:14px}footer p,footer small{margin:0}.notice{position:fixed;right:24px;top:94px;z-index:50;width:min(390px,calc(100vw - 48px));padding:17px 20px;border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;border-left:5px solid;display:flex;flex-direction:column;animation:notice-in .28s ease-out}.notice.success{border-color:var(--green)}.notice.error{border-color:var(--coral)}.notice span{color:var(--muted);font-size:14px}@keyframes notice-in{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
.page-shell{max-width:1220px;margin:auto;padding:60px 28px 90px}.page-shell.narrow{max-width:980px}.page-heading{margin-bottom:28px}.form-page{display:grid;grid-template-columns:minmax(260px,420px) minmax(360px,620px);gap:70px;align-items:start}.form-page.compact{max-width:980px}.form-intro{position:sticky;top:130px}.form-intro h1{font-size:44px;line-height:1.05;margin:0 0 16px}.form-intro p{color:var(--muted);font-size:17px}.form-card,.settings-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;box-shadow:0 10px 36px rgba(24,27,37,.06)}label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px;margin-bottom:16px}input,select,textarea{width:100%;border:1px solid #cfd4df;border-radius:5px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(101,71,223,.12)}textarea{min-height:92px;resize:vertical}.choice-row{display:flex;flex-wrap:wrap;gap:12px;margin:9px 0 18px}.choice{flex-direction:row;align-items:center;margin:0;padding:10px 13px;border:1px solid var(--line);border-radius:5px}.choice input{width:auto}.choice.consent{align-items:flex-start;font-weight:500;line-height:1.35}.validation,.field-error{color:#ae2743;font-size:13px}.validation:empty,.field-error:empty{display:none}.form-foot{text-align:center;color:var(--muted);font-size:13px}.form-foot a{color:var(--purple);font-weight:700}.payment-page{max-width:1100px}.payment-layout{display:grid;grid-template-columns:330px 1fr;gap:24px}.order-summary{background:var(--ink);color:#fff;padding:28px;border-radius:var(--radius);height:max-content}.order-summary h2{font-size:26px;margin:0 0 12px}.order-summary>strong{font-size:44px}.order-summary p{color:#c8ccd6}.status{display:inline-flex;padding:5px 9px;border-radius:4px;background:#f1f2f5;color:#4e5564;font-size:12px;font-weight:800}.status.paid,.status.validé{background:#e5f6ef;color:#087c57}.status.proofsubmitted{background:#fff2d9;color:#85590b}.status.rejected{background:#fde9ed;color:#ac2640}.payment-instructions{background:var(--surface);border-left:4px solid var(--green);padding:15px;margin:12px 0 18px}.payment-instructions p{white-space:pre-line;margin:5px 0}.download-panel{display:grid;grid-template-columns:280px 1fr;align-items:center;gap:48px;border:1px solid var(--line);padding:40px;border-radius:var(--radius)}.download-panel img{border-radius:6px}.download-panel h1{font-size:40px;margin:0 0 12px}.download-panel p{color:var(--muted);margin-bottom:24px}.status.pending{background:#fff2d9;color:#85590b}
.account-shell{max-width:1400px;margin:auto;display:grid;grid-template-columns:250px 1fr;min-height:700px}.account-nav{padding:38px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.avatar{width:58px;height:58px;display:grid;place-items:center;background:var(--purple-soft);color:var(--purple);font-weight:800;font-size:20px;border-radius:50%;margin-bottom:12px}.account-nav>span{font-size:12px;color:var(--muted);margin-bottom:24px;overflow-wrap:anywhere}.account-nav a{width:100%;padding:10px 12px;border-radius:5px;margin-bottom:5px;font-size:13px;font-weight:650}.account-nav a:hover,.account-nav a.active{background:var(--surface);color:var(--purple)}.account-content{padding:48px}.subscription-layout{display:grid;grid-template-columns:250px 1fr;gap:20px}.days-card,.subscription-card,.empty-state{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.days-card{display:flex;flex-direction:column;align-items:center;text-align:center}.days-card>span{font-size:58px;font-weight:800;color:var(--purple)}.days-card>strong{margin-bottom:30px}.subscription-card h2{font-size:20px;margin-top:0}.subscription-card dl{margin:0}.subscription-card dl div{display:grid;grid-template-columns:180px 1fr;padding:14px 0;border-bottom:1px solid var(--line)}dt{font-weight:700}dd{margin:0}.subscription-card code{font-size:14px;font-weight:700;overflow-wrap:anywhere}.orders{margin-top:45px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;min-width:700px}th,td{text-align:left;padding:13px 15px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:top}th{background:var(--surface);font-size:11px;text-transform:uppercase;color:#596172}td small{display:block;color:var(--muted);margin-top:3px}.empty-state{text-align:center;padding:60px}.empty-state h1,.empty-state h2{font-size:30px}.empty-state p{color:var(--muted)}
.admin-shell{max-width:1500px;margin:auto;display:grid;grid-template-columns:220px 1fr;min-height:760px}.admin-nav{padding:30px 18px;border-right:1px solid var(--line);background:#fafafa;display:flex;flex-direction:column;gap:5px}.admin-nav a{padding:11px 13px;border-radius:5px;font-weight:650;font-size:13px}.admin-nav a:hover{background:var(--purple-soft);color:var(--purple)}.admin-content{padding:44px;min-width:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.metric-grid article{border:1px solid var(--line);padding:18px;border-radius:var(--radius)}.metric-grid span{display:block;color:var(--muted);font-size:12px}.metric-grid strong{font-size:26px}.admin-table table{min-width:1100px}.admin-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-actions form{margin:0}.small-button{border:1px solid #cfd4df;background:#fff;border-radius:5px;padding:6px 9px;font-size:12px;font-weight:700}.small-button.success{border-color:#9fd5c2;color:var(--green-dark)}.small-button.danger{border-color:#efb6c1;color:#a92b43}.small-button:disabled{opacity:.4;cursor:not-allowed}.offer-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editor-card{border:1px solid var(--line);padding:20px;border-radius:var(--radius)}.editor-title{display:flex;justify-content:space-between;margin-bottom:16px}.editor-title span{color:var(--muted);font-size:12px}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-card h2{margin-top:0;font-size:20px}.settings-card.wide,.settings-actions{grid-column:1/-1}.settings-actions{display:flex;gap:10px}.ssl-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ssl-status{border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;gap:18px;align-items:flex-start}.ssl-status.ok{border-color:#a8dac8}.ssl-status.warning{border-color:#ebc982}.ssl-shield{display:grid;place-items:center;width:48px;height:48px;background:#e5f6ef;color:var(--green-dark);border-radius:50%;font-size:22px;font-weight:900}.ssl-status.warning .ssl-shield{background:#fff2d9;color:#85590b}.ssl-status h2{margin:0 0 8px}.ssl-status p{color:var(--muted);overflow-wrap:anywhere}
@media(max-width:1000px){.site-header nav>a:not(.nav-account){display:none}.hero{background-size:520px;background-position:calc(100% + 200px) center}.feature-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.activation-band{grid-template-columns:120px 1fr}.activation-band>a{grid-column:2}.form-page{gap:35px}.admin-shell{grid-template-columns:1fr}.admin-nav{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;overflow:auto}.metric-grid{grid-template-columns:repeat(2,1fr)}.offer-editor,.settings-grid,.ssl-layout{grid-template-columns:1fr}.settings-card.wide,.settings-actions{grid-column:auto}}
@media(min-width:1001px){.hero{padding-top:38px;padding-bottom:38px}.hero-copy{padding-top:20px;padding-bottom:20px}.hero h1{font-size:clamp(42px,4.5vw,64px);margin-bottom:18px}.hero-actions{margin-top:22px;margin-bottom:20px}}
@media(max-width:700px){.site-header{height:66px;padding:0 14px}.brand strong{font-size:14px}.brand small{font-size:10px}.site-header nav{gap:8px}.nav-account{padding:9px}.hero{min-height:620px;padding:42px 20px;background-size:420px;background-position:center 18px;align-items:flex-end}.hero-copy{padding:200px 0 10px;background:rgba(255,255,255,.9)}.hero h1{font-size:39px}.hero p{font-size:16px}.trust-list{flex-direction:column;gap:6px}.feature-grid,.pricing-grid{grid-template-columns:1fr}.protection-band,.pricing{padding:56px 18px}.activation-band{grid-template-columns:1fr;margin:0 18px 56px;padding:24px}.activation-band img{width:110px}.activation-band>a{grid-column:auto}.form-page,.payment-layout,.download-panel,.account-shell,.subscription-layout{grid-template-columns:1fr}.form-intro{position:static}.form-page{gap:20px}.page-shell{padding:40px 18px 70px}.form-intro h1,.download-panel h1{font-size:34px}.download-panel{padding:22px}.account-nav{border-right:0;border-bottom:1px solid var(--line)}.account-content{padding:30px 18px}.subscription-card dl div{grid-template-columns:1fr;gap:4px}.admin-content{padding:30px 15px}.metric-grid,.offer-editor,.editor-grid{grid-template-columns:1fr}.notice{right:12px;top:78px;width:calc(100vw - 24px)}footer{grid-template-columns:1fr}footer>div:last-of-type{flex-wrap:wrap}}
@media(max-width:700px){.hero{background-image:url('../images/aureon-mark.png');background-size:200px;background-position:center 30px}.hero-copy{padding-top:195px;background:transparent}}
