*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#111418;
  --bg2:#181d24;
  --panel:#1e2530;
  --cream:#f3efe6;
  --ink:#eef1f6;
  --ink-dark:#1a1f28;
  --mute:#9aa3b2;
  --line:#2c3544;
  --blue:#3d7eff;
  --blue2:#6b9bff;
  --ember:#ff6a3d;
  --ember2:#ff8a66;
  --pad:1rem;
  --max:1040px;
  --font:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif;
  --sh:0 16px 40px rgba(0,0,0,.4);
}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
  min-height:100vh;
  background-image:
    linear-gradient(105deg,rgba(61,126,255,.14) 0%,transparent 42%),
    linear-gradient(285deg,rgba(255,106,61,.12) 0%,transparent 40%),
    linear-gradient(180deg,#151a22 0%,var(--bg) 55%,#0c0f14 100%);
}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue2);text-decoration:none}
a:hover{color:#9db8ff}
.o1-skip{position:absolute;left:-999px}
.o1-skip:focus{left:1rem;top:1rem;z-index:99;padding:.5rem .75rem;background:var(--panel);border:2px solid var(--ember)}

.o1-top{
  position:sticky;top:0;z-index:40;
  background:rgba(17,20,24,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.o1-top-inner{
  max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:.75rem;padding:.65rem var(--pad);
}
.o1-brand{
  font-weight:850;letter-spacing:-.04em;font-size:1.08rem;color:var(--ink);
  display:flex;align-items:center;gap:.4rem;
}
.o1-brand i{
  width:1.45rem;height:1.45rem;border-radius:6px;
  background:linear-gradient(90deg,var(--blue) 50%,var(--ember) 50%);
  box-shadow:0 0 16px rgba(61,126,255,.35);
}
.o1-nav{display:none;gap:.55rem;align-items:center;flex-wrap:wrap}
.o1-nav a{color:var(--mute);font-size:.82rem;font-weight:650}
.o1-nav a:hover,.o1-nav a[aria-current="page"]{color:var(--ink)}
.o1-cta{
  display:inline-flex;align-items:center;justify-content:center;
  gap:.35rem;padding:.74rem 1.1rem;
  border-radius:8px;
  background:linear-gradient(90deg,var(--blue),#2f6aef 48%,var(--ember) 52%,var(--ember2));
  color:#fff!important;font-weight:850;font-size:.92rem;
  border:0;cursor:pointer;
  box-shadow:0 10px 24px rgba(61,126,255,.25);
  transition:transform .14s ease,filter .14s ease;
  min-height:46px;text-decoration:none;
}
.o1-cta:hover{transform:translateY(-2px);filter:brightness(1.06);color:#fff!important}
.o1-cta:active{transform:translateY(1px)}
.o1-cta--ghost{
  background:transparent;color:var(--ink)!important;
  border:2px solid var(--line);box-shadow:none;
}
.o1-cta--ghost:hover{border-color:var(--blue);color:var(--blue2)!important;transform:none;filter:none}
.o1-cta--ember{
  background:linear-gradient(180deg,var(--ember2),var(--ember));
  box-shadow:0 10px 24px rgba(255,106,61,.28);
}
.o1-burger{
  width:46px;height:46px;border-radius:8px;
  border:1px solid var(--line);background:var(--panel);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
  cursor:pointer;
}
.o1-burger span{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px}
.o1-drawer{
  display:none;flex-direction:column;gap:.35rem;
  padding:.5rem var(--pad) 1rem;border-bottom:1px solid var(--line);
  background:var(--bg2);
}
.o1-drawer.open{display:flex}
.o1-drawer a{
  color:var(--ink);padding:.85rem 1rem;border-radius:8px;
  background:var(--panel);font-weight:700;font-size:.95rem;
  border:1px solid var(--line);
}
.o1-drawer .o1-cta{width:100%;margin-top:.35rem}

.o1-wrap{max-width:var(--max);margin:0 auto;padding:1.25rem var(--pad) 3rem}
.o1-hero{
  display:grid;gap:0;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--sh);
  margin-bottom:1.5rem;
}
.o1-hero-copy{
  background:var(--cream);color:var(--ink-dark);
  padding:1.35rem 1.2rem 1.5rem;
}
.o1-kicker{
  font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ember);margin-bottom:.5rem;
}
.o1-hero h1{
  font-size:clamp(1.7rem,5.8vw,2.6rem);
  line-height:1.08;letter-spacing:-.045em;font-weight:900;
  margin-bottom:.65rem;max-width:14ch;color:var(--ink-dark);
}
.o1-hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--blue),var(--ember));-webkit-background-clip:text;background-clip:text;color:transparent}
.o1-lead{color:#5a6270;font-size:1.02rem;max-width:38ch;margin-bottom:1rem}
.o1-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.85rem}
.o1-note{font-size:.8rem;color:#6a7382}
.o1-hero-visual{position:relative;background:var(--panel);min-height:240px}
.o1-hero-visual img{width:100%;height:100%;min-height:260px;object-fit:cover}
.o1-vs{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:2.4rem;height:2.4rem;border-radius:50%;
  background:var(--ink-dark);color:#fff;font-weight:900;font-size:.75rem;
  display:flex;align-items:center;justify-content:center;
  border:3px solid var(--cream);z-index:2;
}

.o1-duels{display:grid;gap:.85rem;margin:1.4rem 0}
.o1-duel{
  display:grid;grid-template-columns:1fr 1fr;
  gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;
  background:var(--panel);
}
.o1-duel img{width:100%;aspect-ratio:1;object-fit:cover}
.o1-duel-body{
  grid-column:1 / -1;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:.65rem;padding:.85rem 1rem;
  border-top:1px solid var(--line);
}
.o1-duel-body h3{font-size:1rem;letter-spacing:-.02em}
.o1-duel-body p{color:var(--mute);font-size:.85rem;flex:1;min-width:140px}
.o1-duel-body .o1-cta{min-height:40px;padding:.5rem .85rem;font-size:.82rem}

.o1-section{margin:2.1rem 0}
.o1-section h2{font-size:clamp(1.2rem,3.4vw,1.55rem);letter-spacing:-.03em;margin-bottom:.5rem}
.o1-section > p{color:var(--mute);max-width:52ch;margin-bottom:1rem}
.o1-grid{display:grid;gap:.8rem;grid-template-columns:1fr}
.o1-card{
  background:var(--panel);border:1px solid var(--line);
  border-radius:12px;padding:1rem 1.05rem;
}
.o1-card h3{font-size:1rem;margin-bottom:.3rem}
.o1-card p{color:var(--mute);font-size:.9rem}
.o1-split{display:grid;gap:1.1rem;align-items:center}
.o1-split img{
  border-radius:14px;width:100%;aspect-ratio:4/3;object-fit:cover;
  border:1px solid var(--line);box-shadow:var(--sh);
}
.o1-list{list-style:none;display:grid;gap:.5rem;margin:1rem 0}
.o1-list li{
  padding:.7rem .85rem;border-radius:10px;
  background:var(--panel);border:1px solid var(--line);
  border-left:3px solid var(--blue);
  color:var(--mute);font-size:.9rem;
}
.o1-list li:nth-child(even){border-left-color:var(--ember)}
.o1-list li strong{color:var(--ink)}

.o1-form{
  max-width:420px;display:grid;gap:.75rem;
  background:var(--cream);color:var(--ink-dark);
  border-radius:14px;padding:1.15rem;box-shadow:var(--sh);
}
.o1-form label{display:grid;gap:.3rem;font-size:.85rem;font-weight:700;color:#5a6270}
.o1-form input,.o1-form select{
  width:100%;padding:.75rem .85rem;border-radius:8px;
  border:1px solid #d5d0c6;background:#fff;color:var(--ink-dark);
  font:inherit;min-height:46px;
}
.o1-form input:focus,.o1-form select:focus{outline:2px solid var(--blue);border-color:transparent}
.o1-form .o1-cta{width:100%}
.o1-form a{color:var(--ember)}
.o1-form .o1-note{color:#6a7382}

.o1-faq details{
  background:var(--panel);border:1px solid var(--line);
  border-radius:10px;padding:.85rem 1rem;margin-bottom:.5rem;
}
.o1-faq summary{cursor:pointer;font-weight:750;list-style:none}
.o1-faq summary::-webkit-details-marker{display:none}
.o1-faq p{color:var(--mute);margin-top:.5rem;font-size:.92rem}

.o1-foot{
  border-top:1px solid var(--line);background:#0c0f14;
  padding:1.5rem var(--pad) 5.5rem;
}
.o1-foot-inner{max-width:var(--max);margin:0 auto;display:grid;gap:1rem}
.o1-foot nav{display:flex;flex-wrap:wrap;gap:.65rem 1rem}
.o1-foot a{color:var(--mute);font-size:.84rem}
.o1-foot a:hover{color:var(--ember2)}
.o1-copy{font-size:.78rem;color:#6a7382}

.o1-cookie{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:none;padding:.85rem var(--pad);
  background:rgba(12,15,20,.97);border-top:1px solid var(--line);
}
.o1-cookie.show{display:block}
.o1-cookie-inner{
  max-width:var(--max);margin:0 auto;
  display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;
}
.o1-cookie p{font-size:.85rem;color:var(--mute);flex:1;min-width:200px}
.o1-cookie a{color:var(--blue2)}

.o1-prose h2{margin:1.3rem 0 .45rem;font-size:1.15rem}
.o1-prose p,.o1-prose li{color:var(--mute);margin-bottom:.65rem;font-size:.94rem}
.o1-prose ul{padding-left:1.1rem;margin-bottom:.8rem}
.o1-crumb{font-size:.78rem;color:var(--mute);margin-bottom:.8rem}
.o1-crumb a{color:var(--mute)}
.o1-wrap > h1{font-size:clamp(1.5rem,4vw,2rem);letter-spacing:-.03em;margin-bottom:.75rem}

@media (min-width:760px){
  .o1-burger{display:none}
  .o1-nav{display:flex}
  .o1-drawer{display:none!important}
  .o1-hero{grid-template-columns:1.05fr .95fr}
  .o1-hero-copy{padding:2rem 1.75rem}
  .o1-duels{grid-template-columns:1fr 1fr}
  .o1-grid{grid-template-columns:1fr 1fr 1fr}
  .o1-split{grid-template-columns:1fr 1fr;gap:1.4rem}
  .o1-foot{padding-bottom:2rem}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none!important}
}
