.Calculator-module__9yN5Na__section{background-color:var(--background);background-image:radial-gradient(#ff6e000f 1.5px,#0000 1.5px);background-size:24px 24px;padding:4rem 2rem 6rem;position:relative;overflow:hidden}.Calculator-module__9yN5Na__glowOrange{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(circle,#ff6e0026 0%,#ff6e0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite Calculator-module__9yN5Na__float-slow;position:absolute;top:-10%;right:-5%}.Calculator-module__9yN5Na__glowYellow{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(circle,#ffc4001f 0%,#ffc40000 70%);border-radius:50%;width:450px;height:450px;animation:5s ease-in-out infinite Calculator-module__9yN5Na__float-fast;position:absolute;top:15%;left:-5%}.Calculator-module__9yN5Na__container{z-index:2;max-width:1000px;margin:0 auto;position:relative}.Calculator-module__9yN5Na__sectionHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.Calculator-module__9yN5Na__topBadge{color:var(--primary-orange);text-transform:uppercase;letter-spacing:.05em;background:#ff6e0014;border:1px solid #ff6e0033;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.Calculator-module__9yN5Na__mainTitle{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}@media (max-width:640px){.Calculator-module__9yN5Na__mainTitle{font-size:2.5rem}}.Calculator-module__9yN5Na__titleHighlight{color:var(--primary-orange);display:inline-block;position:relative}.Calculator-module__9yN5Na__titleHighlight:after{content:"";background:var(--accent-yellow);z-index:-1;opacity:.5;border-radius:4px;width:100%;height:8px;position:absolute;bottom:4px;left:0}.Calculator-module__9yN5Na__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.5}@keyframes Calculator-module__9yN5Na__float-slow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}@keyframes Calculator-module__9yN5Na__float-fast{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(-2deg)}}.Calculator-module__9yN5Na__card{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-premium);transition:transform var(--transition-normal);background:#ffffffbf;border:1px solid #ffffffb3;border-radius:24px;padding:3rem}.Calculator-module__9yN5Na__cardGrid{grid-template-columns:1.1fr .9fr;gap:3.5rem;display:grid}@media (max-width:868px){.Calculator-module__9yN5Na__cardGrid{grid-template-columns:1fr;gap:3rem}.Calculator-module__9yN5Na__card{padding:2rem}}.Calculator-module__9yN5Na__inputCol{flex-direction:column;gap:2rem;display:flex}.Calculator-module__9yN5Na__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Calculator-module__9yN5Na__label{color:var(--text-dark);justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.Calculator-module__9yN5Na__formattedHelper{color:var(--primary-orange);font-size:.85rem;font-weight:500}.Calculator-module__9yN5Na__inputWrapper{transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;padding:0 1rem;display:flex}.Calculator-module__9yN5Na__inputWrapper:focus-within{border-color:var(--primary-orange);background:#fff;box-shadow:0 0 0 4px #ff6e0026}.Calculator-module__9yN5Na__selectWrapper{transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;display:flex;position:relative}.Calculator-module__9yN5Na__selectWrapper:focus-within{border-color:var(--primary-orange);background:#fff;box-shadow:0 0 0 4px #ff6e0026}.Calculator-module__9yN5Na__selectField{width:100%;color:var(--text-dark);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23232529' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E") right 1rem center/1.25rem no-repeat;border:none;outline:none;padding:1.05rem 2.5rem 1.05rem 1.05rem;font-family:inherit;font-size:1.1rem;font-weight:600}.Calculator-module__9yN5Na__inputWrapperError{border-color:#ef4444}.Calculator-module__9yN5Na__inputWrapperError:focus-within{border-color:#ef4444;box-shadow:0 0 0 4px #ef444426}.Calculator-module__9yN5Na__prefix{color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-right:.5rem;font-size:1.2rem;font-weight:600}.Calculator-module__9yN5Na__inputField{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none;padding:1rem 0;font-family:inherit;font-size:1.25rem;font-weight:600}.Calculator-module__9yN5Na__inputField::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Calculator-module__9yN5Na__inputField::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Calculator-module__9yN5Na__inputField[type=number]{-moz-appearance:textfield}.Calculator-module__9yN5Na__errorText{color:#ef4444;margin-top:.25rem;font-size:.825rem;font-weight:500}.Calculator-module__9yN5Na__btnGroup{gap:1rem;margin-top:1rem;display:flex}.Calculator-module__9yN5Na__resetBtn{color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:#f1f5f9;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.Calculator-module__9yN5Na__resetBtn:hover{color:var(--text-dark);background:#e2e8f0}.Calculator-module__9yN5Na__resultCol{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.Calculator-module__9yN5Na__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;display:flex}.Calculator-module__9yN5Na__emptyIcon{color:var(--primary-orange);opacity:.4;animation:2s ease-in-out infinite Calculator-module__9yN5Na__pulse}@keyframes Calculator-module__9yN5Na__pulse{0%{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}to{opacity:.4;transform:scale(1)}}.Calculator-module__9yN5Na__emptyTitle{color:var(--text-dark);font-size:1.15rem;font-weight:700}.Calculator-module__9yN5Na__emptyDesc{max-width:250px;font-size:.9rem}.Calculator-module__9yN5Na__resultBox{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.Calculator-module__9yN5Na__gaugeContainer{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.Calculator-module__9yN5Na__gaugeSvg{width:100%;height:100%;transform:rotate(-90deg)}.Calculator-module__9yN5Na__gaugeBg{fill:none;stroke:#e2e8f0;stroke-width:8px}.Calculator-module__9yN5Na__gaugeValue{fill:none;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .8s cubic-bezier(.4, 0, .2, 1), stroke var(--transition-normal)}.Calculator-module__9yN5Na__gaugeText{flex-direction:column;align-items:center;display:flex;position:absolute}.Calculator-module__9yN5Na__roasVal{color:var(--text-dark);font-size:2.25rem;font-weight:800;line-height:1}.Calculator-module__9yN5Na__roasLabel{color:var(--text-muted);text-transform:uppercase;margin-top:.25rem;font-size:.75rem;font-weight:600}.Calculator-module__9yN5Na__badge{text-transform:uppercase;letter-spacing:.03em;border-radius:9999px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.Calculator-module__9yN5Na__badgePoor{color:#ef4444;background:#fef2f2;border:1px solid #ef444426}.Calculator-module__9yN5Na__badgeAverage{color:#d97706;background:#fffbeb;border:1px solid #d9770626}.Calculator-module__9yN5Na__badgeGood{color:#16a34a;background:#f0fdf4;border:1px solid #16a34a26}.Calculator-module__9yN5Na__badgeExcellent{color:#059669;background:#ecfdf5;border:1px solid #05966926}.Calculator-module__9yN5Na__formulaBlock{text-align:center;width:100%;color:var(--text-muted);background:#fff;border:1px dashed #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-family:monospace;font-size:.875rem}.Calculator-module__9yN5Na__formulaHeader{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600;font-family:var(--font-sans);margin-bottom:.25rem}.Calculator-module__9yN5Na__copyBtn{background:var(--text-dark);color:#fff;cursor:pointer;width:100%;transition:background var(--transition-fast), transform var(--transition-fast);box-shadow:var(--shadow-md);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.95rem;font-weight:600;display:flex}.Calculator-module__9yN5Na__copyBtn:hover{background:#000;transform:translateY(-1px)}.Calculator-module__9yN5Na__copyBtnCopied{background:#16a34a}.Calculator-module__9yN5Na__copyBtnCopied:hover{background:#15803d}
.Explanation-module__I57Tza__section{background-color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.Explanation-module__I57Tza__container{max-width:1100px;margin:0 auto}.Explanation-module__I57Tza__contentWrapper{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.Explanation-module__I57Tza__contentWrapper{grid-template-columns:1fr;gap:3rem}}.Explanation-module__I57Tza__textBlock h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.Explanation-module__I57Tza__textBlock p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.Explanation-module__I57Tza__cardsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:580px){.Explanation-module__I57Tza__cardsGrid{grid-template-columns:1fr}}.Explanation-module__I57Tza__card{transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);background:#fbfdff99;border:1px solid #f1f5f9;border-radius:18px;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.Explanation-module__I57Tza__card:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#ff6e0033;transform:translateY(-5px)}.Explanation-module__I57Tza__iconWrapper{width:48px;height:48px;color:var(--primary-orange);transition:transform var(--transition-fast), background-color var(--transition-fast);background:#ff6e000f;border-radius:12px;justify-content:center;align-items:center;display:flex}.Explanation-module__I57Tza__card:hover .Explanation-module__I57Tza__iconWrapper{background:var(--primary-orange);color:#fff;transform:scale(1.1)}.Explanation-module__I57Tza__cardTitle{color:var(--text-dark);font-size:1.15rem;font-weight:700}.Explanation-module__I57Tza__cardDesc{color:var(--text-muted);font-size:.925rem;line-height:1.5}
.HowItWorks-module__UA9gca__section{background-color:#fbfdff;padding:6rem 2rem;position:relative}.HowItWorks-module__UA9gca__container{max-width:1100px;margin:0 auto}.HowItWorks-module__UA9gca__header{text-align:center;margin-bottom:4rem}.HowItWorks-module__UA9gca__header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.HowItWorks-module__UA9gca__header p{color:var(--text-muted);max-width:580px;margin:0 auto;font-size:1.1rem}.HowItWorks-module__UA9gca__formulaContainer{justify-content:center;margin-bottom:5rem;display:flex}.HowItWorks-module__UA9gca__formulaCard{box-shadow:var(--shadow-md);text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;width:100%;max-width:700px;padding:2.5rem 4rem;position:relative;overflow:hidden}.HowItWorks-module__UA9gca__formulaCard:before{content:"";background:linear-gradient(to bottom, var(--primary-orange), var(--accent-yellow));width:4px;height:100%;position:absolute;top:0;left:0}.HowItWorks-module__UA9gca__formulaTitle{color:var(--primary-orange);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.HowItWorks-module__UA9gca__formulaEquation{color:var(--text-dark);letter-spacing:-.02em;font-size:2.25rem;font-weight:800}@media (max-width:640px){.HowItWorks-module__UA9gca__formulaEquation{font-size:1.5rem}.HowItWorks-module__UA9gca__formulaCard{padding:2rem}}.HowItWorks-module__UA9gca__stepsWrapper{justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:868px){.HowItWorks-module__UA9gca__stepsWrapper{flex-direction:column;gap:2.5rem}}.HowItWorks-module__UA9gca__stepCard{text-align:center;transition:transform var(--transition-normal), box-shadow var(--transition-normal);box-shadow:var(--shadow-sm);z-index:2;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:2rem 1.5rem;display:flex;position:relative}.HowItWorks-module__UA9gca__stepCard:hover{box-shadow:var(--shadow-md);border-color:#ff6e0026;transform:translateY(-4px)}.HowItWorks-module__UA9gca__stepNumber{width:40px;height:40px;color:var(--primary-orange);transition:background-color var(--transition-fast), color var(--transition-fast);background:#ff6e0014;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;display:flex}.HowItWorks-module__UA9gca__stepCard:hover .HowItWorks-module__UA9gca__stepNumber{background:var(--primary-orange);color:#fff}.HowItWorks-module__UA9gca__stepTitle{color:var(--text-dark);font-size:1.1rem;font-weight:700}.HowItWorks-module__UA9gca__stepDesc{color:var(--text-muted);font-size:.875rem;line-height:1.5}.HowItWorks-module__UA9gca__arrowContainer{z-index:1;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (max-width:868px){.HowItWorks-module__UA9gca__arrowContainer{height:20px;transform:rotate(90deg)}}.HowItWorks-module__UA9gca__arrowSvg{width:24px;height:24px;color:var(--accent-yellow)}.HowItWorks-module__UA9gca__arrowPath{stroke-dasharray:6;animation:1.5s linear infinite HowItWorks-module__UA9gca__dash}@keyframes HowItWorks-module__UA9gca__dash{to{stroke-dashoffset:-12px}}
.FAQ-module__crUKfG__section{background-color:#fff;padding:6rem 2rem;position:relative}.FAQ-module__crUKfG__container{max-width:800px;margin:0 auto}.FAQ-module__crUKfG__header{text-align:center;margin-bottom:4rem}.FAQ-module__crUKfG__header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.FAQ-module__crUKfG__header p{color:var(--text-muted);max-width:580px;margin:0 auto;font-size:1.1rem}.FAQ-module__crUKfG__accordion{flex-direction:column;gap:1rem;display:flex}.FAQ-module__crUKfG__item{transition:border-color var(--transition-normal), box-shadow var(--transition-normal);background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.FAQ-module__crUKfG__itemOpen{box-shadow:var(--shadow-md);border-color:#ff6e004d}.FAQ-module__crUKfG__trigger{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;display:flex}.FAQ-module__crUKfG__question{color:var(--text-dark);transition:color var(--transition-fast);font-size:1.15rem;font-weight:700}.FAQ-module__crUKfG__trigger:hover .FAQ-module__crUKfG__question{color:var(--primary-orange)}.FAQ-module__crUKfG__chevron{color:var(--text-muted);transition:transform var(--transition-normal), color var(--transition-fast);flex-shrink:0}.FAQ-module__crUKfG__itemOpen .FAQ-module__crUKfG__chevron{color:var(--primary-orange);transform:rotate(180deg)}.FAQ-module__crUKfG__panel{overflow:hidden}.FAQ-module__crUKfG__answer{color:var(--text-muted);border-top:1px solid #f1f5f9;padding:1.25rem 1.5rem 1.5rem;font-size:1rem;line-height:1.6}
.FooterCTA-module__qxeUkW__section{background-color:#fbfdff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.FooterCTA-module__qxeUkW__container{max-width:1000px;margin:0 auto}.FooterCTA-module__qxeUkW__ctaCard{background:linear-gradient(135deg, var(--text-dark) 0%, #1a1c1e 100%);text-align:center;box-shadow:var(--shadow-premium);border-radius:28px;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 4rem;display:flex;position:relative;overflow:hidden}.FooterCTA-module__qxeUkW__glowOrange{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#ff6e0033 0%,#ff6e0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-40%;right:-20%}.FooterCTA-module__qxeUkW__glowYellow{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#ffc40026 0%,#ffc40000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-40%;left:-20%}.FooterCTA-module__qxeUkW__title{color:#fff;letter-spacing:-.02em;z-index:1;max-width:700px;font-size:2.75rem;font-weight:800;line-height:1.2}@media (max-width:640px){.FooterCTA-module__qxeUkW__title{font-size:2rem}.FooterCTA-module__qxeUkW__ctaCard{padding:3rem 2rem}}.FooterCTA-module__qxeUkW__subtitle{color:#a1a8b6;z-index:1;max-width:500px;font-size:1.15rem}.FooterCTA-module__qxeUkW__ctaBtn{background:linear-gradient(135deg, var(--primary-orange) 0%, #ff8c33 100%);color:#fff;cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);z-index:1;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:600;display:inline-flex;box-shadow:0 10px 25px -5px #ff6e0066}.FooterCTA-module__qxeUkW__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #ff6e0080}.FooterCTA-module__qxeUkW__ctaBtn:active{transform:translateY(0)}.FooterCTA-module__qxeUkW__footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:5rem;padding-top:2rem}.FooterCTA-module__qxeUkW__footerText{color:var(--text-muted);font-size:.875rem}
