:root{--brand-font: "Inter", sans-serif;--accent: #ff3403;--accent-strong: #e92f02;--surface: #f2eee8;--surface-alt: #ebe6de;--card: #f2eee8;--text: #1b1b13;--muted: #3c3b2a;--border: #cfc8bf;--hero-bg: radial-gradient(circle at 50% 20%, #1b1b1b 0%, #0b0b0b 55%, #050505 100%);--hero-overlay: rgba(242, 238, 232, .6);--input-bg: #f7f3ee;--input-text: #1b1b13;--input-placeholder: #6b6459;--hero-foreground: #f2eee8}[data-theme=dark]{--surface: #1b1b13;--surface-alt: #15150f;--card: #1b1b13;--text: #f2eee8;--muted: #c7c0b6;--border: #403c34;--hero-bg: radial-gradient(circle at 50% 20%, #1b1b1b 0%, #0b0b0b 55%, #050505 100%);--hero-overlay: rgba(0, 0, 0, .6);--input-bg: #12120d;--input-text: #f2eee8;--input-placeholder: #a9a295;--hero-foreground: #f2eee8}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{font-family:var(--brand-font);background-color:var(--surface);color:var(--text)}.brand-accent{color:var(--accent)}.hero-bg{background:var(--hero-bg)}.hero{position:relative;overflow:hidden}.hero-spline{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-spline canvas{width:100%!important;height:100%!important;max-width:none;max-height:none;transform:translateY(-20%) scale(1.25);transform-origin:center top}.hero-content{position:relative;z-index:1}.hero-title,.hero-foreground{color:var(--hero-foreground)}.theme-bg{background-color:var(--surface)}.theme-bg-alt{background-color:var(--surface-alt)}.theme-card{background-color:var(--card);border-color:var(--border)}.theme-text{color:var(--text)}.theme-muted,.theme-link{color:var(--muted)}.theme-link:hover{color:var(--text)}.theme-border{border-color:var(--border)}.about-text{text-align:justify;text-align-last:center}.btn-primary{background-color:var(--accent);color:#fff}.btn-primary:hover{background-color:var(--accent-strong)}.btn-outline{border:1px solid var(--hero-foreground);color:var(--hero-foreground);background-color:transparent}.btn-ghost{color:var(--text);background-color:transparent}.input-field{background-color:var(--input-bg);color:var(--input-text);border-color:var(--border)}.input-field::placeholder{color:var(--input-placeholder)}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,visibility}.fade-in-section.is-visible{opacity:1;transform:none}.service-card{transition:all .08s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0003,0 10px 10px -5px #0000001a}.mobile-menu{transform:translate(100%);transition:transform .3s ease-in-out}.mobile-menu.open{transform:translate(0)}.mobile-overlay{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-overlay.open{opacity:1;visibility:visible}.faq-item{transition:all .3s ease}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.open .faq-content{max-height:500px}.faq-chevron{transition:transform .3s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}body.menu-open{overflow:hidden}
