:root { color-scheme: light; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #101828; background: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 10; padding: .75rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.site-header, footer { width: min(72rem, calc(100% - 2rem)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; }
.site-header nav, footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-header nav a, footer nav a { text-decoration: none; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-size: 1.25rem; font-weight: 800; text-decoration: none; }
.brand img { width: 3.75rem; height: 2rem; object-fit: contain; }
.hero { min-height: 42rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 4rem; width: min(72rem, calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; }
.hero h1 { max-width: 14ch; margin: .5rem 0 1rem; font-size: clamp(2.6rem, 7vw, 5.7rem); line-height: .98; letter-spacing: -.06em; }
.hero p { max-width: 38rem; font-size: 1.15rem; line-height: 1.7; color: #475467; }
.eyebrow { color: #6941c6 !important; font-size: .85rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button { display: inline-flex; justify-content: center; padding: .85rem 1.2rem; border-radius: .75rem; background: #111827; color: #fff; font-weight: 700; text-decoration: none; }
.button.secondary { background: #f2f4f7; color: #111827; }
.hero-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: .6rem; border-radius: 2rem; background: #111827; box-shadow: 0 2rem 5rem rgb(16 24 40 / .18); transform: rotate(2deg); }
.hero-card span { aspect-ratio: 1; background: linear-gradient(135deg, #7f56d9, #fdb022); }
.hero-card span:nth-child(2n) { background: linear-gradient(135deg, #12b76a, #2e90fa); }
.content-section { width: min(72rem, calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; }
.content-section h2 { max-width: 18ch; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.section-lead { max-width: 44rem; color: #475467; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-grid article { padding: 2rem; border: 1px solid #eaecf0; border-radius: 1rem; background: #fcfcfd; }
.feature-grid p, .steps span, .faq p, .legal-page p { color: #475467; line-height: 1.7; }
.steps ol { display: grid; gap: 1rem; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 2rem 1fr; gap: .5rem 1rem; counter-increment: steps; }
.steps li::before { grid-row: span 2; content: counter(steps); display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #6941c6; color: #fff; }
.steps span { grid-column: 2; }
.use-case-grid, .package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.use-case-grid article, .package-grid article { padding: 2rem; border-radius: 1rem; background: #f9fafb; }
.use-case-grid article > span { color: #6941c6; font-size: 2rem; }
.use-case-grid p, .package-grid p, .showcase p { color: #475467; line-height: 1.7; }
.showcase { width: min(78rem, 100%); margin: 3rem auto; padding: 5rem max(1rem, calc((100% - 72rem) / 2)); border-radius: 2rem; background: #f4f3ff; }
.showcase-copy { max-width: 48rem; }
.showcase h2 { max-width: 18ch; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.phone-previews { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 1.5rem; margin-top: 3rem; }
.phone-frame { aspect-ratio: 9 / 16; overflow: hidden; padding: .75rem; border: .4rem solid #101828; border-radius: 2rem; background: #fff; box-shadow: 0 1.5rem 3rem rgb(52 64 84 / .18); }
.phone-frame.dark { position: relative; background: #050505; }
.phone-user { width: 45%; height: .65rem; margin: .5rem 0 1rem; border-radius: 1rem; background: #d0d5dd; }
.phone-media, .phone-full-media { aspect-ratio: 1; background: linear-gradient(135deg, #7f56d9, #fdb022); }
.phone-full-media { margin-top: 35%; }
.phone-lines { width: 75%; height: 2rem; margin-top: 1rem; border-block: .35rem solid #eaecf0; }
.phone-actions { position: absolute; right: 1rem; bottom: 20%; width: 1rem; height: 5rem; border-block: 1rem solid #fff; }
.phone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.phone-grid i { aspect-ratio: 1; background: linear-gradient(145deg, #2e90fa, #12b76a); }
.phone-grid i:nth-child(2n) { background: linear-gradient(145deg, #fdb022, #f04438); }
.package-grid { grid-template-columns: repeat(2, 1fr); margin-top: 2rem; }
.package-grid article { border: 1px solid #eaecf0; background: #fff; }
.package-grid .highlight { border-color: #9e77ed; background: #f9f5ff; }
.fine-print { color: #667085; font-size: .9rem; }
.faq details { border-top: 1px solid #eaecf0; padding: 1.2rem 0; }
.faq summary { font-weight: 700; cursor: pointer; }
.legal-page, .fallback-page { width: min(48rem, calc(100% - 2rem)); min-height: 60vh; margin: 0 auto; padding: 5rem 0; }
.legal-page h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.05em; }
.legal-page h2 { margin-top: 2.5rem; }
.legal-page li { margin-block: .65rem; line-height: 1.65; }
.legal-notice { padding: 1rem 1.25rem; border-left: .25rem solid #6941c6; background: #f9f5ff; line-height: 1.6; }
footer { border-top: 1px solid #eaecf0; color: #667085; }
@media (max-width: 760px) { .site-header { align-items: flex-start; } .site-header nav { justify-content: flex-end; } .hero { min-height: auto; grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; } .hero-card { width: min(28rem, 100%); } .feature-grid, .use-case-grid, .package-grid { grid-template-columns: 1fr; } .phone-previews { gap: .5rem; } .phone-frame { padding: .35rem; border-width: .2rem; border-radius: 1rem; } footer { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
