:root{
  --bg:#f8f6f1;--surface:#fffdfa;--surface-2:#f2eee6;--text:#171717;--muted:#66615a;--red:#d52d2f;--red-2:#b91f22;--line:rgba(23,23,23,.11);--shadow:0 16px 40px rgba(28,22,14,.10);--radius:28px;--max:1180px;--header:76px;color-scheme:light
}
html[data-theme="dark"]{--bg:#11100f;--surface:#181715;--surface-2:#201e1b;--text:#f4f0e9;--muted:#b8b1a7;--red:#e34848;--red-2:#ff5858;--line:rgba(255,255,255,.12);--shadow:0 18px 50px rgba(0,0,0,.35);color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:fixed;left:12px;top:-50px;z-index:9999;background:var(--text);color:var(--bg);padding:10px 14px;border-radius:10px}.skip-link:focus{top:12px}.shell{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.site-header{height:var(--header);width:min(calc(100% - 28px),var(--max));margin:0 auto;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;position:relative;z-index:40}.brand{display:inline-flex;align-items:center;gap:10px;justify-self:center}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:var(--red)}.brand-mark svg{width:100%;height:100%;fill:currentColor}.brand-mark.small{width:32px;height:32px}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:20px;letter-spacing:-.04em}.brand-copy small{margin-top:5px;font-size:8px;letter-spacing:.34em;color:var(--muted)}.header-actions{display:flex;gap:4px}.icon-button{width:42px;height:42px;border:0;background:transparent;color:var(--text);display:grid;place-items:center;border-radius:50%;cursor:pointer}.icon-button:hover{background:var(--surface-2)}.icon-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.menu-button{display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-button span{width:24px;height:2px;background:currentColor;border-radius:4px;transition:.3s}.menu-button span:nth-child(2){width:17px}.nav-drawer{position:fixed;inset:0 auto 0 0;width:min(88vw,390px);z-index:120;background:var(--surface);padding:24px;transform:translateX(-102%);transition:transform .55s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.nav-drawer.is-open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-title{font-size:28px;font-weight:800}.drawer-head .icon-button{font-size:34px}.nav-drawer nav{display:flex;flex-direction:column;margin-top:45px}.nav-drawer nav a{font-size:26px;font-weight:700;padding:17px 0;border-bottom:1px solid var(--line);letter-spacing:-.03em}.drawer-tools{margin-top:auto;display:grid;gap:12px}.theme-toggle,.drawer-cta{border:1px solid var(--line);padding:16px 18px;border-radius:16px;background:var(--surface-2);color:var(--text);display:flex;justify-content:space-between}.drawer-cta{background:var(--red);color:#fff;border:0;font-weight:800;justify-content:center}.page-scrim{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:110;opacity:0;pointer-events:none;transition:.35s}.page-scrim.is-open{opacity:1;pointer-events:auto}.product-hero{padding-bottom:26px}.hero-card{min-height:720px;border-radius:32px;overflow:hidden;position:relative;background:#ded8ce;box-shadow:var(--shadow);isolation:isolate}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:57% center;transform:scale(1.035);transition:transform 1.4s ease}.hero-card:hover .hero-media{transform:scale(1.065)}.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,248,242,.98) 0%,rgba(251,248,242,.92) 39%,rgba(251,248,242,.37) 65%,rgba(251,248,242,.04) 100%),linear-gradient(0deg,rgba(248,246,241,.88),transparent 35%)}html[data-theme="dark"] .hero-wash{background:linear-gradient(90deg,rgba(17,16,15,.98) 0%,rgba(17,16,15,.88) 42%,rgba(17,16,15,.22) 72%,transparent 100%),linear-gradient(0deg,rgba(17,16,15,.82),transparent 40%)}.hero-content{position:relative;z-index:2;padding:58px 30px 35px;max-width:650px;min-height:720px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-kicker{display:inline-flex;padding:9px 13px;border-radius:999px;border:1px solid color-mix(in srgb,var(--red) 32%,transparent);background:color-mix(in srgb,var(--surface) 78%,transparent);backdrop-filter:blur(12px);font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--red)}h1{font-size:clamp(44px,8vw,74px);line-height:.98;letter-spacing:-.065em;margin:24px 0 20px;max-width:720px}.hero-description{font-size:clamp(17px,2.1vw,23px);line-height:1.55;max-width:560px;margin:0;color:color-mix(in srgb,var(--text) 82%,transparent)}.hero-price{display:flex;flex-direction:column;margin-top:30px}.hero-price span{font-size:17px}.hero-price strong{font-size:44px;color:var(--red);letter-spacing:-.04em;margin-top:4px}.hero-price small{font-size:23px}.hero-actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.button{border:0;border-radius:16px;min-height:58px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:800;cursor:pointer;transition:transform .25s,box-shadow .25s,background .25s}.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-primary{background:linear-gradient(135deg,var(--red),var(--red-2));color:#fff;box-shadow:0 13px 30px color-mix(in srgb,var(--red) 28%,transparent)}.button-secondary{background:color-mix(in srgb,var(--surface) 83%,transparent);border:1px solid color-mix(in srgb,var(--red) 65%,transparent);color:var(--red);backdrop-filter:blur(14px)}.button.wide{width:100%}.hero-trust{margin-top:26px;display:flex;align-items:center;gap:10px;font-size:15px}.hero-trust svg{width:23px;height:23px;fill:none;stroke:var(--red);stroke-width:1.8}.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.35);z-index:1;pointer-events:none;animation:orbit 8s ease-in-out infinite}.hero-orbit-a{width:240px;height:240px;right:-130px;top:40px}.hero-orbit-b{width:100px;height:100px;right:20%;bottom:-58px;animation-delay:-3s}@keyframes orbit{50%{transform:translateY(12px) rotate(12deg);opacity:.5}}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{font-size:clamp(30px,5vw,48px);letter-spacing:-.055em;margin:0}.section-heading a{color:var(--red);font-weight:800}.section-heading.compact{align-items:center}.section-heading.compact .eyebrow{color:var(--red);font-weight:800;font-size:11px;letter-spacing:.15em}.editorial,.cities,.travel,.guides,.about{padding-top:44px}.editorial-slider{height:min(72vh,650px);min-height:520px;border-radius:30px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.editorial-slide{position:absolute;inset:0;opacity:0;transform:scale(1.035);transition:opacity .7s,transform 1.1s;pointer-events:none}.editorial-slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}.editorial-slide img{width:100%;height:100%;object-fit:cover}.editorial-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.05) 75%),linear-gradient(0deg,rgba(0,0,0,.42),transparent 45%)}.editorial-copy{position:absolute;left:28px;bottom:42px;color:white;max-width:590px}.editorial-copy span,.travel-copy span{display:inline-flex;background:var(--red);padding:7px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em}.editorial-copy h3{font-size:clamp(42px,8vw,72px);line-height:.98;letter-spacing:-.06em;margin:18px 0 12px}.editorial-copy p{font-size:18px;line-height:1.45;max-width:500px;margin:0 0 22px;color:rgba(255,255,255,.85)}.editorial-copy a,.travel-copy a{display:inline-flex;background:white;color:#191919;border-radius:999px;padding:14px 20px;font-weight:800;gap:20px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);background:rgba(255,255,255,.88);padding:8px 11px;border-radius:999px;display:flex;gap:7px;backdrop-filter:blur(10px)}.slider-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#ddd;cursor:pointer;padding:0}.slider-dots button.is-active{background:var(--red)}.city-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,30%);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:none;cursor:grab}.city-rail::-webkit-scrollbar{display:none}.city-rail.is-dragging{cursor:grabbing;scroll-snap-type:none}.city-card{height:430px;border-radius:24px;overflow:hidden;position:relative;scroll-snap-align:start;background:#222;box-shadow:var(--shadow)}.city-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.city-card:hover img{transform:scale(1.05)}.city-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86),transparent 62%)}.city-copy{position:absolute;left:20px;right:56px;bottom:18px;color:#fff}.city-copy h3{font-size:32px;letter-spacing:-.04em;margin:0 0 8px}.city-copy p{display:flex;gap:8px;margin:0;font-size:14px;line-height:1.35;color:rgba(255,255,255,.84)}.city-copy svg{width:18px;min-width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.city-card>a{position:absolute;right:16px;bottom:16px;width:42px;height:42px;border-radius:50%;background:white;color:#111;display:grid;place-items:center;font-size:21px}.travel-feature{height:560px;border-radius:30px;overflow:hidden;position:relative;box-shadow:var(--shadow);background:#50665a}.travel-feature img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 1.3s}.travel-feature:hover img{transform:scale(1)}.travel-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.06) 70%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%)}.travel-copy{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#fff;max-width:520px}.travel-copy h2{font-size:clamp(48px,9vw,84px);line-height:.94;letter-spacing:-.065em;margin:18px 0 14px}.travel-copy p{font-size:21px;line-height:1.45;margin:0 0 24px;max-width:430px}.travel-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:7px}.travel-dots i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.6)}.travel-dots i:first-child{background:var(--red)}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.04)}.guide-card img{width:100%;height:220px;object-fit:cover;transition:transform .7s}.guide-card:hover img{transform:scale(1.04)}.guide-card>div{padding:18px;position:relative;min-height:190px}.guide-card span{color:var(--red);font-size:11px;font-weight:900}.guide-card h3{font-size:25px;letter-spacing:-.04em;margin:9px 0}.guide-card p{color:var(--muted);line-height:1.5;margin:0 40px 0 0}.guide-card a{position:absolute;right:18px;bottom:18px;font-size:23px}.about-card{display:grid;grid-template-columns:1.15fr .85fr;gap:0;border-radius:30px;overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.about-media{min-height:500px;position:relative}.about-media img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(0,0,0,.32);color:#fff;font-size:27px;backdrop-filter:blur(10px)}.about-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}.about-copy span{color:var(--red);font-weight:900;font-size:11px;letter-spacing:.15em}.about-copy h2{font-size:clamp(36px,5vw,54px);line-height:1;letter-spacing:-.055em;margin:18px 0}.about-copy p{font-size:18px;line-height:1.6;color:var(--muted)}.about-copy a{font-weight:900;color:var(--red);margin-top:18px}.trust-strip{margin-top:44px;margin-bottom:60px;border:1px solid var(--line);background:var(--surface);border-radius:26px;display:grid;grid-template-columns:repeat(4,1fr);padding:28px 14px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.trust-strip>div{padding:12px 20px;text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center}.trust-strip>div:last-child{border:0}.trust-strip svg{width:42px;height:42px;fill:none;stroke:var(--red);stroke-width:1.5;margin-bottom:12px}.trust-strip strong{font-size:16px}.trust-strip span{font-size:13px;color:var(--muted);line-height:1.4;margin-top:5px}.site-footer{border-top:1px solid var(--line);padding:30px 0 50px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand>div{display:flex;flex-direction:column}.footer-brand span{color:var(--muted);font-size:13px}.site-footer p{color:var(--muted);font-size:13px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.75,.25,1)}.reveal.is-visible{opacity:1;transform:none}
/* dialogs */
dialog{border:0;padding:0}dialog::backdrop{background:rgba(5,5,5,.76);backdrop-filter:blur(8px)}.product-experience{width:100vw;max-width:none;height:100dvh;max-height:none;background:#0e1012;color:#f8f8f6;overflow:hidden}.experience-shell{min-height:100%;display:grid;grid-template-rows:auto auto 1fr auto;background:radial-gradient(circle at 80% 10%,rgba(213,45,47,.18),transparent 30%),linear-gradient(145deg,#0b0d0f,#151719)}.experience-header{padding:calc(18px + env(safe-area-inset-top)) 20px 12px;display:flex;justify-content:space-between;align-items:center}.experience-header>div{display:flex;flex-direction:column}.experience-header strong{font-size:20px;letter-spacing:.03em}.experience-header span{font-size:12px;color:#aaa}.experience-close,.match-close{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:white;font-size:30px}.story-progress{display:flex;gap:6px;padding:0 20px 14px}.story-progress i{height:3px;flex:1;background:rgba(255,255,255,.22);border-radius:10px;overflow:hidden}.story-progress i.is-active{background:var(--red)}.story-stage{position:relative;overflow:hidden}.story-panel{position:absolute;inset:0;overflow-y:auto;padding:24px 20px 110px;opacity:0;transform:translateX(10%);pointer-events:none;transition:opacity .45s,transform .55s cubic-bezier(.2,.8,.2,1)}.story-panel.is-active{opacity:1;transform:none;pointer-events:auto}.story-heading{display:flex;gap:14px;align-items:flex-start;max-width:940px;margin:0 auto 26px}.story-heading>span{color:var(--red);font-weight:900;margin-top:7px}.story-heading h2{font-size:clamp(34px,7vw,62px);letter-spacing:-.055em;margin:0}.story-heading p{color:#aaa;font-size:16px;margin:7px 0 0}.video-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,330px);justify-content:center;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.video-rail::-webkit-scrollbar{display:none}.video-card{scroll-snap-align:center;position:relative}.video-card video{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:24px;background:#111;border:1px solid rgba(255,255,255,.17)}.video-card>span{display:block;text-align:center;margin-top:8px;color:#ddd;font-weight:700}.video-note{max-width:720px;text-align:center;color:#888;font-size:13px;line-height:1.5;margin:20px auto 0}.feature-list,.steps,.clarity-cards,.boundary-grid{max-width:850px;margin:0 auto}.feature-list{display:grid;gap:10px}.feature-list article{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px}.feature-list b{width:48px;height:48px;border-radius:14px;border:1px solid rgba(213,45,47,.4);display:grid;place-items:center;color:#ff5b5d;font-size:22px}.feature-list h3,.steps h3,.clarity-cards h3,.boundary-grid h3{margin:0;font-size:20px}.feature-list p,.steps p,.clarity-cards p{color:#aaa;margin:5px 0 0;line-height:1.45}.steps{list-style:none;padding:0;display:grid;gap:12px}.steps li{display:flex;align-items:flex-start;gap:15px;padding:18px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.steps li>span{width:34px;height:34px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-weight:900}.boundary-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.boundary-grid article{border-radius:22px;padding:23px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.boundary-grid article.positive{background:linear-gradient(145deg,rgba(213,45,47,.18),rgba(255,255,255,.04))}.boundary-grid ul{padding-left:18px;color:#bbb;line-height:1.7}.clarity-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.clarity-cards article{padding:20px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.story-final{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:680px;margin:auto}.final-badge{border:1px solid rgba(213,45,47,.5);color:#ff6f70;border-radius:999px;padding:8px 14px;font-weight:800}.story-final h2{font-size:clamp(56px,14vw,100px);color:#fff;margin:20px 0 8px;letter-spacing:-.06em}.story-final h2 small{font-size:.3em}.story-final p{font-size:18px;color:#aaa;line-height:1.6}.story-final .button{max-width:500px;margin-top:22px}.short-rules{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px}.short-rules span{font-size:12px;color:#aaa;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px}.story-controls{position:fixed;left:0;right:0;bottom:0;z-index:3;padding:12px 18px calc(12px + env(safe-area-inset-bottom));display:flex;justify-content:space-between;align-items:center;background:linear-gradient(0deg,#0d0f11 65%,transparent)}.story-controls button{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:11px 16px}.story-controls>span{font-size:13px;color:#999}.match-dialog,.search-dialog{width:min(calc(100% - 24px),650px);border-radius:28px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.match-shell{padding:28px;min-height:520px;position:relative}.match-close{position:absolute;right:18px;top:18px;color:var(--text);border-color:var(--line);background:var(--surface-2)}.match-progress{display:flex;gap:6px;margin:8px 60px 40px 0}.match-progress i{height:4px;flex:1;background:var(--line);border-radius:10px}.match-progress i.is-active{background:var(--red)}.match-step{display:none}.match-step.is-active{display:block;animation:stepIn .45s both}@keyframes stepIn{from{opacity:0;transform:translateY(14px)}}.match-number{color:var(--red);font-weight:900}.match-step h2{font-size:clamp(30px,6vw,48px);line-height:1.08;letter-spacing:-.05em;margin:14px 0 18px}.match-step p{color:var(--muted)}.answer-grid{display:grid;gap:12px}.answer-grid button,.match-next{border:1px solid var(--line);background:var(--surface-2);color:var(--text);padding:18px;border-radius:16px;font-weight:800;text-align:left}.answer-grid button:hover{border-color:var(--red);color:var(--red)}.match-step input,.match-step textarea{width:100%;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:16px;padding:17px;outline:none}.match-step input:focus,.match-step textarea:focus{border-color:var(--red)}.match-next{margin-top:14px;width:100%;text-align:center;background:var(--red);color:#fff;border:0}.match-result{text-align:center}.result-icon{width:72px;height:72px;border-radius:50%;background:#dcf7df;color:#16812d;display:grid;place-items:center;font-size:34px;margin:20px auto}.restart-button{border:0;background:none;color:var(--muted);margin-top:16px}.search-shell{padding:24px}.search-shell>button{float:right;border:0;background:none;font-size:30px;color:var(--text)}.search-shell label{display:block;font-size:26px;font-weight:900;margin:12px 0 20px}.search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:16px;padding:0 15px;background:var(--surface-2)}.search-box svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.search-box input{width:100%;height:56px;border:0;background:transparent;color:var(--text);outline:none}.popular-searches{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.popular-searches span{width:100%;font-size:12px;color:var(--muted)}.popular-searches a{padding:9px 12px;background:var(--surface-2);border-radius:999px;font-size:13px}
@media(max-width:760px){:root{--header:70px;--radius:22px}.shell{width:min(calc(100% - 22px),var(--max))}.brand-copy strong{font-size:18px}.brand-mark{width:32px;height:32px}.account-button{display:none}.hero-card{min-height:680px;border-radius:26px}.hero-media{object-position:62% center}.hero-wash{background:linear-gradient(90deg,rgba(251,248,242,.98) 0%,rgba(251,248,242,.88) 51%,rgba(251,248,242,.12) 100%),linear-gradient(0deg,rgba(248,246,241,.96),transparent 48%)}html[data-theme="dark"] .hero-wash{background:linear-gradient(90deg,rgba(17,16,15,.98) 0%,rgba(17,16,15,.88) 53%,rgba(17,16,15,.08) 100%),linear-gradient(0deg,rgba(17,16,15,.96),transparent 48%)}.hero-content{min-height:680px;padding:38px 20px 26px;justify-content:flex-end}.hero-kicker{font-size:8px}.hero-content h1{font-size:44px;max-width:355px;margin:17px 0 14px}.hero-description{font-size:16px;max-width:340px}.hero-price{margin-top:20px}.hero-price strong{font-size:37px}.hero-price span{font-size:14px}.hero-actions{display:grid;width:100%;gap:9px;margin-top:18px}.button{min-height:55px;padding:0 16px}.button svg{margin-left:auto}.hero-trust{font-size:13px;margin-top:17px}.section-heading{margin-bottom:14px}.section-heading h2{font-size:30px}.section-heading a{font-size:13px}.editorial,.cities,.travel,.guides,.about{padding-top:32px}.editorial-slider{height:530px;min-height:0;border-radius:24px}.editorial-copy{left:20px;right:18px;bottom:42px}.editorial-copy h3{font-size:44px}.editorial-copy p{font-size:16px}.city-rail{grid-auto-columns:78%;gap:12px}.city-card{height:390px}.travel-feature{height:470px;border-radius:24px}.travel-copy{left:20px;right:18px}.travel-copy h2{font-size:54px}.guide-grid{grid-template-columns:1fr}.guide-card{display:grid;grid-template-columns:43% 57%;min-height:168px}.guide-card img{height:100%}.guide-card>div{min-height:168px;padding:16px}.guide-card h3{font-size:22px}.guide-card p{font-size:14px}.about-card{grid-template-columns:1fr}.about-media{min-height:360px}.about-copy{padding:28px 22px}.trust-strip{grid-template-columns:1fr 1fr;padding:12px}.trust-strip>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 10px}.trust-strip>div:nth-last-child(-n+2){border-bottom:0}.site-footer{align-items:flex-start;flex-direction:column}.boundary-grid,.clarity-cards{grid-template-columns:1fr}.story-controls button span{display:none}.video-rail{justify-content:start;grid-auto-columns:80%}.experience-header span{display:none}}
@media(max-width:390px){.hero-content h1{font-size:39px}.hero-description{font-size:15px}.hero-card{min-height:650px}.hero-content{min-height:650px}.editorial-copy h3{font-size:38px}.guide-card{grid-template-columns:40% 60%}.brand-copy small{display:none}}
@media(min-width:900px){.site-header{position:sticky;top:0;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid transparent}.site-header.is-scrolled{border-color:var(--line)}.hero-content{padding-left:60px}.city-rail{grid-auto-columns:calc((100% - 48px)/4)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* HERO V2 — media to‘liq ko‘rinadi, matn alohida panelda */
.hero-split{min-height:0;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);align-items:stretch;overflow:visible;background:transparent;box-shadow:none;isolation:isolate}
.hero-visual{position:relative;min-height:690px;overflow:hidden;border-radius:32px;background:#171615;box-shadow:var(--shadow)}
.hero-visual .hero-media{position:absolute;inset:-3%;width:106%;height:106%;object-fit:cover;object-position:center 48%;transform:scale(1.02);transition:transform 1.4s ease}
.hero-split:hover .hero-media{transform:scale(1.045)}
.hero-media-vignette{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,transparent 48%,rgba(0,0,0,.3) 100%),linear-gradient(90deg,rgba(0,0,0,.12),transparent 30%,transparent 72%,rgba(0,0,0,.08))}
.hero-media-label{position:absolute;left:22px;top:22px;z-index:2;display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(16,16,16,.42);color:#fff;backdrop-filter:blur(14px);font-size:10px;font-weight:900;letter-spacing:.15em}
.hero-media-label i{width:7px;height:7px;border-radius:50%;background:#ff4a4d;box-shadow:0 0 0 5px rgba(255,74,77,.18);animation:hero-live 2s ease-in-out infinite}
@keyframes hero-live{50%{box-shadow:0 0 0 9px rgba(255,74,77,0)}}
.hero-split .hero-content{position:relative;z-index:3;min-height:auto;max-width:none;margin:38px 0 38px -68px;padding:48px 44px 42px;justify-content:center;border:1px solid var(--line);border-radius:32px;background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 28px 75px rgba(28,24,20,.19);backdrop-filter:blur(22px)}
html[data-theme="dark"] .hero-split .hero-content{background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 28px 75px rgba(0,0,0,.45)}
.hero-split .hero-content h1{font-size:clamp(42px,5vw,68px);margin:22px 0 18px}
.hero-split .hero-description{font-size:clamp(16px,1.65vw,21px)}
.hero-split .hero-actions{display:grid;grid-template-columns:1fr;max-width:470px;width:100%}
.hero-split .hero-trust{max-width:470px;line-height:1.35}
@media(max-width:760px){.product-hero{padding-bottom:18px}.hero-split{display:block}.hero-visual{min-height:clamp(340px,52svh,440px);border-radius:26px}.hero-visual .hero-media{object-position:center 46%}.hero-media-label{left:16px;top:16px;font-size:8px;padding:8px 10px}.hero-split .hero-content{min-height:0;margin:-42px 10px 0;padding:27px 20px 22px;border-radius:28px;justify-content:flex-start}.hero-split .hero-content h1{font-size:clamp(37px,10.5vw,45px);max-width:none;margin:16px 0 13px}.hero-split .hero-description{font-size:15.5px;max-width:none;line-height:1.52}.hero-split .hero-price{margin-top:18px}.hero-split .hero-price strong{font-size:36px}.hero-split .hero-actions{max-width:none;margin-top:17px}.hero-split .hero-trust{max-width:none;margin-top:16px;font-size:12.5px}}
@media(max-width:390px){.hero-visual{min-height:330px}.hero-split .hero-content{margin-top:-34px;padding:24px 17px 20px}.hero-split .hero-content h1{font-size:36px}}
@media(prefers-reduced-motion:reduce){.hero-media-label i{animation:none}.hero-visual .hero-media{transform:none!important}}


.article-page{background:var(--bg);color:var(--text)}
.article-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.article-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.article-back,.article-all{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--text)}
.article-hero{padding:34px 0 24px}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:28px;align-items:center}
.article-meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px}.article-meta b{color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-size:11px}
.article-title{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.065em;margin:18px 0}.article-deck{font-size:clamp(18px,2vw,23px);line-height:1.55;color:var(--muted);max-width:720px}
.article-hero-media{aspect-ratio:16/10;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--surface-2)}.article-hero-media img{width:100%;height:100%;object-fit:cover}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;gap:50px;align-items:start;padding:32px 0 80px}.article-body{font-size:18px;line-height:1.78}.article-lead{font-size:24px;line-height:1.55;font-weight:700;border-left:4px solid var(--red);padding-left:20px;margin:0 0 40px}.article-section{padding:30px 0;border-top:1px solid var(--line)}.article-section h2{font-size:clamp(28px,4vw,42px);line-height:1.1;letter-spacing:-.04em;margin:0 0 16px}.article-section p{margin:0;color:var(--text)}.article-section ul{margin:16px 0;padding-left:0;list-style:none;display:grid;gap:10px}.article-section li{position:relative;padding-left:28px}.article-section li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:900}
.article-aside{position:sticky;top:100px;display:grid;gap:16px}.article-nav,.article-cta,.article-sources{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:20px}.article-nav strong,.article-sources strong{display:block;margin-bottom:12px}.article-nav a{display:block;padding:9px 0;color:var(--muted);font-size:14px;border-bottom:1px solid var(--line)}.article-nav a:last-child{border-bottom:0}.article-cta{background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--red) 8%,var(--surface)));}.article-cta h3{margin:0 0 8px;font-size:24px}.article-cta p{color:var(--muted);font-size:14px;line-height:1.5}.article-cta a{margin-top:14px;display:inline-flex;padding:12px 15px;border-radius:999px;background:var(--red);color:white;font-weight:800}.article-sources{margin-top:30px}.article-sources a{display:block;color:var(--red);margin:10px 0;overflow-wrap:anywhere}
.article-list-hero{padding:55px 0 25px}.article-list-hero h1{font-size:clamp(48px,7vw,84px);letter-spacing:-.065em;margin:0}.article-list-hero p{font-size:20px;color:var(--muted);max-width:720px}.article-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:80px}.article-list-card{display:block;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface);transition:.3s}.article-list-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.article-list-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-list-card div{padding:18px}.article-list-card span{color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.article-list-card h2{font-size:24px;line-height:1.08;margin:9px 0}.article-list-card p{color:var(--muted);line-height:1.5}
@media(max-width:900px){.article-hero-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-aside{position:static}.article-list-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.article-header-inner{height:66px}.article-hero{padding-top:22px}.article-title{font-size:43px}.article-deck{font-size:17px}.article-hero-media{border-radius:22px;aspect-ratio:1/1}.article-layout{padding-top:15px}.article-body{font-size:17px}.article-lead{font-size:20px}.article-list-grid{grid-template-columns:1fr}.article-all span{display:none}}


/* V2 functional enhancements */
[data-card-link]{cursor:pointer}.city-card:focus-visible,.guide-card:focus-visible,.editorial-slide:focus-visible,.travel-feature:focus-visible,.about-card:focus-visible{outline:3px solid color-mix(in srgb,var(--red) 70%,white);outline-offset:4px}
.account-button svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature-icon{width:52px;height:52px;flex:0 0 52px;border:1px solid rgba(255,255,255,.14);border-radius:14px;display:grid;place-items:center;color:#ff6667;background:rgba(255,255,255,.05)}.feature-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-char{font-size:25px;font-weight:900}
.manual-video{position:relative;aspect-ratio:9/16;border-radius:22px;overflow:hidden;background:#111}.manual-video video{width:100%;height:100%;object-fit:cover;display:block}.manual-play{position:absolute;inset:0;border:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.72));color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-weight:850}.manual-play svg{width:58px;height:58px;padding:14px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(0,0,0,.32);fill:#fff;stroke:none;backdrop-filter:blur(8px)}.manual-video.is-playing .manual-play{display:none}.manual-video.is-playing video{cursor:pointer}
.search-results{display:grid;gap:8px;margin-top:20px;max-height:320px;overflow:auto}.search-result{display:block;padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.search-result strong{display:block;color:var(--text);margin-bottom:4px}.search-result span{font-size:12px;color:var(--red);font-weight:800}.search-result p{font-size:13px;color:var(--muted);margin:5px 0 0}.search-empty{padding:18px;text-align:center;color:var(--muted)}
@media(max-width:760px){.feature-icon{width:46px;height:46px;flex-basis:46px}.manual-play span{font-size:13px}}

@media(max-width:760px){.account-button{display:grid!important}}

/* V3 — book-based open content */
.journey{padding-top:44px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.journey-card{min-height:150px;padding:22px;border:1px solid var(--line);background:var(--surface);border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;box-shadow:0 8px 24px rgba(0,0,0,.035);transition:transform .3s,box-shadow .3s,border-color .3s}.journey-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--red) 38%,var(--line))}.journey-card>b{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--red) 12%,var(--surface));color:var(--red);font-size:16px}.journey-card h3{margin:0 0 7px;font-size:24px;letter-spacing:-.035em}.journey-card p{margin:0;color:var(--muted);line-height:1.45;font-size:14px}.journey-card>span{color:var(--red);font-size:24px}
.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:1000;background:transparent}.reading-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--red),#f19473)}.breadcrumbs{display:flex;align-items:center;gap:8px;padding-top:22px;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--red)}.quick-answer{border-radius:22px;padding:22px 24px;margin:0 0 30px;background:linear-gradient(135deg,color-mix(in srgb,var(--red) 10%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,var(--red) 25%,var(--line))}.quick-answer span,.article-cta>span{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.14em}.quick-answer p{font-size:20px;line-height:1.52;font-weight:750;margin:9px 0 0}.book-note{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;margin-top:24px}.related-section{width:min(calc(100% - 32px),var(--max));margin:0 auto 80px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.related-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--surface);transition:.3s}.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.related-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.related-card>div{padding:15px}.related-card span{font-size:10px;font-weight:900;color:var(--red);text-transform:uppercase;letter-spacing:.1em}.related-card h3{font-size:20px;line-height:1.12;margin:8px 0}.related-card p{font-size:13px;line-height:1.45;color:var(--muted);margin:0}.article-list-search{max-width:680px;height:58px;border:1px solid var(--line);background:var(--surface);border-radius:18px;display:flex;align-items:center;margin-top:24px;padding:0 18px}.article-list-search input{border:0;outline:0;background:transparent;color:var(--text);font-size:17px;width:100%}.article-list-search span{font-size:25px;color:var(--muted)}.article-filter{display:flex;gap:9px;overflow-x:auto;padding-top:8px;padding-bottom:24px;scrollbar-width:none}.article-filter::-webkit-scrollbar{display:none}.article-filter button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:11px 15px;white-space:nowrap;cursor:pointer;font-weight:750}.article-filter button.is-active{background:var(--text);color:var(--bg);border-color:var(--text)}.article-list-card small{display:block;color:var(--muted);font-size:12px;margin-top:13px}.article-list-card[hidden]{display:none}.empty-results{padding-bottom:80px;color:var(--muted)}.article-hero-media img{object-position:center}.article-section li:before{content:'✓'}.article-sources a{font-weight:700}.article-cta>span{display:block;margin-bottom:8px}
@media(max-width:900px){.journey-grid{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.journey{padding-top:32px}.journey-grid{grid-template-columns:1fr}.journey-card{min-height:116px;padding:17px}.journey-card h3{font-size:21px}.journey-card>b{width:42px;height:42px}.quick-answer{padding:19px}.quick-answer p{font-size:18px}.related-section{width:min(calc(100% - 22px),var(--max));margin-bottom:55px}.related-grid{grid-template-columns:1fr 1fr;gap:10px}.related-card h3{font-size:17px}.related-card p{display:none}.article-filter{width:calc(100% - 22px);margin-inline:auto}.breadcrumbs{padding-top:14px;white-space:nowrap;overflow:hidden}.article-hero-media img{object-position:center}.article-list-search{height:54px}}
@media(max-width:420px){.related-grid{grid-template-columns:1fr}.related-card{display:grid;grid-template-columns:38% 62%}.related-card img{height:100%;aspect-ratio:auto}.related-card>div{padding:13px}}


.brand-mark.image{overflow:hidden;border-radius:12px;background:transparent}.brand-mark.image img{width:100%;height:100%;object-fit:cover;display:block}.social-inline,.footer-socials{display:flex;gap:10px;flex-wrap:wrap}.social-inline a,.footer-socials a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);font-weight:700;font-size:14px}.footer-extended{align-items:flex-start;flex-wrap:wrap}.proof-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.proof-stats div{border:1px solid var(--line);border-radius:18px;padding:16px;background:var(--surface)}.proof-stats strong{display:block;font-size:28px;letter-spacing:-.04em;color:var(--red)}.proof-stats span{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.35}@media(max-width:760px){.proof-stats{grid-template-columns:1fr 1fr}.social-inline a,.footer-socials a{font-size:13px;padding:9px 12px}}
/* Final correction pass */
.city-card{display:block}.city-card .city-arrow{position:absolute;right:16px;bottom:16px;width:42px;height:42px;border-radius:50%;background:white;color:#111;display:grid;place-items:center;font-size:21px;z-index:5;transition:transform .2s}.city-card:hover .city-arrow{transform:translateX(2px)}
.about-lead{font-size:19px!important;color:var(--text)!important}.about-proof{margin:4px 0 18px;padding-left:20px;display:grid;gap:8px;color:var(--muted);line-height:1.45}.social-icon{font-size:16px}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.coverage-grid article{border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:19px}.coverage-grid strong{font-size:32px;color:var(--red);letter-spacing:-.04em}.coverage-grid h3{font-size:22px;margin:6px 0 8px}.coverage-grid p{margin:0;color:var(--muted);line-height:1.5;font-size:14px}.story-footnote,.clarity-line{margin-top:16px;padding:14px 16px;border-radius:15px;background:var(--surface-2);color:var(--muted);line-height:1.5}.proof-stats.rich div{min-height:116px}.bonus-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.bonus-list article{border:1px solid var(--line);border-radius:18px;padding:18px;background:var(--surface)}.bonus-list h3{margin:0 0 7px}.bonus-list p{margin:0;color:var(--muted);line-height:1.5}.compact-steps{grid-template-columns:1fr 1fr}.author-note{margin-top:28px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface-2)}.author-note strong{font-size:18px}.author-note p{margin:8px 0;color:var(--muted);line-height:1.55}.author-note a{font-weight:800;color:var(--red)}
@media(max-width:760px){.coverage-grid,.bonus-list,.compact-steps{grid-template-columns:1fr}.coverage-grid article{padding:16px}.proof-stats.rich{grid-template-columns:1fr 1fr}.about-proof{font-size:14px}}


