*{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#086fc1;
  --deep:#092b4d;
  --text:#102d49;
  --light:#f4f8fc;
  --line:#d8e2ec;
}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:1.2em;height:1.2em;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.container{width:min(88%,1325px);margin:auto}
.site-header{height:115px;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #eef2f5}
.nav-wrap{height:115px;display:flex;align-items:center;gap:28px}
.brand{width:190px;display:flex;align-items:center}
.brand img{width:205px;height:auto}
.nav{display:flex;align-items:center;gap:34px;margin-left:auto}
.nav a{font-size:14px;font-weight:500;color:#122a43;padding:46px 0 40px;border-bottom:3px solid transparent}
.nav a:hover,.nav a.active{color:#065da6;border-bottom-color:#0873c9}
.chevron{font-size:13px}
.mail-pill{display:flex;align-items:center;gap:11px;font-size:13px;white-space:nowrap}
.mail-icon{width:39px;height:39px;border-radius:50%;background:#edf6fd;color:#0769b6;display:grid;place-items:center;font-size:18px}
.menu-btn{display:none;border:0;background:none;font-size:25px;color:var(--deep)}

.hero{position:relative;min-height:443px;overflow:hidden;background:#edf7ff}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 28%,rgba(255,255,255,.7) 47%,rgba(255,255,255,.08) 72%,rgba(255,255,255,0) 100%);z-index:1}
.hero-content{min-height:443px;display:grid;grid-template-columns:48% 52%;align-items:center;position:relative}
.hero-copy{position:relative;z-index:2;padding:34px 0}
.eyebrow,.section-label{font-size:12px;letter-spacing:3px;color:#075d9d;font-weight:700}
.hero h1{font-size:50px;line-height:1.04;margin:9px 0 14px;color:#082b4d;letter-spacing:-1.8px}
.hero p{font-size:18px;color:#38516a;margin-bottom:22px}
.primary-btn,.outline-btn{display:inline-flex;align-items:center;gap:28px;border-radius:25px;padding:11px 22px;font-size:13px;font-weight:600}
.primary-btn{background:#0874c9;color:#fff;box-shadow:0 7px 16px rgba(8,116,201,.2)}
.primary-btn .icon,.outline-btn .icon,.view-link .icon{width:20px;height:20px}
.hero-art{position:absolute;inset:0;z-index:0;overflow:hidden;clip-path:none;pointer-events:none}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}

.trust-bar{padding:12px 0;background:#fff}
.trust-grid{background:#f5f9fd;border:1px solid #edf3f8;border-radius:10px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}
.trust-item{min-height:143px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-right:1px solid #bdcbd8;text-align:center;font-size:14px;color:#123451}
.trust-item:last-child{border-right:0}
.line-icon{width:38px;height:38px;color:#0b5a98;line-height:1;stroke:#0b5a98}

.section{padding:34px 0}
.about{padding-top:30px}
.about-grid{display:grid;grid-template-columns:44% 56%;align-items:center;gap:20px}
.about-copy{padding-right:10px}
.about h2,.products h2,.brands h2{font-size:28px;line-height:1.18;color:#092e51;margin:10px 0 11px;letter-spacing:-.4px}
.about p,.products p,.brands p{font-size:14px;color:#52677a;max-width:560px}
.outline-btn{border:1px solid #1572b9;color:#0867ad;margin-top:18px;padding:9px 18px;gap:24px}
.about-image{height:280px;overflow:hidden;clip-path:polygon(12% 0,100% 0,88% 100%,0 100%)}
.about-image img{width:100%;height:100%;object-fit:cover}

.products{background:#f7fafd;padding:34px 0 42px}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px}
.view-link{color:#075b98;font-size:15px;font-weight:600;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.product-card{height:164px;background:#fff;border:1px solid #dce6ee;border-radius:8px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:.2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(20,63,93,.08)}
.product-card img{width:100%;height:108px;object-fit:contain;border-radius:4px}
.product-card h3{font-size:14px;color:#102e4b;text-align:center}

.brands{background:#f1f7fc;padding:28px 0}
.brands-row{display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:center}
.brands-copy{padding-right:30px}
.brands-copy h2{font-size:30px}
.brand-logo{min-height:112px;border-left:1px solid #cbd7e1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#0a3154}
.brand-logo>b{font-size:16px}
.cri-circle{border:3px solid #e01c27;color:#e01c27;border-radius:50%;font-weight:800;font-size:38px;padding:4px 10px;line-height:1}
.brand-logo strong{font-size:40px;color:#086cb8}
.brand-logo .algo{font-size:44px;letter-spacing:-2px}

.contact-strip{background:#092d4e;color:#fff;overflow:hidden}
.contact-inner{min-height:130px;display:grid;grid-template-columns:1.6fr 1px .85fr .9fr;align-items:center;gap:24px}
.contact-intro{display:flex;align-items:center;gap:18px}
.big-mail{width:72px;height:72px;border-radius:50%;background:#fff;color:#0868ad;display:grid;place-items:center;font-size:32px;flex:none}
.contact-intro small{font-size:13px;color:#dce8f2}
.contact-intro h2{font-size:25px;margin:1px 0 2px}
.contact-intro p{font-size:13px;color:#d6e0e9}
.contact-divider{height:76px;background:#688096}
.email-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.email-button{background:#0874c9;border-radius:5px;padding:11px 20px;font-size:13px;display:inline-flex;align-items:center;gap:8px}
.email-box span{font-size:14px}
.water-art{font-size:22px;font-style:italic;line-height:1.05;transform:rotate(-6deg);opacity:.9;text-align:center}
.water-art b{font-size:28px}

.footer{background:#071e34;color:#fff}
.footer-main{min-height:90px;display:flex;align-items:center;gap:38px}
.footer-logo{width:150px;filter:grayscale(1) invert(1) contrast(1.8);mix-blend-mode:screen;object-fit:contain}
.footer-info{font-size:14px;color:#e2ebf2;display:flex;align-items:center;gap:10px}
.footer-info span{font-size:18px}
.socials{margin-left:auto;display:flex;gap:9px}
.socials a{width:34px;height:34px;background:#fff;color:#102d49;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:15px}
.socials a .icon{width:17px;height:17px}
.copyright{border-top:1px solid #365069;text-align:center;padding:10px 0 13px;font-size:10px;color:#b8c8d6}

@media(max-width:1050px){
  .nav{gap:18px}
  .mail-pill span:last-child{display:none}
  .hero h1{font-size:39px}
  .container{width:min(94%,1180px)}
}
@media(max-width:800px){
  .site-header,.nav-wrap{height:70px}
  .brand img{width:145px}
  .nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:8px 5%;box-shadow:0 10px 25px rgba(0,0,0,.08)}
  .nav.open{display:flex}
  .nav a{padding:12px 0;width:100%}
  .mail-pill{margin-left:auto}
  .menu-btn{display:block}
  .hero-content{grid-template-columns:1fr;min-height:530px}
  .hero-copy{position:relative;z-index:3;padding-top:55px}
  .hero-art{position:absolute;inset:auto 0 0 0;height:330px;opacity:.48}
  .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 47%,rgba(255,255,255,.25) 100%)}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .trust-item:nth-child(3){border-right:0}
  .trust-item:nth-child(-n+3){border-bottom:1px solid #bdcbd8}
  .about-grid{grid-template-columns:1fr}
  .about-image{height:240px;clip-path:none}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .brands-row{grid-template-columns:1fr 1fr}
  .brands-copy{grid-column:1/-1;padding-bottom:18px}
  .brand-logo:nth-child(3){border-right:0}
  .contact-inner{grid-template-columns:1fr;gap:14px;padding:20px 0}
  .contact-divider{display:none}
  .water-art{display:none}
  .footer-main{flex-wrap:wrap;gap:18px;padding:16px 0}
  .socials{margin-left:0}
}
@media(max-width:520px){
  .hero h1{font-size:35px}
  .hero p{font-size:16px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(3){border-right:1px solid #bdcbd8}
  .trust-item:nth-child(even){border-right:0}
  .trust-item:nth-child(n+5){border-bottom:0}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .section-heading-row{align-items:flex-start;flex-direction:column}
  .brands-row{grid-template-columns:1fr}
  .brand-logo{border-left:0;border-top:1px solid #cbd7e1}
  .brands-copy{padding-bottom:12px}
  .footer-info{width:100%}
}
