@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Nunito:wght@400;600;700;800;900&display=swap";:root{--cream:#fbf6ef;--paper:#f5ebe0;--dark:#0c0a0b;--wine:#8c2f3c;--wine-l:#a93e4b;--wine-d:#4a1824;--gold:#f2b544;--milk:#eddfc9;--ink:#2a1418;--warm:#7d5f63;--border:#8c2f3c24;--tint:#f7e7e6;--rust:var(--wine);--rust-l:var(--wine-l);--rust-d:var(--wine-d)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Nunito,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,.serif{letter-spacing:-.02em;font-family:Outfit,Nunito,sans-serif;font-weight:300}h1 em,h2 em{color:var(--wine);font-style:normal;font-weight:400}.italic{font-style:italic}img{max-width:100%}@keyframes fadeup{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.reveal{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal-l{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translate(-36px)}.reveal-r{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translate(36px)}.reveal.on,.reveal-l.on,.reveal-r.on{opacity:1;transform:none}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-l,.reveal-r{opacity:1;transition:none;transform:none}.phone.float{animation:none}}.nav{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#fbf6efd6;align-items:center;gap:28px;height:66px;padding:0 60px;display:flex;position:fixed;inset:0 0 auto}.nav .logo{letter-spacing:.01em;color:var(--wine);align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:21px;font-weight:300;display:flex}.nav .logo img{border-radius:8px;width:30px;height:30px}.nav .links{align-items:center;gap:28px;margin-left:auto;display:flex}.nav .links a{color:var(--warm);font-size:14px;font-weight:700}.nav .links a:hover{color:var(--wine)}.pill-btn{background:linear-gradient(135deg, var(--wine-l), var(--wine));border-radius:100px;padding:9px 22px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px -6px #8c2f3c8c;color:#fff!important}.pill-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px -10px #8c2f3c99}section{padding:120px 60px;position:relative;overflow:hidden}.wrap{max-width:1180px;margin:0 auto}.flex{align-items:center;gap:88px;display:flex}@media (width<=900px){section{padding:80px 24px}.flex{flex-direction:column;gap:48px}.nav{padding:0 24px}.nav .links a:not(.pill-btn){display:none}}.label{color:var(--wine);letter-spacing:.18em;text-transform:uppercase;font-family:Nunito,sans-serif;font-size:11.5px;font-weight:800}.label.gold{color:var(--gold)}h2{text-wrap:balance;margin:14px 0;font-size:clamp(36px,3.8vw,56px);line-height:1.08}h3{margin:10px 0 8px;font-size:28px;line-height:1.15}.body{color:var(--warm);max-width:460px;font-size:17px;font-weight:600;line-height:1.7}.body b{color:var(--ink)}.hero{background:radial-gradient(60% 50% at 80% 30%, #a93e4b24, transparent 70%), var(--cream);align-items:center;min-height:92vh;padding-top:130px;display:flex}.hero .badge{background:var(--tint);border:1px solid var(--border);letter-spacing:.12em;color:var(--wine);text-transform:uppercase;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:11.5px;font-weight:800;animation:.6s both fadeup;display:inline-flex}.hero .badge .d{background:var(--gold);border-radius:50%;width:6px;height:6px}.hero h1{text-wrap:balance;margin:20px 0;font-size:clamp(50px,5.6vw,84px);line-height:1.04;animation:.6s 80ms both fadeup}.hero p.sub{color:var(--warm);max-width:480px;font-size:18px;font-weight:600;line-height:1.7;animation:.6s .16s both fadeup}.cta-row{flex-wrap:wrap;gap:14px;margin-top:32px;animation:.6s .24s both fadeup;display:flex}.cta-dark{background:var(--wine);color:#fff;border-radius:14px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:800;transition:transform .2s;display:inline-flex;box-shadow:0 14px 34px -10px #8c2f3c99}.cta-dark:hover{transform:translateY(-2px)}.cta-light{color:var(--ink);border:1.5px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:800;display:inline-flex}.hero-facts{color:var(--warm);flex-wrap:wrap;gap:26px;margin-top:34px;font-size:13.5px;font-weight:700;animation:.6s .32s both fadeup;display:flex}.hero-facts b{color:var(--wine);font-weight:900}.hero-phones{flex:none;align-items:flex-end;gap:22px;display:flex}.hero-phones .phone:last-child{margin-bottom:60px}@media (width<=900px){.hero{min-height:auto}.hero-phones .phone:last-child{display:none}}.phone{flex:none;position:relative}.phone.float{animation:7s ease-in-out infinite float}.phone-body{background:#1a1416;border-radius:44px;padding:8px;box-shadow:0 40px 80px -28px #2a14188c,inset 0 0 0 1px #ffffff14}.phone-shot{border-radius:36px;width:100%;display:block}.phones-2{align-items:flex-start;gap:18px;display:flex}.phones-2 .phone:last-child{margin-top:48px}.strip{background:var(--wine-d);padding:0 60px}.strip .wrap{grid-template-columns:repeat(4,1fr);display:grid}.strip .col{text-align:center;border-right:1px solid #eddfc91f;padding:44px 24px}.strip .col:last-child{border-right:none}.strip .col h3{color:var(--milk);margin:0;font-size:44px;font-weight:300;line-height:1}.strip .col p{color:#eddfc999;margin:10px 0 0;font-size:13.5px;font-weight:600}@media (width<=900px){.strip .wrap{grid-template-columns:1fr 1fr}.strip .col{border:none}}.feat-row{flex-direction:column;gap:16px;margin-top:26px;display:flex}.feat{align-items:flex-start;gap:14px;display:flex}.feat .ico{background:var(--gold);border-radius:50%;flex:none;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 4px #f2b5442e}.feat h4{margin:0 0 3px;font-size:16px;font-weight:800}.feat p{color:var(--warm);margin:0;font-size:14.5px;font-weight:600;line-height:1.55}.dark-sec{background:linear-gradient(180deg, var(--wine-d), #26101a 60%, var(--dark));color:var(--milk)}.dark-sec h2,.dark-sec h3{color:#fff}.dark-sec h2 em{color:var(--gold)}.dark-sec .body{color:#eddfc9b3}.grid-cards{grid-template-columns:1fr 1fr;gap:14px;max-width:460px;margin-top:26px;display:grid}.mini-card{background:#ffffff0d;border:1px solid #eddfc91f;border-radius:18px;padding:18px 20px}.mini-card h4{color:var(--gold);margin:0 0 6px;font-size:15px;font-weight:800}.mini-card p{color:#eddfc9b3;margin:0;font-size:13.5px;font-weight:600;line-height:1.5}.chips{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.chip{color:var(--warm);border:1px solid var(--border);background:#fff;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:800;display:inline-flex}.chip.rust{background:var(--tint);color:var(--wine)}.chip.dark{background:var(--dark);color:#fff}.paper{background:var(--paper)}.two-up{grid-template-columns:1fr 1fr;gap:64px;display:grid}.two-up>div{flex-direction:column;align-items:flex-start;display:flex}.two-up .phone{margin-bottom:30px}.two-up .body{max-width:420px}@media (width<=900px){.two-up{grid-template-columns:1fr;gap:56px}}.about{border-top:1px solid var(--border);background:#fff}.about-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:72px;display:grid}.about-grid h2{max-width:420px}.about-sign{color:var(--wine);margin-top:22px;font-family:Outfit,sans-serif;font-size:22px;font-weight:300}.about-story{max-width:62ch}.about-story p{color:var(--ink);margin:0 0 20px;font-size:17px;font-weight:500;line-height:1.8}.about-story p:first-child{color:var(--wine);font-size:20px;font-weight:600}.about-story p:last-child{color:var(--wine);margin-bottom:0;font-weight:700}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:28px}}.download{background:radial-gradient(70% 60% at 50% 0%, #a93e4b73, transparent 70%), var(--dark);text-align:center;color:var(--milk)}.download .ico{border-radius:19px;width:68px;height:68px;margin:0 auto 24px;overflow:hidden;box-shadow:0 20px 40px -10px #8c2f3c99}.download .ico img{width:100%;height:100%}.download h2{color:#fff;margin:0;font-size:clamp(44px,5.5vw,72px);line-height:1.02}.download h2 em{color:var(--gold)}.download p{color:#eddfc9b3;max-width:440px;margin:18px auto 0;font-size:18px;font-weight:600;line-height:1.7}.ghost-btn{color:#fff;background:#ffffff14;border:1px solid #eddfc933;border-radius:14px;align-items:center;gap:10px;padding:15px 28px;font-size:15px;font-weight:800;display:inline-flex}.footer{background:var(--dark);color:var(--milk);border-top:1px solid #eddfc914;padding:36px 60px}.footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer .fb{color:var(--milk);align-items:center;gap:9px;font-family:Outfit,sans-serif;font-size:17px;font-weight:300;display:flex}.footer .fb img{border-radius:7px;width:26px;height:26px}.footer .cp{color:#eddfc980;font-size:13px;font-weight:600}.footer .fl{color:#eddfc9b3;gap:22px;font-size:13px;font-weight:700;display:flex}.footer .fl a:hover{color:var(--gold)}.legal-nav{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#fbf6efe6;align-items:center;gap:28px;height:66px;padding:0 60px;display:flex;position:sticky;top:0}.legal-nav .logo{letter-spacing:-.02em;align-items:center;gap:9px;font-family:Outfit,sans-serif;font-size:19px;display:flex}.legal-nav .logo img{border-radius:8px;width:30px;height:30px}.legal-nav .back{color:var(--warm);margin-left:auto;font-size:14px;font-weight:600}.legal-nav .back:hover{color:var(--dark)}.legal{max-width:760px;margin:0 auto;padding:64px 24px 96px}.legal h1{letter-spacing:-.03em;margin:14px 0 10px;font-size:clamp(40px,5vw,60px);line-height:1.05}.legal .updated{color:var(--warm);margin:0 0 28px;font-size:14px;font-weight:600}.legal .intro{color:var(--ink);border:1px solid var(--border);background:#fff;border-radius:18px;margin-bottom:36px;padding:22px 26px;font-size:17px;line-height:1.75}.legal .toc{border:1px solid var(--border);background:#fff;border-radius:18px;margin-bottom:44px;padding:20px 26px}.legal .toc ol{columns:2;column-gap:32px;margin:10px 0 0;padding-left:20px}.legal .toc li{color:var(--warm);font-size:14px;font-weight:600;line-height:1.9}.legal .toc a:hover{color:var(--rust)}.legal section{margin-bottom:38px;scroll-margin-top:90px}.legal h2{letter-spacing:-.02em;margin:0 0 12px;font-size:22px;font-weight:800}.legal h3{margin:20px 0 8px;font-size:16px;font-weight:700}.legal p,.legal li{color:var(--ink);font-size:15.5px;line-height:1.75}.legal p{margin:0 0 12px}.legal ul{margin:0 0 12px;padding-left:22px}.legal li{margin-bottom:6px}.legal strong{color:var(--dark)}.legal a.inline{color:var(--rust);text-underline-offset:3px;font-weight:600;text-decoration:underline}.legal .callout{background:var(--tint);border:1px solid #8c2f3c2e;border-radius:16px;margin:16px 0;padding:18px 22px}.legal .callout p:last-child{margin-bottom:0}.legal .table-wrap{border:1px solid var(--border);background:#fff;border-radius:14px;margin:8px 0 16px;overflow-x:auto}.legal table{border-collapse:collapse;width:100%;font-size:14px}.legal th,.legal td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);color:var(--ink);padding:11px 14px;line-height:1.6}.legal th{color:var(--rust);letter-spacing:.06em;text-transform:uppercase;background:var(--cream);font-size:11.5px;font-weight:700}.legal tr:last-child td{border-bottom:none}.legal .back-home{margin-top:48px;display:inline-block}.footer .fl a.active{color:#fff9}@media (width<=720px){.legal-nav{padding:0 20px}.legal{padding:40px 20px 72px}.legal .toc ol{columns:1}}.legal-nav .logo{color:var(--wine);font-size:21px;font-weight:300}
