:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --surface: #120b1d; --surface-strong: #0c0714; --ink: #fbf7ff; --muted: #c1b4cb; --coral: #ff765a; --violet: #bb80ff; --cyan: #5eeeff; }
* { box-sizing: border-box; }
html { min-height: 100%; background: #08040d; }
body { min-height: 100svh; margin: 0; color: var(--ink); background: radial-gradient(ellipse 58% 44% at 12% 0%, rgba(116, 55, 175, .34), transparent 70%), radial-gradient(ellipse 52% 38% at 100% 17%, rgba(255, 95, 71, .22), transparent 72%), linear-gradient(160deg, #0b0612 0%, #07050b 55%, #090611 100%); }
a { color: #ffc1ad; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #fff0e9; }
.page { width: min(100% - 36px, 860px); margin: 0 auto; padding: max(30px, env(safe-area-inset-top)) 0 max(48px, env(safe-area-inset-bottom)); }
.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .92rem; font-weight: 850; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; filter: drop-shadow(0 0 10px rgba(255, 116, 90, .55)); }
.top nav { display: flex; gap: 16px; font-size: .9rem; }
.top nav a { color: #d7c8e4; }
.hero, .card { border: 1px solid transparent; background: linear-gradient(150deg, rgba(24, 14, 38, .94), rgba(11, 7, 19, .96)) padding-box, linear-gradient(115deg, rgba(255, 116, 90, .9), rgba(202, 109, 255, .88) 52%, rgba(94, 238, 255, .9)) border-box; box-shadow: 0 24px 80px rgba(0, 0, 0, .32), inset 0 1px rgba(255, 255, 255, .06); }
.hero { padding: clamp(28px, 7vw, 58px); border-radius: 30px; overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; right: -150px; top: -150px; background: radial-gradient(circle, rgba(89, 230, 255, .16), transparent 70%); pointer-events: none; }
.eyebrow { margin: 0 0 10px; color: #ffa58f; font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.2rem, 8vw, 4.2rem); letter-spacing: -.055em; line-height: .98; }
.lede { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: clamp(1rem, 3.5vw, 1.18rem); line-height: 1.65; }
.content { display: grid; gap: 18px; margin-top: 20px; }
.card { padding: clamp(22px, 5vw, 34px); border-radius: 24px; }
h2 { margin: 0 0 11px; color: #fffaff; font-size: clamp(1.2rem, 4vw, 1.58rem); letter-spacing: -.025em; }
h3 { margin: 23px 0 8px; color: #ffe5da; font-size: 1rem; }
p, li { color: var(--muted); font-size: 1rem; line-height: 1.65; }
p { margin: 0 0 14px; }
ul { margin: 0; padding-left: 22px; }
li + li { margin-top: 8px; }
.contact { display: inline-flex; align-items: center; min-height: 50px; margin-top: 7px; padding: 11px 17px; border: 1px solid rgba(255, 164, 136, .62); border-radius: 15px; background: rgba(113, 45, 43, .22); color: #fff3ee; font-weight: 750; text-decoration: none; box-shadow: 0 0 28px rgba(255, 101, 74, .11); }
.meta { display: grid; gap: 7px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(219, 190, 242, .16); color: #a99aac; font-size: .9rem; }
.footer { padding: 24px 3px 0; color: #93859e; font-size: .83rem; text-align: center; }
.page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.page-actions .contact { margin-top: 0; }
.secondary-action { display: inline-flex; align-items: center; min-height: 50px; padding: 11px 17px; border: 1px solid rgba(219, 190, 242, .28); border-radius: 15px; color: #d7c8e4; font-weight: 750; text-decoration: none; }
.error-page { display: grid; align-content: center; min-height: 100svh; }
.error-hero { min-height: 430px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 520px) { .page { width: min(100% - 28px, 860px); } .top { padding-bottom: 20px; } .top nav { gap: 12px; } .hero, .card { border-radius: 23px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
