*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
a{color:inherit;}
.open-header {
    width: 100%;
    background: #0B1016;
    color: #EAF1F5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.fresh-actions {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 1.43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.39rem;
  }
.clear-story {
    display: flex;
    align-items: center;
    gap: calc(2.39rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
:root {
  --surface-warm: #232B34;
  --ink-panel: #D7DFE6;
  --paint-card: #FF3D6E;
  --delay-entry: cubic-bezier(0.16,1,0.3,1);
  --ink-base: #0E1319;
  --tone-inverse: #FFFFFF;
  --tone-light: #0E7C86;
}
.service-intro {
    font-size: calc(19.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #EAF1F5;
    text-decoration: none;
    white-space: nowrap;
  }
.service-intro:hover {
    color: var(--paint-card);
  }
.focused-feature {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.39rem * 1.5);
  }
.nav-list a {
    color: #EAF1F5;
    text-decoration: none;
    font-size: 19.5px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.25rem;
    transition: color 470ms var(--delay-entry), background-color 470ms var(--delay-entry);
  }
.nav-list a:hover {
    color: var(--paint-card);
  }
.steady-view {
    display: flex;
    align-items: center;
    gap: 2.39rem;
    flex: 0 0 auto;
  }
.content-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    background: var(--paint-card);
    color: #FFFFFF;
    border-radius: 0.61rem;
    font-size: 19.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 5px rgba(0,0,0,0.13);
    transition: background-color 470ms var(--delay-entry), transform 470ms var(--delay-entry);
  }
.content-tile:hover{
    background: #E62A5B;
    transform: translateY(-1px);color:var(--ink-base);}
.scene {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.61rem;
    cursor: pointer;
  }
.narrow-proof{
    display: block;
    width: 20px;
    height: 2px;
    background: #EAF1F5;
    border-radius: 2px;
    transition: transform 470ms var(--delay-entry), opacity 470ms var(--delay-entry);color:var(--ink-base);}
.scene.is-open .narrow-proof:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.scene.is-open .narrow-proof:nth-child(2) {
    opacity: 0;
  }
.scene.is-open .narrow-proof:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 1023px) {
    .nav-list {
      gap: 2.39rem;
    }
    .content-tile {
      padding: 0.55rem 1rem;
      font-size: calc(19.5px * .875);
    }
  }
