:root {
  color-scheme: light;
  --night: #101925;
  --ink: #19232d;
  --muted: #52616b;
  --paper: #f7f6f1;
  --gold: #d6b77c;
  --violet: #b496ec;
  --line: #d8dcd9;
  font-family: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: absolute; top: -80px; left: 12px; z-index: 5; padding: 10px 16px; background: #fff; }
.skip:focus { top: 12px; }
.eyebrow { color: #cfb78a; font: 800 .78rem/1.3 Manrope, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.site-header { background: var(--night); color: #fff; border-bottom: 1px solid #ffffff24; }
.site-header .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 1rem Manrope, Arial, sans-serif; text-decoration: none; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.nav { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.nav a { color: #e1e6e9; font: 700 .86rem Manrope, Arial, sans-serif; text-decoration: none; }
.nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.hero { padding: 82px 0 74px; color: #f9f8f5; background: radial-gradient(ellipse at 80% 10%, #2d294e, transparent 42%), linear-gradient(150deg, #121d2b, #0d1520); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 7%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; letter-spacing: -.045em; }
h1 { max-width: 810px; margin: 15px 0 22px; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.1; }
.hero p { max-width: 690px; color: #d2d8dd; font-size: 1.12rem; }
.hero .status { margin: 16px 0 0; font-size: .9rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 10px 20px; border: 1px solid var(--gold); border-radius: 5px; background: var(--gold); color: var(--night); font: 800 .91rem Manrope, Arial, sans-serif; text-align: center; text-decoration: none; }
.button:hover { background: #ead09b; }
.button.outline { border-color: #89929d; background: transparent; color: #fff; }
.button.outline:hover { background: #ffffff16; }
.hero-visual { margin: 0; }
.hero-visual img { width: 100%; border: 1px solid #ffffff30; border-radius: 10px; box-shadow: 0 22px 45px #0006; }
.hero-visual figcaption { margin-top: 10px; color: #bac6cf; font-size: .84rem; }
.preview-card { padding: 38px; border: 1px solid #ffffff4a; border-radius: 10px; background: #ffffff0c; }
.preview-card strong { display: block; margin: 14px 0; font: 800 clamp(1.5rem, 3vw, 2.4rem)/1.2 Manrope, Arial, sans-serif; letter-spacing: -.04em; }
.preview-card p { margin: 0; font-size: 1rem; }
.section { padding: 78px 0; }
.section.alt { background: #e7e8e2; }
.section h2 { margin: 10px 0 16px; font-size: clamp(2.1rem, 3.8vw, 3.5rem); line-height: 1.15; }
.section-lead { max-width: 760px; color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.feature { padding: 26px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.feature h3 { margin-bottom: 10px; font-size: 1.18rem; }
.feature p { margin: 0; color: var(--muted); }
.screen-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.screen-grid figure { min-width: 0; margin: 0; }
.screen-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; border: 6px solid #222c37; border-radius: 9px; background: #101925; }
.screen-grid figcaption { margin-top: 10px; color: var(--muted); font-size: .9rem; }
.utility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.utility-grid > div { padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.utility-grid h3 { margin-bottom: 10px; font-size: 1.18rem; }
.utility-grid p { margin: 0; color: var(--muted); }
.utility-grid a { color: #624378; font-weight: 700; text-underline-offset: 3px; }
.site-footer { padding: 44px 0; background: var(--night); color: #e1e6e9; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: start; gap: 28px; }
.site-footer p { max-width: 430px; margin: 8px 0 0; color: #bac4ca; font-size: .92rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-links a { color: #efdfc0; font-size: .88rem; text-underline-offset: 4px; }
@media (max-width: 850px) { .hero-grid { grid-template-columns: 1fr; } .hero-visual, .preview-card { max-width: 650px; margin-top: 25px; } .feature-grid { grid-template-columns: 1fr 1fr; } .feature:last-child { grid-column: 1 / -1; } }
@media (max-width: 650px) { .wrap { width: calc(100% - 34px); } .site-header .wrap { flex-wrap: wrap; padding-block: 15px; } .nav { gap: 10px 16px; } .hero { padding: 58px 0 62px; } .section { padding: 62px 0; } .feature-grid, .screen-grid, .utility-grid { grid-template-columns: 1fr; } .feature:last-child { grid-column: auto; } .site-footer .wrap { display: block; } .footer-links { margin-top: 22px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
