:root {
  --ink: #080808;
  --paper: #fff8ee;
  --white: #fff;
  --muted: #b9b1aa;
  --orange: #ff8618;
  --red: #ff2017;
  --gradient: linear-gradient(135deg, var(--red), var(--orange));
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 99; background: #fff; color: #000; padding: 10px; }
.topbar {
  position: fixed; inset: 0 0 auto; z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8,8,8,.82); backdrop-filter: blur(16px);
}
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.04em; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; border-radius: 13px; box-shadow: 0 6px 22px rgba(255,75,22,.25); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.lang { padding: 9px 12px; text-decoration: none; color: #d8d1ca; font-size: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 0; background: var(--gradient); color: #fff; box-shadow: 0 12px 40px rgba(255,70,20,.26); transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button.secondary { background: #fff; color: #111; box-shadow: none; }
.hero { min-height: 760px; display: grid; align-items: center; padding: 125px 0 64px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: 70px; background: rgba(255,53,19,.18); filter: blur(110px); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; position: relative; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); border-radius: 999px; color: #eee1d8; font-size: 14px; font-weight: 700; }
.eyebrow i { width: 8px; height: 8px; background: #ff6c19; border-radius: 50%; box-shadow: 0 0 16px #ff5d16; }
h1 { max-width: 760px; margin: 24px 0 20px; font-size: clamp(50px, 7vw, 92px); line-height: .94; letter-spacing: -.075em; }
.gradient-text { color: #ff6c1a; background: var(--gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lead { max-width: 630px; margin: 0 0 30px; color: #c9c0b9; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.micro { color: #968e88; font-size: 13px; max-width: 180px; }
.logo-stage { position: relative; padding: 22px; }
.logo-stage::before { content: ""; position: absolute; inset: 6%; background: var(--gradient); border-radius: 42% 58% 60% 40%; filter: blur(48px); opacity: .26; }
.logo-card { position: relative; border-radius: 38px; padding: 18px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); transform: rotate(2deg); box-shadow: 0 35px 100px #000; }
.logo-card img { border-radius: 28px; width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 74px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.1); }
.trust { padding: 22px; background: #0d0d0d; }
.trust strong { display: block; font-size: 18px; }
.trust span { color: #958e88; font-size: 14px; }
.light { background: var(--paper); color: #16110d; padding: 88px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.kicker { margin: 0 0 10px; color: #df4617; font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.section-head > p { max-width: 440px; color: #6f6258; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { border: 1px solid #e6d8cb; background: #fff; padding: 30px; border-radius: var(--radius); min-height: 245px; }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: #fff0e2; font-size: 25px; }
.card h3 { margin: 38px 0 8px; font-size: 23px; letter-spacing: -.03em; }
.card p { margin: 0; color: #74685f; }
.steps-section { padding: 110px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; margin-top: 54px; }
.step { position: relative; padding-top: 24px; border-top: 1px solid #393532; }
.step::before { counter-increment: step; content: "0" counter(step); color: #ff6818; font-weight: 900; font-size: 14px; }
.step h3 { margin: 28px 0 9px; font-size: 25px; }
.step p { color: #9d948e; margin: 0; }
.cta-box { margin-top: 76px; padding: 50px; border-radius: 36px; background: var(--gradient); display: flex; justify-content: space-between; align-items: center; gap: 30px; overflow: hidden; position: relative; }
.cta-box::after { content: "⚓"; position: absolute; right: 26%; font-size: 160px; opacity: .1; transform: rotate(-12deg); }
.cta-box h2 { max-width: 680px; position: relative; z-index: 1; }
.faq-section { padding: 110px 0; background: #12100f; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-list { border-top: 1px solid #38322e; }
details { border-bottom: 1px solid #38322e; padding: 22px 0; }
summary { cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::after { content: "+"; color: #ff7218; font-size: 25px; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: #aaa09a; margin: 12px 40px 0 0; }
footer { padding: 34px 0; border-top: 1px solid #24201e; color: #8e8782; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-underline-offset: 4px; }
.compact-cta { padding: 76px 0; }
.compact-cta .cta-box { margin-top: 0; }
.compact-note { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 16px; }

@media (max-width: 800px) {
  .wrap { width: min(100% - 28px, 620px); }
  .nav { height: 64px; }
  .brand span:last-child { display: none; }
  .brand-logo { width: 40px; height: 40px; }
  .nav .button { min-height: 42px; padding: 0 15px; font-size: 13px; }
  .hero { padding-top: 105px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .logo-stage { padding: 0 17%; }
  .trust-row, .cards, .steps { grid-template-columns: 1fr; }
  .trust-row { margin-top: 48px; }
  .section-head, .cta-box, .footer-row { align-items: flex-start; flex-direction: column; }
  .light, .steps-section, .faq-section { padding: 58px 0; }
  .cards { gap: 12px; }
  .card { min-height: auto; padding: 22px; }
  .card h3 { margin-top: 18px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .cta-box { padding: 34px 25px; }
  .cta-box .button { width: 100%; }
  .compact-cta { padding: 48px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
