.te-calc *{margin:0;padding:0;box-sizing:border-box}.te-calc{font-family:var(--font);color:var(--te-black);line-height:1.7;font-size:16px}.te-calc .te-hero{padding:72px 32px 80px;text-align:center;background:var(--te-white);border-bottom:4px solid var(--te-black)}.te-calc .te-hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--te-yellow-pale);border:1px solid var(--te-yellow-border);border-radius:var(--te-radius-pill);padding:7px 18px;font-size:12px;font-weight:700;color:var(--te-black);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px}.te-calc .te-hero-badge:before{content:"";width:7px;height:7px;background:var(--te-black);border-radius:50%;box-shadow:0 0 0 3px #ffbf0b26}.te-calc .te-hero h1{font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--te-black);line-height:1.15;margin-bottom:22px}.te-calc .te-hero-sub{font-size:17px;color:var(--te-grey-500);max-width:580px;margin:0 auto;line-height:1.7}.te-calc .te-explainer{background:var(--te-grey-100);padding:48px 32px}.te-calc .te-explainer-inner{max-width:720px;margin:0 auto}.te-calc .te-explainer h2{font-size:20px;font-weight:600;color:var(--te-black);margin-bottom:16px}.te-calc .te-explainer p{font-size:15px;color:var(--te-grey-500);line-height:1.8;margin-bottom:12px}.te-calc .te-explainer strong{color:var(--te-black);font-weight:600}.te-calc .te-formula-box{background:var(--te-black);color:var(--te-white);border-radius:10px;padding:24px 28px;margin-top:20px;font-size:14.5px;line-height:1.8}.te-calc .te-formula-box code{display:block;background:#ffbf0b1a;border:1px solid rgba(255,191,11,.25);border-radius:6px;padding:14px 18px;margin:12px 0;font-family:var(--font);font-size:15px;font-weight:600;color:var(--te-yellow);text-align:center;letter-spacing:.5px}.te-calc .te-formula-box .te-rate{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.te-calc .te-formula-box .te-rate-item{text-align:center}.te-calc .te-formula-box .te-rate-item .te-rate-val{font-size:24px;font-weight:700;color:var(--te-yellow);line-height:1}.te-calc .te-formula-box .te-rate-item .te-rate-label{font-size:12px;color:#ffffffb3;margin-top:4px}.te-calc .te-calculator-section{padding:56px 32px;background:var(--te-white)}.te-calc .te-section-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--te-black);margin-bottom:14px;background:var(--te-yellow-pale);border:1px solid var(--te-yellow-border);padding:6px 14px;border-radius:var(--te-radius-pill)}.te-calc .te-calculator-section h2{font-size:clamp(26px,3.5vw,36px);font-weight:700;color:var(--te-black);margin-bottom:40px;line-height:1.25}.te-calc .te-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.te-calc .te-form-group{display:flex;flex-direction:column}.te-calc .te-form-group label{font-weight:600;color:var(--te-black);margin-bottom:10px;font-size:14px;display:flex;align-items:center;gap:6px}.te-calc .te-form-group label .te-unit{font-weight:400;color:var(--te-grey-500);font-size:13px}.te-calc .te-form-group input[type=number]{padding:16px;border:2px solid var(--te-grey-200);border-radius:8px;font-size:18px;font-family:var(--font);font-weight:600;transition:all .3s ease;background:var(--te-grey-100);width:100%;color:var(--te-black);-moz-appearance:textfield}.te-calc .te-form-group input[type=number]::-webkit-outer-spin-button,.te-calc .te-form-group input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.te-calc .te-form-group input[type=number]:focus{outline:none;border-color:var(--te-black);background:var(--te-white);box-shadow:0 0 0 4px #ffbf0b1f}.te-calc .te-weight-row{display:grid;grid-template-columns:1fr;max-width:calc(33.333% - 14px);margin-bottom:0}.te-calc .te-slider-wrap{position:relative;margin-top:10px}.te-calc .te-slider-wrap input[type=range]{width:100%;height:6px;border-radius:3px;background:var(--te-grey-200);outline:none;-webkit-appearance:none;cursor:pointer}.te-calc .te-slider-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--te-black);cursor:pointer;border:3px solid var(--te-white);transition:all .2s ease}.te-calc .te-slider-wrap input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #ffbf0b80}.te-calc .te-slider-wrap input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--te-black);cursor:pointer;border:3px solid var(--te-white)}.te-calc .te-results{margin-top:36px;background:var(--te-black);border-radius:12px;padding:36px;color:var(--te-white);opacity:0;transform:translateY(12px);transition:all .4s ease;pointer-events:none}.te-calc .te-results.show{opacity:1;transform:translateY(0);pointer-events:auto}.te-calc .te-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.te-calc .te-result-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:22px 18px;text-align:center;transition:all .3s ease}.te-calc .te-result-card:hover{border-color:var(--te-yellow)}.te-calc .te-result-card .te-result-label{font-size:13px;color:#ffffffb3;margin-bottom:8px;font-weight:500}.te-calc .te-result-card .te-result-value{font-size:26px;font-weight:700;color:var(--te-white);line-height:1}.te-calc .te-result-card .te-result-value .te-result-unit{font-size:14px;font-weight:500;color:#ffffffb3;margin-left:4px}.te-calc .te-result-card.te-winner .te-result-value{color:var(--te-yellow)}.te-calc .te-result-card.te-winner{border-color:#ffbf0b66;background:#ffbf0b14}.te-calc .te-price-card{background:linear-gradient(135deg,var(--te-black) 0%,var(--te-yellow) 100%);border-radius:12px;padding:32px;text-align:center;margin-bottom:20px;box-shadow:var(--te-shadow-glow)}.te-calc .te-price-card .te-price-label{font-size:14px;font-weight:600;color:#ffffffd9;margin-bottom:8px;letter-spacing:1px;text-transform:uppercase}.te-calc .te-price-card .te-price-main{font-size:48px;font-weight:700;color:var(--te-white);line-height:1.1}.te-calc .te-price-card .te-price-main .te-currency{font-size:24px;font-weight:600}.te-calc .te-disclaimer{font-size:13px;color:#ffffffbf;text-align:center;line-height:1.6;padding:16px;background:#ffffff0a;border-radius:8px}.te-calc .te-cta-block{background:#f2f2f2;padding:56px 32px;text-align:center}.te-calc .te-cta-block h2{font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--te-black);margin-bottom:12px}.te-calc .te-cta-block p{font-size:16px;color:var(--te-grey-500);max-width:480px;margin:0 auto 28px;line-height:1.7}.te-calc .te-cta-whatsapp{display:inline-flex;align-items:center;gap:10px;background:var(--te-black);color:var(--te-white);font-family:var(--font);font-size:15px;font-weight:600;padding:16px 36px;border-radius:6px;text-decoration:none;transition:all .3s ease}.te-calc .te-cta-whatsapp:hover{background:var(--te-yellow);color:var(--te-black);transform:translateY(-2px);box-shadow:0 8px 28px #ffbf0b52}.te-calc .te-cta-whatsapp svg{width:20px;height:20px}@media(max-width:768px){.te-calc .te-results-grid{grid-template-columns:1fr}.te-calc .te-price-card .te-price-main{font-size:36px}.te-calc .te-hero,.te-calc .te-calculator-section,.te-calc .te-explainer,.te-calc .te-cta-block{padding-left:20px;padding-right:20px}}@media(max-width:540px){.te-calc .te-form-grid{grid-template-columns:1fr}.te-calc .te-weight-row{max-width:100%}.te-calc .te-hero{padding:52px 16px 60px}.te-calc .te-results{padding:24px 20px}}
