*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg-page);color:var(--fg-base);font-family:var(--font-body);min-height:100vh;line-height:var(--lh-normal)}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--color-teal-4);outline-offset:2px;border-radius:var(--radius-sm)}button:focus:not(:focus-visible){outline:none}::selection{background:var(--color-teal-1);color:var(--color-primary-dark)}.app{max-width:480px;margin:0 auto;background:var(--bg-page);min-height:100vh;position:relative;overflow:hidden}@media (min-width:768px){.app{max-width:720px}}@media (min-width:1080px){.app{max-width:1180px;background:#fff0}body{background:var(--bg-page)}}.topbar{position:sticky;top:0;z-index:var(--z-sticky);background:rgb(255 255 255 / .92);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border-default)}.topbar-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 16px;gap:8px}.topbar-logo{display:flex;align-items:center;gap:8px}.topbar-logo img{height:22px;width:auto;display:block}.topbar-step{text-align:center;font-size:13px;font-weight:500;color:var(--fg-secondary);letter-spacing:.02em}.topbar-step b{color:var(--color-primary);font-weight:700}.topbar-exit{justify-self:end;font-size:13px;color:var(--fg-secondary);background:none;border:none;padding:6px 10px;border-radius:var(--radius-md);transition:var(--transition-all)}.topbar-exit:hover{color:var(--color-primary);background:var(--color-gray-50)}.progress{height:4px;background:var(--color-primary);position:relative;overflow:hidden}.progress-fill{position:absolute;inset:0;background:linear-gradient(90deg,var(--color-teal-1),var(--color-teal-4));transform-origin:left;transition:transform 400ms cubic-bezier(.2,.7,.2,1);width:100%}.resume-banner{margin:12px 16px 0;background:var(--color-teal-1);background:linear-gradient(135deg,#d9f1ee,#e0eef5);border:1px solid var(--color-teal-2);border-radius:var(--radius-lg);padding:12px 14px;display:flex;align-items:center;gap:12px;animation:fadeSlide 400ms ease both}.resume-banner .ic{color:var(--color-primary);flex-shrink:0}.resume-banner .txt{flex:1;font-size:14px;color:var(--color-primary-dark)}.resume-banner .txt b{font-weight:700}.resume-banner .actions{display:flex;gap:8px;flex-shrink:0}.resume-banner button{border:none;background:var(--color-primary);color:#fff;font-size:12px;font-weight:700;padding:8px 12px;border-radius:var(--radius-md);transition:var(--transition-all)}.resume-banner button.ghost{background:#fff0;color:var(--color-primary);padding:8px 8px}.resume-banner button:hover{background:var(--color-primary-dark)}.resume-banner button.ghost:hover{background:rgb(255 255 255 / .5)}.app .page{padding:24px 16px 140px;animation:stepIn 380ms cubic-bezier(.2,.7,.2,1) both}@media (min-width:768px){.app .page{padding:32px 32px 160px}}@keyframes stepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.step-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-teal-4);background:rgb(123 208 202 / .14);padding:4px 10px;border-radius:999px;margin-bottom:14px}.step-title{font-family:var(--font-brand);font-size:28px;line-height:1.15;letter-spacing:-.01em;font-weight:700;color:var(--color-primary);margin:0 0 8px}@media (min-width:768px){.step-title{font-size:36px}}.step-subtitle{font-size:15px;line-height:1.55;color:var(--fg-secondary);margin:0 0 24px;max-width:560px}.options{display:flex;flex-direction:column;gap:10px}.options.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (min-width:768px){.options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.options.grid-2{grid-template-columns:1fr 1fr;gap:12px}}.opt-wrap{position:relative;display:block}.opt{appearance:none;background:var(--bg-surface);border:1.5px solid var(--border-default);border-radius:var(--radius-xl);padding:14px 16px;text-align:left;color:var(--fg-base);display:flex;align-items:center;gap:14px;min-height:64px;transition:var(--transition-all),box-shadow 200ms;position:relative;font:inherit;width:100%}.opt.has-info{padding-right:50px}.opt:hover{border-color:var(--color-teal-3);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.opt:active{transform:scale(.99)}.opt.selected{border-color:var(--color-primary);background:linear-gradient(180deg,#f4f9fc 0%,#ffffff 100%);box-shadow:var(--shadow-sm)}.opt.selected .opt-check{opacity:1;transform:scale(1)}.opt-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#eaf6f5,#e3f0f6);color:var(--color-primary);display:flex;align-items:center;justify-content:center}.opt.selected .opt-icon{background:var(--gradient-brand);color:var(--color-primary-dark)}.opt-body{flex:1;min-width:0}.opt-label{font-weight:700;color:var(--color-primary);font-size:15px;margin-bottom:2px;line-height:1.3}.opt-desc{font-size:13px;color:var(--fg-secondary);line-height:1.4}.opt-info{position:absolute;top:50%;right:8px;transform:translateY(-50%);background:#fff0;border:none;color:var(--color-gray-300);width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:var(--transition-all);z-index:2}.opt-info:hover{background:var(--color-gray-50);color:var(--color-teal-4)}.opt-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:999px;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:var(--transition-all)}.opt.compact{flex-direction:column;align-items:flex-start;text-align:left;padding:16px;min-height:116px}.opt.compact .opt-icon{margin-bottom:8px}.opt-ghost{margin-top:14px;background:#fff0;border:1.5px dashed var(--color-gray-200);color:var(--fg-secondary);padding:14px 16px;border-radius:var(--radius-xl);width:100%;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:var(--transition-all)}.opt-ghost:hover{border-color:var(--color-teal-4);color:var(--color-primary);background:rgb(123 208 202 / .06)}.opt-ghost.selected{border-style:solid;border-color:var(--color-primary);background:rgb(13 72 119 / .04);color:var(--color-primary)}.callout{margin-top:18px;background:#f4f9fc;border-left:3px solid var(--color-teal-3);padding:12px 14px;border-radius:var(--radius-md);color:var(--color-gray-700);font-size:13px;line-height:1.5;display:flex;gap:10px}.callout .ic{color:var(--color-teal-4);flex-shrink:0;margin-top:2px}.footer-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-sticky);background:linear-gradient(180deg,#fff0 0%,var(--bg-page) 40%);padding:24px 16px 16px;display:flex;justify-content:center;pointer-events:none}.footer-inner{max-width:480px;width:100%;display:flex;gap:10px;align-items:center;pointer-events:auto}@media (min-width:768px){.footer-inner{max-width:720px}}.btn{border:none;font-family:var(--font-brand);font-weight:700;border-radius:var(--radius-lg);transition:var(--transition-all),transform 120ms;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-primary);color:#fff;padding:16px 22px;font-size:15px;min-height:52px;flex:1;box-shadow:0 6px 20px rgb(13 72 119 / .22)}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark);box-shadow:0 8px 24px rgb(13 72 119 / .28)}.btn-primary:disabled{background:var(--color-gray-200);color:var(--color-gray-400);cursor:not-allowed;box-shadow:none}.btn-secondary{background:var(--bg-surface);color:var(--color-primary);padding:16px 18px;font-size:14px;min-height:52px;border:1.5px solid var(--border-default)}.btn-secondary:hover{border-color:var(--color-primary)}.btn-tertiary{background:#fff0;color:var(--fg-secondary);padding:14px 12px;font-size:13px;border:none;text-decoration:underline;text-underline-offset:3px}.btn-tertiary:hover{color:var(--color-primary)}.btn-whatsapp{background:#25d366;color:#fff;padding:16px 22px;font-size:15px;min-height:52px;box-shadow:0 6px 18px rgb(37 211 102 / .28)}.btn-whatsapp:hover{background:#1fb957}.sheet-backdrop{position:fixed;inset:0;background:rgb(13 31 54 / .42);z-index:var(--z-modal);opacity:0;transition:opacity 240ms ease;pointer-events:none}.sheet-backdrop.open{opacity:1;pointer-events:auto}.sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;z-index:calc(var(--z-modal) + 1);transform:translateY(100%);transition:transform 320ms cubic-bezier(.2,.8,.2,1);max-height:85vh;overflow-y:auto;box-shadow:0 -10px 40px rgb(13 31 54 / .18)}.sheet.open{transform:translateY(0)}.sheet-grabber{width:40px;height:4px;background:var(--color-gray-200);border-radius:999px;margin:10px auto 4px}.sheet-inner{padding:16px 20px 32px;max-width:480px;margin:0 auto}@media (min-width:768px){.sheet{left:50%;right:auto;bottom:50%;transform:translate(-50%,200vh);border-radius:24px;width:540px;max-width:calc(100vw - 32px);opacity:0;visibility:hidden;transition:transform 320ms cubic-bezier(.2,.8,.2,1),opacity 220ms ease,visibility 0s linear 320ms}.sheet.open{transform:translate(-50%,50%);opacity:1;visibility:visible;transition:transform 320ms cubic-bezier(.2,.8,.2,1),opacity 220ms ease,visibility 0s}}.sheet-title{font-family:var(--font-brand);font-weight:700;font-size:22px;color:var(--color-primary);margin:6px 0 4px;line-height:1.2}.sheet-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-teal-4);margin-bottom:8px}.sheet-body{font-size:15px;line-height:1.6;color:var(--color-gray-700)}.sheet-body p{margin:12px 0}.sheet-body ul{padding-left:0;list-style:none;margin:12px 0}.sheet-body li{padding:8px 0;border-bottom:1px solid var(--border-default);display:flex;gap:10px;font-size:14px}.sheet-body li b{color:var(--color-primary);font-weight:700;min-width:90px}.sheet-close{width:100%;margin-top:16px;padding:14px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);font-weight:700;font-size:14px}.sheet-close:hover{background:var(--color-primary-dark)}.result-hero{background:linear-gradient(135deg,#0d8076 0%,#0b7690 100%);color:#fff;padding:28px 20px 32px;border-radius:0 0 28px 28px;margin-bottom:8px;position:relative;overflow:hidden}.result-hero::before{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;background:radial-gradient(circle,rgb(255 255 255 / .18),transparent 70%);border-radius:999px}.result-hero h1{font-family:var(--font-brand);font-weight:700;font-size:26px;line-height:1.15;color:#fff;margin:0 0 10px;letter-spacing:-.01em;position:relative}.result-summary{font-size:14px;line-height:1.55;color:#fff;position:relative}.result-summary b{font-weight:700}.result-edit{display:inline-flex;align-items:center;gap:6px;color:#fff;background:rgb(255 255 255 / .14);border:1px solid rgb(255 255 255 / .45);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;margin-top:14px;text-decoration:none;position:relative}.result-edit:hover{background:rgb(255 255 255 / .24);color:#fff}.recs{padding:20px 16px 0;display:flex;flex-direction:column;gap:14px}@media (min-width:768px){.recs{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:24px 32px 0}}.rec-card{background:var(--bg-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;animation:fadeSlide 360ms ease both}.rec-card:hover{box-shadow:var(--shadow-md)}.rec-image{position:relative;aspect-ratio:16 / 10;background:linear-gradient(135deg,#eaf6f5 0%,#e8edf3 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.rec-image::after{content:"";position:absolute;right:-30px;bottom:-30px;width:140px;height:140px;background:radial-gradient(circle,rgb(255 255 255 / .6),transparent 70%);border-radius:999px}.rec-image .placeholder-art{width:120px;height:120px;color:var(--color-primary);opacity:.85;position:relative}.rec-pill-cat{position:absolute;top:12px;left:12px;background:rgb(255 255 255 / .95);color:var(--color-primary);font-size:10px;font-weight:700;letter-spacing:.08em;padding:4px 10px;border-radius:999px;text-transform:uppercase;backdrop-filter:blur(6px)}.rec-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;flex:1}.rec-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.rec-type{font-family:var(--font-brand);font-weight:700;font-size:18px;color:var(--color-primary);line-height:1.2;margin:0}.rec-price{font-family:var(--font-brand);font-weight:700;font-size:18px;color:var(--fg-brand);white-space:nowrap}.rec-sku{font-size:12px;color:var(--fg-secondary);margin:-4px 0 0}.rec-value{font-size:14px;line-height:1.5;color:var(--fg-base);margin:0}.rec-chips{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:11px;font-weight:600;padding:5px 10px;border-radius:999px;background:var(--color-gray-50);color:var(--color-gray-700);border:1px solid var(--border-default);display:inline-flex;align-items:center;gap:4px}.chip.ok{background:#e9f8ee;color:#167a3a;border-color:#c8ecd3}.chip.no{background:#f4f6f9;color:var(--fg-secondary)}.chip.brand{background:rgb(123 208 202 / .12);color:var(--color-primary-dark);border-color:rgb(107 186 199 / .4)}.rec-why{background:var(--color-gray-50);border-radius:var(--radius-md);overflow:hidden}.rec-why summary{cursor:pointer;list-style:none;padding:10px 12px;font-size:13px;font-weight:600;color:var(--color-primary);display:flex;align-items:center;gap:8px;user-select:none}.rec-why summary::-webkit-details-marker{display:none}.rec-why summary .chev{transition:transform 220ms ease}.rec-why[open] summary .chev{transform:rotate(90deg)}.rec-why-body{padding:0 12px 12px;font-size:13px;line-height:1.5;color:var(--color-gray-700)}.rec-why-body p{margin:0 0 6px;color:inherit}.rec-actions{display:flex;gap:8px;margin-top:4px}.rec-cta-primary{flex:1;background:var(--color-primary);color:#fff;border:none;padding:13px 14px;border-radius:var(--radius-lg);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px;transition:var(--transition-all)}.rec-cta-primary:hover{background:var(--color-primary-dark)}.rec-cta-secondary{background:#fff;border:1.5px solid #25d366;color:#12833f;padding:13px 14px;border-radius:var(--radius-lg);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:var(--transition-all)}.rec-cta-secondary:hover{background:#12833f;border-color:#12833f;color:#fff}.skel{background:var(--color-gray-50);border-radius:var(--radius-xl);overflow:hidden}.skel-img{aspect-ratio:16/10;background:linear-gradient(110deg,#eef2f7 0%,#f7f9fc 30%,#eef2f7 60%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.skel-body{padding:16px;display:flex;flex-direction:column;gap:10px}.skel-line{height:14px;border-radius:6px;background:linear-gradient(110deg,#eef2f7 0%,#f7f9fc 30%,#eef2f7 60%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.skel-line.short{width:50%}.skel-line.mid{width:80%}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.consult-card{margin:20px 16px 0;background:linear-gradient(135deg,#0d4877 0%,#1a6099 100%);color:#fff;padding:22px 20px;border-radius:var(--radius-2xl);position:relative;overflow:hidden}@media (min-width:768px){.consult-card{margin:24px 32px 0}}.consult-card::before{content:"";position:absolute;right:-60px;top:-60px;width:200px;height:200px;background:var(--gradient-brand);opacity:.25;border-radius:999px;filter:blur(20px)}.consult-card h3{font-family:var(--font-brand);font-weight:700;font-size:22px;color:#fff;margin:0 0 6px;position:relative}.consult-card p{color:rgb(255 255 255 / .86);font-size:14px;line-height:1.55;margin:0 0 14px;position:relative}.consult-list{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px;position:relative}.consult-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:rgb(255 255 255 / .92);line-height:1.45}.consult-list .check{color:var(--color-teal-1);flex-shrink:0;margin-top:2px}.consult-cta{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:14px 20px;border-radius:var(--radius-lg);font-weight:700;font-size:15px;text-decoration:none;position:relative}.consult-cta:hover{background:#1fb957;color:#fff}.trust{margin-top:28px;padding:20px 0;background:#fff;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}.trust-inner{display:flex;gap:12px;padding:0 16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.trust-inner::-webkit-scrollbar{display:none}@media (min-width:768px){.trust-inner{padding:0 32px;overflow-x:visible;flex-wrap:nowrap;justify-content:space-between;gap:16px}}.trust-item{flex-shrink:0;min-width:180px;background:var(--color-gray-50);border-radius:var(--radius-lg);padding:12px 14px;display:flex;gap:12px;align-items:center}@media (min-width:768px){.trust-item{flex:1;min-width:0}}.trust-item .ic{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xs)}.trust-item .txt{font-size:12px;line-height:1.4;color:var(--color-gray-700)}.trust-item .txt b{display:block;color:var(--color-primary);font-weight:700;font-size:13px;margin-bottom:1px}.reassure{padding:24px 16px;display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:600px){.reassure{grid-template-columns:1fr 1fr;gap:14px;padding:28px 32px}}.reassure-card{background:#fff;border-radius:var(--radius-xl);padding:18px;border:1px solid var(--border-default);display:flex;flex-direction:column;gap:8px}.reassure-card h4{margin:0;font-family:var(--font-brand);font-weight:700;color:var(--color-primary);font-size:16px;line-height:1.2}.reassure-card p{font-size:13px;color:var(--fg-secondary);line-height:1.5;margin:0}.reassure-card form{display:flex;gap:8px;margin-top:6px}.reassure-card input[type=email]{flex:1;border:1.5px solid var(--border-default);background:var(--color-gray-50);border-radius:var(--radius-md);padding:11px 12px;font-family:inherit;font-size:13px;color:var(--fg-base);min-width:0}.reassure-card input[type=email]:focus{outline:none;border-color:var(--color-teal-4);background:#fff}.reassure-card button.send{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);padding:0 14px;font-weight:700;font-size:13px;white-space:nowrap}.reassure-card button.send:hover{background:var(--color-primary-dark)}.reassure-card .wa-link{background:#fff;border:1.5px solid #25d366;color:#12833f;border-radius:var(--radius-md);padding:12px 14px;font-weight:700;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:6px}.reassure-card .wa-link:hover{background:#12833f;border-color:#12833f;color:#fff}.sent-confirm{font-size:12px;color:var(--color-success);display:inline-flex;align-items:center;gap:6px;margin-top:6px}.faq{padding:8px 16px 80px}@media (min-width:768px){.faq{padding:8px 32px 80px}}.faq h3{font-family:var(--font-brand);font-weight:700;font-size:22px;color:var(--color-primary);margin:0 0 14px}.faq-item{background:#fff;border-radius:var(--radius-lg);margin-bottom:8px;border:1px solid var(--border-default);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:14px 16px;display:flex;align-items:center;gap:12px;font-weight:600;color:var(--color-primary);font-size:14px;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .chev{margin-left:auto;transition:transform 220ms ease;color:var(--color-gray-400)}.faq-item[open] summary .chev{transform:rotate(180deg)}.faq-body{padding:0 16px 16px 16px;font-size:14px;color:var(--color-gray-700);line-height:1.6}.faq-body p{margin:0}.welcome{padding:32px 20px 140px;text-align:center;animation:stepIn 380ms cubic-bezier(.2,.7,.2,1) both}@media (min-width:768px){.welcome{padding:60px 40px 140px}}.welcome-logo{height:36px;margin:0 auto 28px;display:block}.welcome-hero-art{width:148px;height:148px;margin:0 auto 22px;display:block}@media (min-width:768px){.welcome-hero-art{width:168px;height:168px}}.welcome h1{font-family:var(--font-brand);font-weight:700;font-size:30px;color:var(--color-primary);line-height:1.1;margin:0 0 12px;letter-spacing:-.01em}@media (min-width:768px){.welcome h1{font-size:40px}}.welcome p{font-size:16px;line-height:1.55;color:#243447;margin:0 auto 24px;max-width:380px}.welcome-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:22px auto 0;max-width:380px}.welcome-trust span{font-family:var(--font-brand);font-size:12px;font-weight:600;color:var(--color-primary);background:rgb(123 208 202 / .14);border:1px solid rgb(123 208 202 / .32);border-radius:999px;padding:5px 12px}.welcome-wa{display:inline-block;margin-top:16px;font-family:var(--font-brand);font-size:14px;font-weight:600;color:var(--color-teal-4,#61afcc);text-decoration:underline;text-underline-offset:3px}.welcome-wa:hover{color:var(--color-primary)}.welcome-meta{display:inline-flex;align-items:center;gap:18px;margin-top:8px;padding:10px 16px;background:#fff;border-radius:999px;border:1px solid var(--border-default);font-size:12px;color:var(--fg-secondary)}.welcome-meta .dot{width:4px;height:4px;background:var(--color-gray-300);border-radius:999px}.welcome-meta b{color:var(--color-primary);font-weight:700}.welcome-start-btn{margin-top:28px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);padding:18px 32px;font-family:var(--font-brand);font-weight:700;font-size:16px;box-shadow:0 10px 28px rgb(13 72 119 / .25);transition:var(--transition-all);display:inline-flex;align-items:center;gap:10px}.welcome-start-btn:hover{background:var(--color-primary-dark);box-shadow:0 14px 32px rgb(13 72 119 / .32);transform:translateY(-1px)}.toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--color-primary-dark);color:#fff;padding:12px 18px;border-radius:999px;font-size:13px;font-weight:600;opacity:0;transition:opacity 220ms,transform 220ms;pointer-events:none;z-index:var(--z-toast);box-shadow:var(--shadow-lg)}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.styleguide{background:var(--color-gray-50);padding:60px 0;margin-top:80px;border-top:4px solid var(--color-primary)}.styleguide-inner{max-width:1080px;margin:0 auto;padding:0 24px}.styleguide h2{font-family:var(--font-brand);font-weight:700;font-size:32px;color:var(--color-primary);margin:0 0 8px;letter-spacing:-.01em}.styleguide-sub{font-size:15px;color:var(--fg-secondary);margin:0 0 36px;max-width:540px}.sg-section{margin-bottom:48px}.sg-section h3{font-family:var(--font-brand);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-teal-4);margin:0 0 16px}.sg-colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.sg-swatch{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-default)}.sg-swatch .chip{height:80px;border:none;border-radius:0}.sg-swatch .meta{padding:10px 12px}.sg-swatch .name{font-size:12px;font-weight:700;color:var(--color-primary);margin-bottom:2px}.sg-swatch .hex{font-size:11px;color:var(--fg-tertiary);font-family:var(--font-mono)}.sg-type{display:flex;flex-direction:column;gap:18px;background:#fff;padding:24px;border-radius:var(--radius-lg);border:1px solid var(--border-default)}.sg-type-row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.sg-type-row .label{font-size:11px;color:var(--fg-tertiary);font-family:var(--font-mono);min-width:90px}.sg-components{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:720px){.sg-components{grid-template-columns:1fr 1fr}}.sg-comp{background:#fff;padding:24px;border-radius:var(--radius-lg);border:1px solid var(--border-default)}.sg-comp-label{font-size:11px;font-weight:700;color:var(--fg-tertiary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}.sg-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html.theme-dark body.smartio-product-finder-page{--bg-page:#0f1722;--bg-surface:#18222f;--bg-surface-alt:#1f2b3a;--fg-base:#e9eef5;--fg-secondary:#9fb0c4;--fg-tertiary:#8597ad;--fg-placeholder:#6d7f95;--fg-brand:#7bd0ca;--fg-accent:#7bd0ca;--border-default:#243245;--border-subtle:#2c3d54;--border-focus:#7bd0ca;--color-gray-50:#1c2836;--color-gray-100:#243245;--color-gray-200:#31435c;--color-gray-300:#64788f;--color-gray-400:#8597ad;--color-gray-500:#9fb0c4;--color-gray-700:#c6d2e0;--color-gray-900:#e9eef5;--shadow-xs:0 1px 3px rgba(0,0,0,0.35);--shadow-sm:0 2px 8px rgba(0,0,0,0.38);--shadow-md:0 4px 16px rgba(0,0,0,0.42);--shadow-lg:0 8px 32px rgba(0,0,0,0.5);--shadow-xl:0 16px 48px rgba(0,0,0,0.55);--shadow-hover:0 6px 24px rgba(0,0,0,0.45);--bg:#0f1722;--border:#243245;background:var(--bg-page);color:var(--fg-base);color-scheme:dark}html.theme-dark .smartio-product-finder-page .topbar{background:rgb(24 34 47 / .92)}html.theme-dark .smartio-product-finder-page .topbar-step b{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .topbar-exit:hover{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .progress{background:#243245}html.theme-dark .smartio-product-finder-page .resume-banner{background:linear-gradient(135deg,#123238,#12283e);border-color:#235257}html.theme-dark .smartio-product-finder-page .resume-banner .ic{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .resume-banner .txt{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .resume-banner button.ghost{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .resume-banner button.ghost:hover{background:rgb(255 255 255 / .08)}html.theme-dark .smartio-product-finder-page .step-title{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .opt.selected{background:linear-gradient(180deg,#1c3040 0%,#18222f 100%);border-color:var(--color-teal-3)}html.theme-dark .smartio-product-finder-page .opt-label{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .opt-icon{background:linear-gradient(135deg,#1c333d,#1b2c40);color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .opt.selected .opt-icon{background:var(--gradient-brand);color:var(--color-primary-dark)}html.theme-dark .smartio-product-finder-page .opt-check{background:var(--color-teal-1);color:var(--color-primary-dark)}html.theme-dark .smartio-product-finder-page .opt-ghost:hover,html.theme-dark .smartio-product-finder-page .opt-ghost.selected{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .opt-ghost.selected{background:rgb(123 208 202 / .08);border-color:var(--color-teal-3)}html.theme-dark .smartio-product-finder-page .callout{background:#152433}html.theme-dark .smartio-product-finder-page .btn-secondary{background:var(--bg-surface);border-color:var(--border-subtle);color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .btn-secondary:hover{border-color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .btn-primary:disabled{background:#24344a;color:#7f92aa}html.theme-dark .smartio-product-finder-page .sheet-backdrop{background:rgb(0 0 0 / .6)}html.theme-dark .smartio-product-finder-page .sheet{background:var(--bg-surface);box-shadow:0 -10px 40px rgb(0 0 0 / .6)}html.theme-dark .smartio-product-finder-page .sheet-title{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .sheet-body li b{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .result-hero{background:linear-gradient(135deg,#11544f 0%,#0f4560 100%)}html.theme-dark .smartio-product-finder-page .rec-image{background:linear-gradient(135deg,#20303c,#1d2937)}html.theme-dark .smartio-product-finder-page .rec-image::after{background:radial-gradient(circle,rgb(255 255 255 / .05),transparent 70%)}html.theme-dark .smartio-product-finder-page .rec-image .placeholder-art{color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .rec-pill-cat{background:rgb(15 23 34 / .85);color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .rec-type{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .chip.ok{background:#143423;color:#6fe09a;border-color:#1f4c33}html.theme-dark .smartio-product-finder-page .chip.no{background:var(--bg-surface-alt);color:var(--fg-secondary)}html.theme-dark .smartio-product-finder-page .chip.brand{color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .rec-why summary{color:var(--fg-brand)}html.theme-dark .smartio-product-finder-page .rec-cta-secondary{background:#fff0;color:#3ddc74}html.theme-dark .smartio-product-finder-page .rec-cta-secondary:hover{background:#25d366;color:#0f1722}html.theme-dark .smartio-product-finder-page .skel-img,html.theme-dark .smartio-product-finder-page .skel-line{background:linear-gradient(110deg,#1a2634 0%,#212f3f 30%,#1a2634 60%);background-size:200% 100%}html.theme-dark .smartio-product-finder-page .trust{background:var(--bg-surface)}html.theme-dark .smartio-product-finder-page .trust-item .ic{background:#22303f;color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .trust-item .txt b{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .reassure-card{background:var(--bg-surface)}html.theme-dark .smartio-product-finder-page .reassure-card h4{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .reassure-card input[type=email]:focus{background:var(--bg-surface-alt)}html.theme-dark .smartio-product-finder-page .reassure-card .wa-link{background:#fff0;color:#3ddc74}html.theme-dark .smartio-product-finder-page .reassure-card .wa-link:hover{background:#25d366;color:#0f1722}html.theme-dark .smartio-product-finder-page .faq h3{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .faq-item{background:var(--bg-surface)}html.theme-dark .smartio-product-finder-page .faq-item summary{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .welcome h1{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .welcome p{color:var(--fg-base)}html.theme-dark .smartio-product-finder-page .welcome-trust span{color:var(--color-teal-1);border-color:rgb(123 208 202 / .4)}html.theme-dark .smartio-product-finder-page .welcome-wa{color:var(--color-teal-1)}html.theme-dark .smartio-product-finder-page .welcome-wa:hover{color:#fff}html.theme-dark .smartio-product-finder-page .welcome-meta{background:var(--bg-surface)}html.theme-dark .smartio-product-finder-page .welcome-meta b{color:var(--fg-base)}