body{margin:0;padding:0;font-family:"Fredoka", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --speed-nav: cubic-bezier(0.2,0.8,0.2,1);
  --ink-cool: #F4F7FA;
  --ink-panel: #C3CAD2;
  --line-secondary: #141C26;
}
.clear-items {
    width: 100%;
    background: var(--ink-cool);
    color: var(--line-secondary);
    border-bottom: 1px solid var(--ink-panel);
  }
.clear-footer {
    max-width: 1340px;
    margin: 0 auto;
    padding: 1.5rem 2.66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.08rem;
  }
.main-visual {
    font-size: calc(19.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--line-secondary);
    text-decoration: none;
    white-space: nowrap;
  }
.main-visual:hover {
    color: #1E6FB8;
  }
.compact-content {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.08rem * 1.4);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 19.3px;
    color: var(--line-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--speed-nav),
                border-color 460ms var(--speed-nav);
  }
.nav-list a:hover {
    color: #1E6FB8;
    border-bottom-color: #1E6FB8;
  }
.media-panel {
    display: flex;
    align-items: center;
    gap: 2.08rem;
  }
.focused-flow {
    font-size: calc(19.3px * .875);
    color: #2A3440;
    text-decoration: none;
    white-space: nowrap;
  }
.focused-flow:hover {
    color: #1E6FB8;
    text-decoration: underline;
  }
.simple-shell {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: #0E2A47;
    color: #F4F7FA;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    border-radius: 0.57rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 460ms var(--speed-nav);
  }
.simple-shell:hover{
    background: #0A1F35;color:#141C26;}
.compact-service {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #E3E8ED;
    color: #2A3440;
    border: 1px solid var(--ink-panel);
    border-radius: 0.28rem;
    cursor: pointer;
  }
.visual-footer{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2A3440;
    border-radius: 1px;color:#141C26;}
@media (max-width: 767px) {
    .clear-footer {
      flex-wrap: wrap;
      align-items: center;
    }

    .compact-service {
      display: flex;
    }

    .focused-flow {
      display: none;
    }

    .compact-content {
      order: 3;
      flex-basis: 100%;
      display: none;
      justify-content: flex-start;
      padding-top: calc(2.08rem * 1.5);
      border-top: 1px solid var(--ink-panel);
      margin-top: calc(2.08rem * 1.5);
    }

    .compact-content.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      width: 100%;
    }

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.65rem 0.25rem;
      border-bottom: 1px solid var(--ink-panel);
    }

    .nav-list a:hover {
      border-bottom-color: var(--ink-panel);
      color: #1E6FB8;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    .nav-list {
      gap: 2.08rem;
    }

    .nav-list a {
      font-size: calc(19.3px * .875);
    }
  }
