:root{
  --bg:#f5f7fb;
  --paper:#ffffff;
  --paper-soft:#f9fbff;
  --ink:#071936;
  --muted:#5e6b82;
  --line:#dfe6f2;
  --blue:#0b63f6;
  --blue-dark:#0644c8;
  --blue-soft:#eaf2ff;
  --navy:#061a34;
  --shadow:0 24px 70px rgba(5, 34, 76, .12);
  --shadow-soft:0 18px 48px rgba(5, 34, 76, .08);
  --radius:30px;
  --radius-sm:20px;
  --shell:1760px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-optical-sizing:auto;
  color:var(--ink);
  background:linear-gradient(180deg,#fff 0,#f5f7fb 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{max-width:100%;display:block}

.page-shell{
  width:min(100%,var(--shell));
  margin:0 auto;
  padding-left:clamp(22px,4vw,76px);
  padding-right:clamp(22px,4vw,76px);
}

.section-full{width:100%;padding:clamp(68px,7vw,116px) 0;position:relative}
.section-title{max-width:980px;margin:0 0 42px}
.section-title--center{text-align:center;margin-inline:auto}
.section-title--compact{margin-bottom:28px}
.section-title h2,
.lead-form h2,
.document-panel h2,
.office h2{
  font-size:clamp(34px,4.2vw,76px);
  line-height:.98;
  margin:10px 0 18px;
  letter-spacing:-.055em;
}
.section-title p{
  font-size:clamp(16px,1.2vw,22px);
  line-height:1.6;
  color:var(--muted);
  margin:0;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border:1px solid rgba(11,99,246,.16);
  background:var(--blue-soft);
  color:var(--blue-dark);
  border-radius:99px;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.eyebrow--light{
  background:rgba(255,255,255,.16);
  color:#fff;
  border-color:rgba(255,255,255,.24);
}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:transparent;
  padding-top:14px;
  padding-left:12px;
  padding-right:12px;
}

.topbar{
  font-size:13px;
  color:#39465c;
  border-bottom:1px solid rgba(223,230,242,.65);
  background:
    radial-gradient(circle at 0 0,rgba(11,99,246,.08),transparent 28%),
    linear-gradient(90deg,rgba(255,255,255,.96),rgba(246,249,255,.92));
}
.topbar__inner{
  min-height:50px;
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:8px;
  padding-bottom:8px;
  flex-wrap:wrap;
}
.topbar__item,
.topbar__urgent{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(223,230,242,.92);
  white-space:nowrap;
}
.topbar__item--address{max-width:420px;overflow:hidden;text-overflow:ellipsis}
.topbar__urgent{
  margin-left:auto;
  background:linear-gradient(135deg,#fff7ef,#ffe8d6);
  color:#b04d08;
  font-weight:800;
  cursor:pointer;
}

.navbar{position:relative}
.navbar__inner{
  min-height:100px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  gap:22px;
  padding:0 5px 0 10px;
  position:relative;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border:1px solid rgba(223,230,242,.82);
  border-radius:28px;
  box-shadow:0 20px 52px rgba(8,31,72,.1);
}
.navbar__actions{
  display:flex;
  align-items:center;
  gap:14px;
  justify-self:end;
  margin-left:auto;
}
.navbar__cta{
  padding:20px;
}
.navbar-call{
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-width:240px;
  color:#163154;
  justify-self:auto;
}
.navbar-call__icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eef4ff,#dbe8ff);
  color:var(--blue);
  font-size:16px;
  box-shadow:inset 0 0 0 1px rgba(11,99,246,.12);
}
.navbar-call__body{
  display:grid;
  gap:3px;
  line-height:1;
}
.navbar-call__body strong{
  font-size:20px;
  font-weight:800;
  letter-spacing:-.03em;
}
.navbar-call__body small{
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
.brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:min(100%,440px);
  min-width:360px;
  flex-shrink:0;
  overflow:hidden;
}
.brand__logo,
.footer__logo{
  width:100%;
  max-width:none;
  height:auto;
  object-fit:contain;
  object-position:left center;
}
.brand__logo{max-height:74px}
.footer__logo{
  max-width:440px;
  max-height:86px;
  margin-bottom:18px;
}

.nav-links{
  display:flex;
  justify-content:center;
  justify-self:center;
  width:max-content;
  gap:clamp(16px,1.8vw,28px);
  margin:0;
  align-items:center;
  font-size:16px;
  font-weight:700;
  color:#24324a;
}
.nav-links a{white-space:nowrap;position:relative}
.nav-links a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-8px;
  height:2px;
  background:var(--blue);
  transition:.28s;
}
.nav-links a:hover:after{right:0}

.burger{display:none;background:transparent;border:0;gap:5px;flex-direction:column;justify-self:end}
.burger span{width:24px;height:2px;background:var(--ink);display:block;border-radius:2px}

.btn{
  --btn-bg:#fff;
  --btn-color:var(--blue);
  --btn-border:rgba(11,99,246,.24);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid var(--btn-border);
  background:var(--btn-bg);
  color:var(--btn-color);
  border-radius:16px;
  padding:15px 22px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(6,68,200,.08);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(6,68,200,.18)}
.btn--primary{--btn-bg:linear-gradient(135deg,#0b63f6,#0644c8);--btn-color:#fff;--btn-border:transparent}
.btn--secondary{--btn-bg:#fff;--btn-color:#0754df;--btn-border:rgba(11,99,246,.32)}
.btn--lg{padding:20px 30px;border-radius:20px;font-size:16px}
.btn--xl{min-height:62px;font-size:16px;border-radius:22px}
.btn--block{width:100%}

.hero{
  min-height:calc(100vh - 156px);
  display:flex;
  align-items:center;
  padding-top:clamp(40px,4.8vw,74px);
  padding-bottom:28px;
  background:linear-gradient(180deg,#fff 0,#f7f9fd 100%);
  overflow:visible;
}
.hero__grid{
  position:relative;
  display:block;
  min-height:clamp(700px,54vw,900px);
  overflow:visible;
}
.hero__content{
  opacity:1;
  transform:none;
  width:min(100%,980px);
  padding-top:24px;
  padding-right:clamp(220px,18vw,360px);
  padding-bottom:56px;
  position:relative;
  z-index:3;
}
.hero h1{
  font-size:clamp(46px,5.7vw,96px);
  line-height:.95;
  letter-spacing:-.07em;
  margin:18px 0 24px;
}
.hero__text{
  font-size:clamp(17px,1.35vw,24px);
  line-height:1.58;
  color:#43526a;
  max-width:840px;
  margin:0 0 34px;
}
.hero__actions{display:flex;gap:16px;flex-wrap:nowrap;align-items:center}
.hero__actions .btn{
  min-height:72px;
  padding:22px 34px;
  border-radius:24px;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.02em;
}
#hero-primary-action,
#hero-secondary-action{
  position:relative;
  overflow:hidden;
}
#hero-primary-action{
  min-width:260px;
  justify-content:flex-start;
  padding:22px 70px 22px 30px;
  border-radius:24px;
  background:linear-gradient(135deg,#0a61f4 0,#0a46d8 100%);
  border-color:transparent;
  box-shadow:0 20px 44px rgba(10,86,239,.22);
}
#hero-primary-action::after{
  content:"→";
  position:absolute;
  right:18px;
  top:50%;
  width:38px;
  height:38px;
  margin-top:-19px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#0a46d8;
  font-size:21px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(255,255,255,.24);
}
#hero-primary-action:hover{
  box-shadow:0 24px 54px rgba(10,86,239,.28);
}
#hero-secondary-action{
  min-width:260px;
  justify-content:flex-start;
  padding:22px 30px 22px 74px;
  border-radius:24px;
  background:#fff;
  border:1.5px solid rgba(144,183,255,.72);
  color:#5f84e7;
  box-shadow:0 12px 30px rgba(12,54,128,.08);
}
#hero-secondary-action::before{
  content:"";
  position:absolute;
  left:24px;
  top:50%;
  width:28px;
  height:28px;
  margin-top:-14px;
  border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='15' rx='3' stroke='%235f84e7' stroke-width='1.8'/%3E%3Cpath d='M8 3.8v3.4M16 3.8v3.4M7.5 10.5h9' stroke='%235f84e7' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='14.5' r='1.2' fill='%235f84e7'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}
