*{box-sizing:border-box}
:root{
  --orange:#ed7506;
  --yellow:#ffc700;
  --ink:#111318;
  --muted:#636873;
  --cream:#fffaf5;
  --line:#f3e5d7;
}
html,body{margin:0;min-height:100%;font-family:'Poppins',sans-serif;background:#fff;color:var(--ink)}
body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}
a{text-decoration:none;color:inherit}

.page-glow{position:fixed;border-radius:999px;filter:blur(10px);pointer-events:none;z-index:0;opacity:.55}
.glow-one{width:520px;height:520px;right:-150px;top:80px;background:radial-gradient(circle,#fff2ce 0%,rgba(255,199,0,.18) 42%,rgba(255,255,255,0) 72%)}
.glow-two{width:420px;height:420px;left:-180px;bottom:-100px;background:radial-gradient(circle,#ffe7d1 0%,rgba(237,117,6,.10) 42%,rgba(255,255,255,0) 72%)}

.topbar{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;height:92px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;font-size:29px;font-weight:800;color:var(--yellow);letter-spacing:-1.4px}
.brand-mark{display:inline-flex;color:var(--orange);margin-right:-2px}
.back-link{font-weight:600;font-size:15px;color:#555b66;transition:.2s}
.back-link:hover{color:var(--orange)}

.hero{position:relative;z-index:1;width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;padding:42px 0 64px}
.status{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:#fff5e9;color:var(--orange);font-size:14px;font-weight:700;border:1px solid #ffe1c1}
.status-dot{width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--yellow));box-shadow:0 0 0 5px rgba(237,117,6,.10)}

h1{font-size:clamp(52px,6vw,86px);line-height:.98;letter-spacing:-4px;margin:22px 0 24px;font-weight:800}
h1 span{background:linear-gradient(90deg,var(--orange),var(--yellow));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:19px;line-height:1.75;color:#555b66;max-width:650px;margin:0}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:14px;font-weight:700;transition:.2s ease}
.primary-btn{background:linear-gradient(90deg,var(--orange),#ff8e0f);color:#fff;box-shadow:0 12px 26px rgba(237,117,6,.20)}
.primary-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(237,117,6,.26)}
.secondary-btn{border:1.5px solid #f3c79f;color:var(--orange);background:#fff}
.secondary-btn:hover{border-color:var(--orange);background:#fffaf5}
.small-note{font-size:14px;color:#858995;margin-top:22px}

.visual{display:flex;justify-content:center;align-items:center}
.mascot-card{position:relative;width:min(100%,500px);aspect-ratio:1/1;border-radius:42px;background:
linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,250,245,.9)),
radial-gradient(circle at 75% 22%,rgba(255,199,0,.20),transparent 32%);
border:1px solid #f7eadf;box-shadow:0 26px 70px rgba(74,50,28,.10);display:flex;align-items:center;justify-content:center;overflow:hidden}
.mascot-card:before,.mascot-card:after{content:"";position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(255,199,0,.24),rgba(237,117,6,.08))}
.mascot-card:before{width:180px;height:180px;right:-60px;top:-45px}
.mascot-card:after{width:120px;height:120px;left:-34px;bottom:-34px}
.mascot-card img{width:68%;max-width:340px;position:relative;z-index:2;filter:drop-shadow(0 18px 24px rgba(96,60,20,.12))}
.mini-bubble{position:absolute;top:28px;left:28px;z-index:3;background:#fff;padding:10px 14px;border-radius:14px;font-size:14px;font-weight:700;color:#4b505a;border:1px solid #f1e4d9;box-shadow:0 8px 24px rgba(44,29,18,.06)}
.code-line{position:absolute;height:10px;border-radius:999px;background:rgba(237,117,6,.10);z-index:1}
.line-a{width:130px;right:42px;bottom:86px}
.line-b{width:82px;right:42px;bottom:64px}
.line-c{width:105px;right:42px;bottom:42px}

footer{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:24px 0 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;font-size:13px;color:#858995}
footer a:hover{color:var(--orange)}

@media(max-width:900px){
  .topbar{height:76px;width:min(100% - 30px,720px)}
  .brand{font-size:25px}
  .back-link{font-size:13px}
  .hero{width:min(100% - 30px,720px);grid-template-columns:1fr;gap:36px;padding:30px 0 48px;text-align:center}
  .status{margin:auto}
  h1{font-size:clamp(46px,12vw,68px);letter-spacing:-3px}
  .lead{font-size:17px;margin:auto}
  .actions{justify-content:center}
  .small-note{max-width:540px;margin:22px auto 0}
  .visual{order:-1}
  .mascot-card{width:min(90vw,420px)}
  footer{width:min(100% - 30px,720px);flex-direction:column;align-items:center;text-align:center}
}
@media(max-width:560px){
  .back-link{font-size:0}
  .back-link:after{content:"← Woofle.fr";font-size:13px}
  .hero{padding-top:10px}
  .mascot-card{border-radius:30px}
  .mini-bubble{top:18px;left:18px;font-size:12px}
  h1{margin-top:18px}
  .actions{flex-direction:column}
  .primary-btn,.secondary-btn{width:100%}
}

/* Logo Woofle officiel */
.brand{display:flex;align-items:center}
.brand img{display:block;width:auto;height:46px;max-width:180px;object-fit:contain}
@media(max-width:560px){.brand img{height:38px;max-width:150px}}