.steady-section{font-family:"Fredoka", sans-serif;font-size:19.3px;line-height:1.65;padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.fresh-feature{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.08rem * 1.5)}
.main-body{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-lead{font-size:calc(19.3px * 1.35);font-weight:600;margin:0;letter-spacing:0.02em}
.top-footer{font-style:normal;display:flex;flex-direction:column;gap:0.5rem;font-size:19.3px}
.contact-surface{display:block}
.quiet-feature{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;width:fit-content;transition:opacity 460ms var(--speed-nav)}
.quiet-feature:hover{opacity:0.75}
.service-lead{display:flex;flex-direction:column;gap:0.5rem}
.clear-content{font-size:calc(19.3px * 2);font-weight:700;margin:0;letter-spacing:0.01em}
.wide-visual{margin:0;font-size:calc(19.3px * .875);max-width:40ch;opacity:0.85}
.steady-unit{display:grid;grid-template-columns:1fr;gap:calc(2.08rem * 1.5)}
.offer-track{display:flex;flex-direction:column;gap:0.75rem}
.featured-copy{font-size:19.3px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.strong-plan{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.strong-plan a{color:inherit;text-decoration:none;font-size:19.3px;transition:opacity 460ms var(--speed-nav)}
.strong-plan a:hover{opacity:0.7;color:inherit}
.direct-quote{display:flex;flex-direction:column;gap:0.75rem;border-top:1px solid currentColor;padding-top:calc(1.5rem * .75);opacity:0.8}
.main-story{margin:0;font-size:calc(19.3px * .875);max-width:70ch}
.wide-rail{margin:0;font-size:calc(19.3px * .875)}
@media (min-width: 640px) {.steady-unit{grid-template-columns:1fr 1fr}
}
@media (min-width: 960px) {.fresh-feature{grid-template-columns:1.2fr 1fr 1.6fr;grid-template-areas:"contact brand nav"
      "legal legal legal";align-items:start}.main-body{grid-area:contact}.service-lead{grid-area:brand}.steady-unit{grid-area:nav;grid-template-columns:1fr 1fr}.direct-quote{grid-area:legal}
}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .soft-surface{max-width:1340px;margin:0 auto;padding:calc(1.5rem * .8) 2.66rem;background:#FFFFFF;border:1px solid var(--ink-panel);border-radius:1rem 1rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 2.08rem;align-items:center;justify-content:space-between;color:#141C26;}
.cookies .primary-items{flex:1 1 420px;}
.cookies .primary-items strong{display:block;margin-bottom:4px;}
.cookies .primary-items p{margin:0;}
.cookies .contact-visual{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .contact-visual button{border:1px solid var(--ink-panel);background:#FFFFFF;color:#141C26;border-radius:0.28rem;padding:8px 12px;cursor:pointer;}
.cookies .contact-visual button.cookie-accept{background:#1E6FB8;color:#F4F7FA;border-color:transparent;font-weight:700;}
.site-plan{
  padding:calc(1.5rem * 2.4) 2.66rem;
  background:linear-gradient(rgba(14,42,71,.78),rgba(14,42,71,.78)),url("https://images.pexels.com/photos/3862365/pexels-photo-3862365.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#0E2A47;
  color:#F4F7FA;
}
.site-plan .service-intro{max-width:1340px;margin:0 auto;}
.site-plan h1,.site-plan p{margin:0;}
.site-plan h1{font-size:calc(19.3px * 2.65);line-height:1.08;flex:1 1 calc(1340px / 2);min-width:0;}
.site-plan p{font-size:19.3px;line-height:1.65;}
.site-plan .top-steps{display:flex;align-items:flex-end;gap:2.08rem;}
.site-plan .primary-proof{flex:0 1 calc(1340px / 3);min-width:0;display:flex;flex-direction:column;}
.site-plan .contact-list{display:inline-flex;align-self:flex-start;margin-top:1.5rem;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#1E6FB8;color:#F4F7FA;text-decoration:none;font-weight:600;}
.site-plan .contact-list:hover{background:#175A96;color:#141C26;}
.site-plan .main-note{margin-top:calc(2.08rem * 1.5);font-size:calc(19.3px * .875);}
.site-plan .main-note a{text-decoration:underline;text-underline-offset:3px;}
.site-plan .main-note a:hover{}
@media(max-width:760px){.site-plan .top-steps{align-items:flex-start;flex-direction:column;}}
.direct-brand{--mark-static:calc(1.5rem * 1.15);--field-extra-12:calc(1340px / 4.6);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.direct-brand .service-intro{max-width:1340px;margin:0 auto;}
.direct-brand h2,.direct-brand h3,.direct-brand p{margin:0;}
.direct-brand h2{font-size:calc(19.3px * 2);line-height:1.12;}
.direct-brand h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.direct-brand p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.direct-brand a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.direct-brand a:hover{border-bottom-color:currentColor;}
.direct-brand img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.direct-brand .fresh-inner{margin-bottom:var(--mark-static);}
.direct-brand .narrow-steps{margin-bottom:calc(1.5rem / 2);font-size:calc(19.3px * .875);letter-spacing:.02em;text-transform:uppercase;}
.direct-brand .page-summary{margin-top:1.5rem;}
.direct-brand .offer-details{display:flex;flex-direction:column;gap:var(--mark-static);}
.direct-brand .site-quote{display:flex;flex-wrap:wrap;gap:2.08rem;align-items:flex-start;min-width:0;padding-top:var(--mark-static);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-brand .site-quote:first-child{padding-top:0;border-top:0;}
.direct-brand .active-view{flex:0 0 var(--field-extra-12);max-width:100%;}
.direct-brand .primary-proof{flex:1 1 320px;min-width:0;}
.direct-brand .primary-proof p{margin-top:calc(1.5rem / 3);}
.direct-brand .primary-proof a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(19.3px * .875);}
.direct-brand .main-note{margin-top:var(--mark-static);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(19.3px * .875);}
.direct-brand .main-note span{margin-right:.4rem;}
@media (max-width:720px){.direct-brand .active-view{flex:1 1 100%;}
}
.media-list{--mark-static:calc(1.5rem * 1.6);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.media-list .service-intro{max-width:1340px;margin:0 auto;}
.media-list h2,.media-list h3,.media-list p{margin:0;}
.media-list h2{font-size:calc(19.3px * 2);line-height:1.12;}
.media-list h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.media-list p{font-size:19.3px;line-height:1.65;}
.media-list .fresh-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.media-list .page-summary{color:#2A3440;}
.media-list .offer-details{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.media-list .site-quote{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-panel);}
.media-list .site-quote p{margin-top:calc(1.5rem / 3);color:#2A3440;}
.media-list .narrow-steps{margin-top:var(--mark-static);padding-top:calc(2.08rem * 1.5);border-top:1px solid var(--ink-panel);display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.media-list .main-note{display:flex;flex-wrap:wrap;gap:2.08rem;}
.media-list .main-note a{color:#0E2A47;text-decoration:none;font-size:calc(19.3px * .875);border-bottom:1px solid var(--ink-panel);padding-bottom:2px;}
.media-list .main-note a:hover{color:#1E6FB8;border-bottom-color:#1E6FB8;}
@media (min-width:900px){.media-list .offer-details{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--mark-static) 2.08rem;}.media-list .site-quote:nth-child(5){grid-column:1 / -1;}
}
.narrow-media{--mark-static:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.narrow-media .service-intro{max-width:1340px;margin:0 auto;}
.narrow-media h2,.narrow-media h3,.narrow-media p{margin:0;}
.narrow-media h2{font-size:calc(19.3px * 2);line-height:1.12;}
.narrow-media h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.narrow-media p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.narrow-media a:hover{}
.narrow-media .fresh-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 1.5);}
.narrow-media .page-summary{max-width:none;}
.narrow-media .offer-details{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-static);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-media .site-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.08rem;padding:calc(2.08rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-media .site-quote h3{font-weight:600;}
.narrow-media .narrow-steps{margin-top:var(--mark-static);}
@media (max-width:760px){.narrow-media .site-quote{grid-template-columns:1fr;gap:calc(1.5rem / 2);}
}
.primary-nav{position:relative;overflow:hidden;isolation:isolate;}
.primary-nav>*{position:relative;z-index:1;}
.primary-nav::before{content:"";position:absolute;inset:clamp(.65rem,2vw,1.4rem);border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:calc(1rem + .35rem);opacity:.6;pointer-events:none;}
@media (prefers-reduced-motion: reduce){.primary-nav::before,.primary-nav::after{animation:none!important;}}
.clear-tile{
  background: var(--ink-cool);
  color: var(--line-secondary);
  padding: calc(1.5rem * 2.4) 2.66rem;
}
.clear-tile .service-intro{width: min(100%, 1340px);
  margin: 0 auto;}
.clear-tile h2,
.clear-tile p{margin: 0;}
.clear-tile h2{font-size: calc(19.3px * 2);
  line-height: 1.08;}
.clear-tile .page-summary{color: #2A3440;
  font-size: calc(19.3px * 1.125);
  line-height: 1.65;
  margin-top: 1.5rem;}
.clear-tile .offer-details{margin-top: calc(2.08rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: 2.08rem;}
.clear-tile .local-visual{display: grid;
  grid-template-columns: 9rem minmax(14rem, 22rem) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-panel);}
.clear-tile span{color: #2A3440;
  font-size: calc(19.3px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.clear-tile strong{font-size: calc(19.3px * 1.35);
  line-height: 1.16;}
.clear-tile .local-visual p{color: #2A3440;
  line-height: 1.65;}
@media (max-width: 860px) {.clear-tile .local-visual{
    grid-template-columns: 1fr;
    gap: calc(1.5rem / 2);
  }
}
.strong-area{
    background:var(--ink-cool);
    color:var(--line-secondary);
    padding:calc(1.5rem * 2.4) 2.66rem;
}
.strong-area .c{max-width:1340px;
    margin:0 auto;}
.strong-area .h{margin-bottom:1.5rem;
    padding-bottom:calc(2.08rem * 1.5);
    border-bottom:1px solid var(--ink-panel);}
.strong-area h1{font-size:calc(19.3px * 2);
    line-height:1.15;
    margin:0 0 0.6rem;}
.strong-area .h p{margin:0;
    font-size:calc(19.3px * 1.125);}
.strong-area .steady-callout{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-bottom:1.5rem;}
.strong-area .text-note{
    padding:0.45rem 1rem;
    border-radius:0.57rem;
    border:1px solid var(--ink-panel);
    background:#FFFFFF;
    color:#141C26;
    font:inherit;
    font-size:calc(19.3px * .875);
    cursor:pointer;
    transition:background 460ms var(--speed-nav), color 460ms var(--speed-nav), border-color 460ms var(--speed-nav);
}
.strong-area .text-note:hover{
    background:#0E2A47;
    color:#F4F7FA;
    border-color:#0E2A47;
}
.strong-area .direct-copy{display:grid;
    grid-template-columns:1fr;
    gap:2.66rem;}
.strong-area .clear-method{
    display:flex;
    flex-direction:column;
    background:#FFFFFF;
    color:#141C26;
    border:1px solid var(--ink-panel);
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 2px 4px rgba(0,0,0,0.11);
    transition:transform 460ms var(--speed-nav), box-shadow 460ms var(--speed-nav);
}
.strong-area .clear-method:hover{transform:translateY(-4px);
    box-shadow:0 6px 26px rgba(0,0,0,0.14);}
.strong-area .focused-intro img{display:block;
    width:100%;
    height:230px;
    object-fit:cover;}
.strong-area .wide-menu{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    flex:1;}
.strong-area h3{margin:0 0 0.5rem;
    font-size:calc(19.3px * 1.35);
    line-height:1.25;}
.strong-area h3 a{color:inherit;
    text-decoration:none;}
.strong-area h3 a:hover{}
.strong-area .wide-menu p{margin:0 0 1rem;
    font-size:calc(19.3px * .875);}
.strong-area .quiet-rail{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    margin-top:auto;}
.strong-area .active-track{
    padding:0.25rem 0.7rem;
    border-radius:0.28rem;
    background:#1E6FB8;
    color:#F4F7FA;
    font-size:calc(19.3px * .875);
}
@media (min-width:768px){.strong-area .direct-copy{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width:1024px){.strong-area .direct-copy{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
.direct-proof{--mark-static:calc(1.5rem * 1.31);--axis-public:calc(1340px / 2.4);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.direct-proof .service-intro{max-width:1340px;margin:0 auto;}
.direct-proof h1,.direct-proof h2,.direct-proof h3,.direct-proof p{margin:0;}
.direct-proof h2{font-size:calc(19.3px * 2);line-height:1.14;}
.direct-proof h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.direct-proof p{font-size:19.3px;line-height:1.65;color:#2A3440;}
.direct-proof a{color:#0E2A47;text-decoration:none;}
.direct-proof a:hover{color:#1E6FB8;}
.direct-proof .direct-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.08rem;}
.direct-proof .primary-proof{flex:1 1 22rem;min-width:0;}
.direct-proof .primary-proof .page-summary{margin-top:1.5rem;}
.direct-proof .contact-list{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.28rem;background:#0E2A47;color:#F4F7FA;font-size:calc(19.3px * .875);}
.direct-proof .contact-list:hover{background:#0A1F35;color:#F4F7FA;}
.direct-proof .soft-shell{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-static);margin-top:calc(2.08rem * 1.5);}
.direct-proof .site-quote{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.57rem;background:#FFFFFF;color:#141C26;border:1px solid var(--ink-panel);box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.direct-proof .site-quote h3{margin-bottom:calc(1.5rem / 3);}
.direct-proof .main-note{flex:1 1 100%;margin-top:calc(2.08rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-panel);font-size:calc(19.3px * .875);}
@media (max-width:720px){.direct-proof .contact-list{width:100%;}
}
.page-brand{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(90deg, #1E6FB8 0%, #0E2A47 100%);color:#F4F7FA}
.page-brand .service-intro{max-width:1340px;margin:0 auto}
.page-brand .plain-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(2.08rem * 1.5);align-items:start}
.page-brand .fresh-inner{min-width:0}
.page-brand h2{margin:0;font-size:calc(19.3px * 2);line-height:1.08}
.page-brand .fresh-inner p{margin:1.5rem 0 0;font-size:calc(19.3px * 1.125);line-height:1.65}
.page-brand .contact-proof{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#F4F7FA 28%,transparent)}
.page-brand .contact-proof a{display:block;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#F4F7FA 28%,transparent);color:#F4F7FA;text-decoration:none;transition:opacity 460ms var(--speed-nav)}
.page-brand .contact-proof a:hover{opacity:0.78}
.page-brand strong{display:block;font-size:calc(19.3px * 1.35);line-height:1.18}
.page-brand span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.3px * .875);line-height:1.65}
@media(max-width:780px){.page-brand .plain-body{display:block}.page-brand .contact-proof{margin-top:calc(2.08rem * 1.5)}.page-brand h2{font-size:calc(19.3px * 1.35)}}
.direct-section{padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA}
.direct-section .service-intro{max-width:1340px;margin:0 auto}
.direct-section .fresh-inner{margin:0;font-size:calc(19.3px * 1.125);line-height:1.65;opacity:.92}
.direct-section h2{margin:1.5rem 0 calc(2.08rem * 1.5);font-size:calc(19.3px * 2.65);line-height:1.05}
.direct-section .site-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-section [data-voice]{width:min(100%,44rem);padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(244,247,250,0.18);align-self:var(--field-public,flex-start);text-align:var(--ink-base,left)}
.direct-section [data-voice]:first-child{border-top:0;padding-top:0}
.direct-section h3{margin:0;font-size:calc(19.3px * 1.35);line-height:1.2}
.direct-section [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.65;opacity:.9}
@media(max-width:620px){.direct-section [data-voice]{align-self:flex-start!important;text-align:left!important}
}
.page-note{
  --mark-static:calc(1.5rem * 1.1);
  padding:calc(1.5rem * 2.4) 2.66rem;
  background:var(--ink-cool);
  color:var(--line-secondary);
}
.page-note .service-intro{max-width:1340px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.08rem * 1.5);}
.page-note h2,
.page-note h3,
.page-note p{margin:0;}
.page-note h2{font-size:calc(19.3px * 2);
  line-height:1.14;}
.page-note h3{font-size:calc(19.3px * 1.35);
  line-height:1.22;}
.page-note p{font-size:19.3px;
  line-height:1.65;}
.page-note .fresh-inner{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.page-note .page-summary{font-size:calc(19.3px * 1.125);}
.page-note .site-track{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--ink-panel);}
.page-note .focused-unit{display:flex;
  flex-wrap:wrap;
  gap:2.08rem;
  padding:calc(2.08rem * 1.5) 0;
  border-bottom:1px solid var(--ink-panel);}
.page-note .compact-quote{flex:0 0 auto;
  min-width:5rem;
  font-size:calc(19.3px * 1.125);
  font-weight:600;
  color:#1E6FB8;
  letter-spacing:0.02em;}
.page-note .content-flow{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.page-note .narrow-steps{font-size:calc(19.3px * .875);
  color:#2A3440;
  border-left:3px solid #1E6FB8;
  padding-left:calc(1.5rem * .75);}
@media (max-width:640px){.page-note .focused-unit{
    flex-direction:column;
    gap:calc(1.5rem / 2);
  }.page-note .compact-quote{
    min-width:0;
  }
}
.local-actions{
  background: var(--ink-cool);
  color: var(--line-secondary);
  padding: calc(1.5rem * 2.4) 2.66rem;
}
.local-actions .service-intro{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.08rem;
  align-items: start;}
.local-actions h2,
.local-actions h3,
.local-actions p{margin: 0;}
.local-actions h2{font-size: calc(19.3px * 2);
  line-height: 1.1;}
.local-actions h3{font-size: calc(19.3px * 1.35);
  line-height: 1.18;}
.local-actions p{font-size: 19.3px;
  line-height: 1.65;}
.local-actions .fresh-plan{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #0E2A47;
  color: #F4F7FA;
  position: sticky;
  top: 1.5rem;
}
.local-actions .fresh-plan .narrow-steps{font-size: calc(19.3px * .875);color:inherit;
  opacity: .78;}
.local-actions .soft-menu{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 2px solid var(--ink-panel);
  padding-left: calc(1.5rem * .75);}
.local-actions .active-frame{display: grid;
  grid-template-columns: minmax(8rem, .28fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ink-panel);
  animation: peopleRailIn calc(460ms * 2) var(--speed-nav) both;
  animation-delay: var(--delay-hover, 0ms);}
.local-actions .active-frame:last-child{border-bottom: 0;
  padding-bottom: 0;}
.local-actions .strong-content{font-size: calc(19.3px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .35rem;}
.local-actions .content-flow{display: grid;
  gap: .5rem;}
@keyframes peopleRailIn {from{ opacity: .25; transform: translateY(calc(calc(2.08rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.local-actions .service-intro{
    grid-template-columns: 1fr;
  }.local-actions .fresh-plan{
    position: static;
  }
}
@media (max-width: 620px) {.local-actions .active-frame{
    grid-template-columns: 1fr;
    gap: .4rem;
  }.local-actions .soft-menu{
    padding-left: 1.5rem;
  }
}
.media-footer{--mark-static:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.media-footer .service-intro{max-width:1340px;margin:0 auto;}
.media-footer h2,.media-footer h3,.media-footer p{margin:0;}
.media-footer h2{font-size:calc(19.3px * 2);line-height:1.14;}
.media-footer h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.media-footer p{font-size:19.3px;line-height:1.65;}
.media-footer .fresh-inner{display:flex;flex-direction:column;gap:calc(2.08rem * 1.5);}
.media-footer .page-summary{color:#2A3440;}
.media-footer img{display:block;width:100%;height:auto;margin-top:var(--mark-static);border-radius:1rem;}
.media-footer .site-track{list-style:none;margin:var(--mark-static) 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--ink-panel);}
.media-footer .site-quote{display:flex;gap:2.08rem;align-items:flex-start;padding:calc(2.08rem * 1.5) 0;border-bottom:1px solid var(--ink-panel);}
.media-footer .featured-flow{flex:0 0 auto;min-width:5.5rem;font-size:calc(19.3px * 1.125);font-weight:600;letter-spacing:0.02em;color:#1E6FB8;}
.media-footer .content-flow{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.media-footer .content-flow p{color:#2A3440;}
.media-footer .narrow-steps{margin-top:var(--mark-static);font-size:calc(19.3px * .875);color:#2A3440;}
.media-footer .narrow-steps a{color:#0E2A47;text-decoration:underline;}
.media-footer .narrow-steps a:hover{color:#1E6FB8;}
@media (max-width:720px){.media-footer .site-quote{flex-direction:column;gap:calc(1.5rem / 2);}.media-footer .featured-flow{min-width:0;}
}
.compact-wrap{
  --mark-static:calc(1.5rem * 1.42);
  --axis-public:calc(1340px / 2.30);
  --copy-button:calc(1340px / 3.66);
  padding:calc(1.5rem * 2.4) 2.66rem;
  background:#0E2A47;
  color:#F4F7FA;
}
.compact-wrap .service-intro{max-width:1340px;margin:0 auto;}
.compact-wrap h1,.compact-wrap h2,.compact-wrap h3,.compact-wrap p{margin:0;}
.compact-wrap h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.compact-wrap h2{font-size:calc(19.3px * 2);line-height:1.12;}
.compact-wrap h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.compact-wrap p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.compact-wrap a{color:inherit;text-decoration:none;}
.compact-wrap img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.compact-wrap .narrow-steps{font-size:calc(19.3px * 1.125);
  line-height:1.5;
  color:color-mix(in srgb, currentColor 82%, transparent);
  padding-bottom:calc(1.5rem / 2);
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-wrap .offer-details{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-static);
  margin-top:var(--mark-static);}
.compact-wrap .site-quote{
  flex:1 1 calc(1340px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .85);
  border-radius:0.57rem;
  background:color-mix(in srgb, currentColor 11%, transparent);
}
.compact-wrap .site-quote p{margin-top:calc(1.5rem / 3);}
.compact-wrap .site-quote img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.compact-wrap .quiet-callout>.offer-details{margin-top:var(--mark-static);}
.compact-wrap .quiet-callout>h2{margin-top:var(--mark-static);}
.compact-wrap .main-note{margin-top:calc(1.5rem * .8);
  font-size:calc(19.3px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.compact-wrap .main-note a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.22em;}
.compact-wrap .main-note a:hover{}
.open-items{
  --mark-static:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 2.66rem;
  background:var(--ink-cool);
  color:var(--line-secondary);
}
.open-items .service-intro{max-width:1340px;margin:0 auto;}
.open-items h2,.open-items h3,.open-items p{margin:0;}
.open-items h2{font-size:calc(19.3px * 2);line-height:1.12;}
.open-items h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.open-items p{font-size:19.3px;line-height:1.65;}
.open-items a{color:#0E2A47;text-decoration:none;}
.open-items a:hover{color:#1E6FB8;}
.open-items .narrow-steps{margin-bottom:calc(1.5rem / 2);
  font-size:calc(19.3px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#2A3440;}
.open-items .page-summary{margin-top:1.5rem;}
.open-items .offer-details{display:flex;
  flex-wrap:wrap;
  gap:2.08rem;
  margin-top:var(--mark-static);}
.open-items .site-quote{
  flex:1 1 260px;
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#141C26;
  border:1px solid var(--ink-panel);
  border-radius:1rem;
}
.open-items .site-quote .text-headline{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:calc(1.5rem / 2);
  margin-bottom:calc(1.5rem / 2);}
.open-items .site-quote .active-track{
  font-size:calc(19.3px * .875);
  padding:calc(1.5rem / 4) calc(1.5rem / 2);
  border-radius:0.28rem;
  background:#1E6FB8;
  color:#F4F7FA;
}
.open-items .site-quote p + p{margin-top:calc(1.5rem / 2);}
.open-items .site-quote .primary-intro{font-size:calc(19.3px * .875);
  color:#2A3440;}
.open-items .contact-list{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(1.5rem / 2) 1.5rem;
  border-radius:0.28rem;
  background:#0E2A47;
  color:#F4F7FA;
  font-size:calc(19.3px * .875);
}
.open-items .contact-list:hover{background:#0A1F35;color:#F4F7FA;}
.open-items .main-note{margin-top:var(--mark-static);
  font-size:calc(19.3px * .875);
  color:#2A3440;}
.clear-copy{--mark-static:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.clear-copy .service-intro{max-width:1340px;margin:0 auto;}
.clear-copy h2,.clear-copy p{margin:0;}
.clear-copy h2{font-size:calc(19.3px * 2);line-height:1.12;}
.clear-copy p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.clear-copy .page-fields>p{margin-top:1.5rem;max-width:calc(1340px / 2);}
.clear-copy .soft-shell{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.clear-copy details{padding:0;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.clear-copy details:last-of-type{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.clear-copy summary{cursor:pointer;font-weight:700;padding-block:calc(1.5rem / 2);}
.clear-copy details p{margin-top:calc(1.5rem / 3);margin-bottom:calc(1.5rem / 2);max-width:calc(1340px / 2);}
.clear-copy .main-note{margin-top:1.5rem;font-size:calc(19.3px * .875);}
.clear-copy .main-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-copy .main-note a:hover{}
.text-panel{
        padding: calc(1.5rem * 2.4) 2.66rem;
        background: linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);
        color: #F4F7FA;
    }
.text-panel .service-intro{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.08rem * 1.5);}
.text-panel .page-summary{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.text-panel h2{margin: 0;
        font-size: calc(19.3px * 2);
        line-height: 1.08;}
.text-panel .page-summary p{margin: 0;
        font-size: calc(19.3px * 1.125);
        line-height: 1.65;}
.text-panel .plain-callout{display: flex;
        flex-direction: column;
        gap: 2.08rem;}
.text-panel .media-menu{display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid var(--ink-panel);}
.text-panel .media-menu:last-child{border-bottom: 1px solid var(--ink-panel);}
.text-panel .site-summary{font-size: 19.3px;
        line-height: 1.65;}
.text-panel .offer-quote{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        font-size: calc(19.3px * .875);}
.text-panel .offer-quote strong{color: #F4F7FA;
        font-size: 19.3px;}
@media (min-width: 860px) {.text-panel .media-menu{
            grid-template-columns: 2fr 1fr;
            align-items: start;
        }.text-panel .offer-quote{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.team-form{
  background:var(--ink-cool);
  color:var(--line-secondary);
  padding:calc(1.5rem * 2.4) 2.66rem;
}
.team-form .service-intro{max-width:1340px;
  margin:0 auto;}
.team-form .fresh-inner{display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:2.08rem;
  align-items:end;
  padding-bottom:calc(2.08rem * 1.5);
  border-bottom:1px solid var(--ink-panel);}
.team-form h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.1;
  letter-spacing:0;}
.team-form .fresh-inner p{margin:0;
  color:#2A3440;
  font-size:calc(19.3px * 1.125);
  line-height:1.65;}
.team-form .plain-summary{margin-top:calc(2.08rem * 1.5);
  display:flex;
  flex-direction:column;}
.team-form .site-quote{display:grid;
  grid-template-columns:minmax(0,16rem) minmax(0,1fr);
  gap:2.08rem;
  align-items:start;
  padding:1.5rem 0;}
.team-form .site-quote + .site-quote{border-top:1px solid var(--ink-panel);}
.team-form .site-quote strong{font-size:19.3px;
  line-height:1.3;}
.team-form .site-quote span{color:#2A3440;
  line-height:1.65;}
.team-form .main-note{margin:calc(2.08rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--ink-panel);
  font-size:calc(19.3px * .875);
  color:#2A3440;}
.team-form .main-note a{color:#0E2A47;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-form .main-note a:hover{color:#1E6FB8;}
@media (max-width:860px){.team-form .fresh-inner{
    grid-template-columns:1fr;
    align-items:start;
  }
}
@media (max-width:620px){.team-form .site-quote{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.local-block{--mark-static:calc(1.5rem * 1.09);--copy-button:calc(1340px / 3.94);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.local-block .service-intro{max-width:1340px;margin:0 auto;}
.local-block h2,.local-block h3,.local-block p{margin:0;}
.local-block h2{font-size:calc(19.3px * 2);line-height:1.12;}
.local-block h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.local-block p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-block a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.local-block a:hover{border-bottom-color:currentColor;}
.local-block img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.local-block .narrow-steps{font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.local-block .offer-details{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.local-block .site-quote{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.local-block .site-quote p,.local-block .site-quote a{margin-top:calc(1.5rem / 3);display:inline-block;}
.local-block .site-quote img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.local-block .quiet-callout>.offer-details{margin-top:var(--mark-static);}
.local-block .quiet-callout>h2{margin-top:var(--mark-static);}
.local-block .quiet-callout>.page-summary{margin-top:calc(1.5rem / 2);}
.wide-view{--mark-static:calc(1.5rem * 1.42);--axis-public:calc(1340px / 2.30);--copy-button:calc(1340px / 3.66);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.wide-view .service-intro{max-width:1340px;margin:0 auto;}
.wide-view h1,.wide-view h2,.wide-view h3,.wide-view p{margin:0;}
.wide-view h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.wide-view h2{font-size:calc(19.3px * 2);line-height:1.12;}
.wide-view h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.wide-view p{font-size:19.3px;line-height:1.65;}
.wide-view a{color:#0E2A47;text-decoration:none;}
.wide-view a:hover{color:#1E6FB8;}
.wide-view img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.wide-view .narrow-steps{font-size:calc(19.3px * 1.125);line-height:1.65;color:#2A3440;}
.wide-view .offer-details{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.wide-view .site-quote{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:#FFFFFF;color:#141C26;border:1px solid var(--ink-panel);}
.wide-view .site-quote p{margin-top:calc(1.5rem / 3);}
.wide-view .site-quote img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.wide-view .quiet-callout>.offer-details{margin-top:var(--mark-static);}
.wide-view .quiet-callout>h2{margin-top:var(--mark-static);}
.wide-view .main-note{margin-top:calc(1.5rem / 1.5);font-size:19.3px;line-height:1.65;color:#2A3440;}
.quiet-header{--mark-static:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.quiet-header .service-intro{max-width:1340px;margin:0 auto;}
.quiet-header h2,.quiet-header h3,.quiet-header p{margin:0;}
.quiet-header h2{font-size:calc(19.3px * 2);line-height:1.12;}
.quiet-header h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.quiet-header p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.quiet-header .top-steps{display:flex;align-items:flex-start;gap:2.08rem;}
.quiet-header .primary-proof{flex:1 1 calc(1340px / 3);min-width:0;}
.quiet-header .primary-proof p{margin-top:1.5rem;}
.quiet-header .direct-view{flex:2 1 calc(1340px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--mark-static);}
.quiet-header .site-quote{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.quiet-header .site-quote p{margin-top:calc(1.5rem / 3);}
.quiet-header .media-summary{row-gap:calc(var(--mark-static) * 1.2);}
@media(max-width:760px){.quiet-header .top-steps{flex-direction:column;}.quiet-header .direct-view{margin-top:1.5rem;}}
.direct-footer{--mark-static:calc(1.5rem * 1.42);--axis-public:calc(1340px / 2.60);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.direct-footer .service-intro{max-width:1340px;margin:0 auto;}
.direct-footer h1,.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(19.3px * 2);line-height:1.12;}
.direct-footer p{font-size:19.3px;line-height:1.65;}
.direct-footer .page-summary{max-width:var(--axis-public);}
.direct-footer .narrow-steps{font-size:calc(19.3px * .875);opacity:0.82;}
.direct-footer a{color:inherit;text-decoration:none;}
.direct-footer .narrow-steps a{text-decoration:underline;text-underline-offset:0.18em;}
.direct-footer .narrow-steps a:hover{}
.direct-footer .contact-list{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.28rem;background:#1E6FB8;color:#F4F7FA;font-size:19.3px;transition:background 460ms var(--speed-nav);}
.direct-footer .contact-list:hover{background:#175A96;color:#141C26;}
.direct-footer .visual-area>h2,.direct-footer .visual-area>.page-summary,.direct-footer .visual-area>.contact-list,.direct-footer .visual-area>.narrow-steps{margin-top:1.5rem;}
.direct-footer .visual-area>.contact-list{margin-top:var(--mark-static);}
@media (max-width:640px){.direct-footer .contact-list{width:100%;}
}
.narrow-surface{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);color:#F4F7FA;}
.narrow-surface .service-intro{max-width:1340px;margin:0 auto;}
.narrow-surface .text-headline{margin-bottom:calc(2.08rem * 1.5);}
.narrow-surface .text-headline h2{margin:0;font-size:calc(19.3px * 2);line-height:1.2;}
.narrow-surface .text-headline p{margin:calc(1.5rem * .75) 0 0;font-size:19.3px;opacity:.92;}
.narrow-surface .offer-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.narrow-surface .site-quote{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.57rem;background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;}
.narrow-surface .site-quote button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;font-size:19.3px;padding:calc(1.5rem * .75) calc(1.5rem * .75);cursor:pointer;line-height:1.35;}
.narrow-surface .site-quote button:hover{background:color-mix(in srgb, currentColor 8%, transparent);}
.narrow-surface .site-quote p{margin:0;max-height:0;overflow:hidden;padding:0 calc(1.5rem * .75);transition:max-height 460ms var(--speed-nav),padding 460ms var(--speed-nav);opacity:.95;font-size:calc(19.3px * .875);line-height:1.65;}
.narrow-surface .site-quote.is-open p{max-height:340px;padding:0 calc(1.5rem * .75) calc(1.5rem * .75);}
.narrow-surface .main-note{margin:calc(2.08rem * 1.5) 0 0;font-size:calc(19.3px * .875);opacity:.9;}
.narrow-surface .main-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.narrow-surface .main-note a:hover{opacity:1;}
@media (max-width:640px){.narrow-surface .text-headline h2{font-size:calc(19.3px * 1.35);}.narrow-surface .site-quote button{padding:calc(1.5rem * .75);}
    }
.contact-unit{--mark-static:calc(1.5rem * 0.92);--copy-button:calc(1340px / 3.77);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.contact-unit .service-intro{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-static);}
.contact-unit h1,.contact-unit h2,.contact-unit h3,.contact-unit p{margin:0;}
.contact-unit h2{font-size:calc(19.3px * 2);line-height:1.12;}
.contact-unit p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.contact-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.contact-unit a:hover{}
.contact-unit img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.contact-unit .fresh-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.contact-unit .soft-shell{display:flex;flex-direction:column;gap:calc(var(--mark-static) * 0.55);}
.contact-unit details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.contact-unit summary{cursor:pointer;font-weight:700;font-size:calc(19.3px * 1.125);}
.contact-unit details p{margin-top:calc(1.5rem / 3);}
.contact-unit .site-inner{display:flex;flex-direction:column;gap:var(--mark-static);}
.contact-unit .narrow-steps{font-size:calc(19.3px * .875);}
@media (min-width:900px){.contact-unit .site-inner{flex-direction:row;align-items:flex-start;gap:2.08rem;}.contact-unit .site-inner img{flex:0 0 var(--copy-button);}.contact-unit .site-inner .narrow-steps{flex:1;}
}
.simple-frame{
  padding: calc(1.5rem * 2.4) 2.66rem;
  background: #0E2A47;
  color: #F4F7FA;
}
.simple-frame .service-intro{max-width: 1340px;
  margin: 0 auto;}
.simple-frame .featured-links{margin-bottom: calc(2.08rem * 1.5);}
.simple-frame h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.simple-frame .featured-links p{margin: calc(1.5rem * .75) 0 0;
  color: #C3CAD2;
  font-size: calc(19.3px * 1.125);}
.simple-frame .site-track{display: flex;
  flex-wrap: wrap;
  gap: 2.08rem;}
.simple-frame .site-quote{
  flex: 1 1 300px;
  display: block;
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  border: 1px solid #2A3440;
  background: #0E2A47;
  color: #F4F7FA;
  text-decoration: none;
  transition: border-color 460ms var(--speed-nav), transform 460ms var(--speed-nav);
}
.simple-frame .site-quote:hover{border-color: #1E6FB8;
  transform: translateY(-2px);}
.simple-frame .site-quote .active-track{display: block;
  font-size: calc(19.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C3CAD2;}
.simple-frame .site-quote strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(19.3px * 1.35);
  line-height: 1.2;}
.simple-frame .site-quote small{display: block;
  font-size: calc(19.3px * .875);
  line-height: 1.55;
  color: #C3CAD2;}
.simple-frame .narrow-steps{margin-top: calc(2.08rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A3440;}
.simple-frame .narrow-steps p{margin: 0;
  font-size: 19.3px;
  color: #C3CAD2;}
.simple-frame .narrow-steps a{text-decoration: underline;}
.simple-frame .narrow-steps a:hover{color:inherit;}
@media (max-width: 780px) {.simple-frame .site-track{
    flex-direction: column;
  }.simple-frame .site-quote{
    flex: 1 1 auto;
  }
}
.contact-grid{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);color:#F4F7FA;}
.contact-grid .service-intro{max-width:1340px;margin:0 auto;}
.contact-grid .text-headline{margin-bottom:calc(2.08rem * 1.5);}
.contact-grid .text-headline p{margin:0;font-weight:700;opacity:.9;font-size:calc(19.3px * .875);}
.contact-grid .text-headline h2{margin:8px 0 0;font-size:calc(19.3px * 2);}
.contact-grid .fresh-inner{margin-bottom:calc(2.08rem * 1.5);}
.contact-grid .fresh-inner p{margin:0;font-size:calc(19.3px * 1.125);line-height:1.65;}
.contact-grid .site-track{display:flex;flex-wrap:wrap;gap:2.08rem;}
.contact-grid .site-quote{flex:1 1 300px;min-width:260px;border-radius:1rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 30%, transparent);padding:calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.contact-grid .site-quote .active-track{display:inline-block;font-size:calc(19.3px * .875);font-weight:700;letter-spacing:.02em;opacity:.85;margin-bottom:10px;}
.contact-grid .site-quote h3{margin:0 0 12px;font-size:calc(19.3px * 1.35);}
.contact-grid .site-quote p{margin:0 0 14px;line-height:1.65;}
.contact-grid .local-visual{display:inline-block;font-weight:700;color:#F4F7FA;text-decoration:underline;text-underline-offset:3px;transition:opacity 460ms var(--speed-nav);}
.contact-grid .local-visual:hover{opacity:.75;}
.contact-grid .narrow-steps{margin-top:calc(2.08rem * 1.5);padding-top:calc(2.08rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.contact-grid .narrow-steps p{margin:0 0 14px;line-height:1.65;}
.contact-grid .media-details{display:flex;flex-wrap:wrap;gap:2.08rem;}
.contact-grid .media-details a{font-weight:700;color:#F4F7FA;text-decoration:underline;text-underline-offset:3px;transition:opacity 460ms var(--speed-nav);}
.contact-grid .media-details a:hover{opacity:.75;}
@media (max-width:640px){.contact-grid .site-track{flex-direction:column;}.contact-grid .site-quote{flex:1 1 auto;min-width:0;}
    }
.visual-body{--mark-static:calc(1.5rem * 1.1);--axis-public:calc(1340px / 3.2);padding:calc(1.5rem * 2.4) 2.66rem;background:#1E6FB8;color:#F4F7FA;}
.visual-body .service-intro{max-width:1340px;margin:0 auto;}
.visual-body h2,.visual-body h3,.visual-body p{margin:0;}
.visual-body h2{font-size:calc(19.3px * 2);line-height:1.12;}
.visual-body h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.visual-body p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.visual-body a:hover{opacity:0.82;}
.visual-body .quiet-footer{text-align:center;}
.visual-body .quiet-footer>.page-summary{margin:1.5rem auto 0;}
.visual-body .offer-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.08rem;margin-top:var(--mark-static);text-align:left;}
.visual-body .site-quote{flex:1 1 calc(1340px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.visual-body .site-quote p{margin-top:calc(1.5rem / 3);}
.visual-body .narrow-steps{margin:var(--mark-static) auto 0;font-size:calc(19.3px * .875);}
@media (max-width:860px){.visual-body .site-quote{flex:1 1 100%;}
}
.visual-form{
        --mark-static: calc(1.5rem * 1.18);
        --copy-heading: calc(1340px / 3.2);
        padding: calc(1.5rem * 2.4) 2.66rem;
        background: #0E2A47;
        color: #F4F7FA;
    }
.visual-form .service-intro{max-width: 1340px;
        margin: 0 auto;}
.visual-form h2,
    .visual-form h3,
    .visual-form p{margin: 0;}
.visual-form h2{font-size: calc(19.3px * 2);
        line-height: 1.14;}
.visual-form h3{font-size: calc(19.3px * 1.35);
        line-height: 1.22;}
.visual-form p{font-size: 19.3px;
        line-height: 1.65;}
.visual-form .page-summary{margin-top: 1.5rem;
        opacity: .88;}
.visual-form .offer-details{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-static);
        margin-top: var(--mark-static);}
.visual-form .site-quote{
        flex: 1 1 var(--copy-heading);
        min-width: 0;
        padding: calc(var(--mark-static) * .7);
        border-radius: 0.57rem;
        background: #E3E8ED;
        color: #2A3440;
        border-left: 3px solid #1E6FB8;
    }
.visual-form .site-quote p{margin-top: calc(1.5rem / 3);}
.visual-form .main-note{margin-top: var(--mark-static);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(244, 247, 250, 0.22);
        font-size: calc(19.3px * .875);
        opacity: .9;}
.visual-form .main-note a{text-decoration: underline;
        text-underline-offset: 3px;}
.visual-form .main-note a:hover{}
.contact-feature{
  background:var(--ink-cool);
  color:var(--line-secondary);
  padding:calc(1.5rem * 2.4) 2.66rem;
}
.contact-feature .service-intro{max-width:1340px;
  margin:0 auto;}
.contact-feature .fresh-inner{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2.08rem;
  border-bottom:1px solid var(--ink-panel);
  padding-bottom:1.5rem;}
.contact-feature h2{margin:0;
  max-width:20ch;
  font-size:calc(19.3px * 2);
  line-height:1.12;
  letter-spacing:0;}
.contact-feature .fresh-inner a{flex:0 0 auto;
  color:#0E2A47;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(19.3px * .875);}
.contact-feature .fresh-inner a:hover{color:#1E6FB8;}
.contact-feature .primary-items{margin:calc(2.08rem * 1.5) 0 0;
  font-size:19.3px;
  line-height:1.65;}
.contact-feature .primary-items + .primary-items{margin-top:1.5rem;}
.contact-feature .active-inner{margin-top:calc(2.08rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;}
.contact-feature .active-inner span{
  background:#FFFFFF;
  color:#141C26;
  border:1px solid var(--ink-panel);
  border-radius:0.28rem;
  padding:.5rem .8rem;
  font-size:calc(19.3px * .875);
}
@media (max-width:620px){.contact-feature .fresh-inner{
    display:block;
    align-items:flex-start;
  }.contact-feature .fresh-inner a{
    display:inline-flex;
    margin-top:1.5rem;
  }
}
.wide-actions{
  background: linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.66rem;
  overflow: hidden;
}
.wide-actions .service-intro{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.08rem * 1.5);}
.wide-actions h2,
.wide-actions h3,
.wide-actions p{margin: 0;}
.wide-actions h2{font-size: calc(19.3px * 2.65); line-height: 1.04;}
.wide-actions h3{font-size: calc(19.3px * 1.35); line-height: 1.18;}
.wide-actions p{font-size: 19.3px; line-height: 1.65;}
.wide-actions .primary-note{display: grid;
  gap: 1.5rem;}
.wide-actions .focused-stack{
  display: grid;
  grid-template-columns: minmax(11rem, .28fr) minmax(0, 1fr);
  gap: 2.08rem;
  padding: 1.5rem;
  border-radius: 1.12rem;
  background: linear-gradient(90deg, #1E6FB8 0%, #0E2A47 100%);
  color: #F4F7FA;
}
.wide-actions .focused-stack p:first-child{font-size: calc(19.3px * 1.125);
  line-height: 1.25;}
.wide-actions .public-steps{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-actions .text-rail{
  flex: 1 1 17rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid var(--ink-panel);
  text-decoration: none;
}
.wide-actions .text-rail span{font-size: calc(19.3px * .875);
  letter-spacing: 0.02em;}
@media (max-width: 760px) {.wide-actions h2{ font-size: clamp(calc(19.3px * 2), 12vw, calc(19.3px * 2.65)); }.wide-actions .focused-stack{ grid-template-columns: 1fr; }
}
.content-grid{
  background: var(--ink-cool);
  color: var(--line-secondary);
  padding: calc(1.5rem * 2.4) 2.66rem;
}
.content-grid .service-intro{width: min(100%, 1340px);
  margin: 0 auto;}
.content-grid h2,
.content-grid h3,
.content-grid p{margin: 0;}
.content-grid .fresh-block{display: flex;
  flex-wrap: wrap;
  gap: 2.08rem;
  align-items: center;
  margin-bottom: calc(2.08rem * 1.5);}
.content-grid .plain-note{display: block;
  flex: 1 1 20rem;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1.12rem;
  box-shadow: 0 6px 26px rgba(0,0,0,0.14);}
.content-grid .steady-brand{flex: 1 1 22rem;
  min-width: 0;}
.content-grid h2{font-size: calc(19.3px * 2);
  line-height: 1.1;}
.content-grid .steady-brand p,
.content-grid .team-fields p{line-height: 1.65;
  margin-top: calc(1.5rem * .75);}
.content-grid .site-figure{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.content-grid .direct-lead{
  display: flex;
  flex-direction: column;
  flex: 1 1 17rem;
  min-width: 0;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid var(--ink-panel);
  box-shadow: 0 2px 4px rgba(0,0,0,0.11);
}
.content-grid .direct-lead:nth-child(3n + 2){margin-top: 1.5rem;}
.content-grid .main-media{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.57rem;}
.content-grid h3{font-size: calc(19.3px * 1.35);
  line-height: 1.16;}
@media (max-width: 860px) {.content-grid .direct-lead:nth-child(3n + 2){
    margin-top: 0;
  }
}
.steady-frame{--mark-static:calc(1.5rem * 1.42);--copy-button:calc(1340px / 3.77);padding:calc(1.5rem * 2.4) 2.66rem;background:#1E6FB8;color:#F4F7FA;}
.steady-frame .service-intro{max-width:1340px;margin:0 auto;}
.steady-frame h2,.steady-frame h3,.steady-frame p{margin:0;}
.steady-frame h2{font-size:calc(19.3px * 2);line-height:1.12;}
.steady-frame h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.steady-frame p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-frame img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.steady-frame .fresh-inner{display:flex;flex-direction:column;gap:1.5rem;}
.steady-frame .page-summary{margin:0;}
.steady-frame> .service-intro> img{margin-top:var(--mark-static);}
.steady-frame .offer-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.08rem;margin-top:var(--mark-static);}
.steady-frame .site-quote{flex:1 1 calc(1340px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.steady-frame .site-quote p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.steady-frame .site-quote{flex:1 1 100%;}
}
.visual-shell{--mark-static:calc(1.5rem * 1.2);--layer-content:calc(1340px / 2.4);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.visual-shell .service-intro{max-width:1340px;margin:0 auto;}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(19.3px * 2);line-height:1.12;}
.visual-shell h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.visual-shell p{font-size:19.3px;line-height:1.65;}
.visual-shell .page-summary{margin-top:1.5rem;}
.visual-shell .narrow-steps{margin-top:1.5rem;font-size:calc(19.3px * .875);color:#2A3440;}
.visual-shell .top-steps{display:flex;align-items:flex-start;gap:2.08rem;}
.visual-shell .top-steps>.primary-proof{flex:1 1 var(--layer-content);min-width:0;}
.visual-shell .top-steps>.offer-details{flex:2 1 var(--layer-content);min-width:0;display:flex;flex-direction:column;gap:var(--mark-static);}
.visual-shell .site-quote{position:relative;padding-left:1.5rem;border-left:2px solid var(--ink-panel);}
.visual-shell .site-quote .compact-quote{display:block;font-size:calc(19.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#1E6FB8;margin-bottom:calc(1.5rem / 3);}
.visual-shell .site-quote p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.visual-shell .top-steps{flex-direction:column;}.visual-shell .top-steps>.offer-details{margin-top:var(--mark-static);}}
.step{--mark-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.step .service-intro{max-width:1340px;margin:0 auto;}
.step h2,.step h3,.step p{margin:0;}
.step h2{font-size:calc(19.3px * 2);line-height:1.12;}
.step h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.step p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.step .fresh-inner{max-width:calc(1340px * 0.62);}
.step .narrow-steps{margin-bottom:calc(1.5rem / 2);font-size:calc(19.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.step .page-summary{margin-top:1.5rem;}
.step .offer-details{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:calc(var(--mark-static) * 1.1);}
.step .site-quote{min-width:0;padding-top:calc(2.08rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.step .site-quote:first-child{padding-top:0;border-top:0;}
.step .local-visual{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.step .site-inner{margin-top:calc(var(--mark-static) * 1.2);padding-top:calc(2.08rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
@media (min-width:900px){.step .offer-details{gap:calc(var(--mark-static) * 0.9);}.step .site-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.08rem;align-items:start;}.step .site-quote .local-visual{display:contents;}.step .site-quote h3{grid-column:1;}.step .site-quote p{grid-column:2;}
}
.grid---marker-line{--mark-static:calc(1.5rem * 1.05);--axis-public:calc(1340px / 3.10);--copy-button:calc(1340px / 3.05);padding:calc(1.5rem * 2.4) 2.66rem;background:#0E2A47;color:#F4F7FA;}
.grid---marker-line .service-intro{max-width:1340px;margin:0 auto;}
.grid---marker-line h1,.grid---marker-line h2,.grid---marker-line h3,.grid---marker-line p{margin:0;}
.grid---marker-line h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.grid---marker-line h2{font-size:calc(19.3px * 2);line-height:1.12;}
.grid---marker-line h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.grid---marker-line p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.grid---marker-line a{color:inherit;text-decoration:none;}
.grid---marker-line img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.grid---marker-line .page-summary{margin-top:1.5rem;}
.grid---marker-line .offer-details{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.grid---marker-line .site-quote{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.grid---marker-line .site-quote p{margin-top:calc(1.5rem / 3);}
.grid---marker-line .site-quote img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.grid---marker-line .direct-links{display:flex;align-items:flex-start;gap:2.08rem;}
.grid---marker-line .direct-links>.primary-proof{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.grid---marker-line .direct-links{flex-direction:column;}}
.compact-frame{
        padding: calc(1.5rem * 2.4) 2.66rem;
        background: var(--ink-cool);
        color: var(--line-secondary)
    }
.compact-frame .service-intro{max-width: 1340px;
        margin: 0 auto}
.compact-frame .plain-callout{display: flex;
        flex-direction: column;
        gap: calc(2.08rem * 1.5)}
.compact-frame .fresh-inner{min-width: 0}
.compact-frame h2{margin: 0;
        font-size: calc(19.3px * 2);
        line-height: 1.1}
.compact-frame .fresh-inner p{margin: 1.5rem 0 0;
        font-size: calc(19.3px * 1.125);
        line-height: 1.65;
        color: #2A3440}
.compact-frame ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.compact-frame li{display: flex;
        flex-wrap: wrap;
        gap: 2.08rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.compact-frame li + li{border-top: 1px solid var(--ink-panel)}
.compact-frame strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(19.3px * 1.35);
        line-height: 1.18}
.compact-frame span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.65;
        color: #2A3440}
@media (max-width: 760px) {.compact-frame li{
            display: block
        }.compact-frame span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.direct-block{--mark-static:calc(1.5rem * 1.35);--copy-button:calc(1340px / 3.66);padding:calc(1.5rem * 2.4) 2.66rem;background:#1E6FB8;color:#F4F7FA;}
.direct-block .service-intro{max-width:1340px;margin:0 auto;}
.direct-block h1,.direct-block h2,.direct-block h3,.direct-block p{margin:0;}
.direct-block h2{font-size:calc(19.3px * 2);line-height:1.12;}
.direct-block p{font-size:19.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-block img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.direct-block .page-summary{margin-top:1.5rem;}
.direct-block .offer-details{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.direct-block .site-quote{min-width:0;padding-left:1.5rem;border-left:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.direct-block .site-quote .narrow-steps{margin-top:calc(1.5rem / 2.5);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.direct-block .narrow-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.08rem;}
.direct-block .narrow-header>.primary-proof{flex:1 1 calc(1340px / 3);min-width:0;}
.direct-block .narrow-header>.offer-details{flex:2 1 calc(1340px / 2);margin-top:0;}
.direct-block .narrow-header>img{margin-left:auto;max-width:var(--copy-button);}
@media (max-width:820px){.direct-block .narrow-header>.primary-proof,.direct-block .narrow-header>.offer-details,.direct-block .narrow-header>img{flex:1 1 100%;max-width:100%;margin-left:0;}.direct-block .narrow-header>.offer-details{margin-top:var(--mark-static);}
}
.featured-shell{--mark-static:calc(1.5rem * 1.15);--layer-local:1px solid var(--ink-panel);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.featured-shell .service-intro{max-width:1340px;margin:0 auto;}
.featured-shell h2,.featured-shell h3,.featured-shell p,.featured-shell ul{margin:0;}
.featured-shell h2{font-size:calc(19.3px * 2);line-height:1.14;}
.featured-shell h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.featured-shell p{font-size:19.3px;line-height:1.65;}
.featured-shell .narrow-steps{font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A3440;}
.featured-shell .page-summary{margin-top:1.5rem;}
.featured-shell .offer-details{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-static);border-top:var(--layer-local);}
.featured-shell .site-quote{padding:calc(2.08rem * 1.5) 0;border-bottom:var(--layer-local);display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 2);}
.featured-shell .text-headline{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);}
.featured-shell .active-track{font-size:calc(19.3px * .875);padding:2px 10px;border-radius:0.28rem;background:#1E6FB8;color:#F4F7FA;}
.featured-shell .active-media{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.featured-shell .active-media li{font-size:calc(19.3px * .875);line-height:1.65;padding-left:14px;position:relative;color:#2A3440;}
.featured-shell .active-media li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:2px;background:#1E6FB8;color:#F4F7FA;}
.featured-shell .content-inner{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.28rem;background:#0E2A47;color:#F4F7FA;text-decoration:none;font-size:calc(19.3px * .875);transition:background 460ms var(--speed-nav);}
.featured-shell .content-inner:hover{background:#0A1F35;color:#141C26;}
.featured-shell .main-note{margin-top:var(--mark-static);font-size:calc(19.3px * .875);color:#2A3440;}
.featured-shell .main-note a{color:#0E2A47;text-decoration:underline;text-underline-offset:3px;}
.featured-shell .main-note a:hover{color:#1E6FB8;}
@media (min-width:900px){.featured-shell .site-quote{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);column-gap:2.08rem;align-items:start;}.featured-shell .text-headline{grid-column:1 / -1;}.featured-shell .site-quote p{grid-column:1;}.featured-shell .active-media{grid-column:2;grid-row:2 / span 2;}.featured-shell .content-inner{grid-column:1;align-self:end;}
}
.local-section{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);color:#F4F7FA}
.local-section .service-intro{max-width:1340px;margin:0 auto}
.local-section .site-track{display:flex;gap:calc(2.08rem * 1.5);align-items:flex-start}
.local-section .primary-visual{flex:0 1 21rem;min-width:0;border-left:2px solid color-mix(in srgb,#F4F7FA 30%,transparent);padding-left:1.5rem}
.local-section .primary-visual p{margin:0;font-size:calc(19.3px * .875);line-height:1.65;opacity:.92}
.local-section .soft-quote{flex:1 1 46rem;min-width:0}
.local-section h2{margin:0;font-size:calc(19.3px * 2);line-height:1.08}
.local-section .plain-summary{margin-top:calc(2.08rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.local-section .plain-summary p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#F4F7FA 18%,transparent)}
.local-section .plain-summary p:last-child{border-bottom:0;padding-bottom:0}
.local-section strong{flex:0 1 13rem;min-width:0;font-size:calc(19.3px * .875);letter-spacing:.02em;text-transform:uppercase}
.local-section span{flex:1 1 30rem;min-width:0;line-height:1.65}
@media(max-width:760px){.local-section .site-track,.local-section .plain-summary p{display:block}.local-section .primary-visual{border-left:0;padding-left:0}.local-section .soft-quote{margin-top:calc(2.08rem * 1.5)}.local-section strong{display:block;margin-bottom:calc(1.5rem * .75)}.local-section span{display:block}.local-section h2{font-size:calc(19.3px * 1.35)}}
.page-nav{
    color: var(--line-secondary);
    background: var(--ink-cool);
    padding: calc(1.5rem * 2.4) 2.66rem;
}
.page-nav .c{max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.08rem * 1.5);}
.page-nav .steady-list{display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: calc(2.08rem * 1.5);
    border-bottom: 1px solid var(--ink-panel);}
.page-nav h1{font-size: calc(19.3px * 2.65);
    line-height: 1.15;
    margin: 0;}
.page-nav .open-shell{font-size: calc(19.3px * 1.125);
    line-height: 1.65;
    margin: 0;}
.page-nav .fresh-method{display: flex;
    flex-wrap: wrap;
    gap: 2.08rem;}
.page-nav .focused-intro{flex: 1 1 420px;
    min-width: 0;}
.page-nav .focused-intro img{display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 6px 26px rgba(0,0,0,0.14);}
.page-nav .clear-body,
.page-nav .block{
    background: #FFFFFF;
    color: #141C26;
    border: 1px solid var(--ink-panel);
    border-radius: 1rem;
    padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.page-nav h2{font-size: calc(19.3px * 2);
    line-height: 1.2;
    margin: 0;}
.page-nav p{margin: 0;
    line-height: 1.65;}
.page-nav .main-note{font-size: calc(19.3px * .875);
    padding-top: 0.5rem;
    border-top: 1px solid var(--ink-panel);}
.page-nav .main-note a{color: #0E2A47;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-nav .main-note a:hover{color: #1E6FB8;}
@media (min-width: 768px) {.page-nav .clear-body,
    .page-nav .block{
        padding: calc(2.08rem * 1.5);
    }
}
.section{
    background:var(--ink-cool);
    color:var(--line-secondary);
    padding:calc(1.5rem * 2.4) 2.66rem;
}
.section .c{max-width:1340px;
    margin:0 auto;}
.section .h{margin-bottom:calc(2.08rem * 1.5);}
.section h1{font-size:calc(19.3px * 2);
    line-height:1.15;
    margin:0 0 0.6rem;}
.section .h p{margin:0;
    font-size:19.3px;}
.section .site-track{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.6rem;
    padding:0.7rem 0;
    border-top:1px solid var(--ink-panel);
    border-bottom:1px solid var(--ink-panel);
    margin-bottom:calc(2.08rem * 1.5);}
.section .plain-feature{font-size:calc(19.3px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    margin-right:0.4rem;}
.section .compact-media{
    display:inline-block;
    padding:0.35rem 0.85rem;
    border-radius:0.28rem;
    background:#E3E8ED;
    color:#2A3440;
    font-size:calc(19.3px * .875);
    text-decoration:none;
    border:1px solid var(--ink-panel);
    transition:background 460ms var(--speed-nav),color 460ms var(--speed-nav);
}
.section .compact-media:hover{
    background:#0E2A47;
    color:#F4F7FA;
    border-color:#0E2A47;
}
.section .direct-copy{display:grid;
    grid-template-columns:1fr;
    gap:2.08rem;}
.section .clear-method{
    display:flex;
    flex-direction:column;
    background:#FFFFFF;
    color:#141C26;
    border:1px solid var(--ink-panel);
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 2px 4px rgba(0,0,0,0.11);
    transition:transform 460ms var(--speed-nav),box-shadow 460ms var(--speed-nav);
}
.section .clear-method:hover{transform:translateY(-3px);
    box-shadow:0 6px 26px rgba(0,0,0,0.14);}
.section .focused-intro img{display:block;
    width:100%;
    height:220px;
    object-fit:cover;}
.section .wide-menu{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.section h3{margin:0;
    font-size:calc(19.3px * 1.35);
    line-height:1.25;}
.section h3 a{color:inherit;
    text-decoration:none;}
.section h3 a:hover{}
.section .compact-plan{margin:0;
    font-size:calc(19.3px * .875);}
.section .wide-menu p{margin:0;
    font-size:19.3px;}
.section .open-feature{margin-top:0.4rem;
    align-self:flex-start;
    font-size:calc(19.3px * .875);
    text-decoration:none;
    border-bottom:1px solid #0E2A47;
    padding-bottom:2px;}
.section .open-feature:hover{border-color:#1E6FB8;}
.section .simple-group{margin-top:calc(2.08rem * 1.5);
    padding-top:calc(2.08rem * 1.5);
    border-top:1px solid var(--ink-panel);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:2.08rem;}
.section .simple-group p{margin:0;
    font-size:19.3px;}
.section .brand{
    display:inline-block;
    padding:0.75rem 1.4rem;
    border-radius:0.57rem;
    background:#0E2A47;
    color:#F4F7FA;
    text-decoration:none;
    font-size:19.3px;
    transition:background 460ms var(--speed-nav);
}
.section .brand:hover{
    background:#0A1F35;color:#141C26;}
@media (min-width:768px){.section .direct-copy{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width:1024px){.section .direct-copy{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
.narrow-details{
    background:var(--ink-cool);
    color:var(--line-secondary);
    padding:calc(1.5rem * 2.4) 2.66rem;
}
.narrow-details .c{max-width:1340px;
    margin:0 auto;}
.narrow-details .steady-list{border-bottom:1px solid var(--ink-panel);
    padding-bottom:calc(2.08rem * 1.5);
    margin-bottom:calc(2.08rem * 1.5);}
.narrow-details h1{font-size:calc(19.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.narrow-details .open-shell{font-size:calc(19.3px * 1.125);
    color:#2A3440;
    margin:0;}
.narrow-details .fresh-method{display:flex;
    flex-wrap:wrap;
    gap:2.08rem;
    margin-bottom:calc(2.08rem * 1.5);}
.narrow-details .focused-intro{flex:1 1 320px;
    min-width:0;}
.narrow-details .focused-intro img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 6px 26px rgba(0,0,0,0.14);}
.narrow-details .clear-body,
.narrow-details .block{
    background:#FFFFFF;
    color:#141C26;
    border:1px solid var(--ink-panel);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    margin-bottom:calc(2.08rem * 1.5);
}
.narrow-details .clear-body:last-child,
.narrow-details .block:last-child{margin-bottom:0;}
.narrow-details h2{font-size:calc(19.3px * 2);
    line-height:1.2;
    margin:0 0 0.9rem;}
.narrow-details p{font-size:19.3px;
    line-height:1.65;
    margin:0 0 1rem;}
.narrow-details p:last-child{margin-bottom:0;}
.narrow-details .main-note{margin-top:calc(2.08rem * 1.5);
    padding-top:1rem;
    border-top:1px solid var(--ink-panel);
    font-size:calc(19.3px * .875);
    color:#2A3440;}
.narrow-details .main-note a{color:#0E2A47;
    text-decoration:underline;
    text-underline-offset:3px;}
.narrow-details .main-note a:hover{color:#1E6FB8;}
@media (max-width:640px){.narrow-details .focused-intro{
        flex:1 1 100%;
    }
}
.top-track{
    padding: calc(1.5rem * 2.4) 2.66rem;
    background: #0E2A47;
    color: #F4F7FA;
}
.top-track .soft-surface{max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.08rem * 1.5);}
.top-track .site-track{display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.08rem;
    border-bottom: 1px solid rgba(244, 247, 250, 0.22);
    padding-bottom: calc(2.08rem * 1.5);}
.top-track .page-summary h2{margin: 0 0 0.5rem;
    font-size: calc(19.3px * 2);
    line-height: 1.2;}
.top-track .page-summary p{margin: 0;
    font-size: 19.3px;
    opacity: 0.86;}
.top-track .main-note{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: calc(19.3px * .875);}
.top-track .main-note a{color: #F4F7FA;
    text-decoration: none;
    border-bottom: 1px solid rgba(244, 247, 250, 0.4);
    padding-bottom: 2px;
    transition: border-color 460ms var(--speed-nav), opacity 460ms var(--speed-nav);}
.top-track .main-note a:hover{border-color: #F4F7FA;
    opacity: 0.85;}
.top-track .offer-details{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.top-track .site-quote{
    display: flex;
    flex-wrap: wrap;
    gap: 2.08rem;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
    background: #FFFFFF;
    color: #141C26;
    border: 1px solid var(--ink-panel);
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);
}
.top-track .active-view{
    flex: 0 0 220px;
    max-width: 100%;
    border-radius: 0.57rem;
    overflow: hidden;
    background: #E3E8ED;color:#2A3440;}
.top-track .active-view img{display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;}
.top-track .primary-proof{flex: 1 1 320px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.top-track .bottom-figure{margin: 0;
    font-size: calc(19.3px * 1.35);
    line-height: 1.25;}
.top-track .bottom-figure a{text-decoration: none;}
.top-track .bottom-figure a:hover{}
.top-track .compact-plan{margin: 0;
    font-size: calc(19.3px * .875);}
.top-track .content-flow{margin: 0;
    font-size: 19.3px;
    line-height: 1.65;}
.top-track .open-feature{align-self: flex-start;
    margin-top: 0.35rem;
    font-size: calc(19.3px * .875);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.top-track .open-feature:hover{}
@media (max-width: 640px) {.top-track .site-track{
        align-items: flex-start;
    }.top-track .active-view{
        flex: 1 1 100%;
    }.top-track .active-view img{
        height: 200px;
    }
}
.top-feature{
    color:var(--line-secondary);
    background:var(--ink-cool);
    padding:calc(1.5rem * 2.4) 2.66rem;
}
.top-feature .c{max-width:1340px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.08rem * 1.5);}
.top-feature .steady-list{display:flex;
    flex-direction:column;
    gap:0.6rem;
    padding-bottom:calc(2.08rem * 1.5);
    border-bottom:1px solid var(--ink-panel);}
.top-feature h1{font-size:calc(19.3px * 2.65);
    line-height:1.15;
    margin:0;}
.top-feature .open-shell{font-size:calc(19.3px * 1.125);
    line-height:1.65;
    margin:0;
    color:#2A3440;}
.top-feature .fresh-method{display:grid;
    gap:2.08rem;}
.top-feature .focused-intro img{width:100%;
    height:auto;
    display:block;
    border-radius:1rem;
    box-shadow:0 6px 26px rgba(0,0,0,0.14);}
.top-feature .clear-body,
.top-feature .block{
    background:#FFFFFF;
    color:#141C26;
    border:1px solid var(--ink-panel);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.9rem;
}
.top-feature h2{font-size:calc(19.3px * 2);
    line-height:1.2;
    margin:0;}
.top-feature p{margin:0;
    line-height:1.65;}
.top-feature .main-note{margin-top:0.4rem;
    padding-top:0.9rem;
    border-top:1px solid var(--ink-panel);
    font-size:calc(19.3px * .875);}
.top-feature .main-note a{color:#0E2A47;
    text-decoration:underline;
    text-underline-offset:3px;}
.top-feature .main-note a:hover{color:#1E6FB8;}
@media (min-width: 860px){.top-feature .clear-body,
    .top-feature .block{
        padding:calc(2.08rem * 1.5);
    }
}
.top-method{
    padding: calc(1.5rem * 2.4) 2.66rem;
    background: #0E2A47;
    color: #F4F7FA;
}
.top-method .soft-surface{max-width: 1340px;
    margin: 0 auto;}
.top-method .steady-list{display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: calc(2.08rem * 1.5);}
.top-method .steady-list h2{margin: 0;
    font-size: calc(19.3px * 2);
    line-height: 1.2;}
.top-method .steady-list p{margin: 0;
    font-size: 19.3px;
    line-height: 1.65;
    opacity: 0.88;}
.top-method .direct-copy{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.08rem;}
.top-method .clear-method{
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background: #FFFFFF;
    color: #141C26;
    border: 1px solid var(--ink-panel);
    overflow: hidden;
    transition: transform 460ms var(--speed-nav), box-shadow 460ms var(--speed-nav);
}
.top-method .clear-method:hover{transform: translateY(-3px);
    box-shadow: 0 6px 26px rgba(0,0,0,0.14);}
.top-method .service-visual,
.top-method .bottom-view,
.top-method .content-rail{border-top: 3px solid #1E6FB8;}
.top-method .active-view{
    aspect-ratio: 16 / 10;
    background: #E3E8ED;color:#2A3440;}
.top-method .active-view img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.top-method .content-flow{display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: calc(1.5rem * .75);}
.top-method .bottom-figure{margin: 0;
    font-size: calc(19.3px * 1.35);
    line-height: 1.25;}
.top-method .bottom-figure a{color: inherit;
    text-decoration: none;}
.top-method .bottom-figure a:hover{}
.top-method .contact{margin: 0;
    font-size: calc(19.3px * .875);}
.top-method .primary-proof{margin: 0;
    font-size: calc(19.3px * .875);
    line-height: 1.65;}
.top-method .main-note{margin-top: auto;
    align-self: flex-start;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.top-method .main-note:hover{}
@media (max-width: 640px) {.top-method .direct-copy{
        grid-template-columns: 1fr;
    }
}
.team-items{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);color:#F4F7FA}
.team-items .service-intro{max-width:1340px;margin:0 auto}
.team-items .site-track{display:flex;flex-wrap:wrap;gap:2.08rem;align-items:flex-start}
.team-items .fresh-inner{flex:1 1 22rem;min-width:0}
.team-items h2{margin:0 0 calc(2.08rem * 1.5);font-size:calc(19.3px * 2);line-height:1.1}
.team-items .page-summary{margin:0;font-size:19.3px;line-height:1.65}
.team-items .secondary-items{flex:1 1 26rem;min-width:0;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:1rem;background:color-mix(in srgb,#FFFFFF 78%,transparent);color:#141C26}
.team-items .focused-unit{display:flex;flex-wrap:wrap;gap:1.5rem}
.team-items .visual-header{display:block;flex:1 1 12rem;min-width:0;margin-bottom:1.5rem}
.team-items .visual-header.wide{flex:1 1 100%}
.team-items .visual-header span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.3px * .875);}
.team-items input{width:100%;box-sizing:border-box;border:1px solid var(--ink-panel);border-radius:0.57rem;background:#FFFFFF;color:#141C26;font:inherit;padding:calc(1.5rem * .75);outline:none}
.team-items input::placeholder{}
.team-items input:focus{box-shadow:0 0 0 2px #1E6FB8}
.team-items .contact-list{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:calc(1.5rem * .75)}
.team-items button{flex:0 0 auto;border:0;border-radius:0.57rem;background:#1E6FB8;color:#F4F7FA;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 460ms var(--speed-nav)}
.team-items button:hover{background:#175A96;color:#141C26;}
.team-items .narrow-steps{flex:1 1 14rem;margin:0;font-size:calc(19.3px * .875);line-height:1.65}
.team-items .primary-block{margin:calc(2.08rem * 1.5) 0 0;font-size:calc(19.3px * .875);line-height:1.65;opacity:.85}
@media(max-width:860px){.team-items .site-track{display:block}.team-items .secondary-items{margin-top:1.5rem}.team-items .focused-unit{display:block}.team-items .contact-list{display:block}.team-items button{width:100%;margin-bottom:calc(1.5rem * .75)}}
.open-stack{background:var(--ink-cool);color:var(--line-secondary);padding:calc(1.5rem * 2.4) 2.66rem}
.open-stack .service-intro{max-width:1340px;margin:0 auto}
.open-stack .compact-lead{display:grid;grid-template-columns:1.15fr .85fr;grid-template-areas:"intro route" "image items";gap:calc(2.08rem * 1.5) 2.08rem;align-items:start}
.open-stack .fresh-inner{grid-area:intro;min-width:0}
.open-stack h2{margin:0;font-size:clamp(calc(19.3px * 2),4vw,calc(19.3px * 2.65));line-height:1.08}
.open-stack .fresh-inner p{margin:1.5rem 0 0;font-size:calc(19.3px * 1.125);line-height:1.65}
.open-stack .main-note{grid-area:route;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#FFFFFF;color:#141C26;border:1px solid var(--ink-panel);border-radius:1rem}
.open-stack .local-visual{min-width:0}
.open-stack .active-track{display:block;font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A3440}
.open-stack .local-visual p{margin:calc(calc(1.5rem * .75)*.35) 0 0;line-height:1.55}
.open-stack .local-visual a{color:#0E2A47;text-decoration:none;border-bottom:1px solid var(--ink-panel)}
.open-stack .local-visual a:hover{color:#1E6FB8}
.open-stack .focused-intro{grid-area:image;display:block;min-width:0;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:1rem}
.open-stack .media-plan{grid-area:items;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-stack .media-plan a{padding:calc(1.5rem * .75);border-radius:0.57rem;background:#E3E8ED;color:#2A3440;text-decoration:none;border-left:3px solid #1E6FB8}
.open-stack .media-plan a:hover{background:#FFFFFF;color:#141C26}
.open-stack strong{display:block;font-size:19.3px}
.open-stack .media-plan span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.55}
@media(max-width:860px){.open-stack .compact-lead{grid-template-columns:1fr;grid-template-areas:"intro" "route" "image" "items"}.open-stack .focused-intro{aspect-ratio:16/9}
}
.open-visual{padding:calc(1.5rem * 2.4) 2.66rem;background:linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);color:#F4F7FA}
.open-visual .service-intro{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,1fr);gap:calc(2.08rem * 1.5);align-items:stretch}
.open-visual .primary-proof{display:flex;flex-direction:column;gap:2.08rem;padding:2.08rem;border-radius:1.12rem;background:#1E6FB8;color:#F4F7FA}
.open-visual h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.open-visual .primary-proof>p{margin:0;font-size:calc(19.3px * 1.125);line-height:1.65}
.open-visual .direct-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.open-visual .primary-intro{padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;color:#141C26;border:1px solid var(--ink-panel)}
.open-visual .primary-intro span{display:block;font-size:calc(19.3px * .875);text-transform:uppercase;letter-spacing:.04em}
.open-visual .primary-intro strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:19.3px;font-weight:600;line-height:1.45}
.open-visual .primary-intro a{text-decoration:none;border-bottom:1px solid var(--ink-panel)}
.open-visual .primary-intro a:hover{}
.open-visual .clear-callout{min-height:clamp(24rem,48vw,38rem);border-radius:1.12rem;overflow:hidden;border:1px solid var(--ink-panel);box-shadow:0 6px 26px rgba(0,0,0,0.14);background:#FFFFFF;color:#141C26;}
.open-visual iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.open-visual .service-intro{grid-template-columns:1fr}.open-visual .clear-callout{min-height:22rem}
}
.strong-media{
  padding: calc(1.5rem * 2.4) 2.66rem;
  background: linear-gradient(135deg, #0E2A47 0%, #1E6FB8 100%);
  color: #F4F7FA;
}
.strong-media .wide-entries{
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 1.12rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid var(--ink-panel);
}
.strong-media .wide-panel{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.08rem * 1.5);
  border-bottom: 1px solid var(--ink-panel);
  background: #E3E8ED;
  color: #2A3440;
}
.strong-media .wide-panel span,
.strong-media .wide-panel strong{font-size: calc(19.3px * .875);
  letter-spacing: 0.02em;}
.strong-media .wide-panel strong{font-weight: 600;}
.strong-media .content-flow{display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 2.08rem;
  padding: calc(2.08rem * 1.5);}
.strong-media .primary-proof h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.strong-media .primary-proof p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);}
.strong-media .offer-details{display: flex;
  flex-direction: column;
  gap: 1px;
  border-top: 1px solid var(--ink-panel);}
.strong-media .local-visual{display: grid;
  grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--ink-panel);}
.strong-media .local-visual span{font-size: calc(19.3px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.strong-media .local-visual h3{margin: 0;
  font-size: calc(19.3px * 1.35);}
.strong-media .local-visual p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;}
.strong-media .local-visual a{text-decoration: underline;
  text-underline-offset: 2px;}
.strong-media .local-visual a:hover{}
@media (max-width: 800px) {.strong-media .content-flow,
  .strong-media .local-visual{
    grid-template-columns: 1fr;
  }.strong-media .content-flow{
    padding: calc(1.5rem * .75);
  }.strong-media .wide-panel{
    padding: calc(1.5rem * .75);
  }
}
.top-rail{
  padding: calc(1.5rem * 2.4) 2.66rem;
  background: #0E2A47;
  color: #F4F7FA;
}
.top-rail .service-intro{max-width: min(1340px, 60rem);
  margin: 0 auto;}
.top-rail .page-summary{padding-bottom: calc(2.08rem * 1.5);
  border-bottom: 1px solid #2A3440;}
.top-rail h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.top-rail .fresh-inner{margin: calc(1.5rem * .75) 0 0;
  color: #C3CAD2;
  font-size: calc(19.3px * 1.125);}
.top-rail .strong-intro{display: flex;
  flex-direction: column;
  gap: 2.08rem;
  margin-top: calc(2.08rem * 1.5);}
.top-rail .site-quote{padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #2A3440;}
.top-rail .site-quote:first-child{padding-top: 0;
  border-top: none;}
.top-rail h3{margin: 0;
  font-size: calc(19.3px * 1.35);}
.top-rail .site-quote p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #C3CAD2;
  line-height: 1.65;}
@media (max-width: 720px) {.top-rail .fresh-inner{
    font-size: 19.3px;
  }
}
.strong-track{background:#1E6FB8;color:#F4F7FA;padding:calc(1.5rem * 2.4) 2.66rem}
.strong-track .service-intro{max-width:1340px;margin:0 auto}
.strong-track .focused-actions{display:flex;flex-direction:column;gap:calc(2.08rem * 1.5)}
.strong-track h2{margin:0;max-width:22ch;font-size:clamp(calc(19.3px * 2),4.4vw,calc(19.3px * 2.65));line-height:1.08;letter-spacing:0}
.strong-track .main-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.08rem * 1.5)}
.strong-track .primary-proof{flex:1 1 30rem;min-width:0}
.strong-track .primary-proof p{margin:0 0 calc(1.5rem * .75);font-size:calc(19.3px * 1.125);line-height:1.65}
.strong-track .primary-proof p:last-child{margin-bottom:0}
.strong-track .site-inner{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.57rem;background:color-mix(in srgb,currentColor 12%,transparent)}
.strong-track .site-inner .local-visual{margin:0;font-size:19.3px;line-height:1.6}
.strong-track .contact-visual{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.strong-track .contact-visual a{padding:calc(1.5rem * .75);border-radius:0.28rem;background:color-mix(in srgb,currentColor 16%,transparent);color:inherit;text-decoration:none;font-size:calc(19.3px * .875);transition:background 460ms var(--speed-nav)}
.strong-track .contact-visual a:hover{background:color-mix(in srgb,currentColor 26%,transparent)}
.strong-track .narrow-steps{margin:0;font-size:calc(19.3px * .875);line-height:1.6}
.strong-track .narrow-steps a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.strong-track .narrow-steps a:hover{color:inherit;opacity:.85}
@media(max-width:760px){.strong-track .main-flow{flex-direction:column}.strong-track .primary-proof,.strong-track .site-inner{flex-basis:auto}}
.wide-content{--mark-static:calc(1.5rem * 1.22);--axis-public:calc(1340px / 2.30);padding:calc(1.5rem * 2.4) 2.66rem;background:var(--ink-cool);color:var(--line-secondary);}
.wide-content .service-intro{max-width:1340px;margin:0 auto;}
.wide-content h1,.wide-content h2,.wide-content h3,.wide-content p{margin:0;}
.wide-content h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.wide-content h2{font-size:calc(19.3px * 2);line-height:1.12;}
.wide-content h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.wide-content p{font-size:19.3px;line-height:1.65;color:#2A3440;}
.wide-content a{color:inherit;text-decoration:none;}
.wide-content img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.57rem;flex:0 1 min(28rem,38vw);}
.wide-content .contact-list{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.28rem;background:#0E2A47;color:#F4F7FA;}
.wide-content .contact-list:hover{background:#0A1F35;color:#141C26;}
.wide-content .visual-area>h1,.wide-content .visual-area>h2,.wide-content .visual-area>p,.wide-content .visual-area>.contact-list{margin-top:1.5rem;}
.wide-content .visual-area img{margin-top:var(--mark-static);}
.wide-content .main-note{display:flex;flex-wrap:wrap;gap:2.08rem;margin-top:calc(2.08rem * 1.5);font-size:calc(19.3px * .875);}
.wide-content .main-note a{color:#0E2A47;border-bottom:1px solid var(--ink-panel);padding-bottom:2px;}
.wide-content .main-note a:hover{color:#1E6FB8;}
.main-rail{
        padding: calc(1.5rem * 2.4) 2.66rem;
        background: linear-gradient(90deg, #1E6FB8 0%, #0E2A47 100%);
        color: #F4F7FA;
    }
.main-rail .service-intro{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: calc(2.08rem * 1.5);}
.main-rail .primary-proof{flex: 1 1 42%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding-bottom: 1.5rem;}
.main-rail .page-summary{margin: 0;
        font-size: calc(19.3px * 1.125);
        line-height: 1.65;}
.main-rail .main-note{display: flex;
        flex-wrap: wrap;
        gap: 2.08rem;}
.main-rail .main-note a{color: inherit;
        text-decoration: underline;
        text-underline-offset: .26em;
        font-size: 19.3px;}
.main-rail .main-note a:hover{text-decoration-thickness: 2px;}
.main-rail .narrow-steps{margin: 0;
        font-size: calc(19.3px * .875);
        line-height: 1.65;
        opacity: .88;}
.main-rail .narrow-steps a{color: inherit;
        text-underline-offset: .22em;}
.main-rail h1{flex: 1 1 48%;
        margin: 0;
        font-size: calc(19.3px * 2.65);
        line-height: 1.02;
        letter-spacing: -.01em;}
@media (max-width: 740px) {.main-rail .service-intro{
            display: block;
        }.main-rail h1{
            margin-top: calc(2.08rem * 1.5);
        }.main-rail .main-note{
            gap: 1.5rem;
        }
    }
