:root {
  --ink: #19213b; --muted: #66708b; --violet: #6657e8; --violet-dark: #4f3dcc;
  --violet-soft: #eeeaff; --gold: #f7b844; --gold-light: #ffde85;
  --mint: #dff8ed; --line: #e7e7f2; --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfbfe; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; background: rgba(251,251,254,.9); border-bottom: 1px solid rgba(231,231,242,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--violet); box-shadow: 0 8px 22px rgba(102,87,232,.25); font-size: 23px; }
.main-nav { display: flex; gap: 28px; color: #505a76; font-size: 14px; font-weight: 650; }
.main-nav a { transition: color .16s ease; }.main-nav a:hover { color: var(--violet); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 12px; background: var(--violet-soft); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--violet-dark); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding-block: 72px 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--violet); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 9px; background: currentColor; }.eyebrow.light { color: #d9d3ff; }
.hero h1 { max-width: 650px; margin: 18px 0 24px; font-size: clamp(50px,6vw,78px); line-height: .98; letter-spacing: -.058em; }.hero h1 span { color: var(--violet); }
.hero-lead { max-width: 580px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 15px; font-size: 15px; font-weight: 750; transition: transform .16s ease, box-shadow .16s ease; }.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--violet); color: white; box-shadow: 0 14px 30px rgba(102,87,232,.25); }.button.secondary { border: 1px solid var(--line); background: white; }
.app-store-button { display: inline-flex; min-width: 184px; min-height: 58px; align-items: center; justify-content: center; gap: 11px; padding: 8px 18px; border: 1px solid #2f3244; border-radius: 15px; background: #11121a; color: white; box-shadow: 0 14px 30px rgba(17,18,26,.18); transition: transform .16s ease, box-shadow .16s ease; }
.app-store-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(17,18,26,.24); }
.app-store-button > span:last-child { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.app-store-button small { margin-bottom: 4px; color: #cfd2dd; font-size: 10px; font-weight: 600; letter-spacing: .02em; }
.app-store-button strong { font-size: 20px; letter-spacing: -.02em; }
.download-symbol { display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid white; border-radius: 50%; font-size: 19px; font-weight: 800; line-height: 1; }
.microcopy { margin: 18px 0 0; color: #8c94aa; font-size: 13px; }
.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg,#7768ef,#5040c8); box-shadow: 0 38px 80px rgba(80,64,200,.28); }
.orbit { position: absolute; border: 1px solid rgba(102,87,232,.16); border-radius: 50%; }.orbit-one { width: 510px; height: 510px; }.orbit-two { width: 580px; height: 340px; transform: rotate(-22deg); }
.mascot-card { position: relative; z-index: 3; width: 330px; height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 42px; background: rgba(255,255,255,.96); box-shadow: 0 28px 55px rgba(25,33,59,.2); transform: rotate(2deg); }
.mascot-card strong { margin-top: 30px; font-size: 28px; letter-spacing: -.04em; }.mascot-card > span:last-child { margin-top: 6px; color: var(--muted); font-size: 13px; }
.word-chip { position: absolute; z-index: 5; padding: 12px 18px; border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(25,33,59,.14); color: var(--violet); font-weight: 800; }
.chip-one { top: 85px; right: -4px; transform: rotate(7deg); }.chip-two { bottom: 74px; left: -15px; transform: rotate(-7deg); color: #b77219; }
.cat-face { position: relative; width: 210px; height: 178px; border-radius: 48% 48% 44% 44%; background: linear-gradient(145deg,var(--gold-light),var(--gold)); box-shadow: inset 0 -8px 0 rgba(215,137,25,.12); }
.cat-ear { position: absolute; top: -40px; width: 72px; height: 82px; background: var(--gold); border-radius: 18px 60px 8px 55px; }.cat-ear::after { content: ""; position: absolute; inset: 14px 14px 20px; background: #ed8b74; border-radius: inherit; }.cat-ear.left { left: 10px; transform: rotate(-15deg); }.cat-ear.right { right: 10px; transform: scaleX(-1) rotate(-15deg); }
.cat-eye { position: absolute; top: 67px; width: 20px; height: 27px; border-radius: 50%; background: #17233c; box-shadow: inset 6px 4px 0 white; }.cat-eye.left { left: 56px; }.cat-eye.right { right: 56px; }
.cat-nose { position: absolute; top: 106px; left: 95px; width: 20px; height: 14px; border-radius: 50% 50% 65% 65%; background: #df6f66; }
.cat-smile { position: absolute; top: 116px; width: 30px; height: 24px; border-bottom: 3px solid #7a412d; border-radius: 0 0 50% 50%; }.cat-smile.left { left: 76px; }.cat-smile.right { right: 76px; }
.glasses { position: absolute; top: 48px; width: 67px; height: 67px; border: 6px solid #23315b; border-radius: 50%; }.glasses.left { left: 28px; }.glasses.right { right: 28px; }.glasses-bridge { position: absolute; top: 77px; left: 92px; width: 26px; height: 6px; background: #23315b; }
.features-section { padding: 96px 0 110px; background: white; }.section-heading { max-width: 680px; margin: 0 auto 45px; text-align: center; }.section-heading .eyebrow::before { display: none; }.section-heading h2 { margin: 14px 0 16px; font-size: clamp(36px,5vw,54px); letter-spacing: -.045em; }.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.feature-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fdfdff; transition: transform .18s ease,box-shadow .18s ease; }.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(51,47,101,.09); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--violet-soft); color: var(--violet); font-weight: 900; }.feature-card:nth-child(2) .feature-icon { background: var(--mint); color: #1f8f68; }.feature-card:nth-child(3) .feature-icon { background: #fff2d6; color: #b87318; }
.feature-card h3 { margin: 24px 0 10px; font-size: 21px; letter-spacing: -.025em; }.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.trust-section { padding: 100px 0; }.trust-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: 58px; border-radius: 32px; background: linear-gradient(135deg,#5e4cdf,#3f2eaa); color: white; box-shadow: 0 26px 70px rgba(79,61,204,.25); }.trust-card h2 { max-width: 580px; margin: 17px 0 0; font-size: clamp(30px,4vw,46px); line-height: 1.12; letter-spacing: -.04em; }
.trust-links { display: flex; flex-direction: column; justify-content: center; }.trust-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 700; }.trust-links a:last-child { border-bottom: 0; }.trust-links span { color: #d9d3ff; }
.site-footer { padding: 66px 0 24px; background: #171a2f; color: white; }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 60px; }.site-footer .brand-mark { width: 36px; height: 36px; font-size: 20px; }.site-footer p { color: #9ea5bd; }.footer-links,.footer-contact { display: flex; flex-direction: column; gap: 12px; color: #c4c8d7; font-size: 14px; }.footer-links a:hover,.footer-contact a:hover { color: white; }.footer-contact strong { margin-bottom: 5px; color: white; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; border-top: 1px solid #2a2e48; color: #7f879f; font-size: 12px; }
.legal-hero { padding: 90px 0 82px; background: linear-gradient(135deg,#5f4edf,#4432b8); color: white; }.legal-hero h1 { max-width: 740px; margin: 20px 0; font-size: clamp(40px,6vw,62px); line-height: 1.03; letter-spacing: -.055em; }.legal-hero p { max-width: 680px; margin: 0 0 24px; color: #dedaff; font-size: 17px; line-height: 1.75; }.updated { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: #dedaff; font-size: 12px; }
.legal-content { padding-block: 58px 100px; }.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }.legal-content section:last-child { border-bottom: 0; }.legal-content h2 { margin: 0 0 14px; font-size: 25px; letter-spacing: -.035em; }.legal-content p,.legal-content li { color: #5e6882; font-size: 16px; line-height: 1.8; }.legal-content p { margin: 0; }.legal-content a { color: var(--violet); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.legal-content ul { margin: 12px 0 0; padding-left: 22px; }.legal-content li + li { margin-top: 9px; }
.notice { margin-top: 22px!important; padding: 18px 20px; border-left: 4px solid var(--violet); border-radius: 0 12px 12px 0; background: var(--violet-soft); }.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 20px; }.contact-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; text-decoration: none!important; }.contact-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 13px; background: var(--violet-soft); color: var(--violet); font-weight: 900; }.contact-card div { min-width: 0; display: flex; flex-direction: column; }.contact-card small { color: var(--muted); font-weight: 500; }.contact-card strong { overflow: hidden; color: var(--ink); font-size: 14px; text-overflow: ellipsis; }.faq-list { display: flex; flex-direction: column; gap: 10px; }.faq-list details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 750; }.faq-list details p { margin-top: 12px; }
@media (max-width:900px) { .hero { grid-template-columns: 1fr; padding-top: 62px; text-align: center; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-art { min-height: 520px; }.feature-grid { grid-template-columns: 1fr; }.trust-card { grid-template-columns: 1fr; gap: 36px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid>div:first-child { grid-column: 1/-1; } }
@media (max-width:700px) { .wrap,.narrow { width: min(100% - 28px,1160px); }.header-inner { min-height: 68px; }.menu-button { display: block; }.main-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 45px rgba(25,33,59,.14); }.main-nav.open { display: flex; }.main-nav a { padding: 12px; }.hero { min-height: 0; gap: 28px; padding: 54px 0 72px; }.hero h1 { font-size: 46px; }.hero-lead { font-size: 16px; }.hero-actions { width: 100%; flex-direction: column; }.button,.app-store-button { width: 100%; }.hero-art { min-height: 390px; transform: scale(.78); margin: -30px 0; }.orbit-one { width: 460px; height: 460px; }.features-section { padding: 72px 0; }.feature-card { padding: 25px; }.trust-section { padding: 70px 0; }.trust-card { padding: 34px 25px; }.footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-grid>div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 8px; }.legal-hero { padding: 68px 0 62px; }.legal-content { padding-block: 36px 72px; }.contact-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms!important; } }
