:root{
  --hue-primary:#1d4e5f;
  --hue-secondary:#4b9bb0;
  --hue-accent:#e8a33d;
  --hue-ink:#14232a;
  --hue-muted:#5f7079;
  --hue-line:#dbe7eb;
  --hue-bg:#f1f7f8;
  --hue-panel:#ffffff;
  --hue-panel-soft:#f7fbfc;
  --hue-radius-s:14px;
  --hue-radius-m:20px;
  --hue-radius-l:30px;
  --hue-shadow-1:0 14px 32px rgba(20,60,72,.09);
  --hue-shadow-2:0 28px 60px rgba(20,60,72,.14);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at right top, rgba(75,155,176,.14), transparent 30%),
    linear-gradient(180deg,#f8fcfd 0%,#f1f7f8 100%);
  color:var(--hue-ink);
  font-family:"Segoe UI",Arial,sans-serif;
  line-height:1.68;
}
img{display:block;max-width:100%}
a{color:var(--hue-primary);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{margin:0 0 14px;color:var(--hue-ink);line-height:1.16;font-family:Georgia,"Times New Roman",serif}
p{margin:0 0 14px}
ul,ol{margin:0 0 18px;padding-left:22px}
li+li{margin-top:8px}
table{width:100%;border-collapse:collapse}
strong{color:#102a33}

.topNav_vw{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(29,78,95,.95);
  border-bottom:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.topNav_vw__mark{
  display:block;
  max-width:1160px;
  margin:0 auto;
  padding:18px 22px;
  color:#fff;
  font-size:23px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-family:"Segoe UI",Arial,sans-serif;
}

.leadHead_vw{
  max-width:1160px;
  margin:0 auto;
  padding:54px 22px 30px;
}
.leadHead_vw__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(29,78,95,.09);
  color:var(--hue-primary);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.leadHead_vw__title{
  max-width:860px;
  font-size:clamp(36px,5vw,62px);
  letter-spacing:-.03em;
}
.leadHead_vw__lead{
  max-width:760px;
  font-size:18px;
  color:var(--hue-muted);
}

.sheetWrap_vw{
  max-width:1160px;
  margin:0 auto;
  padding:0 22px 66px;
}
.sheetCard_vw{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(29,78,95,.10);
  border-radius:var(--hue-radius-l);
  box-shadow:var(--hue-shadow-2);
  padding:36px 36px 40px;
}
.sheetCard_vw h2{font-size:clamp(25px,3vw,33px);margin-top:30px}
.sheetCard_vw h3{font-size:21px;margin-top:18px}
.sheetCard_vw h2:first-of-type{margin-top:0}
.sheetCard_vw td,.sheetCard_vw th{
  border:1px solid var(--hue-line);
  padding:14px 16px;
  vertical-align:top;
}
.sheetCard_vw th{
  text-align:left;
  background:#eef6f8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family:"Segoe UI",Arial,sans-serif;
}
.factTiles_vw,
.meritTiles_vw,
.reachTiles_vw{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:26px 0 32px;
}
.factTiles_vw__item,
.meritTiles_vw__item,
.reachTiles_vw__item{
  background:linear-gradient(180deg,#fff 0%,#f5fafb 100%);
  border:1px solid rgba(29,78,95,.10);
  border-radius:24px;
  box-shadow:var(--hue-shadow-1);
  padding:22px 20px;
}
.factTiles_vw__icon,
.meritTiles_vw__icon,
.reachTiles_vw__icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  margin-bottom:14px;
  background:rgba(29,78,95,.10);
  font-size:24px;
}
.factTiles_vw__title,
.meritTiles_vw__title,
.reachTiles_vw__label{
  margin-bottom:8px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.03em;
}
.factTiles_vw__text,
.meritTiles_vw__text,
.reachTiles_vw__value{
  color:var(--hue-muted);
  font-size:15px;
}
.noteBox_vw{
  margin:24px 0 30px;
  border:1px solid rgba(232,163,61,.56);
  background:linear-gradient(135deg,#fff8ea 0%,#fdf1dc 100%);
  border-radius:24px;
  padding:24px 26px;
  box-shadow:0 12px 24px rgba(150,112,33,.08);
}
.citeBox_vw{
  margin:28px 0;
  padding:32px 28px;
  border-radius:28px;
  background:linear-gradient(135deg,#fbfdfe 0%,#e7f2f5 100%);
  border:1px solid rgba(29,78,95,.10);
}
.citeBox_vw__text{
  font-size:clamp(22px,3vw,31px);
  color:var(--hue-primary);
}
.citeBox_vw__meta{
  margin-top:12px;
  color:var(--hue-muted);
}
.digitRail_vw{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:24px 0 32px;
}
.digitRail_vw__item{
  padding:22px 18px;
  border-radius:22px;
  background:#eef6f8;
  border:1px solid rgba(29,78,95,.09);
  text-align:center;
}
.digitRail_vw__num{
  font-size:30px;
  font-weight:900;
  color:var(--hue-primary);
  line-height:1;
  margin-bottom:8px;
}
.digitRail_vw__label{color:var(--hue-muted);font-size:14px}
.phaseList_vw{display:grid;gap:16px;margin:24px 0 28px}
.phaseList_vw__item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:flex-start;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(29,78,95,.10);
  background:#fff;
  box-shadow:var(--hue-shadow-1);
}
.phaseList_vw__num{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,var(--hue-primary) 0%, var(--hue-secondary) 100%);
  color:#fff;
  font-size:22px;
  font-weight:900;
}
.phaseList_vw__title{font-size:18px;margin-bottom:6px}
.phaseList_vw__text{color:var(--hue-muted)}
.tagPill_vw{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tagPill_vw--ok{background:#eef8f1;color:#1f6a48;border:1px solid #bfe1c9}
.tagPill_vw--soft{background:#edf5f8;color:#25596b;border:1px solid #c3dde6}
.specGrid_vw{margin:18px 0 26px}
.specGrid_vw td:first-child,.specGrid_vw th:first-child{width:34%}
.timeTable_vw{margin:20px 0 30px;border-radius:24px;overflow:hidden;border:1px solid rgba(29,78,95,.10);box-shadow:var(--hue-shadow-1)}
.timeTable_vw td{padding:14px 18px;background:#fff;border-bottom:1px solid var(--hue-line)}
.timeTable_vw tr:last-child td{border-bottom:none}
.timeTable_vw__state{font-weight:800;color:#217a58}
.mapBox_vw{
  margin:18px 0 30px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(29,78,95,.10);
  box-shadow:var(--hue-shadow-1);
}
.askForm_vw{
  display:grid;
  gap:16px;
  margin-top:20px;
}
.askForm_vw__field{display:grid;gap:8px}
.askForm_vw__label{font-size:14px;font-weight:800;color:var(--hue-ink)}
.askForm_vw__input,
.askForm_vw__select,
.askForm_vw__area{
  width:100%;
  border:1px solid var(--hue-line);
  border-radius:16px;
  background:#fff;
  padding:14px 16px;
  font:inherit;
  color:var(--hue-ink);
  outline:none;
  transition:border-color .2s, box-shadow .2s, transform .2s;
}
.askForm_vw__input:focus,
.askForm_vw__select:focus,
.askForm_vw__area:focus{
  border-color:var(--hue-secondary);
  box-shadow:0 0 0 4px rgba(75,155,176,.16);
}
.askForm_vw__area{min-height:160px;resize:vertical}
.askForm_vw__hint{font-size:13px;color:var(--hue-muted)}
.askForm_vw__button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:54px;
  border:none;
  border-radius:16px;
  background:linear-gradient(135deg,var(--hue-primary) 0%, var(--hue-secondary) 100%);
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 16px 28px rgba(29,78,95,.18);
}
.askForm_vw__success{
  display:none;
  margin:18px 0 0;
  padding:18px 20px;
  border-radius:18px;
  background:#eef8f1;
  color:#1e5f43;
  border:1px solid #b7dcc4;
}
.askForm_vw__successIcon{font-size:18px;margin-right:8px}

.deepFooter_vw{
  background:#101c22;
  color:#a5b4bb;
  padding:60px 20px 30px;
  position:relative;
  overflow:hidden;
}
.deepFooter_vw__shell{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.deepFooter_vw__grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1.2fr 1.2fr;
  gap:34px;
  margin-bottom:34px;
}
.deepFooter_vw__about h3{
  margin-bottom:12px;
  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family:"Segoe UI",Arial,sans-serif;
}
.deepFooter_vw__about p,
.deepFooter_vw__contact p,
.deepFooter_vw__links a,
.deepFooter_vw__legal a{font-size:14px;line-height:1.74}
.deepFooter_vw__section h4{
  margin-bottom:12px;
  color:#fff;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-family:"Segoe UI",Arial,sans-serif;
}
.deepFooter_vw__links,
.deepFooter_vw__legal{display:flex;flex-direction:column;gap:8px}
.deepFooter_vw a{color:#cfdde3}
.deepFooter_vw a:hover{color:#fff;text-decoration:none}
.deepFooter_vw__contact strong{color:#fff}
.deepFooter_vw__divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 18%,rgba(255,255,255,.18) 82%,transparent 100%)}
.deepFooter_vw__bottom{padding-top:18px;text-align:center}
.deepFooter_vw__copy{margin:0;color:#cdd9df;font-size:13px}
.deepFooter_vw__flare{position:absolute;border-radius:999px;filter:blur(16px);opacity:.24}
.deepFooter_vw__flare--one{width:220px;height:220px;background:#4b9bb0;right:-70px;bottom:-90px}
.deepFooter_vw__flare--two{width:190px;height:190px;background:#e8a33d;left:-50px;top:42px}

@media (max-width: 960px){
  .factTiles_vw,
  .meritTiles_vw,
  .reachTiles_vw,
  .digitRail_vw,
  .deepFooter_vw__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px){
  .leadHead_vw{padding-top:42px}
  .sheetCard_vw{padding:28px 20px 30px;border-radius:24px}
  .factTiles_vw,
  .meritTiles_vw,
  .reachTiles_vw,
  .digitRail_vw,
  .deepFooter_vw__grid{grid-template-columns:1fr}
  .phaseList_vw__item{grid-template-columns:1fr}
  .phaseList_vw__num{width:58px;height:58px}
}
