body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.active-view {
    width: 100%;
    background: #E8F4F2;
    color: #0B1416;
    border-bottom: 1px solid #243A3D;
    padding: 1.5rem 2.16rem;
  }
.simple-body {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.24rem;
  }
:root {
  --ease-hover: cubic-bezier(0.2,0.8,0.2,1);
  --line-panel: #D6E6E4;
  --line-muted: #111E20;
}
.top-menu {
    display: flex;
    align-items: center;
    gap: calc(1.24rem * 2);
    min-width: 0;
  }
.service-panel {
    font-size: calc(17.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0B1416;
    text-decoration: none;
    white-space: nowrap;
  }
.service-panel:hover,
  .service-panel:focus-visible {
    color: #04222B;
  }
.nav-desktop {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.24rem * 1.5);
  }
.nav-list a {
    color: #0B1416;
    text-decoration: none;
    font-size: 17.6px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.25rem;
    transition: color 410ms var(--ease-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #04222B;
  }
.plain-links {
    display: flex;
    align-items: center;
    gap: 1.24rem;
  }
.local-content {
    display: inline-block;
    background: #5FE3C0;
    color: #06201B;
    text-decoration: none;
    font-size: 17.6px;
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 7px rgba(0,0,0,0.18);
    transition: background 410ms var(--ease-hover);
    white-space: nowrap;
  }
.local-content:hover,
  .local-content:focus-visible{
    background: #7BEBD0;color:#E8F4F2;}
.content-details {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #0B1416;
    border-radius: 0.25rem;
    cursor: pointer;
  }
.page-view{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #0B1416;
    border-radius: 1px;color:#E8F4F2;}
.nav-mobile {
    display: none;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1.5rem;
  }
.nav-mobile.is-open {
    display: block;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    color: #0B1416;
    text-decoration: none;
    font-size: 17.6px;
    padding: 0.7rem 0.5rem;
    border-radius: 0.25rem;
    border-bottom: 1px solid #243A3D;
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    color: #04222B;
  }
@media (max-width: 767px) {
    .nav-desktop {
      display: none;
    }

    .content-details {
      display: flex;
    }

    .local-content {
      display: none;
    }

    .simple-body {
      flex-wrap: nowrap;
    }
  }
.title{width:100%;padding:0;font-family:"Space Grotesk", sans-serif;font-size:17.6px;line-height:1.71;background:#E8F4F2;color:#0B1416;}
.wide-team{max-width:1300px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.16rem calc(1.24rem * 1.5);display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.text-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.24rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.content-headline{margin:0;font-size:calc(17.6px * 1.35);font-weight:700;letter-spacing:0.02em}
.local-steps{margin:0;max-width:60ch;font-size:calc(17.6px * .875);opacity:0.82}
.media-section{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.24rem}
.site-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.box{margin:0;font-size:17.6px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.direct-body{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.direct-body a{color:inherit;text-decoration:none;font-size:calc(17.6px * .875);transition:opacity 410ms var(--ease-hover)}
.direct-body a:hover,
  .direct-body a:focus-visible{opacity:0.72;text-decoration:underline;color:inherit}
.strong-menu{gap:calc(1.5rem * .75)}
.strong-menu li{display:flex;flex-direction:column;gap:0.25rem}
.service-plan{font-size:calc(17.6px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.compact-summary{font-size:calc(17.6px * .875);color:inherit;text-decoration:none;word-break:break-word}
.compact-summary[href]:hover,
  .compact-summary[href]:focus-visible{text-decoration:underline;opacity:0.78}
.offer-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.24rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.media-region{margin:0;font-size:calc(17.6px * .875);opacity:0.82}
.contact-service{margin:0;font-size:calc(17.6px * .875);line-height:1.71;opacity:0.78;max-width:90ch}
.contact-service a{color:inherit;text-decoration:underline}
.contact-service a:hover,
  .contact-service a:focus-visible{opacity:0.72;color:inherit}
@media (max-width: 1024px) {.media-section{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 600px) {.wide-team{padding:calc(1.24rem * 1.5) 2.16rem calc(1.24rem * 1.5)}.media-section{grid-template-columns:1fr;gap:calc(1.24rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.16rem;
    right: 2.16rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .team-region {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.14rem;
    padding: 1.5rem 2.16rem;
    background: #5FE3C0;
    color: #06201B;
    box-shadow: 0 20px 54px rgba(0,0,0,0.29);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .team-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .team-intro strong {
    font-size: 16px;
}
.cookies .team-intro button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .secondary-intro {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .secondary-intro button {
    flex: 1;
    border-radius: 0.25rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .secondary-intro button.cookie-accept {
    color: #0B1416;
    border-color: transparent;
    color: #E8F4F2;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .team-region {
        max-width: none;
    }
}
.direct-details{
    padding: calc(1.5rem * 2.4) 2.16rem;
    background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
    color: #E8F4F2;
    overflow: hidden;
}
.direct-details .narrow-unit{max-width: 1300px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 1.14rem;
    border: 1px solid #243A3D;
    background-image: linear-gradient(rgba(6, 12, 14, 0.82), rgba(6, 12, 14, 0.55)), url('https://images.pexels.com/photos/13065690/pexels-photo-13065690.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 54px rgba(0,0,0,0.29);}
.direct-details .featured-tile{display: flex;
    flex-direction: column;
    gap: calc(1.24rem * 1.5);
    max-width: 46rem;}
.direct-details .featured-tile h1{margin: 0;
    font-size: calc(17.6px * 2.65);
    line-height: 1.05;
    letter-spacing: -0.01em;}
.direct-details .featured-tile span{display: block;
    font-size: calc(17.6px * 1.125);
    line-height: 1.71;
    color: #E8F4F2;}
.direct-details .top-inner{margin: 0;
    padding-left: 0.9rem;
    border-left: 2px solid #3FB8D8;
    font-size: calc(17.6px * .875);}
.direct-details .main-menu{display: flex;
    flex-wrap: wrap;
    gap: 1.24rem;}
.direct-details .main-menu a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0 1.15rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 17.6px;
    background: transparent;
    color: #E8F4F2;
    border: 1px solid #243A3D;
    transition: background 410ms var(--ease-hover), color 410ms var(--ease-hover);
}
.direct-details .main-menu a:first-child{
    background: #5FE3C0;
    color: #06201B;
    border-color: #7BEBD0;
}
.direct-details .main-menu a:first-child:hover{
    background: #7BEBD0;color:#E8F4F2;}
.direct-details .main-menu a:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#E8F4F2;}
.direct-details .direct-contact{display: flex;
    flex-wrap: wrap;
    gap: 1.24rem;
    padding-top: calc(1.24rem * 1.5);
    border-top: 1px solid #243A3D;}
.direct-details .direct-contact a{font-size: calc(17.6px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 410ms var(--ease-hover), border-color 410ms var(--ease-hover);}
.direct-details .direct-contact a:hover{border-bottom-color: #3FB8D8;}
@media (max-width: 640px) {.direct-details .narrow-unit{
        padding: 1.5rem;
    }.direct-details .main-menu a{
        width: 100%;
    }
}
.bottom-region{
  background:#0B1416;
  color:#E8F4F2;
  padding:calc(1.5rem * 2.4) 2.16rem;
}
.bottom-region .visual-unit{max-width:1300px;
  margin:0 auto;}
.bottom-region .top-benefit{display:flex;
  flex-wrap:wrap;
  gap:calc(1.24rem * 1.5);
  align-items:flex-start;}
.bottom-region h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;}
.bottom-region .top-benefit p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--line-panel);
  line-height:1.71;}
.bottom-region .direct-wrap{margin-top:calc(1.24rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.24rem;}
.bottom-region .direct-wrap a{
  flex:1 1 17rem;
  min-width:0;
  color:#E8F4F2;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#132124;
  border:1px solid #243A3D;
  border-radius:0.74rem;
  transition:border-color 410ms var(--ease-hover);
}
.bottom-region .direct-wrap a:hover{border-color:#5FE3C0;}
.bottom-region .direct-wrap strong,
.bottom-region .direct-wrap span{display:block;}
.bottom-region .direct-wrap span{margin-top:.4rem;
  color:var(--line-panel);
  line-height:1.71;}
.bottom-region .top-inner{margin:calc(1.24rem * 1.5) 0 0;
  color:var(--line-panel);
  font-size:calc(17.6px * .875);
  line-height:1.71;}
.bottom-region .primary-block{
  display:inline-flex;
  margin-top:calc(1.24rem * 1.5);
  color:#06201B;
  background:#5FE3C0;
  text-decoration:none;
  border-radius:1.14rem;
  padding:.75rem 1.15rem;
  transition:background 410ms var(--ease-hover);
}
.bottom-region .primary-block:hover{
  background:#7BEBD0;color:#E8F4F2;}
@media (max-width:680px){.bottom-region .top-benefit{display:block}.bottom-region .top-benefit p{margin-top:1.5rem}.bottom-region .direct-wrap{display:block}.bottom-region .direct-wrap a{display:block;margin-top:1.24rem}
}
.steady-entries{--mark-soft:calc(1.5rem * 1.13);--font-heading:calc(1300px / 3.45);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.steady-entries .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.steady-entries h1,.steady-entries h2,.steady-entries h3,.steady-entries p,.steady-entries ul{margin:0;}
.steady-entries h2{flex:1 1 calc(1300px / 3);min-width:0;font-size:calc(17.6px * 2);line-height:1.12;}
.steady-entries h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.steady-entries p{font-size:17.6px;line-height:1.71;}
.steady-entries .main-flow{flex:1 1 calc(1300px / 3);min-width:0;}
.steady-entries .primary-rail{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.steady-entries .wide-inner{flex:1 1 var(--font-heading);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.5);border-top:1px solid #243A3D;}
.steady-entries .wide-inner p{margin-top:calc(1.5rem / 3);}
.steady-entries .direct-contact{flex:1 1 100%;margin-top:var(--mark-soft);font-size:calc(17.6px * .875);}
.steady-entries .direct-contact a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5FE3C0 40%, transparent);}
.steady-entries .direct-contact a:hover{border-bottom-color:#3FB8D8;}
.offer-actions{--mark-soft:calc(1.5rem * 1.18);--field-local:calc(1300px / 2.05);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.offer-actions .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-soft);}
.offer-actions h1,.offer-actions h2,.offer-actions h3,.offer-actions p{margin:0;}
.offer-actions h2{font-size:calc(17.6px * 2);line-height:1.14;letter-spacing:-0.01em;}
.offer-actions p{font-size:17.6px;line-height:1.71;}
.offer-actions a{color:#5FE3C0;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5FE3C0 45%, transparent);}
.offer-actions a:hover{color:#3FB8D8;border-bottom-color:#3FB8D8;}
.offer-actions .primary-headline{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.offer-actions .main-flow{font-size:calc(17.6px * 1.125);color:var(--line-panel);}
.offer-actions .content-panel{display:flex;flex-direction:column;gap:calc(calc(1.24rem * 1.5) / 1.6);margin-top:calc(1.5rem / 2);}
.offer-actions details{padding:calc(calc(1.5rem * .75) * .85) calc(calc(1.5rem * .75) * 1.1);border-radius:0.5rem;background:#132124;color:#E8F4F2;border:1px solid #243A3D;}
.offer-actions summary{cursor:pointer;font-weight:600;font-size:17.6px;line-height:1.35;list-style:none;}
.offer-actions summary::-webkit-details-marker{display:none;}
.offer-actions summary::after{content:"+";float:right;margin-left:1.24rem;color:#5FE3C0;font-weight:700;}
.offer-actions details[open] summary::after{content:"–";}
.offer-actions details p{margin-top:calc(1.5rem / 3.2);color:var(--line-panel);}
.offer-actions .top-inner{font-size:calc(17.6px * .875);color:var(--line-panel);padding-top:calc(calc(1.24rem * 1.5) / 2);border-top:1px solid #243A3D;}
@media (max-width:720px){.offer-actions .main-flow{font-size:17.6px;}.offer-actions details{padding:calc(1.5rem * .75);}
}
.simple-list{
  --mark-soft:calc(1.5rem * 0.89);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#5FE3C0;
  color:#06201B;
}
.simple-list .visual-unit{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--mark-soft) * 1.1);}
.simple-list h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.14;
  max-width:calc(1300px * 0.72);}
.simple-list .top-inner{margin:0;
  font-size:calc(17.6px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.72;}
.simple-list .main-flow{margin:0;
  font-size:17.6px;
  line-height:1.71;
  opacity:0.86;}
.simple-list .direct-contact{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.24rem;
  padding-top:calc(var(--mark-soft) * 0.4);}
.simple-list .primary-block{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.25rem;
  background:#06201B;
  color:#5FE3C0;
  font-weight:600;
  text-decoration:none;
  transition:background 410ms var(--ease-hover), color 410ms var(--ease-hover);
}
.simple-list .primary-block:hover{
  background:#3FB8D8;
  color:#04222B;
}
.simple-list .active-figure{color:inherit;
  text-decoration:none;
  font-size:calc(17.6px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;
  transition:border-color 410ms var(--ease-hover), opacity 410ms var(--ease-hover);}
.simple-list .active-figure:hover{border-color:currentColor;
  opacity:0.85;}
@media (max-width:640px){.simple-list h2{max-width:none;}.simple-list .direct-contact{gap:calc(1.24rem * 0.75);}
}
.visual-stack{padding:calc(1.5rem * 2.4) 2.16rem;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2}
.visual-stack .visual-unit{max-width:1300px;margin:0 auto}
.visual-stack .top-benefit{margin-bottom:calc(1.24rem * 1.5)}
.visual-stack h2{margin:0;font-size:calc(17.6px * 2.65);line-height:1.05}
.visual-stack .top-benefit p{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.71}
.visual-stack .active-visual{display:flex;flex-wrap:wrap;gap:1.5rem 1.24rem}
.visual-stack .offer-plan{flex:1 1 18rem;min-width:16rem;padding-top:calc(1.5rem * .75);border-top:1px solid #243A3D;font-size:17.6px;line-height:1.15}
.visual-stack .offer-plan strong{display:block;font-size:calc(17.6px * 1.35);line-height:1.15}
.visual-stack .offer-plan p{margin:calc(1.5rem * .75) 0 0;font-size:17.6px;line-height:1.71}
.visual-stack .offer-plan a{text-decoration:underline;text-underline-offset:2px}
.visual-stack .offer-plan a:hover{}
@media(max-width:760px){.visual-stack .active-visual{display:block}.visual-stack .offer-plan{margin-bottom:1.5rem}}
.story{padding:calc(1.5rem * 2.4) 2.16rem;background:var(--line-muted);color:var(--line-panel)}
.story .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.24rem * 1.5)}
.story .top-benefit{flex:1 1 320px;min-width:0}
.story h2{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.story .top-benefit p{margin:1.5rem 0 0;line-height:1.71}
.story .top-benefit p + p{margin-top:calc(1.5rem * .75)}
.story .page-links{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.story details{background:#132124;color:#E8F4F2;border:1px solid #243A3D;border-radius:0.5rem;padding:calc(1.5rem * .75) 1.5rem}
.story summary{cursor:pointer;font-size:calc(17.6px * 1.35);line-height:1.25;list-style:none}
.story summary::-webkit-details-marker{display:none}
.story summary::after{content:"+";float:right;font-size:calc(17.6px * 1.125);line-height:1}
.story details[open] summary::after{content:"–"}
.story details p{margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);line-height:1.71}
.story details strong{display:block;font-size:calc(17.6px * .875);color:#5FE3C0}
@media(max-width:720px){.story .visual-unit{display:block}.story .page-links{margin-top:calc(1.24rem * 1.5)}.story details{padding:calc(1.5rem * .75)}
}
.narrow-panel{--mark-soft:calc(1.5rem * 1.18);--type-heading:calc(1300px / 3.4);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.narrow-panel .visual-unit{max-width:1300px;margin:0 auto;}
.narrow-panel h2,.narrow-panel h3,.narrow-panel p{margin:0;}
.narrow-panel h2{font-size:calc(17.6px * 2);line-height:1.14;}
.narrow-panel h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.narrow-panel p{font-size:17.6px;line-height:1.71;}
.narrow-panel img{display:block;width:100%;height:auto;border-radius:0.5rem;border:1px solid #243A3D;}
.narrow-panel .main-flow{margin-top:1.5rem;}
.narrow-panel .top-inner{margin-top:var(--mark-soft);padding-top:calc(1.5rem * .75);border-top:1px solid #243A3D;}
.narrow-panel .primary-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;margin-top:var(--mark-soft);}
.narrow-panel .wide-inner{flex:1 1 calc(1300px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #5FE3C0;}
.narrow-panel .wide-inner p{margin-top:calc(1.5rem / 3);}
.narrow-panel .site-callout>img{margin-top:var(--mark-soft);}
@media (max-width:720px){.narrow-panel .wide-inner{flex:1 1 100%;}
}
.brand{--mark-soft:calc(1.5rem * 1.18);--state-main:calc(1300px / 3.1);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.brand .visual-unit{max-width:1300px;margin:0 auto;}
.brand h2,.brand h3,.brand p{margin:0;}
.brand h2{font-size:calc(17.6px * 2);line-height:1.14;}
.brand h3{font-size:calc(17.6px * 1.35);line-height:1.24;}
.brand p{font-size:17.6px;line-height:1.71;color:var(--line-panel);}
.brand .main-flow{margin-top:calc(1.24rem * 1.5);font-size:calc(17.6px * 1.125);color:#E8F4F2;}
.brand .active-proof{display:flex;align-items:flex-start;gap:calc(1.24rem * 1.6);}
.brand .active-proof>.featured-tile{flex:0 0 var(--state-main);min-width:0;position:sticky;top:1.5rem;}
.brand .primary-rail{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:0;}
.brand .wide-inner{min-width:0;padding:calc(1.24rem * 1.5) 0;border-top:1px solid #243A3D;}
.brand .wide-inner:last-child{border-bottom:1px solid #243A3D;}
.brand .wide-inner p{margin-top:calc(calc(1.24rem * 1.5) / 1.6);}
@media(max-width:820px){.brand .active-proof{flex-direction:column;gap:1.24rem;}.brand .active-proof>.featured-tile{position:static;flex:1 1 auto;}.brand .primary-rail{margin-top:var(--mark-soft);}
}
.local-wrap{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: var(--line-muted);
  color: var(--line-panel);
}
.local-wrap .visual-unit{max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.local-wrap .primary-block{
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
}
.local-wrap h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.local-wrap .main-flow{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.6px;
  line-height: 1.71;}
.local-wrap a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #5FE3C0;
  color: #06201B;
  text-decoration: none;
  font-size: calc(17.6px * .875);
  transition: background 410ms var(--ease-hover);
}
.local-wrap a:hover{
  background: #7BEBD0;color:#E8F4F2;}
.local-wrap .top-inner{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * .875);
  opacity: .82;}
.local-wrap .bottom-nav{display: flex;
  flex-direction: column;
  gap: 1.24rem;}
.local-wrap .featured-tile{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.6px * 1.125);
  line-height: 1.35;}
.local-wrap .wide-service{display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 0 0 1.24rem;
  border-bottom: 1px solid #243A3D;}
.local-wrap .wide-service:last-child{border-bottom: none;
  padding-bottom: 0;}
.local-wrap .wide-service strong{font-size: 17.6px;}
.local-wrap .wide-service span{font-size: calc(17.6px * .875);
  line-height: 1.71;
  opacity: .85;}
@media (max-width: 760px) {.local-wrap .visual-unit{
    grid-template-columns: 1fr;
  }
}
.steady-nav{padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.secondary-block{max-width:1300px;margin:0 auto;}
.steady-nav h1{margin:0;font-size:calc(17.6px * 2.65);line-height:1.08;}
.wide-body{
  --mark-soft:calc(1.5rem * 1.02);
  --layer-control:calc(1300px / 3.4);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.wide-body .visual-unit{max-width:1300px;margin:0 auto;}
.wide-body h2,.wide-body h3,.wide-body p{margin:0;}
.wide-body h2{font-size:calc(17.6px * 2);line-height:1.12;}
.wide-body h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.wide-body p{font-size:17.6px;line-height:1.71;}
.wide-body .top-benefit{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.wide-body .main-flow{}
.wide-body .primary-rail{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.24rem;
  margin-top:var(--mark-soft);}
.wide-body .wide-inner{flex:1 1 var(--layer-control);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #243A3D;}
.wide-body .wide-inner p{margin-top:calc(1.5rem / 3);}
.wide-body .local-feature{margin-top:var(--mark-soft);padding-top:calc(1.5rem * .75);border-top:1px solid #243A3D;}
.wide-body .top-inner{font-size:calc(17.6px * .875);}
.wide-body a{text-decoration:none;}
.wide-body a:hover{}
@media (max-width:720px){.wide-body .wide-inner{flex:1 1 100%;}
}
.contact-items{--mark-soft:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.contact-items .visual-unit{max-width:1300px;margin:0 auto;}
.contact-items h1,.contact-items h2,.contact-items h3,.contact-items p{margin:0;}
.contact-items h2{font-size:calc(17.6px * 2);line-height:1.12;}
.contact-items h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.contact-items p{font-size:17.6px;line-height:1.71;color:var(--line-panel);}
.contact-items a{color:#5FE3C0;text-decoration:none;}
.contact-items a:hover{color:#3FB8D8;}
.contact-items .top-inner{font-size:calc(17.6px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#3FB8D8;}
.contact-items .main-flow{margin-top:calc(1.24rem * 1.5);}
.contact-items .primary-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#5FE3C0;color:#06201B;}
.contact-items .primary-block:hover{background:#7BEBD0;color:#06201B;}
.contact-items .primary-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;margin-top:var(--mark-soft);}
.contact-items .wide-inner{flex:1 1 calc(1300px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #243A3D;border-radius:0.74rem;background:#132124;color:#E8F4F2;}
.contact-items .wide-inner p{margin-top:calc(1.5rem / 3);}
.contact-items .wide-inner a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(17.6px * .875);}
.contact-items .service-visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.contact-items .service-visual>.featured-tile{flex:1 1 auto;min-width:0;}
.contact-items .service-visual>.primary-block{flex:0 0 auto;}
.contact-items .service-visual>.primary-rail{flex:1 1 100%;}
.contact-items .featured-tile h2{margin-top:calc(1.5rem / 2);}
.contact-items .direct-contact{flex:1 1 100%;margin-top:var(--mark-soft);font-size:calc(17.6px * .875);}
.open-grid{
  --mark-soft: calc(1.5rem * 1.2);
  --tone-inverse: calc(calc(1.5rem * .75) * 1.05);
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: #0B1416;
  color: #E8F4F2;
}
.open-grid .visual-unit{max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--mark-soft);}
.open-grid h2,
.open-grid h3,
.open-grid p{margin: 0;}
.open-grid h2{font-size: calc(17.6px * 2);
  line-height: 1.14;}
.open-grid h3{font-size: calc(17.6px * 1.35);
  line-height: 1.2;}
.open-grid p{font-size: 17.6px;
  line-height: 1.71;}
.open-grid .top-benefit{display: flex;
  flex-direction: column;
  gap: calc(calc(1.24rem * 1.5) * .7);}
.open-grid .main-flow{}
.open-grid .focused-figure{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.open-grid .wide-inner{
  flex: 1 1 calc(1300px / 3.6);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.24rem * 1.5) * .8);
  padding: var(--tone-inverse);
  border: 1px solid #243A3D;
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
}
.open-grid .local-shell{display: flex;
  align-items: center;
  gap: calc(1.24rem * .8);}
.open-grid .local-shell img{display: block;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border-radius: 0.25rem;}
.open-grid .id{display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;}
.open-grid .visual-media{font-size: calc(17.6px * .875);}
.open-grid .wide-inner p{}
.open-grid .top-inner{font-size: calc(17.6px * .875);
  border-top: 1px solid #243A3D;
  padding-top: calc(1.24rem * 1.5);}
.open-grid .top-inner a{text-decoration: none;}
.open-grid .top-inner a:hover{text-decoration: underline;}
@media (max-width: 720px){.open-grid .wide-inner{
    flex: 1 1 100%;
  }
}
.open-nav{
  --mark-soft:calc(1.5rem * 1.17);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.open-nav .visual-unit{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--mark-soft) * 1.1);}
.open-nav h2,
.open-nav h3,
.open-nav p{margin:0;}
.open-nav h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.open-nav h3{font-size:calc(17.6px * 1.35);
  line-height:1.22;}
.open-nav p{font-size:17.6px;
  line-height:1.71;
  color:var(--line-panel);}
.open-nav .main-flow{font-size:calc(17.6px * 1.125);
  color:#E8F4F2;}
.open-nav .bottom-nav{display:flex;
  flex-direction:column;
  gap:calc(var(--mark-soft) * .85);
  border-top:1px solid #243A3D;
  padding-top:var(--mark-soft);}
.open-nav .wide-inner{min-width:0;
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 3);
  padding-block-end:calc(var(--mark-soft) * .7);
  border-bottom:1px solid #243A3D;}
.open-nav .wide-inner:last-child{border-bottom:0;
  padding-block-end:0;}
.open-nav .direct-contact{font-size:calc(17.6px * .875);
  color:var(--line-panel);}
.open-nav .direct-contact a{color:#5FE3C0;
  text-decoration:none;
  border-bottom:1px solid #5FE3C0;
  padding-bottom:1px;
  transition:color 410ms var(--ease-hover), border-color 410ms var(--ease-hover);}
.open-nav .direct-contact a:hover{color:#3FB8D8;
  border-bottom-color:#3FB8D8;}
@media (min-width:760px){.open-nav .wide-inner{
    grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);
    column-gap:1.24rem;
    align-items:start;
  }.open-nav .wide-inner h3{
    padding-block-start:2px;
  }
}
.simple-frame{
    padding: calc(1.5rem * 2.4) 2.16rem;
    background: #0B1416;
    color: #E8F4F2;
}
.simple-frame .visual-unit{max-width: 1300px;
    margin: 0 auto;}
.simple-frame .offer-fields{display: flex;
    flex-direction: column;
    gap: .4rem;
    margin-bottom: calc(1.24rem * 1.5);
    padding-bottom: calc(1.5rem * .75);
    border-bottom: 1px solid #243A3D;}
.simple-frame .offer-fields p{margin: 0;
    font-size: calc(17.6px * .875);
    letter-spacing: .04em;
    text-transform: uppercase;}
.simple-frame h2{margin: 0;
    font-size: calc(17.6px * 2);
    line-height: 1.1;
    max-width: 46rem;}
.simple-frame .soft-lead{display: flex;
    flex-wrap: wrap;
    gap: 1.24rem;}
.simple-frame figure{
    flex: 1 1 min(100%, 17rem);
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 0.74rem;
    overflow: hidden;
    background: #132124;
    color: #E8F4F2;
    border: 1px solid #243A3D;
    box-shadow: 0 1px 7px rgba(0,0,0,0.18);
}
.simple-frame figure:nth-child(2n) img{aspect-ratio: 4 / 5;}
.simple-frame figure:nth-child(3n) img{aspect-ratio: 16 / 10;}
.simple-frame img{display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.simple-frame figcaption{display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: calc(1.5rem * .75);}
.simple-frame span{font-size: calc(17.6px * .875);}
.simple-frame h3{margin: 0;
    font-size: calc(17.6px * 1.35);
    line-height: 1.25;}
.simple-frame p{margin: 0;
    font-size: 17.6px;
    line-height: 1.71;}
@media (max-width: 640px) {.simple-frame figure{
        flex: 1 1 100%;
    }
}
.visual-fields{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: #E8F4F2;
  color: #0B1416;
}
.visual-fields .visual-unit{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.visual-fields .top-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.24rem * 1.5);}
.visual-fields h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.visual-fields .strong-items{margin: 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.71;}
.visual-fields .primary-rail{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.visual-fields .wide-inner{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.74rem;
}
.visual-fields .local-shell{display: block;
  font-weight: 700;
  font-size: calc(17.6px * 1.35);
  line-height: 1.2;}
.visual-fields .wide-inner p{margin: calc(calc(1.5rem * .75) * .7) 0;
  line-height: 1.71;}
.visual-fields .plain-tile{display: block;
  font-size: calc(17.6px * .875);color:inherit;}
.visual-fields .top-inner{margin: calc(1.24rem * 1.5) 0 0;
  font-size: 17.6px;
  line-height: 1.71;}
.visual-fields .top-inner a{color:inherit;
  text-decoration: underline;}
.visual-fields .top-inner a:hover{color:inherit;}
@media (max-width: 700px) {.visual-fields .primary-rail{
    display: block;
  }.visual-fields .wide-inner + .wide-inner{
    margin-top: 1.24rem;
  }
}
.offer-method{--mark-soft:calc(1.5rem * 0.95);--field-local:calc(1300px / 2.15);padding:calc(1.5rem * 2.4) 2.16rem;background:#5FE3C0;color:#06201B;}
.offer-method .visual-unit{max-width:1300px;margin:0 auto;}
.offer-method h1,.offer-method h2,.offer-method h3,.offer-method p{margin:0;}
.offer-method h2{font-size:calc(17.6px * 2);line-height:1.12;}
.offer-method h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.offer-method p{font-size:17.6px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-method a{color:inherit;text-decoration:none;}
.offer-method .primary-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#06201B;color:#5FE3C0;}
.offer-method .top-inner{font-size:calc(17.6px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.offer-method .main-flow{margin-top:calc(1.5rem / 2);}
.offer-method .primary-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;margin-top:var(--mark-soft);}
.offer-method .wide-inner{flex:1 1 calc(1300px / 4);min-width:0;}
.offer-method .wide-inner h3{margin-bottom:calc(1.5rem / 3);}
.offer-method .wide-inner p + p{margin-top:calc(1.5rem / 3);}
.offer-method .active-figure a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;transition:border-color 410ms var(--ease-hover);}
.offer-method .active-figure a:hover{border-color:currentColor;}
.offer-method .service-visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.offer-method .service-visual>.featured-tile{flex:1 1 auto;min-width:0;}
.offer-method .service-visual>.primary-block{flex:0 0 auto;}
.offer-method .service-visual>.primary-rail{flex:1 1 100%;}
.offer-method .featured-tile h2{margin-top:calc(1.5rem / 2);}
.page-brand{
        padding: calc(1.5rem * 2.4) 2.16rem;
        background: #0B1416;
        color: #E8F4F2
    }
.page-brand .visual-unit{max-width: 1300px;
        margin: 0 auto}
.page-brand .site-team{display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5);
        align-items: stretch}
.page-brand .top-benefit{min-width: 0;
        border-left: 2px solid #3FB8D8;
        padding-left: calc(1.5rem * .75)}
.page-brand h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.1}
.page-brand .top-benefit p{margin: 1.5rem 0 0;
        font-size: calc(17.6px * 1.125);
        line-height: 1.71;
        color: var(--line-panel)}
.page-brand ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.page-brand li{display: flex;
        flex-wrap: wrap;
        gap: 1.24rem;
        align-items: baseline;
        padding: 1.5rem 0}
.page-brand li + li{border-top: 1px solid #243A3D}
.page-brand strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(17.6px * 1.35);
        line-height: 1.18}
.page-brand span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.71;
        color: var(--line-panel)}
@media (max-width: 760px) {.page-brand li{
            display: block
        }.page-brand span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.compact-unit{
  --mark-soft:calc(1.5rem * 1.19);
  --field-local:calc(1300px / 2.25);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#5FE3C0;
  color:#06201B;
}
.compact-unit .visual-unit{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  align-items:flex-start;}
.compact-unit h1,.compact-unit h2,.compact-unit h3,.compact-unit p{margin:0;}
.compact-unit h2{font-size:calc(17.6px * 2);line-height:1.12;}
.compact-unit p{font-size:17.6px;line-height:1.71;}
.compact-unit a{color:inherit;text-decoration:none;}
.compact-unit .top-benefit{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);}
.compact-unit .main-flow{color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-unit .direct-contact{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  border:1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius:0.74rem;}
.compact-unit .primary-block{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.25rem;
  background:#06201B;
  color:#5FE3C0;
  font-weight:600;
}
.compact-unit .top-inner{color:color-mix(in srgb, currentColor 74%, transparent);
  font-size:calc(17.6px * .875);}
.compact-unit .top-inner a{text-decoration:underline;
  text-underline-offset:3px;}
@media (max-width:720px){.compact-unit .visual-unit{flex-direction:column;}.compact-unit .primary-block{width:100%;}
}
.bottom-steps{
  --mark-soft:calc(1.5rem * 1.18);
  --state-base:calc(1300px / 2.55);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.bottom-steps .visual-unit{max-width:1300px;
  margin:0 auto;}
.bottom-steps h2,
.bottom-steps h3,
.bottom-steps p{margin:0;}
.bottom-steps h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.bottom-steps h3{font-size:calc(17.6px * 1.35);
  line-height:1.22;}
.bottom-steps p{font-size:17.6px;
  line-height:1.71;
  color:var(--line-panel);}
.bottom-steps .offer-fields{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.24rem;}
.bottom-steps .offer-fields>h2{flex:1 1 calc(1300px / 2.6);
  min-width:0;}
.bottom-steps .offer-fields>.main-flow{flex:1 1 calc(1300px / 2.6);
  min-width:0;}
.bottom-steps .focused-figure{list-style:none;
  margin:var(--mark-soft) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #243A3D;}
.bottom-steps .wide-inner{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid #243A3D;}
.bottom-steps .main-section{flex:0 0 var(--state-base);
  font-size:calc(17.6px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#3FB8D8;
  padding-top:0.35rem;}
.bottom-steps .featured-tile{flex:1 1 calc(1300px / 2.2);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);}
.bottom-steps .top-inner{
  margin-top:var(--mark-soft);
  padding:calc(calc(1.5rem * .75) * 0.9) calc(calc(1.5rem * .75) * 1.1);
  border-left:2px solid #5FE3C0;
  background:var(--line-muted);
  color:var(--line-panel);
  border-radius:0.25rem;
}
@media (max-width:720px){.bottom-steps .main-section{
    flex:1 1 100%;
    padding-top:0;
  }
}
.content-proof{--mark-soft:calc(1.5rem * 1.35);--field-local:calc(1300px / 2.50);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.content-proof .visual-unit{max-width:1300px;margin:0 auto;}
.content-proof h1,.content-proof h2,.content-proof h3,.content-proof p{margin:0;}
.content-proof h2{font-size:calc(17.6px * 2);line-height:1.12;}
.content-proof h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.content-proof p{font-size:17.6px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-proof a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5FE3C0 45%, transparent);}
.content-proof a:hover{border-bottom-color:#3FB8D8;}
.content-proof .top-benefit{max-width:calc(1300px * 0.72);}
.content-proof .top-benefit .main-flow{margin-top:1.5rem;}
.content-proof .primary-rail{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.content-proof .wide-inner{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #243A3D;}
.content-proof .wide-inner p{margin-top:calc(1.5rem / 3);}
.content-proof .direct-contact{margin-top:var(--mark-soft);padding-top:calc(1.5rem * .75);border-top:1px solid #243A3D;}
.content-proof .direct-contact p{font-size:calc(17.6px * .875);}
@media (min-width:900px){.content-proof .primary-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.24rem;row-gap:var(--mark-soft);}.content-proof .wide-inner:last-child{grid-column:1 / -1;}
}
.site-method{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
  color: #E8F4F2;
}
.site-method .visual-unit{max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.24rem * 1.5);}
.site-method .top-benefit h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.site-method .top-benefit p{margin: 0;
  font-size: calc(17.6px * 1.125);}
.site-method .open-wrap{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.site-method .direct-contact{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.74rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.site-method .direct-contact h3{margin: 0;
  font-size: calc(17.6px * 1.35);}
.site-method .direct-contact p{margin: 0;
  font-size: 17.6px;}
.site-method .direct-contact a{margin-top: auto;
  text-decoration: none;
  font-size: calc(17.6px * .875);
  border-bottom: 1px solid #5FE3C0;
  align-self: flex-start;
  padding-bottom: 2px;}
.site-method .direct-contact a:hover{border-bottom-color: #3FB8D8;}
.site-method .team-links{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #243A3D;}
.site-method .featured-fields{flex: 1 1 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;}
.site-method .featured-fields span{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.site-method .featured-fields a,
.site-method .featured-fields p{margin: 0;
  text-decoration: none;
  font-size: 17.6px;}
.site-method .featured-fields a:hover{}
.site-method .top-inner{
  padding: calc(1.5rem * .75);
  background: var(--line-muted);
  color: var(--line-panel);
  border-radius: 0.5rem;
}
.site-method .top-inner p{margin: 0;
  font-size: 17.6px;}
@media (max-width: 720px) {.site-method .open-wrap{
    flex-direction: column;
  }.site-method .team-links{
    flex-direction: column;
  }
}
.quiet-wrap{background:#0B1416;color:#E8F4F2;padding:calc(1.5rem * 2.4) 2.16rem}
.quiet-wrap .visual-unit{max-width:1300px;margin:0 auto}
.quiet-wrap .site-team{display:flex;align-items:flex-start;gap:calc(1.24rem * 1.5)}
.quiet-wrap .top-benefit{flex:0 1 30rem;min-width:0}
.quiet-wrap h2{margin:0;font-size:clamp(calc(17.6px * 2),5vw,calc(17.6px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-wrap p{margin:1.5rem 0 0;color:var(--line-panel);font-size:calc(17.6px * 1.125);line-height:1.65}
.quiet-wrap .page-feature{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #243A3D}
.quiet-wrap .offer-copy{display:flex;gap:1.24rem;padding:1.5rem 0;border-bottom:1px solid #243A3D;color:inherit;text-decoration:none}
.quiet-wrap .offer-copy.static{cursor:default}
.quiet-wrap a.row:hover strong{color:#3FB8D8}
.quiet-wrap strong{flex:0 1 14rem;min-width:0;color:#5FE3C0;transition:color 410ms var(--ease-hover)}
.quiet-wrap span{flex:1 1 20rem;min-width:0;color:var(--line-panel);line-height:1.6}
@media(max-width:760px){.quiet-wrap .site-team,.quiet-wrap .offer-copy{flex-direction:column}.quiet-wrap .offer-copy{gap:calc(calc(1.5rem * .75)*.5)}}
.site-links{
        padding: calc(1.5rem * 2.4) 2.16rem;
        background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
        color: #E8F4F2;
    }
.site-links .visual-unit{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5);}
.site-links .offer-fields{display: flex;
        flex-direction: column;
        gap: 0.6rem;
        padding-bottom: calc(1.24rem * 1.5);
        border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-links .offer-fields h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.15;}
.site-links .offer-fields p{margin: 0;
        font-size: 17.6px;
        opacity: 0.9;}
.site-links .top-benefit{display: block;}
.site-links .top-benefit p{margin: 0;
        font-size: 17.6px;
        line-height: 1.71;
        opacity: 0.94;}
.site-links .primary-rail{display: flex;
        flex-direction: column;
        gap: 0.5rem;}
.site-links .wide-inner{
        border: 1px solid color-mix(in srgb, currentColor 26%, transparent);
        border-radius: 0.5rem;
        background: color-mix(in srgb, currentColor 8%, transparent);
        overflow: hidden;
        transition: background 410ms var(--ease-hover);
    }
.site-links .wide-inner.is-open{
        background: color-mix(in srgb, currentColor 14%, transparent);
    }
.site-links .wide-inner button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 700;
        font-size: 17.6px;
        padding: 0.85rem 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
.site-links .wide-inner button::after{content: "+";
        font-weight: 400;
        font-size: calc(17.6px * 1.125);
        line-height: 1;
        opacity: 0.7;
        flex-shrink: 0;
        transition: transform 410ms var(--ease-hover);}
.site-links .wide-inner.is-open button::after{transform: rotate(45deg);}
.site-links .wide-inner p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        font-size: calc(17.6px * .875);
        line-height: 1.71;
        opacity: 0.92;
        transition: max-height 410ms var(--ease-hover), padding 410ms var(--ease-hover);}
.site-links .wide-inner.is-open p{max-height: 320px;
        padding: 0 1rem 1rem;}
.site-links .direct-contact{padding-top: calc(1.24rem * 1.5);
        border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-links .direct-contact p{margin: 0;
        font-size: calc(17.6px * .875);
        opacity: 0.9;}
.site-links .direct-contact a{text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 410ms var(--ease-hover);}
.site-links .direct-contact a:hover{}
@media (min-width: 720px) {.site-links .offer-fields{
            flex-direction: row;
            align-items: baseline;
            justify-content: space-between;
            gap: 1.24rem;
        }.site-links .offer-fields p{
            max-width: 46ch;
            text-align: right;
        }
    }
.focused-nav{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: var(--line-muted);
  color: var(--line-panel);
}
.focused-nav .visual-unit{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.focused-nav .offer-fields{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.24rem;
  margin-bottom: calc(1.24rem * 1.5);}
.focused-nav h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.focused-nav .main-flow{flex: 1 1 26rem;
  margin: 0;
  font-size: 17.6px;
  color: var(--line-panel);
  opacity: .82;}
.focused-nav .focused-figure{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.focused-nav .wide-inner{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.74rem;
  box-shadow: 0 1px 7px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.focused-nav .steady-links{margin: 0;
  font-size: 17.6px;
  line-height: 1.6;}
.focused-nav .local-shell{display: flex;
  align-items: center;
  gap: calc(1.24rem * .7);
  margin-top: auto;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #243A3D;}
.focused-nav .local-shell img{width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #243A3D;}
.focused-nav .id{display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;}
.focused-nav .id strong{font-size: calc(17.6px * .875);
  font-weight: 700;}
.focused-nav .id small{font-size: calc(17.6px * .875);
  color: var(--line-panel);
  opacity: .78;}
.focused-nav .top-inner{margin: calc(1.24rem * 1.5) 0 0;
  font-size: calc(17.6px * .875);
  color: var(--line-panel);
  opacity: .85;}
.focused-nav .top-inner a{color: #5FE3C0;
  text-decoration: none;
  border-bottom: 1px solid #5FE3C0;}
.focused-nav .top-inner a:hover{color: #3FB8D8;
  border-bottom-color: #3FB8D8;}
@media (max-width: 700px) {.focused-nav .offer-fields{
    flex-direction: column;
    gap: calc(1.24rem * .6);
  }.focused-nav .wide-inner{
    flex: 1 1 100%;
  }
}
.team-section{--mark-soft:calc(1.5rem * 1.19);--field-local:calc(1300px / 2.25);padding:calc(1.5rem * 2.4) 2.16rem;background:#5FE3C0;color:#06201B;}
.team-section .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;}
.team-section h1,.team-section h2,.team-section h3,.team-section p{margin:0;}
.team-section h2{font-size:calc(17.6px * 2);line-height:1.12;}
.team-section p{font-size:17.6px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-section a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.team-section a:hover{border-bottom-color:currentColor;}
.team-section .direct-contact{flex:1 1 32rem;display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.team-section .main-flow{font-size:calc(17.6px * 1.125);}
.team-section .top-inner{font-size:calc(17.6px * .875);}
.team-section .simple-feature{flex:1 1 18rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.5rem;background:color-mix(in srgb, currentColor 8%, transparent);}
.team-section .featured-fields{font-size:calc(17.6px * .875);}
.team-section .primary-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#06201B;color:#5FE3C0;border-bottom:none;font-weight:600;}
.team-section .primary-block:hover{background:color-mix(in srgb, #06201B 88%, #5FE3C0);color:#06201B;}
@media (max-width:720px){.team-section .visual-unit{flex-direction:column;}.team-section .primary-block{width:100%;}
}
.plain-region{--mark-soft:calc(1.5rem * 0.9);--type-heading:calc(1300px / 4.2);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.plain-region .visual-unit{max-width:1300px;margin:0 auto;}
.plain-region h1,.plain-region h2,.plain-region h3,.plain-region p{margin:0;}
.plain-region h2{font-size:calc(17.6px * 2);line-height:1.14;}
.plain-region h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.plain-region p{font-size:17.6px;line-height:1.71;color:var(--line-panel);}
.plain-region .main-flow{color:#E8F4F2;}
.plain-region .top-inner{font-size:calc(17.6px * .875);color:var(--line-panel);margin-top:calc(1.24rem * 1.5);}
.plain-region a{color:#5FE3C0;text-decoration:none;}
.plain-region a:hover{color:#3FB8D8;}
.plain-region img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.plain-region .wide-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.plain-region .wide-summary>.featured-tile{flex:1 1 calc(1300px / 3);min-width:0;}
.plain-region .wide-summary>.primary-rail{flex:2 1 calc(1300px / 2);display:flex;flex-direction:column;gap:var(--mark-soft);}
.plain-region .featured-tile .main-flow{margin-top:1.5rem;}
.plain-region .direct-contact{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.24rem * 1.5);font-size:calc(17.6px * .875);}
.plain-region .direct-contact a{border-bottom:1px solid #243A3D;padding-bottom:2px;}
.plain-region .wide-inner{min-width:0;display:flex;flex-wrap:wrap;gap:1.24rem;align-items:flex-start;}
.plain-region .wide-inner img{flex:0 0 auto;width:calc(var(--type-heading) * .55);max-width:38%;}
.plain-region .wide-inner h3,.plain-region .wide-inner p{flex:1 1 calc(1300px / 3.4);min-width:0;}
.plain-region .wide-inner p{margin-top:calc(1.5rem / 4);}
@media (max-width:720px){.plain-region .wide-inner img{width:100%;max-width:100%;}.plain-region .wide-inner h3,.plain-region .wide-inner p{flex:1 1 100%;}
}
.top-visual{
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.top-visual .stage{max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.24rem * 1.5);}
.top-visual .main-contact{
  border-radius:1.14rem;
  background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
  color:#E8F4F2;
  padding:calc(1.24rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  border:1px solid #243A3D;
}
.top-visual h2{margin:0;
  font-size:calc(17.6px * 2.65);
  line-height:1.02;
  max-width:18ch;}
.top-visual .main-contact p{margin:0;
  font-size:calc(17.6px * 1.125);
  line-height:1.71;}
.top-visual .local-tile{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.24rem;}
.top-visual .contact-brand{
  flex:1 1 15rem;
  background:#132124;
  color:#E8F4F2;
  border:1px solid #243A3D;
  border-radius:0.74rem;
  padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  box-shadow:0 1px 7px rgba(0,0,0,0.18);
}
.top-visual .contact-brand:nth-child(3){
  background:#5FE3C0;
  color:#06201B;
  border-color:#5FE3C0;
}
.top-visual .wide-service{font-size:calc(17.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.78;}
.top-visual h3{margin:0;
  font-size:calc(17.6px * 1.35);
  line-height:1.15;}
.top-visual .contact-brand p{margin:0;
  font-size:calc(17.6px * .875);
  line-height:1.71;}
.top-visual .direct-contact{border-top:1px solid #243A3D;
  padding-top:1.5rem;}
.top-visual .direct-contact p{margin:0;
  font-size:17.6px;}
.top-visual .direct-contact a{text-decoration:underline;
  text-underline-offset:3px;}
.top-visual .direct-contact a:hover{}
@media (max-width:720px){.top-visual .contact-brand{
    flex:1 1 100%;
  }
}
.wide-form{
  --mark-soft:calc(1.5rem * 1.05);
  --layer-control:calc(1300px / 3.1);
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.wide-form .visual-unit{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-soft);}
.wide-form h2,
.wide-form h3,
.wide-form p{margin:0;}
.wide-form h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.wide-form h3{font-size:calc(17.6px * 1.35);
  line-height:1.22;}
.wide-form p{font-size:17.6px;
  line-height:1.71;}
.wide-form .top-benefit{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  align-items:flex-start;}
.wide-form .top-benefit>h2{flex:1 1 var(--layer-control);
  min-width:0;}
.wide-form .top-benefit>.main-flow{flex:1 1 var(--layer-control);
  min-width:0;
  color:var(--line-panel);}
.wide-form .primary-rail{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;}
.wide-form .wide-inner{
  flex:1 1 var(--layer-control);
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.5rem;
  background:#132124;
  color:#E8F4F2;
  border:1px solid #243A3D;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.wide-form .wide-inner p{color:var(--line-panel);}
.wide-form .top-inner{color:var(--line-panel);
  font-size:calc(17.6px * .875);
  border-top:1px solid #243A3D;
  padding-top:calc(1.5rem * .75);}
@media (max-width:720px){.wide-form .top-benefit>h2,
  .wide-form .top-benefit>.main-flow,
  .wide-form .wide-inner{
    flex:1 1 100%;
  }
}
.team-frame{--mark-soft:calc(1.5rem * 1.18);--state-main:calc(1300px / 2.4);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.team-frame .visual-unit{max-width:1300px;margin:0 auto;}
.team-frame h1,.team-frame h2,.team-frame h3,.team-frame p{margin:0;}
.team-frame h2{font-size:calc(17.6px * 2);line-height:1.14;}
.team-frame h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.team-frame p{font-size:17.6px;line-height:1.71;}
.team-frame a{color:inherit;text-decoration:none;}
.team-frame .top-inner{font-size:calc(17.6px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.team-frame .main-flow{margin-top:calc(1.24rem * 1.5);}
.team-frame .primary-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#5FE3C0;color:#06201B;font-size:calc(17.6px * .875);letter-spacing:0.04em;text-transform:uppercase;transition:background 410ms var(--ease-hover);}
.team-frame .primary-block:hover{background:#7BEBD0;color:#E8F4F2;}
.team-frame .service-visual{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.24rem;}
.team-frame .service-visual>.featured-tile{flex:1 1 var(--state-main);min-width:0;}
.team-frame .service-visual>.primary-block{flex:0 0 auto;}
.team-frame .service-visual>.primary-rail{flex:1 1 100%;}
.team-frame .featured-tile h2{margin-top:calc(1.5rem / 3);}
.team-frame .primary-rail{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-soft);border-top:1px solid #243A3D;}
.team-frame .wide-inner{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(1.24rem * 1.5) 0;border-bottom:1px solid #243A3D;}
.team-frame .wide-inner h3{}
.team-frame .wide-inner p{}
@media (min-width:760px){.team-frame .wide-inner{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.24rem;align-items:start;}
}
.wide-frame{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.wide-frame .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.wide-frame h2,
.wide-frame h3,
.wide-frame p{margin: 0;}
.wide-frame h2{font-size: calc(17.6px * 2); line-height: 1.1;}
.wide-frame h3{font-size: calc(17.6px * 1.35); line-height: 1.18;}
.wide-frame p{font-size: 17.6px; line-height: 1.71;}
.wide-frame .narrow-unit{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.24rem * 1.5);
  border-radius: 1.14rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  position: sticky;
  top: calc(1.24rem * 1.5);
}
.wide-frame .narrow-unit a{width: fit-content;
  color: #5FE3C0;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 410ms var(--ease-hover);}
.wide-frame .narrow-unit a:hover{color: #3FB8D8;}
.wide-frame .clear-view{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-frame [data-block]{
  flex: 1 1 18rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.74rem;
  background: var(--line-muted);
  color: var(--line-panel);
  border-left: 2px solid #3FB8D8;
}
.wide-frame [data-block] h3{color: #E8F4F2;}
.wide-frame .plain-tile{color: #3FB8D8;
  font-size: calc(17.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 860px) {.wide-frame .visual-unit{ grid-template-columns: 1fr; }.wide-frame .narrow-unit{ position: static; }
}
.local-entries{--mark-soft:calc(1.5rem * 1.10);--font-heading:calc(1300px / 3.42);padding:calc(1.5rem * 2.4) 2.16rem;background:#3FB8D8;color:#04222B;}
.local-entries .visual-unit{max-width:1300px;margin:0 auto;}
.local-entries h2,.local-entries h3,.local-entries p{margin:0;}
.local-entries h2{font-size:calc(17.6px * 2);line-height:1.12;}
.local-entries h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.local-entries p{font-size:17.6px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-entries .main-flow{margin-top:1.5rem;}
.local-entries .featured-figure{display:flex;flex-wrap:wrap;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.local-entries .wide-inner{flex:1 1 var(--font-heading);min-width:0;padding:calc(var(--mark-soft) * .75);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.local-entries .wide-inner p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.local-entries .wide-inner{flex:1 1 100%;}
}
.visual-service{background:#0B1416;color:#E8F4F2;padding:calc(1.5rem * 2.4) 2.16rem}
.visual-service .visual-unit{max-width:1300px;margin:0 auto}
.visual-service .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.24rem * 1.5)}
.visual-service .top-benefit{flex:1 1 26rem;min-width:0}
.visual-service h2{margin:0;font-size:clamp(calc(17.6px * 2),4.5vw,calc(17.6px * 2.65));line-height:1.08}
.visual-service .top-benefit p{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.65;color:var(--line-panel)}
.visual-service .page-feature{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #243A3D}
.visual-service .offer-copy{display:flex;gap:1.24rem;padding:1.5rem 0;border-bottom:1px solid #243A3D;color:inherit;text-decoration:none;transition:color 410ms var(--ease-hover)}
.visual-service .offer-copy:hover strong{color:#3FB8D8}
.visual-service .offer-copy strong{flex:0 1 13rem;min-width:0;color:#5FE3C0;font-size:17.6px}
.visual-service .offer-copy span{flex:1 1 20rem;min-width:0;color:var(--line-panel);line-height:1.55}
.visual-service .top-inner{flex:1 1 100%;margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75);background:#132124;color:#E8F4F2;border:1px solid #243A3D;border-radius:0.5rem}
.visual-service .top-inner p{margin:0;line-height:1.6;color:#E8F4F2}
.visual-service .top-inner strong{color:#3FB8D8}
@media(max-width:760px){.visual-service .site-team,.visual-service .offer-copy{flex-direction:column}.visual-service .offer-copy{gap:calc(calc(1.5rem * .75)*.5)}}
.narrow-callout{padding:calc(1.5rem * 2.4) 2.16rem;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2;}
.narrow-callout .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.narrow-callout .offer-fields h2{margin:0;font-size:calc(17.6px * 2);line-height:1.15;}
.narrow-callout .offer-fields p{margin:calc(1.5rem * .75) 0 0;font-size:17.6px;opacity:.92;}
.narrow-callout .focused-figure{display:flex;flex-direction:column;gap:1.24rem;border-top:1px solid #243A3D;border-bottom:1px solid #243A3D;padding:calc(1.24rem * 1.5) 0;}
.narrow-callout .offer-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.24rem;}
.narrow-callout .offer-copy .soft-tile{flex:0 0 auto;font-size:calc(17.6px * .875);letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:0.25rem;background:#3FB8D8;color:#04222B;}
.narrow-callout .offer-copy p{flex:1 1 320px;margin:0;font-size:calc(17.6px * .875);opacity:.9;}
.narrow-callout .offer-copy .direct-contact{flex:0 0 auto;font-size:calc(17.6px * .875);text-decoration:none;border-bottom:1px solid transparent;transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.narrow-callout .offer-copy .direct-contact:hover{border-color:#3FB8D8;}
.narrow-callout .primary-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.narrow-callout .wide-inner{border-left:2px solid #5FE3C0;background:#132124;color:#E8F4F2;border-radius:0.5rem;overflow:hidden;}
.narrow-callout .wide-inner button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:14px 16px;cursor:pointer;}
.narrow-callout .wide-inner p{margin:0;max-height:0;overflow:hidden;padding:0 16px;font-size:calc(17.6px * .875);opacity:.92;transition:max-height 410ms var(--ease-hover),padding 410ms var(--ease-hover);}
.narrow-callout .wide-inner.is-open p{max-height:280px;padding:0 16px 16px;}
.narrow-callout .local-feature{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.24rem;}
.narrow-callout .local-feature p{margin:0;font-size:calc(17.6px * .875);opacity:.85;flex:1 1 320px;}
.narrow-callout .active-figure{display:flex;flex-wrap:wrap;gap:1.24rem;}
.narrow-callout .active-figure a{font-size:calc(17.6px * .875);text-decoration:none;border-bottom:1px solid transparent;transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.narrow-callout .active-figure a:hover{border-color:#3FB8D8;}
@media (max-width:640px){.narrow-callout .offer-copy{flex-direction:column;align-items:flex-start;}
    }
.narrow-view{
  background:#0B1416;
  color:#E8F4F2;
  padding:calc(1.5rem * 2.4) 2.16rem;
}
.narrow-view .visual-unit{max-width:1300px;
  margin:0 auto;}
.narrow-view .top-benefit{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.24rem;
  border-bottom:1px solid #243A3D;
  padding-bottom:calc(1.24rem * 1.5);}
.narrow-view h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.narrow-view .top-benefit a{flex:0 0 auto;
  color:#5FE3C0;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(17.6px * .875);
  transition:color 410ms var(--ease-hover);}
.narrow-view .top-benefit a:hover{color:#3FB8D8;}
.narrow-view .wide-group{margin:calc(1.24rem * 1.5) 0 0;
  color:var(--line-panel);
  font-size:calc(17.6px * 1.125);
  line-height:1.71;}
.narrow-view .direct-grid{margin-top:calc(1.24rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.narrow-view .direct-grid span{
  background:#132124;
  color:#E8F4F2;
  border:1px solid #243A3D;
  border-radius:0.5rem;
  padding:.5rem .8rem;
  font-size:calc(17.6px * .875);
}
@media (max-width:620px){.narrow-view .top-benefit{
    display:block;
    align-items:flex-start;
  }.narrow-view .top-benefit a{
    display:inline-flex;
    margin-top:1.5rem;
  }
}
.unit{
    padding:calc(1.5rem * 2.4) 2.16rem;
    background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
    color:#E8F4F2;
}
.unit .visual-unit{max-width:1300px;
    margin:0 auto;}
.unit .offer-fields{margin-bottom:calc(1.24rem * 1.5);
    padding-bottom:calc(1.24rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.unit .offer-fields p{margin:0 0 0.6rem;
    font-size:calc(17.6px * .875);
    letter-spacing:0.14em;
    text-transform:uppercase;
    opacity:0.78;}
.unit .offer-fields h2{margin:0 0 0.9rem;
    font-size:calc(17.6px * 2);
    line-height:1.15;}
.unit .offer-fields span{display:block;
    font-size:17.6px;
    opacity:0.92;}
.unit .direct-wrap{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);}
.unit .wide-inner{
    flex:1 1 320px;
    min-width:0;
    padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
    border:1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-radius:0.74rem;
    background:color-mix(in srgb, currentColor 8%, transparent);
    box-shadow:0 1px 7px rgba(0,0,0,0.18);
}
.unit .wide-inner:nth-child(3n+2){
    background:color-mix(in srgb, currentColor 12%, transparent);
}
.unit .wide-inner h3{margin:0 0 0.55rem;
    font-size:calc(17.6px * 1.35);}
.unit .wide-inner p{margin:0 0 0.7rem;
    font-size:17.6px;
    line-height:1.71;
    opacity:0.94;}
.unit .wide-inner small{display:block;
    font-size:calc(17.6px * .875);
    letter-spacing:0.04em;
    opacity:0.82;}
@media (max-width:640px){.unit .wide-inner{
        flex:1 1 100%;
    }
}
.wide-section{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.wide-section .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.wide-section h2,
.wide-section h3,
.wide-section p{margin: 0;}
.wide-section .main-flow{flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.wide-section h2{font-size: calc(17.6px * 2);
  line-height: 1.08;}
.wide-section .main-flow p,
.wide-section .page-region p{color: var(--line-panel);
  line-height: 1.71;}
.wide-section .primary-story{display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 0.74rem;
  border: 1px solid #243A3D;}
.wide-section .team-menu{flex: 2 1 34rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.wide-section .page-region{
  flex: 1 1 min(100%, 17rem);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.5rem;
  padding: calc(1.5rem * .75);
}
.wide-section .text-media{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.25rem;}
.wide-section .page-region:nth-child(3n) .text-media{aspect-ratio: 3 / 4;}
.wide-section h3{font-size: calc(17.6px * 1.35);
  line-height: 1.16;}
@media (max-width: 860px) {.wide-section .main-flow,
  .wide-section .team-menu{ flex: 1 1 100%; }
}
.media-method{
  background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.media-method .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: calc(1.24rem * 1.4);
  align-items: start;}
.media-method h2,
.media-method h3,
.media-method p{margin: 0;}
.media-method h2{font-size: calc(17.6px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.media-method h3{font-size: calc(17.6px * 1.35);
  line-height: 1.18;}
.media-method p{font-size: 17.6px;
  line-height: 1.71;}
.media-method .soft-entries{display: grid;
  gap: calc(1.24rem * 1.5);
  align-content: start;
  position: sticky;
  top: 1.5rem;}
.media-method .soft-entries p{font-size: calc(17.6px * .875);}
.media-method .main-region{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.9);}
.media-method [data-block]{
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-left: 2px solid #3FB8D8;
  animation: peopleCascadeIn calc(410ms * 2) var(--ease-hover) both;
  animation-delay: var(--motion-nav, 0ms);
}
.media-method [data-block] .visual-media{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 0.35rem;}
.media-method [data-block] .top-note{display: grid;
  gap: calc(calc(1.24rem * 1.5) * 0.5);}
.media-method [data-block]:nth-child(odd){margin-right: clamp(0rem, 4vw, calc(1.24rem * 0.8));}
.media-method [data-block]:nth-child(even){margin-left: clamp(0rem, 4vw, calc(1.24rem * 0.8));}
@keyframes peopleCascadeIn {from{
    opacity: 0.15;
    transform: translateY(calc(calc(1.24rem * 1) * 0.18));
  }to{
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 860px) {.media-method .visual-unit{
    grid-template-columns: 1fr;
  }.media-method .soft-entries{
    position: static;
  }.media-method [data-block]{
    grid-template-columns: 1fr;
    gap: calc(1.24rem * 1.5);
  }.media-method [data-block] .visual-media{
    padding-top: 0;
  }.media-method [data-block]:nth-child(odd),
  .media-method [data-block]:nth-child(even){
    margin-left: 0;
    margin-right: 0;
  }
}
.offer-section{
        padding: calc(1.5rem * 2.4) 2.16rem;
        background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
        color: #E8F4F2;
    }
.offer-section .visual-unit{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5);}
.offer-section .main-flow{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #243A3D;}
.offer-section h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.1;}
.offer-section .main-flow p{margin: 0;
        font-size: calc(17.6px * 1.125);
        line-height: 1.71;}
.offer-section .main-flow .top-inner{font-size: calc(17.6px * .875);}
.offer-section .site-team{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.offer-section .page-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #243A3D;}
.offer-section .page-region:last-child{border-bottom: none;}
.offer-section .steady-links{font-size: 17.6px;
        line-height: 1.71;}
.offer-section .service-media{display: flex;
        flex-wrap: wrap;
        gap: 1.24rem;
        align-items: baseline;}
.offer-section .service-media strong{font-size: calc(17.6px * .875);}
.offer-section .service-media span{font-size: calc(17.6px * .875);}
@media (min-width: 900px) {.offer-section .page-region{
            flex-direction: row;
            align-items: flex-start;
            gap: calc(1.24rem * 1.5);
        }.offer-section .steady-links{
            flex: 1 1 62%;
        }.offer-section .service-media{
            flex: 1 1 32%;
            flex-direction: column;
            align-items: flex-start;
            gap: 0.35rem;
        }
    }
.narrow-intro{--mark-soft:calc(1.5rem * 1.14);--mark-control:calc(1300px / 3.4);padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2;}
.narrow-intro .visual-unit{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr var(--mark-control);gap:1.5rem;align-items:start;}
.narrow-intro h2,.narrow-intro h3,.narrow-intro p{margin:0;}
.narrow-intro h2{font-size:calc(17.6px * 2);line-height:1.14;}
.narrow-intro p{font-size:17.6px;line-height:1.71;color:var(--line-panel);}
.narrow-intro a{color:#5FE3C0;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #5FE3C0 45%, transparent);}
.narrow-intro a:hover{color:#3FB8D8;border-bottom-color:#3FB8D8;}
.narrow-intro img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.narrow-intro .top-benefit{grid-column:1 / -1;}
.narrow-intro .main-flow{margin-top:calc(1.24rem * 1.5);}
.narrow-intro .content-panel{display:flex;flex-direction:column;gap:var(--mark-soft);}
.narrow-intro details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.5rem;background:#132124;color:#E8F4F2;border:1px solid #243A3D;}
.narrow-intro summary{cursor:pointer;font-weight:700;font-size:calc(17.6px * 1.125);line-height:1.3;list-style:none;}
.narrow-intro summary::-webkit-details-marker{display:none;}
.narrow-intro summary::after{content:"+";float:right;color:#3FB8D8;font-weight:700;}
.narrow-intro details[open] summary::after{content:"–";}
.narrow-intro details p{margin-top:calc(1.5rem / 3.2);}
.narrow-intro .simple-feature{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.narrow-intro .top-inner{font-size:calc(17.6px * .875);color:var(--line-panel);}
@media (max-width:900px){.narrow-intro .visual-unit{grid-template-columns:1fr;}.narrow-intro .simple-feature{order:2;}
}
.team-note{
    color: #E8F4F2;
    background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
    padding: calc(1.5rem * 2.4) 2.16rem;
}
.team-note .c{max-width: 1300px;
    margin: 0 auto;
    display: grid;
    gap: 2.16rem;}
@media (min-width: 1024px) {.team-note .c{
        grid-template-columns: 1fr 300px;
        align-items: start;
    }
}
.team-note .top-callout{display: flex;
    flex-direction: column;
    gap: calc(1.24rem * 1.5);}
.team-note .contact-surface h1{font-size: clamp(28px, 5vw, 42px);
    margin: 0 0 0.75rem;
    line-height: 1.15;}
.team-note .plain-tile{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: calc(17.6px * .875);
    opacity: 0.85;}
.team-note .narrow-footer{margin: 0;
    border-radius: 0.74rem;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.23);}
.team-note .narrow-footer img{display: block;
    width: 100%;
    height: auto;}
.team-note .media-footer{line-height: 1.71;
    font-size: 17.6px;}
.team-note .media-footer p{margin: 0 0 1.1rem;}
.team-note .media-footer h2{font-size: calc(17.6px * 1.35);
    margin: 1.8rem 0 0.75rem;
    line-height: 1.25;}
.team-note .media-footer a{text-decoration: underline;
    text-underline-offset: 3px;}
.team-note .media-footer a:hover{}
.team-note .steady-tile{
    background: #132124;
    color: #E8F4F2;
    padding: calc(1.5rem * .75);
    border-radius: 0.74rem;
    border: 1px solid #243A3D;
    box-shadow: 0 1px 7px rgba(0,0,0,0.18);
}
.team-note .steady-tile h3{margin: 0 0 1rem;
    font-size: calc(17.6px * 1.125);}
.team-note .bottom-fields{display: flex;
    flex-direction: column;
    gap: 0.75rem;}
.team-note .steady-tile a{text-decoration: none;
    font-size: calc(17.6px * .875);
    line-height: 1.4;}
.team-note .steady-tile a:hover{text-decoration: underline;}
.service-view{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.service-view .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.24rem * 1.5);}
.service-view h2,
.service-view h3,
.service-view p{margin: 0;}
.service-view h2{font-size: calc(17.6px * 2);
  line-height: 1.1;}
.service-view h3{font-size: calc(17.6px * 1.35);
  line-height: 1.18;}
.service-view p{font-size: 17.6px;
  line-height: 1.71;}
.service-view .wide-footer{display: grid;
  gap: calc(1.5rem * .75);
  border-left: 2px solid #5FE3C0;
  padding-left: calc(1.5rem * .75);}
.service-view .main-flow{color: var(--line-panel);}
.service-view .site-team{display: grid;
  gap: 1.24rem;}
.service-view .featured-fields{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.24rem * 1.5);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.5rem;
}
.service-view .visual-media{font-size: calc(17.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3FB8D8;}
.service-view .local-feature{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.24rem;
  padding-top: calc(1.24rem * 1.5);
  border-top: 1px solid #243A3D;}
.service-view .local-feature p{flex: 1 1 22rem;
  color: var(--line-panel);}
.service-view .local-feature a{color: #5FE3C0;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 410ms var(--ease-hover);}
.service-view .local-feature a:hover{color: #3FB8D8;}
@media (min-width: 720px) {.service-view .featured-fields{
    grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr);
    align-items: baseline;
  }.service-view .featured-fields .visual-media{
    grid-row: span 2;
  }
}
.team-view{padding:calc(1.5rem * 2.4) 2.16rem;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2;}
.team-view .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.team-view .top-benefit h2{margin:0;font-size:calc(17.6px * 2);line-height:1.2;}
.team-view .top-benefit p{margin:calc(1.5rem * .75) 0 0;font-size:17.6px;opacity:.92;}
.team-view .open-wrap{display:flex;flex-wrap:wrap;gap:1.24rem;}
.team-view .direct-contact{flex:1 1 260px;padding:calc(1.5rem * .75);border:1px solid #243A3D;border-radius:0.74rem;background:#132124;color:#E8F4F2;}
.team-view .direct-contact .soft-tile{display:inline-block;margin-bottom:.5rem;padding:.2rem .6rem;border-radius:0.25rem;background:#3FB8D8;color:#04222B;font-size:calc(17.6px * .875);font-weight:700;letter-spacing:.02em;}
.team-view .direct-contact p{margin:0;font-size:17.6px;}
.team-view .direct-contact a{text-decoration:none;border-bottom:1px solid currentColor;}
.team-view .direct-contact a:hover{}
.team-view .primary-rail{display:flex;flex-direction:column;gap:1.24rem;}
.team-view .wide-inner{border:1px solid #243A3D;border-radius:0.5rem;background:var(--line-muted);color:var(--line-panel);overflow:hidden;}
.team-view .wide-inner button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;}
.team-view .wide-inner button:hover{}
.team-view .wide-inner p{margin:0;max-height:0;overflow:hidden;padding:0 calc(1.5rem * .75);transition:max-height 410ms var(--ease-hover),padding 410ms var(--ease-hover);opacity:.95;}
.team-view .wide-inner.is-open p{max-height:320px;padding:0 calc(1.5rem * .75) calc(1.5rem * .75);}
.team-view .service-frame{margin:0;font-size:calc(17.6px * .875);opacity:.9;}
.team-view .service-frame a{text-decoration:none;border-bottom:1px solid currentColor;}
.team-view .service-frame a:hover{}
.offer-inner{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.offer-inner .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.24rem;
  align-items: start;}
.offer-inner h2,
.offer-inner h3,
.offer-inner p{margin: 0;}
.offer-inner h2{font-size: calc(17.6px * 2); line-height: 1.1;}
.offer-inner h3{font-size: calc(17.6px * 1.35); line-height: 1.2;}
.offer-inner p{font-size: 17.6px; line-height: 1.71;}
.offer-inner .narrow-unit{
  display: grid;
  gap: calc(1.24rem * 1.5);
  align-content: start;
  padding: calc(1.24rem * 1.5);
  border-radius: 1.14rem;
  background: #E8F4F2;
  color: #0B1416;
}
.offer-inner .page-entries{display: grid;
  gap: calc(1.5rem * .75);}
.offer-inner .wide-menu{
  display: grid;
  grid-template-columns: minmax(3rem, .1fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
}
.offer-inner .wide-menu b{color: #3FB8D8;
  font-size: calc(17.6px * 1.125);
  line-height: 1;}
.offer-inner .local-content{
  grid-column: 2;
  width: fit-content;
  margin-top: calc(1.24rem * 1.5);
  padding: 0.7rem 1.2rem;
  border-radius: 0.25rem;
  background: #5FE3C0;
  color: #06201B;
  text-decoration: none;
  font-size: calc(17.6px * .875);
  transition: background 410ms var(--ease-hover);
}
.offer-inner .local-content:hover{
  background: #7BEBD0;color:#E8F4F2;}
@media (max-width: 780px) {.offer-inner .visual-unit,
  .offer-inner .wide-menu{ grid-template-columns: 1fr; }.offer-inner .local-content{ grid-column: auto; }
}
.content-steps{color:#E8F4F2;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);padding:calc(1.5rem * 2.4) 2.16rem;}
.content-steps .c{max-width:1300px;margin:0 auto;display:grid;gap:2.16rem;}
@media (min-width:1024px){.content-steps .c{grid-template-columns:minmax(0,1fr) 300px;align-items:start;}}
.content-steps .contact-surface{margin-bottom:1.5rem;}
.content-steps h1{font-size:calc(17.6px * 2.65);line-height:1.15;margin:0 0 calc(1.24rem * 1.5);}
.content-steps .plain-tile{display:flex;flex-wrap:wrap;gap:1.24rem;font-size:calc(17.6px * .875);}
.content-steps .fresh-grid{margin:calc(1.24rem * 1.5) 0 0;border-radius:0.74rem;overflow:hidden;box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.content-steps .fresh-grid img{display:block;width:100%;height:auto;}
.content-steps .media-footer{line-height:1.71;font-size:17.6px;}
.content-steps .media-footer p{margin:0 0 calc(1.24rem * 1.5);}
.content-steps .media-footer h2{font-size:calc(17.6px * 1.35);margin:calc(1.24rem * 1.5) 0 calc(calc(1.24rem * 1.5) / 2);}
.content-steps .direct-contact{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.24rem * 1.5);padding-top:calc(1.24rem * 1.5);border-top:1px solid #243A3D;}
.content-steps .direct-contact a{text-decoration:none;font-size:calc(17.6px * .875);border-bottom:1px solid transparent;transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.content-steps .direct-contact a:hover{border-color:#3FB8D8;}
.content-steps .steady-tile{background:#132124;color:#E8F4F2;padding:calc(1.5rem * .75);border-radius:0.74rem;border:1px solid #243A3D;box-shadow:0 1px 7px rgba(0,0,0,0.18);}
.content-steps .steady-tile h3{margin:0 0 calc(1.24rem * 1.5);font-size:calc(17.6px * 1.125);}
.content-steps .bottom-fields{display:flex;flex-direction:column;gap:1.24rem;}
.content-steps .steady-tile a{text-decoration:none;font-size:calc(17.6px * .875);}
.content-steps .steady-tile a:hover{text-decoration:underline;}
.public-copy{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.public-copy .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.24rem * 1.5);}
.public-copy h2,
.public-copy h3,
.public-copy p{margin: 0;}
.public-copy h2{font-size: calc(17.6px * 2); line-height: 1.1;}
.public-copy h3{font-size: calc(17.6px * 1.35); line-height: 1.18;}
.public-copy p{font-size: 17.6px; line-height: 1.71;}
.public-copy .wide-footer{display: grid;
  gap: 1.5rem;
  align-content: start;}
.public-copy .main-flow{color: var(--line-panel);
  font-size: calc(17.6px * 1.125);}
.public-copy .site-team{display: grid;
  border-top: 1px solid #243A3D;}
.public-copy .featured-fields{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #243A3D;}
.public-copy .visual-media{color: #5FE3C0;
  font-size: calc(17.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .35rem;}
.public-copy .local-feature{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.24rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
}
.public-copy .local-feature .top-inner{color: var(--line-panel);
  font-size: calc(17.6px * .875);}
.public-copy .local-feature a{color: #5FE3C0;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.public-copy .local-feature a:hover{color: #3FB8D8;}
@media (max-width: 820px) {.public-copy .featured-fields{ grid-template-columns: 1fr; gap: calc(1.24rem * 1.5); }.public-copy .visual-media{ padding-top: 0; }.public-copy .local-feature{ flex-direction: column; align-items: flex-start; }
}
.soft-flow{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2;}
.soft-flow .visual-unit{max-width:900px;margin:0 auto;}
.soft-flow .offer-fields{margin-bottom:22px;}
.soft-flow .offer-fields h2{margin:0;font-size:clamp(26px,3.6vw,40px);line-height:1.2;}
.soft-flow .offer-fields p{margin:10px 0 0;opacity:.92;font-size:17.6px;}
.soft-flow .primary-rail{display:flex;flex-direction:column;gap:10px;}
.soft-flow .wide-inner{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;}
.soft-flow .wide-inner button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:12px 14px;cursor:pointer;}
.soft-flow .wide-inner button:focus-visible{outline:2px solid #5FE3C0;outline-offset:-2px;}
.soft-flow .wide-inner p{margin:0;max-height:0;overflow:hidden;padding:0 14px;transition:max-height 410ms var(--ease-hover),padding 410ms var(--ease-hover);opacity:.95;font-size:calc(17.6px * .875);line-height:1.65;}
.soft-flow .wide-inner.is-open p{max-height:340px;padding:0 14px 14px;}
.soft-flow .direct-contact{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;padding-top:16px;border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.soft-flow .direct-contact a{text-decoration:none;font-size:calc(17.6px * .875);font-weight:600;border-bottom:1px solid transparent;transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.soft-flow .direct-contact a:hover{border-bottom-color:#3FB8D8;}
.open-details{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.open-details .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.open-details h2,
.open-details h3,
.open-details p{margin: 0;}
.open-details h2{font-size: calc(17.6px * 2);
  line-height: 1.08;
  margin-bottom: calc(1.5rem * .75);}
.open-details h3{font-size: calc(17.6px * 1.125);
  line-height: 1.2;}
.open-details p{font-size: 17.6px;
  line-height: 1.71;}
.open-details .top-callout{display: grid;
  gap: calc(1.5rem * .75);}
.open-details .plain-visual{display: grid;
  gap: 1.5rem;}
.open-details .top-inner{display: grid;
  gap: calc(calc(1.5rem * .75) * .6);
  padding-left: 1.5rem;
  border-left: 2px solid #243A3D;}
.open-details .top-inner span{font-size: calc(17.6px * .875);
  color: var(--line-panel);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.open-details .local-content{
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.5rem;
  background: #5FE3C0;
  color: #06201B;
  text-decoration: none;
  font-size: 17.6px;
  transition: background 410ms var(--ease-hover);
}
.open-details .local-content:hover{
  background: #7BEBD0;color:#E8F4F2;}
@media (max-width: 860px) {.open-details .visual-unit{
    grid-template-columns: 1fr;
  }.open-details h2{
    font-size: calc(17.6px * 1.35);
  }
}
.direct-fields{
    color:#E8F4F2;
    background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
    padding:calc(1.5rem * 2.4) 2.16rem;
}
.direct-fields .c{max-width:1300px;
    margin:0 auto;
    display:grid;
    gap:2.16rem;}
@media (min-width:1024px){.direct-fields .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.direct-fields .contact-surface{margin-bottom:calc(1.24rem * 1.5);}
.direct-fields h1{font-size:calc(17.6px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.direct-fields .plain-tile{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(17.6px * .875);}
.direct-fields .narrow-footer{margin:0 0 calc(1.24rem * 1.5);
    border-radius:0.74rem;
    overflow:hidden;
    border:1px solid #243A3D;}
.direct-fields .narrow-footer img{display:block;
    width:100%;
    height:auto;}
.direct-fields .media-footer{line-height:1.71;
    font-size:17.6px;}
.direct-fields .media-footer h2{font-size:calc(17.6px * 1.35);
    margin:calc(1.24rem * 1.5) 0 0.5rem;}
.direct-fields .media-footer p{margin:0 0 1rem;}
.direct-fields .direct-contact{display:flex;
    flex-wrap:wrap;
    gap:1.24rem;
    margin-top:calc(1.24rem * 1.5);
    padding-top:calc(1.24rem * 1.5);
    border-top:1px solid #243A3D;}
.direct-fields .direct-contact a{text-decoration:none;
    font-size:calc(17.6px * .875);
    border-bottom:1px solid transparent;
    transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.direct-fields .direct-contact a:hover{border-bottom-color:#3FB8D8;}
.direct-fields .steady-tile{
    background:#132124;
    color:#E8F4F2;
    padding:calc(1.5rem * .75);
    border-radius:0.74rem;
    border:1px solid #243A3D;
    box-shadow:0 1px 7px rgba(0,0,0,0.18);
    align-self:start;
}
.direct-fields .steady-tile h3{margin:0 0 1rem;
    font-size:calc(17.6px * 1.125);}
.direct-fields .bottom-fields{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.direct-fields .steady-tile a{text-decoration:none;
    font-size:calc(17.6px * .875);
    line-height:1.4;}
.direct-fields .steady-tile a:hover{text-decoration:underline;}
.direct-view{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.direct-view .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.24rem;}
.direct-view h2,
.direct-view h3,
.direct-view p{margin: 0;}
.direct-view h2{font-size: calc(17.6px * 2); line-height: 1.08;}
.direct-view h3{font-size: calc(17.6px * 1.35); line-height: 1.16;}
.direct-view p{font-size: 17.6px; line-height: 1.71;}
.direct-view .fresh-form{
  display: grid;
  gap: calc(1.24rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.14rem;
  background: var(--line-muted);
  color: var(--line-panel);
  border: 1px solid #243A3D;
}
.direct-view .page-feature{display: grid;
  gap: calc(1.24rem * 1.5);}
.direct-view .offer-copy{
  display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  text-decoration: none;
  transition: border-color 410ms var(--ease-hover);
}
.direct-view .offer-copy b{font-size: calc(17.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #3FB8D8;}
.direct-view .offer-copy:hover{border-color: #5FE3C0;}
.direct-view .team-header{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.24rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #E8F4F2;
  color: #0B1416;
}
.direct-view .team-header a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 860px) {.direct-view .visual-unit{ grid-template-columns: 1fr; }.direct-view .offer-copy{ grid-template-columns: 1fr; gap: calc(1.24rem * 1.5); }.direct-view .team-header{ flex-direction: column; align-items: flex-start; }
}
.strong-service{padding:calc(1.5rem * 2.4) 2.16rem;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2;}
.strong-service .visual-unit{max-width:1300px;margin:0 auto;}
.strong-service .offer-fields{margin-bottom:calc(1.24rem * 1.5);}
.strong-service .offer-fields p{margin:0;font-weight:700;font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.strong-service .offer-fields h2{margin:2.16rem 0 0;font-size:calc(17.6px * 2);line-height:1.15;}
.strong-service .top-note{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.strong-service .main-flow{margin:0;font-size:calc(17.6px * 1.125);line-height:1.71;}
.strong-service .primary-rail{display:flex;flex-direction:column;gap:1.24rem;}
.strong-service .wide-inner{border-left:2px solid #5FE3C0;padding:1.5rem 0 1.5rem 2.16rem;}
.strong-service .wide-inner h3{margin:0 0 2.16rem;font-size:calc(17.6px * 1.35);}
.strong-service .wide-inner p{margin:0;line-height:1.71;}
.strong-service .direct-contact{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(1.24rem * 1.5);display:flex;flex-wrap:wrap;gap:1.24rem;align-items:baseline;justify-content:space-between;}
.strong-service .direct-contact p{margin:0;}
.strong-service .service-frame{display:flex;gap:1.24rem;flex-wrap:wrap;}
.strong-service .service-frame a{text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:color 410ms var(--ease-hover),border-color 410ms var(--ease-hover);}
.strong-service .service-frame a:hover{border-bottom-color:#3FB8D8;}
@media (max-width:640px){.strong-service .direct-contact{flex-direction:column;align-items:flex-start;}
}
.narrow-content{
  background: #0B1416;
  color: #E8F4F2;
  padding: calc(1.5rem * 2.4) 2.16rem;
}
.narrow-content .visual-unit{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.24rem;
  align-items: start;}
.narrow-content h2,
.narrow-content h3,
.narrow-content p{margin: 0;}
.narrow-content h2{font-size: calc(17.6px * 2); line-height: 1.08;}
.narrow-content h3{font-size: calc(17.6px * 1.35); line-height: 1.18;}
.narrow-content p{font-size: 17.6px; line-height: 1.71;}
.narrow-content .open-team{
  display: grid;
  gap: calc(1.24rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
}
.narrow-content .open-team p{color: var(--line-panel);}
.narrow-content .fresh-form{display: grid;
  gap: 0;
  border-top: 1px solid #243A3D;}
.narrow-content .offer-copy{display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(10rem, .34fr) minmax(0, 1fr);
  gap: calc(1.24rem * 1.5);
  padding: calc(1.24rem * 1.5) 0;
  border-bottom: 1px solid #243A3D;
  color: inherit;
  text-decoration: none;
  transition: background 410ms var(--ease-hover);}
.narrow-content .offer-copy b{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #5FE3C0;
  font-weight: 600;}
.narrow-content .offer-copy p{color: var(--line-panel);}
.narrow-content .offer-copy:hover h3{color: #3FB8D8;}
.narrow-content .team-header{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.24rem;
  align-items: center;
  padding: calc(1.24rem * 1.5);
  border-radius: 0.74rem;
  background: var(--line-muted);
  color: var(--line-panel);
}
.narrow-content .team-header p{color: inherit;}
.narrow-content .team-header a{color: #5FE3C0;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 860px) {.narrow-content .visual-unit{ grid-template-columns: 1fr; }.narrow-content .offer-copy{ grid-template-columns: 1fr; gap: calc(1.5rem * .75); }.narrow-content .team-header{ flex-direction: column; align-items: flex-start; }
}
.public-rail{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
  color: #E8F4F2;
}
.public-rail .visual-unit{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
  gap: calc(1.24rem * 1.5);}
.public-rail .main-entries{padding-bottom: 1.5rem;
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-rail h2{margin: 0;
  font-size: calc(17.6px * 2.65);
  line-height: 1.05;}
.public-rail .main-entries p{margin: 1.5rem 0 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.71;}
.public-rail .direct-figure{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;}
.public-rail .primary-frame{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 22rem;}
.public-rail .primary-frame p{margin: 0;
  line-height: 1.71;}
.public-rail .secondary-intro{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.public-rail .secondary-intro a{color: inherit;
  font-size: calc(17.6px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.public-rail .local-track{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-rail .local-track a{
  flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: calc(1.5rem * .75);
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
  border-radius: 0.5rem;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: border-color 410ms var(--ease-hover);
}
.public-rail .local-track a:hover{border-color: #5FE3C0;}
.public-rail .local-track span{font-size: calc(17.6px * .875);}
@media (max-width: 720px) {.public-rail .direct-figure{
    flex-direction: column;
  }.public-rail .secondary-intro{
    align-items: flex-start;
  }.public-rail .local-track a{
    flex: 1 1 100%;
  }
}
.focused-region{padding:calc(1.5rem * 2.4) 2.16rem;background:#0B1416;color:#E8F4F2}
.focused-region .focused-figure{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.24rem * 1.5)}
.focused-region .strong-items{align-self:start;padding-top:calc(calc(1.5rem * .75) * .4)}
.focused-region h2{margin:0;font-size:calc(17.6px * 2);line-height:1.08}
.focused-region .strong-items p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.71;color:var(--line-panel)}
.focused-region .offer-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-region .primary-frame{height:clamp(20rem,38vw,32rem);border-radius:0.74rem;overflow:hidden;border:1px solid #243A3D;background:#132124;color:#E8F4F2;}
.focused-region iframe{display:block;width:100%;height:100%;border:0}
.focused-region .fresh-area{display:flex;flex-wrap:wrap;gap:1.24rem}
.focused-region .service{flex:1 1 15rem;min-width:14rem;padding:calc(1.5rem * .75);border-radius:0.5rem;background:#132124;color:#E8F4F2;border:1px solid #243A3D;box-shadow:0 1px 7px rgba(0,0,0,0.18)}
.focused-region .service span{display:block;font-size:calc(17.6px * .875);color:var(--line-panel);letter-spacing:.02em}
.focused-region .service strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:17.6px;line-height:1.4}
@media (max-width: 760px){.focused-region .focused-figure{grid-template-columns:1fr}.focused-region .primary-frame{height:20rem}.focused-region .service{flex:1 1 100%}
}
.fresh-steps{padding:calc(1.5rem * 2.4) 2.16rem;background:linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);color:#E8F4F2}
.fresh-steps .visual-unit{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.fresh-steps .top-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-steps h2{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.fresh-steps .main-flow{margin:0;font-size:17.6px;line-height:1.71;}
.fresh-steps .fresh-steps{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid #243A3D;border-radius:1.14rem;background:#132124;color:#E8F4F2}
.fresh-steps .soft-unit{display:flex;flex-wrap:wrap;gap:1.24rem}
.fresh-steps .content-group{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-steps .content-group span{font-size:calc(17.6px * .875);}
.fresh-steps input[type="email"],
.fresh-steps input[type="text"]{width:100%;border:1px solid #243A3D;border-radius:0.5rem;background:var(--line-muted);color:#E8F4F2;font:inherit;padding:calc(1.5rem * .75);outline:none}
.fresh-steps input[type="email"]:focus,
.fresh-steps input[type="text"]:focus{box-shadow:0 0 0 1px #5FE3C0;border-color:#5FE3C0}
.fresh-steps .content-links{padding-top:calc(1.5rem * .75);border-top:1px solid #243A3D}
.fresh-steps .strong-header{display:flex;align-items:flex-start;gap:calc(1.5rem * .75);font-size:calc(17.6px * .875);cursor:pointer}
.fresh-steps .strong-header input{margin-top:0.3em;flex:0 0 auto;accent-color:#5FE3C0}
.fresh-steps .primary-block{display:flex;flex-wrap:wrap;align-items:center;gap:1.24rem}
.fresh-steps button{flex:0 0 auto;border:0;border-radius:0.5rem;background:#5FE3C0;color:#06201B;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 410ms var(--ease-hover)}
.fresh-steps button:hover{background:#7BEBD0;color:#E8F4F2;}
.fresh-steps .top-inner{flex:1 1 260px;margin:0;font-size:calc(17.6px * .875);line-height:1.71;}
.fresh-steps .simple-feature{padding-top:calc(1.24rem * 1.5);border-top:1px solid #243A3D}
.fresh-steps .simple-feature p{margin:0;font-size:calc(17.6px * .875);line-height:1.71;}
.fresh-steps a{text-decoration:none}
.fresh-steps a:hover{}
@media(max-width:720px){.fresh-steps .soft-unit{flex-direction:column}.fresh-steps .content-group{flex:1 1 auto}.fresh-steps .primary-block{flex-direction:column;align-items:stretch}.fresh-steps button{width:100%}
}
.content-unit{background:#0B1416;color:#E8F4F2;padding:calc(1.5rem * 2.4) 2.16rem}
.content-unit .visual-unit{max-width:1300px;margin:0 auto}
.content-unit .site-team{display:flex;align-items:flex-start;gap:calc(1.24rem * 1.5)}
.content-unit .top-benefit{flex:0 1 30rem;min-width:0}
.content-unit h2{margin:0;font-size:clamp(calc(17.6px * 2),5vw,calc(17.6px * 2.65));line-height:1.05;letter-spacing:0}
.content-unit p{margin:1.5rem 0 0;color:var(--line-panel);font-size:calc(17.6px * 1.125);line-height:1.65}
.content-unit .page-feature{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #243A3D}
.content-unit .offer-copy{display:flex;gap:1.24rem;padding:1.5rem 0;border-bottom:1px solid #243A3D;color:inherit;text-decoration:none}
.content-unit a.row:hover strong{color:#3FB8D8}
.content-unit strong{flex:0 1 14rem;min-width:0;color:#E8F4F2;transition:color 410ms var(--ease-hover)}
.content-unit span{flex:1 1 20rem;min-width:0;color:var(--line-panel);line-height:1.55}
@media(max-width:760px){.content-unit .site-team,.content-unit .offer-copy{flex-direction:column}.content-unit .offer-copy{gap:calc(calc(1.5rem * .75)*.5)}}
.local-footer{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: linear-gradient(135deg, #0B1416 0%, #132124 55%, #1A2B2E 100%);
  color: #E8F4F2;
}
.local-footer .focused-summary{
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 1.14rem;
  overflow: hidden;
  background: #132124;
  color: #E8F4F2;
  border: 1px solid #243A3D;
}
.local-footer .public-links{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.24rem * 1.5);
  border-bottom: 1px solid #243A3D;}
.local-footer .public-links span,
.local-footer .public-links strong{font-size: calc(17.6px * .875);
  letter-spacing: 0.02em;}
.local-footer .public-links strong{font-weight: 500;}
.local-footer .top-note{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: calc(1.24rem * 1.5);
  padding: calc(1.24rem * 1.5);}
.local-footer .featured-tile h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.local-footer .featured-tile p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.6px;
  line-height: 1.71;}
.local-footer .featured-tile p:first-of-type{font-size: calc(17.6px * 1.125);}
.local-footer .primary-rail{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #243A3D;
  border-radius: 0.5rem;
  overflow: hidden;color:#E8F4F2;}
.local-footer .featured-fields{
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.24rem * 1.5);
  background: var(--line-muted);
  color: #E8F4F2;
}
.local-footer .featured-fields span{font-size: calc(17.6px * .875);
  font-variant-numeric: tabular-nums;
  padding-top: 0.15rem;}
.local-footer h3{margin: 0;
  font-size: calc(17.6px * 1.35);
  line-height: 1.25;}
.local-footer .featured-fields p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: calc(17.6px * .875);
  line-height: 1.71;}
.local-footer .featured-fields a{text-decoration: underline;
  text-underline-offset: 2px;}
.local-footer .featured-fields a:hover{}
@media (max-width: 900px) {.local-footer .top-note{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {.local-footer .public-links,
  .local-footer .top-note,
  .local-footer .featured-fields{
    padding: calc(1.5rem * .75);
  }.local-footer .featured-fields{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.35);
  }
}
.content-figure{padding:calc(1.5rem * 2.4) 2.16rem;background:var(--line-muted);color:var(--line-panel)}
.content-figure .main-links{max-width:min(1300px,64rem);margin:0 auto}
.content-figure h2{margin:0;font-size:calc(17.6px * 2.65);line-height:1.08}
.content-figure .top-benefit{margin:1.5rem 0 calc(1.24rem * 1.5);font-size:calc(17.6px * 1.125);line-height:1.71}
.content-figure .page-section{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.content-figure .wide-inner{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid #243A3D}
.content-figure .wide-inner:last-child{border-bottom:0;padding-bottom:0}
.content-figure h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * 1.35);line-height:1.22}
.content-figure .wide-inner p{margin:0;line-height:1.71}
.content-figure a{text-decoration:underline;text-underline-offset:3px}
.content-figure a:hover{}
@media (max-width:640px){.content-figure h2{font-size:calc(17.6px * 2)}.content-figure .top-benefit{font-size:17.6px}
}
.offer-note{--mark-soft:calc(1.5rem * 1.18);--field-local:calc(1300px / 2.3);padding:calc(1.5rem * 2.4) 2.16rem;background:#5FE3C0;color:#06201B;}
.offer-note .visual-unit{max-width:1300px;margin:0 auto;}
.offer-note h1,.offer-note h2,.offer-note h3,.offer-note p{margin:0;}
.offer-note h2{font-size:calc(17.6px * 2);line-height:1.12;}
.offer-note p{font-size:17.6px;line-height:1.71;}
.offer-note .top-inner{font-size:calc(17.6px * .875);letter-spacing:0.02em;text-transform:uppercase;opacity:0.78;}
.offer-note .main-flow{max-width:var(--field-local);}
.offer-note a{color:inherit;text-decoration:none;}
.offer-note .primary-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#06201B;color:#5FE3C0;font-weight:600;transition:background 410ms var(--ease-hover),color 410ms var(--ease-hover);}
.offer-note .primary-block:hover{background:#3FB8D8;color:#04222B;}
.offer-note .steady-steps>h2,.offer-note .steady-steps>p,.offer-note .steady-steps>.primary-block{margin-top:1.5rem;}
.offer-note .direct-contact{margin-top:var(--mark-soft);font-size:calc(17.6px * .875);opacity:0.85;}
.offer-note .direct-contact a{text-decoration:underline;text-underline-offset:3px;}
.offer-note .direct-contact a:hover{}
.active-quote{
  padding: calc(1.5rem * 2.4) 2.16rem;
  background: #E8F4F2;
  color: #0B1416;
}
.active-quote .visual-unit{max-width: min(1300px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.24rem * 1.5);}
.active-quote .main-flow h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.active-quote .main-flow .top-benefit{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);color:inherit;}
.active-quote .focused-figure{display: flex;
  flex-direction: column;
  border-top: 1px solid #243A3D;}
.active-quote .focused-figure .featured-fields{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #243A3D;}
.active-quote .focused-figure .featured-fields strong{display: block;
  font-size: calc(17.6px * 1.35);
  margin-bottom: 0.4rem;}
.active-quote .focused-figure .featured-fields p{margin: 0;color:inherit;}
.active-quote .simple-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.active-quote .simple-feature .top-inner{flex: 1 1 22rem;
  margin: 0;color:inherit;}
.active-quote .simple-feature .direct-contact{flex: 1 1 14rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.active-quote .simple-feature .direct-contact a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 410ms var(--ease-hover), border-color 410ms var(--ease-hover);}
.active-quote .simple-feature .direct-contact a:hover{color:inherit;
  border-bottom-color: #3FB8D8;}
.active-quote .simple-feature .content-group{flex: 1 1 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.active-quote .simple-feature .content-group span{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;color:inherit;}
.active-quote .simple-feature .content-group a,
.active-quote .simple-feature .content-group p{margin: 0;
  text-decoration: none;}
.active-quote .simple-feature .content-group a:hover{color:inherit;}
@media (max-width: 640px) {.active-quote .simple-feature{
    flex-direction: column;
  }
}
.soft-media{
  padding:calc(1.5rem * 2.4) 2.16rem;
  background:#0B1416;
  color:#E8F4F2;
}
.soft-media .visual-unit{width:min(100%,calc(1300px*.66));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);}
.soft-media .wide-group{padding-top:1.5rem}
.soft-media h1{margin:0;
  font-size:calc(17.6px * 2.65);
  line-height:1.04;
  letter-spacing:-0.01em;}
.soft-media p{margin:1.5rem 0 0;
  font-size:calc(17.6px * 1.125);
  line-height:1.71;}
.soft-media .direct-contact{border-top:1px solid #243A3D;
  padding-top:calc(1.24rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.soft-media .top-inner{margin:0;
  font-size:17.6px;
  color:var(--line-panel);}
.soft-media .secondary-track{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  align-items:center;}
.soft-media .secondary-track a{
  display:inline-block;
  padding:0.72rem 1.15rem;
  border:1px solid #243A3D;
  border-radius:0.5rem;
  background:#132124;
  color:#E8F4F2;
  text-decoration:none;
  font-size:calc(17.6px * .875);
  transition:background 410ms var(--ease-hover),border-color 410ms var(--ease-hover);
}
.soft-media .secondary-track a:hover{
  border-color:#3FB8D8;
  background:var(--line-muted);color:var(--line-panel);}
.soft-media .secondary-track a.main{
  background:#5FE3C0;
  color:#06201B;
  border-color:#5FE3C0;
}
.soft-media .secondary-track a.main:hover{
  background:#7BEBD0;
  border-color:#7BEBD0;color:#E8F4F2;}
.soft-media .simple-feature{margin:0;
  font-size:calc(17.6px * .875);
  color:var(--line-panel);}
.soft-media .simple-feature a{color:#5FE3C0;
  text-decoration:underline;
  text-underline-offset:3px;}
.soft-media .simple-feature a:hover{color:#3FB8D8}
@media(max-width:520px){.soft-media .secondary-track{flex-direction:column;align-items:stretch}.soft-media .secondary-track a{text-align:center}
}
