:root{
  --navy:#0D2B4E; --blue:#147AD6; --teal:#21B6B0; --mint:#7ED8C2;
  --ice:#E6F6FF; --text:#16304f; --muted:#5a6d84; --line:#d8e7f3; --white:#fff;
  --shadow:0 20px 50px rgba(13,43,78,.12); --radius:28px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0%,#f5fbff 100%)}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:22px 5vw;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(216,231,243,.7)}
.brand{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:800;color:var(--navy)}.brand span span{color:var(--teal)}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--teal));color:white;font-size:28px}
.nav{display:flex;align-items:center;gap:30px;font-weight:600}.nav a{color:var(--navy)}.nav-cta{padding:13px 24px;border-radius:999px;color:white!important;background:linear-gradient(135deg,var(--blue),var(--teal))}
.hero{display:grid;grid-template-columns:1fr 1.15fr;gap:36px;align-items:center;padding:55px 5vw 42px;min-height:680px;background:radial-gradient(circle at 85% 5%,#bfeeff 0%,transparent 35%)}
.eyebrow{margin:0 0 12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);font-size:14px}.hero h1{margin:0;color:var(--navy);font-size:clamp(44px,7vw,86px);line-height:1.02;letter-spacing:-.05em}.lead{font-size:24px;line-height:1.45;color:var(--text);max-width:700px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:16px;padding:16px 24px;font-weight:800;font-family:inherit;cursor:pointer}.primary{color:white;background:linear-gradient(135deg,var(--blue),var(--teal));box-shadow:var(--shadow)}.secondary{color:var(--navy);background:white;border:1px solid var(--line)}.stats{display:flex;gap:12px;flex-wrap:wrap}.stats span{padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:600;font-size:14px}.hero-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:white}.hero-image img{width:100%;height:auto}
.section{padding:80px 5vw}.section-heading{max-width:780px}.section-heading h2,.quote-copy h2{margin:0;color:var(--navy);font-size:clamp(32px,4vw,54px);line-height:1.1;letter-spacing:-.03em}.center{text-align:center;margin-inline:auto}.benefit-grid,.product-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:42px}.benefit-card,.product-card,.process-grid div{padding:30px;border-radius:24px;background:white;border:1px solid var(--line);box-shadow:0 12px 32px rgba(13,43,78,.06)}.benefit-card .icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eef7ff;font-size:30px;color:var(--blue);margin-bottom:22px}.benefit-card h3,.product-card h3{margin:0 0 10px;color:var(--navy);font-size:22px}.benefit-card p,.product-card p,.process-grid p,.quote-copy p{color:var(--muted);line-height:1.65}.products-section{background:white}.product-grid{grid-template-columns:repeat(6,1fr)}.product-card{text-align:center}.product-thumb{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:20px;margin:0 0 18px;background:linear-gradient(180deg,#f3fbff,#e8f6ff);border:1px solid #eef5fb}.product-card h3{font-size:18px}.process-section{background:linear-gradient(180deg,#f7fcff,#fff)}.process-grid div strong{display:block;color:var(--navy);font-size:20px;margin-bottom:8px}
.quote-section{margin:60px 5vw 80px;padding:48px;border-radius:32px;background:linear-gradient(135deg,#effaff,#fff);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;grid-template-columns:.9fr 1.1fr;gap:42px}.quote-copy ul{padding-left:20px;color:var(--text);line-height:2}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form label{display:grid;gap:8px;font-weight:700;color:var(--navy)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 15px;font:inherit;color:var(--text);background:white}.quote-form label:nth-child(3),.quote-form label:nth-child(5),.quote-form button{grid-column:1/-1}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:30px 5vw;background:var(--navy);color:white}.site-footer a{color:var(--mint)}
@media (max-width:1000px){.hero,.quote-section{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}}
@media (max-width:640px){.site-header{padding:16px 20px}.brand{font-size:24px}.brand-mark{width:40px;height:40px}.hero,.section{padding-left:22px;padding-right:22px}.hero h1{font-size:48px}.lead{font-size:18px}.benefit-grid,.product-grid,.process-grid,.quote-form{grid-template-columns:1fr}.quote-section{margin:32px 22px;padding:28px}.site-footer{display:block}}
