*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#455660;--steel:#3a5a80;--accent:#c2cc01;--light:#f4f6f9;--white:#ffffff;--text:#2c3e50;--muted:#6b7a8d}body{font-family:'Segoe UI',Arial,sans-serif;color:var(--text);background:var(--white)}p{margin-bottom:0}nav{background:var(--navy);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}nav .logo{color:var(--white);font-size:1.5rem;font-weight:700;letter-spacing:2px}nav .logo span{color:var(--accent)}nav a.cta-nav{background:var(--accent);color:var(--white);padding:.5rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.9rem}.hero{background:linear-gradient(135deg,var(--navy) 60%,var(--steel));color:var(--white)!important;padding:5rem 2rem 4rem;text-align:center}.hero .badge{display:inline-block;background:var(--accent);color:var(--white);font-size:1.5rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.3rem .9rem;border-radius:20px;margin-bottom:1.2rem}.hero h1{font-size:clamp(1.8rem, 4vw, 3rem);line-height:1.2;max-width:780px;margin:0 auto 1.2rem}.hero h1 span{color:var(--accent)}.hero-h{color:var(--white)!important}.hero p{font-size:1.1rem;color:#b0c4de;max-width:620px;margin:0 auto 2rem;line-height:1.7}.hero .cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--accent);color:var(--white);padding:.85rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background 0.2s}.btn-primary:hover{background:#424242;color:var(--white)}.btn-outline{background:#fff0;color:var(--white)!important;padding:.85rem 2rem;border:2px solid rgb(255 255 255 / .5);border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color 0.2s}.btn-outline:hover{border-color:var(--white)}.trust-bar{background:var(--light);border-bottom:1px solid #dde3ea;padding:1.2rem 2rem;text-align:center}.trust-bar p{font-size:.9rem;color:var(--muted)}.trust-bar strong{color:var(--navy)}.problem{padding:4rem 2rem;max-width:900px;margin:0 auto;text-align:center}.problem h2{font-size:1.8rem;color:var(--navy);margin-bottom:1rem}.problem p{font-size:1.05rem;color:var(--muted);line-height:1.8;max-width:700px;margin:0 auto}.values{background:var(--light);padding:4rem 2rem}.values h2{text-align:center;font-size:1.8rem;color:var(--navy);margin-bottom:2.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.value-card{background:var(--white);border-radius:8px;padding:1.8rem;border-left:4px solid var(--accent);box-shadow:0 2px 8px rgb(0 0 0 / .06)}.value-card .icon{font-size:2rem;margin-bottom:.8rem}.value-card h3{font-size:1.05rem;color:var(--navy);margin-bottom:.5rem}.value-card p{font-size:.92rem;color:var(--muted);line-height:1.6}.products{padding:4rem 2rem;max-width:1200px;margin:0 auto}.products h2{text-align:center;font-size:1.8rem;color:var(--navy);margin-bottom:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.product-card{border:1px solid #dde3ea;border-radius:8px;padding:1.5rem;text-align:center}.product-card .emoji{font-size:2.5rem;margin-bottom:.8rem}.product-card h3{font-size:1rem;color:var(--navy);margin-bottom:.4rem}.product-card p{font-size:.88rem;color:var(--muted);line-height:1.5}.about{background:var(--navy);color:var(--white);padding:4rem 2rem;text-align:center}.about h2{font-size:1.8rem;margin-bottom:1rem}.about p{font-size:1.05rem;color:#b0c4de;max-width:650px;margin:0 auto;line-height:1.8}.stats{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;flex-wrap:wrap}.stat h3{font-size:2.2rem;color:var(--accent);font-weight:700}.stat p{font-size:.88rem;color:#b0c4de;margin-top:.2rem}.lead{padding:5rem 2rem;max-width:600px;margin:0 auto;text-align:center}.lead h2{font-size:1.8rem;color:var(--navy);margin-bottom:.8rem}.lead p{color:var(--muted);margin-bottom:2rem;line-height:1.7}form{display:flex;flex-direction:column;gap:1rem;text-align:left}form input,form select,form textarea{width:100%;padding:.85rem 1rem;border:1px solid #ccd3dc;border-radius:5px;font-size:.95rem;color:var(--text);font-family:inherit}form input:focus,form select:focus,form textarea:focus{outline:none;border-color:var(--steel)}form textarea{resize:vertical;min-height:100px}form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}form button{background:var(--accent);color:var(--white);padding:1rem;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background 0.2s}form button:hover{background:#d06010}.privacy{font-size:.78rem;color:var(--muted);text-align:center}footer{background:var(--navy);color:#6b7a8d;text-align:center;padding:1.5rem;font-size:.85rem}footer a,p{color:var(--white);text-decoration:none}footer a:hover{color:var(--accent)}@media (max-width:600px){form .row{grid-template-columns:1fr}.stats{gap:1.5rem}}