.home{--line-d: rgba(255,255,255,.12)}.home section[id],.home header[id],#cta{scroll-margin-top:84px}.home section{position:relative;z-index:2;padding:104px 0}.home section{content-visibility:auto;contain-intrinsic-size:auto 640px}@media(max-width:700px){.home section{padding:72px 0}}.home .tagline{font-family:JetBrains Mono,monospace;font-size:12.5px;letter-spacing:.12em;color:var(--azure-d);text-transform:uppercase;display:flex;align-items:center;gap:10px;margin-bottom:18px;font-weight:500}.home .tagline:before{content:"";width:22px;height:1px;background:var(--gold)}.home .sec-h{font-family:Fraunces,serif;font-size:clamp(30px,4vw,52px);font-weight:500;letter-spacing:-.02em;line-height:1.06;max-width:19ch;margin-bottom:18px;color:var(--ink)}.home .sec-h em{font-style:italic;color:var(--azure-d)}.home .sec-sub{color:var(--mut);font-size:17px;max-width:60ch;line-height:1.6}.home .center{text-align:center}.home .center .sec-h,.home .center .sec-sub{margin-inline:auto}.home .center .tagline{justify-content:center}.home .dark{background:var(--graphite);color:#fff}.home .dark .sec-h{color:#fff}.home .dark .tagline{color:var(--azure-l)}.home .dark .sec-sub{color:#ffffffb8}.home .h-note{background:var(--sand);border-left:3px solid var(--gold);padding:16px 22px;font-size:13px;color:var(--mut);border-radius:0 10px 10px 0;margin-top:22px;max-width:760px}.home .h-note b{color:var(--ink)}.home .hero .btn-ghost,.home .dark .btn-ghost,.home .cta .btn-ghost{border-color:#ffffff8c;color:#fff}.home .hero .btn-ghost:hover,.home .dark .btn-ghost:hover,.home .cta .btn-ghost:hover{background:#ffffff24;border-color:#fff;color:#fff}.home .scene{position:relative;overflow:hidden;background:#0c2733}.home .scene .sky{position:absolute;inset:0;background:linear-gradient(180deg,#bfe3f2,#8fcbe6 30%,#5ba8cf,#2d7ba0 80%,#1a5f80)}.home .scene .sun{position:absolute;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,#fff6e0,#ffe6a8 40%,transparent 70%);top:8%;right:14%;opacity:.9}.home .scene .sea{position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(180deg,#2d8fb8,#176a93 60%,#0e4d6e);overflow:hidden}.home .scene .sea:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.12) 0 1px,transparent 1px 6px);opacity:.5}.home .scene .horizon{position:absolute;left:0;right:0;top:54%;height:1px;background:#fff6}.home .hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;color:#fff;padding:104px 0 64px;background:var(--ink)}.home .hero-photo{position:absolute;inset:-3%;width:auto;height:auto;opacity:1;z-index:0;overflow:hidden}.home .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:1}.home .hero.loaded .hero-photo img{will-change:transform;animation:kenburns 24s ease-in-out infinite alternate}@keyframes kenburns{0%{transform:scale(1.06)}to{transform:scale(1)}}.home .hero-glow{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.home .hero-glow span{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,245,210,.5),transparent 70%);filter:blur(8px);opacity:0;animation:shimmer 6s ease-in-out infinite}.home .hero-glow span:nth-child(1){width:120px;height:40px;bottom:22%;left:30%;animation-delay:0s}.home .hero-glow span:nth-child(2){width:90px;height:30px;bottom:28%;left:55%;animation-delay:2s}.home .hero-glow span:nth-child(3){width:140px;height:36px;bottom:18%;left:70%;animation-delay:4s}@keyframes shimmer{0%,to{opacity:0;transform:translate(0)}50%{opacity:.55;transform:translate(20px)}}.home .hero-dust{position:absolute;inset:0;z-index:2;pointer-events:none}.home .hero-dust span{position:absolute;width:3px;height:3px;border-radius:50%;background:#fff9;opacity:0;animation:floatup 9s linear infinite}@keyframes floatup{0%{opacity:0;transform:translateY(20px)}10%{opacity:.7}90%{opacity:.5}to{opacity:0;transform:translateY(-120px)}}.home .hero-road{position:absolute;left:0;right:0;bottom:6%;height:3px;z-index:2;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(255,255,255,.7) 0 38px,transparent 38px 78px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent);mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent);animation:road 1.1s linear infinite;opacity:.5}@keyframes road{to{background-position:-78px 0}}.home .hero-route{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:1;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.home .hero-route path{stroke-dasharray:6 10;filter:drop-shadow(0 0 5px rgba(86,183,224,.5));animation:routeRun 3s linear infinite}.home .hero-route .ship{fill:var(--gold);filter:drop-shadow(0 0 6px var(--gold))}@keyframes routeRun{to{stroke-dashoffset:-48}}.home .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(95deg,rgba(8,26,38,.72) 0%,rgba(8,26,38,.34) 42%,rgba(8,26,38,.05) 68%,transparent 85%)}@media(max-width:760px){.home .hero-overlay{background:linear-gradient(180deg,#081a2657,#081a261f 38%,#081a26c7)}}.home .hero:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.07) 50%,transparent 60%);transform:translate(-100%);animation:sheen 7s ease-in-out 1.5s infinite}@keyframes sheen{0%{transform:translate(-100%)}30%,to{transform:translate(100%)}}.home .hero .wrap{position:relative;z-index:3;width:100%}.home .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.13em;color:var(--gold);text-transform:uppercase;margin-bottom:22px;font-weight:500}.home .hero-eyebrow:before{content:"";width:30px;height:1px;background:var(--gold)}.home .hero h1{font-family:Fraunces,serif;font-size:clamp(40px,5.1vw,74px);font-weight:500;letter-spacing:-.02em;line-height:1.05;margin-bottom:20px;max-width:19ch;text-shadow:0 2px 40px rgba(0,0,0,.25)}.home .hero h1 em{font-style:italic;color:var(--gold)}.home .hero-lead{font-size:clamp(16px,1.6vw,19px);color:#ffffffeb;max-width:600px;margin-bottom:34px;font-weight:400}.home .hero-choice{display:flex;gap:18px;flex-wrap:wrap;align-items:stretch;max-width:720px;margin-top:8px}.home .hero .hchoice{display:flex;align-items:center;gap:16px;padding:24px 30px;border-radius:18px;text-align:left;text-decoration:none}.home .hero .hchoice-main{flex:1.5 1 330px}.home .hero .hchoice-sec{flex:1 1 240px;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home .hero .hchoice .bi{width:32px;height:32px;flex:none}.home .hero .hchoice .hl{display:flex;flex-direction:column;gap:3px;line-height:1.12}.home .hero .hchoice .ht{font-family:Fraunces,serif;font-size:24px;font-weight:600;letter-spacing:-.01em}.home .hero .hchoice-sec .ht{font-size:20px}.home .hero .hchoice .hs{font-size:13px;font-weight:500;opacity:.8}.home .hero .hchoice .ha{margin-left:auto;font-size:27px;line-height:1;transition:transform .25s}.home .hero .hchoice:hover .ha{transform:translate(5px)}.home .hero h1 .line{display:block;overflow:hidden}.home .hero h1 .line>span{display:block;transform:translateY(110%);transition:transform 1s cubic-bezier(.2,.8,.15,1);text-wrap:balance}.home .hero.loaded h1 .line>span{transform:none}.home .hero h1 .line:nth-child(2)>span{transition-delay:.12s}.home .hero-lead,.home .hero-choice{opacity:0;transform:translateY(20px);transition:.9s cubic-bezier(.2,.8,.15,1)}.home .hero.loaded .hero-lead{opacity:1;transform:none;transition-delay:.45s}.home .hero.loaded .hero-choice{opacity:1;transform:none;transition-delay:.6s}.home .scrollcue{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:6;width:26px;height:42px;border:1.5px solid rgba(255,255,255,.6);border-radius:14px;display:flex;justify-content:center;padding-top:7px;pointer-events:none}.home .scrollcue:before{content:"";width:3px;height:8px;background:#fff;border-radius:2px;animation:cue 1.8s infinite}@keyframes cue{0%{opacity:0;transform:translateY(0)}30%{opacity:1}to{opacity:0;transform:translateY(12px)}}@media(max-width:600px){.home .hero{padding-top:120px}.home .hero h1{font-size:38px}}.home .hero .btn-pri{animation:btnGlow 4.5s ease-in-out infinite}@keyframes btnGlow{0%,to{box-shadow:0 12px 30px #c9a24a66,0 0 22px -6px #c9a24a80}50%{box-shadow:0 14px 36px #c9a24a8c,0 0 40px #c9a24ab8}}.home .hero .btn-pri:hover{animation:none;transform:translateY(-2px);box-shadow:0 18px 46px #c9a24a9e,0 0 52px 2px #c9a24ad9}.home .hero .hs-i .d{box-shadow:0 0 9px #c9a24ae6}.home .choose .hc-boats{animation:doorGlow 6s ease-in-out infinite}@keyframes doorGlow{0%,to{box-shadow:0 26px 60px -34px #102837b3,0 0 0 1px #c9a24a47,0 0 26px -8px #c9a24a59}50%{box-shadow:0 26px 60px -34px #102837b3,0 0 0 1px #c9a24a8c,0 0 46px -4px #56b7e073,0 0 40px -6px #c9a24a8c}}.home .choose .hc-boats:hover{animation:none;transform:translateY(-6px);border-color:#c9a24acc;box-shadow:0 36px 74px -34px #102837c7,0 0 0 1px #c9a24ab3,0 0 58px #56b7e080,0 0 52px -4px #c9a24a9e}@media(prefers-reduced-motion:reduce){.home .hero .btn-pri,.home .choose .hc-boats,.home .hero-route path,.home .hero-glow span{animation:none!important}}.home .offer{background:var(--ink);color:#fff;padding:30px 0}.home .offer .wrap{display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;flex-wrap:wrap}.home .offer .serif{font-family:Fraunces,serif;font-size:clamp(19px,2.2vw,26px);font-weight:400;font-style:italic}.home .offer .serif b{font-style:normal;font-weight:600;color:var(--gold)}.home .story{background:var(--paper)}.home .story-track{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}@media(max-width:880px){.home .story-track{grid-template-columns:1fr 1fr}}@media(max-width:520px){.home .story-track{grid-template-columns:1fr}}.home .story-conn{display:none}.home .story-step{background:#fff;border:1px solid var(--line2);border-radius:18px;padding:30px 26px 28px;position:relative;box-shadow:0 14px 36px -26px #10283780}.home .story-step .dot{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--azure),var(--azure-d));color:#fff;display:grid;place-items:center;font-family:Fraunces,serif;font-weight:600;font-size:23px;margin-bottom:20px;box-shadow:0 10px 24px -10px #1d8fc4b3;position:relative;z-index:2}.home .story-track.go .story-step:nth-child(2) .dot{animation:pop .5s .1s both}.home .story-track.go .story-step:nth-child(3) .dot{animation:pop .5s .35s both}.home .story-track.go .story-step:nth-child(4) .dot{animation:pop .5s .6s both}.home .story-track.go .story-step:nth-child(5) .dot{animation:pop .5s .85s both}@keyframes pop{0%{transform:scale(.7);opacity:.4}60%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}.home .story-step h3{font-family:Fraunces,serif;font-size:20px;font-weight:600;margin-bottom:9px;color:var(--ink);line-height:1.15}.home .story-step p{font-size:14.5px;color:var(--mut);line-height:1.6}.home .example{background:linear-gradient(180deg,#fff,var(--paper))}.home .ex-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:14px}.home .ex-badge{display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--gold);border:1px solid rgba(201,162,74,.4);border-radius:30px;padding:8px 16px;background:#c9a24a14}.home .ex-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}@media(max-width:880px){.home .ex-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.home .ex-grid{grid-template-columns:1fr}}.home .ex-card{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line2);aspect-ratio:4/3;cursor:default;transition:.3s}.home .ex-card:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}@media(max-width:560px){.home .ex-card:first-child{grid-column:span 1}}.home .ex-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}.home .ex-card:hover img{transform:scale(1.06)}.home .ex-card .ov{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(8,16,26,.88));display:flex;align-items:flex-end;padding:18px}.home .ex-card .cap{font-size:13.5px;font-weight:600;color:#fff;line-height:1.4}.home .ex-card .num{position:absolute;top:12px;left:12px;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--gold);background:#08101ab3;padding:4px 9px;border-radius:6px;border:1px solid rgba(201,162,74,.3);z-index:2}.home .ex-note{margin-top:26px;display:flex;gap:14px;align-items:flex-start;background:var(--sand);border:1px solid var(--line2);border-radius:14px;padding:20px 24px}.home .ex-note .i{flex-shrink:0;font-size:20px}.home .ex-note p{font-size:14.5px;color:var(--mut);line-height:1.6}.home .ex-note b{color:var(--ink)}.home .dream{background:linear-gradient(180deg,var(--ivory),var(--sand))}.home .dream-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px}@media(max-width:900px){.home .dream-grid{grid-template-columns:1fr}}.home .dcard{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:3/3.6;display:flex;align-items:flex-end;padding:28px;color:#fff;box-shadow:0 22px 54px #10283729;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s}.home .dcard .scene{position:absolute;inset:0;z-index:0;animation:dreamkb 18s ease-in-out infinite alternate}.home .dcard:nth-child(2) .scene{animation-duration:21s}.home .dcard:nth-child(3) .scene{animation-duration:24s}@keyframes dreamkb{0%{transform:scale(1.05)}to{transform:scale(1.16) translateY(-3%)}}.home .dcard-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:dreamkb 22s ease-in-out infinite alternate}.home .dcard:nth-child(2) .dcard-img{animation-duration:25s}.home .dcard:nth-child(3) .dcard-img{animation-duration:28s}.home .dcard .grad{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 40%,rgba(10,30,40,.82))}.home .dcard-inner{position:relative;z-index:2;transition:transform .4s}.home .dcard:hover{box-shadow:0 30px 64px #10283738}.home .dcard:hover .dcard-inner{transform:translateY(-4px)}.home .dcard h3{font-family:Fraunces,serif;font-size:25px;font-weight:500;margin-bottom:8px;color:#fff}.home .dcard p{font-size:14.5px;color:#ffffffe6}.home .dcard.d2 .sky{background:linear-gradient(180deg,#f4d9a8,#e8a85f 40%,#c46a3a 75%,#8a4528)}.home .dcard.d2 .sun{background:radial-gradient(circle,#fff,#ffdf9e 45%,transparent 70%)}.home .dcard.d3 .sky{background:linear-gradient(180deg,#cfe9f5,#7fbfdf 45%,#2a7ba0 80%)}.home .why{background:linear-gradient(180deg,var(--paper),#fff)}.home .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}@media(max-width:880px){.home .why-grid{grid-template-columns:1fr}}.home .why-card{background:#fff;border:1px solid var(--line2);border-radius:20px;padding:36px 32px;position:relative;overflow:hidden;box-shadow:0 18px 44px -30px #1028378c;transition:box-shadow .3s,border-color .3s}.home .why-card:hover{box-shadow:0 26px 56px -30px #10283799;border-color:var(--azure-l)}.home .why-ic{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#1d8fc424,#1d8fc40a);border:1px solid rgba(29,143,196,.22);color:var(--azure-d);margin-bottom:22px}.home .why-ic svg{width:28px;height:28px}.home .why-card h3{font-family:Fraunces,serif;font-size:22px;font-weight:600;margin-bottom:11px;color:var(--ink);line-height:1.15}.home .why-card p{font-size:15px;color:var(--mut);line-height:1.6}.home .why-feat{background:linear-gradient(158deg,var(--ink),var(--graphite));border-color:transparent}.home .why-feat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-d))}.home .why-feat:hover{border-color:#c9a24a80}.home .why-feat h3{color:#fff}.home .why-feat p{color:#fffc}.home .why-stat{display:block;font-family:Fraunces,serif;font-weight:600;font-size:clamp(46px,5vw,66px);line-height:1;color:var(--gold);margin-bottom:12px;font-variant-numeric:tabular-nums}.home .showcase{background:var(--white);padding:0}.home .showcase-inner{display:grid;grid-template-columns:1fr 1fr;min-height:520px}@media(max-width:900px){.home .showcase-inner{grid-template-columns:1fr}}.home .showcase-media{position:relative;min-height:380px;overflow:hidden}.home .showcase-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.home .showcase-media .boat{position:absolute;left:50%;top:54%;transform:translate(-50%,-50%);width:74%;filter:drop-shadow(0 24px 40px rgba(0,0,0,.35));animation:bob 5s ease-in-out infinite}@keyframes bob{0%,to{transform:translate(-50%,-50%) rotate(-.6deg)}50%{transform:translate(-50%,-52%) rotate(.6deg)}}.home .showcase-media .sun{animation:sunfloat 12s ease-in-out infinite alternate}@keyframes sunfloat{0%{transform:translate(0)}to{transform:translate(-20px,12px)}}.home .showcase-text{background:var(--graphite);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px}.home .showcase-text .tagline{color:var(--azure-l)}.home .showcase-text h2{font-family:Fraunces,serif;font-size:clamp(28px,3.4vw,42px);font-weight:500;color:#fff;margin-bottom:16px;letter-spacing:-.02em}.home .showcase-text h2 em{font-style:italic;color:var(--gold)}.home .showcase-text p{color:#ffffffc7;font-size:16px;margin-bottom:14px}.home .tral{background:linear-gradient(180deg,var(--paper),#fff)}.home .tral-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:52px;align-items:center;margin-top:46px}@media(max-width:920px){.home .tral-grid{grid-template-columns:1fr;gap:36px}}.home .tp{list-style:none;display:flex;flex-direction:column;gap:15px}.home .tp li{display:flex;gap:14px;font-size:14.5px;color:#101820d1}.home .tp .i{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:var(--sand);border:1px solid var(--line2);display:grid;place-items:center;font-size:14px;color:var(--gold-d)}.home .tp b{color:var(--ink);font-weight:600}.home .scanner{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:900/418;background:#0c1c26;border:1px solid var(--line2)}.home .scanner-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.home .scanner .vig{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 50%,rgba(8,22,32,.55));z-index:1}.home .scanner .grid{position:absolute;inset:0;z-index:1;opacity:0;background-image:linear-gradient(rgba(86,183,224,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(86,183,224,.12) 1px,transparent 1px);background-size:34px 34px;transition:opacity .6s}.home .scanner.scanning .grid{opacity:1}.home .scanline{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--azure-l),transparent);box-shadow:0 0 16px var(--azure-l);z-index:4;opacity:0}.home .scanner.scanning .scanline{opacity:1;animation:scan 2.2s cubic-bezier(.5,0,.5,1) forwards}@keyframes scan{0%{top:0}to{top:100%}}.home .corner{position:absolute;width:26px;height:26px;border:2px solid var(--gold);z-index:5;opacity:0;transition:opacity .4s}.home .scanner.scanning .corner{opacity:1}.home .corner.tl{top:9%;left:7%;border-right:none;border-bottom:none;transition-delay:.2s}.home .corner.tr{top:9%;right:7%;border-left:none;border-bottom:none;transition-delay:.35s}.home .corner.bl{bottom:14%;left:7%;border-right:none;border-top:none;transition-delay:.5s}.home .corner.br{bottom:14%;right:7%;border-left:none;border-top:none;transition-delay:.65s}.home .dim{position:absolute;z-index:5;opacity:0;transform:scale(.9);transition:.5s}.home .scanner.scanning .dim{opacity:1;transform:none}.home .dim .ln{position:absolute;background:var(--azure-l);box-shadow:0 0 8px #56b7e099}.home .dim .lbl{position:absolute;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;color:#0c1c26;background:var(--azure-l);padding:3px 9px;border-radius:5px;white-space:nowrap}.home .dim-w{top:6%;left:7%;right:7%;height:1px;transition-delay:.8s}.home .dim-w .ln{top:0;left:0;right:0;height:2px}.home .dim-w .lbl{top:-11px;left:50%;transform:translate(-50%)}.home .dim-h{top:9%;bottom:14%;right:3.2%;width:1px;transition-delay:1s}.home .dim-h .ln{top:0;bottom:0;right:0;width:2px}.home .dim-h .lbl{top:50%;right:6px;transform:translateY(-50%)}.home .dim-l{bottom:6%;left:7%;right:7%;height:1px;transition-delay:1.15s}.home .dim-l .ln{bottom:0;left:0;right:0;height:2px;background:var(--gold);box-shadow:0 0 8px #c9a24a99}.home .dim-l .lbl{bottom:-11px;left:50%;transform:translate(-50%);background:var(--gold)}.home .scan-status{position:absolute;top:12px;left:12px;z-index:6;font-family:JetBrains Mono,monospace;font-size:10.5px;color:var(--azure-l);background:#081620b3;padding:5px 11px;border-radius:6px;border:1px solid rgba(86,183,224,.3);letter-spacing:.05em}.home .scan-status .blink{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--azure-l);margin-right:6px;animation:bl .8s infinite}@keyframes bl{50%{opacity:.2}}.home .scanner.scanning .scan-status.done{color:var(--ok);border-color:#1f9d6b66}.home .scanner.scanning .scan-status.done .blink{background:var(--ok);animation:none}.home .checklist{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:560px){.home .checklist{grid-template-columns:1fr}}.home .chk{display:flex;align-items:center;gap:12px;padding:13px 16px;background:#fff;border:1px solid var(--line2);border-radius:11px;font-size:13.5px;color:var(--mut);transition:.4s}.home .chk .box{width:22px;height:22px;border-radius:6px;border:1.5px solid var(--line2);display:grid;place-items:center;flex-shrink:0;transition:.3s;font-size:13px;color:transparent}.home .chk.ok{color:var(--ink);border-color:#1f9d6b66;background:#1f9d6b14}.home .chk.ok .box{background:var(--ok);border-color:var(--ok);color:#fff}.home .tral-cta{margin-top:28px}.home .calc{background:var(--paper)}.home .calc-box{margin-top:44px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #10283712}.home .calc-head{padding:22px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.home .calc-head .lbl{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--mut2);letter-spacing:.04em}.home .calc-head .mdl{font-family:Fraunces,serif;font-size:18px;color:var(--ink);font-weight:600}.home .calc-body{display:grid;grid-template-columns:1.3fr 1fr}@media(max-width:820px){.home .calc-body{grid-template-columns:1fr}}.home .calc-rows{padding:26px 32px}.home .crow{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.home .crow:last-child{border-bottom:none}.home .crow .l{color:var(--mut);display:flex;align-items:center;gap:10px}.home .crow .l .i{width:24px;height:24px;border-radius:7px;background:var(--paper);display:grid;place-items:center;font-size:12px}.home .crow .v{font-family:JetBrains Mono,monospace;font-weight:600;font-size:13px;color:var(--azure-d)}.home .calc-right{background:var(--sand);padding:30px;display:flex;flex-direction:column;justify-content:center;gap:18px}.home .cr .l{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--mut2);margin-bottom:7px;letter-spacing:.04em}.home .bar{height:46px;border-radius:10px;display:flex;align-items:center;padding:0 15px;font-family:JetBrains Mono,monospace;font-weight:600;font-size:14px;color:#fff;white-space:nowrap}.home .bar-here{background:var(--sand2);color:var(--mut)}.home .calc-box.paragon{display:grid;grid-template-columns:.85fr 1.15fr}.home .calc-photo{position:relative;min-height:340px;overflow:hidden}.home .calc-photo img{width:100%;height:100%;object-fit:cover;display:block}.home .calc-photo-cap{position:absolute;left:14px;bottom:14px;font-family:JetBrains Mono,monospace;font-size:11px;color:#fff;background:#0a101599;padding:5px 11px;border-radius:6px}.home .calc-main{display:flex;flex-direction:column}.home .calc-body-1col{grid-template-columns:1fr}@media(max-width:820px){.home .calc-box.paragon{grid-template-columns:1fr}.home .calc-photo{min-height:240px}}.home .bar-us{background:linear-gradient(90deg,var(--azure-d),var(--azure))}.home .cr-save{text-align:center;padding:22px 18px;border-radius:14px;background:#1f9d6b24;border:1px solid rgba(31,157,107,.34)}.home .cr-save-l{display:block;font-size:13px;color:var(--ink);font-weight:600;margin-bottom:6px}.home .cr-save b{display:inline-flex;align-items:baseline;justify-content:center;gap:10px;font-family:Fraunces,serif;color:#137a55;font-weight:700;line-height:1}.home .cr-save-n{font-size:clamp(52px,6.5vw,68px);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.home .cr-save-u{font-size:22px;font-weight:600}.home .calc-note{padding:15px 28px;border-top:1px solid var(--line);font-family:JetBrains Mono,monospace;font-size:11px;color:var(--mut2);line-height:1.5}.home .calc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.home .cat{background:linear-gradient(180deg,var(--ivory),#fff)}.home .cat-filters{display:flex;gap:9px;flex-wrap:wrap;margin:34px 0 30px}.home .cfb{font-family:JetBrains Mono,monospace;font-size:12px;padding:9px 16px;border-radius:30px;border:1px solid var(--line);background:#fff;color:var(--mut);cursor:pointer;transition:.2s}.home .cfb:hover{border-color:var(--azure)}.home .cfb.active{background:var(--ink);color:#fff;border-color:var(--ink);font-weight:700}.home .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1080px){.home .cat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:780px){.home .cat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.home .cat-grid{grid-template-columns:1fr}}.home .scard{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.home .scard:hover{transform:translateY(-5px);box-shadow:0 22px 50px #1028371f;border-color:var(--azure)}.home .scard-img{aspect-ratio:4/3;position:relative;overflow:hidden;background:linear-gradient(155deg,var(--graphite),var(--ink))}.home .scard-img img{width:100%;height:100%;object-fit:cover;display:block}.home .swatch{position:absolute;bottom:10px;right:10px;font-family:JetBrains Mono,monospace;font-size:9px;color:#fff;background:#10283780;padding:3px 7px;border-radius:4px;max-width:70%;text-align:right;z-index:3}.home .cls-badge{position:absolute;top:10px;left:10px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:500;letter-spacing:.04em;padding:4px 9px;border-radius:5px;text-transform:uppercase;z-index:3;background:#1d8fc4e6;color:#fff}.home .scard-b{padding:17px;display:flex;flex-direction:column;flex:1}.home .scard-b h3{font-family:Fraunces,serif;font-size:17px;font-weight:600;margin-bottom:11px;color:var(--ink)}.home .sc-prices{font-family:JetBrains Mono,monospace;font-size:12px;display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.home .sc-prices .r{display:flex;justify-content:space-between}.home .sc-prices .r span{color:var(--mut2)}.home .sc-prices .us{color:var(--azure-d);font-weight:600}.home .sc-prices .ru{color:var(--mut);text-decoration:line-through;opacity:.7}.home .sc-save{font-family:JetBrains Mono,monospace;font-size:11.5px;color:var(--ok);font-weight:600;border-top:1px solid var(--line);padding-top:10px;margin-bottom:12px}.home .sc-cta{margin-top:auto;display:block;text-align:center;background:var(--sand);border:1px solid var(--line);color:var(--ink);padding:10px;border-radius:8px;font-weight:700;font-size:13px;transition:.2s}.home .scard:hover .sc-cta{background:var(--gold);border-color:var(--gold)}.home .boats{background:#fff}.home .boat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}@media(max-width:980px){.home .boat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.home .boat-grid{grid-template-columns:1fr}}.home .bcard{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.home .bcard:hover{transform:translateY(-5px);box-shadow:0 22px 50px #1028371f;border-color:var(--azure)}.home .bcard-img{aspect-ratio:16/10;position:relative;overflow:hidden;background:linear-gradient(155deg,var(--graphite),var(--ink))}.home .bcard-img img{width:100%;height:100%;object-fit:cover;display:block}.home .bcard-cls{position:absolute;bottom:10px;left:12px;font-family:JetBrains Mono,monospace;font-size:10px;color:#fff;letter-spacing:.05em;background:#1028378c;padding:4px 9px;border-radius:5px;z-index:2}.home .bcard-b{padding:18px;display:flex;flex-direction:column;flex:1}.home .bcard-b h3{font-family:Fraunces,serif;font-size:18px;margin-bottom:4px;color:var(--ink);font-weight:600}.home .bcard-len{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--mut2);margin-bottom:12px}.home .bcard-row{display:flex;justify-content:space-between;font-family:JetBrains Mono,monospace;font-size:12px;padding:5px 0}.home .bcard-row span{color:var(--mut2)}.home .bcard-row .us{color:var(--azure-d);font-weight:600}.home .bcard-why{margin-top:10px;font-size:12px;color:var(--ok);font-weight:600}.home .bcard-cta{margin-top:auto;padding-top:14px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--azure-d);font-weight:600}.home .route{display:block;background:var(--graphite);color:#fff}.home .route .tagline{color:var(--azure-l)}.home .route .sec-h{color:#fff}.home .route .sec-sub{color:#ffffffb8}.home .route-wrap{display:block;margin-top:40px}.home .routemap{position:relative;width:100%;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 70px #0006;aspect-ratio:16/9;background:#0a1a28}@media(max-width:700px){.home .routemap{aspect-ratio:3/4}}.home .routemap .mapimg{position:absolute;inset:0;background:var(--map-img) center/cover;filter:brightness(1) contrast(1.05)}.home .routemap .maptint{position:absolute;inset:0;background:linear-gradient(180deg,#0a142000 68%,#0a14208c 86%,#0a1420eb);z-index:1}.home .routemap svg{position:absolute;inset:0;width:100%;height:100%;z-index:2}.home .map-country{position:absolute;transform:translate(-50%,-50%);z-index:2;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.12em;color:#ffffff52;pointer-events:none;font-weight:500;text-transform:uppercase}@media(max-width:700px){.home .map-country{font-size:8px}}.home .rmark-on{transition:opacity .4s}.home .rmark.on .rmark-on{opacity:1;animation:markpulse 2s ease-out infinite}@keyframes markpulse{0%{r:7;opacity:.9}to{r:16;opacity:0}}.home #rTral{transition:none}.home #rTral.flash rect:first-of-type{animation:tralflash .7s ease}@keyframes tralflash{0%{fill:var(--gold)}to{fill:#fff}}.home .stage-lbl{position:absolute;z-index:5;text-align:center;pointer-events:none;opacity:.4;transition:.45s cubic-bezier(.3,.8,.3,1)}.home .stage-lbl b{display:block;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:700;color:#fffc;white-space:nowrap;background:#0a1420bf;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:5px 11px;transition:.4s}.home .stage-lbl span{display:inline-block;margin-top:5px;font-family:JetBrains Mono,monospace;font-size:9.5px;color:#8aa0ad;background:#0a142099;padding:2px 7px;border-radius:5px;opacity:0;transform:translateY(-4px);transition:.4s}.home .stage-lbl.on{opacity:1}.home .stage-lbl.on b{color:#fff;border-color:#c9a24a80;box-shadow:0 0 16px #c9a24a40}.home .stage-lbl.on span{opacity:1;transform:none;color:var(--ok)}.home .stage-lbl.current b{background:var(--gold);color:var(--ink);border-color:var(--gold)}.home .route-strip{position:absolute;left:0;right:0;top:0;z-index:6;display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:linear-gradient(180deg,rgba(8,16,26,.96),rgba(8,16,26,.6) 65%,transparent);padding:22px 18px 30px;border-radius:20px 20px 0 0}@media(max-width:700px){.home .route-strip{grid-template-columns:1fr 1fr;gap:8px;position:static;background:#1d2730;border-radius:0 0 20px 20px}}.home .rstep3{padding:0 16px;border-left:1px solid rgba(255,255,255,.1);opacity:.32;transition:.5s cubic-bezier(.3,.8,.3,1);border-top:2px solid transparent}.home .rstep3:first-child{border-left:none}.home .rstep3.on{opacity:1}.home .rstep3.on b{color:var(--gold)}.home .rstep3.current{border-top-color:var(--gold);background:linear-gradient(180deg,rgba(201,162,74,.1),transparent)}.home .rstep3 .dot{width:11px;height:11px;border-radius:50%;background:#fff3;margin-bottom:10px;transition:.4s;position:relative}.home .rstep3.on .dot{background:var(--gold);box-shadow:0 0 0 4px #c9a24a40,0 0 14px var(--gold)}.home .rstep3 b{display:block;font-size:13.5px;color:#ffffffd9;font-weight:600;margin-bottom:3px;transition:.4s}.home .rstep3 span{font-size:11px;color:#8aa0ad;font-family:JetBrains Mono,monospace}.home .rstep3 .chk{font-size:10.5px;color:var(--ok);font-family:JetBrains Mono,monospace;opacity:0;transition:.4s;display:block;margin-top:4px}.home .rstep3.on .chk{opacity:1}@media(max-width:700px){.home .routemap{aspect-ratio:auto;border:none;box-shadow:none;background:transparent;overflow:visible}.home .routemap .mapimg,.home .routemap .maptint,.home .routemap>svg,.home .stage-lbl,.home .map-country{display:none}.home .route-strip{position:static;display:flex;flex-direction:column;gap:0;background:transparent;padding:0;border-radius:0}.home .rstep3{opacity:1;padding:0 0 24px 24px;margin-left:6px;border-left:2px solid rgba(201,162,74,.35);border-top:none;position:relative}.home .rstep3:last-child{border-left-color:transparent;padding-bottom:0}.home .rstep3.current{background:none}.home .rstep3 .dot{position:absolute;left:-7px;top:1px;margin:0;width:12px;height:12px;background:var(--gold);box-shadow:0 0 0 4px #c9a24a33}.home .rstep3 b{color:#fff;font-size:15px}.home .rstep3 span{color:#8aa0ad}.home .rstep3 .chk{opacity:1}}.home .terms{background:linear-gradient(180deg,var(--paper),#fff)}.home .terms-track{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}@media(max-width:880px){.home .terms-track{grid-template-columns:1fr 1fr}}@media(max-width:520px){.home .terms-track{grid-template-columns:1fr}}.home .tcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s}.home .tcard:hover{box-shadow:0 18px 40px #1028371a;border-color:var(--azure-l)}.home .tcard .ph{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--azure-d);letter-spacing:.05em;margin-bottom:14px}.home .tcard .days{font-family:Fraunces,serif;font-weight:600;font-size:30px;color:var(--ink);line-height:1;margin-bottom:6px;font-variant-numeric:tabular-nums}.home .tcard .days span{font-size:15px;color:var(--mut)}.home .tcard h3{font-family:Fraunces,serif;font-size:16px;font-weight:600;color:var(--ink);margin-bottom:6px}.home .tcard p{font-size:13px;color:var(--mut)}.home .terms-note{margin-top:24px;text-align:center;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--mut2)}.home .terms-cta{text-align:center;margin-top:24px}.home .cat-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.home .exp{background:linear-gradient(180deg,var(--paper),#fff)}.home .dv-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:14px}.home .dv-badge{display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--gold);border:1px solid rgba(201,162,74,.4);border-radius:30px;padding:8px 16px;background:#c9a24a14}.home .case-figs{display:flex;flex-wrap:wrap;gap:30px;align-items:flex-end;margin:30px 0 8px}.home .cfig{display:flex;flex-direction:column;gap:6px}.home .cfig .v{font-family:Fraunces,serif;font-weight:600;font-size:clamp(40px,6vw,64px);line-height:1;color:var(--ink);font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline}.home .cfig .v small{font-size:20px;color:var(--mut);margin-left:6px;font-weight:500}.home .cfig.save .v{color:var(--gold-d)}.home .cfig .u{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--mut)}.home .cfig-sep{align-self:center;font-size:22px;color:#10182047}.home .exp-photos{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0 8px}@media(max-width:880px){.home .exp-photos{grid-template-columns:1fr 1fr}}.home .exp-photo{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line2);aspect-ratio:4/3}.home .exp-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}.home .exp-photo:hover img{transform:scale(1.06)}.home .exp-photo .cap{position:absolute;left:0;right:0;bottom:0;padding:12px 12px 10px;background:linear-gradient(0deg,rgba(8,16,26,.9),transparent);font-size:11.5px;color:#fff;font-weight:600;line-height:1.3}.home .exp-vh{font-family:Fraunces,serif;font-weight:500;font-size:22px;color:var(--ink);margin:34px 0 4px}.home .exp-vh span{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--gold);font-weight:400}.home .dv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}@media(max-width:980px){.home .dv-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.home .dv-grid{grid-template-columns:1fr 1fr}}.home .dv-card{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line2);aspect-ratio:9/16;background:#0c1c26;cursor:pointer;transition:.3s}.home .dv-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #10283729}.home .dv-card video,.home .dv-card .poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home .dv-card .poster{transition:.3s;z-index:1}.home .dv-card.playing .poster{opacity:0;pointer-events:none}.home .dv-card video{z-index:0}.home .dv-play{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;transition:.3s}.home .dv-card.playing .dv-play{opacity:0;pointer-events:none}.home .dv-play .btn{width:56px;height:56px;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;box-shadow:0 6px 20px #0000004d;transition:.2s}.home .dv-card:hover .dv-play .btn{transform:scale(1.1);background:var(--gold)}.home .dv-play .btn svg{width:22px;height:22px;margin-left:3px;fill:var(--ink)}.home .dv-cap{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:14px 14px 12px;background:linear-gradient(0deg,rgba(8,16,26,.9),transparent);pointer-events:none}.home .dv-cap b{display:block;font-size:12.5px;color:#fff;font-weight:600;line-height:1.3;margin-bottom:3px}.home .dv-cap span{font-family:JetBrains Mono,monospace;font-size:9.5px;color:var(--gold)}.home .exp-points{list-style:none;display:flex;flex-direction:column;gap:18px;margin-top:30px}.home .exp-points li{display:flex;gap:14px;font-size:15px;color:#101820d1}.home .exp-points .i{color:var(--gold-d);flex-shrink:0;font-size:18px}.home .exp-points b{color:var(--ink)}.home .exp-cta{margin-top:30px}.home .about{background:var(--ivory)}.home .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;margin-top:46px;align-items:center}@media(max-width:920px){.home .about-grid{grid-template-columns:1fr;gap:34px}}.home .about-photo{border-radius:20px;overflow:hidden;aspect-ratio:4/5;position:relative;border:1px solid var(--line)}.home .about-photo img{width:100%;height:100%;object-fit:cover;display:block}.home .about-photo .cap{position:absolute;bottom:14px;left:16px;z-index:3;font-family:JetBrains Mono,monospace;font-size:11px;color:#fff;background:#10283780;padding:5px 11px;border-radius:6px}.home .about-text h3{font-family:Fraunces,serif;font-size:clamp(24px,3vw,34px);font-weight:500;color:var(--ink);margin-bottom:18px;letter-spacing:-.02em}.home .about-text h3 em{font-style:italic;color:var(--azure-d)}.home .about-text p{font-size:16px;color:var(--mut);margin-bottom:16px}.home .safety{background:linear-gradient(180deg,#fff,var(--paper))}.home .safe-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}@media(max-width:820px){.home .safe-keys{grid-template-columns:1fr;gap:12px}}.home .sk{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:20px 22px;box-shadow:0 14px 40px -30px #10283780}.home .sk-i{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:#c9a24a1f;border:1px solid rgba(201,162,74,.3);display:grid;place-items:center;color:var(--gold-d)}.home .sk-i svg{width:23px;height:23px}.home .sk-t{display:flex;flex-direction:column;gap:3px}.home .sk-t b{font-size:15px;color:var(--ink);font-weight:700;line-height:1.2}.home .sk-t span{font-size:12.5px;color:var(--mut);line-height:1.4}.home .guarantees .g-eyebrow{display:inline-block;font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-d);margin-bottom:10px}.home .safety-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;margin-top:40px;align-items:start}@media(max-width:920px){.home .safety-grid{grid-template-columns:1fr;gap:36px}}.home .pay-steps{display:flex;flex-direction:column;gap:0}.home .pstep{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--line2);position:relative}.home .pstep:last-child{border-bottom:none}.home .pstep .n{flex-shrink:0;width:38px;height:38px;border-radius:11px;background:var(--sand);border:1px solid var(--line2);display:grid;place-items:center;font-family:JetBrains Mono,monospace;font-weight:600;color:var(--azure-d);font-size:14px}.home .pstep h3{font-family:Fraunces,serif;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:5px}.home .pstep p{font-size:14px;color:var(--mut)}.home .pstep .pct{margin-left:auto;font-family:Fraunces,serif;font-weight:600;font-size:22px;color:var(--gold);flex-shrink:0}.home .guarantees{background:#fff;border:1px solid var(--line2);border-radius:16px;padding:30px;box-shadow:0 16px 44px -30px #10283780}.home .guarantees h3{font-family:Fraunces,serif;font-size:18px;color:var(--ink);margin-bottom:18px;font-weight:600}.home .glist{list-style:none;display:flex;flex-direction:column;gap:14px}.home .glist li{display:flex;gap:12px;font-size:14px;color:#101820d1;line-height:1.5}.home .glist .i{flex-shrink:0;width:24px;height:24px;border-radius:7px;background:#1f9d6b2e;color:var(--ok);display:grid;place-items:center;font-size:13px;font-weight:700}.home .faq{background:linear-gradient(180deg,#fff,var(--ivory))}.home .faq-list{margin-top:42px;max-width:860px;margin-inline:auto}.home .qa{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;background:#fff;overflow:hidden}.home .qa summary{cursor:pointer;padding:20px 24px;font-family:Fraunces,serif;font-weight:600;font-size:18px;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}.home .qa summary::-webkit-details-marker{display:none}.home .qa summary:after{content:"+";font-family:Inter Tight,sans-serif;font-size:24px;color:var(--azure-d);transition:.2s}.home .qa[open] summary:after{content:"−"}.home .qa .a{padding:0 24px 22px;font-size:15px;color:var(--mut);line-height:1.65}.home .faq-cta{text-align:center;margin-top:30px}.home .route{position:relative}.home .route:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px}.home .route .wrap{position:relative;z-index:2}.home .ex-card .ov,.home .exp-photo .cap{z-index:2}@media(max-width:768px){.home .hero-photo img,.home .hero.loaded .hero-photo img{animation:none!important;will-change:auto}.home .hero-dust,.home .hero-glow,.home .hero-road,.home .hero-route{display:none!important}.home .hero:after{animation:none!important;display:none}.home .dcard .scene,.home .dcard-img,.home .hero .btn-pri,.home .choose .hc-boats,.home .showcase-media .boat,.home .showcase-media .sun{animation:none!important}.home .scrollcue{display:none}.home .route:after{display:none}}@media(prefers-reduced-motion:reduce){.home .hero-photo,.home .hero.loaded .hero-photo img,.home .hero:after,.home .dcard .scene,.home .dcard-img,.home .showcase-media .boat,.home .showcase-media .sun{animation:none!important}.home .hero-lead,.home .hero-choice,.home .hero h1 .line>span{opacity:1!important;transform:none!important;transition:none!important}.home .scrollcue:before,.home .hero-dust span{animation:none!important}}
