
:root{
  --blue:#0b63ce;
  --blue-dark:#074a99;
  --blue-soft:#eaf4ff;
  --blue-pale:#f4f9ff;
  --ink:#071832;
  --muted:#53657a;
  --line:#d8e6f5;
  --card:#ffffff;
  --bg:#f7fbff;
  --gold:#f6b500;
  --shadow:0 10px 28px rgba(7,24,50,.08);
  --radius:22px;
  --max:1180px;
}
*{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.55;
  font-size:17px;
}
a{color:inherit}
img,svg{max-width:100%; height:auto}
.container{width:min(var(--max), calc(100% - 34px)); margin-inline:auto}
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{left:16px; top:16px; width:auto; height:auto; background:#fff; padding:10px 14px; z-index:99; border:2px solid var(--blue)}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid var(--line);
  box-shadow:0 4px 12px rgba(7,24,50,.04);
}
.header-inner{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}
.logo{
  width:58px;
  height:58px;
  flex:0 0 58px;
}
.brand-name{
  font-size:clamp(1.35rem, 2.5vw, 2.05rem);
  font-weight:800;
  color:var(--blue);
  letter-spacing:-.03em;
  line-height:1.05;
}
.header-call{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  text-decoration:none;
  font-weight:800;
  font-size:clamp(1.05rem, 2.5vw, 1.65rem);
  white-space:nowrap;
}
.phone-circle{
  width:54px;height:54px;border-radius:50%;
  background:var(--blue);
  display:grid;place-items:center;
  color:#fff;
  flex:0 0 54px;
}
.nav-wrap{
  border-top:1px solid var(--line);
  background:#fff;
}
.nav{
  display:flex;
  gap:4px;
  overflow:auto;
  padding:8px 0;
  -webkit-overflow-scrolling:touch;
}
.nav a{
  text-decoration:none;
  color:var(--ink);
  font-weight:700;
  padding:9px 13px;
  border-radius:999px;
  white-space:nowrap;
  font-size:.96rem;
}
.nav a:hover,.nav a[aria-current="page"]{background:var(--blue-soft); color:var(--blue-dark)}
.hero{
  background:linear-gradient(180deg,#fff 0%, var(--blue-pale) 100%);
  border-bottom:1px solid var(--line);
}
.hero-inner{
  display:grid;
  grid-template-columns: 1fr .95fr;
  gap:44px;
  align-items:center;
  padding:54px 0 34px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--blue-dark);
  font-weight:800;
  font-size:.95rem;
  margin-bottom:18px;
}
h1{
  font-size:clamp(2.45rem, 5.8vw, 4.6rem);
  line-height:1.03;
  margin:0 0 18px;
  letter-spacing:-.06em;
}
.hero p{
  max-width:660px;
  font-size:clamp(1.05rem,2vw,1.25rem);
  margin:0 0 14px;
}
.price-line{
  color:var(--blue-dark);
  font-weight:900;
  margin-top:14px!important;
}
.cta-row{display:flex; flex-wrap:wrap; gap:13px; margin-top:24px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  padding:14px 22px;
  border-radius:13px;
  background:var(--blue);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:1.15rem;
  box-shadow:0 12px 20px rgba(11,99,206,.22);
}
.btn:hover{background:var(--blue-dark)}
.btn.secondary{
  background:#fff;
  color:var(--blue-dark);
  border:2px solid var(--line);
  box-shadow:none;
}
.hero-art{
  min-height:330px;
  border-radius:34px;
  background:radial-gradient(circle at 30% 30%, #fff 0%, #eef7ff 70%);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:grid;
  place-items:center;
  padding:20px;
  overflow:hidden;
}
.trust-strip{
  margin:24px 0 -26px;
  position:relative;
  z-index:3;
}
.trust-grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.trust-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:18px 14px;
  min-height:78px;
  border-right:1px solid var(--line);
  font-weight:800;
  text-align:left;
}
.trust-item:last-child{border-right:0}
.trust-icon{color:var(--blue); width:36px; flex:0 0 36px}
.section{
  padding:64px 0;
}
.section.compact{padding:42px 0}
.section-title{
  text-align:center;
  margin:0 auto 28px;
  max-width:780px;
}
.section-title h2{
  margin:0 0 8px;
  font-size:clamp(2rem,4vw,2.8rem);
  line-height:1.08;
  letter-spacing:-.04em;
}
.section-title p{margin:0;color:var(--muted);font-size:1.08rem}
.service-grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:16px;
}
.card, .service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 6px 18px rgba(7,24,50,.05);
}
.service-card{
  padding:22px 18px;
  text-align:center;
  min-height:192px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  text-decoration:none;
}
.service-card:hover{
  border-color:#aacdf3;
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.service-card h3{
  margin:6px 0 0;
  font-size:1.16rem;
  line-height:1.18;
}
.service-card p{margin:0;color:var(--muted);font-size:.98rem}
.icon-big{width:52px;height:52px;color:var(--blue)}
.info-grid{
  display:grid;
  grid-template-columns: 1fr 1.05fr 1.15fr .95fr;
  gap:16px;
}
.info-card{
  padding:22px;
  min-height:250px;
}
.info-card h2,.info-card h3{
  margin:0 0 15px;
  font-size:1.35rem;
  line-height:1.2;
}
.check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.check-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.check{
  width:21px;
  height:21px;
  border-radius:50%;
  background:var(--blue);
  color:white;
  display:grid;
  place-items:center;
  flex:0 0 21px;
  font-size:13px;
  font-weight:bold;
  margin-top:3px;
}
.review-card{
  padding:18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}
.stars{color:var(--gold); letter-spacing:2px; font-size:1.2rem; line-height:1; margin-bottom:8px}
.review-card p{margin:0 0 8px;font-size:.96rem}
.review-card .source{color:var(--blue-dark); font-weight:800; margin:0}
.review-note{
  font-size:.9rem;
  color:var(--muted);
  margin-top:12px;
}
.area-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.area-pills.vertical{display:grid}
.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:7px 14px;
  border-radius:999px;
  background:var(--blue-soft);
  color:var(--blue-dark);
  font-weight:800;
  text-align:center;
}
.text-block{
  max-width:900px;
  margin-inline:auto;
  color:var(--ink);
}
.text-block p{font-size:1.1rem}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.page-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr .85fr;
  gap:16px;
}
.page-grid .wide{grid-column:span 2}
.faq details{
  border:1px solid var(--line);
  border-radius:14px;
  padding:0;
  margin-bottom:10px;
  background:#fff;
}
.faq summary{
  cursor:pointer;
  padding:15px 16px;
  font-weight:900;
  color:var(--blue-dark);
}
.faq p{padding:0 16px 15px; margin:0; color:var(--ink)}
.bottom-cta{
  background:var(--ink);
  color:#fff;
  border-radius:30px;
  padding:34px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
}
.bottom-cta h2{margin:0 0 6px;font-size:2rem;line-height:1.1}
.bottom-cta p{margin:0;color:#d9e7f7}
.site-footer{
  background:#edf6ff;
  border-top:1px solid var(--line);
  padding:28px 0;
  text-align:center;
}
.site-footer p{margin:0 0 6px}
.site-footer a{color:var(--blue-dark);font-weight:800}
.small{font-size:.92rem;color:var(--muted)}
.notice{
  padding:16px 18px;
  background:#fff8e8;
  border:1px solid #f3d99a;
  border-radius:16px;
}
.notice strong{color:#7a4d00}
.hero-art svg .line,
.inline-art .line{stroke:#174a7c;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.hero-art svg .soft,
.inline-art .soft{fill:#e6f4ff}
.hero-art svg .mid,
.inline-art .mid{fill:#cfe8ff}
.hero-art svg .blue,
.inline-art .blue{fill:#0b63ce}
.hero-art svg .white,
.inline-art .white{fill:#fff}
.hero-art svg .grey,
.inline-art .grey{fill:#dfe8f0}

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr; gap:26px}
  .hero-art{min-height:260px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .info-grid,.page-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item{border-bottom:1px solid var(--line)}
  .trust-item:nth-child(2){border-right:0}
}
@media (max-width: 700px){
  body{font-size:16px}
  .header-inner{min-height:84px; align-items:flex-start; padding:14px 0; flex-direction:column}
  .header-call{font-size:1.1rem; width:100%; background:var(--blue); color:#fff; padding:12px 14px; border-radius:14px; justify-content:center}
  .phone-circle{background:#fff;color:var(--blue);width:38px;height:38px;flex-basis:38px}
  .logo{width:48px;height:48px;flex-basis:48px}
  .hero-inner{padding:34px 0 26px}
  h1{font-size:2.35rem}
  .trust-strip{margin:18px 0 0}
  .trust-grid,.service-grid,.info-grid,.page-grid,.two-col{grid-template-columns:1fr}
  .trust-item{justify-content:flex-start;border-right:0}
  .service-card{min-height:auto}
  .bottom-cta{grid-template-columns:1fr;padding:24px}
  .section{padding:44px 0}
}

.hero-art.hero-photo{padding:0; background:#fff; display:flex; align-items:center; justify-content:center;}
.hero-art.hero-photo img{display:block; width:100%; height:auto; border-radius:34px;}

.review-card + .review-card{margin-top:12px}
.review-note{font-size:.88rem;color:#64748b}

.area-pills{align-items:flex-start}
.area-pills .pill{font-size:.92rem}
.info-card .area-pills.vertical{grid-template-columns:1fr}
@media (min-width: 701px){
  .area-pills.vertical{display:flex; flex-wrap:wrap}
  .area-pills.vertical .pill{min-width:0}
}

.area-groups{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.area-group{
  background:var(--blue-soft);
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 14px 12px;
}
.area-group h3{
  margin:0 0 6px;
  font-size:1rem;
  line-height:1.2;
  color:var(--blue-dark);
}
.area-group p{
  margin:0;
  font-size:.95rem;
  color:var(--ink);
}
@media (max-width:700px){
  .area-groups{grid-template-columns:1fr}
}
