body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var( --laabh-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif );-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s;padding:1.25rem 0}.header.scrolled{padding:.75rem 0;box-shadow:0 1px 3px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:800;background:none;border:none;cursor:pointer;font-family:inherit}.nav-desktop{display:none;gap:2rem}@media(min-width:768px){.nav-desktop{display:flex;align-items:center}}.nav-link{background:none;border:none;cursor:pointer;transition:opacity .2s;font-family:inherit;font-size:1rem}.nav-link:hover{opacity:.7}.mobile-menu-btn{display:flex;background:none;border:none;cursor:pointer}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{border-top:1px solid;margin-top:1rem}.mobile-nav{padding:1rem 0;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{text-align:left;padding:.5rem 0;background:none;border:none;cursor:pointer;transition:opacity .2s;font-family:inherit;font-size:1rem}.mobile-nav-link:hover{opacity:.7}.hero-section{padding-top:6rem;padding-bottom:4rem}@media(min-width:768px){.hero-section{padding-top:8rem;padding-bottom:6rem}}.hero-content{display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:768px){.hero-content{flex-direction:row;align-items:flex-start}}.hero-text{flex:1}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem}@media(min-width:768px){.hero-title{font-size:3rem}}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;max-width:42rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:opacity .2s;cursor:pointer;font-family:inherit;font-size:1rem}.btn-primary{border:none}.btn-primary:hover{opacity:.9}.btn-secondary{background:transparent}.btn-secondary:hover{opacity:.8}.hero-badges{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem}.badge-dot{width:.5rem;height:.5rem;border-radius:50%}.hero-calculator{flex:1;display:flex;justify-content:center;width:100%}@media(min-width:768px){.hero-calculator{width:auto}}.calculator-card{width:100%;max-width:28rem;padding:1.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}.calculator-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.calculator-inputs{display:flex;flex-direction:column;gap:1.25rem}.input-group label{display:block;margin-bottom:.25rem;font-size:.875rem}.range-input{width:100%;height:.5rem;border-radius:.5rem;appearance:none;cursor:pointer}.range-input::-webkit-slider-thumb{appearance:none;width:1rem;height:1rem;border-radius:50%;background:#334155;cursor:pointer}.range-input::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:#334155;cursor:pointer;border:none}.range-labels{display:flex;justify-content:space-between;font-size:.875rem;margin-top:.25rem}.label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.label-hint{font-size:.75rem}.monthly-value{margin-top:.5rem;text-align:right;font-weight:600;font-size:1rem}.results-card{padding:1rem;border-radius:.5rem}.result-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.result-value{font-weight:600}.result-total{font-size:1.125rem;font-weight:700;margin-bottom:0}.calculator-note{font-size:.75rem;line-height:1.4}.page-hero{padding:8rem 0 4rem}.page-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.page-title{font-size:3rem}}.page-subtitle{font-size:1.125rem}.section-shell{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.section-subtitle{font-size:1rem}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 6px -1px #0000001a}.product-icon{margin-bottom:1rem}.product-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-desc{margin-bottom:1rem;font-size:.875rem}.product-list{list-style:none;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-list-item{display:flex;align-items:flex-start;font-size:.875rem}.bullet{margin-right:.5rem}.product-actions{display:flex;gap:.75rem}.btn-product-primary,.btn-product-secondary{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:opacity .2s;cursor:pointer;font-family:inherit;font-size:.875rem}.btn-product-primary{border:none}.btn-product-primary:hover{opacity:.9}.btn-product-secondary{background:transparent}.btn-product-secondary:hover{opacity:.8}.chart-container{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:2rem}.chart-wrapper{height:20rem}.performance-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.performance-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.performance-cards{grid-template-columns:repeat(4,1fr)}}.performance-card{border-radius:.75rem;padding:1.5rem;text-align:center}.performance-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.performance-value{font-size:1.875rem;font-weight:700}.performance-label{margin-top:.5rem;font-size:.875rem}.about-content{display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:768px){.about-content{flex-direction:row;align-items:flex-start}}.about-text{flex:1;margin-bottom:2rem}@media(min-width:768px){.about-text{margin-bottom:0;padding-right:3rem}}.about-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.about-paragraph{margin-bottom:1rem;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.stat-card{padding:1rem;border-radius:.5rem;text-align:center}.stat-value{font-size:1.875rem;font-weight:700}.stat-label{font-size:.875rem}.about-features{flex:1;width:100%}.features-card{border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.features-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.features-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:flex-start}.feature-bullet{margin-right:.75rem;font-size:1.25rem}.contact-container{max-width:48rem;margin:0 auto;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.contact-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.contact-subtitle{margin-bottom:1.5rem}.contact-form{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.contact-form{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column}.form-group-full{grid-column:1 / -1}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-textarea{width:100%;border:1px solid;border-radius:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:1rem}.form-textarea{resize:vertical}.form-submit{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:opacity .2s;font-family:inherit;font-size:1rem}.form-submit:hover{opacity:.9}.faq-container{max-width:48rem;margin:0 auto}.faq-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid;border-radius:.5rem}.faq-question{width:100%;text-align:left;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;font-family:inherit}.faq-question-text{font-weight:500;font-size:1rem}.faq-icon{margin-left:1rem;font-size:1.25rem}.faq-answer{padding:0 1rem 1rem;line-height:1.6}.legal-container{max-width:56rem;margin:0 auto}.legal-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.legal-card{border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.legal-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.legal-text{line-height:1.6}.product-detail-hero{padding:8rem 0 4rem}.product-detail-header{max-width:80rem;margin:0 auto;display:flex;align-items:center;gap:1rem}.product-detail-icon{flex-shrink:0}.product-detail-title{font-size:2rem;font-weight:800}@media(min-width:768px){.product-detail-title{font-size:2.5rem}}.product-detail-desc{margin-top:.5rem}.product-detail-content{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-detail-content{grid-template-columns:2fr 1fr}}.product-detail-main{order:2}@media(min-width:768px){.product-detail-main{order:1}}.detail-section-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.detail-section-title-spaced{margin-top:2rem}.detail-list{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.detail-actions{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap}.detail-btn-primary,.detail-btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:inherit;font-size:1rem}.detail-btn-primary{border:none}.detail-btn-primary:hover{opacity:.9}.detail-btn-secondary{background:transparent}.detail-btn-secondary:hover{opacity:.8}.product-detail-sidebar{order:1}@media(min-width:768px){.product-detail-sidebar{order:2}}.sidebar-card{border-radius:.75rem;padding:1.25rem}.sidebar-card-spaced{margin-top:1.5rem}.sidebar-title{font-weight:600;margin-bottom:.75rem;font-size:1rem}.sidebar-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.sidebar-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.sidebar-text{font-size:.875rem;line-height:1.6}.product-not-found{text-align:center;padding:4rem 0}.not-found-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.back-link{text-decoration:underline;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1rem}.footer{border-top:1px solid;padding:2.5rem 0}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.footer-heading{font-weight:600;margin-bottom:.75rem;font-size:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{background:none;border:none;cursor:pointer;text-align:left;transition:opacity .2s;font-family:inherit;font-size:.875rem;padding:0;color:inherit}.footer-link:hover{opacity:.7}.theme-selector{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid}.theme-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:600}.theme-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.theme-select{border:1px solid;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;font-family:inherit}.theme-reset{padding:.5rem 1rem;border-radius:.5rem;border:1px solid;font-weight:500;background:transparent;cursor:pointer;transition:opacity .2s;font-family:inherit}.theme-reset:hover{opacity:.8}.footer-bottom{font-size:.875rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.5rem;border-top:1px solid}@media(min-width:640px){.footer-bottom{flex-direction:row}}.main-content{flex:1}.not-found{padding:5rem 1rem;text-align:center}.not-found h2{font-size:1.5rem;margin-bottom:1rem}.not-found button{padding:.75rem 1.5rem;border-radius:.5rem;background-color:var(--primary);color:var(--on-primary);border:none;cursor:pointer;font-family:inherit;font-size:1rem}
