@font-face{font-family:Gilroy;src:url("fonts/Gilroy-Regular.woff2") format("woff2");font-weight:400}
@font-face{font-family:Gilroy;src:url("fonts/Gilroy-Medium.woff2") format("woff2");font-weight:500}
@font-face{font-family:Gilroy;src:url("fonts/Gilroy-Bold.woff2") format("woff2");font-weight:700}

:root{
  --navy:#102a43;
  --blue:#1264c4;
  --blue-dark:#0a4f9e;
  --sky:#eaf4ff;
  --text:#334e68;
  --muted:#627d98;
  --line:#d9e5ef;
  --white:#fff;
  --soft:#f7fafc;
  --shadow:0 18px 50px rgba(16,42,67,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Gilroy,Arial,sans-serif;color:var(--text);line-height:1.65;background:#fff}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.narrow{max-width:850px}

.site-header{background:#fff;border-bottom:1px solid rgba(16,42,67,.08);position:relative;z-index:10}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:500;color:var(--navy)}
.logo strong{font-weight:700}
.logo-mark{width:38px;height:38px;border-radius:11px;background:var(--blue);display:grid;place-items:center}
.logo-mark svg{width:24px;height:24px;fill:#fff}
.header-phone{display:flex;align-items:center;gap:10px;color:var(--navy)}
.header-phone small{display:block;color:var(--muted);font-size:11px;line-height:1.2}
.header-phone strong{display:block;color:var(--blue);font-size:18px}
.phone-icon{font-size:23px;color:var(--blue)}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f1f8ff 0%,#fff 62%);padding:82px 0 90px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center;position:relative;z-index:1}
.eyebrow,.section-label{font-size:12px;letter-spacing:1.7px;font-weight:700;color:var(--blue)}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:16px}
.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--blue);display:inline-block}
.hero h1{font-size:clamp(40px,5vw,66px);line-height:1.03;letter-spacing:-1.8px;color:var(--navy);margin-bottom:23px}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero-text{font-size:18px;max-width:650px;color:var(--muted);margin-bottom:29px}
.primary-btn,.card-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:9px;background:var(--blue);color:#fff;font-weight:700;padding:16px 22px;box-shadow:0 9px 25px rgba(18,100,196,.20);transition:.2s}
.primary-btn:hover,.card-btn:hover{background:var(--blue-dark);transform:translateY(-1px)}
.primary-btn span,.card-btn span{font-size:22px}
.call-note{font-size:13px;color:var(--muted);margin-top:12px}

.hero-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:35px;box-shadow:var(--shadow);position:relative}
.hero-card:before{content:"";position:absolute;right:0;top:0;width:75px;height:75px;border-radius:0 20px 0 75px;background:var(--sky)}
.water-drop{position:absolute;right:28px;top:24px;width:48px}
.water-drop svg{width:48px;height:60px}
.water-drop path:first-child{fill:#ddecff;stroke:var(--blue);stroke-width:2}
.drop-highlight{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round}
.hero-card h2{font-size:30px;color:var(--navy);margin-bottom:7px}
.hero-card>p{color:var(--muted);margin-bottom:23px}
.hero-card ul{list-style:none;border-top:1px solid var(--line);margin-bottom:25px}
.hero-card li{padding:12px 0;border-bottom:1px solid var(--line);font-weight:500;color:var(--navy)}
.hero-card li:before{content:"✓";color:var(--blue);font-weight:700;margin-right:11px}
.card-btn{width:100%;padding:14px}

.section{padding:82px 0}
.intro{text-align:center;background:#fff}
.intro h2,.section-heading h2,.qualification h2,.center-heading h2{font-size:clamp(30px,4vw,43px);line-height:1.15;color:var(--navy);margin:8px 0 18px;letter-spacing:-.8px}
.intro p{font-size:17px;color:var(--muted)}

.services{background:var(--soft)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}
.text-link{color:var(--blue);font-weight:700}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px 20px;min-height:255px;position:relative;box-shadow:0 5px 20px rgba(16,42,67,.035)}
.service-number{font-size:12px;color:#9fb3c8;font-weight:700}
.service-icon{width:48px;height:48px;border-radius:12px;background:var(--sky);color:var(--blue);display:grid;place-items:center;font-size:23px;margin:18px 0 17px}
.service-card h3{font-size:19px;color:var(--navy);margin-bottom:9px}
.service-card p{font-size:14px;color:var(--muted);line-height:1.55}

.qualification{background:#fff}
.qualification-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}
.qualification>div>p{color:var(--muted);font-size:17px}
.qual-box{border:1px solid var(--line);border-radius:17px;padding:10px 25px;background:#fbfdff}
.qual-item{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}
.qual-item:last-child{border-bottom:0}
.check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5f2ff;color:var(--blue);font-weight:700}
.qual-item strong{display:block;color:var(--navy);margin-bottom:2px}
.qual-item p{font-size:14px;color:var(--muted)}

.how{background:#f5f9fd}
.center-heading{text-align:center;margin-bottom:40px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step{text-align:center;background:#fff;border:1px solid var(--line);border-radius:15px;padding:30px}
.step>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:700;margin:0 auto 17px}
.step h3{color:var(--navy);font-size:21px;margin-bottom:8px}
.step p{font-size:15px;color:var(--muted)}
.step a{color:var(--blue);font-weight:700}

.cta{background:var(--navy);color:#fff;padding:58px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.section-label.light{color:#a9d3ff}
.cta h2{font-size:clamp(28px,4vw,42px);line-height:1.1;margin:6px 0 10px}
.cta p{color:#bcccdc}
.light-btn{background:#fff;color:var(--navy);box-shadow:none}
.light-btn:hover{background:#eef6ff}

.footer{background:#0b2033;color:#bcccdc;padding:45px 0 25px}
.footer-brand{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-logo{color:#fff}
.footer-phone{font-size:19px;font-weight:700;color:#fff}
.footer-links{display:flex;gap:25px;padding:24px 0;font-size:14px}
.footer-links a:hover{color:#fff}
.disclaimer{font-size:12px;line-height:1.65;color:#91a7ba;max-width:1000px}
.copyright{font-size:12px;color:#71889c;margin-top:25px}

.hero-shape{position:absolute;border-radius:50%;background:#e3f1ff}
.hero-shape-one{width:400px;height:400px;right:-220px;top:-180px}
.hero-shape-two{width:170px;height:170px;left:-100px;bottom:-80px}

@media(max-width:1000px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-card{max-width:600px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .qualification-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1120px)}
  .header-inner{min-height:70px}
  .header-phone small{display:none}
  .header-phone strong{font-size:15px}
  .logo{font-size:18px}
  .logo-mark{width:34px;height:34px}
  .hero{padding:58px 0 65px}
  .hero h1{font-size:42px}
  .hero-text{font-size:16px}
  .hero-card{padding:25px}
  .section{padding:65px 0}
  .section-heading{align-items:start;flex-direction:column}
  .service-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .footer-brand{align-items:flex-start;flex-direction:column}
  .footer-links{flex-wrap:wrap;gap:14px 22px}
}
@media(max-width:480px){
  .service-grid{grid-template-columns:1fr}
  .primary-btn{width:100%}
  .hero-card{border-radius:15px}
}
