.nav{z-index:50;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.nav.solid{-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--border);background:#fffffff7}.nav-bar{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;padding:1rem 2.5rem;display:flex}.nav-logo{height:32px;transition:opacity .2s}.nav-logo:hover{opacity:.8}.nav-cta{background:var(--ink);color:var(--white);border-radius:6px;padding:.55rem 1.3rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s}.nav-cta:hover{background:var(--ink-2);transform:translateY(-1px)}.hero{grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;display:grid}.hero-left{justify-self:end;max-width:600px;padding:8rem 3.5rem 5rem 2.5rem}.hero-tag{color:var(--red);text-transform:uppercase;letter-spacing:.08em;background:var(--red-soft);border-radius:4px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.3rem .7rem;font-size:.65rem;font-weight:700;display:inline-flex}.hero-tag svg{width:12px;height:12px;stroke:var(--red);stroke-width:2px;fill:none}.hero h1{font-family:var(--serif);color:var(--ink);letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(2rem,3.8vw,2.85rem);font-weight:800;line-height:1.12}.hero h1 span{color:var(--red)}.hero-desc{color:var(--text-2);max-width:420px;margin-bottom:2rem;font-size:.95rem;line-height:1.75}.hero-btn{background:var(--red);color:var(--white);font-family:var(--sans);border:none;border-radius:7px;align-items:center;gap:.55rem;padding:.9rem 2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.hero-btn:hover{box-shadow:var(--shadow-lg);background:#a93226;transform:translateY(-1px)}.hero-btn svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hero-info{gap:1.5rem;margin-top:1.8rem;display:flex}.hero-info-item{color:var(--muted);align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;display:flex}.hero-info-item svg{width:14px;height:14px;stroke:var(--muted);stroke-width:2px;fill:none}.hero-right{height:100%;min-height:100vh;position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-img-overlay{background:linear-gradient(90deg,var(--white) 0%,#fff0 25%);pointer-events:none;position:absolute;inset:0}.hero-float{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:3;border-radius:10px;min-width:200px;padding:1rem 1.3rem;position:absolute;bottom:3rem;left:1.5rem}.hf-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:700}.hf-row{align-items:baseline;gap:.4rem;margin-top:.2rem;display:flex}.hf-num{font-family:var(--serif);color:var(--red);font-size:1.6rem;font-weight:800;line-height:1}.hf-unit{color:var(--text-2);font-size:.78rem;font-weight:600}.hf-sub{color:var(--muted);margin-top:.25rem;font-size:.65rem}.sec{padding:5.5rem 0}.sec-gray{background:var(--bg)}.sec-dark{background:var(--ink)}.label{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;font-size:.62rem;font-weight:700}.title{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:800;line-height:1.18}.subtitle{color:var(--text-2);max-width:460px;margin-bottom:2.5rem;font-size:.88rem}.demo-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.demo-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:12px;padding:1.5rem}.demo-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.demo-header-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.55rem;font-weight:700}.demo-header-name{color:var(--ink);margin-top:.1rem;font-size:.85rem;font-weight:700}.demo-score-circle{width:60px;height:60px;position:relative}.demo-score-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.demo-score-circle circle{fill:none;stroke-width:5px}.demo-score-circle .bg{stroke:var(--border)}.demo-score-circle .fg{stroke:var(--amber);stroke-linecap:round;stroke-dasharray:163;stroke-dashoffset:85px}.demo-score-val{font-family:var(--serif);color:var(--amber);font-size:1rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.demo-row{border-bottom:1px solid var(--bg);align-items:center;gap:.55rem;padding:.5rem 0;display:flex}.demo-row:last-child{border:none}.demo-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.demo-dot.g{background:var(--green)}.demo-dot.r{background:var(--red)}.demo-dot.a{background:var(--amber)}.demo-cat{color:var(--text-2);flex:1;font-size:.78rem}.demo-pts{font-family:var(--serif);font-size:.78rem;font-weight:700}.demo-pts.pos{color:var(--green)}.demo-pts.neg{color:var(--red)}.demo-pts.med{color:var(--amber)}.demo-verdict{background:var(--amber-soft);color:var(--amber);text-align:center;border:1px solid #b453091a;border-radius:6px;margin-top:.8rem;padding:.6rem .8rem;font-size:.75rem;font-weight:600}.demo-list{margin-top:2rem}.demo-list h4{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.demo-item{color:var(--text);align-items:flex-start;gap:.5rem;padding:.45rem 0;font-size:.82rem;display:flex}.demo-item svg{stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px;margin-top:3px}.demo-item.locked{color:var(--muted)}.demo-item.locked svg{stroke:var(--muted)}.demo-item.open svg{stroke:var(--green)}.motivos-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.motivo{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:.7rem;padding:1rem 1.1rem;transition:border-color .2s;display:flex}.motivo:hover{border-color:var(--red)}.motivo-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.motivo-icon svg{stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.motivo-icon.danger{background:var(--red-soft)}.motivo-icon.danger svg{stroke:var(--red)}.motivo-icon.warn{background:var(--amber-soft)}.motivo-icon.warn svg{stroke:var(--amber)}.motivo-rank{font-family:var(--serif);color:var(--muted);margin-bottom:.1rem;font-size:.6rem;font-weight:800}.motivo h4{color:var(--ink);margin-bottom:.15rem;font-size:.82rem;font-weight:700;line-height:1.3}.motivo p{color:var(--text-2);font-size:.72rem;line-height:1.5}.motivos-cta{text-align:center;margin-top:1.5rem}.motivos-cta p{color:var(--text-2);margin-bottom:1rem;font-size:.82rem}.motivos-cta strong{color:var(--red)}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stp-num{font-family:var(--serif);color:var(--border);margin-bottom:.5rem;font-size:2.2rem;font-weight:800;line-height:1}.stp h3{font-family:var(--serif);color:var(--ink);margin-bottom:.3rem;font-size:.98rem;font-weight:700}.stp p{color:var(--text-2);font-size:.82rem;line-height:1.65}.friction-killers{flex-wrap:wrap;gap:.6rem;margin-top:2rem;display:flex}.fk{background:var(--green-soft);color:var(--green);border:1px solid #1a8a4a1a;border-radius:5px;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.7rem;font-weight:600;display:flex}.fk svg{width:12px;height:12px;stroke:var(--green);stroke-width:2.5px;fill:none}.dest-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.8rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.dest-scroll::-webkit-scrollbar{display:none}.dest{scroll-snap-align:start;border-radius:var(--radius);aspect-ratio:3/4;cursor:pointer;flex:0 0 220px;position:relative;overflow:hidden}.dest.wide{flex:0 0 300px}.dest img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.dest:hover img{transform:scale(1.04)}.dest-cap{color:var(--white);background:linear-gradient(#0000,#0c1220cc);padding:2.5rem .9rem .8rem;position:absolute;bottom:0;left:0;right:0}.dest-name{font-family:var(--serif);font-size:.95rem;font-weight:700}.dest-state{opacity:.5;text-transform:uppercase;letter-spacing:.06em;margin-top:.05rem;font-size:.58rem;font-weight:600}.dest-pill{text-transform:uppercase;letter-spacing:.03em;color:var(--white);border-radius:3px;margin-top:.35rem;padding:.12rem .4rem;font-size:.55rem;font-weight:700;display:inline-block}.p-red{background:#c0392be6}.p-green{background:#1a8a4ae6}.p-amber{background:#b45309e6}.p-blue{background:#2563ebe6}.sec-nums{background:var(--ink);border-top:1px solid #ffffff0f;padding:3rem 0}.nums-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.num-item{text-align:center;flex-direction:column;align-items:center;min-width:120px;display:flex}.num-val{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1}.num-label{color:#fff6;text-transform:uppercase;letter-spacing:.04em;margin-top:.3rem;font-size:.68rem;font-weight:500}.num-sep{background:#ffffff1a;flex-shrink:0;width:1px;height:40px}@media (max-width:640px){.nums-grid{gap:1.5rem}.num-sep{display:none}.nums-grid{flex-direction:column}}.alert-box{text-align:center;max-width:640px;margin:0 auto}.alert-label{color:var(--red);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;font-size:.62rem;font-weight:700}.alert-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;margin-bottom:.8rem;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:800;line-height:1.2}.alert-p{color:#ffffff73;margin-bottom:1.8rem;font-size:.88rem;line-height:1.7}.alert-p em{color:var(--red);font-style:normal;font-weight:700}.alert-btn{background:var(--white);color:var(--ink);font-family:var(--sans);border:none;border-radius:7px;align-items:center;gap:.55rem;padding:.85rem 1.8rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}.alert-btn:hover{transform:translateY(-1px);box-shadow:0 8px 30px #0003}.alert-btn svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.revs{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.rev{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:1.5rem;transition:box-shadow .2s}.rev:hover{box-shadow:var(--shadow)}.rev-result{background:var(--green-soft);color:var(--green);border-radius:3px;margin-bottom:.6rem;padding:.15rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.rev-text{color:var(--ink-3);margin-bottom:1rem;font-size:.85rem;line-height:1.7}.rev-foot{align-items:center;gap:.55rem;display:flex}.rev-av{background:var(--ink);width:34px;height:34px;color:var(--white);font-size:.6rem;font-weight:700;font-family:var(--serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rev-name{color:var(--ink);font-size:.75rem;font-weight:700}.rev-loc{color:var(--muted);font-size:.62rem}.faq-grid{max-width:640px}.faq-item{border-bottom:1px solid var(--border)}.faq-q{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:.85rem;font-weight:600;transition:color .15s;display:flex}.faq-q:hover{color:var(--gold)}.faq-q svg{width:14px;height:14px;stroke:var(--muted);stroke-width:2px;fill:none;flex-shrink:0;transition:transform .25s}.faq-item.open .faq-q svg{transform:rotate(45deg)}.faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-a{max-height:200px}.faq-a p{color:var(--text-2);padding-bottom:1rem;font-size:.82rem;line-height:1.7}.cta-end{text-align:center;background:var(--ink);padding:5.5rem 0}.cta-end .title{color:var(--white);max-width:500px;margin:0 auto .5rem}.cta-end p{color:#ffffff73;max-width:400px;margin:0 auto 2rem;font-size:.88rem}.cta-end-btn{background:var(--red);color:var(--white);font-family:var(--sans);border:none;border-radius:7px;align-items:center;gap:.55rem;padding:.95rem 2.2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.cta-end-btn:hover{background:#a93226;transform:translateY(-1px);box-shadow:0 8px 30px #c0392b4d}.cta-end-btn svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.cta-end-note{color:#ffffff40;margin-top:1rem;font-size:.68rem}.foot{text-align:center;color:var(--muted);border-top:1px solid var(--border);padding:2rem 2.5rem;font-size:.66rem}.foot a{color:var(--ink);font-weight:600;text-decoration:none}.mid-cta{text-align:center;border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.mid-cta-btn{background:var(--ink);color:var(--white);font-family:var(--sans);border:none;border-radius:7px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.mid-cta-btn:hover{background:var(--ink-2);transform:translateY(-1px)}.mid-cta-btn svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{justify-self:start;max-width:100%;padding:7rem 2rem 3rem}.hero-right{height:50vh;min-height:50vh;position:relative}.hero-img-overlay{background:linear-gradient(180deg,var(--white) 0%,#fff0 30%)}.hero-float{min-width:auto;bottom:1.5rem;left:1rem;right:1rem}.hero-info{flex-wrap:wrap;gap:.8rem}.demo-grid,.motivos-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:1.2rem}.revs{grid-template-columns:1fr}}@media (max-width:640px){.wrap{padding:0 1.25rem}.nav-bar{padding:1rem 1.25rem}.hero-left{padding:6rem 1.25rem 2.5rem}.sec{padding:4rem 0}.friction-killers{flex-direction:column}}.rv{opacity:0;transition:opacity .45s,transform .45s;transform:translateY(14px)}.rv.on{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.rv{opacity:1;transition:none;transform:none}}
