*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--rojo:#e8001c;--rojo-dark:#b8001a;--rojo-light:#fff0f2;--rojo-mid:#ff1a35;--texto:#0a0a0a;--texto-2:#4a5568;--texto-3:#8a96a8;--fondo:#f7f7f7;--blanco:#fff;--borde:#e8e8e8;--verde:#00b37e;--amber:#f59e0b}body,html{padding:0;margin:0}body{font-family:Sora,sans-serif;background:var(--fondo);color:var(--texto);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:Sora,sans-serif}nav{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 2.5rem;background:var(--blanco);border-bottom:1px solid var(--borde);position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{font-family:"Instrument Serif",serif;font-size:1.7rem;color:var(--rojo);letter-spacing:-.02em}.nav-links{display:flex;gap:1.5rem}.nav-links a{font-size:13px;color:var(--texto-2);font-weight:400;cursor:pointer}.nav-links a:hover{color:var(--rojo)}.nav-cta{font-size:13px;font-weight:500;background:var(--rojo);color:#fff;padding:8px 18px;border-radius:8px;border:none;cursor:pointer;transition:background .15s}.nav-cta:hover{background:var(--rojo-dark)}.hero{background:var(--blanco);padding:3.5rem 2.5rem 4rem;border-bottom:1px solid var(--borde)}.hero-inner{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;grid-gap:3rem;gap:3rem;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:500;color:var(--rojo);background:var(--rojo-light);padding:5px 14px;border-radius:20px;margin-bottom:1.5rem;letter-spacing:.04em}.dot{width:6px;height:6px;background:var(--rojo);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}h1{font-family:"Instrument Serif",serif;font-size:clamp(2.5rem,4.5vw,3.6rem);line-height:1.05;letter-spacing:-.03em;color:var(--texto);margin-bottom:1.25rem}h1 .accent{color:var(--rojo)}.hero-sub{font-size:1rem;color:var(--texto-2);margin-bottom:1.75rem;line-height:1.75;font-weight:300}.hero-sub strong{font-weight:500;color:var(--texto)}.form-row{display:flex;max-width:420px;border:1.5px solid var(--rojo);border-radius:10px;overflow:hidden;background:#fff;margin-bottom:.6rem}.form-row input{flex:1 1;border:none;padding:.9rem 1.1rem;font-family:Sora,sans-serif;font-size:.9rem;color:var(--texto);outline:none;background:transparent}.form-row input::placeholder{color:var(--texto-3)}.form-row button{border:none;background:var(--rojo);color:#fff;font-size:.88rem;font-weight:500;padding:.9rem 1.3rem;cursor:pointer;white-space:nowrap;transition:background .15s}.form-row button:hover{background:var(--rojo-dark)}.form-note{font-size:11.5px;color:var(--texto-3)}.success-inline{font-size:13px;color:var(--verde);background:#e6faf4;padding:10px 16px;border-radius:8px;max-width:420px;text-align:center}.chat-demo{background:var(--blanco);border:1px solid var(--borde);border-radius:18px;box-shadow:0 12px 48px rgba(0,0,0,.1);overflow:hidden}.chat-head{background:linear-gradient(135deg,var(--rojo),var(--rojo-mid));padding:14px 16px;gap:10px}.chat-avatar,.chat-head{display:flex;align-items:center}.chat-avatar{width:34px;height:34px;border-radius:50%;background:#fff;justify-content:center;font-family:"Instrument Serif",serif;color:var(--rojo);font-size:18px;font-weight:600}.chat-head-name{color:#fff;font-size:13.5px;font-weight:500}.chat-head-status{color:hsla(0,0%,100%,.85);font-size:11px;display:flex;align-items:center;gap:5px;margin-top:1px}.chat-status-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}.chat-body{padding:16px;height:330px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#fafafa;scroll-behavior:smooth}.msg{display:flex;gap:8px;align-items:flex-start;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.msg.user{flex-direction:row-reverse}.msg-av{width:26px;height:26px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.msg-av.ai{background:var(--rojo);color:#fff;font-family:"Instrument Serif",serif;font-size:13px}.msg-av.user{background:#e2e6ef;color:var(--texto-2);font-size:9px}.bubble{padding:9px 12px;border-radius:13px;font-size:12.5px;line-height:1.55;max-width:84%}.bubble.user{background:var(--rojo);color:#fff;border-bottom-right-radius:4px}.bubble.ai{background:#fff;border:1px solid var(--borde);color:var(--texto);border-bottom-left-radius:4px}.bubble.ai strong{font-weight:600}.stream-cursor{display:inline-block;width:7px;height:13px;background:var(--rojo);margin-left:2px;vertical-align:middle;animation:blink .6s step-end infinite;border-radius:1px}@keyframes blink{50%{opacity:0}}.bubble-bars{margin-top:8px}.bb-row{display:flex;align-items:center;gap:6px;margin-bottom:5px}.bb-cat{font-size:10px;color:var(--texto-2);width:84px;flex-shrink:0}.bb-track{flex:1 1;height:5px;background:#eee;border-radius:3px;overflow:hidden}.bb-fill{height:100%;border-radius:3px}.bb-amt{font-size:9.5px;font-weight:500;width:60px;text-align:right;flex-shrink:0}.bubble-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;margin-top:8px}.bc{background:var(--fondo);border:1px solid var(--borde);border-radius:7px;padding:6px 8px}.bc-label{font-size:9px;color:var(--texto-3);margin-bottom:1px}.bc-val{font-size:12px;font-weight:600;color:var(--texto)}.bc-val.green{color:var(--verde)}.bc-val.red{color:var(--rojo)}.bubble-subs{margin-top:8px;display:flex;flex-direction:column;gap:4px}.bs-row{display:flex;justify-content:space-between;align-items:center;background:var(--fondo);border-radius:6px;padding:5px 8px}.bs-name{font-size:10.5px;color:var(--texto)}.bs-right{display:flex;gap:6px;align-items:center}.bs-amt{font-size:10.5px;font-weight:500}.bs-badge{font-size:8px;padding:1px 6px;border-radius:7px;font-weight:500;background:#fff7ed;color:#c2410c}.visual-reveal{animation:fadeIn .25s ease}.typing{display:flex;gap:3px;padding:3px 2px}.typing span{width:6px;height:6px;background:var(--texto-3);border-radius:50%;animation:bounce 1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.chat-input-zone{padding:12px 16px;border-top:1px solid var(--borde);background:#fff}.fake-input{display:flex;align-items:center;gap:8px;border:1.5px solid var(--borde);border-radius:24px;padding:7px 7px 7px 16px;cursor:text;transition:border-color .15s}.fake-input:hover{border-color:var(--rojo)}.fake-text{flex:1 1;font-size:12.5px;display:flex;align-items:center;min-height:20px;overflow:hidden;white-space:nowrap}.fake-ph{color:var(--texto-3)}.fake-typed{color:var(--texto)}.fake-cursor{display:inline-block;width:1.5px;height:14px;background:var(--rojo);margin-left:1px;animation:blink .6s step-end infinite}.send-btn{width:30px;height:30px;border-radius:50%;background:var(--rojo);color:#fff;justify-content:center;font-size:15px;flex-shrink:0;border:none;cursor:pointer;line-height:1}.real-input,.send-btn{display:flex;align-items:center}.real-input{gap:8px;border:1.5px solid var(--rojo);border-radius:24px;padding:5px 5px 5px 16px}.real-input input{flex:1 1;border:none;outline:none;font-family:Sora,sans-serif;font-size:12.5px;background:transparent;color:var(--texto)}.real-input input::placeholder{color:var(--texto-3)}.try-section{background:var(--blanco);border-bottom:1px solid var(--borde)}.try-card{max-width:680px;margin:0 auto;background:var(--fondo);border:1px solid var(--borde);border-radius:18px;padding:2rem;text-align:center}.dropzone{border:2px dashed #d4b2b6;border-radius:14px;padding:2.5rem 1.5rem;background:#fff;cursor:pointer;transition:all .15s}.dropzone.dragging,.dropzone:hover{border-color:var(--rojo);background:var(--rojo-light)}.dz-icon{font-size:2rem;margin-bottom:.6rem}.dz-title{font-size:1rem;font-weight:600;margin-bottom:.3rem}.dz-sub{font-size:12.5px;color:var(--texto-2);font-weight:300}.privacy-note{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--texto-3);margin-top:1rem;background:#e6faf4;color:var(--verde);padding:6px 12px;border-radius:20px}.analyzing{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem}.spinner{width:34px;height:34px;border:3px solid var(--rojo-light);border-top-color:var(--rojo);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.analyzing-text{font-size:13px;color:var(--texto-2)}.result-card{text-align:left}.result-bignum{font-family:"Instrument Serif",serif;font-size:2.4rem;color:var(--texto);letter-spacing:-.02em;line-height:1}.result-insight{background:var(--rojo-light);border:1px solid #ffd0d5;border-radius:10px;padding:12px 14px;font-size:13px;color:var(--texto);line-height:1.5;margin:1rem 0}.result-bars{margin:1rem 0}.result-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rbar-cat{font-size:12px;color:var(--texto-2);width:120px;flex-shrink:0}.rbar-track{flex:1 1;height:7px;background:#eee;border-radius:4px;overflow:hidden}.rbar-fill{height:100%;border-radius:4px;background:var(--rojo)}.rbar-amt{font-size:12px;font-weight:500;width:90px;text-align:right;flex-shrink:0}.locked{position:relative;margin-top:1.25rem;border:1px solid var(--borde);border-radius:12px;padding:1.5rem;background:#fff;text-align:center}.locked-blur{filter:blur(5px);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.locked-overlay{margin-top:1rem}.locked-title{font-size:1rem;font-weight:600;margin-bottom:.3rem}.locked-sub{font-size:12.5px;color:var(--texto-2);margin-bottom:1rem;font-weight:300}.reset-link{display:inline-block;margin-top:1rem;font-size:12px;color:var(--texto-3);cursor:pointer;text-decoration:underline}.reset-link:hover{color:var(--rojo)}.stats-strip{display:flex;justify-content:center;gap:3.5rem;padding:2rem 2.5rem;border-top:1px solid var(--borde);margin-top:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-num{font-family:"Instrument Serif",serif;font-size:1.85rem;color:var(--rojo);letter-spacing:-.02em}.stat-label{font-size:11px;color:var(--texto-3);margin-top:2px}.section{padding:4rem 2.5rem}.section-inner{max-width:960px;margin:0 auto}.kicker{text-align:center;font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--rojo);margin-bottom:1rem;text-transform:uppercase}.section-title{font-family:"Instrument Serif",serif;font-size:2.2rem;color:var(--texto);text-align:center;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.15}.section-title em{font-style:italic;color:var(--rojo)}.section-lead{font-size:.92rem;color:var(--texto-2);text-align:center;max-width:560px;margin:0 auto 2.5rem;font-weight:300;line-height:1.7}.how-section{background:var(--fondo)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.how-card{background:#fff;border:1px solid var(--borde);border-radius:14px;padding:1.5rem;text-align:center}.how-num{width:30px;height:30px;border-radius:50%;background:var(--rojo);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.how-icon{font-size:1.6rem;margin-bottom:.6rem}.how-title{font-size:.95rem;font-weight:600;margin-bottom:.4rem}.how-desc{font-size:.82rem;color:var(--texto-2);line-height:1.65;font-weight:300}.diff-section{background:var(--blanco);border-top:1px solid var(--borde);border-bottom:1px solid var(--borde)}.diff-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.diff-card{border:1px solid var(--borde);border-radius:14px;padding:1.5rem;text-align:center}.diff-card.win{border:2px solid var(--rojo);position:relative}.diff-tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--rojo);color:#fff;font-size:10px;font-weight:500;padding:3px 12px;border-radius:12px}.diff-emoji{font-size:1.8rem;margin-bottom:.6rem}.diff-name{font-size:1rem;font-weight:600;margin-bottom:.3rem}.diff-price{font-size:11px;color:var(--texto-3);margin-bottom:1rem}.diff-list{list-style:none;text-align:left;display:flex;flex-direction:column;gap:8px}.diff-li{font-size:12px;color:var(--texto-2);display:flex;gap:7px;align-items:flex-start}.diff-li .x{color:#cbd5e0}.diff-li .c{color:var(--verde)}.pricing-section{background:var(--fondo)}.toggle-wrap{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:2rem}.toggle-opt{font-size:13px;color:var(--texto-3);cursor:pointer;font-weight:400}.toggle-opt.active{color:var(--texto);font-weight:500}.toggle-switch{width:44px;height:24px;background:var(--rojo);border-radius:12px;position:relative;cursor:pointer}.toggle-knob{position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left .2s}.toggle-switch.annual .toggle-knob{left:23px}.toggle-badge{font-size:10px;background:#e6faf4;color:var(--verde);padding:2px 8px;border-radius:10px;font-weight:500}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.price-card{background:#fff;border:1px solid var(--borde);border-radius:16px;padding:1.75rem 1.5rem;position:relative}.price-card.featured{border:2px solid var(--rojo)}.price-tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--rojo);color:#fff;font-size:10px;font-weight:500;padding:3px 14px;border-radius:12px}.price-name{font-size:1rem;font-weight:600;margin-bottom:.75rem}.price-amt{font-family:"Instrument Serif",serif;font-size:2.4rem;letter-spacing:-.02em;line-height:1}.price-amt .cur{font-size:1.2rem;vertical-align:super;opacity:.6}.price-period{font-size:11px;color:var(--texto-3);margin:6px 0 1.25rem}.price-list{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:1.5rem}.price-li{font-size:12px;color:var(--texto-2);display:flex;gap:8px;align-items:flex-start;line-height:1.4}.price-li .c{color:var(--verde);flex-shrink:0;font-weight:600}.price-btn{width:100%;padding:.8rem;border-radius:9px;font-size:.85rem;font-weight:500;cursor:pointer;border:1px solid var(--rojo);background:#fff;color:var(--rojo);transition:all .15s}.price-btn:hover{background:var(--rojo-light)}.price-btn.featured{background:var(--rojo);color:#fff}.price-btn.featured:hover{background:var(--rojo-dark)}.faq-section{background:var(--blanco);border-top:1px solid var(--borde)}.faq-list{max-width:720px;margin:0 auto}.faq-item{background:var(--fondo);border:1px solid var(--borde);border-radius:12px;margin-bottom:10px;overflow:hidden}.faq-q{padding:16px 18px;font-size:13.5px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--texto)}.faq-q .chev{color:var(--rojo);transition:transform .2s;font-size:14px}.faq-item.open .chev{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s;font-size:12.5px;color:var(--texto-2);line-height:1.7;padding:0 18px}.faq-item.open .faq-a{max-height:220px;padding:0 18px 16px}.cta-section{background:var(--rojo);padding:5rem 2.5rem;text-align:center}.cta-section h2{font-family:"Instrument Serif",serif;font-size:2.6rem;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.15}.cta-section h2 em{font-style:italic}.cta-section p{font-size:.95rem;color:hsla(0,0%,100%,.75);margin-bottom:2rem;font-weight:300}.form-row-cta{display:flex;max-width:420px;margin:0 auto;border:1.5px solid hsla(0,0%,100%,.4);border-radius:10px;overflow:hidden;background:hsla(0,0%,100%,.1)}.form-row-cta input{flex:1 1;border:none;padding:.9rem 1.1rem;font-family:Sora,sans-serif;font-size:.9rem;color:#fff;outline:none;background:transparent}.form-row-cta input::placeholder{color:hsla(0,0%,100%,.45)}.form-row-cta button{border:none;background:#fff;color:var(--rojo);font-size:.88rem;font-weight:600;padding:.9rem 1.3rem;cursor:pointer;white-space:nowrap}.success-cta{font-size:13px;color:#fff;background:hsla(0,0%,100%,.15);padding:10px 16px;border-radius:8px;max-width:420px;margin:.75rem auto 0;text-align:center}footer{padding:2rem 2.5rem;border-top:1px solid var(--borde);background:var(--blanco)}.footer-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:"Instrument Serif",serif;font-size:1.3rem;color:var(--rojo)}.footer-txt{font-size:11.5px;color:var(--texto-3)}@media(max-width:760px){nav{padding:1rem 1.25rem}.nav-links{display:none}.hero{padding:2.5rem 1.25rem 3rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.section{padding:3rem 1.25rem}.diff-grid,.how-steps,.price-grid{grid-template-columns:1fr}.stats-strip{gap:2rem}.cta-section{padding:3.5rem 1.25rem}.try-card{padding:1.5rem}input,select,textarea{font-size:16px!important}}