.hero{min-height:100vh;padding:8rem 0 4rem;position:relative;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.42rem .95rem;background:rgba(119,0,14,.06);border:1px solid rgba(119,0,14,.15);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--burgundy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.8rem;animation:fadeUp .8s .1s both}.hero-badge:before{content:"";width:6px;height:6px;background:var(--burgundy);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:968px){.hero-grid{grid-template-columns:1fr;gap:3rem}}.hero h1{font-family:Fraunces,serif;font-size:clamp(2.8rem,6.8vw,6.5rem);line-height:.92;letter-spacing:-.045em;font-weight:400;color:var(--burgundy);font-variation-settings:"opsz" 144,"SOFT" 50;margin-bottom:1.6rem;animation:fadeUp .9s .2s both}.hero h1 em{font-style:italic;font-weight:300;color:var(--burgundy-soft);font-variation-settings:"opsz" 144,"SOFT" 100}.hero h1 .dot{color:var(--gold);font-style:normal}.hero-sub{font-size:1.18rem;max-width:500px;line-height:1.55;color:var(--ink);opacity:.78;margin-bottom:2.2rem;animation:fadeUp .9s .35s both}.hero-sub strong{font-weight:600;color:var(--burgundy)}.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;animation:fadeUp .9s .5s both}.btn-store{background:var(--ink);color:var(--cream);padding:.85rem 1.5rem;border-radius:14px;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s;border:1px solid var(--ink)}.btn-store:hover{background:var(--burgundy);border-color:var(--burgundy);transform:translateY(-2px);box-shadow:0 12px 28px -10px rgba(119,0,14,.45)}.btn-store svg{width:22px;height:22px}.btn-store .s-small{font-size:.65rem;opacity:.78;display:block;letter-spacing:.03em;line-height:1.1}.btn-store .s-big{font-size:.98rem;font-weight:500;font-family:Fraunces,serif;line-height:1.15}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:1.8rem;border-top:1px solid rgba(119,0,14,.12);animation:fadeUp .9s .7s both}.hero-stat-num{font-family:Fraunces,serif;font-size:2.1rem;color:var(--burgundy);font-variation-settings:"opsz" 144;font-weight:500;letter-spacing:-.03em;line-height:1}.hero-stat-label{font-size:.72rem;color:var(--ink);opacity:.6;text-transform:uppercase;letter-spacing:.1em;margin-top:.4rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.phone-wrap{position:relative;display:flex;justify-content:center;animation:fadeUp 1.1s .4s both}.phone-decor{position:absolute;font-family:Fraunces,serif;font-style:italic;color:var(--burgundy);opacity:.22;font-size:1rem;pointer-events:none;white-space:nowrap;z-index:1}.phone-decor.d1{top:4%;left:-3%;transform:rotate(-10deg)}.phone-decor.d2{bottom:8%;right:-5%;transform:rotate(7deg)}.phone-decor.d3{top:42%;right:-6%;transform:rotate(-3deg)}.phone-img{width:100%;max-width:340px;height:auto;display:block;filter:drop-shadow(0 40px 60px rgba(119,0,14,.22)) drop-shadow(0 14px 28px rgba(0,0,0,.12));animation:phoneFloat 6.5s ease-in-out infinite;position:relative;z-index:2;transform:rotate(-2deg);transition:transform .4s cubic-bezier(.4,0,.2,1)}@keyframes phoneFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(-2deg)}}.phone-img.feature{max-width:300px;animation:phoneFloatAlt 7s ease-in-out infinite}@keyframes phoneFloatAlt{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.phone-img.feature-reverse{animation:phoneFloatReverse 7s ease-in-out infinite}@keyframes phoneFloatReverse{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(-2deg)}}.marquee-section{padding:2.5rem 0;border-top:1px solid rgba(119,0,14,.1);border-bottom:1px solid rgba(119,0,14,.1);overflow:hidden;position:relative;background:var(--cream-warm)}.marquee-label{text-align:center;font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ink);opacity:.6;margin-bottom:1.5rem}.marquee{display:flex;gap:3.5rem;animation:marquee 45s linear infinite;white-space:nowrap}.marquee:hover{animation-play-state:paused}.marquee-item{font-family:Fraunces,serif;font-size:1.9rem;font-weight:400;color:var(--burgundy);opacity:.65;letter-spacing:-.02em;flex-shrink:0;transition:opacity .3s}.marquee-item:hover{opacity:1}.marquee-item em{font-style:italic;font-weight:300}.marquee-dot{color:var(--gold);font-size:1.9rem;opacity:.7;flex-shrink:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{padding:7rem 0;position:relative}.section-kicker{display:inline-flex;align-items:center;gap:.75rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.2em;color:var(--burgundy);font-weight:600;margin-bottom:1.4rem}.section-kicker:before{content:"";width:32px;height:1px;background:var(--burgundy)}.section-title{font-family:Fraunces,serif;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1;letter-spacing:-.035em;font-weight:400;color:var(--burgundy);margin-bottom:1.4rem;font-variation-settings:"opsz" 144,"SOFT" 30}.section-title em{font-style:italic;font-weight:300;color:var(--burgundy-soft)}.section-intro{font-size:1.08rem;max-width:580px;line-height:1.55;opacity:.75}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:4rem}@media (max-width:868px){.steps{grid-template-columns:1fr}}.step{background:var(--paper);border-radius:24px;padding:2.5rem 2rem;position:relative;overflow:hidden;border:1px solid rgba(119,0,14,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.step:hover{transform:translateY(-6px);border-color:var(--burgundy);box-shadow:0 20px 40px -12px rgba(119,0,14,.18)}.step-num{font-family:Fraunces,serif;font-style:italic;font-size:5.5rem;line-height:1;color:var(--burgundy);opacity:.12;position:absolute;top:1rem;right:1.5rem;font-variation-settings:"opsz" 144}.step-icon{width:48px;height:48px;background:var(--burgundy);color:var(--cream);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}.step h3{font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin-bottom:.7rem}.step p{color:var(--ink);opacity:.7;font-size:.95rem;line-height:1.55}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}@media (max-width:968px){.split{grid-template-columns:1fr;gap:3rem}}.feature-list{list-style:none}.feature-list li{display:flex;gap:1rem;margin-bottom:1.4rem;align-items:flex-start}.feature-icon-sm{flex-shrink:0;width:42px;height:42px;background:rgba(119,0,14,.08);color:var(--burgundy);border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-list h5{font-size:1rem;font-weight:600;margin-bottom:.2rem;color:var(--ink)}.feature-list p{font-size:.92rem;opacity:.7;line-height:1.5}.visual-block{background:linear-gradient(155deg,var(--cream-warm) 0,var(--cream-deep) 100%);border-radius:28px;padding:3rem 2rem;min-height:380px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.visual-block.warm{background:linear-gradient(165deg,#f0e6cf,#e4d6b2)}.visual-block:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(184,147,77,.18),transparent 60%);pointer-events:none}.visual-block .phone-decor{opacity:.25;font-size:.95rem}.pullquote{padding:6rem 0;text-align:center;background:var(--cream-warm);border-top:1px solid rgba(119,0,14,.1);border-bottom:1px solid rgba(119,0,14,.1)}.pullquote blockquote{font-family:Fraunces,serif;font-style:italic;font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.25;color:var(--burgundy);letter-spacing:-.02em;max-width:880px;margin:0 auto;font-weight:300;font-variation-settings:"opsz" 144,"SOFT" 60}.pullquote blockquote:after,.pullquote blockquote:before{content:'"';color:var(--gold);font-weight:400}.pullquote cite{display:block;margin-top:1.3rem;font-family:Geist,sans-serif;font-style:normal;font-size:.82rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ink);opacity:.6}.brands-section{background:var(--paper)}.brand-grid{margin-top:3.5rem;column-count:4;column-gap:1.5rem}@media (max-width:968px){.brand-grid{column-count:3}}@media (max-width:668px){.brand-grid{column-count:2}}@media (max-width:440px){.brand-grid{column-count:1}}.brand-link{display:block;text-decoration:none;color:var(--ink);font-family:Fraunces,serif;font-size:1.15rem;letter-spacing:-.01em;transition:all .25s;page-break-inside:avoid;break-inside:avoid;position:relative;padding:.6rem 0 .6rem .6rem}.brand-link:before{content:"";position:absolute;left:0;top:50%;width:0;height:1px;background:var(--burgundy);transition:width .3s;transform:translateY(-50%)}.brand-link:hover{color:var(--burgundy);padding-left:1.4rem;font-style:italic}.brand-link:hover:before{width:.9rem}.brand-link.italic{font-style:italic;color:var(--burgundy-soft)}.brand-link.bold{font-weight:500}.brand-link.small{font-size:1rem;opacity:.85}.brand-meta{margin-top:3rem;padding:1rem 1.5rem;background:rgba(119,0,14,.05);border-radius:100px;font-size:.88rem;color:var(--burgundy);font-weight:500}.billing-toggle,.brand-meta{display:inline-flex;align-items:center;gap:1rem}.billing-toggle{margin:2rem 0 3rem}.billing-label{font-size:.95rem;font-weight:500;opacity:.5;transition:opacity .2s}.billing-label.active{opacity:1;color:var(--burgundy)}.toggle-switch{position:relative;width:52px;height:28px;background:var(--burgundy);border-radius:100px;cursor:pointer;transition:all .3s;border:none;padding:0}.toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--cream);border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.toggle-switch.annual:after{transform:translateX(24px)}.billing-save{display:inline-block;background:var(--success);color:white;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:100px;letter-spacing:.03em}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}@media (max-width:968px){.pricing-grid{grid-template-columns:1fr}}.tier{background:var(--paper);border:1px solid rgba(119,0,14,.12);border-radius:28px;padding:2.2rem 1.8rem;position:relative;transition:all .4s;display:flex;flex-direction:column}.tier:hover{transform:translateY(-6px);box-shadow:0 24px 48px -16px rgba(119,0,14,.2)}.tier.featured{background:linear-gradient(155deg,#2a1a0a,#1a0e10);color:var(--cream);border:1px solid var(--gold);position:relative;transform:scale(1.03)}.tier.featured:hover{transform:scale(1.03) translateY(-6px)}.tier.featured:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 30% 10%,rgba(184,147,77,.3),transparent 60%);pointer-events:none}.tier-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--ink);padding:4px 14px;border-radius:100px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;z-index:2}.tier-name{font-family:Fraunces,serif;font-size:1.7rem;font-weight:500;margin-bottom:.3rem;letter-spacing:-.02em}.tier.featured .tier-name{color:var(--gold)}.tier-desc{font-size:.85rem;opacity:.65;margin-bottom:1.6rem}.tier-price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.4rem;min-height:56px}.tier-price .amount{font-family:Fraunces,serif;font-size:2.8rem;font-weight:500;letter-spacing:-.04em;line-height:1}.tier-price .period{font-size:.88rem;opacity:.6}.tier-billing{font-size:.78rem;opacity:.65;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;min-height:20px}.tier-savings{display:inline-block;background:var(--success);color:white;font-size:.68rem;padding:2px 8px;border-radius:100px;font-weight:600}.tier-divider{height:1px;background:rgba(119,0,14,.1);margin-bottom:1.2rem}.tier.featured .tier-divider{background:rgba(243,238,217,.15)}.tier-features{list-style:none;margin-bottom:1.8rem;flex:1 1}.tier-features li{font-size:.86rem;padding:.4rem 0;display:flex;align-items:flex-start;gap:.6rem;line-height:1.4}.tier-features .ic{flex-shrink:0;width:14px;height:14px;margin-top:3px}.tier-features .ic.check{color:var(--success)}.tier-features .ic.cross{color:#d63447;opacity:.7}.tier-features .ic.gift{color:var(--burgundy)}.tier.featured .tier-features .ic.gift{color:var(--gold)}.tier-features li.muted{opacity:.55}.tier-features strong{font-weight:600;color:inherit}.tier-features .label-tag{display:inline-block;font-size:.7rem;padding:2px 6px;background:rgba(119,0,14,.1);color:var(--burgundy);border-radius:4px;margin-right:.3rem;font-weight:600}.tier.featured .tier-features .label-tag{background:rgba(184,147,77,.25);color:var(--gold)}.tier-cta-stack{display:flex;flex-direction:column;gap:.5rem}.tier-store{width:100%;padding:.75rem 1rem;border-radius:12px;background:var(--ink);color:var(--cream);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:.85rem;transition:all .3s;border:1px solid var(--ink)}.tier-store:hover{background:var(--burgundy);border-color:var(--burgundy)}.tier.featured .tier-store{background:var(--gold);color:var(--ink);border-color:var(--gold)}.tier.featured .tier-store:hover{background:var(--cream);color:var(--burgundy)}.tier-store svg{width:18px;height:18px}.tier-store .s-small{font-size:.6rem;opacity:.8;display:block;line-height:1.1}.tier-store .s-big{font-size:.88rem;font-weight:500;font-family:Fraunces,serif;line-height:1.15}.rewards-section{background:linear-gradient(155deg,var(--burgundy) 0,var(--burgundy-deep) 100%);color:var(--cream);position:relative;overflow:hidden}.rewards-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(212,165,165,.18),transparent 50%),radial-gradient(ellipse at bottom right,rgba(184,147,77,.22),transparent 55%);pointer-events:none}.rewards-section .section-kicker{color:var(--gold)}.rewards-section .section-kicker:before{background:var(--gold)}.rewards-section .section-title{color:var(--cream)}.rewards-section .section-title em{color:var(--rose)}.rewards-section .section-intro{color:var(--cream);opacity:.8}.rewards-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:4rem;position:relative;z-index:2}@media (max-width:868px){.rewards-grid{grid-template-columns:1fr}}.reward-card{background:rgba(243,238,217,.08);border:1px solid rgba(243,238,217,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem 2rem;transition:all .4s}.reward-card:hover{background:rgba(243,238,217,.12);border-color:var(--gold)}.reward-icon{width:52px;height:52px;background:var(--gold);color:var(--ink);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}.reward-card h3{font-family:Fraunces,serif;font-size:1.7rem;font-weight:500;letter-spacing:-.02em;margin-bottom:.4rem}.reward-desc{font-size:.92rem;opacity:.75;margin-bottom:1.8rem}.reward-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.reward-item{display:flex;align-items:center;gap:1rem;padding:.7rem 1rem;background:rgba(243,238,217,.08);border-radius:12px}.reward-badge{background:var(--gold);color:var(--ink);padding:3px 10px;border-radius:100px;font-size:.75rem;font-weight:600;min-width:70px;text-align:center;flex-shrink:0;font-family:Geist Mono,monospace}.reward-text{font-size:.92rem;flex:1 1}.reward-text strong{font-family:Fraunces,serif;font-style:italic;font-weight:500;color:var(--gold)}.reward-availability{margin-top:1.5rem;font-size:.78rem;opacity:.65;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem 3rem;gap:1.5rem 3rem;margin-top:4rem;max-width:1100px;margin-left:auto;margin-right:auto}@media (max-width:768px){.faq-grid{grid-template-columns:1fr;gap:.5rem}}.faq-item{border-bottom:1px solid rgba(119,0,14,.12);padding:1.5rem 0;cursor:pointer}.faq-item>summary{list-style:none;cursor:pointer}.faq-item>summary::-webkit-details-marker{display:none}.faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-q h4{font-family:Fraunces,serif;font-size:1.15rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;transition:color .2s}.faq-icon,.faq-item:hover .faq-q h4{color:var(--burgundy)}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid rgba(119,0,14,.25);display:flex;align-items:center;justify-content:center;transition:all .3s}.faq-item[open] .faq-icon{background:var(--burgundy);color:var(--cream);transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,margin-top .4s ease;font-size:.95rem;line-height:1.6;color:var(--ink);opacity:.72}.faq-item[open] .faq-a{max-height:200px;margin-top:1rem}.contact-section{background:var(--cream-warm)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:4rem}@media (max-width:968px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:568px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:var(--paper);border:1px solid rgba(119,0,14,.1);border-radius:20px;padding:2rem;transition:all .3s}.contact-card:hover{border-color:var(--burgundy);transform:translateY(-3px);box-shadow:0 16px 32px -12px rgba(119,0,14,.15)}.contact-card.large{grid-column:span 1}.contact-icon{width:44px;height:44px;background:rgba(119,0,14,.08);color:var(--burgundy);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.contact-card h4{font-family:Fraunces,serif;font-size:1.3rem;font-weight:500;margin-bottom:.3rem;letter-spacing:-.02em;color:var(--ink)}.contact-card p{font-size:.88rem;opacity:.72;margin-bottom:.8rem;line-height:1.5}.contact-link{color:var(--burgundy);text-decoration:none;font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.contact-link:hover{gap:.7rem}.contact-meta{font-size:.78rem;opacity:.6;margin-top:.5rem;display:flex;align-items:center;gap:.3rem}.contact-address{font-size:.9rem;line-height:1.7;opacity:.8;margin-bottom:1rem}.business-hours{text-align:center;margin-top:2.5rem;padding:1rem 1.5rem;background:var(--paper);border-radius:100px;font-size:.88rem;opacity:.78;display:inline-block}.business-hours strong{color:var(--burgundy);font-weight:600}.final-cta{text-align:center;padding:8rem 2rem;background:linear-gradient(175deg,var(--cream) 0,var(--cream-warm) 100%)}.final-cta h2{font-family:Fraunces,serif;font-size:clamp(2.6rem,7vw,6rem);line-height:.95;letter-spacing:-.045em;font-weight:400;color:var(--burgundy);margin-bottom:1.5rem;font-variation-settings:"opsz" 144,"SOFT" 30}.final-cta h2 em{font-style:italic;font-weight:300;color:var(--burgundy-soft)}.final-cta .dot{color:var(--gold)}.final-cta p{font-size:1.15rem;opacity:.75;max-width:520px;margin:0 auto 2.5rem;line-height:1.55;font-family:Fraunces,serif;font-style:italic;font-weight:300}.app-store-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.4,0,.2,1),transform .9s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}