:root{--home-bg:#f6f8fc;--home-surface:#ffffff;--home-text:#0d1324;--home-muted:#5b6475;--home-border:#e6ecf5;--home-radius:18px;--home-shadow:0 4px 24px rgba(13, 18, 37, 0.08);--home-shadow-hover:0 8px 32px rgba(13, 18, 37, 0.14);--home-nav-height:64px;--home-max-width:1140px;--home-gradient-cta:linear-gradient(135deg, #FF5000 0%, #FF7A33 100%);--home-gradient-step:linear-gradient(135deg, #00D2FF 0%, #3A7BD5 100%)}.icon-svg{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor;flex-shrink:0}.home-page{background:var(--home-bg);color:var(--home-text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;overflow-x:hidden}.home-container{max-width:var(--home-max-width);margin:0 auto;padding:0 20px}.home-hero{background:var(--home-bg);padding:60px 0 40px}.home-hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.home-hero-badge{display:inline-block;background:rgb(13 19 36 / .07);color:var(--home-muted);font-size:13px;font-weight:600;padding:6px 16px;border-radius:50px;margin-bottom:16px}.home-hero-h1{font-size:32px;font-weight:900;color:var(--home-text);line-height:1.15;margin:0 0 16px}.home-hero-sub{font-size:17px;font-weight:400;color:var(--home-muted);line-height:1.5;margin:0 0 24px}.home-hero-logo{text-align:center}.home-hero-logo img{max-width:280px;width:100%;height:auto;filter:drop-shadow(0 16px 32px rgb(0 0 0 / .12))}.home-btn-cta{display:inline-flex;align-items:center;gap:8px;background:var(--home-gradient-cta);color:#ffffff!important;font-size:16px;font-weight:700;padding:14px 28px;border-radius:12px;border:none;cursor:pointer;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 14px rgb(255 80 0 / .3)}.home-btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(255 80 0 / .4)}.home-usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}.home-usp-card{background:var(--home-surface);border-radius:var(--home-radius);padding:20px 16px;text-align:center;box-shadow:var(--home-shadow);border:1px solid var(--home-border);transition:transform 0.3s,opacity 0.3s}.home-usp-card .icon-svg{width:28px;height:28px;color:var(--color-orange,#FF5000);margin:0 auto 10px;display:block}.home-usp-card h3{font-size:15px;font-weight:700;color:var(--home-text);margin:0 0 4px}.home-usp-card p{font-size:13px;color:var(--home-muted);margin:0;line-height:1.4}.home-section-title{font-size:28px;font-weight:900;color:var(--home-text);text-align:center;margin:0 0 32px;text-transform:uppercase}.home-products{padding:60px 0;background:var(--home-surface)}.home-products-grid{display:grid;grid-template-columns:1fr;gap:20px}.home-products-loading,.home-products-empty,.home-products-error{text-align:center;font-size:16px;color:var(--home-muted);padding:40px 0;grid-column:1 / -1}.home-product-card{background:var(--home-surface);border-radius:var(--home-radius);overflow:hidden;box-shadow:var(--home-shadow);border:1px solid var(--home-border);transition:transform 0.25s,box-shadow 0.25s}.home-product-card:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-hover)}.home-product-card-img{overflow:hidden;background:var(--home-bg)}.home-product-card-img img{width:100%;height:auto;display:block}.home-product-card-placeholder{width:100%;height:100%;background:var(--home-border);display:flex;align-items:center;justify-content:center}.home-product-card-body{padding:20px;text-align:center}.home-product-card-title{font-size:17px;font-weight:700;color:var(--home-text);margin:0 0 8px;line-height:1.3}.home-product-card-excerpt{font-size:14px;color:var(--home-muted);line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-card-cta{display:block;width:100%;text-align:center;font-size:14px;padding:10px 16px}.home-info-section{padding:60px 0;background:var(--home-bg)}.home-info-grid{display:grid;grid-template-columns:1fr;gap:20px}.home-info-card{background:var(--home-surface);border-radius:var(--home-radius);padding:28px 24px;box-shadow:var(--home-shadow);border:1px solid var(--home-border);text-align:center;transition:transform 0.3s,opacity 0.3s}.home-info-icon{margin-bottom:12px}.home-info-icon .icon-svg{width:32px;height:32px;color:var(--color-orange,#FF5000)}.home-info-card h3{font-size:20px;font-weight:800;color:var(--home-text);margin:0 0 16px;text-transform:uppercase}.home-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.home-info-list li{font-size:15px;color:var(--home-text);display:flex;align-items:center;gap:10px;justify-content:center}.home-info-list li .icon-svg{color:var(--home-muted);width:20px;height:20px;flex-shrink:0}.home-info-note{font-size:12px;color:var(--home-muted);margin:10px 0 0;font-style:italic}.home-how-section{padding:60px 0;background:var(--home-surface)}.home-steps-grid{display:grid;grid-template-columns:1fr;gap:24px}.home-step{background:var(--home-surface);border-radius:var(--home-radius);padding:28px 24px;text-align:center;box-shadow:var(--home-shadow);border:1px solid var(--home-border);transition:transform 0.3s,opacity 0.3s}.home-step-number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--home-gradient-step);color:#fff;font-size:22px;font-weight:900;margin-bottom:14px}.home-step h3{font-size:18px;font-weight:700;color:var(--home-text);margin:0 0 8px}.home-step p{font-size:14px;color:var(--home-muted);margin:0;line-height:1.5}.home-form-section{padding:60px 0;background:var(--home-bg)}.home-form-subtitle{font-size:16px;color:var(--home-muted);text-align:center;margin:-16px 0 32px}.home-form-wrapper{max-width:680px;margin:0 auto;background:var(--home-surface);border-radius:var(--home-radius);padding:32px 28px;box-shadow:var(--home-shadow);border:1px solid var(--home-border)}.home-form-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}.home-lead-form .form-group label{display:block;font-size:14px;font-weight:600;color:var(--home-text);margin-bottom:6px}.home-lead-form .form-group input,.home-lead-form .form-group select{width:100%;padding:12px 14px;font-size:15px;color:var(--home-text);background:#fff;border:1px solid #cbd5e1;border-radius:12px;line-height:1.4;transition:border-color 0.2s,box-shadow 0.2s;box-sizing:border-box}.home-lead-form .form-group input:focus,.home-lead-form .form-group select:focus{outline:none;border-color:var(--color-orange,#FF5000);box-shadow:0 0 0 3px rgb(255 80 0 / .12)}.home-form-privacy{margin-bottom:20px}.home-checkbox-label{display:flex!important;align-items:center;gap:8px;font-size:13px;color:var(--home-muted);cursor:pointer;line-height:1.4}.home-checkbox-label input[type="checkbox"]{width:16px;height:16px;margin:0;flex-shrink:0;accent-color:var(--color-orange,#FF5000)}.home-checkbox-label a{color:var(--color-orange,#FF5000);text-decoration:underline}.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;opacity:0;visibility:hidden;overflow:hidden}.home-btn-submit{display:flex;width:100%;justify-content:center;font-size:17px;padding:14px}.home-lead-form .form-message{text-align:center;font-size:14px;margin-top:12px;padding:10px;border-radius:8px;display:none}.home-lead-form .form-message.success{background:rgb(8 160 69 / .1);color:#076D04}.home-lead-form .form-message.error{background:rgb(255 0 0 / .08);color:#c00}.home-animate-in{opacity:1!important;transform:translateY(0)!important;transition:opacity 0.5s ease,transform 0.5s ease}.home-footer{margin-top:0}@media (min-width:768px){.home-hero{padding:80px 0 48px}.home-hero-h1{font-size:38px}.home-hero-sub{font-size:18px}.home-hero-logo img{max-width:360px}.home-usp-grid{grid-template-columns:repeat(4,1fr);gap:18px}.home-products-grid{grid-template-columns:repeat(2,1fr)}.home-info-grid{grid-template-columns:repeat(3,1fr)}.home-steps-grid{grid-template-columns:repeat(3,1fr)}.home-form-grid{grid-template-columns:1fr 1fr}.home-section-title{font-size:30px}}@media (min-width:1024px){.home-hero-grid{grid-template-columns:1.1fr 0.9fr}.home-hero-h1{font-size:44px}.home-hero-sub{font-size:19px}.home-hero-logo img{max-width:420px}.home-products-grid{grid-template-columns:repeat(3,1fr);gap:24px}.home-product-card-title{font-size:18px}.home-section-title{font-size:34px;margin-bottom:40px}.home-btn-cta{font-size:17px;padding:16px 32px}}