/* === Product experience V5: day/night-safe and matched to the main site === */
.product-experience{
  --xp-bg:#f8f6f1;--xp-surface:#fffdfa;--xp-surface-2:#f1ece3;--xp-text:#171717;--xp-muted:#6e675e;--xp-line:rgba(23,23,23,.13);--xp-shadow:0 20px 60px rgba(28,22,14,.12);--xp-control:#fffdfa;
  background:var(--xp-bg)!important;color:var(--xp-text)!important
}
html[data-theme="dark"] .product-experience{
  --xp-bg:#11100f;--xp-surface:#1a1816;--xp-surface-2:#24211e;--xp-text:#f5f1e9;--xp-muted:#b9b1a7;--xp-line:rgba(255,255,255,.13);--xp-shadow:0 24px 70px rgba(0,0,0,.46);--xp-control:#1d1a18
}
.product-experience .experience-shell{
  background:radial-gradient(circle at 84% 8%,color-mix(in srgb,var(--red) 12%,transparent),transparent 32%),linear-gradient(145deg,var(--xp-bg),color-mix(in srgb,var(--xp-surface-2) 62%,var(--xp-bg)))!important;
  color:var(--xp-text);min-height:100%;
}
.product-experience .experience-header{border-bottom:1px solid var(--xp-line);background:color-mix(in srgb,var(--xp-bg) 86%,transparent);backdrop-filter:blur(18px)}
.experience-brand{display:flex!important;flex-direction:row!important;align-items:center;gap:11px}.experience-brand>span:last-child{display:flex;flex-direction:column}.experience-brand-mark{width:38px;height:38px;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.12)}.experience-brand-mark img{width:100%;height:100%;object-fit:cover}.experience-brand small{font-size:12px;color:var(--xp-muted);margin-top:3px}
.product-experience .experience-header strong{color:var(--xp-text)}
.product-experience .experience-header span,.product-experience .story-heading p,.product-experience .video-note,.product-experience .video-card>span,.product-experience .feature-list p,.product-experience .steps p,.product-experience .clarity-cards p,.product-experience .story-final p,.product-experience .short-rules span,.product-experience .story-controls>span{color:var(--xp-muted)!important}
.product-experience .experience-close{color:var(--xp-text);background:var(--xp-surface);border-color:var(--xp-line);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.product-experience .story-progress i{background:var(--xp-line)}
.product-experience .story-stage{background:transparent}
.product-experience .story-panel{scrollbar-color:color-mix(in srgb,var(--red) 50%,transparent) transparent}
.product-experience .story-heading{padding:4px 0}.product-experience .story-heading h2{color:var(--xp-text);line-height:1}.product-experience .story-heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--red) 12%,var(--xp-surface));border:1px solid color-mix(in srgb,var(--red) 28%,var(--xp-line));margin-top:0}
.product-experience .video-card video{background:#121212;border-color:var(--xp-line);box-shadow:var(--xp-shadow)}
.product-experience .manual-play{background:color-mix(in srgb,#000 58%,transparent);color:#fff;border-color:rgba(255,255,255,.28)}
.product-experience .feature-list article,.product-experience .steps li,.product-experience .boundary-grid article,.product-experience .clarity-cards article,.product-experience .coverage-grid article,.product-experience .bonus-list article,.product-experience .proof-stats div{
  background:var(--xp-surface)!important;border:1px solid var(--xp-line)!important;color:var(--xp-text)!important;box-shadow:0 10px 30px color-mix(in srgb,#000 6%,transparent)
}
.product-experience .feature-list article:hover,.product-experience .coverage-grid article:hover,.product-experience .bonus-list article:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--red) 45%,var(--xp-line))!important}
.product-experience .feature-list article,.product-experience .coverage-grid article,.product-experience .bonus-list article{transition:transform .22s,border-color .22s,box-shadow .22s}
.product-experience .feature-icon{background:color-mix(in srgb,var(--red) 10%,var(--xp-surface-2));border:1px solid color-mix(in srgb,var(--red) 30%,var(--xp-line));color:var(--red)!important}
.product-experience .feature-list h3,.product-experience .steps h3,.product-experience .boundary-grid h3,.product-experience .coverage-grid h3,.product-experience .bonus-list h3{color:var(--xp-text)}
.product-experience .boundary-grid article.positive{background:linear-gradient(145deg,color-mix(in srgb,var(--red) 11%,var(--xp-surface)),var(--xp-surface))!important}
.product-experience .boundary-grid ul{color:var(--xp-muted)}
.product-experience .coverage-grid p,.product-experience .bonus-list p{color:var(--xp-muted)}
.product-experience .story-footnote,.product-experience .clarity-line{background:var(--xp-surface-2);color:var(--xp-muted);border:1px solid var(--xp-line)}
.product-experience .proof-stats strong,.product-experience .coverage-grid strong{color:var(--red)}
.product-experience .story-final{padding:20px;border-radius:30px;background:radial-gradient(circle at 50% 15%,color-mix(in srgb,var(--red) 10%,transparent),transparent 42%)}
.product-experience .final-badge{background:color-mix(in srgb,var(--red) 9%,var(--xp-surface));color:var(--red);border-color:color-mix(in srgb,var(--red) 38%,var(--xp-line));letter-spacing:.08em}
.product-experience .story-final h2{display:flex;align-items:baseline;justify-content:center;gap:.22em;color:var(--xp-text)!important;letter-spacing:-.045em;white-space:nowrap}
.product-experience .story-final h2 small{font-size:.29em;letter-spacing:0!important;margin-left:.12em;font-weight:850;color:var(--xp-text)}
.product-experience .short-rules span{background:var(--xp-surface);border-color:var(--xp-line)}
.product-experience .story-controls{background:linear-gradient(0deg,var(--xp-bg) 70%,transparent)!important;border-top:1px solid color-mix(in srgb,var(--xp-line) 70%,transparent)}
.product-experience .story-controls button{background:var(--xp-control);color:var(--xp-text);border-color:var(--xp-line);box-shadow:0 8px 22px color-mix(in srgb,#000 6%,transparent);font-weight:750}
.product-experience .story-controls button:disabled{opacity:.38}
.product-experience .story-controls button:not(:disabled):hover{border-color:color-mix(in srgb,var(--red) 40%,var(--xp-line));color:var(--red)}
.article-match-trigger{width:100%;border:0;border-radius:14px;padding:14px 16px;background:var(--red);color:#fff;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 10px 24px color-mix(in srgb,var(--red) 24%,transparent)}
.article-match-trigger:hover{transform:translateY(-1px)}
.article-match-dialog::backdrop{background:rgba(5,5,5,.64);backdrop-filter:blur(8px)}
@media(max-width:760px){
  .product-experience .experience-header{padding-left:14px;padding-right:14px}.experience-brand-mark{width:34px;height:34px}.experience-brand small{display:none}.product-experience .story-panel{padding-left:14px;padding-right:14px}.product-experience .story-heading{gap:10px}.product-experience .story-heading>span{width:32px;height:32px;border-radius:10px}.product-experience .story-heading h2{font-size:34px}.product-experience .coverage-grid,.product-experience .bonus-list,.product-experience .compact-steps{grid-template-columns:1fr}.product-experience .proof-stats.rich{grid-template-columns:1fr 1fr}.product-experience .story-final h2{font-size:55px}.product-experience .story-final h2 small{font-size:.32em}.product-experience .story-controls{padding-left:12px;padding-right:12px}
}
.experience-brand-mark{display:block!important;flex:0 0 auto}.experience-brand>span:last-child{display:flex!important}
.product-experience .steps li>span{color:#fff}

/* Final semantic location-feature icons */
.product-experience .feature-icon{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border-radius:15px}
.product-experience .feature-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-experience button:focus-visible,.product-experience a:focus-visible,.article-match-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--red) 70%,white);outline-offset:3px}
@media(max-width:760px){.product-experience .feature-icon{width:46px;height:46px;flex-basis:46px}.product-experience .feature-icon svg{width:24px;height:24px}}
