
:root{
  --navy:#062f6b;
  --navy-2:#03285d;
  --blue:#0969cf;
  --blue-2:#0b78e3;
  --ink:#10294d;
  --muted:#52637a;
  --line:#dce7f4;
  --soft:#f4f9ff;
  --soft2:#edf6ff;
  --white:#fff;
  --shadow:0 12px 32px rgba(16,41,77,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.skip-link{position:absolute;left:-9999px;top:0}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px 14px;z-index:999;border-radius:6px}

.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid #edf2f8}
.nav-wrap{min-height:84px;display:flex;align-items:center;gap:24px}
.logo-link{flex:0 0 auto}
.logo-link img{height:59px;width:auto}
.desktop-nav{display:flex;gap:24px;margin-left:auto;align-items:center;font-weight:700;font-size:14px}
.desktop-nav a:hover,.desktop-nav a:focus{color:var(--blue)}
.header-phone{font-weight:900;color:var(--navy);font-size:17px;white-space:nowrap}
.mobile-menu{display:none;margin-left:auto;position:relative}
.mobile-menu summary{list-style:none;cursor:pointer;font-size:28px;color:var(--navy);padding:8px}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu[open] .mobile-panel{display:flex}
.mobile-panel{position:absolute;right:0;top:54px;width:min(320px,88vw);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px;padding:18px;display:none;flex-direction:column;gap:12px;font-weight:800}
.mobile-panel a{padding:8px 6px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:14px 21px;font-weight:900;border:2px solid var(--blue);transition:.18s;cursor:pointer}
.btn:hover,.btn:focus{transform:translateY(-1px);box-shadow:0 8px 20px rgba(9,105,207,.16)}
.btn.primary{background:var(--blue);color:#fff}
.btn.secondary{background:#fff;color:var(--blue)}
.btn.small{padding:11px 16px;font-size:14px}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:3px;color:var(--navy);text-transform:uppercase}

.hero{background:linear-gradient(90deg,#fff 0%,#fff 43%,#eef6ff 43%,#eef6ff 100%)}
.hero-grid{display:grid;grid-template-columns:43% 57%;min-height:530px}
.hero-copy{padding:68px 45px 60px 0;align-self:center}
.hero h1{font-size:54px;line-height:.99;margin:14px 0 18px;color:var(--navy);letter-spacing:-1.8px}
.hero p{font-size:20px;color:#2f4865;margin:0 0 28px;max-width:590px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.hero-photo{min-height:530px;background:url("../img/hero.jpg") center/cover no-repeat}

.section{padding:70px 0}
.section.soft{background:#fbfdff}
.section-title{text-align:center;max-width:790px;margin:0 auto 38px}
.section-title h2{font-size:37px;line-height:1.08;margin:8px 0 7px;color:var(--navy)}
.section-title p{font-size:17px;color:var(--muted);margin:0}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.service-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e4edf6;box-shadow:0 7px 20px rgba(16,41,77,.06)}
.service-card img{height:190px;width:100%;object-fit:cover}
.service-card-body{padding:18px;display:flex;flex-direction:column;flex:1}
.service-card h3{font-size:21px;color:var(--navy);margin:0 0 7px}
.service-card p{margin:0 0 16px;color:#3f5772;font-size:15px;flex:1}
.text-link{font-weight:900;color:var(--blue)}
.text-link:hover{text-decoration:underline}

.trustbar{background:var(--soft2);border-block:1px solid #d5e8fb}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:24px;display:flex;gap:13px;align-items:flex-start;border-right:1px solid #cee1f4}
.trust-item:last-child{border-right:0}
.trust-icon{width:42px;height:42px;flex:0 0 42px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center;color:var(--navy);font-weight:900}
.trust-item strong{display:block;color:var(--navy);font-size:15px}
.trust-item span{display:block;color:#4d647f;font-size:13px;margin-top:2px}

.about-grid{display:grid;grid-template-columns:35% 1fr;gap:48px;align-items:center}
.about-photo img{height:430px;width:100%;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}
.about-copy h2{font-size:39px;line-height:1.04;color:var(--navy);margin:8px 0 17px}
.about-copy p{font-size:17px;color:#3b526d;margin:0 0 15px}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.point{background:var(--soft);border:1px solid #dcecff;border-radius:10px;padding:16px}
.point strong{display:block;color:var(--navy)}
.point span{font-size:13px;color:#52667e}

.pm-strip{background:linear-gradient(90deg,#063a80,#0757a9);color:#fff}
.pm-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:center;padding:36px 0}
.pm-grid h2{font-size:31px;margin:0 0 8px}
.pm-grid p{margin:0;color:#e5f1ff;max-width:720px}
.pm-action{text-align:right}
.pm-action .btn{border-color:#fff;background:#fff;color:var(--navy)}

.who-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}
.who-item{text-align:center;padding:16px 5px;border-right:1px solid #e1eaf2}
.who-item:last-child{border-right:0}
.who-icon{font-size:31px;margin-bottom:8px}
.who-item span{font-size:13px;font-weight:800;color:var(--navy)}

.area-section{background:linear-gradient(90deg,#edf7ff,#fbfdff);padding:68px 0}
.area-grid{display:grid;grid-template-columns:32% 43% 25%;gap:28px;align-items:center}
.area-copy h2{font-size:38px;line-height:1.05;margin:8px 0 15px;color:var(--navy)}
.area-copy p{color:#405873;font-size:16px}
.map-card,.contact-card{background:#fff;border:1px solid #dfebf7;border-radius:14px;padding:22px;box-shadow:var(--shadow)}
.map-card svg{display:block;width:100%;height:auto}
.contact-card h3{font-size:29px;line-height:1.05;margin:0 0 10px;color:var(--navy)}
.contact-card p{margin:0 0 16px;color:#53677f}
.contact-card .btn{width:100%;margin-top:10px}

.request-section{padding:72px 0;background:#f4f9ff;border-top:1px solid #dce9f6}
.request-wrap{display:grid;grid-template-columns:.8fr 1.35fr;gap:44px;align-items:start}
.request-copy h2{font-size:39px;line-height:1.05;margin:8px 0 15px;color:var(--navy)}
.request-copy p{font-size:17px;color:#435a75;margin:0 0 15px}
.call-box{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px}
.call-box strong{display:block;margin-bottom:8px;color:var(--navy)}
.request-form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field.full{grid-column:1/-1}
.form-field label{font-size:13px;font-weight:800;color:var(--navy)}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cddaea;border-radius:8px;padding:12px 13px;color:var(--ink);background:#fff;outline:none}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(9,105,207,.10)}
.form-field textarea{min-height:135px;resize:vertical}
.form-field input[type=file]{padding:10px}
.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.form-note{font-size:12px;color:#67798f;margin:12px 0 0}
.honey{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}

.page-hero{background:linear-gradient(90deg,#fff,#eef6ff);padding:56px 0}
.page-hero-grid{display:grid;grid-template-columns:1fr 47%;gap:42px;align-items:center}
.breadcrumbs{font-size:13px;color:#61748a;margin-bottom:16px}
.breadcrumbs a{color:var(--blue);font-weight:700}
.page-hero h1{font-size:48px;line-height:1.02;color:var(--navy);margin:0 0 16px}
.page-hero p{font-size:19px;color:#3f5672;margin:0 0 23px}
.page-hero img{height:350px;width:100%;object-fit:cover;border-radius:13px;box-shadow:var(--shadow)}

.content-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:46px;align-items:start}
.prose h2{font-size:31px;color:var(--navy);margin:0 0 13px}
.prose h3{font-size:22px;color:var(--navy);margin:28px 0 10px}
.prose p{font-size:17px;color:#3f5672}
.check-list{list-style:none;padding:0;margin:15px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}
.check-list li{padding-left:24px;position:relative;color:#344f6d}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.sidebar{position:sticky;top:110px;background:var(--soft);border:1px solid #dcecff;border-radius:12px;padding:23px}
.sidebar h3{margin:0 0 9px;color:var(--navy)}
.sidebar p{color:#53677f}
.sidebar .btn{width:100%;margin-top:10px}

.related{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.related a{border:1px solid var(--line);border-radius:10px;padding:18px;background:#fff;font-weight:800;color:var(--navy)}
.related a:hover{border-color:#9fc8ee;color:var(--blue)}

.site-footer{background:linear-gradient(90deg,#063b82,#03295f);color:#fff;padding:36px 0}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px;align-items:center}
.footer-logo img{height:69px;width:auto;filter:brightness(0) invert(1)}
.footer-nav{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;font-size:13px}
.footer-contact{font-size:14px;line-height:1.9}
.copyright{background:#fff;color:#53657a;font-size:12px;padding:12px;text-align:center}
.mobile-cta{display:none}

@media(max-width:1000px){
  .desktop-nav,.header-phone,.header-request{display:none}
  .mobile-menu{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:50px 0 40px}
  .hero-photo{min-height:390px}
  .hero h1{font-size:47px}
  .service-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .about-grid{grid-template-columns:1fr}
  .about-photo img{height:470px}
  .who-grid{grid-template-columns:repeat(4,1fr)}
  .area-grid,.request-wrap,.content-grid,.page-hero-grid{grid-template-columns:1fr}
  .pm-grid{grid-template-columns:1fr}
  .pm-action{text-align:left}
  .sidebar{position:static}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-logo img{margin:auto}
}
@media(max-width:680px){
  body{padding-bottom:68px}
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{min-height:72px}
  .logo-link img{height:48px}
  .hero-copy{padding:42px 0 34px}
  .hero h1{font-size:39px}
  .hero p{font-size:18px}
  .hero-photo{min-height:285px}
  .hero-actions .btn{width:100%}
  .section{padding:52px 0}
  .section-title h2{font-size:31px}
  .service-grid,.trust-grid,.about-points,.form-grid,.check-list,.related{grid-template-columns:1fr}
  .service-card img{height:220px}
  .trust-item{border-right:0;border-bottom:1px solid #cee1f4}
  .trust-item:last-child{border-bottom:0}
  .about-photo img{height:auto;max-height:470px}
  .about-copy h2,.area-copy h2,.request-copy h2{font-size:32px}
  .who-grid{grid-template-columns:1fr 1fr}
  .who-item:nth-child(even){border-right:0}
  .page-hero{padding:38px 0}
  .page-hero h1{font-size:38px}
  .page-hero img{height:260px}
  .form-field.full{grid-column:auto}
  .request-form{padding:20px}
  .form-actions .btn{width:100%}
  .mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fff;border-top:1px solid #dbe6f2;box-shadow:0 -8px 24px rgba(16,41,77,.12)}
  .mobile-cta a{padding:15px 8px;text-align:center;font-weight:900}
  .mobile-cta .call{background:var(--navy);color:#fff}
  .mobile-cta .request{background:var(--blue);color:#fff}
}
