*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
:root {
  color-scheme: dark;
  --bg: #111827;
  --bg-deep: #0c1322;
  --surface: #1f2937;
  --surface-high: #273449;
  --surface-highest: #334155;
  --line: #334155;
  --line-soft: rgba(148, 163, 184, .15);
  --text: #f8fafc;
  --muted: #94a3b8;
  --muted-dark: #64748b;
  --primary: #60a5fa;
  --primary-soft: #1b2c4a;
  --violet: #8d7cc6;
  --violet-soft: #2e2a3e;
  --green: #3fb98e;
  --green-soft: #18382f;
  --amber: #e0a93a;
  --amber-soft: #3a301b;
  --orange: #ff6b35;
  --pink: #ec4899;
  --font-heading: "Outfit", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --shadow: 0 28px 70px rgba(2, 6, 23, .38);
  --paper: var(--bg);
  --ink: var(--text);
  --ink-soft: var(--muted);
  --bg-dark: var(--bg);
  --bg-card: var(--surface);
  --border-color: var(--line);
  --text-primary: var(--text);
  --text-secondary: var(--muted);
  --accent: var(--primary);
  --accent-hover: #93c5fd;
}
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { min-height: 100vh; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--font-body); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 82% 15%, rgba(96, 165, 250, .11), transparent 31rem), radial-gradient(circle at 11% 45%, rgba(141, 124, 198, .08), transparent 28rem), var(--bg); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.material-symbols-rounded { font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24; font-size: 1.25em; line-height: 1; }
.material-symbols-rounded.fill, .fill.material-symbols-rounded { font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24; }
.icons-loading .material-symbols-rounded { color: transparent !important; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; border-radius: 12px; background: var(--primary); color: #0b1220; padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 76px; display: flex; align-items: center; gap: 28px; position: sticky; top: 12px; z-index: 100; margin-top: 12px; padding: 10px 12px 10px 14px; border: 1px solid rgba(100, 116, 139, .38); border-radius: 20px; background: rgba(17, 24, 39, .84); box-shadow: 0 14px 40px rgba(2, 6, 23, .25); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 12px; box-shadow: 0 5px 18px rgba(0, 0, 0, .25); }
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 21px; letter-spacing: -.03em; }
.brand small { color: var(--muted); margin-top: 5px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 5px; margin: auto; }
.header-nav a { color: var(--muted); padding: 10px 13px; border-radius: 11px; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s, background .2s; }
.header-nav a:hover, .header-nav a:focus-visible, .header-nav a.active { color: var(--text); background: var(--surface); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; padding: 0 20px; text-decoration: none; font-weight: 700; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(96, 165, 250, .45); outline-offset: 3px; }
.button.primary { background: var(--primary); color: #0b1220; box-shadow: 0 12px 28px rgba(96, 165, 250, .18); }
.button.primary:hover { background: #7db6fb; box-shadow: 0 16px 34px rgba(96, 165, 250, .25); }
.button.ghost { border-color: var(--line); background: rgba(31, 41, 55, .58); color: var(--text); }
.button.ghost:hover { background: var(--surface-high); border-color: var(--muted-dark); }
.button.compact { min-height: 44px; padding-inline: 16px; background: var(--primary); color: #0b1220; font-size: 13px; }

.hero { min-height: 710px; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: clamp(55px, 8vw, 110px); padding-block: 76px 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 20px 0 24px; font-size: clamp(50px, 6.4vw, 82px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 650px; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: 13px; font-weight: 500; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points .material-symbols-rounded { color: var(--green); font-size: 18px; }

.hero-visual { width: min(470px, 100%); justify-self: center; position: relative; }
.visual-glow { position: absolute; inset: 7% -12% 5%; border-radius: 44%; background: rgba(96, 165, 250, .14); filter: blur(48px); }
.phone-frame { position: relative; overflow: hidden; width: 360px; max-width: 82vw; margin-inline: auto; border: 1px solid rgba(148, 163, 184, .32); border-radius: 34px; background: var(--bg-deep); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.phone-top { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 17px; border-bottom: 1px solid var(--line-soft); color: var(--text); font-weight: 700; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 600; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.phone-frame img { width: 100%; height: 570px; object-fit: cover; object-position: top; }
.floating-tip { position: absolute; z-index: 2; min-width: 190px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(100, 116, 139, .42); border-radius: 16px; padding: 12px; background: rgba(31, 41, 55, .94); box-shadow: 0 16px 34px rgba(2, 6, 23, .38); backdrop-filter: blur(12px); }
.floating-tip > .material-symbols-rounded { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--primary); background: var(--primary-soft); }
.floating-tip div { display: flex; flex-direction: column; }.floating-tip b { font-size: 13px; }.floating-tip small { color: var(--muted); font-size: 10px; }
.tip-one { left: -68px; top: 112px; }.tip-two { right: -56px; bottom: 90px; }.tip-two > .material-symbols-rounded { color: var(--violet); background: var(--violet-soft); }

.quick-section { padding-block: 92px 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-heading h2 { max-width: 760px; margin-top: 13px; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -.042em; text-wrap: balance; }
.section-heading > p { max-width: 360px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }
.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.action-card { min-height: 320px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; padding: 25px; background: var(--surface); text-decoration: none; transition: transform .22s, border-color .22s, background .22s; }
.action-card:hover { transform: translateY(-6px); background: var(--surface-high); }
.action-card.violet:hover { border-color: rgba(141, 124, 198, .7); }.action-card.blue:hover { border-color: rgba(96, 165, 250, .7); }.action-card.green:hover { border-color: rgba(63, 185, 142, .7); }
.action-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; border-radius: 17px; font-size: 29px; }
.violet .action-icon { color: var(--violet); background: var(--violet-soft); }.blue .action-icon { color: var(--primary); background: var(--primary-soft); }.green .action-icon { color: var(--green); background: var(--green-soft); }
.action-number { position: absolute; top: 20px; right: 22px; color: rgba(148, 163, 184, .17); font-size: 54px; line-height: 1; font-weight: 800; }
.action-card h3 { margin: 28px 0 8px; font-size: 23px; letter-spacing: -.02em; }.action-card p { color: var(--muted); font-size: 14px; }.action-card > b { display: flex; align-items: center; gap: 2px; margin-top: 20px; color: var(--primary); font-size: 13px; }
.violet > b { color: #b5a7e7; }.green > b { color: #66d3ad; }

.screens-section { overflow: hidden; border-block: 1px solid var(--line-soft); padding-block: 98px 120px; background: rgba(12, 19, 34, .62); }
.screen-gallery { display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; gap: 16px; }
.screen-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); text-decoration: none; box-shadow: 0 18px 42px rgba(2, 6, 23, .22); transition: transform .24s, border-color .24s; }
.screen-card:hover { transform: translateY(-6px); border-color: var(--primary); }.screen-card.raised { margin-top: 34px; }
.screen-card img { width: 100%; height: 390px; object-fit: cover; object-position: top; background: var(--bg-deep); }
.screen-card > span { display: flex; flex-direction: column; padding: 17px 18px 19px; border-top: 1px solid var(--line-soft); }.screen-card b { font-size: 16px; }.screen-card small { color: var(--muted); margin-top: 3px; font-size: 11px; }

.support-section { padding-block: 112px; }
.support-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; position: relative; overflow: hidden; border: 1px solid rgba(96, 165, 250, .32); border-radius: 26px; padding: clamp(28px, 5vw, 52px); background: var(--primary-soft); }
.support-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; top: -140px; border: 40px solid rgba(96, 165, 250, .08); border-radius: 50%; }
.support-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 20px; background: var(--primary); color: #0b1220; font-size: 34px; }
.support-card h2 { margin: 8px 0 6px; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -.035em; }.support-card p { color: var(--muted); }.support-actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; }

.site-footer { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px 34px; border-top: 1px solid var(--line-soft); padding-block: 38px 28px; color: var(--muted); font-size: 13px; }
.site-footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 24px; }.site-footer nav a { text-decoration: none; }.site-footer nav a:hover { color: var(--primary); }.site-footer > small { grid-column: 1 / -1; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 64px; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-actions, .hero-points { justify-content: center; }
  .hero-visual { margin-top: 10px; }.action-grid { grid-template-columns: 1fr; }.action-card { min-height: 240px; }.action-icon { margin-bottom: 28px; }
  .screen-gallery { grid-template-columns: repeat(2, 1fr); }.screen-card.raised { margin-top: 0; }.support-card { grid-template-columns: auto 1fr; }.support-actions { grid-column: 1 / -1; flex-direction: row; }.support-actions .button { flex: 1; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { top: 8px; min-height: 60px; margin-top: 8px; padding: 8px 9px; border-radius: 17px; }
  .brand { gap: 9px; }.brand img { width: 38px; height: 38px; border-radius: 11px; }.brand b { font-size: 18px; }
  .header-nav { display: none; }.site-header .button { min-height: 40px; margin-left: auto; padding-inline: 13px; border-radius: 12px; font-size: 12px; }.site-header .button .material-symbols-rounded { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding-block: 48px 52px; text-align: left; }
  .hero-copy { align-items: stretch; }.hero h1 { margin: 16px 0 17px; font-size: clamp(41px, 12vw, 52px); line-height: 1; }.hero-copy > p { font-size: 15px; line-height: 1.6; }
  .hero-actions { width: 100%; margin-top: 24px; }.hero-actions .button { flex: 1 1 100%; width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; font-size: 11px; }.hero-points span { align-items: flex-start; }
  .hero-visual { width: 100%; max-width: 100%; margin-top: 0; overflow: hidden; border-radius: 24px; }.visual-glow, .floating-tip { display: none; }
  .phone-frame { width: 100%; max-width: none; border-radius: 23px; transform: none; box-shadow: 0 18px 42px rgba(2, 6, 23, .28); }.phone-top { min-height: 44px; padding-inline: 15px; }.phone-frame img { height: 370px; }
  .quick-section { padding-block: 58px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 24px; }.section-heading h2 { margin-top: 8px; font-size: 32px; }.text-link { font-size: 12px; }
  .action-grid { gap: 10px; }.action-card { min-height: 0; display: grid; grid-template-columns: 50px 1fr; column-gap: 13px; border-radius: 18px; padding: 16px; }.action-icon { grid-row: 1 / 4; width: 50px; height: 50px; margin: 0; border-radius: 14px; font-size: 25px; }.action-number { display: none; }.action-card h3 { grid-column: 2; margin: 0; font-size: 18px; }.action-card p { grid-column: 2; margin-top: 3px; font-size: 12px; line-height: 1.5; }.action-card > b { grid-column: 2; margin-top: 9px; font-size: 11px; }
  .screens-section { padding-block: 62px 68px; }.screens-section .section-heading > p { font-size: 12px; }.screen-gallery { display: flex; gap: 12px; overflow-x: auto; margin-inline: -14px; padding: 0 14px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }.screen-gallery::-webkit-scrollbar { display: none; }.screen-card { flex: 0 0 min(74vw, 285px); scroll-snap-align: center; border-radius: 19px; }.screen-card.raised { margin-top: 0; }.screen-card img { height: 400px; }.screen-card > span { padding: 14px 15px 16px; }
  .support-section { padding-block: 58px; }.support-card { grid-template-columns: 1fr; gap: 18px; border-radius: 21px; padding: 22px; }.support-icon { width: 50px; height: 50px; border-radius: 15px; font-size: 28px; }.support-card h2 { font-size: 28px; }.support-card p { font-size: 13px; }.support-actions { grid-column: 1; flex-direction: column; }.support-actions .button { min-height: 46px; }
  .site-footer { grid-template-columns: 1fr; gap: 14px; padding-block: 28px 22px; }.site-footer > p, .site-footer nav, .site-footer > small { grid-column: 1; }.site-footer nav { gap: 10px 18px; font-size: 12px; }
}
@media (max-width: 460px) {
  .brand small { display: none; }.hero-points { grid-template-columns: 1fr; }.screen-card { flex-basis: 76vw; }.screen-card img { height: 390px; }.screen-card b { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
