/*
Theme Name: Adscoria
Theme URI: https://adscoria.com/
Author: Key Performance Group
Description: Thème autonome et assaini pour Adscoria.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.3
Text Domain: adscoria
*/
:root{--yellow:#ffcd26;--yellow-dark:#e4b51b;--ink:#101319;--paper:#fff;--mist:#f4f5f7;--muted:#5c6370;--border:#dfe2e7;--max:1180px;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}img{display:block;max-width:100%;height:auto}.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(16,19,25,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand img{width:193px;height:58px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{color:#fff;text-decoration:none;font-size:14px;font-weight:650;letter-spacing:.035em}.site-nav a:hover,.site-nav a:focus{color:var(--yellow)}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:30px}.hero,.page-hero{background:var(--ink);color:#fff}.hero{padding:96px 0}.page-hero{padding:80px 0}.hero-grid,.split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:72px;align-items:center}.hero h1,.page-hero h1{max-width:850px;margin:.2em 0;font-size:clamp(48px,8vw,92px);line-height:.96;letter-spacing:-.05em;text-transform:uppercase}.page-hero h1{font-size:clamp(44px,7vw,76px)}.hero-words{color:var(--yellow);font-size:clamp(18px,3vw,28px);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hero-words span{color:#fff}.lead{font-size:clamp(19px,2.2vw,24px);line-height:1.5}.eyebrow{margin:0 0 12px;color:var(--yellow);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow.dark{color:#9a7310}.hero-card,.feature-box{padding:36px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,205,38,.16),rgba(255,255,255,.03));box-shadow:0 30px 80px rgba(0,0,0,.24)}.hero-card strong{font-size:27px;line-height:1.25}.hero-card a{color:var(--yellow)}.actions{display:flex;align-items:center;gap:24px;margin-top:32px}.button{display:inline-block;padding:14px 22px;border:2px solid var(--yellow);border-radius:4px;background:var(--yellow);color:var(--ink);font-weight:800;text-decoration:none;transition:transform .2s,background .2s}.button:hover,.button:focus{background:#ffdb65;transform:translateX(5px)}.button-light{border-color:#fff;background:#fff}.button-dark{border-color:var(--ink);background:var(--ink);color:#fff}.text-link{color:var(--yellow);font-weight:700}.section{padding:90px 0}.section h2{margin:.1em 0 .6em;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-.04em}.section h3{font-size:24px}.section-dark{background:var(--ink);color:#fff}.section-yellow{background:var(--yellow)}.cards{display:grid;gap:24px;margin:44px 0}.cards.offers{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.cards article{padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 28px rgba(16,19,25,.06)}.offers article img{width:88px;height:88px;object-fit:contain;margin-bottom:20px}.offers article a{font-weight:800}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:center}.logo-grid img{width:100%;height:88px;object-fit:contain;filter:grayscale(1);opacity:.72}.logo-grid img:hover{filter:none;opacity:1}.check-list{margin:28px 0 38px;padding:0;list-style:none}.check-list li{position:relative;margin:16px 0;padding-left:34px}.check-list li:before{content:"✓";position:absolute;left:0;color:#9a7310;font-weight:900}.visual{padding:28px;background:var(--mist);border-radius:var(--radius)}.visual img{max-height:480px;margin:auto;object-fit:contain}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.contact-grid article{min-height:240px;padding:40px;background:var(--mist);border-top:6px solid var(--yellow)}.site-footer{padding:56px 0;background:#07090d;color:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.footer-grid strong{color:var(--yellow);display:block;margin-bottom:8px}.footer-grid p{margin:.2em 0}.footer-bottom{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);color:#aeb4c0;font-size:14px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.nav-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:84px;padding:24px 20px;background:var(--ink);flex-direction:column;align-items:flex-start}.site-nav.is-open{display:flex}.hero-grid,.split{grid-template-columns:1fr;gap:40px}.cards.offers{grid-template-columns:1fr}.logo-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr}}@media(max-width:600px){.wrap{width:min(calc(100% - 28px),var(--max))}.hero,.page-hero,.section{padding:64px 0}.header-inner{min-height:72px}.brand img{width:150px;height:auto}.site-nav{top:72px}.cards.two,.contact-grid{grid-template-columns:1fr}.logo-grid{grid-template-columns:repeat(2,1fr)}.actions{align-items:flex-start;flex-direction:column}}
