:root{
  --ink:#0F0F11;--text:#1C1C1F;--muted:#6E6E75;--line:#E7E7EA;--surface:#F6F6F7;--white:#FFFFFF;
  --red:#E00000;--red-dark:#B40000;
  --font:'Manrope',system-ui,sans-serif;
  --r:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);font-optical-sizing:none;color:var(--text);background:var(--white);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button,input,select{font:inherit;color:inherit}
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
@media(min-width:1280px){.wrap{padding:0}}

/* reveal */
html:not(.static) [data-r]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
html:not(.static) [data-r].in{opacity:1;transform:none}

/* type */
h1{font-size:64px;line-height:1.04;letter-spacing:-2px;font-weight:800;color:var(--ink)}
h2{font-size:44px;line-height:1.1;letter-spacing:-1.2px;font-weight:800;color:var(--ink)}
h3{font-size:20px;line-height:1.3;font-weight:700;color:var(--ink)}
.h3{font-size:30px;letter-spacing:-.6px}
.eyebrow{font-size:13px;line-height:18px;letter-spacing:1.8px;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:16px}
.eyebrow-red{color:var(--red)}
.eyebrow-light{color:#B9B9C0}
.eyebrow-center{text-align:center}
.lead{font-size:22px;line-height:1.4;font-weight:500;color:var(--ink);margin-top:18px}
.body{font-size:17px;line-height:1.65;color:#3E3E44;margin-top:18px;max-width:560px}
.note{font-size:13px;line-height:1.5;color:var(--muted);margin-top:22px;max-width:540px}
.note-light{color:#8E8E96;margin:22px auto 0;text-align:center}

/* header */
.header{position:sticky;top:0;z-index:20;background:var(--white);border-bottom:1px solid transparent;transition:border-color .3s}
.header.scrolled{border-bottom-color:var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:80px}
.logo{height:26px;width:auto}
.menu{display:flex;gap:32px}
.nl{font-size:15px;line-height:20px;font-weight:600;color:var(--text);padding:6px 0;border-bottom:2px solid transparent;transition:border-color .25s,color .25s}
.nl:hover{border-bottom-color:var(--ink)}
.nav-right{display:flex;align-items:center;gap:22px}
.nav-icon{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;line-height:20px;transition:opacity .2s}
.nav-icon:hover{opacity:.6}
.nav-cart{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--surface)}
.burger{display:none;width:40px;height:40px;border:0;background:var(--surface);border-radius:12px;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.bl{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px}
.ic18{width:18px;height:18px}.ic20{width:20px;height:20px}.ic22{width:22px;height:22px}.ic26{width:26px;height:26px}.ic28{width:28px;height:28px}.ic32{width:32px;height:32px}

/* hero */
.hero{padding:56px 0 40px}
.hero-grid{display:flex;align-items:center;gap:64px}
.hero-copy{flex:0 0 520px}
.hero-copy .lead{margin-top:22px}
.price{display:flex;align-items:baseline;gap:18px;margin-top:34px}
.price-old{font-size:26px;font-weight:600;color:var(--muted);text-decoration:line-through}
.price-new{font-size:72px;line-height:1;font-weight:800;letter-spacing:-3px;color:var(--ink)}
.ast{font-size:34px;letter-spacing:0;vertical-align:top;color:var(--red);margin-left:2px}
.facts{display:flex;flex-direction:column;gap:12px;margin-top:30px}
.facts li{display:flex;align-items:center;gap:12px;font-size:16px;line-height:22px;font-weight:600}
.cta-row{margin-top:34px;display:flex}
.cta-center{justify-content:center;margin-top:44px}
.btn{display:inline-flex;align-items:center;gap:12px;height:60px;padding:0 30px;border-radius:14px;border:0;font-size:17px;font-weight:700;line-height:22px;cursor:pointer;transition:background .25s,transform .25s}
.btn .arr{font-size:20px;line-height:22px;transition:transform .25s}
.btn:hover{transform:translateY(-2px)}
.btn:hover .arr{transform:translateX(4px)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-dark)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#2A2A2E}
.btn-full{width:100%;justify-content:center;margin-top:24px}
.textlink{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:var(--ink);border-bottom:2px solid var(--ink);padding-bottom:4px;line-height:22px}
.textlink .arr{transition:transform .25s}
.textlink:hover .arr{transform:translateX(4px)}
.hero-media{flex:1;position:relative}
.hero-img{width:100%;height:600px;object-fit:cover;border-radius:24px;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}
.hero-media:hover .hero-img{transform:scale(1.015)}
.hero-tag{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.92);color:var(--ink);font-size:14px;font-weight:700;line-height:20px;padding:10px 16px;border-radius:999px;display:flex}

/* partners */
.partners{padding:36px 0}
.partner-row{display:flex;align-items:center;gap:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0}
.partner-label{font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap;line-height:20px}
.partner-logos{display:flex;align-items:center;justify-content:space-between;flex:1;gap:40px}
.plogo{height:30px;width:auto;opacity:.85;transition:opacity .25s}
.plogo-js{height:44px}
.plogo:hover{opacity:1}
.plogo-text{display:flex;align-items:center;gap:12px}
.ptxt{display:flex;flex-direction:column;line-height:1.2}
.ptxt b{font-size:18px;font-weight:800;color:var(--ink);line-height:22px}
.ptxt small{font-size:11px;color:var(--muted);line-height:14px}

/* sections */
.sec{padding:96px 0}
.sec-tight{padding:72px 0}
.sec-grey{background:var(--surface)}
.two{display:flex;align-items:center;gap:80px}
.two-rev{flex-direction:row-reverse}
.copy{flex:1}
.sec-head{max-width:780px;margin:0 auto 52px;text-align:center}
.sec-head .body{margin:18px auto 0}

/* video */
.media-phone{flex:0 0 400px;display:flex;justify-content:center}
.phone{position:relative;width:340px;height:604px;border-radius:32px;overflow:hidden;background:var(--ink)}
.phone-img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.phone:hover .phone-img{transform:scale(1.03)}
.play{position:absolute;left:50%;top:50%;width:84px;height:84px;margin:-42px 0 0 -42px;border-radius:50%;border:0;background:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s,background .25s}
.play:hover{transform:scale(1.06);background:#fff}
.tri{font-size:26px;line-height:26px;color:var(--ink);margin-left:6px}
.play-hint{position:absolute;left:0;right:0;bottom:28px;text-align:center;color:#fff;font-size:17px;font-weight:700;line-height:22px}
.checks{display:flex;flex-direction:column;gap:14px;margin-top:30px}
.checks li{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:600;line-height:24px}

/* reasons */
.reasons{flex:0 0 520px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.reason{display:flex;flex-direction:column;gap:16px;padding:26px;border:1px solid var(--line);border-radius:var(--r);font-size:16px;line-height:22px;font-weight:600;transition:transform .3s,border-color .3s}
.reason:hover{transform:translateY(-3px);border-color:#C9C9CF}

/* cities */
.cities{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.city{display:flex;align-items:center;gap:12px;padding:22px 24px;border:1px solid var(--line);border-radius:var(--r);background:var(--white);transition:transform .3s,border-color .3s,background .3s}
.city:hover{transform:translateY(-3px);border-color:var(--ink)}
.city-name{font-size:18px;font-weight:700;line-height:24px;color:var(--ink);min-width:92px}
.city-date{font-size:14px;font-weight:500;line-height:20px;color:var(--muted);flex:1}
.city-arr{font-size:20px;line-height:24px;color:var(--ink);transition:transform .3s}
.city:hover .city-arr{transform:translateX(4px)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.step{background:var(--white);border-radius:var(--r);padding:28px;transition:transform .3s}
.step:hover{transform:translateY(-3px)}
.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;font-size:16px;font-weight:800;line-height:20px}
.step p{font-size:15px;line-height:1.55;color:#4A4A50;margin-top:10px}

/* gift */
.gift-media{flex:0 0 560px;background:var(--surface);border-radius:24px;padding:56px 40px;display:flex;align-items:center;justify-content:center}
.gift-img{width:100%;height:auto;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.gift-media:hover .gift-img{transform:translateY(-6px) rotate(-1deg)}
.occasions{display:flex;gap:28px;margin-top:30px;flex-wrap:wrap}
.occasions li{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:14px;font-weight:600;line-height:18px;color:var(--text)}

/* reviews */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review{background:var(--white);border-radius:var(--r);padding:32px;display:flex;flex-direction:column;gap:18px;transition:transform .3s}
.review:hover{transform:translateY(-3px)}
.stars{width:104px;height:auto}
.quote{font-size:19px;line-height:1.45;font-weight:600;color:var(--ink);flex:1}
.who{display:flex;align-items:center;gap:12px}
.avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;font-size:15px;font-weight:800;line-height:20px}
.name{font-size:15px;font-weight:600;line-height:20px;color:var(--muted)}

/* trust */
.trust{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:36px}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:26px 14px;border:1px solid var(--line);border-radius:var(--r);font-size:14px;line-height:19px;font-weight:600;transition:transform .3s,border-color .3s}
.trust-item:hover{transform:translateY(-3px);border-color:#C9C9CF}

/* faq */
.faq{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.faq-col{display:flex;flex-direction:column}
.q{border-bottom:1px solid var(--line)}
.q-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border:0;background:none;text-align:left;font-size:17px;font-weight:700;line-height:24px;color:var(--ink);cursor:pointer;transition:color .2s}
.q-btn:hover{color:var(--red)}
.q-ic{font-size:22px;line-height:24px;font-weight:500;color:var(--muted)}
.q-a{overflow:hidden;max-height:0;transition:max-height .4s ease}
.q.open .q-a{max-height:300px}
.q-a p{font-size:16px;line-height:1.6;color:#4A4A50;padding:0 40px 22px 0}

/* final */
.final{background:var(--ink);padding:104px 0;color:#fff}
.final-inner{text-align:center;max-width:820px}
.h-light{color:#fff}
.price-light{justify-content:center}
.price-light .price-new{color:#fff}
.price-light .price-old{color:#8E8E96}
.final-tag{margin-top:48px;font-size:22px;font-weight:600;color:#B9B9C0;letter-spacing:-.3px}

/* order */
.order{max-width:760px;margin:0 auto;border:1px solid var(--line);border-radius:24px;padding:44px}
.order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:30px}
.order-head .eyebrow{margin-bottom:8px}
.pill{display:inline-flex;align-items:center;height:40px;padding:0 18px;border-radius:999px;background:var(--surface);font-size:16px;font-weight:800;line-height:20px;color:var(--ink)}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.field{display:flex;flex-direction:column;gap:8px}
.field-full{grid-column:1/-1}
.lbl{font-size:14px;font-weight:600;line-height:18px;color:var(--muted)}
.field input,.field select{height:54px;border:1px solid var(--line);border-radius:12px;padding:0 16px;background:var(--white);font-size:16px;outline:0;transition:border-color .25s;-webkit-appearance:none;appearance:none}
.field input:focus,.field select:focus{border-color:var(--ink)}
.field input::placeholder{color:#B9B9C0}
.agb{display:flex;align-items:flex-start;gap:12px;margin-top:22px;font-size:14px;line-height:1.5;color:#4A4A50;cursor:pointer}
.agb input{width:20px;height:20px;margin-top:1px;accent-color:var(--ink);flex:none}
.pay{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:26px}
.paylogo{height:28px;width:auto}.paylogo+.paylogo{height:34px}

/* footer */
.footer{border-top:1px solid var(--line);padding:40px 0 36px}
.foot-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-foot{height:22px}
.foot-links{display:flex;gap:28px}
.foot-links a{font-size:15px;font-weight:600;line-height:20px;color:var(--text);transition:color .2s}
.foot-links a:hover{color:var(--red)}
.social{display:flex;gap:16px}
.social a{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:12px;background:var(--surface);transition:background .2s}
.social a:hover{background:var(--line)}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:28px;font-size:13px;line-height:18px;color:var(--muted)}
.credit a{border-bottom:1px solid var(--line)}

/* modal */
.modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}
.modal[hidden]{display:none}
.modal-bg{position:absolute;inset:0;background:rgba(15,15,17,.82)}
.modal-box{position:relative;width:min(92vw,420px);aspect-ratio:9/16;border-radius:24px;overflow:hidden;background:#000}
.modal-box video{width:100%;height:100%;object-fit:cover}
.modal-x{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.9);font-size:24px;line-height:40px;cursor:pointer}

/* mobile */
@media(max-width:1023px){
  h1{font-size:52px}h2{font-size:36px}
  .hero-grid{gap:40px}.hero-copy{flex:0 0 46%}
  .hero-img{height:520px}
  .cities{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .trust{grid-template-columns:repeat(3,1fr)}
  .two{gap:40px}.reasons{flex:0 0 440px}
}
@media(max-width:767px){
  body{font-size:16px}
  h1{font-size:40px;letter-spacing:-1.2px}
  h2{font-size:30px;letter-spacing:-.8px}
  .lead{font-size:18px}
  .nav{height:64px}.logo{height:20px}
  .menu,.nav-icon span{display:none}
  .nav-right{gap:12px}.nav-icon{display:none}
  .burger{display:flex}
  .hero{padding:28px 0 24px}
  .hero-grid{flex-direction:column-reverse;gap:28px;align-items:stretch}
  .hero-copy{flex:auto}
  .hero-img{height:300px;border-radius:18px}
  .hero-tag{left:14px;bottom:14px;font-size:13px;padding:8px 12px}
  .price{margin-top:22px}.price-new{font-size:56px}.ast{font-size:26px}
  .facts{margin-top:22px;gap:10px}
  .cta-row{margin-top:26px}.btn{width:100%;justify-content:center;height:56px;padding:0 20px;font-size:16px}
  .partners{padding:8px 0 16px}
  .partner-row{flex-direction:column;align-items:flex-start;gap:18px;padding:22px 0}
  .partner-logos{flex-wrap:wrap;justify-content:flex-start;gap:20px 28px}
  .plogo{height:22px}.plogo-js{height:32px}
  .sec{padding:60px 0}.sec-tight{padding:48px 0}
  .two,.two-rev{flex-direction:column;gap:32px;align-items:stretch}
  .media-phone{flex:auto}.phone{width:280px;height:498px;border-radius:26px}.play-hint{font-size:14px;bottom:20px;padding:0 16px}
  .reasons{flex:auto;grid-template-columns:1fr 1fr;gap:12px}
  .reason{padding:18px;font-size:14px;line-height:20px;gap:12px}
  .sec-head{margin-bottom:32px;text-align:left}.sec-head .body{margin-left:0}
  .cities{grid-template-columns:1fr 1fr;gap:10px}
  .city{padding:16px;flex-wrap:wrap;gap:2px 8px}
  .city-name{font-size:16px;width:100%}.city-date{font-size:13px}.city-arr{font-size:16px}
  .cta-center{margin-top:28px}
  .steps{grid-template-columns:1fr;gap:12px}.step{padding:22px}
  .gift-media{flex:auto;padding:32px 20px}
  .occasions{gap:18px 22px}
  .reviews{grid-template-columns:1fr;gap:12px}.review{padding:24px}
  .trust{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}
  .trust-item{padding:20px 12px;font-size:13px}
  .faq{grid-template-columns:1fr;gap:0}
  .q-btn{font-size:16px;padding:18px 0}
  .final{padding:64px 0}.final-tag{margin-top:32px;font-size:18px}
  .order{padding:24px;border-radius:18px}
  .order-head{flex-direction:column;gap:12px}
  .fields{grid-template-columns:1fr;gap:14px}
  .foot-row{flex-direction:column;align-items:flex-start;gap:20px}
  .foot-links{flex-wrap:wrap;gap:16px 22px}
  .foot-bottom{flex-direction:column;gap:6px}
}
