:root{--bg: #F8FAFC;--bg-card: #FFFFFF;--bg-card-alt: #F1F5F9;--bg-hover: #E2E8F0;--border: #E2E8F0;--border-strong: #CBD5E1;--text: #0F172A;--text-muted: #64748B;--text-light: #94A3B8;--accent: #EA580C;--accent-hover:#C2410C;--accent-soft: rgba(234,88,12,.12);--accent-grad: linear-gradient(135deg,#EA580C,#F97316);--primary: #64748B;--success: #16A34A;--danger: #DC2626;--warning: #F59E0B;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow: 0 2px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 40px rgba(0,0,0,.1);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100dvh;-webkit-font-smoothing:antialiased}.glow{position:fixed;inset:-30% -10% auto -10%;height:50vh;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,rgba(234,88,12,.08),transparent 60%);z-index:0}.text-accent,.logo-accent{color:var(--accent)}.section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;position:relative;z-index:1}.section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem}.section-title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem}.section-sub{color:var(--text-muted);font-size:1rem;max-width:600px;margin-bottom:2.5rem;line-height:1.7}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.6rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease,opacity .15s}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent-grad);color:#fff;box-shadow:0 6px 28px #ea580c59}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 36px #ea580c80}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--text);background:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-hover)}input,textarea{width:100%;padding:.7rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.92rem;outline:none;font-family:inherit;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ea580c26}input.error,textarea.error{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.78rem;margin-top:.25rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--text-muted)}.navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.15rem;letter-spacing:-.02em;text-decoration:none;color:var(--text)}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-muted);font-size:.88rem;cursor:pointer;text-decoration:none;transition:color .2s;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--accent)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text)}.hero{text-align:center;padding:5rem 1rem 3rem;position:relative;min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content{position:relative;z-index:1}.hero h1{font-size:clamp(2rem,5.5vw,3.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:1rem}.hero p{color:var(--text-muted);font-size:1.05rem;max-width:540px;margin:0 auto 2rem;line-height:1.7}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:var(--accent-soft);padding:.35rem 1rem;border-radius:999px;margin-bottom:1.2rem}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.2rem}.stat-num{font-size:1.6rem;font-weight:800;color:var(--accent)}.stat-label{font-size:.78rem;color:var(--text-muted);font-weight:500}.scroll-indicator{position:absolute;bottom:1.5rem;background:none;border:1px solid var(--border);border-radius:999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);animation:bounce 2s infinite;transition:color .2s,border-color .2s}.scroll-indicator:hover{color:var(--accent);border-color:var(--accent)}.about-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:start}.about-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5rem}.about-card{text-align:center;padding:1.25rem}.about-card h4{font-size:.9rem;font-weight:700;margin:.5rem 0 .3rem}.about-card p{font-size:.78rem;margin:0}.icon-accent{color:var(--accent)}.image-placeholder{background:var(--bg-card-alt);border:2px dashed var(--border);border-radius:var(--radius-lg);height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-light);font-size:.9rem}.tabs-wrap{overflow-x:auto;margin-bottom:2rem}.tabs{display:inline-flex;gap:.25rem;background:var(--bg-card-alt);border:1px solid var(--border);border-radius:999px;padding:.25rem}.tab{text-align:center;padding:.45rem 1.2rem;border-radius:999px;font-size:.82rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all .2s;background:none;border:none;font-family:inherit;white-space:nowrap}.tab.active{background:var(--accent-grad);color:#fff}.tab:hover:not(.active){color:var(--text)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-card{text-align:center;padding:1.5rem 1rem}.product-icon-wrap{width:56px;height:56px;border-radius:12px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:var(--accent)}.product-card h3{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.product-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}.features .section-sub{margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{text-align:center;padding:2rem 1.25rem}.feature-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--accent)}.feature-card h3{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.feature-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start}.contact-form{display:flex;flex-direction:column;gap:1rem;padding:2rem}.form-success{padding:.75rem 1rem;border-radius:var(--radius-sm);background:#16a34a1a;border:1px solid rgba(22,163,74,.25);color:var(--success);font-weight:600;font-size:.88rem}.submit-btn{align-self:flex-start}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem}.contact-item span{font-size:.9rem;font-weight:500}.contact-map-placeholder{background:var(--bg-card-alt);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;color:var(--text-light);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem}.footer{background:#0f172a;color:#cbd5e1;margin-top:3rem}.footer-inner{padding:3rem 1.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.1rem;color:#fff}.footer-brand p{font-size:.82rem;line-height:1.7;margin-top:.75rem;color:#94a3b8}.footer-col h4{color:#fff;font-size:.85rem;font-weight:700;margin-bottom:.75rem}.footer-col a{display:block;color:#94a3b8;text-decoration:none;font-size:.85rem;margin-bottom:.4rem;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-col p{font-size:.82rem;color:#94a3b8;margin-bottom:.2rem}.footer-contact-item{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#94a3b8;margin-bottom:.4rem}.footer-note{color:var(--text-muted);font-size:.75rem;margin-top:.25rem}.footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.78rem;color:#64748b}.footer-bottom a{color:var(--accent);text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .5s ease forwards}.delay-1{animation-delay:.05s;opacity:0}.delay-2{animation-delay:.12s;opacity:0}.delay-3{animation-delay:.2s;opacity:0}.delay-4{animation-delay:.28s;opacity:0}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:900px){.about-grid{grid-template-columns:1fr}.about-cards{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-stats{gap:1.5rem}}@media(max-width:640px){.navbar{padding:0 1rem}.nav-links{display:none;position:fixed;top:64px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-direction:column;padding:1rem;gap:.25rem;border-bottom:1px solid var(--border);z-index:99}.nav-links.open{display:flex}.nav-link{padding:.7rem 0;font-size:1rem}.menu-toggle{display:flex;align-items:center;justify-content:center}.hero{padding:3rem 1rem 2rem;min-height:70vh}.hero-stats{flex-direction:row;gap:1rem;flex-wrap:wrap}.about-cards,.features-grid,.footer-grid{grid-template-columns:1fr}.section{padding:2.5rem 1rem}.tabs{width:100%;justify-content:center}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:400px){.products-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}}
