:root{
  --blue:#2f96ea;
  --blue2:#136ebd;
  --heading-color:var(--blue2);
  --deep:#12395f;
  --text:#17324a;
  --muted:#667f93;
  --line:#d8eaf7;
  --soft:#f5faff;
  --shadow:0 18px 50px rgba(48,108,153,.08);
  --max:1420px;
  --anchor-offset:130px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
body.modal-open{overflow:hidden}
.shell{width:min(var(--max),calc(100% - 60px));margin:0 auto}
section[id],
[id].anchor-target{
  scroll-margin-top:var(--anchor-offset);
}

.header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.header-main{
  min-height:100px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}
.brand{min-width:245px}
.brand strong{
  display:block;
  font-size:29px;
  color:#1681d4;
  letter-spacing:.01em;
}
.brand span{
  display:block;
  margin-top:3px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#7891a4;
  font-weight:800;
}
.menu{
  display:flex;
  justify-content:center;
  gap:16px;
  font-size:15px;
  white-space:nowrap;
  font-weight:750;
  color:#3e6079;
}
.menu a:hover{color:var(--blue2)}

.head-right{
  display:flex;
  align-items:center;
  gap:22px;
}
.phone-wrap{text-align:right;line-height:1.18}
.phone-wrap small{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#879dac;
  font-weight:800;
}
.phone-wrap a{
  display:block;
  margin-top:2px;
  font-size:24px;
  font-weight:900;
  white-space:nowrap;
  color:var(--deep);
}
.head-actions{
  display:flex;
  gap:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 22px;
  border-radius:15px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:850;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  box-shadow:0 10px 26px rgba(47,150,234,.24);
}
.btn.soft{
  background:#f8fbfe;
}

.hero{
  padding:16px 0 0;
  background:linear-gradient(180deg,#fcfeff 0%,#f4faff 100%);
}
.hero-frame{
  width:min(1500px,calc(100% - 36px));
  height:410px;
  margin:0 auto;
  border-radius:30px;
  overflow:hidden;
  border:1px solid #d7e9f6;
  box-shadow:0 18px 50px rgba(42,101,145,.09);
  background:#e8f5ff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-frame img{
  display:block;
  width:94%;
  height:94%;
  object-fit:cover;
  object-position:center 54%;
  border-radius:24px;
}

.quick{
  margin-top:16px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.quick-item{
  padding:24px 28px;
  border-right:1px solid var(--line);
}
.quick-item:last-child{border-right:0}
.quick-item b{
  display:block;
  font-size:18px;
  margin-bottom:7px;
  color:var(--heading-color);
}
.quick-item span{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

section.content{padding:78px 0}
#service{padding-top:44px}
.soft-section{background:var(--soft)}
.kicker{
  font-size:13px;
  font-weight:850;
  color:var(--blue2);
  text-transform:uppercase;
  letter-spacing:.12em;
}
h1,h2{
  letter-spacing:-.04em;
  color:var(--heading-color);
}
h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  margin:10px 0 16px;
}
.lead{
  max-width:820px;
  margin:0;
  font-size:18px;
  color:var(--muted);
}
.service-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:start;
}
.service-copy .lead{
  max-width:700px;
}
.service-price{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
}
.service-price-value{
  margin:14px 0 6px;
  color:var(--deep);
  font-size:48px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.service-price-note{
  margin:0 0 16px;
  color:var(--blue2);
  font-size:15px;
  font-weight:800;
}
.service-price p:not(.service-price-note){
  margin:0 0 20px;
  color:var(--muted);
  font-size:15px;
  line-height:1.5;
}
.service-price .btn{
  width:100%;
}
.cards{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px;
  box-shadow:var(--shadow);
}
.card h3{
  margin:0 0 10px;
  font-size:21px;
  color:var(--heading-color);
}
.card p{
  margin:0;
  color:var(--muted);
}
.service-doc-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:14px;
  color:var(--blue2);
  font-size:14px;
  font-weight:850;
}
.service-note{
  margin-top:20px;
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--soft);
  padding:22px 24px;
}
.service-note-title{
  color:var(--blue2);
  font-size:13px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.service-note-items{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.service-note p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.service-note strong{
  color:var(--blue2);
}
.note-star{
  color:#c64a4a;
  font-size:.86em;
}
.reviews-carousel{
  margin-top:42px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 48px;
  gap:14px;
  align-items:center;
}
.reviews-viewport{
  overflow:hidden;
}
.reviews-track{
  display:flex;
  gap:20px;
  transition:transform .52s ease;
  will-change:transform;
}
.review-card{
  flex:0 0 calc((100% - 20px) / 2);
  min-width:0;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px;
  background:#fff;
  box-shadow:var(--shadow);
}
.review-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.review-card h3{
  margin:0;
  color:var(--heading-color);
  font-size:21px;
}
.review-stars{
  color:#f2b134;
  font-size:18px;
  line-height:1;
  letter-spacing:.04em;
  white-space:nowrap;
}
.review-card p{
  margin:0;
  color:var(--muted);
}
.reviews-arrow{
  width:48px;
  height:48px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--blue2);
  font-size:34px;
  line-height:1;
  box-shadow:0 10px 26px rgba(48,108,153,.08);
}
.reviews-arrow:disabled{
  opacity:.42;
  cursor:default;
}
.reviews-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:22px;
}
.reviews-dot{
  width:9px;
  height:9px;
  border:0;
  border-radius:999px;
  padding:0;
  background:#b7d8ef;
}
.reviews-dot.is-active{
  width:24px;
  background:var(--blue2);
}
.price-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
}
.price-box,.partner-box{
  border:1px solid var(--line);
  border-radius:30px;
  padding:40px;
  background:#fff;
}
.price-box{
  background:linear-gradient(145deg,#edf8ff,#ffffff);
}
.price-big{
  font-size:70px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
  margin:18px 0 14px;
  color:var(--deep);
}
.price-notes{
  display:grid;
  gap:8px;
  margin-top:16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.price-notes p{
  margin:0;
}
.price-notes strong{
  color:var(--blue2);
}
.partner-box p{color:var(--muted)}
.accreditation-card{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:22px;
  align-items:start;
  margin-top:20px;
}
.accreditation-preview{
  width:100%;
  aspect-ratio:3/4;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f8fbfe;
  overflow:hidden;
  padding:0;
  cursor:pointer;
  transition:.18s ease;
}
.accreditation-preview:hover{
  border-color:#8ac7f4;
  box-shadow:0 10px 26px rgba(48,108,153,.08);
  transform:translateY(-1px);
}
.accreditation-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.accreditation-card h3{
  margin:0 0 8px;
  color:var(--heading-color);
  font-size:20px;
}
.accreditation-number{
  margin-bottom:12px;
  color:var(--deep);
  font-size:24px;
  font-weight:900;
}
.accreditation-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.status{
  display:inline-flex;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#f1f4f6;
  color:#778996;
  font-size:12px;
  font-weight:800;
}
.muted-card{opacity:.62}
.contact-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
}
.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:36px;
}
.contact-line{margin-top:22px}
.label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#879dac;
  font-weight:800;
  margin-bottom:6px;
}
.value{
  font-size:24px;
  font-weight:900;
}
.contact-values{
  display:grid;
  gap:4px;
}
.site-footer{
  padding:12px 0;
  border-top:1px solid var(--line);
  background:#fbfdff;
  color:#6f8799;
  font-size:13px;
}
.footer-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:6px 20px;
  line-height:1.35;
}
.site-footer a{
  color:var(--blue2);
  font-weight:800;
  white-space:nowrap;
}
@keyframes modalIn{
  from{opacity:0;transform:translateY(10px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.certificate-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  padding:22px;
}
.certificate-modal.is-open{
  display:grid;
  place-items:center;
}
.certificate-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(11,39,63,.52);
}
.certificate-modal__dialog{
  position:relative;
  width:min(900px,100%);
  max-height:calc(100vh - 44px);
  overflow:auto;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  padding:28px;
  box-shadow:0 24px 80px rgba(16,55,88,.22);
  animation:modalIn .18s ease;
}
.certificate-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--blue2);
  font-size:28px;
  line-height:1;
}
.certificate-modal__dialog h2{
  margin-right:44px;
  font-size:32px;
}
.certificate-modal__dialog img{
  width:100%;
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:16px;
}

