@font-face{font-family:Inter;src:url('./fonts/inter-variable.woff2') format('woff2');font-weight:100 900;font-display:swap}
:root{--orange:#ff5a1f;--ink:#1e1a24;--muted:#625d68;--soft:#f7f5f3;--line:#ebe8e5;--dark:#1e1a24;--dark-card:#2d2934;--shadow:0 1px 20px 1px rgba(65,48,38,.09);--container:1280px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}
h1,h2,h3,p{margin-top:0}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:10px}.skip-link:focus{top:10px}
header{height:73px;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(230,226,222,.75);background:rgba(255,255,255,.82);backdrop-filter:blur(24px)}
.nav{height:73px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.logo{display:inline-flex;align-items:center;gap:8px;width:max-content;font-weight:800;font-size:22px;letter-spacing:-.04em}
.brand-symbol{width:32px;height:36px;object-fit:cover;flex:0 0 auto}
.nav-links{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600;color:#4a4552}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--orange)}
.nav-cta{justify-self:end}.nav-cta .store-badge{transform:scale(.84);transform-origin:right center}
.menu-button{display:none;background:none;border:0;padding:8px}.menu-button span{display:block;width:23px;height:2px;background:var(--ink);margin:5px}
.store-badge{display:inline-flex;align-items:center;gap:9px;min-height:51px;padding:7px 17px 7px 13px;color:#fff;background:#090909;border:1px solid #3f3f3f;border-radius:12px;box-shadow:0 8px 18px rgba(0,0,0,.12);font-weight:600;line-height:1.05;transition:transform .2s,box-shadow .2s}
.store-badge:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.18)}.store-badge svg{width:26px;height:30px;fill:#fff}.store-badge span{display:flex;flex-direction:column;font-size:20px;letter-spacing:-.04em}.store-badge small{font-size:10px;font-weight:400;letter-spacing:0}
.hero{min-height:650px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;padding-block:68px 48px;overflow:hidden}.hero-copy{padding-left:64px;max-width:570px}
.eyebrow{margin:26px 0 10px;color:var(--orange);font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.09em}
.proof-pill{display:inline-flex;align-items:center;gap:12px;padding:6px 14px 6px 7px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:12px;font-weight:650;color:#4a4552}
.mini-avatars{display:grid;place-items:center;width:37px;height:25px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;letter-spacing:-.12em}
.hero h1{font-size:clamp(44px,4.3vw,52px);line-height:1.25;letter-spacing:-.045em;margin-bottom:24px}.hero-body{max-width:520px;color:var(--muted);font-size:18px;line-height:1.65;margin-bottom:29px}
.hero-visual{height:525px;position:relative}.phone{overflow:hidden;border-radius:31px;background:#111;box-shadow:0 30px 60px rgba(37,25,20,.22);border:7px solid #171717}.phone img{width:100%;height:100%;object-fit:cover}
.hero-visual .phone{position:absolute;width:270px;height:545px;top:3px}.phone-left{left:11%;transform:rotate(-9deg)}.phone-right{right:8%;transform:rotate(8deg);z-index:2}.hero-arrow{position:absolute;left:44%;top:18px;width:110px;color:var(--orange);transform:rotate(10deg)}
.showcase-section{padding:105px 0 120px}.showcase-title,.features-section>h2,.benefits-section>h2,.testimonials-section>h2,.faq-section>h2{font-size:clamp(36px,4vw,48px);line-height:1.25;letter-spacing:-.045em;font-weight:600;text-align:center;margin:0 auto 64px;max-width:750px}
.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1152px;margin:auto}.showcase-card{position:relative;height:610px;border-radius:30px;overflow:hidden;background:#ece8e3;box-shadow:var(--shadow)}
.showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;transform:scale(1.03);transition:transform .55s ease}.showcase-card:hover img{transform:scale(1.075)}.showcase-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(14,10,8,.88))}
.showcase-copy{position:absolute;z-index:2;left:26px;right:26px;bottom:27px;color:#fff}.showcase-copy span{font-size:12px;opacity:.72}.showcase-copy h3{font-size:24px;letter-spacing:-.035em;margin:8px 0 7px}.showcase-copy p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.78);margin:0}
.tagline{min-height:530px;display:grid;place-items:center;background:var(--soft);padding:80px 24px}.tagline p{max-width:970px;text-align:center;font-size:clamp(45px,6vw,78px);line-height:1.08;letter-spacing:-.065em;font-weight:720;margin:0;color:#d8d3cf}.tagline .word{transition:color .35s}.tagline .word.visible{color:var(--ink)}
.features-section{padding:130px 0}.features-layout{max-width:1152px;display:grid;grid-template-columns:1fr 1fr;gap:104px;align-items:center}.feature-phone{width:344px;height:696px;margin:auto}.feature-list{display:flex;flex-direction:column;gap:13px}
.feature-card{text-align:left;border:1px solid transparent;border-radius:20px;padding:25px 26px;background:transparent;color:var(--ink);cursor:pointer;transition:.2s}.feature-card h3{font-size:21px;letter-spacing:-.03em;margin-bottom:6px}.feature-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.feature-card.active{background:#fff;border-color:var(--line);box-shadow:var(--shadow)}
.benefits-section{padding:125px 0 150px;background:var(--soft)}.benefits-section>h2,.faq-section>h2{margin-bottom:13px}.section-subtitle{text-align:center;color:var(--muted);margin-bottom:60px}.benefits-grid{max-width:1152px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.benefit-card{min-height:300px;padding:37px 34px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.benefit-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff1eb;color:var(--orange);font-size:20px}.benefit-card h3{font-size:23px;letter-spacing:-.035em;margin:66px 0 10px}.benefit-card p{color:var(--muted);font-size:15px;margin:0}
.spotlight{background:var(--dark);color:#fff;min-height:1080px;overflow:hidden}.spotlight-inner{position:relative;min-height:1080px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center}.spotlight-copy{padding-left:65px;align-self:start;margin-top:235px;max-width:480px}.spotlight-copy>span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:750}.spotlight-copy h2{font-size:clamp(45px,5vw,68px);line-height:1.06;letter-spacing:-.06em;margin:20px 0 25px}.spotlight-copy p{color:#afa9b4;line-height:1.7}.spotlight-phone{position:absolute;width:395px;height:800px;right:12%;bottom:-145px;box-shadow:0 40px 90px rgba(0,0,0,.5);transform:rotate(4deg)}
.testimonials-section{background:var(--dark);color:#fff;padding:130px 0 150px}.testimonials-section>h2{max-width:820px}.testimonials-grid{max-width:1152px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.testimonial{min-height:180px;border:1px solid #3c3744;background:var(--dark-card);border-radius:24px;padding:29px;display:flex;gap:18px}.testimonial:last-child{grid-column:1/-1;max-width:567px;justify-self:center}.avatar{display:grid;place-items:center;flex:0 0 45px;height:45px;border-radius:50%;background:var(--orange);font-weight:800}.testimonial h3{font-size:17px;margin:1px 0 9px}.testimonial p{margin:0;color:#aaa4af;font-size:14px;line-height:1.6}
.faq-section{padding:135px 24px 150px}.faq-list{width:min(100%,860px);margin:55px auto 0;display:grid;gap:13px}.faq-list details{border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 6px 18px rgba(40,30,25,.04);padding:0 24px}.faq-list summary{min-height:73px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-weight:650;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{font-style:normal;font-size:22px;transition:transform .2s}.faq-list details[open] summary i{transform:rotate(180deg)}.faq-list details p{max-width:720px;color:var(--muted);padding:0 0 23px;margin:0;line-height:1.65}
.rating-section{min-height:610px;background:var(--soft);display:flex;justify-content:center;align-items:center;gap:55px;text-align:center;padding:80px 24px}.rating-section h2{font-size:clamp(42px,5vw,65px);line-height:1.05;letter-spacing:-.06em;margin:20px 0 12px}.rating-section p{color:var(--muted)}.stars{color:var(--orange);letter-spacing:7px}.laurel{font-family:serif;font-size:100px;color:#cbc4be;transform:rotate(-25deg)}.laurel.mirror{transform:scaleX(-1) rotate(-25deg)}.store-row.center{display:flex;justify-content:center;margin-top:27px}
footer{padding:85px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px;padding-bottom:70px}.footer-grid>div:first-child p{color:var(--muted);margin:22px 0 17px}.footer-grid h3{font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin:7px 0 23px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:14px}.footer-grid>div:not(:first-child) a{color:var(--muted);font-size:14px}.footer-grid>div:not(:first-child) a:hover{color:var(--orange)}.footer-bottom{padding-top:26px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#8b858e;font-size:12px}
.legal-page{max-width:760px;margin:10vh auto;padding:40px 24px}.legal-page h1{font-size:50px;letter-spacing:-.05em;margin-top:70px}.legal-page a{color:var(--orange)}.reveal{transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1000px){.hero-copy{padding-left:10px}.hero-visual .phone{width:230px;height:465px}.hero-visual{height:450px}.showcase-grid{grid-template-columns:repeat(2,1fr)}.features-layout{gap:50px}.spotlight-phone{right:4%}.nav{grid-template-columns:1fr auto}.nav-links,.nav-cta{display:none}.menu-button{display:block;justify-self:end}.nav-links.open{position:absolute;top:73px;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px 24px 24px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.nav-links.open a{padding:14px 0;border-bottom:1px solid var(--line)}}
@media (max-width:720px){.container{width:min(calc(100% - 32px),768px)}.nav{width:calc(100% - 32px)}.hero{grid-template-columns:1fr;padding:54px 0 10px;gap:35px}.hero-copy{padding:0;max-width:none}.proof-pill{font-size:10px}.hero h1{font-size:42px;line-height:1.04;margin-bottom:20px}.hero-body{font-size:16px;line-height:1.6}.hero-visual{height:430px;margin:0 -16px}.hero-visual .phone{width:174px;height:352px;top:15px}.phone-left{left:4%}.phone-right{right:4%}.hero-arrow{width:70px;left:41%;top:0}.showcase-section{padding:95px 0}.showcase-title,.features-section>h2,.benefits-section>h2,.testimonials-section>h2,.faq-section>h2{font-size:37px;margin-bottom:42px}.showcase-grid{grid-template-columns:1fr;gap:17px}.showcase-card{height:570px}.tagline{min-height:440px}.tagline p{font-size:45px}.features-section{padding:95px 0}.features-layout{grid-template-columns:1fr;gap:60px}.feature-phone{width:272px;height:550px}.feature-list{gap:10px}.feature-card{padding:22px 19px}.benefits-section{padding:95px 0}.benefits-grid{grid-template-columns:1fr}.benefit-card{min-height:270px}.benefit-card h3{margin-top:48px}.spotlight,.spotlight-inner{min-height:930px}.spotlight-inner{display:block;padding-top:110px}.spotlight-copy{padding:0;margin:0;max-width:390px}.spotlight-copy h2{font-size:47px}.spotlight-phone{width:278px;height:563px;right:50%;transform:translateX(50%) rotate(3deg);bottom:-90px}.testimonials-section{padding:110px 0}.testimonials-grid{grid-template-columns:1fr}.testimonial:last-child{grid-column:auto;max-width:none}.faq-section{padding:100px 16px}.faq-list{margin-top:42px}.faq-list details{padding:0 18px}.faq-list summary{min-height:77px;font-size:15px}.rating-section{min-height:560px;gap:7px}.rating-section h2{font-size:45px}.laurel{font-size:47px}footer{padding-top:70px}.footer-grid{grid-template-columns:1fr;gap:45px}.footer-bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
.testimonials-section{min-height:850px;padding:128px 0;background:#1e1a24}
.testimonials-section>h2{margin-bottom:64px}
.testimonials-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:32px;max-width:1024px}
.testimonial{grid-column:span 2;display:block;min-height:204px;padding:32px;border:1px solid #4a4552;border-radius:16px;background:#2d2934}
.testimonial:nth-child(4){grid-column:2/span 2}.testimonial:nth-child(5){grid-column:4/span 2}
.testimonial-head{display:flex;align-items:center;gap:16px;margin-bottom:16px}.testimonial .avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover}.testimonial h3{margin:0;font-size:20px;line-height:28px;font-weight:600}.testimonial p{margin:0;color:#fff;font-size:16px;line-height:24px}.review-stars{margin:0 0 14px;color:#ff5a1f;font-size:15px;line-height:20px;letter-spacing:2px}
@media(max-width:1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:720px}.testimonial,.testimonial:nth-child(4),.testimonial:nth-child(5){grid-column:auto}.testimonial:last-child{grid-column:1/-1;max-width:348px}}
@media(max-width:720px){.testimonials-section{min-height:0;padding:96px 0}.testimonials-grid{grid-template-columns:1fr;gap:16px}.testimonial,.testimonial:nth-child(4),.testimonial:nth-child(5),.testimonial:last-child{grid-column:auto;max-width:none;min-height:184px}.testimonials-section>h2{margin-bottom:48px}}
.rating-section{background:#fff}
.stars,.review-stars{color:#f5c518}
