
:root{--navy:#10284b;--coral:#ef6656;--border:#eadfd6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}
.site-header{background:#fff;border-bottom:1px solid #f0ece8;position:sticky;top:0;z-index:50}
.header-wrap{max-width:2048px;min-height:128px;margin:auto;padding:22px 4vw;display:flex;align-items:center;gap:34px}
.brand img{display:block;width:360px;max-width:26vw}.main-nav{display:flex;align-items:center;justify-content:center;gap:48px;margin-left:auto}
.main-nav>a,.dropdown>button{font-size:18px;font-weight:700;background:none;border:0;cursor:pointer;padding:18px 0}
.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--border);min-width:200px;padding:10px;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.1)}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:grid}.dropdown-menu a{padding:12px;border-radius:8px}.dropdown-menu a:hover{background:#fff}
.store-buttons{display:flex;gap:18px;align-items:center}.store-buttons img{display:block;width:250px;height:auto}.header-wrap>.store-buttons img{width:161px}.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:30px}
.hero-intro{padding:0 4vw}.hero-title{max-width:950px;margin:64px auto 0;text-align:center;font-family:Georgia,serif;font-weight:400;font-size:clamp(42px,4.2vw,64px);line-height:1.07;letter-spacing:-1px;color:var(--navy)}.hero-carousel{position:relative;max-width:1020px;margin:34px auto 80px;padding:0 24px}.hero-track{overflow:hidden}.hero-slide{display:none}.hero-slide.active{display:block;animation:slidein .5s ease}.hero-slide img{display:block;width:100%;height:auto}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;border:1px solid var(--border);background:#fff;font-size:30px;cursor:pointer}.hero-prev{left:-5px}.hero-next{right:-5px}.hero-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#cfc4ba}.hero-dots button.active{width:28px;border-radius:8px;background:var(--coral)}
@keyframes slidein{from{opacity:.25;transform:translateX(28px)}to{opacity:1;transform:none}}
.text-hero{max-width:1040px;margin:auto;padding:85px 5vw 75px}.text-hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(40px,5.6vw,74px);margin:0 0 34px}.text-hero p{font-size:18px;line-height:1.8}
.visual-section{background:#fff;text-align:center;padding:55px 20px}.visual-section img{display:block;width:100%;height:auto;margin:auto}.cta-visual{padding:44px 20px}.cta-visual img{max-width:331px}.week-visual img,.letter-visual img{max-width:840px}.cta-visual.final{padding-top:44px;padding-bottom:44px}
.testimonials-section{max-width:1450px;margin:auto;padding:90px 4vw}.testimonials-section h2{text-align:center;font-family:Georgia,serif;font-weight:400;font-size:clamp(38px,4.8vw,62px);line-height:1.1;margin:0 auto 50px}
.testimonial-shell{position:relative;overflow:hidden;padding:0 58px}.testimonial-track{display:flex;transition:transform .55s ease}.testimonial-card{flex:0 0 calc(33.333% - 16px);margin-right:24px;min-height:430px;border:1px solid var(--border);border-radius:18px;padding:30px;display:flex;flex-direction:column;background:#fff}.quote{font-family:Georgia,serif;font-size:55px;line-height:.8;color:var(--coral)}.testimonial-card p{line-height:1.65;flex:1}.testimonial-card footer{border-top:1px solid var(--border);padding-top:18px;display:flex;justify-content:space-between;gap:15px}.testimonial-card footer span{color:var(--coral)}
.test-prev,.test-next{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;font-size:30px}.test-prev{left:8px}.test-next{right:8px}
.separator{padding:16px 20px 20px;text-align:center;background:#fff}.separator img{display:block;width:72px;height:auto;margin:auto}
.site-footer{background:#fff;border-top:1px solid #eee7e1;padding:48px 4vw;display:grid;grid-template-columns:1.1fr 2.9fr;gap:45px;align-items:start}.footer-brand img{display:block;width:350px;max-width:100%}.footer-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.footer-nav>div{display:flex;flex-direction:column;gap:10px}.footer-nav h3{font-family:Georgia,serif;margin:0 0 5px}.footer-nav a{font-size:14px;color:#4e5662}
.legal-document{width:min(100% - 48px,900px);margin:0 auto;padding:80px 0 100px;color:var(--navy)}
.legal-document h1{font-family:Georgia,serif;font-size:clamp(18px,4.7vw,50px);font-weight:400;line-height:1.08;margin:0 0 14px;white-space:nowrap}
.legal-document .legal-meta{color:#626b77;font-size:15px;margin-bottom:38px}
.legal-document h2{font-family:Georgia,serif;font-size:clamp(27px,3vw,36px);font-weight:400;line-height:1.2;margin:52px 0 16px;scroll-margin-top:154px}
.legal-document h3{font-family:Georgia,serif;font-size:22px;font-weight:400;line-height:1.3;margin:32px 0 12px}
.legal-document p,.legal-document li{font-size:17px;line-height:1.75}
.legal-document p{margin:0 0 16px}
.legal-document ul,.legal-document ol{margin:8px 0 22px;padding-left:26px}
.legal-document li{padding-left:5px;margin-bottom:7px}
.legal-document a{color:var(--coral);text-decoration:underline;text-underline-offset:3px}
@media(max-width:1450px){.main-nav{gap:28px}.main-nav>a,.dropdown>button{font-size:16px}.brand img{width:290px}.header-wrap>.store-buttons img{width:123px}}
@media(max-width:1100px){.main-nav,.header-wrap>.store-buttons{display:none}.menu-toggle{display:block}.brand img{max-width:62vw;width:260px}.site-header.open .main-nav{display:grid;position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px 5vw;border-top:1px solid var(--border);gap:0}.site-header.open .header-wrap>.store-buttons{display:flex;position:absolute;top:430px;left:5vw;background:#fff;padding-bottom:22px}.site-footer{grid-template-columns:1fr}.footer-nav{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.header-wrap{min-height:76px;padding:12px 18px}.brand img{width:190px}.hero-title{margin-top:42px;font-size:clamp(32px,10vw,42px);line-height:1.1;letter-spacing:-.5px}.hero-title-break{display:none}.hero-carousel{max-width:720px;margin-top:24px;margin-bottom:55px}.hero-prev,.hero-next{width:38px;height:38px}.visual-section{padding:30px 14px}.cta-visual img{max-width:250px}.week-visual img,.letter-visual img{max-width:620px}.testimonials-section{padding:70px 18px}.testimonial-shell{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:18px;padding:0}.testimonial-track{grid-column:1/-1;grid-row:1;min-width:0}.testimonial-card{flex-basis:100%;margin-right:0;min-height:0}.test-prev,.test-next{position:static;grid-row:2;transform:none}.test-prev{grid-column:1;justify-self:end}.test-next{grid-column:2;justify-self:start}.separator img{width:55px}.footer-nav{grid-template-columns:1fr 1fr}.store-buttons{flex-wrap:wrap}.header-wrap>.store-buttons img,}
@media(max-width:760px){.legal-document{width:min(100% - 36px,900px);padding:52px 0 70px}.legal-document .legal-meta{margin-bottom:30px}.legal-document h2{font-size:27px;margin-top:42px;scroll-margin-top:98px}.legal-document h3{font-size:21px;margin-top:28px}.legal-document p,.legal-document li{font-size:16px;line-height:1.7}}
@media(max-width:480px){.footer-nav{grid-template-columns:1fr}.cta-visual img,.week-visual img,.letter-visual img{max-width:100%}}


body{background:#fff !important;}
.site-header,.hero-carousel,.visual-section,.testimonials-section,.separator,.site-footer,.text-hero,main,section{background:#fff !important;}
.dropdown-menu a:hover{background:#fff !important;}
