:root { color-scheme: dark; --ink: #07111c; --ink-2: #0b1b2b; --line: rgba(179, 232, 255, .17); --text: #edf8ff; --muted: #93aabd; --cyan: #48ecd7; --blue: #3c8cff; }
* { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; min-width: 320px; color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at 78% 0%, #102d57 0, transparent 31rem), linear-gradient(145deg, #07111c 5%, #091827 62%, #06111c); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; overflow: hidden; }
.topbar { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; letter-spacing: .12em; font-weight: 750; }
.brand b { color: var(--cyan); font-weight: 750; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; color: #03131a; font: 900 19px/1 Georgia, serif; letter-spacing: 0; border-radius: 9px 9px 13px 13px; background: linear-gradient(145deg, #a5fff3, #28bdb7); box-shadow: 0 0 22px rgba(72, 236, 215, .45); }
.support-link { color: var(--muted); font-size: 14px; transition: color .2s ease; }
.support-link:hover { color: var(--cyan); }
.support-link span { color: var(--cyan); margin-left: 4px; }
.hero { min-height: 570px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; padding: 72px 0; }
.eyebrow { margin: 0 0 18px; color: #a9c4d5; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 750; }
.eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 720px; font: 700 clamp(46px, 6.3vw, 82px)/.97 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
h1 em { color: var(--cyan); font-weight: 600; }
.lead { width: min(450px, 100%); color: var(--muted); font-size: 18px; line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 34px 0 17px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border-radius: 5px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #041219; background: var(--cyan); box-shadow: 0 12px 36px rgba(72, 236, 215, .2); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(72, 236, 215, .32); }
.button-secondary { border: 1px solid rgba(177, 225, 255, .26); color: var(--text); background: rgba(255, 255, 255, .035); }
.button-secondary:hover { background: rgba(255, 255, 255, .09); }
.text-action { padding: 10px 2px; color: #a7c0d1; font-size: 13px; font-weight: 700; }
.text-action:hover { color: var(--cyan); }
.hint { color: #6f899c; font-size: 12px; }
.hero-visual { min-height: 100%; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual:before { content: ""; position: absolute; width: min(39vw, 510px); height: min(39vw, 510px); border: 1px solid rgba(115, 199, 255, .25); border-radius: 50%; transform: rotate(-20deg) scaleY(.68); box-shadow: 0 0 80px rgba(47, 133, 255, .15); }
.hero-visual img { width: min(430px, 39vw); min-width: 300px; filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .45)); mix-blend-mode: screen; transform: rotate(2deg); position: relative; z-index: 1; }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .8; }
.orb-one { width: 12px; height: 12px; background: #b7ffff; box-shadow: 0 0 28px 13px #48ecd7; top: 29%; right: 14%; }
.orb-two { width: 9px; height: 9px; background: #ffd5ff; box-shadow: 0 0 25px 13px #d566ff; bottom: 26%; left: 17%; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts article { min-height: 132px; padding: 28px 30px; display: grid; align-content: center; gap: 7px; border-left: 1px solid var(--line); }
.facts article:first-child { border-left: 0; }
.facts strong { color: var(--cyan); font: 600 clamp(26px, 3vw, 38px)/1 Georgia, serif; letter-spacing: -.04em; }
.facts span { max-width: 180px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.steps { padding: 112px 0 96px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; }
.section-heading h2 { margin: 0; font: 600 clamp(37px, 4.2vw, 58px)/.98 Georgia, serif; letter-spacing: -.055em; }
.steps ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.steps h3 { margin: 0 0 6px; font-size: 17px; }
.steps li p { margin: 0; color: var(--muted); font-size: 14px; }
footer { display: flex; justify-content: space-between; padding: 27px 0 35px; color: #7892a5; font-size: 12px; border-top: 1px solid var(--line); }
footer div { display: flex; gap: 22px; }
footer a:hover { color: var(--cyan); }
@media (max-width: 760px) { .shell { width: min(100% - 30px, 560px); }.topbar { height: 76px; }.support-link { font-size: 12px; }.hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; }.hero-copy { padding: 62px 0 6px; }.hero-visual { height: 340px; margin: -12px -40px 0; }.hero-visual img { width: 335px; min-width: 0; }.hero-visual:before { width: 330px; height: 330px; }.facts { grid-template-columns: 1fr; }.facts article { min-height: 98px; border-left: 0; border-top: 1px solid var(--line); }.facts article:first-child { border-top: 0; }.steps { padding: 78px 0 68px; grid-template-columns: 1fr; gap: 42px; }.actions { display: grid; }.button { width: 100%; }.text-action { text-align: center; }.steps li { grid-template-columns: 49px 1fr; } footer { align-items: flex-start; gap: 20px; flex-direction: column; } }
@media (prefers-reduced-motion: no-preference) { .hero-visual img { animation: breathe 7s ease-in-out infinite; } @keyframes breathe { 50% { transform: rotate(-1deg) translateY(-8px) scale(1.015); } } }