@media (max-width: 767px) {
    .fresh-actions {
      flex-wrap: wrap;
      align-items: center;
    }

    .clear-story {
      flex: 1 1 auto;
    }

    .scene {
      display: flex;
    }

    .content-tile {
      display: none;
    }

    .focused-feature {
      display: none;
      order: 3;
      width: 100%;
      margin-top: calc(2.39rem * 1.5);
      padding-top: calc(2.39rem * 1.5);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .focused-feature.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-list li:last-child a {
      border-bottom: none;
    }
  }
.compact-panel{font-family:"Exo 2", sans-serif;font-size:19.5px;line-height:1.65;width:100%;padding:calc(1.5rem * 2.4) 1.43rem;background:#0B1016;color:#EAF1F5;}
.primary-feature{max-width:1400px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:calc(2.39rem * 1.5)}
.quiet-stack{display:grid;grid-template-columns:minmax(240px, 1fr) 2.4fr;gap:calc(2.39rem * 1.5);align-items:start}
.service-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:32rem}
.content-group{display:inline-block;font-size:calc(19.5px * 1.35);font-weight:700;letter-spacing:0.02em;color:inherit;text-decoration:none}
.content-group:hover{color:inherit;text-decoration:underline}
.team-block{margin:0;font-size:calc(19.5px * .875);line-height:1.65;opacity:0.85}
.site-list{display:flex;flex-direction:column;gap:0.4rem;font-size:calc(19.5px * .875)}
.simple-entries{margin:0;color:inherit}
.text-panel{font-weight:600;margin-right:0.35rem}
.site-list a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--delay-entry)}
.site-list a:hover{border-bottom-color:currentColor;color:inherit}
.main-visual{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.39rem * 1.5)}
.visual-rail{display:flex;flex-direction:column;gap:0.6rem}
.strong-form{margin:0;font-size:calc(19.5px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.media-lead{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem;font-size:calc(19.5px * .875)}
.media-lead a{color:inherit;text-decoration:none;transition:opacity 470ms var(--delay-entry)}
.media-lead a:hover{opacity:0.75;text-decoration:underline;color:inherit}
.plain-callout{border-top:1px solid currentColor;padding-top:calc(1.5rem * .75);font-size:calc(19.5px * .875);line-height:1.65;opacity:0.85}
.plain-callout p{margin:0;color:inherit}
.plain-callout a{color:inherit;text-decoration:underline}
.narrow-copy{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.39rem;border-top:1px solid currentColor;padding-top:calc(1.5rem * .75);font-size:calc(19.5px * .875)}
.compact-grid{margin:0;color:inherit}
.content-benefit{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.39rem}
.content-benefit a{color:inherit;text-decoration:none}
.content-benefit a:hover{text-decoration:underline;color:inherit}
@media (max-width: 900px) {.quiet-stack{grid-template-columns:1fr}.main-visual{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.compact-panel{padding:calc(1.5rem * 2.4) 1.43rem;background:#0B1016;color:#EAF1F5;}.main-visual{grid-template-columns:1fr}.narrow-copy{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200}
.cookies .direct-summary{display:flex;flex-wrap:wrap;gap:2.39rem;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 1.43rem;background:linear-gradient(120deg, #FF3D6E 0%, #FF7A3D 100%);color:#FFFFFF;box-shadow:0 14px 44px rgba(0,0,0,0.21)}
.cookies .direct-summary>*{min-width:0;flex:1 1 12rem}
.cookies strong{font-size:calc(19.5px * 1.35);line-height:1.12}
.cookies p{margin:0;line-height:1.65}
.cookies .image{display:flex;gap:calc(1.5rem * .75);flex-wrap:wrap;justify-content:flex-end}
.cookies .image>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.25rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--paint-card);color:#FFFFFF;border-color:var(--paint-card)}
@media(max-width:820px){.cookies .direct-summary{display:block}.cookies p,.cookies .image{margin-top:1.5rem;justify-content:flex-start}}
.active-copy{padding:calc(1.5rem * 2.4) 1.43rem 0;background:#F6F8FA;color:#0E1319;}
.active-copy .primary-unit{max-width:1400px;margin:0 auto;}
.active-copy .plain-tile{display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.active-copy h1{margin:0;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.08;}
.active-copy .narrow-callout{margin:0;font-size:calc(19.5px * 1.125);}
.active-copy .clear-form{display:flex;gap:2.39rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-top:2.39rem;}
.active-copy .simple-wrap{display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);flex:1 1 34rem;}
.active-copy .service-stack{margin:0;}
.active-copy .contact-view{display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);flex:0 1 22rem;}
.active-copy .image{display:flex;gap:.7rem;align-items:flex-start;flex-wrap:wrap;}
.active-copy .image a{display:inline-flex;padding:.66rem 1.1rem;border-radius:0.79rem;text-decoration:none;background:var(--tone-light);color:#F4FBFC;font-weight:700;transition:background 470ms var(--delay-entry);}
.active-copy .image a:hover{background:#0A646D;color:var(--ink-base);}
.active-copy .image a:nth-child(even){background:var(--paint-card);color:#FFFFFF;}
.active-copy .image a:nth-child(even):hover{background:#E62A5B;color:var(--ink-base);}
.active-copy .text-plan{margin:0;font-size:calc(19.5px * .875);color:var(--surface-warm);background:#EDF2F6;padding:calc(1.5rem * .75);border-radius:0.61rem;}
.active-copy .text-plan a{color:#0E7C86;text-decoration:none;}
.active-copy .text-plan a:hover{color:inherit;}
.active-copy .clear-details{margin:0;font-size:calc(19.5px * .875);}
.active-copy .clear-details a{color:#0E7C86;text-decoration:none;border-bottom:1px solid var(--ink-panel);}
.active-copy .clear-details a:hover{color:inherit;}
.active-copy .fresh-track{margin-top:2.39rem;}
.active-copy .fresh-track img{width:min(46rem,100%);height:auto;display:block;border-radius:0.79rem;box-shadow:0 12px 22px rgba(0,0,0,0.17);}
@media (max-width:720px){.active-copy .contact-view{flex:1 1 100%;}
    }
.plain-brand{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: var(--paint-card);
  color: #FFFFFF;
}
.plain-brand .narrow-section{max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(2.39rem * 1.5);
  align-items: start;}
.plain-brand h2{margin: 0;
  font-size: calc(19.5px * 2);
  line-height: 1.1;}
.plain-brand .content-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.5px;
  line-height: 1.65;}
.plain-brand .content-figure{
  border-radius: 1.1rem;
  background: var(--tone-inverse);
  color: var(--ink-base);
  border: 1px solid var(--ink-panel);
  box-shadow: 0 12px 22px rgba(0,0,0,0.17);
  overflow: hidden;
}
.plain-brand .page-benefit{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--ink-panel);}
.plain-brand .page-benefit span{font-size: calc(19.5px * .875);}
.plain-brand a{text-decoration: none;}
.plain-brand .page-benefit a{font-size: calc(19.5px * .875);
  border-bottom: 1px solid transparent;
  transition: border-color 470ms var(--delay-entry);}
.plain-brand .page-benefit a:hover{border-color: var(--tone-light);}
.plain-brand .simple-frame{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.39rem;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--ink-panel);}
.plain-brand .simple-frame label{flex: 1 1 100%;
  font-size: calc(19.5px * .875);}
.plain-brand .simple-frame input{
  flex: 1 1 240px;
  min-width: 0;
  padding: .7rem .9rem;
  border: 1px solid var(--ink-panel);
  border-radius: 0.61rem;
  background: #F6F8FA;
  color: #0E1319;
  font-family: inherit;
  font-size: 19.5px;
}
.plain-brand .simple-frame input::placeholder{}
.plain-brand .simple-frame button{
  padding: .7rem 1.2rem;
  border: 1px solid var(--tone-light);
  border-radius: 0.61rem;
  background: var(--tone-light);
  color: #F4FBFC;
  font-family: inherit;
  font-size: 19.5px;
  cursor: pointer;
  transition: background 470ms var(--delay-entry);
}
.plain-brand .simple-frame button:hover{
  background: #0A646D;color:var(--ink-base);}
.plain-brand .simple-frame small{flex: 1 1 100%;
  font-size: calc(19.5px * .875);}
.plain-brand .clear-note{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.plain-brand .clear-note a{display: block;
  padding: calc(1.5rem * .75);
  border-right: 1px solid var(--ink-panel);
  border-bottom: 1px solid var(--ink-panel);
  transition: background 470ms var(--delay-entry);}
.plain-brand .clear-note a:hover{
  background: #EDF2F6;color:var(--surface-warm);}
.plain-brand .clear-note strong,
.plain-brand .clear-note small,
.plain-brand .clear-note span{display: block;}
.plain-brand .clear-note strong{font-size: 19.5px;}
.plain-brand .clear-note small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(19.5px * .875);}
.plain-brand .clear-note span{font-size: calc(19.5px * .875);
  line-height: 1.65;}
.plain-brand .text-plan{
  padding: calc(1.5rem * .75);
  background: #EDF2F6;
  color: var(--surface-warm);
  font-size: calc(19.5px * .875);
  line-height: 1.65;
}
.plain-brand .text-plan a{border-bottom: 1px solid transparent;
  transition: border-color 470ms var(--delay-entry);}
.plain-brand .text-plan a:hover{border-color: #FF3D6E;}
@media (max-width: 780px) {.plain-brand .narrow-section,
  .plain-brand .clear-note{
    grid-template-columns: 1fr;
  }.plain-brand .page-benefit{
    flex-direction: column;
    align-items: flex-start;
  }.plain-brand .clear-note a{
    border-right: none;
  }
}
.service-form{
        --axis-main: calc(1.5rem * 1.18);
        --label-strong: calc(1400px / 3.4);
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: #0B1016;
        color: #EAF1F5;
    }
.service-form .narrow-section{max-width: 1400px;
        margin: 0 auto;}
.service-form h2,
    .service-form h3,
    .service-form p{margin: 0;}
.service-form h2{font-size: calc(19.5px * 2);
        line-height: 1.14;}
.service-form h3{font-size: calc(19.5px * 1.35);
        line-height: 1.22;}
.service-form p{font-size: 19.5px;
        line-height: 1.65;}
.service-form a{color: inherit;
        text-decoration: none;}
.service-form .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.39rem;
        padding-block: calc(var(--axis-main) / 2);}
.service-form .row-title h2{flex: 1 1 calc(1400px / 3);
        min-width: 0;}
.service-form .row-title > p{flex: 1 1 calc(1400px / 2.6);
        min-width: 0;
        opacity: .88;}
.service-form .primary-proof{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--axis-main);
        margin-top: calc(var(--axis-main) * .8);
        padding-top: var(--axis-main);
        border-top: 1px solid rgba(234, 241, 245, 0.16);}
.service-form .narrow-frame{flex: 1 1 var(--label-strong);
        min-width: 0;}
.service-form .narrow-frame p{margin-top: calc(1.5rem / 3);
        opacity: .84;}
.service-form .narrow-frame a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid var(--paint-card);
        color: var(--paint-card);
        font-size: calc(19.5px * .875);
        letter-spacing: .02em;
        transition: color 470ms var(--delay-entry);}
.service-form .narrow-frame a:hover{color:inherit;
        border-bottom-color: #E62A5B;}
@media (max-width: 720px) {.service-form .row-title h2,
        .service-form .row-title > p{
            flex: 1 1 100%;
        }.service-form .narrow-frame{
            flex: 1 1 100%;
        }
    }
.active-proof{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC}
.active-proof .narrow-section{max-width:1400px;margin:0 auto;display:flex;align-items:flex-start;gap:2.39rem;flex-wrap:wrap}
.active-proof .content-unit{flex:1 1 20rem;position:sticky;top:1.5rem;padding-top:1.5rem}
.active-proof .content-unit h2{margin:0;font-size:calc(19.5px * 2);line-height:1.05}
.active-proof .content-unit p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
.active-proof .content-unit strong{display:block;margin-top:calc(2.39rem * 1.5);font-size:calc(19.5px * 1.35);line-height:1.15}
.active-proof .fresh-method{flex:1 1 26rem;display:flex;flex-direction:column;border-top:1px solid rgba(244,251,252,0.22)}
.active-proof .strong-brand{padding:1.5rem 0;border-bottom:1px solid rgba(244,251,252,0.22)}
.active-proof .strong-brand strong{display:block;font-size:calc(19.5px * 1.35);line-height:1.15}
.active-proof .strong-brand p{margin:calc(1.5rem * .75) 0 0;line-height:1.65}
.active-proof .clear-details{flex:1 1 100%;margin:calc(2.39rem * 1.5) 0 0;font-size:calc(19.5px * .875);line-height:1.65;opacity:0.9}
.active-proof .clear-details a{color:#F4FBFC;text-decoration:underline;text-underline-offset:3px}
.active-proof .clear-details a:hover{}
@media(max-width:760px){.active-proof .content-unit{position:static;padding-top:0}.active-proof .strong-brand{padding:calc(1.5rem * .75) 0}
}
.visual-method{
  --axis-main:calc(1.5rem * 0.9);
  --layer-local:calc(1400px / 2.2);
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#F6F8FA;
  color:#0E1319;
}
.visual-method .narrow-section{max-width:1400px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(var(--axis-main) * 1.1);}
.visual-method h2,
.visual-method h3,
.visual-method p{margin:0;}
.visual-method h2{font-size:calc(19.5px * 2);
  line-height:1.14;}
.visual-method h3{font-size:calc(19.5px * 1.35);
  line-height:1.22;}
.visual-method p{font-size:19.5px;
  line-height:1.65;}
.visual-method .plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  max-width:var(--layer-local);}
.visual-method .content-unit{color:var(--surface-warm);}
.visual-method .primary-proof{display:flex;
  flex-wrap:wrap;
  gap:2.39rem;}
.visual-method .narrow-frame{flex:1 1 calc(50% - 2.39rem);
  min-width:260px;
  padding-top:calc(calc(1.5rem * .75) / 1.4);
  border-top:1px solid var(--ink-panel);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.visual-method .narrow-frame p{color:var(--surface-warm);}
.visual-method a{color:#0E7C86;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.visual-method a:hover{color:inherit;}
@media (max-width:720px){.visual-method .narrow-frame{
    flex:1 1 100%;
  }
}
.offer-visual{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#EAF1F5;
  }
.offer-visual .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.39rem * 1.5);
    border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);
    padding-left:clamp(1.1rem,3vw,calc(2.39rem * 1.5));}
.offer-visual h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.2vw,calc(19.5px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.offer-visual .simple-wrap{max-width:44rem;}
.offer-visual p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(19.5px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.offer-visual{padding-top:calc(calc(1.5rem * 2.4)*.58);padding-bottom:calc(calc(1.5rem * 2.4)*.58);}.offer-visual .quiet-fields{padding-left:1.43rem;gap:1.5rem;}.offer-visual h1{max-width:100%;}
  }
.direct-visual{--axis-main:calc(1.5rem * 1.18);--label-strong:calc(1400px / 3.40);padding:calc(1.5rem * 2.4) 1.43rem;background:#0B1016;color:#EAF1F5;}
.direct-visual .narrow-section{max-width:1400px;margin:0 auto;}
.direct-visual h2,.direct-visual h3,.direct-visual p{margin:0;}
.direct-visual h2{font-size:calc(19.5px * 2);line-height:1.12;}
.direct-visual h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.direct-visual p{font-size:19.5px;line-height:1.65;opacity:.82;}
.direct-visual .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.direct-visual .row-title h2{flex:1 1 calc(1400px / 3);min-width:0;}
.direct-visual .row-title>p{flex:1 1 calc(1400px / 3);min-width:0;}
.direct-visual .primary-proof{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.direct-visual .narrow-frame{flex:1 1 var(--label-strong);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, #EAF1F5 22%, transparent);}
.direct-visual .narrow-frame p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.direct-visual .row-title h2,.direct-visual .row-title>p{flex:1 1 100%;}
}
.media-copy{--axis-main:calc(1.5rem * 1.09);--layer-local:calc(1400px / 2.33);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC;}
.media-copy .narrow-section{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-main) * .9);}
.media-copy h2{font-size:calc(19.5px * 2);line-height:1.12;margin:0;}
.media-copy p{font-size:19.5px;line-height:1.65;margin:0;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.media-copy a:hover{}
.media-copy .bottom-quote>p{max-width:var(--layer-local);}
.media-copy .offer-quote{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.media-copy details{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-copy details:last-of-type{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-copy summary{cursor:pointer;font-weight:700;font-size:calc(19.5px * 1.125);line-height:1.3;list-style:none;}
.media-copy summary::-webkit-details-marker{display:none;}
.media-copy summary::after{content:"+";float:right;font-weight:400;opacity:.7;}
.media-copy details[open] summary::after{content:"–";}
.media-copy details p{margin-top:calc(1.5rem / 3);max-width:var(--layer-local);}
.media-copy .clear-details{font-size:calc(19.5px * .875);max-width:var(--layer-local);}
.steady-wrap{
    padding:calc(1.5rem * 2.4) 1.43rem;
    background:#EDF2F6;
    color:var(--surface-warm);
}
.steady-wrap .narrow-section{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.39rem;
    align-items:flex-start;}
.steady-wrap .service-wrap{flex:1 1 320px;
    min-width:280px;}
.steady-wrap .service-wrap img{width:100%;
    height:auto;
    display:block;
    border-radius:0.79rem;
    border:1px solid var(--ink-panel);
    box-shadow:0 1px 5px rgba(0,0,0,0.13);}
.steady-wrap .values{flex:1 1 460px;
    min-width:280px;}
.steady-wrap .values h2{margin:0 0 calc(2.39rem * 1.5);
    font-size:calc(19.5px * 2);
    line-height:1.2;}
.steady-wrap .values h3{margin:calc(2.39rem * 1.5) 0 0.6rem;
    font-size:calc(19.5px * 1.125);
    font-weight:600;}
.steady-wrap .values p{margin:0 0 0.85rem;
    font-size:19.5px;
    line-height:1.65;}
.steady-wrap .values ul{margin:0;
    padding-left:1.15rem;
    display:grid;
    gap:0.45rem;}
.steady-wrap .values li{font-size:19.5px;
    line-height:1.65;}
@media (max-width:820px){.steady-wrap .narrow-section{flex-direction:column;}
}
.public-brand{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC}
.public-brand .narrow-section{max-width:1400px;margin:0 auto}
.public-brand .strong-proof{margin-bottom:calc(2.39rem * 1.5)}
.public-brand h2{margin:0;font-size:calc(19.5px * 2.65);line-height:1.04}
.public-brand .strong-proof p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
.public-brand .text-view{display:flex;align-items:flex-start;gap:calc(2.39rem * 1.5);border-top:1px solid rgba(244,251,252,0.18);padding-top:calc(2.39rem * 1.5)}
.public-brand .offer-quote{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.public-brand button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 470ms var(--delay-entry),transform 470ms var(--delay-entry)}
.public-brand button:hover,.public-brand button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.public-brand .primary-stack{flex:1 1 30rem;align-self:start}
.public-brand [data-response]{display:none}
.public-brand [data-response].is-active{display:block;animation:clarifyFocusIn calc(470ms*1.8) var(--delay-entry) both}
.public-brand h3{margin:0;font-size:calc(19.5px * 2);line-height:1.1}
.public-brand [data-response] p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.39rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.public-brand .text-view{display:block}.public-brand .offer-quote{margin-bottom:calc(2.39rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.public-brand [data-response].is-active{animation:none}}
.narrow-note{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#EAF1F5;
  }
.narrow-note .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:2.39rem;}
.narrow-note .content-unit{flex:1 1 30rem;
    min-width:0;
    padding-left:clamp(0.9rem,2.4vw,calc(2.39rem * 1.5));
    border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);}
.narrow-note h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.5px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:0;}
.narrow-note .simple-wrap{margin:clamp(0.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.32vw,calc(19.5px * 1.125));
    line-height:1.7;
    color:color-mix(in srgb,currentColor 80%,transparent);}
.narrow-note .contact-view{flex:0 1 22rem;
    min-width:0;
    padding-top:0.35rem;}
.narrow-note .text-plan{margin:0;
    font-size:calc(19.5px * .875);
    line-height:1.68;
    color:color-mix(in srgb,currentColor 72%,transparent);}
@media (max-width:820px){.narrow-note .contact-view{flex-basis:100%;padding-top:0;}
  }
@media (max-width:620px){.narrow-note{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.narrow-note .content-unit{padding-left:1.43rem;}
  }
.featured-track{
  background:#F6F8FA;
  color:#0E1319;
  padding:calc(1.5rem * 2.4) 1.43rem;
}
.featured-track .narrow-section{max-width:1400px;
  margin:0 auto;}
.featured-track .plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.39rem * 1.5);
  align-items:flex-start;}
.featured-track h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.5px * 2);
  line-height:1.1;}
.featured-track .plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-warm);
  line-height:1.65;}
.featured-track .fresh-intro{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.39rem;}
.featured-track .fresh-intro a{
  flex:1 1 18rem;
  min-width:0;
  color:#0E1319;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--tone-inverse);
  color:var(--ink-base);
  border:1px solid var(--ink-panel);
  border-radius:0.79rem;
  transition:border-color 470ms var(--delay-entry);
}
.featured-track .fresh-intro a:hover{border-color:var(--paint-card);}
.featured-track .fresh-intro strong,
.featured-track .fresh-intro span{display:block;}
.featured-track .fresh-intro span{margin-top:.5rem;
  color:var(--surface-warm);
  line-height:1.65;
  font-size:calc(19.5px * .875);}
.featured-track .text-plan{margin:calc(2.39rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--ink-panel);
  color:var(--surface-warm);
  line-height:1.65;
  font-size:calc(19.5px * .875);}
.featured-track .clear-details{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.39rem;
  align-items:center;}
.featured-track .clear-details a{color:#0E7C86;
  text-decoration:none;
  border-bottom:1px solid #0E7C86;
  padding-bottom:2px;
  font-size:19.5px;
  transition:color 470ms var(--delay-entry), border-color 470ms var(--delay-entry);}
.featured-track .clear-details a:hover{color:inherit;
  border-color:#FF3D6E;}
@media (max-width:680px){.featured-track .plan{display:block}.featured-track .plan p{margin-top:1.5rem}.featured-track .fresh-intro{display:block}.featured-track .fresh-intro a{display:block;margin-top:2.39rem}
}
.focused-footer{--axis-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--paint-card);color:#FFFFFF;}
.focused-footer .narrow-section{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-main);}
.focused-footer h2,.focused-footer h3,.focused-footer p{margin:0;}
.focused-footer h2{font-size:calc(19.5px * 2);line-height:1.12;}
.focused-footer h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.focused-footer p{font-size:19.5px;line-height:1.65;}
.focused-footer .plan{display:flex;flex-wrap:wrap;gap:2.39rem;align-items:flex-start;}
.focused-footer .plan h2{flex:1 1 calc(1400px / 3.2);min-width:0;}
.focused-footer .plan .content-unit{flex:1 1 calc(1400px / 2.6);min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.focused-footer .primary-proof{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * 1.1);}
.focused-footer .narrow-frame{padding:calc(calc(1.5rem * .75) * 1.05) 1.5rem;border-radius:0.61rem;background:color-mix(in srgb, currentColor 12%, transparent);border-left:3px solid color-mix(in srgb, currentColor 55%, transparent);}
.focused-footer .narrow-frame .simple-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.focused-footer .narrow-frame p{color:color-mix(in srgb, currentColor 88%, transparent);}
.focused-footer .text-plan{font-size:calc(19.5px * .875);color:color-mix(in srgb, currentColor 78%, transparent);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.focused-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-footer a:hover{opacity:.82;}
@media (max-width:720px){.focused-footer .plan{flex-direction:column;}.focused-footer .narrow-frame{padding:calc(1.5rem * .75) 1.43rem;}
}
.media-story{--axis-main:calc(1.5rem * 0.9);--layer-local:calc(1400px / 2.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.media-story .narrow-section{max-width:1400px;margin:0 auto;}
.media-story h2,.media-story h3,.media-story p{margin:0;}
.media-story h2{font-size:calc(19.5px * 2);line-height:1.12;}
.media-story h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.media-story p{font-size:19.5px;line-height:1.65;color:var(--surface-warm);}
.media-story a{color:#0E7C86;text-decoration:none;}
.media-story a:hover{color:inherit;}
.media-story .text-plan{margin:0 0 calc(1.5rem / 3);font-size:calc(19.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-warm);}
.media-story .content-unit{margin-top:calc(1.5rem / 2);}
.media-story .open-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.media-story .open-links>.simple-wrap{flex:1 1 60%;min-width:0;}
.media-story .open-links>.main-block{flex:0 0 auto;align-self:flex-end;}
.media-story .main-block{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:var(--tone-light);color:#F4FBFC;font-size:19.5px;}
.media-story .main-block:hover{background:#0A646D;color:#F4FBFC;}
.media-story .primary-proof{display:flex;flex-wrap:wrap;gap:2.39rem;margin-top:var(--axis-main);}
.media-story .narrow-frame{flex:1 1 calc(1400px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--ink-panel);border-radius:0.61rem;background:var(--tone-inverse);color:var(--ink-base);}
.media-story .narrow-frame p{margin-top:calc(1.5rem / 3);}
.media-story .narrow-frame a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(19.5px * .875);}
.media-story .clear-details{flex:1 1 100%;margin-top:var(--axis-main);font-size:calc(19.5px * .875);}
.service-lead{--axis-main:calc(1.5rem * 1.32);--field-extra-16:calc(1400px / 3.55);--label-button:calc(1400px / 3.66);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC;}
.service-lead .narrow-section{max-width:1400px;margin:0 auto;}
.service-lead h2,.service-lead h3,.service-lead p{margin:0;}
.service-lead h2{font-size:calc(19.5px * 2);line-height:1.12;}
.service-lead h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.service-lead p{font-size:19.5px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.service-lead a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-lead a:hover{}
.service-lead img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.service-lead .text-plan{font-size:calc(19.5px * 1.125);line-height:1.5;color:color-mix(in srgb, currentColor 88%, transparent);}
.service-lead .primary-proof{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.service-lead .narrow-frame{flex:1 1 var(--field-extra-16);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.61rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.service-lead .narrow-frame img{margin-bottom:calc(1.5rem / 2.2);max-width:100%;}
.service-lead .narrow-frame p{margin-top:calc(1.5rem / 3.2);}
.service-lead .plain-section>h2{margin-top:var(--axis-main);}
.service-lead .content-unit{margin-top:calc(1.5rem / 2.4);}
@media (max-width:720px){.service-lead .narrow-frame{flex:1 1 100%;}
}
.secondary-section{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#F4FBFC;
  }
.secondary-section .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.39rem * 1.5);
    border-left:1px solid rgba(244,251,252,0.32);
    padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.secondary-section h1{margin:0;
    max-width:22ch;
    font-size:clamp(2.05rem,5.4vw,calc(19.5px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:0;}
.secondary-section .simple-wrap{display:flex;
    flex-direction:column;
    gap:1.5rem;
    max-width:46rem;}
.secondary-section p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.5px * 1.125));
    line-height:1.72;
    color:rgba(244,251,252,0.82);}
.secondary-section p:last-child{color:rgba(244,251,252,0.92);}
@media (max-width:620px){.secondary-section{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.secondary-section .quiet-fields{padding-left:1.43rem;gap:1.5rem;}.secondary-section h1{max-width:100%;}
  }
.local-block{
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: #F6F8FA;
        color: #0E1319
    }
.local-block .narrow-section{max-width: 1400px;
        margin: 0 auto}
.local-block .soft-quote{display: flex;
        flex-direction: column;
        gap: calc(2.39rem * 1.5)}
.local-block .plan{min-width: 0}
.local-block h2{margin: 0;
        font-size: calc(19.5px * 2);
        line-height: 1.1}
.local-block .plan p{margin: 1.5rem 0 0;
        font-size: calc(19.5px * 1.125);
        line-height: 1.65;
        color: var(--surface-warm)}
.local-block ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.local-block li{
        display: flex;
        flex-wrap: wrap;
        gap: 2.39rem;
        align-items: flex-start;
        padding: calc(1.5rem * .75) 1.43rem;
        background: var(--tone-inverse);
        color: var(--ink-base);
        border: 1px solid var(--ink-panel);
        border-radius: 0.61rem
    }
.local-block strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(19.5px * 1.35);
        line-height: 1.2}
.local-block span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.65;
        color: var(--surface-warm)}
@media (max-width: 760px) {.local-block li{
            display: block
        }.local-block span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.top-intro{
  background: #0B1016;
  color: #EAF1F5;
  padding: calc(1.5rem * 2.4) 1.43rem;
}
.top-intro .narrow-section{width: min(100%, 1400px);
  margin: 0 auto;}
.top-intro h2,
.top-intro p{margin: 0;}
.top-intro .plan{display: flex;
  flex-wrap: wrap;
  gap: 2.39rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: calc(2.39rem * 1.5);}
.top-intro h2{font-size: calc(19.5px * 2);
  line-height: 1.05;
  flex: 1 1 22rem;}
.top-intro .plan p{flex: 1 1 26rem;
  line-height: 1.65;}
.top-intro .wide-grid{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.1rem;
  box-shadow: 0 12px 22px rgba(0,0,0,0.17);}
.top-intro .quiet-fields{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: calc(1.5rem * .75);
  padding-top: 1.5rem;}
.top-intro .narrow-frame{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: var(--tone-inverse);
  color: var(--ink-base);
  border: 1px solid var(--ink-panel);
}
.top-intro strong{font-size: calc(19.5px * 1.35);
  line-height: 1.16;}
.top-intro span{line-height: 1.65;}
@media (max-width: 760px) {.top-intro .plan{ flex-direction: column; align-items: flex-start; }.top-intro .wide-grid{ aspect-ratio: 16 / 10; }
}
.strong-tile{--axis-main:calc(1.5rem * 1.28);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.strong-tile .narrow-section{max-width:1400px;margin:0 auto;}
.strong-tile h1,.strong-tile h2,.strong-tile h3,.strong-tile p{margin:0;}
.strong-tile h2{font-size:calc(19.5px * 2);line-height:1.14;max-width:38ch;}
.strong-tile p{font-size:19.5px;line-height:1.65;}
.strong-tile a{text-decoration:none;}
.strong-tile .active-section>*+*{margin-top:calc(2.39rem * 1.5);}
.strong-tile .content-unit{max-width:72ch;}
.strong-tile .simple-wrap{max-width:72ch;color:var(--surface-warm);}
.strong-tile .clear-details{display:flex;flex-wrap:wrap;align-items:center;gap:2.39rem;margin-top:var(--axis-main);}
.strong-tile .main-block{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:var(--tone-light);color:#F4FBFC;transition:background 470ms var(--delay-entry);}
.strong-tile .main-block:hover{background:#0A646D;color:var(--ink-base);}
.strong-tile .compact-brand{font-size:calc(19.5px * .875);color:#0E7C86;border-bottom:1px solid transparent;padding-bottom:2px;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry);}
.strong-tile .compact-brand:hover{color:inherit;border-color:#FF3D6E;}
@media (max-width:640px){.strong-tile .clear-details{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);}.strong-tile .main-block{width:100%;}
}
.compact-note{
  --axis-main:calc(1.5rem * 0.9);
  --field-local:1px;
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#F6F8FA;
  color:#0E1319;
}
.compact-note .narrow-section{max-width:1400px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--axis-main);}
.compact-note h2,
.compact-note h3,
.compact-note p{margin:0;}
.compact-note h2{font-size:calc(19.5px * 2);
  line-height:1.14;}
.compact-note h3{font-size:calc(19.5px * 1.35);
  line-height:1.22;}
.compact-note p{font-size:19.5px;
  line-height:1.65;}
.compact-note .plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.compact-note .content-unit{}
.compact-note .primary-proof{display:flex;
  flex-direction:column;
  gap:0;
  border-top:var(--field-local) solid var(--ink-panel);}
.compact-note .narrow-frame{min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--field-local) solid var(--ink-panel);}
.compact-note .simple-wrap{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.compact-note .simple-wrap p{}
.compact-note .clear-details{font-size:calc(19.5px * .875);}
.compact-note .clear-details a{text-decoration:none;
  border-bottom:var(--field-local) solid #0E7C86;}
.compact-note .clear-details a:hover{border-bottom-color:#FF3D6E;}
@media (min-width:900px){.compact-note .narrow-section{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    column-gap:2.39rem;
    row-gap:var(--axis-main);
    align-items:start;
  }.compact-note .plan{
    grid-column:1;
    position:sticky;
    top:1.5rem;
  }.compact-note .primary-proof{
    grid-column:2;
  }.compact-note .clear-details{
    grid-column:2;
  }
}
.offer-panel{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#F4FBFC;
  }
.offer-panel .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(2.39rem * 1.5));
    border-left:2px solid color-mix(in srgb,currentColor 28%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.offer-panel h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,5.2vw,calc(19.5px * 2.65));
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.01em;}
.offer-panel .simple-wrap{margin:0;}
.offer-panel p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.5px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.offer-panel{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.offer-panel .quiet-fields{
      padding-left:1.43rem;
    }.offer-panel h1{
      max-width:100%;
    }
  }
.text-headline{--axis-main:calc(1.5rem * 1.12);--layer-local:calc(1400px / 2.15);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC;}
.text-headline .narrow-section{max-width:1400px;margin:0 auto;}
.text-headline h1,.text-headline h2,.text-headline h3,.text-headline p{margin:0;}
.text-headline h1{font-size:calc(19.5px * 2.65);line-height:1.08;}
.text-headline h2{font-size:calc(19.5px * 2);line-height:1.12;}
.text-headline h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.text-headline p{font-size:19.5px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.text-headline a{color:inherit;text-decoration:none;}
.text-headline .main-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:#F4FBFC;color:var(--tone-light);}
.text-headline .content-unit{margin-top:calc(1.5rem / 2);}
.text-headline .text-plan{font-size:calc(19.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.text-headline .primary-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;margin-top:var(--axis-main);}
.text-headline .narrow-frame{flex:1 1 calc(1400px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.text-headline .narrow-frame p{margin-top:calc(1.5rem / 3);}
.text-headline .narrow-frame .main-body{font-size:calc(19.5px * .875);letter-spacing:0.03em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.text-headline .open-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.text-headline .open-links>.simple-wrap{flex:1 1 auto;min-width:0;}
.text-headline .open-links>.main-block{flex:0 0 auto;}
.text-headline .open-links>.primary-proof{flex:1 1 100%;}
.text-headline .simple-wrap h2{margin-top:calc(1.5rem / 2);}
@media (max-width: 720px){.text-headline .narrow-frame{flex:1 1 100%;}
}
.team-grid{--axis-main:calc(1.5rem * 1.15);--state-main:calc(1400px / 14);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.team-grid .narrow-section{max-width:1400px;margin:0 auto;}
.team-grid h2,.team-grid h3,.team-grid p,.team-grid ol,.team-grid li{margin:0;}
.team-grid h2{font-size:calc(19.5px * 2);line-height:1.14;}
.team-grid h3{font-size:calc(19.5px * 1.35);line-height:1.25;}
.team-grid p{font-size:19.5px;line-height:1.65;}
.team-grid .plan{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.team-grid .content-unit{color:var(--surface-warm);}
.team-grid .primary-proof{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--axis-main);margin-top:calc(1.5rem * 1.4);}
.team-grid .narrow-frame{display:flex;gap:1.43rem;align-items:flex-start;padding-top:var(--axis-main);border-top:1px solid var(--ink-panel);}
.team-grid .narrow-frame:first-child{border-top:0;padding-top:0;}
.team-grid .team-service{flex:0 0 auto;min-width:var(--state-main);font-size:calc(19.5px * 1.125);line-height:1.2;color:inherit;letter-spacing:0.04em;}
.team-grid .values{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);min-width:0;}
.team-grid .text-plan{margin-top:calc(1.5rem * 1.5);padding:calc(1.5rem * .75) 1.43rem;background:#EDF2F6;color:var(--surface-warm);border-radius:0.79rem;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.team-grid .text-plan p{color:var(--surface-warm);}
.team-grid .clear-details{font-size:calc(19.5px * .875);}
.team-grid .clear-details a{color:#0E7C86;text-decoration:underline;text-underline-offset:3px;}
.team-grid .clear-details a:hover{color:inherit;}
@media (max-width:640px){.team-grid .narrow-frame{flex-direction:column;gap:calc(1.5rem / 4);}.team-grid .team-service{min-width:0;}
}
.fresh-shell{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.43rem;
    background:var(--tone-main,linear-gradient(180deg,#0B1016,#0E7C86));
    color:#F4FBFC;
  }
.fresh-shell .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:clamp(1.5rem,4vw,2.39rem);
    align-items:flex-start;}
.fresh-shell .content-unit{flex:1 1 22rem;
    min-width:0;}
.fresh-shell h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.5px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.fresh-shell .plan{margin:clamp(1rem,2vw,calc(2.39rem * 1.5)) 0 0;
    font-size:clamp(1rem,1.3vw,calc(19.5px * 1.125));
    line-height:1.65;
    color:color-mix(in srgb,currentColor 82%,transparent);}
.fresh-shell .simple-wrap{flex:1 1 24rem;
    min-width:0;
    padding-top:clamp(0.25rem,1vw,0.75rem);
    border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);}
.fresh-shell .simple-wrap p{margin:0 0 clamp(0.9rem,1.6vw,1.5rem);
    font-size:19.5px;
    line-height:1.72;
    color:color-mix(in srgb,currentColor 76%,transparent);}
.fresh-shell .simple-wrap p:last-child{margin-bottom:0;}
@media (max-width:720px){.fresh-shell{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.fresh-shell .quiet-fields{
      flex-direction:column;
      gap:1.5rem;
    }.fresh-shell .simple-wrap{
      border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
      padding-top:1.5rem;
    }
  }
.soft-stack{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);
  color: #F4FBFC;
}
.soft-stack .narrow-section{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;}
.soft-stack .active-details{margin: 0 0 calc(2.39rem * 1.5);
  padding: 1.5rem 0;}
.soft-stack h2{margin: 0;
  font-size: calc(19.5px * 2.65);
  line-height: 1.05;}
.soft-stack .active-details p{margin: 1.5rem 0 0;
  font-size: calc(19.5px * 1.125);
  line-height: 1.65;}
.soft-stack .plain-actions{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.39rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.soft-stack .submit{display: flex;
  flex-wrap: wrap;
  gap: 2.39rem;
  flex: 1 1 22rem;}
.soft-stack .submit p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.65;}
.soft-stack .image{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.soft-stack .image a{color: inherit;
  font-size: calc(19.5px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.soft-stack .contact-menu{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.soft-stack .contact-menu a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.65;}
.soft-stack .contact-menu span{display: block;
  margin-top: .35rem;
  font-size: calc(19.5px * .875);
  opacity: .7;}
@media (max-width: 720px) {.soft-stack .plain-actions,
  .soft-stack .submit{
    display: block;
  }.soft-stack .submit p + p{
    margin-top: calc(1.5rem * .75);
  }.soft-stack .image{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.soft-stack .contact-menu a{
    flex: 1 1 100%;
  }
}
.secondary-items{--axis-main:calc(1.5rem * 1.39);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.secondary-items .narrow-section{max-width:1400px;margin:0 auto;}
.secondary-items h2,.secondary-items h3,.secondary-items p{margin:0;}
.secondary-items h2{font-size:calc(19.5px * 2);line-height:1.12;}
.secondary-items h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.secondary-items p{font-size:19.5px;line-height:1.65;color:var(--surface-warm);}
.secondary-items a{color:#0E7C86;text-decoration:none;}
.secondary-items a:hover{color:inherit;}
.secondary-items .open-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.secondary-items .simple-wrap{flex:1 1 auto;min-width:0;}
.secondary-items .simple-wrap .content-unit{margin-top:1.5rem;}
.secondary-items .main-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:var(--tone-light);color:#F4FBFC;}
.secondary-items .main-block:hover{background:#0A646D;color:#F4FBFC;}
.secondary-items .offer-quote{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--axis-main);margin-top:calc(2.39rem * 1.5);}
.secondary-items .narrow-frame{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.61rem;background:var(--tone-inverse);color:var(--ink-base);border:1px solid var(--ink-panel);}
.secondary-items .narrow-frame p{margin-top:calc(1.5rem / 3);}
.offer-contact{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC;}
.offer-contact .narrow-section{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.offer-contact .plain-tile p{margin:0;font-weight:700;font-size:calc(19.5px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.offer-contact .plain-tile h2{margin:1.43rem 0 0;font-size:calc(19.5px * 2);line-height:1.2;}
.offer-contact .content-unit p{margin:0;font-size:19.5px;line-height:1.65;}
.offer-contact .content-fields{display:flex;flex-wrap:wrap;gap:2.39rem;}
.offer-contact .narrow-frame{flex:1 1 300px;border-radius:0.79rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * .75);box-shadow:0 1px 5px rgba(0,0,0,0.13);}
.offer-contact .narrow-figure{display:inline-block;font-size:calc(19.5px * .875);font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:2px 8px;border-radius:0.25rem;background:var(--paint-card);color:#FFFFFF;}
.offer-contact .narrow-frame h3{margin:1.43rem 0;font-size:calc(19.5px * 1.35);}
.offer-contact .narrow-frame p{margin:0;line-height:1.65;}
.offer-contact .text-plan{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(2.39rem * 1.5);display:flex;flex-direction:column;gap:1.43rem;}
.offer-contact .text-plan p{margin:0;line-height:1.65;}
.offer-contact .clear-details{font-size:calc(19.5px * .875);opacity:.9;}
.offer-contact a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.offer-contact a:hover{}
.primary-list{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#EAF1F5;
  }
.primary-list .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.39rem * 1.5);
    border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);
    padding-top:clamp(1.2rem,3vw,calc(2.39rem * 1.5));}
.primary-list .simple-wrap{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,1.5rem);}
.primary-list h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.2vw,calc(19.5px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.primary-list p{margin:0;
    max-width:52ch;
    font-size:clamp(1rem,1.32vw,calc(19.5px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:640px){.primary-list{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.primary-list h1{max-width:100%;}.primary-list p{max-width:100%;}
  }
.direct-section{
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: #F6F8FA;
        color: #0E1319;
    }
.direct-section .narrow-section{max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(2.39rem * 1.5);
        align-items: start;}
.direct-section .content-unit{position: sticky;
        top: 1.5rem;
        padding-right: calc(1.5rem * .75);}
.direct-section h2{margin: 0;
        font-size: calc(19.5px * 2);
        line-height: 1.1;}
.direct-section .content-unit p{margin: calc(1.5rem * .75) 0 0;
        font-size: 19.5px;
        line-height: 1.65;}
.direct-section .soft-quote{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.direct-section .bottom-headline{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--ink-panel);
        border-left: 3px solid var(--paint-card);
        border-radius: 0.61rem;
        background: var(--tone-inverse);
        color: var(--ink-base);
        box-shadow: 0 1px 5px rgba(0,0,0,0.13);
    }
.direct-section .contact-copy{font-size: 19.5px;
        line-height: 1.65;}
.direct-section .media-body{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--ink-panel);
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem calc(1.5rem * .75);
        align-items: baseline;
        justify-content: space-between;}
.direct-section .media-body strong{font-size: calc(19.5px * .875);
        letter-spacing: 0.02em;}
.direct-section .media-body span{font-size: calc(19.5px * .875);}
@media (max-width: 900px) {.direct-section .narrow-section{
            grid-template-columns: 1fr;
        }.direct-section .content-unit{
            position: static;
            padding-right: 0;
        }
    }
@media (max-width: 560px) {.direct-section .bottom-headline{
            border-left-width: 2px;
        }.direct-section .media-body{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.focused-copy{--axis-main:calc(1.5rem * 1.2);--layer-local:calc(1400px / 3.1);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.focused-copy .narrow-section{max-width:1400px;margin:0 auto;}
.focused-copy h2,.focused-copy h3,.focused-copy p{margin:0;}
.focused-copy h2{font-size:calc(19.5px * 2);line-height:1.12;}
.focused-copy h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.focused-copy p{font-size:19.5px;line-height:1.65;}
.focused-copy a{color:#0E7C86;text-decoration:none;font-size:calc(19.5px * .875);}
.focused-copy a:hover{color:inherit;}
.focused-copy .contact-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.focused-copy .contact-shell>h2{flex:1 1 calc(1400px / 3);min-width:0;}
.focused-copy .contact-shell>.content-unit{flex:1 1 calc(1400px / 3);min-width:0;color:var(--surface-warm);}
.focused-copy .primary-proof{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);flex:1 1 100%;}
.focused-copy .narrow-frame{flex:1 1 calc(1400px / 4.2);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.61rem;background:var(--tone-inverse);color:var(--ink-base);border:1px solid var(--ink-panel);}
.focused-copy .narrow-frame p{margin-top:calc(1.5rem / 3);color:var(--surface-warm);}
.focused-copy .narrow-frame a{display:inline-block;margin-top:calc(1.5rem / 2.5);}
.top-method{--axis-main:calc(1.5rem * 1.2);--layer-local:calc(1400px / 2.4);--label-button:calc(1400px / 3.4);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.top-method .narrow-section{max-width:1400px;margin:0 auto;}
.top-method h2,.top-method h3,.top-method p{margin:0;}
.top-method h2{font-size:calc(19.5px * 2);line-height:1.14;}
.top-method h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.top-method p{font-size:19.5px;line-height:1.65;}
.top-method .content-unit{margin-top:1.5rem;}
.top-method img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.top-method .public-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.top-method .public-body>.simple-wrap{flex:1 1 calc(1400px / 3);min-width:0;}
.top-method .public-body>.primary-proof{flex:2 1 calc(1400px / 2);display:flex;flex-direction:column;gap:var(--axis-main);min-width:0;}
.top-method .public-body>img{flex:0 1 var(--label-button);margin-left:auto;align-self:stretch;}
.top-method .narrow-frame{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--ink-panel);}
.top-method .narrow-frame:last-child{border-bottom:0;padding-bottom:0;}
.top-method .narrow-frame p{margin-top:calc(1.5rem / 3);}
.top-method .clear-details{max-width:1400px;margin:calc(2.39rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:2.39rem;}
.top-method .clear-details a{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:var(--tone-light);color:#F4FBFC;text-decoration:none;font-size:calc(19.5px * .875);transition:background 470ms var(--delay-entry);}
.top-method .clear-details a:hover{background:#0A646D;color:var(--ink-base);}
@media (max-width:900px){.top-method .public-body>img{flex:1 1 100%;margin-left:0;}
}
.media-list{padding:calc(calc(1.5rem * 2.4)*.68) 1.43rem;background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));color:#EAF1F5;}
.media-list .quiet-fields{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.39rem;align-items:flex-start;}
.media-list .content-unit{flex:1 1 22rem;min-width:0;border-left:2px solid color-mix(in srgb,currentColor 34%,transparent);padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.media-list h1{margin:0;font-size:clamp(2rem,5.2vw,calc(19.5px * 2.65));line-height:1.04;font-weight:750;letter-spacing:-0.01em;}
.media-list .simple-wrap{margin-top:clamp(1rem,2vw,1.5rem);display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.media-list p{margin:0;font-size:clamp(1rem,1.32vw,calc(19.5px * 1.125));line-height:1.7;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.media-list{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.media-list .quiet-fields{gap:calc(2.39rem * 1.5);}.media-list .content-unit{padding-left:1.43rem;}
  }
.page-intro{--axis-main:calc(1.5rem * 1.05);--layer-local:calc(1400px / 2.6);--label-button:calc(1400px / 4);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.page-intro .narrow-section{max-width:1400px;margin:0 auto;}
.page-intro h2,.page-intro h3,.page-intro p{margin:0;}
.page-intro h2{font-size:calc(19.5px * 2);line-height:1.14;}
.page-intro h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.page-intro p{font-size:19.5px;line-height:1.65;color:var(--surface-warm);}
.page-intro img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.page-intro .primary-proof{display:flex;flex-direction:column;gap:var(--axis-main);}
.page-intro .narrow-frame{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--ink-panel);}
.page-intro .narrow-frame:last-child{border-bottom:0;padding-bottom:0;}
.page-intro .narrow-frame p{margin-top:calc(1.5rem / 3);}
.page-intro .narrow-frame a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(19.5px * .875);color:#0E7C86;text-decoration:none;border-bottom:1px solid #0E7C86;padding-bottom:2px;}
.page-intro .narrow-frame a:hover{color:inherit;border-bottom-color:#FF3D6E;}
.page-intro .public-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.page-intro .public-body>.simple-wrap{flex:1 1 calc(1400px / 3);min-width:0;}
.page-intro .public-body>.primary-proof{flex:2 1 calc(1400px / 2);}
.page-intro .public-body>img{flex:1 1 calc(var(--label-button));max-width:var(--label-button);margin-left:auto;}
.page-intro .simple-wrap .content-unit{margin-top:1.5rem;}
@media (max-width:820px){.page-intro .public-body>img{max-width:100%;margin-left:0;}
}
.offer-media{padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319}
.offer-media .narrow-section{max-width:1400px;margin:0 auto}
.offer-media .strong-proof{margin-bottom:calc(2.39rem * 1.5)}
.offer-media h2{margin:0;font-size:calc(19.5px * 2);line-height:1.08}
.offer-media .strong-proof p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65;}
.offer-media .text-view{display:flex;align-items:flex-start;gap:calc(2.39rem * 1.5);flex-wrap:wrap}
.offer-media .offer-quote{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.offer-media button{max-width:100%;padding:.35rem 0;border:0;border-bottom:1px solid transparent;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.offer-media button:hover,.offer-media button.is-active{opacity:1;border-bottom-color:var(--paint-card)}
.offer-media .primary-stack{flex:2 1 26rem;align-self:start}
.offer-media [data-response]{display:none}
.offer-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(470ms*1.6) var(--delay-entry) both}
.offer-media h3{margin:0;font-size:calc(19.5px * 1.35);line-height:1.15}
.offer-media [data-response] p{margin:1.5rem 0 0;font-size:19.5px;line-height:1.65}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.39rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.offer-media .text-view{display:block}.offer-media .offer-quote{margin-bottom:calc(2.39rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.offer-media [data-response].is-active{animation:none}}
.page-section{padding:calc(calc(1.5rem * 2.4)*.7) 1.43rem;background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));color:#EAF1F5;}
.page-section .quiet-fields{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.page-section .content-unit{display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,1.5rem);border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:clamp(1.1rem,2.4vw,calc(2.39rem * 1.5));}
.page-section h1{margin:0;font-size:clamp(2rem,5.4vw,calc(19.5px * 2.65));line-height:1.05;font-weight:700;letter-spacing:-0.01em;}
.page-section .simple-wrap{display:block;}
.page-section p{margin:0;font-size:clamp(1rem,1.35vw,calc(19.5px * 1.125));line-height:1.72;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:640px){.page-section{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.page-section h1{font-size:clamp(1.75rem,8vw,2.6rem);}
  }
.active-entries{
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: #F6F8FA;
        color: #0E1319
    }
.active-entries .narrow-section{max-width: 1400px;
        margin: 0 auto}
.active-entries .soft-quote{display: flex;
        flex-wrap: wrap;
        gap: calc(2.39rem * 1.5);
        align-items: flex-start}
.active-entries .plan{flex: 1 1 22rem;
        min-width: 0}
.active-entries h2{margin: 0;
        font-size: calc(19.5px * 2);
        line-height: 1.1}
.active-entries .plan p{margin: 1.5rem 0 0;
        font-size: calc(19.5px * 1.125);
        line-height: 1.65;
        color: var(--surface-warm)}
.active-entries ul{flex: 1 1 34rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.active-entries li{display: flex;
        gap: 2.39rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.active-entries li + li{border-top: 1px solid var(--ink-panel)}
.active-entries strong{flex: 0 1 14rem;
        min-width: 0;
        font-size: calc(19.5px * 1.35);
        line-height: 1.18}
.active-entries span{flex: 1 1 22rem;
        min-width: 0;
        line-height: 1.65;
        color: var(--surface-warm)}
@media (max-width: 760px) {.active-entries .soft-quote, .active-entries li{
            display: block
        }.active-entries ul{
            margin-top: calc(2.39rem * 1.5)
        }.active-entries span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-brand{--axis-main:calc(1.5rem * 1.2);--state-content:calc(1400px / 3.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#EDF2F6;color:var(--surface-warm);}
.text-brand .narrow-section{max-width:1400px;margin:0 auto;}
.text-brand h2,.text-brand h3,.text-brand p{margin:0;}
.text-brand h2{font-size:calc(19.5px * 2);line-height:1.14;}
.text-brand h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.text-brand p{font-size:19.5px;line-height:1.65;}
.text-brand a{color:inherit;text-decoration:none;}
.text-brand .text-plan{font-size:calc(19.5px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.7;}
.text-brand .simple-wrap h2{margin-top:calc(1.5rem / 3);}
.text-brand .content-unit{margin-top:calc(2.39rem * 1.5);}
.text-brand .main-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.25rem;background:var(--tone-light);color:#F4FBFC;font-size:calc(19.5px * .875);}
.text-brand .main-block:hover{background:#0A646D;color:var(--ink-base);}
.text-brand .open-links{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.39rem;}
.text-brand .open-links>.simple-wrap{flex:1 1 60%;min-width:0;}
.text-brand .open-links>.main-block{flex:0 0 auto;margin-bottom:0.35rem;}
.text-brand .open-links>.primary-proof{flex:1 1 100%;}
.text-brand .primary-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;margin-top:var(--axis-main);border-top:1px solid var(--ink-panel);padding-top:var(--axis-main);}
.text-brand .narrow-frame{flex:1 1 var(--state-content);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.text-brand .narrow-frame p{opacity:0.82;}
.text-brand .narrow-frame a{font-size:calc(19.5px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;width:max-content;max-width:100%;}
.text-brand .narrow-frame a:hover{border-color:#FF3D6E;}
@media (max-width:720px){.text-brand .open-links>.simple-wrap{flex:1 1 100%;}.text-brand .narrow-frame{flex:1 1 100%;}
}
.secondary-media{padding:calc(calc(1.5rem * 2.4)*.78) 1.43rem;background:#F6F8FA;color:#0E1319;}
.secondary-media .quiet-fields{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.secondary-media .content-unit{display:flex;flex-direction:column;gap:1.5rem;border-left:2px solid var(--tone-light,#0E7C86);padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.secondary-media h1{margin:0;font-size:clamp(2rem,5.4vw,calc(19.5px * 2.65));line-height:1.05;font-weight:750;letter-spacing:-0.01em;}
.secondary-media .plan{margin:0;font-size:clamp(1.05rem,1.5vw,calc(19.5px * 1.125));line-height:1.7;}
.secondary-media .simple-wrap{display:flex;flex-direction:column;gap:1.5rem;padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.secondary-media .simple-wrap p{margin:0;font-size:19.5px;line-height:1.65;}
@media (min-width:900px){.secondary-media .quiet-fields{flex-direction:row;align-items:flex-start;gap:2.39rem;}.secondary-media .content-unit{flex:1 1 46%;}.secondary-media .simple-wrap{flex:1 1 54%;padding-left:0;padding-top:0.4rem;}
  }
@media (max-width:620px){.secondary-media{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.secondary-media .content-unit,.secondary-media .simple-wrap{padding-left:1.43rem;}
  }
.main-track{--axis-main:calc(1.5rem * 1.08);--state-content:calc(1400px / 3.1);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.main-track .narrow-section{max-width:1400px;margin:0 auto;}
.main-track h2,.main-track h3,.main-track p{margin:0;}
.main-track h2{font-size:calc(19.5px * 2);line-height:1.14;letter-spacing:-0.01em;}
.main-track h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.main-track p{font-size:19.5px;line-height:1.65;}
.main-track .content-unit{color:var(--surface-warm);}
.main-track a{color:#0E7C86;text-decoration:underline;text-underline-offset:3px;}
.main-track a:hover{color:inherit;}
.main-track .contact-shell{display:flex;flex-wrap:wrap;gap:2.39rem;align-items:flex-start;}
.main-track .contact-shell>h2{flex:1 1 var(--state-content);min-width:0;}
.main-track .contact-shell>.content-unit{flex:1 1 var(--state-content);min-width:0;}
.main-track .primary-proof{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:calc(calc(2.39rem * 1.5) * .6);}
.main-track .narrow-frame{flex:1 1 var(--state-content);min-width:0;padding-top:calc(calc(1.5rem * .75) * .7);border-top:1px solid var(--ink-panel);}
.main-track .narrow-frame p{margin-top:calc(1.5rem / 3);color:var(--surface-warm);}
.main-track .clear-details{flex:1 1 100%;margin-top:calc(2.39rem * 1.5);font-size:calc(19.5px * .875);color:var(--surface-warm);}
@media (max-width:720px){.main-track .contact-shell>h2,.main-track .contact-shell>.content-unit,.main-track .narrow-frame{flex:1 1 100%;}
}
.fresh-headline{--axis-main:calc(1.5rem * 1.02);--layer-local:calc(1400px / 3.15);--label-button:calc(1400px / 3.11);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--paint-card);color:#FFFFFF;}
.fresh-headline .narrow-section{max-width:1400px;margin:0 auto;}
.fresh-headline h1,.fresh-headline h2,.fresh-headline h3,.fresh-headline p{margin:0;}
.fresh-headline h1{font-size:calc(19.5px * 2.65);line-height:1.08;}
.fresh-headline h2{font-size:calc(19.5px * 2);line-height:1.12;}
.fresh-headline h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.fresh-headline p{font-size:19.5px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-headline a{color:inherit;text-decoration:none;}
.fresh-headline img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.fresh-headline .main-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:#FFFFFF;color:var(--paint-card);}
.fresh-headline .primary-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;margin-top:var(--axis-main);}
.fresh-headline .narrow-frame{flex:1 1 calc(1400px / 4);min-width:0;}
.fresh-headline .narrow-frame p{margin-top:calc(1.5rem / 3);}
.fresh-headline .narrow-frame img{margin-bottom:calc(1.5rem / 2);}
.fresh-headline .compact-fields{text-align:center;}
.fresh-headline .compact-fields>.content-unit{margin:1.5rem auto 0;}
.fresh-headline .compact-fields>img{margin:var(--axis-main) auto 0;}
.fresh-headline .text-plan{margin-top:var(--axis-main);font-size:calc(19.5px * .875);}
.fresh-headline .text-plan a{text-decoration:underline;text-underline-offset:3px;}
.plain-quote{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016 0%,#0E7C86 55%,#17C3C9 100%));
    color:#F4FBFC;
  }
.plain-quote .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.39rem * 1.5);
    border-left:2px solid color-mix(in srgb,currentColor 28%,transparent);
    padding-left:clamp(1.1rem,3.2vw,calc(2.39rem * 1.5));}
.plain-quote h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,4.6vw,calc(19.5px * 2.65));
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.01em;}
.plain-quote .simple-wrap{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
    padding-top:1.5rem;}
.plain-quote p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(19.5px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:640px){.plain-quote{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.plain-quote .quiet-fields{
      padding-left:1.43rem;
      gap:1.5rem;
    }.plain-quote h1{max-width:100%;}
  }
.secondary-actions{
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);
        color: #F4FBFC;
    }
.secondary-actions .narrow-section{max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(2.39rem * 1.5);
        align-items: start;}
.secondary-actions .content-unit{position: sticky;
        top: 1.5rem;}
.secondary-actions h2{margin: 0;
        font-size: calc(19.5px * 2);
        line-height: 1.1;}
.secondary-actions .content-unit p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(19.5px * 1.125);
        line-height: 1.65;}
.secondary-actions .soft-quote{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.secondary-actions .bottom-headline{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--ink-panel);
        border-radius: 0.79rem;
        background: var(--tone-inverse);
        color: var(--ink-base);
        box-shadow: 0 1px 5px rgba(0,0,0,0.13);
    }
.secondary-actions .contact-copy{font-size: 19.5px;
        line-height: 1.65;}
.secondary-actions .media-body{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 2.39rem;
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(19.5px * .875);}
.secondary-actions .media-body strong{font-size: 19.5px;}
@media (max-width: 900px) {.secondary-actions .narrow-section{
            grid-template-columns: 1fr;
        }.secondary-actions .content-unit{
            position: static;
        }
    }
@media (max-width: 560px) {.secondary-actions .media-body{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.content-details{--axis-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.content-details .narrow-section{max-width:1400px;margin:0 auto;}
.content-details h2,.content-details h3,.content-details p{margin:0;}
.content-details h2{font-size:calc(19.5px * 2);line-height:1.14;}
.content-details h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.content-details p{font-size:19.5px;line-height:1.65;color:var(--surface-warm);}
.content-details .plain-tile{display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);}
.content-details .content-unit{color:var(--surface-warm);}
.content-details .offer-quote{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:calc(2.39rem * 1.5);}
.content-details .narrow-frame{padding:calc(1.5rem * .75) 1.5rem;border-left:2px solid var(--paint-card);background:var(--tone-inverse);color:var(--ink-base);border-radius:0 0.61rem 0.61rem 0;}
.content-details .narrow-frame p{margin-top:calc(1.5rem / 3.5);color:var(--surface-warm);}
.content-details .narrow-frame a{color:#0E7C86;text-decoration:none;border-bottom:1px solid currentColor;}
.content-details .narrow-frame a:hover{color:inherit;}
.content-details .clear-details{display:flex;flex-wrap:wrap;align-items:baseline;gap:2.39rem;margin-top:calc(2.39rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-panel);}
.content-details .narrow-quote{font-size:calc(19.5px * .875);color:var(--surface-warm);}
.content-details .clear-details a{color:#0E7C86;text-decoration:none;font-size:calc(19.5px * .875);}
.content-details .clear-details a:hover{color:inherit;}
@media (max-width:720px){.content-details .clear-details{flex-direction:column;gap:calc(2.39rem / 2);}
}
.secondary-area{
  --axis-main:calc(1.5rem * 1.15);
  --state-content:calc(1400px / 3.3);
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#F6F8FA;
  color:#0E1319;
}
.secondary-area .narrow-section{max-width:1400px;
  margin:0 auto;}
.secondary-area h2,
.secondary-area h3,
.secondary-area p{margin:0;}
.secondary-area h2{font-size:calc(19.5px * 2);
  line-height:1.14;}
.secondary-area h3{font-size:calc(19.5px * 1.35);
  line-height:1.22;}
.secondary-area p{font-size:19.5px;
  line-height:1.65;}
.secondary-area a{text-decoration:none;}
.secondary-area a:hover{}
.secondary-area .plan{display:flex;
  flex-wrap:wrap;
  gap:2.39rem;
  align-items:flex-start;
  padding-bottom:calc(2.39rem * 1.5);
  border-bottom:1px solid var(--ink-panel);}
.secondary-area .plan>h2{flex:1 1 calc(1400px / 3);
  min-width:0;}
.secondary-area .plan>.content-unit{flex:1 1 calc(1400px / 2.6);
  min-width:0;}
.secondary-area .primary-proof{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-main);
  margin-top:calc(2.39rem * 1.5);}
.secondary-area .narrow-frame{
  flex:1 1 var(--state-content);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.61rem;
  background:var(--tone-inverse);
  color:var(--ink-base);
  border:1px solid var(--ink-panel);
  box-shadow:0 1px 5px rgba(0,0,0,0.13);
}
.secondary-area .narrow-frame p{margin-top:calc(1.5rem / 3.2);}
.secondary-area .text-plan{
  margin-top:calc(2.39rem * 1.5);
  padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.1);
  border-radius:0.25rem;
  background:#EDF2F6;
  color:var(--surface-warm);
  font-size:calc(19.5px * .875);
}
@media (max-width:720px){.secondary-area .plan>h2,
  .secondary-area .plan>.content-unit{
    flex:1 1 100%;
  }.secondary-area .narrow-frame{
    flex:1 1 100%;
  }
}
.focused-story{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.43rem;
    background:var(--tone-main,linear-gradient(135deg,#0B1016,#0E7C86 55%,#17C3C9));
    color:#F4FBFC;
  }
.focused-story .quiet-fields{max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(2.39rem * 1.5));
    padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));
    border-left:1px solid rgba(244,251,252,0.32);}
.focused-story h1{margin:0;
    max-width:18ch;
    font-size:clamp(1.95rem,5.4vw,calc(19.5px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.focused-story .simple-wrap{padding-top:clamp(.4rem,1vw,1.5rem);}
.focused-story p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(19.5px * 1.125));
    line-height:1.7;
    color:rgba(244,251,252,0.82);}
@media (max-width:620px){.focused-story{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.focused-story .quiet-fields{padding-left:1.43rem;}.focused-story h1{max-width:100%;}
  }
.public-feature{--axis-main:calc(1.5rem * 0.93);--layer-local:calc(1400px / 2.17);--label-strong:calc(1400px / 3.23);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC;}
.public-feature .narrow-section{max-width:1400px;margin:0 auto;}
.public-feature h1,.public-feature h2,.public-feature h3,.public-feature p,.public-feature ul{margin:0;}
.public-feature h1{font-size:calc(19.5px * 2.65);line-height:1.1;}
.public-feature h2{font-size:calc(19.5px * 2);line-height:1.12;}
.public-feature h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.public-feature p{font-size:19.5px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-feature a{color:inherit;text-decoration:none;}
.public-feature img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.public-feature .main-block{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#F4FBFC;color:var(--tone-light);}
.public-feature .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 84%, transparent);}
.public-feature .centered{text-align:center;}
.public-feature .offset{padding-inline-start:calc(1.43rem / 2);}
.public-feature .fresh-contact{padding-block:calc(var(--axis-main) / 2);}
.public-feature .open{padding-block-start:var(--axis-main);}
.public-feature .narrow-method{padding-block-end:calc(var(--axis-main) / 3);}
.public-feature .direct-menu{max-width:1400px;}
.public-feature .soft-start{padding-inline-start:calc(1.5rem * .75);}
.public-feature .start{row-gap:calc(var(--axis-main) * 1.2);}
.public-feature .soft-feature{row-gap:calc(var(--axis-main) * .7);}
.public-feature .measured{column-gap:calc(2.39rem * .85);}
.public-feature .relaxed{column-gap:calc(2.39rem * 1.12);}
.public-feature .page-list{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.public-feature .content-unit{margin-top:1.5rem;max-width:calc(1400px / 2);}
.public-feature .steady-footer{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.public-feature .narrow-frame{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.public-feature .narrow-frame p{margin-top:calc(1.5rem / 3);}
.public-feature .narrow-frame a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
@media (max-width:720px){.public-feature .content-unit{max-width:none;}.public-feature .narrow-frame{padding-inline-start:calc(1.5rem * .75);}
}
.active-nav{--axis-main:calc(1.5rem * 1.08);--label-button:calc(1400px / 3.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.active-nav .narrow-section{max-width:1400px;margin:0 auto;}
.active-nav h2,.active-nav h3,.active-nav p{margin:0;}
.active-nav h2{font-size:calc(19.5px * 2);line-height:1.12;}
.active-nav h3{font-size:calc(19.5px * 1.35);line-height:1.22;}
.active-nav p{font-size:19.5px;line-height:1.65;}
.active-nav a{color:#0E7C86;text-decoration:none;border-bottom:1px solid transparent;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry);}
.active-nav a:hover{color:inherit;border-bottom-color:#FF3D6E;}
.active-nav img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.active-nav .simple-wrap .content-unit{margin-top:1.5rem;}
.active-nav .simple-wrap .text-plan{margin-top:calc(1.5rem / 2);font-size:calc(19.5px * .875);color:var(--surface-warm);}
.active-nav .primary-proof{display:flex;flex-direction:column;gap:var(--axis-main);}
.active-nav .narrow-frame{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-panel);}
.active-nav .narrow-frame p{margin-top:calc(1.5rem / 3);}
.active-nav .public-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.39rem;}
.active-nav .public-body>.simple-wrap{flex:1 1 calc(1400px / 3);min-width:0;}
.active-nav .public-body>.primary-proof{flex:2 1 calc(1400px / 2);}
.active-nav .public-body>img{flex:0 0 var(--label-button);margin-left:auto;max-width:100%;}
@media (max-width:900px){.active-nav .public-body>img{flex:1 1 100%;margin-left:0;}
}
.focused-actions{padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319}
.focused-actions .narrow-section{width:min(100%,calc(1400px*.62));margin:0 auto}
.focused-actions .compact-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--surface-warm);font-size:calc(19.5px * .875)}
.focused-actions .compact-copy>*{min-width:0;flex:1 1 14rem}
.focused-actions h1{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.focused-actions .content-unit{margin:1.5rem 0 calc(2.39rem * 1.5);color:var(--surface-warm);font-size:calc(19.5px * 1.125);line-height:1.65}
.focused-actions .secondary-footer{margin:0 0 calc(2.39rem * 1.5);border-radius:0.79rem;overflow:hidden;background:#EDF2F6;color:var(--surface-warm);}
.focused-actions .secondary-footer img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.focused-actions .soft-list{border-top:1px solid var(--ink-panel);padding-top:1.5rem}
.focused-actions .soft-list p{margin:0 0 1.5rem;line-height:1.65}
.focused-actions .soft-list p:last-child{margin-bottom:0}
.focused-actions .clear-details{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:1.5rem;padding-top:calc(2.39rem * 1.5);border-top:1px solid var(--ink-panel)}
.focused-actions .local-tile{font-size:calc(19.5px * .875);color:var(--surface-warm)}
.focused-actions .clear-details a{color:#0E7C86;text-decoration:none;border-bottom:1px solid transparent;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.focused-actions .clear-details a:hover{color:inherit;border-bottom-color:#FF3D6E}
@media (max-width:640px){.focused-actions .compact-copy>*{flex:1 1 100%}.focused-actions .clear-details{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
}
.answer{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC}
.answer .narrow-section{max-width:1400px;margin:0 auto}
.answer .quiet-fields{display:flex;flex-wrap:wrap;gap:calc(2.39rem * 1.5);align-items:flex-start}
.answer .quiet-brand{flex:1 1 20rem;min-width:0;padding-left:1.5rem;border-left:1px solid color-mix(in srgb,#F4FBFC 26%,transparent)}
.answer .quiet-brand p{margin:0 0 calc(1.5rem * .75);line-height:1.65}
.answer .quiet-brand p:last-child{margin-bottom:0}
.answer .open-region{flex:1 1 40rem;min-width:0}
.answer h2{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.answer .content-fields{margin-top:calc(2.39rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.answer .content-fields p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F4FBFC 16%,transparent)}
.answer .content-fields p:last-child{border-bottom:0;padding-bottom:0}
.answer strong{flex:0 1 13rem;min-width:0;font-size:calc(19.5px * .875);letter-spacing:0.01em}
.answer span{flex:1 1 26rem;min-width:0;line-height:1.65}
@media(max-width:760px){.answer .quiet-fields{display:block}.answer .quiet-brand{padding-left:0;border-left:0}.answer .open-region{margin-top:calc(2.39rem * 1.5)}.answer .content-fields p{display:block}.answer span{display:block;margin-top:calc(1.5rem * .75)}.answer h2{font-size:calc(19.5px * 2)}}
.content-area{
  background: #F6F8FA;
  color: #0E1319;
  padding: calc(1.5rem * 2.4) 1.43rem;
}
.content-area .narrow-section{width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, .65fr);
  gap: 2.39rem;
  align-items: start;}
.content-area h2,
.content-area h3,
.content-area p{margin: 0;}
.content-area h2{font-size: calc(19.5px * 2);
  line-height: 1.1;}
.content-area h3{font-size: calc(19.5px * 1.35);
  line-height: 1.2;}
.content-area p{font-size: 19.5px;
  line-height: 1.65;}
.content-area .simple-wrap{display: grid;
  gap: calc(2.39rem * 1.5);}
.content-area .wide-header{
  display: grid;
  gap: calc(2.39rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #EDF2F6;
  color: var(--surface-warm);
  border: 1px solid var(--ink-panel);
}
.content-area .wide-header a{width: fit-content;
  color: #0E7C86;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 19.5px;}
.content-area .wide-header a:hover{color:inherit;}
.content-area .primary-proof{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.content-area .narrow-frame{
  flex: 1 1 17rem;
  display: grid;
  gap: calc(2.39rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.61rem;
  background: var(--tone-inverse);
  color: var(--ink-base);
  border: 1px solid var(--ink-panel);
  box-shadow: 0 1px 5px rgba(0,0,0,0.13);
}
.content-area .narrow-frame span{font-size: calc(19.5px * .875);
  color: var(--surface-warm);
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.content-area .narrow-section{
    grid-template-columns: 1fr;
  }.content-area .narrow-frame{
    flex: 1 1 100%;
  }
}
.block{padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC}
.block .narrow-section{max-width:1400px;margin:0 auto}
.block .quiet-fields{display:flex;gap:calc(2.39rem * 1.5);align-items:flex-start}
.block .quiet-brand{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,#F4FBFC 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}
.block .quiet-brand p{margin:0;font-size:calc(19.5px * .875);line-height:1.65}
.block .quiet-brand a{display:inline-flex;align-self:flex-start;border-radius:0.25rem;background:var(--paint-card);color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.5px * .875)}
.block .quiet-brand a:hover{background:#E62A5B;color:var(--ink-base);}
.block .open-region{flex:1 1 46rem;min-width:0}
.block h2{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.block .open-region>p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
.block .primary-proof{margin-top:calc(2.39rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.block .primary-proof p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#F4FBFC 18%,transparent)}
.block .primary-proof p:first-child{padding-top:0;border-top:0}
.block .primary-proof strong{flex:0 1 11rem;min-width:0;font-size:calc(19.5px * .875);letter-spacing:0.01em}
.block .primary-proof span{flex:1 1 26rem;min-width:0;line-height:1.65}
@media(max-width:820px){.block .quiet-fields{display:block}.block .quiet-brand{border-left:0;padding-left:0}.block .open-region{margin-top:calc(2.39rem * 1.5)}.block .primary-proof p{display:block}.block .primary-proof span{display:block;margin-top:calc(1.5rem * .75)}.block h2{font-size:calc(19.5px * 2)}
}
.primary-view{
  background:#F6F8FA;
  color:#0E1319;
  padding:calc(1.5rem * 2.4) 1.43rem;
}
.primary-view .narrow-section{max-width:1400px;
  margin:0 auto;}
.primary-view .plan{display:flex;
  gap:calc(2.39rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.primary-view h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.5px * 2);
  line-height:1.1;
  letter-spacing:0;}
.primary-view .plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-warm);
  line-height:1.65;}
.primary-view .fresh-intro{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.39rem;}
.primary-view .fresh-intro a{flex:1 1 18rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid var(--ink-panel);
  transition:border-color 470ms var(--delay-entry);}
.primary-view .fresh-intro a:hover{border-top-color:var(--paint-card);}
.primary-view .fresh-intro strong,
.primary-view .fresh-intro span{display:block;}
.primary-view .fresh-intro strong{font-size:19.5px;}
.primary-view .fresh-intro span{margin-top:.4rem;
  color:var(--surface-warm);
  line-height:1.65;}
.primary-view .text-plan{
  margin:calc(2.39rem * 1.5) 0 0;
  padding:calc(1.5rem * .75);
  background:var(--tone-inverse);
  color:var(--ink-base);
  border:1px solid var(--ink-panel);
  border-radius:0.79rem;
  line-height:1.65;
}
.primary-view .text-plan a{color:#0E7C86;
  text-decoration:underline;}
.primary-view .text-plan a:hover{color:inherit;}
.primary-view .clear-details{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.39rem;}
.primary-view .main-block{
  display:inline-flex;
  align-items:center;
  background:var(--tone-light);
  color:#F4FBFC;
  text-decoration:none;
  border-radius:1.1rem;
  padding:.75rem 1.15rem;
  transition:background 470ms var(--delay-entry);
}
.primary-view .main-block:hover{
  background:#0A646D;color:var(--ink-base);}
.primary-view .fresh-view{color:#0E7C86;
  text-decoration:none;
  border-bottom:1px solid var(--ink-panel);
  padding-bottom:2px;}
.primary-view .fresh-view:hover{color:inherit;
  border-bottom-color:#FF3D6E;}
@media (max-width:680px){.primary-view .plan{display:block}.primary-view .plan p{margin-top:1.5rem}.primary-view .fresh-intro{display:block}.primary-view .fresh-intro a{display:block;margin-top:2.39rem}
}
.bottom-brand{padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319}
.bottom-brand .narrow-section{width:min(100%,calc(1400px*.62));margin:0 auto}
.bottom-brand .compact-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--surface-warm);font-size:calc(19.5px * .875)}
.bottom-brand .compact-copy>*{min-width:0}
.bottom-brand h1{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.bottom-brand .content-unit{margin:1.5rem 0 calc(2.39rem * 1.5);color:var(--surface-warm);font-size:calc(19.5px * 1.125);line-height:1.65}
.bottom-brand .secondary-footer{margin:0 0 calc(2.39rem * 1.5);border-radius:0.79rem;overflow:hidden;background:var(--tone-inverse);border:1px solid var(--ink-panel);color:var(--ink-base);}
.bottom-brand .secondary-footer img{display:block;width:100%;height:auto}
.bottom-brand .soft-list{border-top:1px solid var(--ink-panel);padding-top:1.5rem}
.bottom-brand .soft-list p{margin:0 0 1.5rem;line-height:1.65}
.bottom-brand .soft-list p:last-child{margin-bottom:0}
.bottom-brand .clear-details{display:flex;flex-wrap:wrap;gap:calc(2.39rem * 1.5);margin-top:calc(2.39rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-panel);font-size:calc(19.5px * .875)}
.bottom-brand .clear-details a{color:#0E7C86;text-decoration:none;border-bottom:1px solid transparent;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.bottom-brand .clear-details a:hover{color:inherit;border-bottom-color:#FF3D6E}
@media (max-width:720px){.bottom-brand .compact-copy{flex-direction:column;gap:calc(1.5rem * .75)}.bottom-brand .clear-details{flex-direction:column;gap:calc(1.5rem * .75)}
}
.text-callout{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(120deg, #FF3D6E 0%, #FF7A3D 100%);color:#FFFFFF}
.text-callout .narrow-section{max-width:1400px;margin:0 auto}
.text-callout .local-list{display:flex;flex-wrap:wrap;gap:calc(2.39rem * 1.5);align-items:flex-start}
.text-callout .plan{flex:1 1 320px;min-width:0}
.text-callout h2{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.text-callout .plan p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
.text-callout .plan p+p{margin-top:calc(1.5rem * .75);font-size:19.5px}
.text-callout .text-feature{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-callout .text-feature a{display:block;background:color-mix(in srgb,#FFFFFF 16%,transparent);color:#FFFFFF;border-radius:0.61rem;padding:1.5rem;text-decoration:none}
.text-callout strong{display:block;font-size:calc(19.5px * 1.35);line-height:1.18}
.text-callout span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.5px * .875);line-height:1.65}
@media(max-width:780px){.text-callout .local-list{display:block}.text-callout .text-feature{margin-top:calc(2.39rem * 1.5)}.text-callout h2{font-size:calc(19.5px * 2)}}
.secondary-region{
  background: #F6F8FA;
  color: #0E1319;
  padding: calc(1.5rem * 2.4) 1.43rem;
}
.secondary-region .narrow-section{width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .38fr) minmax(0, 1fr);
  gap: 2.39rem;
  align-items: start;}
.secondary-region h2,
.secondary-region h3,
.secondary-region p{margin: 0;}
.secondary-region h2{font-size: calc(19.5px * 2); line-height: 1.1;}
.secondary-region h3{font-size: calc(19.5px * 1.35); line-height: 1.18;}
.secondary-region p{font-size: 19.5px; line-height: 1.65;}
.secondary-region .figure{
  display: grid;
  gap: calc(2.39rem * 1.5);
  align-content: start;
  padding: calc(2.39rem * 1.5);
  border-radius: 1.1rem;
  background: #0B1016;
  color: #EAF1F5;
}
.secondary-region .contact-content{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-region .quiet-header{
  display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.61rem;
  background: var(--tone-inverse);
  color: var(--ink-base);
  border: 1px solid var(--ink-panel);
  box-shadow: 0 1px 5px rgba(0,0,0,0.13);
}
.secondary-region .quiet-header b{font-size: calc(19.5px * .875);
  font-weight: 600;
  color: var(--surface-warm);
  line-height: 1.3;}
.secondary-region .quiet-header div{display: grid;
  gap: calc(2.39rem * 1.5);}
.secondary-region .text-lead{grid-column: 2;
  width: fit-content;
  margin-top: calc(2.39rem * 1.5);
  color: #0E7C86;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 19.5px;}
.secondary-region .text-lead:hover{color:inherit;}
@media (max-width: 820px) {.secondary-region .narrow-section,
  .secondary-region .quiet-header{ grid-template-columns: 1fr; }.secondary-region .text-lead{ grid-column: auto; }
}
.secondary-steps{padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC}
.secondary-steps .narrow-section{max-width:1400px;margin:0 auto}
.secondary-steps .quiet-fields{display:flex;flex-wrap:wrap;gap:calc(2.39rem * 1.5);align-items:flex-start}
.secondary-steps .quiet-brand{flex:1 1 18rem;min-width:0;order:2;border-top:1px solid color-mix(in srgb,#F4FBFC 30%,transparent);padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.secondary-steps .quiet-brand p{margin:0;font-size:calc(19.5px * .875);line-height:1.65}
.secondary-steps .quiet-brand a{display:inline-flex;align-self:flex-start;border-radius:0.25rem;background:var(--paint-card);color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.5px * .875)}
.secondary-steps .quiet-brand a:hover{background:#E62A5B;color:var(--ink-base);}
.secondary-steps .open-region{flex:1 1 40rem;min-width:0;order:1}
.secondary-steps h2{margin:0;font-size:calc(19.5px * 2);line-height:1.08}
.secondary-steps .open-region>p{margin:1.5rem 0 0;font-size:calc(19.5px * 1.125);line-height:1.65}
.secondary-steps .primary-proof{margin-top:calc(2.39rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.secondary-steps .primary-proof p{margin:0;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:baseline}
.secondary-steps .primary-proof strong{flex:0 0 9rem;font-size:calc(19.5px * .875);text-transform:uppercase;letter-spacing:0.04em}
.secondary-steps .primary-proof span{flex:1 1 22rem;min-width:0;line-height:1.65}
@media(max-width:820px){.secondary-steps .quiet-brand{order:1}.secondary-steps .open-region{order:2}.secondary-steps .primary-proof p{display:block}.secondary-steps .primary-proof span{display:block;margin-top:calc(1.5rem * .75)}.secondary-steps h2{font-size:calc(19.5px * 1.35)}
}
.contact-group{
  background:#F6F8FA;
  color:#0E1319;
  padding:calc(1.5rem * 2.4) 1.43rem;
}
.contact-group .narrow-section{max-width:1400px;
  margin:0 auto;}
.contact-group .plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.39rem * 1.5);
  align-items:flex-start;}
.contact-group h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.5px * 2);
  line-height:1.1;}
.contact-group .plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-warm);
  line-height:1.65;}
.contact-group .fresh-intro{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.39rem;}
.contact-group .fresh-intro a{flex:1 1 15rem;
  min-width:0;
  color:#0E1319;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid var(--ink-panel);}
.contact-group .fresh-intro a:hover strong{color:inherit;}
.contact-group .fresh-intro strong,
.contact-group .fresh-intro span{display:block;}
.contact-group .fresh-intro strong{font-size:19.5px;}
.contact-group .fresh-intro span{margin-top:.4rem;
  color:var(--surface-warm);
  line-height:1.65;}
.contact-group .quiet-fields{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.contact-group .strong-intro{display:flex;
  flex-wrap:wrap;
  gap:2.39rem;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid var(--ink-panel);}
.contact-group .site-brand{flex:0 1 14rem;
  min-width:0;
  font-size:calc(19.5px * .875);
  color:var(--surface-warm);}
.contact-group .text-plan{flex:1 1 20rem;
  min-width:0;
  line-height:1.65;}
.contact-group .simple-wrap{margin:calc(2.39rem * 1.5) 0 0;
  line-height:1.65;}
.contact-group .simple-wrap a{color:#0E7C86;
  text-decoration:underline;}
.contact-group .simple-wrap a:hover{color:inherit;}
.contact-group .main-block{
  display:inline-flex;
  margin-top:calc(2.39rem * 1.5);
  padding:.75rem 1.1rem;
  background:var(--tone-light);
  color:#F4FBFC;
  text-decoration:none;
  border-radius:1.1rem;
}
.contact-group .main-block:hover{
  background:#0A646D;color:var(--ink-base);}
@media (max-width:680px){.contact-group .plan{display:block}.contact-group .plan p{margin-top:1.5rem}.contact-group .fresh-intro{display:block}.contact-group .fresh-intro a{display:block;margin-top:2.39rem}.contact-group .strong-intro{display:block}.contact-group .text-plan{margin-top:.4rem}
}
.public-shell{padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319}
.public-shell .narrow-section{width:min(100%,calc(1400px*.62));margin:0 auto}
.public-shell .compact-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--surface-warm);font-size:calc(19.5px * .875)}
.public-shell .compact-copy>*{min-width:0;flex:1 1 18rem}
.public-shell h1{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05}
.public-shell .content-unit{margin:1.5rem 0 calc(2.39rem * 1.5);color:var(--surface-warm);font-size:calc(19.5px * 1.125);line-height:1.65}
.public-shell .secondary-footer{margin:0 0 calc(2.39rem * 1.5);border-radius:0.79rem;overflow:hidden;background:#EDF2F6;color:var(--surface-warm);}
.public-shell .secondary-footer img{display:block;width:100%;height:auto}
.public-shell .soft-list{border-top:1px solid var(--ink-panel);padding-top:1.5rem}
.public-shell .soft-list p{margin:0 0 1.5rem;line-height:1.65}
.public-shell .soft-list p:last-child{margin-bottom:0}
.public-shell .clear-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.39rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-panel)}
.public-shell .clear-details a{color:#0E7C86;text-decoration:none;font-size:19.5px;border-bottom:1px solid transparent;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.public-shell .clear-details a:hover{color:inherit;border-color:#FF3D6E}
@media (max-width:720px){.public-shell .narrow-section{width:100%}.public-shell .clear-details{flex-direction:column;gap:calc(2.39rem * 1.5)}
}
.simple-flow{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC}
.simple-flow .narrow-section{max-width:1400px;margin:0 auto}
.simple-flow .quiet-fields{display:flex;gap:calc(2.39rem * 1.5);align-items:flex-start}
.simple-flow .quiet-brand{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F4FBFC 28%,transparent);padding-left:1.5rem}
.simple-flow .quiet-brand p{margin:0;line-height:1.65}
.simple-flow .open-region{flex:1 1 44rem;min-width:0}
.simple-flow h2{margin:0;max-width:20ch;font-size:calc(19.5px * 2.65);line-height:1.05}
.simple-flow .content-fields{margin-top:calc(2.39rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.simple-flow .content-fields p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F4FBFC 16%,transparent)}
.simple-flow .content-fields p:last-child{border-bottom:0;padding-bottom:0}
.simple-flow strong{flex:0 1 13rem;min-width:0;font-size:calc(19.5px * .875);letter-spacing:0.02em}
.simple-flow span{flex:1 1 28rem;min-width:0;line-height:1.65}
@media(max-width:760px){.simple-flow .quiet-fields,.simple-flow .content-fields p{display:block}.simple-flow .quiet-brand{border-left:0;padding-left:0}.simple-flow .open-region{margin-top:calc(2.39rem * 1.5)}.simple-flow span{display:block;margin-top:calc(1.5rem * .75)}.simple-flow h2{font-size:calc(19.5px * 2)}}
.service-view{
  background: #F6F8FA;
  color: #0E1319;
  padding: calc(1.5rem * 2.4) 1.43rem;
}
.service-view .narrow-section{width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(15rem, .6fr);
  gap: 2.39rem;
  align-items: start;}
.service-view h2,
.service-view h3,
.service-view p{margin: 0;}
.service-view h2{font-size: calc(19.5px * 2);
  line-height: 1.1;}
.service-view h3{font-size: calc(19.5px * 1.35);
  line-height: 1.2;}
.service-view p{font-size: 19.5px;
  line-height: 1.65;}
.service-view .simple-wrap{display: grid;
  gap: calc(2.39rem * 1.5);}
.service-view .wide-header{
  display: grid;
  gap: calc(2.39rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #EDF2F6;
  color: var(--surface-warm);
  border: 1px solid var(--ink-panel);
}
.service-view .wide-header a{width: fit-content;
  color: #0E7C86;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(19.5px * .875);}
.service-view .wide-header a:hover{color:inherit;}
.service-view .primary-proof{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: calc(2.39rem * 1.5);}
.service-view .narrow-frame{
  display: grid;
  gap: calc(2.39rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.61rem;
  background: var(--tone-inverse);
  color: var(--ink-base);
  border: 1px solid var(--ink-panel);
}
.service-view .narrow-frame span{font-size: calc(19.5px * .875);
  color: var(--surface-warm);
  letter-spacing: .02em;}
@media (max-width: 860px) {.service-view .narrow-section{
    grid-template-columns: 1fr;
  }.service-view .primary-proof{
    grid-template-columns: 1fr;
  }
}
.primary-wrap{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(120deg, #FF3D6E 0%, #FF7A3D 100%);color:#FFFFFF}
.primary-wrap .narrow-section{max-width:1400px;margin:0 auto}
.primary-wrap .direct-menu{display:flex;gap:calc(2.39rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.primary-wrap .plan{flex:1 1 30rem;min-width:0}
.primary-wrap .plan h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.5px * 2);line-height:1.08}
.primary-wrap .plan .content-unit{margin:0;font-size:calc(19.5px * 1.125);line-height:1.65}
.primary-wrap .media-note{flex:1 1 26rem;min-width:0;border-left:2px solid #FFFFFF;padding-left:calc(1.5rem * .75)}
.primary-wrap .media-note p{margin:0;font-size:19.5px;line-height:1.65}
.primary-wrap ul{list-style:none;margin:calc(2.39rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6)}
.primary-wrap li{min-width:0}
.primary-wrap li a{display:inline-flex;border-radius:0.61rem;background:var(--paint-card);color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.5px * .875);transition:background 470ms var(--delay-entry)}
.primary-wrap li a:hover{background:#E62A5B;color:var(--ink-base);}
@media(max-width:760px){.primary-wrap .direct-menu{display:block}.primary-wrap .media-note{margin-top:calc(2.39rem * 1.5);border-left:none;padding-left:0;border-top:2px solid #FFFFFF;padding-top:calc(1.5rem * .75)}.primary-wrap .plan h2{font-size:calc(19.5px * 1.35)}
}
.team-actions{
  background:#F6F8FA;
  color:#0E1319;
  padding:calc(1.5rem * 2.4) 1.43rem;
}
.team-actions .narrow-section{max-width:1400px;
  margin:0 auto;}
.team-actions .plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.39rem * 1.5);
  align-items:flex-start;}
.team-actions h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.5px * 2);
  line-height:1.1;}
.team-actions .plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-warm);
  line-height:1.65;}
.team-actions .fresh-intro{margin-top:calc(2.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.39rem;}
.team-actions .fresh-intro a{flex:1 1 18rem;
  min-width:0;
  color:#0E1319;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid var(--ink-panel);
  transition:border-color 470ms var(--delay-entry);}
.team-actions .fresh-intro a:hover{border-top-color:var(--paint-card);}
.team-actions .fresh-intro strong,
.team-actions .fresh-intro span{display:block;}
.team-actions .fresh-intro strong{font-size:19.5px;}
.team-actions .fresh-intro span{margin-top:.4rem;
  color:var(--surface-warm);
  line-height:1.65;
  font-size:calc(19.5px * .875);}
.team-actions .text-plan{margin:calc(2.39rem * 1.5) 0 0;
  color:var(--surface-warm);
  font-size:calc(19.5px * .875);
  line-height:1.65;}
.team-actions .text-plan a{color:#0E7C86;
  text-decoration:none;}
.team-actions .text-plan a:hover{color:inherit;}
.team-actions .main-block{
  display:inline-flex;
  margin-top:calc(2.39rem * 1.5);
  color:#F4FBFC;
  background:var(--tone-light);
  text-decoration:none;
  border-radius:1.1rem;
  padding:.8rem 1.2rem;
  font-size:calc(19.5px * .875);
  transition:background 470ms var(--delay-entry);
}
.team-actions .main-block:hover{
  background:#0A646D;color:var(--ink-base);}
@media (max-width:680px){.team-actions .plan{display:block}.team-actions .plan p{margin-top:1.5rem}.team-actions .fresh-intro{display:block}.team-actions .fresh-intro a{display:block;margin-top:2.39rem}
}
.text-intro{padding:calc(calc(1.5rem * 2.4)*.72) 1.43rem;background:var(--tone-main,linear-gradient(180deg,#2e473a,#1f332c));color:#EAF1F5;}
.text-intro .quiet-fields{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,calc(2.39rem * 1.5));border-left:1px solid color-mix(in srgb,currentColor 32%,transparent);padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.text-intro h1{margin:0;max-width:17ch;font-size:clamp(2.05rem,5.8vw,calc(19.5px * 2.65));line-height:1.04;font-weight:750;letter-spacing:0;}
.text-intro .simple-wrap{max-width:42rem;}
.text-intro p{margin:0;font-size:clamp(1rem,1.38vw,calc(19.5px * 1.125));line-height:1.7;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.text-intro .quiet-fields{padding-left:1.43rem}.text-intro h1{max-width:100%;}.text-intro{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}}
.wide-service{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);
  color: #F4FBFC;
}
.wide-service .narrow-section{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;}
.wide-service .active-details{margin: 0 0 calc(2.39rem * 1.5);
  padding: 1.5rem 0;}
.wide-service h2{margin: 0;
  font-size: calc(19.5px * 2.65);
  line-height: 1.05;}
.wide-service .active-details p{margin: 1.5rem 0 0;
  font-size: calc(19.5px * 1.125);
  line-height: 1.65;}
.wide-service .plain-actions{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.39rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.wide-service .submit{display: flex;
  flex-wrap: wrap;
  gap: 2.39rem;}
.wide-service .submit p{flex: 1 1 20rem;
  margin: 0;
  line-height: 1.65;}
.wide-service .image{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.wide-service .image a{color: inherit;
  font-size: calc(19.5px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.wide-service .contact-menu{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.wide-service .contact-menu a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.wide-service .contact-menu span{opacity: .65;}
@media (max-width: 720px) {.wide-service .plain-actions,
  .wide-service .submit{
    display: block;
  }.wide-service .submit p + p{
    margin-top: calc(1.5rem * .75);
  }.wide-service .image{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.local-steps{padding:calc(1.5rem * 2.4) 1.43rem;background:#0B1016;color:#EAF1F5}
.local-steps .narrow-section{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.39rem * 1.5);align-items:flex-start}
.local-steps .plan{flex:1 1 22rem;min-width:0}
.local-steps h2{margin:0;font-size:calc(19.5px * 2);line-height:1.1}
.local-steps .plan p{margin:1.5rem 0 0;line-height:1.65}
.local-steps .plan .text-plan{margin-top:calc(1.5rem * .75);font-size:calc(19.5px * .875);opacity:0.78}
.local-steps form{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.local-steps fieldset{display:flex;flex-wrap:wrap;gap:2.39rem;margin:0;padding:0;border:0}
.local-steps fieldset label{flex:1 1 15rem;min-width:0}
.local-steps label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.5px * .875);letter-spacing:0.01em}
.local-steps input,.local-steps textarea{width:100%;box-sizing:border-box;padding:calc(1.5rem * .75);border:1px solid var(--ink-panel);border-radius:0.25rem;background:#F6F8FA;color:#0E1319;font:inherit}
.local-steps input:focus,.local-steps textarea:focus{outline:2px solid #FF3D6E;outline-offset:1px}
.local-steps .active-details{display:block}
.local-steps textarea{resize:vertical;min-height:6rem}
.local-steps form>p{margin:0;font-size:calc(19.5px * .875);opacity:0.78;line-height:1.65}
.local-steps button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid var(--paint-card);border-radius:0.25rem;background:var(--paint-card);color:#FFFFFF;font:inherit;cursor:pointer;transition:background 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.local-steps button:hover{background:#E62A5B;border-color:#E62A5B;color:var(--ink-base);}
@media(max-width:720px){.local-steps .narrow-section{display:block}.local-steps form{margin-top:calc(2.39rem * 1.5)}}
.featured-story{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #0B1016 0%, #0E7C86 55%, #17C3C9 100%);color:#F4FBFC}
.featured-story .narrow-section{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.39rem * 1.5);align-items:stretch}
.featured-story .simple-wrap{display:flex;flex-direction:column;gap:calc(2.39rem * 1.5);padding:2.39rem;border-radius:1.1rem;background:var(--tone-inverse);color:var(--ink-base);border:1px solid var(--ink-panel)}
.featured-story h2{margin:0;font-size:calc(19.5px * 2);line-height:1.15}
.featured-story .simple-wrap>p{margin:0;font-size:19.5px;line-height:1.65}
.featured-story .simple-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-story .strong-stack{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-panel)}
.featured-story .strong-stack:last-child{border-bottom:0;padding-bottom:0}
.featured-story .strong-stack span{display:block;font-size:calc(19.5px * .875);letter-spacing:.02em}
.featured-story .strong-stack strong{display:block;margin-top:.35rem;font-size:19.5px;font-weight:600;line-height:1.4}
.featured-story .strong-stack a{text-decoration:none;border-bottom:1px solid transparent;transition:color 470ms var(--delay-entry),border-color 470ms var(--delay-entry)}
.featured-story .strong-stack a:hover{border-bottom-color:#FF3D6E}
.featured-story .text-plan{margin:0;font-size:calc(19.5px * .875);line-height:1.55}
.featured-story .figure{min-height:clamp(24rem,48vw,38rem);border-radius:1.1rem;overflow:hidden;border:1px solid var(--ink-panel);box-shadow:0 12px 22px rgba(0,0,0,0.17);background:var(--tone-inverse);color:var(--ink-base);}
.featured-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.featured-story .narrow-section{grid-template-columns:1fr}.featured-story .figure{min-height:22rem}
}
.clear-region{background:#F6F8FA;color:#0E1319;padding:calc(1.5rem * 2.4) 1.43rem}
.clear-region .narrow-section{max-width:1400px;margin:0 auto}
.clear-region .soft-quote{display:flex;align-items:flex-start;gap:calc(2.39rem * 1.5)}
.clear-region .plan{flex:0 1 30rem;min-width:0}
.clear-region h2{margin:0;font-size:clamp(calc(19.5px * 2),5vw,calc(19.5px * 2.65));line-height:1.05;letter-spacing:0}
.clear-region p{margin:1.5rem 0 0;color:var(--surface-warm);font-size:calc(19.5px * 1.125);line-height:1.65}
.clear-region p + p{margin-top:calc(1.5rem * .75)}
.clear-region .content-fields{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--ink-panel)}
.clear-region .strong-intro{display:flex;gap:2.39rem;padding:1.5rem 0;border-bottom:1px solid var(--ink-panel);color:inherit;text-decoration:none}
.clear-region a.row:hover strong{color:inherit;}
.clear-region strong{flex:0 1 14rem;min-width:0;transition:color 470ms var(--delay-entry)}
.clear-region span{flex:1 1 20rem;min-width:0;color:var(--surface-warm);line-height:1.55}
@media(max-width:760px){.clear-region .soft-quote,.clear-region .strong-intro{flex-direction:column}.clear-region .strong-intro{gap:calc(calc(1.5rem * .75)*.5)}}
.clear-grid{padding:calc(1.5rem * 2.4) 1.43rem;background:#EDF2F6;color:var(--surface-warm)}
.clear-grid .site-stack{max-width:min(1400px,64rem);margin:0 auto}
.clear-grid h2{margin:0;font-size:calc(19.5px * 2);line-height:1.1}
.clear-grid .team-benefit{margin:1.5rem 0 calc(2.39rem * 1.5);font-size:19.5px;line-height:1.65}
.clear-grid .quiet-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-grid .text-plan{padding:calc(1.5rem * .75) calc(2.39rem * 1.5);background:var(--tone-inverse);color:var(--ink-base);border:1px solid var(--ink-panel);border-radius:0.61rem;box-shadow:0 1px 5px rgba(0,0,0,0.13)}
.clear-grid h3{margin:0 0 0.5rem;font-size:calc(19.5px * 1.35);line-height:1.25}
.clear-grid .text-plan p{margin:0;font-size:19.5px;line-height:1.65}
@media (max-width:640px){.clear-grid .text-plan{padding:1.5rem 1.43rem}
}
.top-header{padding:calc(1.5rem * 2.4) 1.43rem;background:#F6F8FA;color:#0E1319;}
.set{max-width:1400px;margin:0 auto;}
.top-header h1{margin:0;font-size:calc(19.5px * 2.65);line-height:1.08;}
.bottom-grid{
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#0B1016;
  color:#EAF1F5;
}
.bottom-grid .simple-wrap{max-width:min(1400px,62rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.39rem * 1.5);}
.bottom-grid h2{margin:0;
  font-size:calc(19.5px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.bottom-grid .plan{margin:0;
  font-size:calc(19.5px * 1.125);
  line-height:1.55;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.bottom-grid .page-proof{border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);
  padding-top:calc(1.5rem * .75);}
.bottom-grid h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.5px * 1.35);
  line-height:1.25;}
.bottom-grid .page-proof p{margin:0;
  font-size:19.5px;
  color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:720px){.bottom-grid h2{font-size:calc(19.5px * 2)}.bottom-grid .plan{font-size:19.5px}
}
.team-panel{padding:calc(calc(1.5rem * 2.4)*.68) 1.43rem;background:var(--tone-main,linear-gradient(180deg,#2e473a,#1f332c));color:#EAF1F5;}
.team-panel .quiet-fields{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,calc(2.39rem * 1.5));border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-left:clamp(1rem,3vw,calc(2.39rem * 1.5));}
.team-panel h1{margin:0;max-width:17ch;font-size:clamp(2rem,5.4vw,calc(19.5px * 2.65));line-height:1.04;font-weight:740;letter-spacing:-0.01em;}
.team-panel .simple-wrap{max-width:42rem;}
.team-panel p{margin:0;font-size:clamp(1rem,1.34vw,calc(19.5px * 1.125));line-height:1.72;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:620px){.team-panel{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.team-panel .quiet-fields{padding-left:1.43rem;gap:1.5rem;}.team-panel h1{max-width:100%;}
  }
.active-story{--axis-main:calc(1.5rem * 1.42);--layer-local:calc(1400px / 2.90);--label-button:calc(1400px / 3.88);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-light);color:#F4FBFC;}
.active-story .narrow-section{max-width:1400px;margin:0 auto;}
.active-story h1,.active-story h2,.active-story h3,.active-story p{margin:0;}
.active-story h1{font-size:calc(19.5px * 2.65);line-height:1.08;}
.active-story h2{font-size:calc(19.5px * 2);line-height:1.12;}
.active-story h3{font-size:calc(19.5px * 1.35);line-height:1.2;}
.active-story p{font-size:19.5px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.active-story a{color:inherit;text-decoration:none;}
.active-story img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.61rem;flex:0 1 min(28rem,38vw);}
.active-story .main-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:#F4FBFC;color:var(--tone-light);}
.active-story .content-unit,.active-story .text-plan{}
.active-story .active-section>h1,.active-story .active-section>h2,.active-story .active-section>p,.active-story .active-section>.main-block{margin-top:1.5rem;}
.active-story .active-section img{margin-top:var(--axis-main);}
.active-story .active-section .content-unit,.active-story .active-section .text-plan{}
.active-story .clear-details{display:flex;flex-wrap:wrap;gap:2.39rem;margin-top:calc(2.39rem * 1.5);}
.active-story .clear-details a{font-size:calc(19.5px * .875);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);transition:border-color 470ms var(--delay-entry);}
.active-story .clear-details a:hover{border-color:currentColor;}
@media (max-width:640px){.active-story .clear-details{flex-direction:column;gap:calc(1.5rem * .75);}
}
.content-view{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: #0B1016;
  color: #EAF1F5;
}
.content-view .narrow-section{max-width: min(1400px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.39rem * 1.5);}
.content-view h2{margin: 0;
  font-size: calc(19.5px * 2);
  line-height: 1.1;}
.content-view .plan{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.5px * 1.125);
  color: #C9D2DB;}
.content-view .fresh-intro{display: flex;
  flex-wrap: wrap;
  gap: 2.39rem;
  border-top: 1px solid #232B34;
  padding-top: calc(2.39rem * 1.5);}
.content-view .team-service{flex: 1 1 16rem;
  min-width: 0;}
.content-view .team-service .active-headline{display: block;
  font-size: calc(19.5px * .875);
  letter-spacing: 0.08em;
  color: var(--paint-card);
  margin-bottom: 0.5rem;}
.content-view .team-service strong{display: block;
  font-size: calc(19.5px * 1.35);
  margin-bottom: 0.4rem;}
.content-view .team-service p{margin: 0;
  color: #C9D2DB;}
.content-view .hero{border-top: 1px solid #232B34;
  padding-top: calc(2.39rem * 1.5);}
.content-view .hero .text-plan{margin: 0 0 calc(1.5rem * .75);
  color: #C9D2DB;}
.content-view .clear-details{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.39rem;}
.content-view .clear-details li{font-size: 19.5px;}
.content-view .clear-details a{text-decoration: none;
  border-bottom: 1px solid var(--paint-card);
  padding-bottom: 2px;
  transition: color 470ms var(--delay-entry);}
.content-view .clear-details a:hover{color: var(--paint-card);}
.content-view .contact-view{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.5px * .875);
  color: #C9D2DB;}
.content-view .contact-view a{text-decoration: none;
  border-bottom: 1px solid #5A6673;}
.content-view .contact-view a:hover{border-bottom-color: var(--paint-card);}
@media (max-width: 640px) {.content-view .fresh-intro{
    flex-direction: column;
  }
}
.page-frame{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.43rem;background:var(--paint-card);color:#FFFFFF}
.page-frame:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(470ms*42) linear infinite alternate;pointer-events:none}
.page-frame .narrow-section{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.39rem * 1.5)}
.page-frame .clear-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-frame .content-unit{margin:0;font-size:calc(19.5px * 1.125);line-height:1.65}
.page-frame h1{margin:0;font-size:calc(19.5px * 2.65);line-height:1.05;max-width:22ch}
.page-frame .simple-wrap{margin:0;font-size:19.5px;line-height:1.65;max-width:52ch}
.page-frame .main-block{display:flex;flex-wrap:wrap;gap:2.39rem;align-items:center}
.page-frame .main-block a{color:inherit;font-size:calc(19.5px * 1.125);text-underline-offset:.24em}
.page-frame .main-block a.main{font-weight:600;text-decoration-thickness:2px}
.page-frame .contact-view{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;font-size:calc(19.5px * .875)}
.page-frame .contact-view .text-plan{opacity:.85}
.page-frame .contact-view a{color:inherit;text-underline-offset:.2em}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:560px){.page-frame .main-block{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.page-frame:after{animation:none}}
