:root{
  --navy:#071a33;--blue:#1677ff;--cyan:#20c4e7;--ink:#10233a;--muted:#5c6f82;
  --line:#dbe5ee;--bg:#f5f9fc;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(7,26,51,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy);color:#e9f4ff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.topbar a{color:white;font-weight:700}.topbar .right{display:flex;gap:18px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,229,238,.8)}
.nav-wrap{min-height:118px;height:auto;padding:8px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;flex:0 0 205px;height:102px;overflow:hidden}.brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{font-size:15px;font-weight:750;color:#233a53}.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.nav-cta{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:13px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.22s}.btn-primary{background:linear-gradient(135deg,var(--blue),#0b5ed0);color:white;box-shadow:0 10px 24px rgba(22,119,255,.23)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border-color:#bdd0e1;color:var(--navy);background:white}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.menu-btn{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:12px}
.hero{padding:74px 0 62px;background:radial-gradient(circle at 12% 20%,#e8fbff 0,transparent 26%),linear-gradient(180deg,#fff,#f6faff)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #bfe7ef;border-radius:999px;background:#effcff;color:#05708a;font-size:13px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(32,196,231,.16)}
h1,h2,h3{line-height:1.16;margin:0 0 18px;color:var(--navy)}h1{font-size:clamp(44px,6vw,74px);letter-spacing:-.045em}h2{font-size:clamp(33px,4vw,50px);letter-spacing:-.035em}h3{font-size:22px}.lead{font-size:19px;color:var(--muted);max-width:650px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:30px}.hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;color:#40566d;font-weight:700;font-size:14px}.hero-points span::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;background:#e7fbf3;color:#0a965f;border-radius:50%;margin-right:8px}.hero-visual{position:relative}.hero-card{position:absolute;left:-28px;bottom:35px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:14px 18px;display:flex;gap:12px;align-items:center}.hero-card b{display:block;color:var(--navy)}.hero-card small{color:var(--muted)}.phone-badge{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue);font-size:20px}
.stats{padding:22px 0 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;overflow:hidden}.stat{padding:25px 28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{display:block;font-size:25px;color:var(--navy)}.stat span{color:var(--muted);font-size:14px}
.section{padding:92px 0}.section-soft{background:var(--bg)}.section-dark{background:var(--navy);color:#dce8f5}.section-dark h2,.section-dark h3{color:white}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head p{max-width:600px;margin:0;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card{display:grid;grid-template-columns:48% 52%;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 38px rgba(7,26,51,.07);transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card .content{padding:30px 28px}.service-card p{color:var(--muted);margin:0 0 18px}.text-link{font-weight:850;color:var(--blue)}.text-link::after{content:" →"}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.check{display:flex;gap:10px;align-items:flex-start;color:#40566d;font-weight:650}.check::before{content:"✓";color:#0a9a63;font-weight:900}.feature-panel{background:linear-gradient(145deg,#0d315c,#071a33);border-radius:32px;padding:40px;color:white;box-shadow:var(--shadow)}.feature-panel h3{color:white;font-size:30px}.feature-panel p{color:#bad0e4}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{position:relative;background:white;border:1px solid var(--line);border-radius:20px;padding:28px}.step-num{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#e9f2ff;color:var(--blue);font-weight:900;margin-bottom:20px}.step p{color:var(--muted);margin:0}
.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.area{padding:17px 18px;border:1px solid #294560;border-radius:13px;color:#e9f3fc;background:#0b2441}.area::before{content:"•";color:var(--cyan);margin-right:9px}
.cta-band{background:linear-gradient(135deg,#1677ff,#0a4da4);border-radius:30px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:white;box-shadow:0 20px 48px rgba(22,119,255,.24)}.cta-band h2{color:white;margin-bottom:8px}.cta-band p{margin:0;color:#ddecff}.cta-band .btn{background:white;color:var(--blue)}
.page-hero{padding:72px 0;background:linear-gradient(135deg,#f0fbff,#eef3ff);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,62px)}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:20px}.breadcrumbs a{color:var(--blue)}
.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:38px}.prose h2{font-size:36px}.prose h3{margin-top:34px}.prose p,.prose li{color:#50657a}.side-card{position:sticky;top:112px;background:var(--navy);color:white;border-radius:22px;padding:28px;height:max-content}.side-card h3{color:white}.side-card p{color:#c4d5e5}.side-card .btn{width:100%;margin-top:9px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:white}.icon-box{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#e9f6ff;color:var(--blue);font-size:23px;margin-bottom:18px}.info-card p{color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}.contact-card{background:var(--navy);color:white;border-radius:26px;padding:36px}.contact-card h2,.contact-card h3{color:white}.contact-card p{color:#c8d9e8}.contact-item{padding:16px 0;border-bottom:1px solid #29445f}.contact-item:last-child{border:0}.contact-item small{display:block;color:#88a5bf}.contact-item a{font-weight:800;color:white}.form-card{border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:750;font-size:14px}.field input,.field textarea,.field select{width:100%;border:1px solid #cfdce8;border-radius:12px;padding:13px 14px;outline:none;background:#fbfdff}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(22,119,255,.1)}.field textarea{min-height:128px;resize:vertical}
footer{background:#041426;color:#b9cadb;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:40px}.footer-logo{display:block;width:220px;height:118px;object-fit:contain;object-position:left center;background:#fff;border-radius:16px;padding:10px;margin-bottom:18px}.footer-title{color:white;font-weight:850;margin-bottom:16px}.footer-links{display:grid;gap:9px}.footer-links a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:38px;border-top:1px solid #183149;font-size:13px}
.floating-wa{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.22);font-size:25px}
.notice{padding:12px 15px;border-radius:12px;background:#edf8ff;border:1px solid #c9e8f8;color:#24526d;font-size:14px;margin-top:14px}
@media(max-width:980px){
  .main-nav{position:fixed;inset:154px 20px auto;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-btn{display:block}.nav-cta .btn-outline{display:none}
  .hero-grid,.two-col,.contact-grid,.content-grid{grid-template-columns:1fr}.hero-visual{max-width:700px;margin:auto}.service-grid{grid-template-columns:1fr}.process,.area-grid{grid-template-columns:repeat(2,1fr)}.cards-3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:650px){
  .container{width:min(100% - 28px,1180px)}.topbar .container{justify-content:center}.topbar .right{display:none}.brand{flex-basis:148px;height:78px}.brand img{width:100%;height:100%}.nav-wrap{min-height:88px;height:auto;padding:5px 0}.main-nav{inset:128px 14px auto}.nav-cta .btn-primary{display:none}
  .hero{padding-top:48px}.hero-grid{gap:28px}.hero-card{left:5px;bottom:12px}.stats-grid,.service-card,.cards-3,.process,.area-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.service-card{display:block}.service-card img{width:100%}.stat{border-right:0!important;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}.section{padding:68px 0}.section-head{align-items:flex-start;flex-direction:column}.check-list{grid-template-columns:1fr}.cta-band{padding:30px;align-items:flex-start;flex-direction:column}.footer-bottom{flex-direction:column}.field.full{grid-column:auto}
}

.hero-photo-wrap{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);min-height:520px;background:#dfeaf4}
.hero-photo{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center}
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.photo-card{position:relative;overflow:hidden;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 32px rgba(7,26,51,.08)}
.photo-card img{width:100%;height:255px;object-fit:cover;transition:transform .35s ease}
.photo-card:hover img{transform:scale(1.035)}
.photo-card figcaption{padding:15px 17px;font-size:14px;font-weight:750;color:#29445f;background:#fff}
.photo-card.tall img{height:360px}
.photo-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.photo-strip .photo-card:first-child{grid-row:span 2}
.photo-strip .photo-card:first-child img{height:100%;min-height:530px}
.about-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.about-photo img{width:100%;height:520px;object-fit:cover}
.service-hero-photo{margin-top:38px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.service-hero-photo img{width:100%;height:480px;object-fit:cover}
@media(max-width:980px){
  .photo-grid{grid-template-columns:repeat(2,1fr)}
  .photo-strip{grid-template-columns:1fr 1fr}
  .photo-strip .photo-card:first-child{grid-row:auto;grid-column:1/-1}
  .photo-strip .photo-card:first-child img{height:420px;min-height:0}
}
@media(max-width:650px){
  .hero-photo-wrap,.hero-photo{min-height:390px}
  .photo-grid,.photo-strip{grid-template-columns:1fr}
  .photo-strip .photo-card:first-child{grid-column:auto}
  .photo-card img,.photo-card.tall img,.photo-strip .photo-card:first-child img{height:285px;min-height:0}
  .about-photo img,.service-hero-photo img{height:340px}
}


@media(max-width:1120px) and (min-width:651px){
  .brand{flex-basis:170px;height:90px}
  .brand img{width:100%;height:100%}
  .main-nav{gap:15px}
  .nav-wrap{min-height:104px;padding:7px 0;gap:15px}
}
  .main-nav{gap:17px}
  .nav-wrap{gap:16px}
}
