:root { --ink:#17264d; --muted:#52688e; --cream:#fffcf7; --paper:#fff; --line:#e8e0d6; --blue:#2455d9; --sky:#25a7d8; --navy:#13203d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; line-height:1.5; }
a { color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible { outline:3px solid #f5b900; outline-offset:3px; }
.site-header { position:sticky; top:0; z-index:10; background:rgba(255,252,247,.96); border-bottom:1px solid var(--line); backdrop-filter:blur(12px); }
.nav,.wrap { width:min(1120px,calc(100% - 40px)); margin-inline:auto; }
.nav { min-height:92px; display:flex; align-items:center; gap:28px; }
.brand { display:flex; align-items:center; gap:11px; font-size:1.35rem; font-weight:800; }
.brand img { width:48px; height:48px; border-radius:50%; }
.nav-links { display:flex; gap:6px; margin-left:auto; }
.nav-links a,.signin { padding:11px 12px; font-weight:650; color:#30251f; }
.button { display:inline-flex; min-height:46px; align-items:center; justify-content:center; padding:11px 18px; border-radius:12px; background:var(--blue); color:#fff; font-weight:800; box-shadow:0 8px 20px #2455d93d; }
.button.secondary { background:transparent; color:var(--ink); border:1px solid #b9c6df; box-shadow:none; }
.hero { overflow:hidden; background:linear-gradient(135deg,#f5f8ff 0%,#fff9ed 60%,#f0fbff); padding:76px 0 68px; }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:54px; }
.eyebrow { color:var(--blue); font-weight:800; letter-spacing:.04em; text-transform:uppercase; font-size:.82rem; }
h1,h2,h3 { line-height:1.12; color:var(--ink); }
h1 { font-size:clamp(2.65rem,6vw,4.7rem); margin:.25em 0; letter-spacing:-.055em; }
h2 { font-size:clamp(2rem,4vw,3rem); margin:0; letter-spacing:-.04em; }
h3 { font-size:1.28rem; margin:0 0 8px; }
.lead { max-width:650px; font-size:1.16rem; color:var(--muted); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.hero-art { border-radius:28px; overflow:hidden; box-shadow:0 24px 60px #1f2d4f2b; border:1px solid #fff; background:#fff; }
.hero-art img { width:100%; display:block; }
.phone-pair { display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start; width:min(100%,600px); margin-left:auto; }
.phone-shot { display:block; width:100%; border-radius:26px; background:#f4f5f6; box-shadow:0 20px 48px #1f2d4f2b; }
.phone-shot:last-child { margin-top:42px; }
.phone-composite { display:block; width:min(100%,720px); margin-left:auto; border-radius:28px; box-shadow:0 20px 50px #1f2d4f1f; }
.store-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.store-badge { min-height:46px; display:inline-flex; align-items:center; padding:10px 15px; border-radius:12px; background:#101828; color:#fff; font-weight:800; }
.section { padding:88px 0; }
.section.tint { background:#f4f5f6; }
.section.cream { background:#f8f2e8; }
.section-heading { max-width:700px; margin-bottom:34px; }
.section-heading p { color:var(--muted); font-size:1.08rem; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { background:var(--paper); border:1px solid #e2e7f0; border-radius:22px; padding:27px; box-shadow:0 10px 28px #17264d0c; }
.card p { color:var(--muted); margin:0; }
.icon { display:grid; place-items:center; width:50px; height:50px; margin-bottom:20px; border-radius:15px; background:#eaf0ff; color:var(--blue); font-size:1.5rem; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.checks { display:grid; gap:19px; margin-top:26px; }
.check { display:grid; grid-template-columns:26px 1fr; gap:12px; color:var(--muted); }
.check strong { color:var(--ink); display:block; margin-bottom:3px; }
.check b { color:#0f9f73; font-size:1.25rem; }
.quote-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
blockquote { margin:0; padding:25px; border-radius:20px; background:#fff; border:1px solid var(--line); color:#35445f; }
blockquote footer { margin-top:17px; color:var(--muted); font-size:.92rem; }
.review-carousel { position:relative; overflow:hidden; padding:8px 4px 30px; }
.review-track { display:flex; transition:transform .62s cubic-bezier(.22,.61,.36,1); will-change:transform; }
.review-card { flex:0 0 33.333%; min-width:0; padding:0 10px; }
.review-card blockquote { position:relative; min-height:268px; display:flex; flex-direction:column; overflow:hidden; padding:25px; border:1px solid #dfe7f3; border-radius:24px; background:linear-gradient(145deg,#fff 0%,#f8fbff 100%); box-shadow:0 14px 30px #17264d12,0 2px 5px #17264d0a; }
.review-card blockquote::before { content:"“"; position:absolute; right:20px; top:-13px; color:#2455d916; font-family:Georgia,serif; font-size:7.5rem; line-height:1; }
.review-person { position:relative; display:flex; align-items:center; gap:13px; margin-bottom:17px; }
.review-avatar { display:grid; place-items:center; flex:0 0 48px; width:48px; height:48px; border-radius:50%; background:linear-gradient(135deg,#3567ec,#20addb); color:#fff; font-size:1.35rem; box-shadow:0 7px 16px #2455d947; }
.review-card:nth-child(3n+2) .review-avatar { background:linear-gradient(135deg,#00a77b,#57c983); }
.review-card:nth-child(3n) .review-avatar { background:linear-gradient(135deg,#e69414,#f7c741); }
.review-person strong,.review-person span { display:block; }
.review-person strong { color:var(--ink); font-size:1rem; }
.review-person span { color:var(--muted); font-size:.88rem; }
.review-copy { position:relative; margin:0; color:#40516e; font-size:1.02rem; line-height:1.62; }
.stars { position:relative; margin-top:auto; padding-top:18px; color:#ef9a17; letter-spacing:2px; font-size:1.08rem; text-shadow:0 1px 0 #fff; }
.carousel-controls { display:flex; justify-content:center; gap:8px; margin-top:21px; }
.carousel-dot { width:9px; height:9px; padding:0; border:0; border-radius:99px; background:#c7d1e5; cursor:pointer; transition:width .2s ease,background .2s ease; }
.carousel-dot[aria-current="true"] { width:28px; background:linear-gradient(90deg,#2455d9,#25a7d8); }
.faq { display:grid; gap:12px; }
details { background:#fff; border:1px solid #e7e0d7; border-radius:14px; padding:17px 19px; }
summary { cursor:pointer; color:var(--ink); font-weight:800; }
details p { color:var(--muted); margin:13px 0 2px; }
.cta { padding:64px 0; background:linear-gradient(120deg,#2455d9,#28a8d9); color:#fff; text-align:center; }
.cta h2 { color:#fff; }
.cta p { margin:12px auto 26px; max-width:600px; color:#eff8ff; }
.cta .button { background:#fff; color:var(--blue); }
.site-footer { padding:29px 0; border-top:1px solid var(--line); color:#5c4635; font-size:.92rem; }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer-links { display:flex; flex-wrap:wrap; gap:16px; }
.page-hero { padding:82px 0 70px; background:linear-gradient(135deg,#e9efff,#fff5e6 68%,#effcff); text-align:center; }
.page-hero h1 { max-width:900px; margin:0 auto 18px; }
.page-hero p { max-width:720px; margin:0 auto; color:var(--muted); font-size:1.17rem; }
.content { width:min(900px,calc(100% - 40px)); margin:0 auto; padding:76px 0; }
.content h2 { margin:46px 0 15px; font-size:clamp(1.65rem,3vw,2.25rem); }
.content h2:first-child { margin-top:0; }
.content h3 { margin:27px 0 9px; }
.content p,.content li { color:var(--muted); font-size:1.03rem; }
.content li { margin:9px 0; }
.content ul { padding-left:22px; }
.panel-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.info-panel { padding:27px; border:1px solid #e1e7f2; border-radius:22px; background:#fff; box-shadow:0 10px 28px #17264d0c; }
.info-panel .icon { margin-bottom:17px; }
.legal { max-width:850px; }
.legal .updated { color:#64748b; font-weight:700; }
.contact-card { padding:36px; border-radius:28px; background:#fff; border:1px solid #e2e7f0; box-shadow:0 16px 38px #17264d12; }
.contact-card label { display:block; margin:16px 0 7px; color:var(--ink); font-weight:750; }
.contact-card input,.contact-card textarea { width:100%; padding:13px; border:1px solid #cfd8e6; border-radius:10px; font:inherit; }
.contact-card textarea { min-height:150px; resize:vertical; }
.auth-page { min-height:calc(100vh - 92px); display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); background:linear-gradient(135deg,#f2f7ff,#fff9ef 62%,#effbff); }
.auth-intro { display:grid; align-content:center; padding:72px max(40px,calc((100vw - 1120px)/2)); padding-right:64px; }
.auth-intro p { max-width:570px; color:var(--muted); font-size:1.15rem; }
.auth-intro .checks { max-width:530px; }
.auth-panel { display:grid; align-content:center; padding:52px max(40px,calc((100vw - 1120px)/2)); padding-left:30px; background:#fffdf9b8; border-left:1px solid #e8e0d6; }
.auth-card { width:min(100%,460px); padding:34px; border:1px solid #e2e7f0; border-radius:28px; background:#fff; box-shadow:0 18px 44px #17264d17; }
.auth-card h1 { margin:0 0 10px; font-size:clamp(2rem,3vw,2.75rem); }
.auth-card > p { margin:0 0 25px; color:var(--muted); }
.auth-form { display:grid; gap:16px; }
.auth-form label { display:grid; gap:7px; color:var(--ink); font-weight:750; }
.auth-form input,.auth-form select { width:100%; padding:13px 14px; border:1px solid #cfd8e6; border-radius:11px; background:#fff; color:var(--ink); font:inherit; }
.auth-form input:focus,.auth-form select:focus { outline:3px solid #2455d92e; border-color:var(--blue); }
.auth-form .button { width:100%; border:0; cursor:pointer; font:inherit; }
.auth-form .button[disabled] { opacity:.72; cursor:wait; }
.auth-message { min-height:24px; margin:0; color:var(--muted); font-size:.94rem; }
.auth-message.error { color:#aa2432; }
.auth-message.success { color:#087856; }
.legal-check { display:flex !important; grid-template-columns:auto 1fr; align-items:flex-start; gap:10px !important; color:var(--muted) !important; font-size:.9rem; font-weight:500 !important; }
.legal-check input { width:18px; height:18px; margin:2px 0 0; accent-color:var(--blue); }
.auth-switch { margin:21px 0 0; color:var(--muted); text-align:center; }
.auth-switch a { color:var(--blue); font-weight:800; }
.pricing-card { position:relative; padding:32px; border:1px solid #dbe5fa; border-radius:26px; background:#fff; box-shadow:0 14px 32px #17264d12; }
.pricing-card.featured { border:2px solid var(--blue); transform:translateY(-8px); }
.price { margin:16px 0; color:var(--ink); font-size:2.55rem; font-weight:850; letter-spacing:-.06em; }
.price small { font-size:1rem; font-weight:650; letter-spacing:0; color:var(--muted); }
.premium-hero { overflow:hidden; padding:90px 0 76px; color:#fff; background:radial-gradient(circle at 14% 16%,#36c7d8 0,transparent 27%),radial-gradient(circle at 85% 18%,#7c5ce7 0,transparent 31%),linear-gradient(125deg,#15295c,#2455d9 56%,#1590ba); }
.premium-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:42px; }
.premium-hero h1 { color:#fff; margin:0 0 18px; }
.premium-hero p { max-width:630px; color:#eff8ff; font-size:1.2rem; }
.premium-hero .button { margin-top:16px; background:#fff; color:#2455d9; box-shadow:none; }
.premium-phone-stack { position:relative; height:430px; }
.premium-phone-stack img { position:absolute; width:210px; border-radius:25px; box-shadow:0 28px 45px #08153680; }
.premium-phone-stack img:first-child { left:20px; top:0; transform:rotate(-6deg); }
.premium-phone-stack img:last-child { right:8px; top:60px; transform:rotate(6deg); }
.premium-section { padding:84px 0; }
.premium-section .section-heading { margin-inline:auto; text-align:center; }
.benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.benefit { padding:28px; border-radius:24px; background:#fff; border:1px solid #e0e6f1; box-shadow:0 10px 24px #17264d0b; text-align:center; }
.benefit .icon { margin-inline:auto; background:linear-gradient(135deg,#e7eaff,#e6f8fb); }
.benefit p { color:var(--muted); margin:0; }
.premium-plans { display:grid; grid-template-columns:repeat(2,minmax(0,390px)); justify-content:center; gap:22px; }
.premium-plan { padding:34px; border:1px solid #dce4f2; border-radius:28px; background:#fff; box-shadow:0 12px 28px #17264d0f; }
.premium-plan.recommended { border:2px solid #2455d9; background:linear-gradient(160deg,#f3f7ff,#fff); }
.premium-plan .eyebrow { color:#2455d9; }
.premium-plan ul { padding:0; list-style:none; color:var(--muted); }
.premium-plan li { margin:13px 0; }
.premium-plan li::before { content:'✓'; color:#10a574; font-weight:900; margin-right:9px; }
.premium-testimonials { background:#f5f7fb; }
.comparison { display:grid; grid-template-columns:minmax(180px,1fr) repeat(2,minmax(190px,290px)); max-width:900px; margin:0 auto; align-items:stretch; }
.comparison-features { display:grid; align-content:end; padding:135px 24px 24px 0; }
.comparison-features div,.comparison-column li { min-height:42px; display:flex; align-items:center; }
.comparison-features div { gap:9px; color:#3c5276; font-weight:700; }
.comparison-column { overflow:hidden; border:1px solid #dce4f2; border-radius:28px; background:#fff; box-shadow:0 14px 30px #17264d12; }
.comparison-column + .comparison-column { margin-left:22px; }
.comparison-column header { min-height:158px; padding:24px 18px; background:linear-gradient(145deg,#f0e6ff,#e4efff); text-align:center; }
.comparison-column.premium header { background:linear-gradient(145deg,#dfe8ff,#d9f5f5); }
.comparison-column h3 { margin:6px 0; font-size:1.9rem; }
.comparison-column .price { font-size:2rem; margin:7px 0; }
.comparison-column ul { margin:0; padding:20px 0; list-style:none; }
.comparison-column li { justify-content:center; color:#a475e8; font-size:1.35rem; font-weight:900; }
.comparison-column li.off { color:#cbd2dd; font-size:1.05rem; }
.comparison-note { max-width:780px; margin:26px auto 0; color:var(--muted); text-align:center; }
@media (max-width:820px) { .panel-grid { grid-template-columns:1fr; } .page-hero { padding:58px 0; } }
@media (max-width:820px) { .auth-page { grid-template-columns:1fr; } .auth-intro { padding:54px 28px 38px; } .auth-panel { padding:34px 28px 58px; border:0; } .auth-card { margin:auto; } }
@media (max-width:820px) { .premium-hero { padding:60px 0; } .premium-hero-grid { grid-template-columns:1fr; } .premium-phone-stack { height:350px; max-width:460px; } .benefit-grid { grid-template-columns:1fr; } }
@media (max-width:620px) { .comparison { grid-template-columns:1.15fr 1fr 1fr; font-size:.78rem; } .comparison-features { padding-right:8px; } .comparison-column + .comparison-column { margin-left:8px; } .comparison-column header { min-height:145px; padding:17px 8px; } .comparison-column h3 { font-size:1.4rem; } .comparison-column .price { font-size:1.4rem; } }
@media (max-width:480px) { .premium-plans { grid-template-columns:1fr; } .premium-phone-stack img { width:170px; } }
@media (max-width:820px) { .nav { min-height:76px; gap:10px; } .nav-links { display:none; } .signin { margin-left:auto; } .hero { padding:46px 0; } .hero-grid,.split { grid-template-columns:1fr; gap:34px; } .cards,.quote-grid { grid-template-columns:1fr; } .review-card { flex-basis:100%; } .section { padding:64px 0; } .hero-art,.phone-pair { max-width:600px; margin-inline:auto; } }
@media (max-width:560px) { .hero .phone-pair { grid-template-columns:1fr; gap:22px; } .hero .phone-shot:last-child { margin-top:0; } }
@media (max-width:820px) { .phone-composite { margin-inline:auto; } }
@media (max-width:480px) { .nav,.wrap { width:min(100% - 28px,1120px); } .brand span { display:none; } .signin { padding-inline:7px; } .button { width:100%; } .hero-actions { display:grid; } .footer-row { align-items:flex-start; flex-direction:column; } }
