:root { color-scheme: dark; --ink: #f8fafd; --muted: #9aabc3; --bg: #050b18; --surface: #0a1424; --line: rgba(0, 229, 255, .18); --cyan: #00e5ff; --blue: #366bff; --radius: 16px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 80% 0%, rgba(54, 107, 255, .16), transparent 28rem), var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
main { padding: 56px 0 92px; }
.hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(380px, .84fr); gap: clamp(32px, 6vw, 76px); align-items: center; padding: 38px 0 78px; }
.eyebrow { margin: 0 0 14px; color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 11ch; margin-bottom: 20px; font-size: clamp(46px, 6vw, 76px); letter-spacing: -.07em; line-height: .96; }
h2 { max-width: 17ch; margin-bottom: 14px; font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -.055em; line-height: 1.02; }
h3 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.025em; }
.lead { max-width: 58ch; color: var(--muted); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px; background: rgba(255, 255, 255, .03); color: var(--ink); font-size: 14px; font-weight: 850; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); background: rgba(0, 229, 255, .1); }
.button.primary { border-color: transparent; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #03101b; }
.visual { margin: 0; }
.visual img { display: block; width: 100%; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0, 0, 0, .35); }
.visual figcaption { padding: 10px 2px 0; color: var(--muted); font-size: 13px; }
.intro { max-width: 700px; margin-bottom: 28px; }
.intro p { max-width: 62ch; color: var(--muted); font-size: 17px; }
.outcomes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.outcomes article { min-height: 180px; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: linear-gradient(145deg, rgba(12, 27, 47, .95), rgba(7, 16, 30, .95)); }
.outcomes article:last-child { grid-column: span 2; }
.outcomes p { margin: 0; color: var(--muted); }
.section { margin-top: 88px; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.step { padding: 24px 0; border-bottom: 1px solid var(--line); }
.step p { max-width: 50ch; margin: 0; color: var(--muted); }
.notice { max-width: 860px; margin-top: 34px; border-left: 3px solid var(--cyan); padding: 18px 20px; background: rgba(0, 229, 255, .06); color: var(--muted); }
.notice strong { color: var(--ink); }
.related { display: flex; flex-wrap: wrap; gap: 10px; }
.related a { border-bottom: 1px solid var(--cyan); color: var(--ink); font-weight: 750; }
footer { border-top: 1px solid var(--line); padding: 28px 0 42px; color: var(--muted); font-size: 14px; }
@media (max-width: 760px) { .wrap { width: min(100% - 28px, 1160px); } .hero, .outcomes, .steps { grid-template-columns: 1fr; } .outcomes article:last-child { grid-column: auto; } main { padding-top: 20px; } .hero { padding: 26px 0 56px; } h1 { max-width: 12ch; } .actions .button { width: 100%; } .section { margin-top: 62px; } }