#hero-secondary-action:hover{
  color:#0b63f6;
  border-color:rgba(11,99,246,.44);
  box-shadow:0 16px 34px rgba(12,54,128,.12);
}
#hero-primary-action::after{
  content:"";
  right:24px;
  top:50%;
  width:22px;
  height:22px;
  margin-top:-11px;
  border-radius:0;
  display:block;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12m0 0-5-5m5 5-5 5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
  color:transparent;
  font-size:0;
  font-weight:400;
  box-shadow:none;
}
.trust-chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}
.chip{
  display:grid;
  grid-template-columns:32px auto;
  grid-template-rows:auto auto;
  gap:2px 12px;
  align-items:center;
  padding:16px 18px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(19,47,96,.06);
  width:auto;
}
.chip span{grid-row:1 / 3;color:var(--blue);font-size:22px}
.chip b,
.chip small{
  white-space:nowrap;
  line-height:1.2;
}
.chip b{font-size:14px}
.chip small{font-size:12px;color:var(--muted)}

.hero-visual{
  position:absolute;
  right:-100px;
  bottom:-32px;
  width:min(62vw,1080px);
  max-width:none;
  height:clamp(760px,58vw,980px);
  isolation:isolate;
  overflow:visible;
  pointer-events:none;
  z-index:1;
}
.hero-visual img{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:contain;
  object-position:center;
  transform:scale(1.04);
  transform-origin:center bottom;
}
.hero-visual__badge{
  position:absolute;
  right:28px;
  bottom:28px;
  background:rgba(6,26,52,.92);
  color:#fff;
  border-radius:24px;
  padding:22px 24px;
  box-shadow:0 18px 44px rgba(0,0,0,.2);
}
.hero-visual__badge strong{font-size:30px;display:block;color:#fff}
.hero-visual__badge span{color:#c9d8ee;font-weight:600}

.benefits-strip{
  padding-top:10px;
  padding-bottom:54px;
  background:#fff;
}
.cards{display:grid;gap:18px}
.cards--five{grid-template-columns:repeat(5,1fr)}
.mini-card,
.service-card,
.price-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  box-shadow:0 14px 42px rgba(8,34,70,.055);
}
.mini-card{padding:25px}
.mini-card__icon{
  width:46px;
  height:46px;
  background:var(--blue-soft);
  color:var(--blue);
  border-radius:16px;
  display:grid;
  place-items:center;
  font-size:24px;
  margin-bottom:18px;
}
.mini-card h3{margin:0 0 10px;font-size:17px;letter-spacing:-.03em}
.mini-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.service-card{
  position:relative;
  min-height:256px;
  padding:28px;
  overflow:hidden;
  transition:.28s;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  gap:10px;
  isolation:isolate;
  background:
    linear-gradient(180deg,#ffffff 0,#f9fbff 100%);
}
.service-card.has-background{
  background:none;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 18px 50px rgba(7,25,54,.16);
}
.service-card.has-background:after{
  content:"";
  position:absolute;
  inset:0;
  background:var(--service-bg-image) center center / cover no-repeat;
  z-index:0;
  transform:scale(1);
  transition:transform .42s ease;
}
.service-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,var(--blue),#7bb3ff) left bottom / 22% 5px no-repeat,
    linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%) center / 100% 100% no-repeat;
  transition:background-size .28s ease;
}
.service-card.has-background:before{
  background:
    linear-gradient(90deg,var(--blue),#7bb3ff) left bottom / 22% 5px no-repeat,
    linear-gradient(0deg,rgba(0,0,0,.92) 0,rgba(0,0,0,.72) 36%,rgba(0,0,0,.28) 68%,rgba(0,0,0,0) 100%) center / 100% 100% no-repeat;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(6,68,200,.14);
  border-color:rgba(11,99,246,.22);
}
.service-card:hover:before{background-size:100% 5px,100% 100%}
.service-card.has-background:hover:after{transform:scale(1.06)}
.service-card__media{display:none !important}
.service-card h3{font-size:22px;letter-spacing:-.045em;margin:0}
.service-card p{font-size:14px;color:var(--muted);line-height:1.58;margin:0;max-width:92%}
.service-card.has-background h3,
.service-card.has-background p,
.service-card.has-background em{position:relative;z-index:2}
.service-card.has-background h3{color:#fff}
.service-card.has-background p{color:rgba(255,255,255,.86)}
.service-card em{display:none}
.service-card.is-active{border-color:rgba(11,99,246,.28);box-shadow:0 24px 60px rgba(6,68,200,.12)}

.quick-help{padding:44px 0 34px;background:transparent}
.quick-help__inner{
  background:linear-gradient(120deg,#0d58d9 0,#2d74ee 58%,#5c97f4 100%);
  color:#fff;
  border-radius:34px;
  padding:clamp(28px,4vw,50px);
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:30px;
  box-shadow:0 28px 68px rgba(11,99,246,.18);
  border:1px solid rgba(122,170,255,.42);
}
.quick-help__content{
  display:grid;
  grid-template-columns:minmax(180px,220px) 1fr;
  align-items:center;
  gap:28px;
}
.quick-help__icon{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  border-radius:36px;
  display:block;
  overflow:hidden;
  background:transparent;
  box-shadow:none;
  align-self:center;
  justify-self:center;
}
.quick-help__icon img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.quick-help h2{font-size:clamp(30px,3.3vw,58px);line-height:1;margin:12px 0}
.quick-help p{color:rgba(255,255,255,.84);font-size:18px;max-width:720px;margin:0}
.quick-help .eyebrow--light{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.2);
  color:#fff;
}

.quick-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:end;
  background:#fff;
  border:1px solid rgba(175,197,233,.55);
  border-radius:26px;
  padding:16px;
  box-shadow:0 18px 48px rgba(18,47,96,.08);
}
.quick-form__field{display:grid;gap:8px}
.quick-form__field span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#607089}
.quick-form input{
  width:100%;
  min-width:0;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  padding:16px 18px;
  font-weight:700;
  color:var(--ink);
  outline:none;
}
.quick-form input:focus{border-color:var(--blue);box-shadow:0 0 0 5px rgba(11,99,246,.1)}

.process{background:#fff}
.process-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
  margin-top:26px;
  align-items:start;
  padding:30px 34px;
  border:1px solid rgba(223,230,242,.9);
  border-radius:34px;
  background:linear-gradient(180deg,#ffffff 0,#f9fbff 100%);
  box-shadow:0 18px 50px rgba(8,34,70,.05);
}
.process-step{
  position:relative;
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  align-items:start;
  gap:18px;
  min-height:120px;
}
.process-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:42px;
  right:-16px;
  width:32px;
  height:14px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='14' viewBox='0 0 32 14' fill='none'%3E%3Cpath d='M1 7h24' stroke='%239ab7f6' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='2.6 4'/%3E%3Cpath d='m20 3 5 4-5 4' stroke='%233c7bf0' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity:.95;
}
.process-step__icon{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f8fbff 0,#eef5ff 100%);
  color:#4a82f3;
  border-radius:50%;
  box-shadow:inset 0 0 0 1px rgba(11,99,246,.08);
}
.process-step__icon svg{
  width:28px;
  height:28px;
}
.process-step__body{
  padding-top:8px;
}
.process-step__index{
  display:block;
  margin-bottom:10px;
  color:#1d2f4c;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.03em;
}
.process-step p{
  color:var(--muted);
  line-height:1.55;
  margin:0;
  font-size:14px;
  max-width:220px;
}

.stats{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,#fff,#f7faff);
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
}
.stats div{padding:28px;text-align:center;border-right:1px solid var(--line)}
.stats div:last-child{border-right:0}
.stats span{font-size:34px;font-weight:900;color:var(--blue)}
.stats p{margin:8px 0 0;color:var(--muted);font-weight:600}

.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.price-card{padding:34px;position:relative;overflow:hidden}
.price-card__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:8px;
}
.price-card h3{font-size:28px;margin:0}
.price-card__flag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:#edf4ff;
  color:var(--blue-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}