/* DEV heading editor */
.dev-heading-panel{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1100;
  font-family:Arial,sans-serif;
}
.dev-heading-panel__toggle{
  display:none;
  border:1px solid var(--blue);
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  padding:12px 16px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 28px rgba(47,150,234,.24);
}
.dev-heading-panel__body{
  width:min(360px,calc(100vw - 28px));
  max-height:calc(100vh - 92px);
  overflow:auto;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:16px;
  box-shadow:0 18px 64px rgba(16,55,88,.18);
}
.dev-heading-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.dev-heading-panel__head strong{
  color:var(--deep);
  font-size:16px;
}
.dev-heading-panel__head button{
  width:30px;
  height:30px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--blue2);
  font-size:20px;
  line-height:1;
}
.dev-heading-group{
  margin-top:14px;
  border-top:1px solid var(--line);
  padding-top:12px;
}
.dev-heading-group:first-of-type{
  margin-top:0;
}
.dev-heading-group h3{
  margin:0 0 8px;
  color:var(--deep);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dev-heading-control{
  display:grid;
  gap:6px;
  margin-top:10px;
}
.dev-heading-control span{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:var(--deep);
  font-size:12px;
  font-weight:800;
}
.dev-heading-control select,
.dev-heading-control input,
.dev-heading-panel__copy{
  width:100%;
  border:1px solid var(--line);
  border-radius:10px;
  padding:9px 10px;
  background:#fbfdff;
  color:var(--text);
  font-size:13px;
}
.dev-heading-control input[type="color"]{
  height:42px;
  padding:4px;
}
.dev-heading-control input[type="range"]{
  padding:0;
}
.dev-heading-control__row{
  display:grid;
  grid-template-columns:1fr 74px;
  gap:8px;
  align-items:center;
}
.dev-heading-panel__actions{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.dev-heading-panel__actions button{
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  color:var(--blue2);
  padding:9px 10px;
  font-size:13px;
  font-weight:800;
}
.dev-heading-control__reset{
  margin-top:8px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  color:var(--blue2);
  padding:9px 10px;
  font-size:13px;
  font-weight:800;
}
.dev-heading-panel__copy{
  min-height:150px;
  margin-top:12px;
  resize:vertical;
  font-family:Consolas,monospace;
}
.dev-heading-panel__status{
  min-height:18px;
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
}
.dev-heading-selected{
  outline:2px dashed #ff9f1c !important;
  outline-offset:4px;
}

@media(max-width:1120px){
  .menu{display:none}
  .header-main{grid-template-columns:auto 1fr}
  .head-right{justify-self:end}
  .phone-wrap{display:none}
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .service-top{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .service-note{grid-template-columns:1fr}
  .reviews-carousel{
    grid-template-columns:42px minmax(0,1fr) 42px;
    gap:10px;
  }
  .reviews-arrow{
    width:42px;
    height:42px;
    font-size:30px;
  }
  .price-grid,.contact-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .shell{width:calc(100% - 28px)}
  .header-main{min-height:82px;gap:12px}
  .brand{min-width:auto}
  .brand strong{font-size:20px}
  .brand span{display:none}
  .head-actions .soft{display:none}
  .head-actions .btn{padding:12px 14px;font-size:13px}
  .hero{padding-top:14px}
  .hero-frame{width:calc(100% - 14px);height:300px;border-radius:20px}
  .hero-frame img{width:96%;height:94%;object-fit:cover;object-position:68% center;border-radius:16px}
  .quick-grid{grid-template-columns:1fr}
  .quick-item{border-right:0;border-bottom:1px solid var(--line)}
  .quick-item:last-child{border-bottom:0}
  section.content{padding:72px 0}
  #service{padding-top:40px}
  .service-price{padding:24px}
  .service-price-value{font-size:42px}
  .price-box,.partner-box,.contact-card{padding:26px}
  .price-big{font-size:54px}
  .service-note{padding:22px}
  .service-note-items{grid-template-columns:1fr}
  .accreditation-card{grid-template-columns:1fr}
  .accreditation-preview{max-width:220px}
  .reviews-carousel{
    grid-template-columns:1fr 1fr;
  }
  .reviews-viewport{
    grid-column:1 / -1;
    order:1;
  }
  .reviews-arrow-prev{
    order:2;
    justify-self:end;
  }
  .reviews-arrow-next{
    order:3;
    justify-self:start;
  }
  .review-card{
    flex-basis:100%;
    padding:26px;
  }
  .review-card-head{
    display:grid;
    gap:8px;
  }
  .certificate-modal{padding:12px}
  .certificate-modal__dialog{
    max-height:calc(100vh - 24px);
    border-radius:22px;
    padding:24px;
  }
  .certificate-modal__dialog h2{font-size:28px}
  .dev-heading-panel{
    right:14px;
    bottom:14px;
  }
  .footer-inner{
    justify-content:flex-start;
  }
}.header-email{
  font-size:14px !important;
  font-weight:600 !important;
  color:var(--muted) !important;
  margin-top:4px !important;
}