.price-card p{color:var(--muted);line-height:1.5;min-height:48px}
.price-card strong{font-size:46px;color:var(--blue);display:block;margin:22px 0}
.price-card ul{padding:0;margin:0 0 26px;list-style:none}
.price-card li{padding-left:26px;margin:12px 0;color:#263952;position:relative}
.price-card li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.price-card--featured{
  border-color:rgba(11,99,246,.35);
  box-shadow:0 28px 70px rgba(11,99,246,.16);
  transform:translateY(-10px);
  background:linear-gradient(180deg,#fff 0,#f7fbff 100%);
}

.document-section{background:linear-gradient(180deg,#f6f8fc,#eef4ff)}
.document-panel{
  background:linear-gradient(180deg,#ffffff 0,#f7faff 100%);
  border:1px solid rgba(180,198,228,.75);
  border-radius:40px;
  padding:clamp(28px,4vw,58px);
  box-shadow:0 28px 74px rgba(12,44,98,.1);
}
.document-panel__head{
  display:block;
  margin-bottom:26px;
}
.document-panel__intro{
  display:grid;
  grid-template-columns:164px minmax(0,1fr);
  gap:22px;
  align-items:center;
}
.document-panel__art{
  width:164px;
  aspect-ratio:1 / 1;
  min-height:164px;
  border-radius:28px;
  display:flex;
  align-items:stretch;
  justify-content:center;
  background:#fff;
  color:var(--blue);
  overflow:hidden;
}
.document-panel__art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.document-panel__head h2{font-size:clamp(28px,3.2vw,54px);margin:12px 0 0}
.document-panel__head p{font-size:16px;line-height:1.6;color:var(--muted);margin:0}
.document-panel .eyebrow{
  background:#edf4ff;
  border-color:rgba(11,99,246,.14);
  color:var(--blue-dark);
}
.document-panel h2{color:var(--ink)}
.doc-form{display:grid;gap:16px;margin-top:26px}
.upload-wide{
  min-height:180px;
  border:2px dashed rgba(11,99,246,.34);
  background:#f8fbff;
  border-radius:30px;
  display:grid;
  text-align:center;
  padding:32px 30px;
  cursor:pointer;
  transition:.22s;
  grid-template-columns:1fr;
  gap:12px;
  align-items:center;
  justify-items:center;
}
.upload-wide:hover{border-color:var(--blue);box-shadow:0 16px 40px rgba(11,99,246,.1)}
.upload-wide input{display:none}
.upload-wide__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#0b63f6,#3f87ff);
  color:#fff;
  font-size:28px;
  align-self:center;
  justify-self:center;
}
.upload-wide__icon svg{width:30px;height:30px;color:#fff}
.upload-wide strong{
  font-size:20px;
  margin-top:4px;
  align-self:center;
}
.upload-wide small{
  color:#546684;
  align-self:center;
  max-width:560px;
}

.doc-form textarea,
.lead-form textarea{width:100%;min-height:150px;resize:vertical}
.doc-form__row,
.form-row{display:flex;gap:14px}
.doc-form__row input,
.form-row input{flex:1}

.doc-form input,
.doc-form textarea,
.lead-form input,
.lead-form textarea,
.appointment-form input,
.appointment-form textarea,
.appointment-form select,
.callback-form input{
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:18px 20px;
  color:var(--ink);
  outline:none;
  transition:.2s;
  min-width:0;
}
.doc-form input:focus,
.doc-form textarea:focus,
.lead-form input:focus,
.lead-form textarea:focus,
.appointment-form input:focus,
.appointment-form textarea:focus,
.appointment-form select:focus,
.callback-form input:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 5px rgba(11,99,246,.1);
}
.consent{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--muted);
  font-size:14px;
  cursor:pointer;
}
.consent span{
  display:block;
  line-height:1.55;
}
.consent a{color:var(--blue);font-weight:800}
.consent input{
  appearance:none;
  -webkit-appearance:none;
  width:10px;
  height:10px;
  min-width:10px;
  padding:10px;
  box-sizing:content-box;
  margin:0;
  border-radius:10px;
  border:2px solid #0b63f6;
  background:#fff;
  display:block;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
  flex:0 0 auto;
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:0 0;
}
.consent input::after{
  content:none;
}
.consent input:checked{
  background:#0b63f6;
  border-color:#0b63f6;
  box-shadow:none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12.5l4 4 8-9' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size:14px 14px;
}
.consent input:checked::after{
  content:none;
}
.consent input:hover{
  border-color:rgba(11,99,246,.54);
}
.consent input:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(11,99,246,.12);
}
.consent--light{color:#546684}
.consent--light a{color:var(--blue-dark)}
.form-status{
  display:none;
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  font-size:14px;
  line-height:1.5;
  font-weight:700;
}
.form-status.is-visible{display:block}
.form-status[data-type="success"]{
  background:#ecfdf3;
  color:#067647;
  border:1px solid #abefc6;
}
.form-status[data-type="error"]{
  background:#fef3f2;
  color:#b42318;
  border:1px solid #fecdca;
}
.lead-form .form-status{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}
.lead-form .form-status[data-type="error"]{
  background:rgba(180,35,24,.24);
  color:#fff3f2;
  border-color:rgba(254,205,202,.24);
}
.lead-form .form-status[data-type="success"]{
  background:rgba(6,118,71,.24);
  color:#ecfdf3;
  border-color:rgba(171,239,198,.24);
}

.office{background:#fff}
.office__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch}
.office__content{
  background:linear-gradient(135deg,#0d5ff0 0,#3b87ff 100%);
  color:#fff;
  border-radius:36px;
  padding:clamp(34px,4vw,58px);
  box-shadow:0 26px 68px rgba(11,99,246,.14);
}
.office__content p,.office__content li{color:#e8f0ff;line-height:1.65}
.office__content ul{padding-left:20px;margin-bottom:30px}
.office__content .btn--primary{
  --btn-bg:#fff;
  --btn-color:#0b63f6;
  --btn-border:transparent;
}
.office-map{
  min-height:430px;
  border-radius:36px;
  background:
    linear-gradient(135deg,rgba(11,99,246,.9),rgba(6,26,52,.92)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.09) 0 1px,transparent 1px 28px);
  display:grid;
  place-content:center;
  text-align:center;
  color:#fff;
  box-shadow:var(--shadow);
}
.office-map span{font-size:64px}
.office-map strong{font-size:44px}
.office-map small{font-size:18px;color:#c9d8ee}
.office-map--embedded{padding:0;overflow:hidden;display:block;background:#fff}
.office-map--embedded iframe{width:100%;height:100%;min-height:430px;border:0;display:block}

.reviews-section{
  background:
    radial-gradient(circle at 18% 24%,rgba(11,99,246,.08),transparent 24%),
    linear-gradient(180deg,#fbfdff 0,#f3f7ff 100%);
  overflow:hidden;
}
.reviews-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  gap:42px;
  align-items:start;
}
.reviews-summary{
  position:relative;
  padding:22px 0 0;
  min-width:0;
}
.reviews-summary__column{
  position:absolute;
  left:-120px;
  top:-18px;
  width:min(26vw,320px);
  opacity:.18;
  pointer-events:none;
}
.reviews-summary h2{
  margin:18px 0 18px;
  font-size:clamp(44px,4.9vw,84px);
  line-height:.95;
  letter-spacing:-.07em;
  max-width:520px;
}
.reviews-summary p{
  margin:0;
  max-width:460px;
  color:var(--muted);
  font-size:18px;
  line-height:1.62;
}
.reviews-score{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 72px;
  align-items:center;
  gap:14px;
  margin:38px 0 28px;
  max-width:470px;
}
.reviews-score__laurel{width:100%;opacity:.82}
.reviews-score__value-wrap{text-align:center}
.reviews-score__value-line{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:14px;
  margin-bottom:10px;
}
.reviews-score__value-line strong{
  font-size:clamp(74px,7vw,116px);
  line-height:.85;
  letter-spacing:-.08em;
  color:#0a2f79;
  font-weight:700;
}
.reviews-score__value-line span{
  font-size:22px;
  color:#17315d;
  font-weight:700;
  padding-bottom:14px;
}
.reviews-score__stars{
  display:flex;
  justify-content:center;
  gap:12px;
  color:#f3b21d;
  font-size:38px;
  line-height:1;
  margin-bottom:14px;
}
.reviews-score__count{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:18px;
}
.reviews-score__count a{color:var(--blue);font-weight:800}
.reviews-summary__note{
  max-width:470px;
  padding-top:24px;
  border-top:1px solid rgba(196,208,227,.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  margin-bottom:30px;
}
.reviews-summary__note-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3 6.5 5v5.2c0 4.2 2.4 7.5 5.5 8.8 3.1-1.3 5.5-4.6 5.5-8.8V5L12 3Z' stroke='%2383a1d5' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='m9.2 11.7 1.9 1.9 3.7-4' stroke='%2383a1d5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 28px 28px no-repeat;
}
.reviews-summary__note p{
  max-width:none;
  font-size:18px;
  text-align:center;
}
.reviews-summary__cta{
  min-width:390px;
  min-height:82px;
  justify-content:flex-start;
  padding:22px 88px 22px 30px;
  border-radius:20px;
  position:relative;
}
.reviews-summary__cta::before{
  content:"";
  width:34px;
  height:34px;
  flex:0 0 34px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3 6.5 5v5.2c0 4.2 2.4 7.5 5.5 8.8 3.1-1.3 5.5-4.6 5.5-8.8V5L12 3Z' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 15.5 12 8m0 0-2 2m2-2 2 2m-4 5.5h4' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 28px 28px no-repeat;
}
.reviews-summary__cta::after{
  content:"";
  position:absolute;
  right:24px;
  top:50%;
  width:24px;
  height:24px;
  margin-top:-12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12m0 0-5-5m5 5-5 5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}
.reviews-feed{
  position:relative;
  min-width:0;
  padding-right:74px;
}
.reviews-feed__bg{
  position:absolute;
  inset:0 74px 0 0;
  width:auto;
  height:100%;
  object-fit:cover;
  opacity:.22;
  border-radius:38px;
  pointer-events:none;
}
.reviews-feed__viewport{
  position:relative;
  height:940px;
  overflow:auto;
  padding-right:12px;
  scrollbar-width:none;
}
.reviews-feed__viewport::-webkit-scrollbar{width:0;height:0}
.reviews-feed__list{display:grid;gap:22px}
.review-card{
  position:relative;
  padding:28px;
  border:1px solid rgba(223,230,242,.92);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 54px rgba(8,34,70,.08);
}
.review-card__meta{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin-bottom:20px;
}
.review-card__source{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.review-card__logo{
  width:58px;
  height:58px;
  border-radius:18px;
  background:#fff;
  object-fit:contain;
  object-position:center;
  box-shadow:inset 0 0 0 1px rgba(223,230,242,.86);
  padding:8px;
}
.review-card__logo--placeholder{
  display:grid;
  place-items:center;
  color:#6b86bd;
  font-size:24px;
  font-weight:800;
}
.review-card__source strong{
  display:block;
  font-size:22px;
  letter-spacing:-.04em;
}
.review-card__date{
  color:#8a99b8;
  font-size:16px;
  font-weight:600;
}
.review-card__rating{
  display:flex;
  align-items:center;
  gap:10px;
  color:#0a2f79;
  font-size:20px;
  font-weight:800;
}
.review-card__rating span{
  color:#f3b21d;
  font-size:30px;
  line-height:1;
}
.review-card__media{
  position:relative;
  min-height:250px;
  border-top:1px solid rgba(223,230,242,.92);
  padding-top:22px;
}
.review-card__shot{
  position:relative;
  min-height:228px;
  border:1.5px dashed rgba(196,208,227,.96);
  border-radius:24px;
  background:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.review-card__shot img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#fff;
}
.review-card__placeholder{
  display:flex;
  align-items:center;
  gap:20px;
  color:#7f8fb0;
  text-align:left;
  padding:24px;
}
.review-card__placeholder-icon{
  width:74px;
  height:74px;
  flex:0 0 74px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='4.5' width='17' height='15' rx='3.2' stroke='%238496ba' stroke-width='1.7'/%3E%3Ccircle cx='9' cy='10' r='1.7' stroke='%238496ba' stroke-width='1.7'/%3E%3Cpath d='m6.5 16 4-4 2.5 2.5 2.5-3 2.5 4.5' stroke='%238496ba' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 52px 52px no-repeat;
}
.review-card__placeholder strong{
  display:block;
  margin-bottom:6px;
  color:#687aa0;
  font-size:18px;
}
.review-card__placeholder small{
  color:#94a3c1;
  font-size:15px;
  line-height:1.5;
}
.reviews-feed__control{
  position:absolute;
  right:0;
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(223,230,242,.92);
  background:#fff;
  box-shadow:0 16px 40px rgba(8,31,72,.1);
  color:var(--blue);
  display:grid;
  place-items:center;
  z-index:2;
}
.reviews-feed__control span{
  width:18px;
  height:18px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 12 5-5 5 5' stroke='%230b63f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 18px 18px no-repeat;
}
.reviews-feed__control--up{top:0}
.reviews-feed__control--down{bottom:0}
.reviews-feed__control--down span{transform:rotate(180deg)}

.social-hub{background:linear-gradient(180deg,#fff 0,#f4f8ff 100%)}
.social-hub__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.social-hub__card{
  position:relative;
  display:grid;
  gap:12px;
  padding:28px;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.social-hub__card:hover{
  transform:translateY(-4px);
  border-color:rgba(11,99,246,.24);
  box-shadow:0 22px 58px rgba(11,99,246,.12);
}
.social-hub__card:after{
  content:"↗";
  position:absolute;
  top:18px;
  right:20px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px 10px 10px 2px;
  background:#f3f7ff;
  color:#0b63f6;
  font-size:16px;
  font-weight:800;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.social-hub__card:hover:after{
  transform:translate(2px,-2px);
  background:#0b63f6;
  color:#fff;
}
.social-hub__card.is-disabled{
  pointer-events:none;
  opacity:.72;
}
.social-hub__logo-wrap{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.social-hub__logo{
  width:auto;
  max-width:140px;
  max-height:46px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
#social-max-icon{
  width:48px;
  height:48px;
  max-width:48px;
  max-height:48px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
}
.social-hub__card strong{font-size:22px;letter-spacing:-.03em}
.social-hub__card small{font-size:14px;line-height:1.6;color:var(--muted)}

.faq-section{background:linear-gradient(180deg,#f7faff,#fff)}
.faq-list{width:min(100%,1040px);margin:0 auto;display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 32px rgba(8,34,70,.055);overflow:hidden}
.faq-item button{width:100%;border:0;background:transparent;padding:24px 30px;text-align:left;color:var(--ink);font-weight:800;font-size:18px;cursor:pointer;position:relative}
.faq-item button:after{content:"+";position:absolute;right:28px;color:var(--blue);font-size:24px}
.faq-item.is-open button:after{content:"–"}
.faq-item p{
  max-height:0;
  overflow:hidden;
  opacity:0;
  margin:0;
  padding:0 30px;
  color:var(--muted);
  line-height:1.65;
  transition:max-height .35s ease,opacity .28s ease,padding .35s ease;
}
.faq-item.is-open p{max-height:var(--faq-height,260px);opacity:1;padding:0 30px 26px}

.lead-section{
  padding-top:70px;
  background:
    radial-gradient(circle at 12% 18%,rgba(11,99,246,.08),transparent 28%),
    radial-gradient(circle at 88% 82%,rgba(11,99,246,.06),transparent 30%),
    linear-gradient(180deg,#fff 0,#f8fbff 100%);
}
.lead-card{
  display:grid;
  grid-template-columns:minmax(360px,.84fr) minmax(0,1.16fr);
  gap:26px;
  align-items:stretch;
}
.lead-card__visual{
  display:block;
  min-width:0;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:760px;
  background:#edf2fa;
  box-shadow:0 26px 72px rgba(8,34,70,.1);
}
.lead-card__visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.lead-card__note{
  position:absolute;
  left:30px;
  bottom:30px;
  display:flex;
  align-items:center;
  gap:18px;
  min-width:308px;
  max-width:calc(100% - 60px);
  padding:22px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:0 20px 48px rgba(8,31,72,.14);
}
.lead-card__note-icon{
  width:68px;
  height:68px;
  flex:0 0 68px;
  border-radius:20px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M32 7 47.5 13v14.5c0 11.3-6.8 21.7-17.5 26.5C19.3 49.2 12.5 38.8 12.5 27.5V13L32 7Z' stroke='%230b63f6' stroke-width='2.2'/%3E%3Cpath d='M24 26h16M28 22v16M36 22v16' stroke='%230b63f6' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E")
    center / 52px 52px no-repeat;
}
.lead-card__note strong{
  color:#17283f;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.03em;
}

.lead-form{
  min-width:0;
}
.lead-form__shell{
  position:relative;
  height:100%;
  display:grid;
  align-content:start;
  gap:22px;
  padding:clamp(34px,4vw,56px);
  background:#fff;
  border:1.5px solid rgba(149,184,255,.6);
  border-radius:34px;
  box-shadow:0 26px 72px rgba(8,34,70,.08);
  overflow:hidden;
}
.lead-form__shell > *{
  position:relative;
  z-index:1;
}
.lead-form__shell::after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,rgba(11,99,246,.08) 0,rgba(11,99,246,.05) 36%,transparent 64%);
  pointer-events:none;
}
.lead-form__mark{
  display:block;
  width:min(100%,320px);
  height:72px;
  object-fit:contain;
  object-position:left center;
}
.lead-form h2{
  font-size:clamp(36px,3.7vw,64px);
  margin:0;
  color:#16233a;
  line-height:.98;
  letter-spacing:-.065em;
  max-width:740px;
}
.lead-form p{
  color:#667689;
  line-height:1.58;
  font-size:18px;
  margin:0;
  max-width:720px;
}
.lead-form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.lead-field{
  position:relative;
  display:flex;
  align-items:center;
  min-height:104px;
  border:1px solid rgba(201,211,226,.9);
  border-radius:18px;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.lead-field__icon{
  position:absolute;
  left:22px;
  top:50%;
  width:26px;
  height:26px;
  margin-top:-13px;
  opacity:.72;
  pointer-events:none;
}
.lead-field__icon--user{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 8a7 7 0 1 1 14 0' stroke='%23677789' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}
.lead-field__icon--phone{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.9 3.5h2.5c.4 0 .8.3.9.7l.8 3.6a1 1 0 0 1-.3 1l-1.7 1.7a13.7 13.7 0 0 0 4.5 4.5l1.7-1.7a1 1 0 0 1 1-.3l3.6.8c.4.1.7.5.7.9v2.5a1 1 0 0 1-.9 1A16.6 16.6 0 0 1 4.9 4.4a1 1 0 0 1 1-1Z' stroke='%23677789' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}
.lead-field input,
.lead-field textarea{
  border:0;
  background:transparent;
  box-shadow:none;
  width:100%;
  padding-left:58px;
  padding-right:20px;
  color:#16233a;
  font-size:17px;
}
.lead-field input:focus,
.lead-field textarea:focus{
  border:0;
  box-shadow:none;
}
.lead-field--textarea{
  min-height:162px;
  align-items:stretch;
}
.lead-field--textarea textarea{
  min-height:162px;
  resize:vertical;
  padding:22px 20px;
}
.lead-form .btn--primary{
  --btn-bg:linear-gradient(135deg,#0a61f4 0,#0a46d8 100%);
  --btn-color:#fff;
  --btn-border:transparent;
  min-height:74px;
  border-radius:14px;
  box-shadow:0 18px 44px rgba(10,86,239,.24);
  position:relative;
  padding-right:74px;
  font-size:17px;
  font-weight:800;
}
.lead-form .btn--primary:hover{
  box-shadow:0 22px 54px rgba(10,86,239,.28);
}
.lead-form .btn--primary::after{
  content:"";
  position:absolute;
  right:24px;
  top:50%;
  width:22px;
  height:22px;
  margin-top:-11px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12m0 0-5-5m5 5-5 5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
}
.lead-form .consent--light{color:#6a788a}
.lead-form .consent--light a{color:#0b63f6}

.contacts-section{
  background:
    radial-gradient(circle at 14% 18%,rgba(11,99,246,.07),transparent 24%),
    radial-gradient(circle at 86% 86%,rgba(11,99,246,.05),transparent 28%),
    linear-gradient(180deg,#fbfdff 0,#f4f8ff 100%);
  padding-top:34px;
}
.contacts-intro{
  max-width:680px;
  margin:0 0 34px;
}
.contacts-intro h2{
  font-size:clamp(34px,4vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:12px 0 16px;
}
.contacts-intro p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.contacts-layout{
  display:grid;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
  gap:34px;
  align-items:stretch;
}
.contacts-visual{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:720px;
  background:#eef3fb;
  box-shadow:0 24px 62px rgba(8,34,70,.1);
}
.contacts-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.contacts-visual__tag{
  position:absolute;
  left:26px;
  top:22px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:74px;
  padding:16px 24px;
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 16px 42px rgba(8,31,72,.14);
}
.contacts-visual__tag-icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6-4.35 6-10a6 6 0 1 0-12 0c0 5.65 6 10 6 10Z' stroke='%230b63f6' stroke-width='2'/%3E%3Ccircle cx='12' cy='11' r='2.5' stroke='%230b63f6' stroke-width='2'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}
.contacts-visual__tag strong{
  color:#16233a;
  font-size:17px;
  letter-spacing:-.03em;
}
.contacts-panel{
  background:#fff;
  border:1px solid rgba(220,229,241,.9);
  border-radius:34px;
  padding:clamp(24px,3vw,28px);
  box-shadow:0 26px 72px rgba(8,34,70,.08);
}
.contacts-panel__top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:34px;
  margin-bottom:26px;
}
.contacts-details{
  display:grid;
}
.contact-row{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:12px 0 18px;
  border-bottom:1px solid rgba(223,230,242,.86);
}
.contact-row:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.contact-row__icon{
  width:60px;
  height:60px;
  border-radius:50%;
  background-color:#edf3ff;
  background-position:center;
  background-repeat:no-repeat;
  background-size:28px 28px;
}
.contact-row__icon--phone{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.9 3.5h2.5c.4 0 .8.3.9.7l.8 3.6a1 1 0 0 1-.3 1l-1.7 1.7a13.7 13.7 0 0 0 4.5 4.5l1.7-1.7a1 1 0 0 1 1-.3l3.6.8c.4.1.7.5.7.9v2.5a1 1 0 0 1-.9 1A16.6 16.6 0 0 1 4.9 4.4a1 1 0 0 1 1-1Z' stroke='%230b63f6' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.contact-row__icon--address{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6-4.35 6-10a6 6 0 1 0-12 0c0 5.65 6 10 6 10Z' stroke='%230b63f6' stroke-width='2'/%3E%3Ccircle cx='12' cy='11' r='2.5' stroke='%230b63f6' stroke-width='2'/%3E%3C/svg%3E");
}
.contact-row__icon--email{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5' stroke='%230b63f6' stroke-width='1.9'/%3E%3Cpath d='m6 8 6 4.5L18 8' stroke='%230b63f6' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.contact-row__icon--hours{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%230b63f6' stroke-width='1.9'/%3E%3Cpath d='M12 7.8v4.6l3.1 1.8' stroke='%230b63f6' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}
.contact-row__icon--calendar{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='15' rx='3' stroke='%230b63f6' stroke-width='1.8'/%3E%3Cpath d='M8 3.8v3.4M16 3.8v3.4M7.5 10.5h9' stroke='%230b63f6' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='14.5' r='1.2' fill='%230b63f6'/%3E%3C/svg%3E");
}
.contact-row__body h3{
  margin:0 0 8px;
  color:#16233a;
  font-size:18px;
  letter-spacing:-.03em;
}
.contact-row__body a,
.contact-row__body p{
  margin:0;
  color:#163154;
  font-size:18px;
  line-height:1.45;
  text-decoration:none;
  font-weight:700;
}
.contact-row__body a{
  color:#0b63f6;
}
.contact-row__body small{
  display:block;
  margin-top:4px;
  color:#72839a;
  font-size:14px;
  line-height:1.5;
}
#contact-company-hours{
  white-space:pre-line;
}
.contacts-actions{
  display:grid;
  gap:22px;
}
.contact-action-card{
  display:grid;
  gap:22px;
  padding:28px;
  border:1px solid rgba(220,229,241,.96);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0,#fbfcff 100%);
  box-shadow:0 14px 36px rgba(8,34,70,.05);
}
.contact-action-card__head{
  display:grid;
  grid-template-columns:60px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.contact-action-card h3{
  margin:0 0 8px;
  color:#16233a;
  font-size:18px;
  letter-spacing:-.03em;
}
.contact-action-card p{
  margin:0;
  color:#72839a;
  font-size:14px;
  line-height:1.55;
}
.contact-action-card .btn{
  min-height:50px;
  border-radius:14px;
  font-size:16px;
}
.contacts-map-card{
  position:relative;
  min-height:216px;
  overflow:hidden;
  border-radius:28px;
  background:#eef3fb;
  border:1px solid rgba(220,229,241,.9);
}
.contacts-map-card iframe{
  width:100%;
  height:100%;
  min-height:216px;
  border:0;
  display:block;
}
.contacts-map-card__route{
  position:absolute;
  right:26px;
  bottom:22px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:60px;
  padding:0 24px;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  color:#0b63f6;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  box-shadow:0 16px 40px rgba(8,31,72,.12);
}
.contacts-map-card__route-icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m20 4-8.4 15-1.6-6.2L4 11.2 20 4Z' stroke='%230b63f6' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
}

.footer{background:#061a34;color:#fff;padding:64px 0 24px}
.footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px}
.footer p,.footer a{color:#c9d8ee;line-height:1.8}
.footer h4{margin:0 0 14px}
.footer a{display:block}
.footer__bottom{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:44px;
  padding-top:22px;
  color:#9fb2ce;
  font-size:13px;
}
.footer__bottom a{display:inline;color:#9fb2ce}

.modal{position:fixed;inset:0;z-index:100;display:none}
.modal.is-open{display:block}
.modal__backdrop{position:absolute;inset:0;background:rgba(4,18,38,.62);backdrop-filter:blur(8px)}
.modal__dialog{
  position:relative;
  width:min(94vw,680px);
  max-height:90vh;
  overflow:auto;
  margin:5vh auto;
  background:#fff;
  border-radius:32px;
  padding:34px;
  box-shadow:0 40px 100px rgba(0,0,0,.25);
}
.modal__dialog--small{width:min(94vw,460px)}
.modal__close{position:absolute;right:22px;top:20px;width:42px;height:42px;border:0;border-radius:14px;background:#f2f5fb;font-size:28px;cursor:pointer}
.modal h2{font-size:32px;margin:0 44px 10px 0;letter-spacing:-.04em}
.modal p{color:var(--muted);line-height:1.55}
.appointment-form,.callback-form{display:grid;gap:14px}
.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.slot-btn{border:1px solid var(--line);background:#f7faff;border-radius:14px;padding:12px;font-weight:800;color:var(--ink);cursor:pointer}
.slot-btn.is-selected{background:var(--blue);color:#fff;border-color:var(--blue)}
.slot-btn[disabled]{opacity:.35;cursor:not-allowed}

.reveal,.reveal-group>*{opacity:0;transform:translateY(24px)}

.cursor-dot{
  position:fixed;
  left:0;
  top:0;
  width:10px;
  height:10px;
  pointer-events:none;
  z-index:120;
  opacity:0;
  transform:translate3d(-50px,-50px,0);
  transition:opacity .2s ease;
  will-change:transform,opacity;
}
.cursor-dot__core,
.cursor-dot__halo{
  position:absolute;
  inset:0;
  border-radius:50%;
  transition:transform .24s ease,opacity .24s ease,background .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.cursor-dot__core{
  width:5px;
  height:5px;
  inset:50% auto auto 50%;
  margin:-2.5px 0 0 -2.5px;
  background:rgba(11,99,246,.98);
  box-shadow:0 0 14px rgba(11,99,246,.2);
}
.cursor-dot__halo{
  border:1px solid rgba(11,99,246,.16);
  background:rgba(11,99,246,.025);
  box-shadow:0 0 0 6px rgba(11,99,246,.02);
}
.cursor-dot.is-visible{opacity:1}
.cursor-dot.is-hovering .cursor-dot__core{
  transform:scale(1.12);
  background:#0644c8;
}
.cursor-dot.is-hovering .cursor-dot__halo{
  transform:scale(1.45);
  border-color:rgba(11,99,246,.16);
  background:rgba(11,99,246,.035);
  box-shadow:0 0 0 9px rgba(11,99,246,.028);
}
.cursor-dot.is-pressed .cursor-dot__core{
  transform:scale(.82);
  background:#0639a9;
}
.cursor-dot.is-pressed .cursor-dot__halo{
  transform:scale(1.18);
  border-color:rgba(11,99,246,.18);
  background:rgba(11,99,246,.05);
}

@media (pointer: coarse), (prefers-reduced-motion: reduce){
  .cursor-dot{display:none}
}

.policy-page{
  min-height:100vh;
  background:linear-gradient(180deg,#f8fbff 0,#eef3fb 100%);
}
.policy-hero{padding:80px 0}
.policy-card{
  max-width:980px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:40px;
  box-shadow:var(--shadow-soft);
}
.policy-card h1{font-size:44px;letter-spacing:-.05em}
.policy-card h2{margin-top:34px}
.policy-card p,
.policy-card li{line-height:1.7;color:#32455f}

@media(max-width:1280px){
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .cards--five{grid-template-columns:repeat(3,1fr)}
  .hero__grid{
    display:grid;
    grid-template-columns:1fr;
    min-height:auto;
  }
  .hero__content{
    width:100%;
    padding-top:0;
    padding-right:0;
    padding-bottom:24px;
  }
  .hero__actions{flex-wrap:wrap}
  .hero-visual{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    height:580px
  }
  .hero-visual img{min-height:0}
  .process-flow{grid-template-columns:1fr 1fr}
  .footer__grid{grid-template-columns:repeat(2,1fr)}
  .social-hub__grid{grid-template-columns:repeat(2,1fr)}
  .lead-card{grid-template-columns:1fr}
  .lead-card__visual{min-height:620px}
  .reviews-layout{grid-template-columns:1fr}
  .reviews-feed{padding-right:0}
  .reviews-feed__bg{inset:0}
  .reviews-feed__viewport{height:760px}
  .reviews-feed__control{display:none}
}

@media(max-width:980px){
  .nav-links{display:none}
  .burger{display:flex}
  .nav-links.is-open{
    display:flex;
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    box-shadow:var(--shadow);
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
  }
  .topbar__inner{overflow:auto;flex-wrap:nowrap;padding-top:10px;padding-bottom:10px}
  .trust-chips,.pricing,.office__grid,.quick-help__inner,.document-panel__head,.stats{grid-template-columns:1fr}
  .cards--five,.service-grid{grid-template-columns:repeat(2,1fr)}
  .contacts-layout,
  .contacts-panel__top{grid-template-columns:1fr}
  .contacts-actions{grid-template-columns:1fr}
  .quick-form,.doc-form__row,.form-row{flex-direction:column}
  .lead-form .form-row{grid-template-columns:1fr}
  .lead-form__grid{grid-template-columns:1fr}
  .quick-form{grid-template-columns:1fr}
  .quick-help__content{grid-template-columns:1fr}
  .reviews-summary__cta{min-width:0;width:100%}
  .reviews-score{grid-template-columns:58px minmax(0,1fr) 58px}
  .review-card__meta{grid-template-columns:1fr}
  .review-card__rating{justify-content:flex-start}
  .quick-help__icon{
    width:min(100%,140px);
    height:auto;
    border-radius:28px;
  }
  .document-panel__intro{grid-template-columns:1fr}
  .document-panel__art{width:100%;max-width:220px;min-height:220px}
  .lead-card__visual{padding:0;min-height:520px}
  .slot-grid{grid-template-columns:repeat(2,1fr)}
  .navbar__inner{
    grid-template-columns:minmax(0,1fr) auto auto;
    min-height:78px;
    gap:14px;
    padding:0 16px 0 20px;
  }
  .brand{min-width:0;width:min(100%,260px)}
  .navbar__actions{gap:10px}
  .navbar-call{min-width:0}
  .navbar-call__body strong{font-size:18px}
  .navbar-call__body small{font-size:11px}
  .navbar__cta{
    display:inline-flex;
    min-width:0;
    padding-left:18px;
    padding-right:18px;
    font-size:14px;
  }
}

@media(max-width:640px){
  .page-shell{padding-left:16px;padding-right:16px}
  .hero{min-height:auto;padding-top:28px;padding-bottom:24px}
  .hero h1{font-size:42px}
  .section-full{padding:56px 0}
  .cards--five,.service-grid,.footer__grid,.social-hub__grid{grid-template-columns:1fr}
  .reviews-feed__viewport{height:auto;max-height:none;padding-right:0}
  .reviews-score{grid-template-columns:1fr}
  .reviews-score__laurel{display:none}
  .reviews-summary__note{max-width:none}
  .review-card{padding:22px}
  .review-card__source strong{font-size:20px}
  .review-card__shot{min-height:200px}
  .contacts-panel{border-radius:28px;padding:22px}
  .contacts-visual{border-radius:28px;min-height:460px}
  .contact-row{grid-template-columns:58px minmax(0,1fr);gap:14px}
  .contact-row__icon{width:52px;height:52px;background-size:24px 24px}
  .contacts-map-card__route{
    right:16px;
    bottom:16px;
    min-height:54px;
    padding:0 18px;
  }
  .stats div{border-right:0;border-bottom:1px solid var(--line)}
  .stats div:last-child{border-bottom:0}
  .hero__actions{flex-direction:column}
  .hero__actions .btn{
    width:100%;
    min-width:0;
    font-size:17px;
  }
  .hero__content{padding-bottom:20px}
  #hero-primary-action{padding-right:78px}
  #hero-secondary-action{padding-left:68px}
  .hero-visual{
    width:100%;
    height:480px
  }
  .btn{width:100%}
  .lead-card{gap:18px}
  .lead-card__visual{min-height:420px;border-radius:28px}
  .lead-card__note{
    left:18px;
    right:18px;
    bottom:18px;
    min-width:0;
    max-width:none;
    padding:18px 20px;
    gap:14px;
  }
  .lead-card__note-icon{
    width:56px;
    height:56px;
    flex-basis:56px;
    background-size:42px 42px;
  }
  .lead-form__shell{padding:26px 22px}
  .lead-form h2{font-size:34px}
  .lead-form p{font-size:16px}
  .lead-field{min-height:84px}
  .lead-field--textarea{min-height:148px}
  .lead-field--textarea textarea{min-height:148px}
  .topbar{display:none}
  .hide-sm{display:none}
  .navbar__inner{
    gap:12px;
    grid-template-columns:minmax(0,1fr) auto auto;
    padding:0 14px 0 16px;
  }
  .brand{width:min(100%,190px);min-width:0}
  .brand__logo{max-height:58px}
  .navbar__actions{gap:8px}
  .navbar-call__icon{width:36px;height:36px;font-size:14px}
  .navbar-call__body strong{font-size:16px}
  .navbar-call__body small{display:none}
  .navbar__cta{
    display:none;
  }
  .quick-help__icon{
    width:min(100%,124px);
    height:auto;
    border-radius:24px;
  }
  .process-flow{
    grid-template-columns:1fr;
    padding:22px;
    gap:18px;
  }
  .process-step{
    grid-template-columns:68px minmax(0,1fr);
    gap:14px;
    min-height:auto;
  }
  .process-step:not(:last-child)::after{display:none}
  .process-step__icon{
    width:64px;
    height:64px;
  }
  .process-step__index{font-size:17px}
  .process-step p{max-width:none}
  .document-panel,.lead-card,.office__content,.office-map,.policy-card{border-radius:28px}
  .footer__bottom{flex-direction:column;gap:8px}
  .modal__dialog{padding:26px;border-radius:24px}
  .slot-grid{grid-template-columns:1fr}
  .chip{width:100%}
  .service-card em{opacity:1;transform:none}
  .policy-card{padding:24px}
}
