:root {
  --speed-base: cubic-bezier(0.2,0.8,0.2,1);
  --surface-strong: #22334A;
  --line-dark: #0B1728;
  --surface-clear: #FFFFFF;
  --ink-soft: #0B2545;
}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
*{box-sizing:border-box;}
.quiet-inner {
    width: 100%;
    background: #F5F8FC;
    color: #0B1728;
    border-bottom: 1px solid #D2DBE6;
  }
.focused-unit {
    max-width: 1540px;
    margin: 0 auto;
    padding: calc(2rem * 1.5) 2.59rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
.team-view {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0B1728;
    text-decoration: none;
    white-space: nowrap;
  }
.nav-desktop {
    flex: 1 1 auto;
    margin-left: calc(2rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.6px;
    color: #0B1728;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 520ms var(--speed-base),
                color 520ms var(--speed-base);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #F26B1D;
    border-bottom-color: #F26B1D;
    outline: none;
  }
.focused-stack {
    flex: 0 0 auto;
  }
.team-method {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--ink-soft);
    color: #F4F7FB;
    border-radius: 0.47rem;
    font-size: calc(16.6px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: background 520ms var(--speed-base);
  }
.team-method:hover,
  .team-method:focus-visible{
    background: #123A66;
    outline: none;color:var(--line-dark);}
.local-content {
    display: none;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #E4EBF3;
    color: var(--surface-strong);
    border: 1px solid #D2DBE6;
    border-radius: 0.47rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.clear-note{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--surface-strong);
    border-radius: 1px;
    transition: transform 520ms var(--speed-base),
                opacity 520ms var(--speed-base);color:var(--line-dark);}
.local-content[aria-expanded="true"] .clear-note:nth-child(1){transform: translateY(6px) rotate(45deg);}
.local-content[aria-expanded="true"] .clear-note:nth-child(2){opacity: 0;}
.local-content[aria-expanded="true"] .clear-note:nth-child(3){transform: translateY(-6px) rotate(-45deg);}
.nav-mobile {
    display: none;
    border-top: 1px solid #D2DBE6;
    background: #E4EBF3;
    color: var(--surface-strong);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(2rem * 1.5) 2.59rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.7rem 0.4rem;
    font-size: 16.6px;
    color: var(--surface-strong);
    text-decoration: none;
    border-radius: 0.29rem;
    transition: background 520ms var(--speed-base);
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    background: var(--surface-clear);
    color: var(--line-dark);
    outline: none;
  }
.site-headline {
    display: block;
    margin: calc(2rem * 1.5) 2.59rem calc(2rem * 1.5);
    padding: 0.7rem 1.1rem;
    background: var(--ink-soft);
    color: #F4F7FB;
    border-radius: 0.47rem;
    font-size: calc(16.6px * .875);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 520ms var(--speed-base);
  }
.site-headline:hover,
  .site-headline:focus-visible{
    background: #123A66;
    outline: none;color:var(--line-dark);}
@media (max-width: 900px) {
    .nav-list {
      gap: calc(1.5rem * .75);
    }
    .nav-list a {
      font-size: calc(16.6px * .875);
    }
  }
@media (max-width: 767px) {
    .focused-unit {
      flex-wrap: wrap;
      padding: calc(1.5rem * .75) 2.59rem;
    }
    .nav-desktop,
    .focused-stack {
      display: none;
    }
    .local-content {
      display: flex;
      margin-left: auto;
    }
    .nav-mobile[hidden] {
      display: none;
    }
    .nav-mobile:not([hidden]) {
      display: block;
    }
  }
.page-intro{font-family:"Quicksand", sans-serif;font-size:16.6px;line-height:1.73;width:100%;padding:0;background:#0B2545;color:#F4F7FB;}
.open-details{max-width:1540px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.59rem;display:grid;grid-template-columns:1fr;gap:calc(2rem * 1.5)}
.bottom-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(2rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.welcome{font-size:calc(16.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.75}
.public-lead{display:flex;flex-direction:column;gap:0.5rem;font-style:normal;font-size:16.6px;margin:0}
.team-list{display:block}
.primary-proof{color:inherit;text-decoration:none;width:fit-content;border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px;transition:border-color 520ms var(--speed-base)}
.primary-proof:hover,
  .primary-proof:focus-visible{border-bottom-color:currentColor;outline:none}
.simple-items{display:flex;flex-direction:column;gap:0.5rem}
.narrow-headline{font-size:calc(16.6px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.plain-fields{margin:0;font-size:calc(16.6px * .875);opacity:0.75;max-width:42ch}
.media-menu{display:grid;grid-template-columns:1fr;gap:calc(2rem * 1.5)}
.strong-details{font-size:calc(16.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 0.75rem 0;opacity:0.75}
.soft-details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.soft-details a{color:inherit;text-decoration:none;font-size:16.6px;transition:opacity 520ms var(--speed-base)}
.soft-details a:hover,
  .soft-details a:focus-visible{opacity:0.75;outline:none;text-decoration:underline;color:inherit}
.direct-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.open-visual{margin:0;font-size:calc(16.6px * .875);line-height:1.6;opacity:0.8;max-width:80ch}
.wide-track{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.25rem}
.wide-track a{color:inherit;text-decoration:none;font-size:calc(16.6px * .875);border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px;transition:border-color 520ms var(--speed-base)}
.wide-track a:hover,
  .wide-track a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.local-inner{margin:0;font-size:calc(16.6px * .875);opacity:0.7}
@media (min-width: 640px) {.media-menu{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.open-details{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contacts brand"
        "contacts nav"
        "legal legal";column-gap:2.59rem;row-gap:calc(2rem * 1.5)}.bottom-visual{grid-area:contacts;border-bottom:none;border-right:1px solid rgba(255, 255, 255, 0.15);padding-bottom:0;padding-right:2.59rem}.simple-items{grid-area:brand}.media-menu{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.direct-details{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
footer .open-grid{flex:1 1 100%;max-width:1540px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.6px * .875);line-height:1.73;opacity:.82;overflow-wrap:anywhere;}
.cookies {
        position: fixed;
        left: 2.59rem;
        right: 2.59rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .text-lead {
        max-width: 1540px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 18px 38px rgba(0,0,0,0.29)
    }
.cookies .text-lead div {
        width: 50%;
    }
.cookies .text-lead > * {
        min-width: 0;
    }
.cookies .text-lead > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(16.6px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.73
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--ink-soft);
        color: #F4F7FB
    }
@media (max-width: 760px) {
        .cookies .text-lead {
            display: block
        }

        .cookies .text-lead > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.quiet-group{
        padding:calc(1.5rem * 2.8) 2.59rem;
        background:#E4EBF3;
        color:var(--surface-strong);
    }
.quiet-group .main-copy{max-width:1540px;
        margin:0 auto;
        display:flex;
        gap:calc(2rem * 2);
        align-items:center;
        flex-wrap:wrap-reverse;}
.quiet-group .compact-figure{flex:1 1 28rem;
        min-width:0;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);}
.quiet-group h1{margin:0;
        font-size:clamp(1.9rem,3.6vw,2.9rem);
        line-height:1.12;
        letter-spacing:-0.01em;}
.quiet-group .submit{margin:0;
        font-size:calc(16.6px * 1.125);
        line-height:1.73;}
.quiet-group .visual-brand{display:flex;
        flex-wrap:wrap;
        gap:calc(2rem * 0.6);}
.quiet-group .visual-brand a{
        text-decoration:none;
        padding:0.72rem 1.15rem;
        border-radius:0.47rem;
        border:1px solid #D2DBE6;
        background:var(--surface-clear);
        color:var(--line-dark);
        font-weight:600;
        transition:background 520ms var(--speed-base), color 520ms var(--speed-base);
    }
.quiet-group .visual-brand a:first-child{
        background:#F26B1D;
        color:#1A0F05;
        border-color:#F26B1D;
    }
.quiet-group .visual-brand a:first-child:hover{
        background:#D8570F;color:var(--line-dark);}
.quiet-group .visual-brand a:last-child:hover{
        background:#E4EBF3;color:var(--surface-strong);}
.quiet-group .public-menu{margin:0;
        font-size:calc(16.6px * .875);
        line-height:1.73;}
.quiet-group .team-tile{margin:0;
        font-size:calc(16.6px * .875);}
.quiet-group .team-tile a{color:#0B2545;
        text-decoration:underline;
        text-underline-offset:3px;}
.quiet-group .team-tile a:hover{color:inherit;}
.quiet-group .strong-inner{flex:1 1 22rem;
        max-width:32rem;
        width:100%;
        height:auto;
        display:block;
        border-radius:1.28rem;
        border:1px solid #D2DBE6;
        box-shadow:0 10px 18px rgba(0,0,0,0.23);}
@media (max-width:940px){.quiet-group .strong-inner{max-width:none;}.quiet-group .main-copy{gap:2rem;}
    }
.main-tile{padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;overflow:hidden}
.main-tile .main-surface{max-width:1540px;margin:0 auto}
.main-tile .text-feature{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-end;margin-bottom:calc(2rem * 1.5);border-bottom:1px solid rgba(244,247,251,0.18);padding-bottom:calc(2rem * 1.5)}
.main-tile h2{margin:0;flex:1 1 22rem;font-size:calc(16.6px * 2.65);line-height:1.05}
.main-tile .plain-visual{margin:0;flex:1 1 24rem;font-size:calc(16.6px * 1.125);line-height:1.73;opacity:.92}
.main-tile .steady-benefit{display:flex;gap:2rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity}
.main-tile .plain-lead{flex:0 0 min(23rem,82vw);padding:1.5rem calc(1.5rem * .75);background:rgba(244,247,251,0.06);border-left:3px solid #F26B1D;border-radius:0.47rem;scroll-snap-align:start}
.main-tile .plain-lead:nth-child(even){margin-top:calc(2rem * 1.5)}
.main-tile .main-quote{display:inline-block;font-size:calc(16.6px * .875);letter-spacing:.08em;margin-bottom:calc(1.5rem * .75)}
.main-tile strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.15}
.main-tile .plain-lead p{margin:calc(1.5rem * .75) 0 0;line-height:1.73;opacity:.9}
.main-tile .offer-stack{margin-top:calc(2rem * 1.5);padding-top:calc(2rem * 1.5);border-top:1px solid rgba(244,247,251,0.18)}
.main-tile .offer-stack p{margin:0;font-size:16.6px;line-height:1.73}
.main-tile .offer-stack a{text-decoration:none;border-bottom:1px solid #F26B1D}
.main-tile .offer-stack a:hover{border-bottom-color:#D8570F}
@media (max-width:640px){.main-tile .plain-lead:nth-child(even){margin-top:0}.main-tile h2{font-size:calc(16.6px * 2)}
}
.secondary-body{--layer-local:calc(1.5rem * 1.4);--field-control:calc(1540px / 3.05);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.secondary-body .main-surface{max-width:1540px;margin:0 auto;}
.secondary-body h2,.secondary-body h3,.secondary-body p{margin:0;}
.secondary-body h2{font-size:calc(16.6px * 2);line-height:1.14;}
.secondary-body h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.secondary-body p{font-size:16.6px;line-height:1.73;}
.secondary-body a{color:#0B2545;text-decoration:none;border-bottom:1px solid transparent;transition:color 520ms var(--speed-base),border-color 520ms var(--speed-base);}
.secondary-body a:hover{color:inherit;border-bottom-color:#F26B1D;}
.secondary-body img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.secondary-body .text-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.secondary-body .text-nav>h2{flex:1 1 calc(1540px / 3);min-width:0;}
.secondary-body .text-nav>.plain-visual{flex:1 1 calc(1540px / 3);min-width:0;color:var(--surface-strong);}
.secondary-body .open-inner{display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);flex:1 1 100%;}
.secondary-body .plain-lead{flex:1 1 calc(1540px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;}
.secondary-body .plain-lead p{color:var(--surface-strong);}
.secondary-body .plain-lead a{align-self:flex-start;font-size:calc(16.6px * .875);font-weight:600;}
.secondary-body .public-menu{margin-top:var(--layer-local);padding-top:calc(1.5rem / 1.6);border-top:1px solid #D2DBE6;color:var(--surface-strong);font-size:calc(16.6px * .875);}
@media (max-width:760px){.secondary-body .text-nav>h2,.secondary-body .text-nav>.plain-visual,.secondary-body .plain-lead{flex:1 1 100%;}
}
.narrow-wrap{padding:calc(1.5rem * 2.4) 2.59rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);color:#F4F7FB}
.narrow-wrap .main-surface{max-width:1540px;margin:0 auto}
.narrow-wrap .content-plan{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.narrow-wrap .scene{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F4F7FB 28%,transparent);padding-left:1.5rem}
.narrow-wrap .scene p{margin:0;line-height:1.73}
.narrow-wrap .fresh-rail{flex:1 1 44rem;min-width:0}
.narrow-wrap h2{margin:0;max-width:17ch;font-size:calc(16.6px * 2.65);line-height:1.03}
.narrow-wrap .site-actions{margin-top:calc(2rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.narrow-wrap .site-actions p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.narrow-wrap strong{flex:0 1 14rem;min-width:0;font-size:calc(16.6px * .875)}
.narrow-wrap span{flex:1 1 28rem;min-width:0;line-height:1.73}
@media(max-width:760px){.narrow-wrap .content-plan,.narrow-wrap .site-actions p{display:block}.narrow-wrap .scene{border-left:0;padding-left:0}.narrow-wrap .fresh-rail{margin-top:calc(2rem * 1.5)}.narrow-wrap span{display:block;margin-top:calc(1.5rem * .75)}.narrow-wrap h2{font-size:calc(16.6px * 2)}}
.public-nav{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem calc(calc(1.5rem * 2.4) * .7);
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:2rem;
    }
.wide-steps{
        flex:1 1 34rem;
        min-width:0;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.public-nav h1{margin:0;
        font-size:clamp(2rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.01em;}
.public-nav p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.public-nav{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.wide-steps{
            padding-left:1rem;
        }
    }
.offer-body{--layer-local:calc(1.5rem * 1.18);--layer-static:calc(1540px / 3.1);padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;}
.offer-body .main-surface{max-width:1540px;margin:0 auto;}
.offer-body h1,.offer-body h2,.offer-body h3,.offer-body p{margin:0;}
.offer-body h2{font-size:calc(16.6px * 2);line-height:1.14;}
.offer-body h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.offer-body p{font-size:16.6px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.offer-body a{color:inherit;text-decoration:none;}
.offer-body .main-panel{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.29rem;background:#F4F7FB;color:var(--ink-soft);}
.offer-body .public-menu{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.offer-body .plain-visual{margin-top:calc(1.5rem / 2);}
.offer-body .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.offer-body .site-team>.compact-figure{flex:1 1 auto;min-width:0;}
.offer-body .site-team>.main-panel{flex:0 0 auto;}
.offer-body .site-team>.open-inner{flex:1 1 100%;}
.offer-body .open-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--layer-local);}
.offer-body .plain-lead{flex:1 1 var(--layer-static);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-body .plain-lead .page-shell{font-size:calc(16.6px * .875);letter-spacing:0.06em;color:color-mix(in srgb, currentColor 58%, transparent);}
.offer-body .plain-lead h3{margin-top:calc(1.5rem / 4);}
.offer-body .plain-lead p:last-child{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.offer-body .site-team>.main-panel{flex:1 1 100%;}
}
.top-entries{
        --layer-local: calc(1.5rem * 1.15);
        padding: calc(1.5rem * 2.4) 2.59rem;
        background: #0B2545;
        color: #F4F7FB;
    }
.top-entries .main-surface{max-width: 1540px;
        margin: 0 auto;}
.top-entries h2,
    .top-entries h3,
    .top-entries p,
    .top-entries ol,
    .top-entries li{margin: 0;}
.top-entries h2{font-size: calc(16.6px * 2);
        line-height: 1.14;}
.top-entries h3{font-size: calc(16.6px * 1.35);
        line-height: 1.22;}
.top-entries p{font-size: 16.6px;
        line-height: 1.73;}
.top-entries .strong-fields{display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding-block-end: var(--layer-local);
        border-bottom: 1px solid rgba(244, 247, 251, 0.18);}
.top-entries .plain-visual{max-width: calc(1540px / 1.9);}
.top-entries .secondary-shell{list-style: none;
        padding: 0;
        margin-block-start: var(--layer-local);
        display: flex;
        flex-direction: column;
        gap: var(--layer-local);}
.top-entries .focused-contact{display: grid;
        grid-template-columns: calc(1540px / 12) 1fr;
        column-gap: 2rem;
        align-items: start;}
.top-entries .page-shell{font-size: calc(16.6px * 1.125);
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #F26B1D;
        padding-block-start: 0.15em;}
.top-entries .strong-method{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid rgba(244, 247, 251, 0.22);}
.top-entries .media-details{margin-block-start: calc(var(--layer-local) * 1.2);
        padding-block-start: var(--layer-local);
        border-top: 1px solid rgba(244, 247, 251, 0.18);
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;}
.top-entries .media-details p{max-width: calc(1540px / 1.85);}
.top-entries .main-panel{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.29rem;
        background: #F26B1D;
        color: #1A0F05;
        text-decoration: none;
        font-weight: 600;
        transition: background 520ms var(--speed-base);
    }
.top-entries .main-panel:hover{
        background: #D8570F;color:var(--line-dark);}
@media (max-width: 720px) {.top-entries .focused-contact{
            grid-template-columns: 1fr;
            row-gap: calc(1.5rem / 2);
        }.top-entries .strong-method{
            padding-inline-start: calc(1.5rem * .75);
        }
    }
.soft-form{--layer-local:calc(1.5rem * 1.15);--field-control:calc(1540px / 3.05);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.soft-form .main-surface{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.soft-form h2,.soft-form h3,.soft-form p{margin:0;}
.soft-form h2{font-size:calc(16.6px * 2);line-height:1.14;}
.soft-form h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.soft-form p{font-size:16.6px;line-height:1.73;}
.soft-form .strong-fields{display:flex;flex-direction:column;gap:calc(2rem * 1.5);}
.soft-form .plain-visual{}
.soft-form img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.soft-form .open-inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.soft-form .plain-lead{flex:1 1 calc(1540px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #F26B1D;}
.soft-form .plain-lead .compact-figure{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.soft-form .team-tile{margin-top:calc(1.5rem / 2);font-size:calc(16.6px * .875);}
.soft-form a{text-decoration:underline;text-underline-offset:3px;}
.soft-form a:hover{}
@media (max-width:900px){.soft-form .plain-lead{flex:1 1 100%;}
}
.simple-header{padding:calc(1.5rem * 2.4) 2.59rem;background:#E4EBF3;color:var(--surface-strong)}
.simple-header .main-surface{max-width:1540px;margin:0 auto;display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.simple-header .strong-fields{flex:0 1 36%;align-self:flex-start}
.simple-header h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.simple-header .strong-fields p{margin:1.5rem 0 0;line-height:1.73}
.simple-header .media-intro{flex:1 1 0;border-top:1px solid #D2DBE6}
.simple-header details{padding:1.5rem 0;border-bottom:1px solid #D2DBE6}
.simple-header summary{cursor:pointer;font-size:calc(16.6px * 1.35);line-height:1.3;list-style:none}
.simple-header summary::-webkit-details-marker{display:none}
.simple-header summary::after{content:"+";float:right;font-size:calc(16.6px * 1.125);line-height:1;color:inherit;}
.simple-header details[open] summary::after{content:"–"}
.simple-header details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.73}
.simple-header details strong{display:block;font-size:calc(16.6px * .875);font-weight:600;color:inherit;}
@media(max-width:720px){.simple-header .main-surface{display:block}.simple-header .media-intro{margin-top:calc(2rem * 1.5)}}
.secondary-method{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.secondary-method h1{margin:0;
        font-family:"Quicksand", sans-serif;
        font-size:clamp(2rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.01em;}
.secondary-method p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.15rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.secondary-method{
            padding-top:calc(calc(1.5rem * 2.4) * .62);
            padding-bottom:calc(calc(1.5rem * 2.4) * .62);
        }.wide-steps{
            padding-left:1rem;
        }
    }
.direct-note{--layer-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.direct-note .main-surface{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.direct-note h1,.direct-note h2,.direct-note h3,.direct-note p{margin:0;}
.direct-note h2{font-size:calc(16.6px * 2);line-height:1.14;}
.direct-note p{font-size:16.6px;line-height:1.73;}
.direct-note .strong-fields{display:flex;flex-direction:column;gap:calc(2rem * 1.5);}
.direct-note .plain-visual{}
.direct-note .media-note{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .85);}
.direct-note details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;}
.direct-note summary{cursor:pointer;font-weight:700;font-size:calc(16.6px * 1.125);line-height:1.3;list-style:none;}
.direct-note summary::-webkit-details-marker{display:none;}
.direct-note summary::after{content:"+";float:right;font-weight:700;}
.direct-note details[open] summary::after{content:"–";}
.direct-note details p{margin-top:calc(1.5rem / 2.4);}
.direct-note a{text-decoration:underline;text-underline-offset:2px;}
.direct-note a:hover{}
.direct-note .public-menu{padding-top:calc(2rem * 1.5);border-top:1px solid #D2DBE6;}
@media (max-width:720px){.direct-note details{padding:calc(1.5rem * .75);}.direct-note summary{font-size:16.6px;}
}
.service-header{--layer-local:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.service-header .main-surface{max-width:1540px;margin:0 auto;}
.service-header h2,.service-header h3,.service-header p{margin:0;}
.service-header h2{font-size:calc(16.6px * 2);line-height:1.12;}
.service-header h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.service-header p{font-size:16.6px;line-height:1.73;color:var(--surface-strong);}
.service-header .strong-fields{max-width:calc(1540px / 1.55);}
.service-header .strong-fields .plain-visual{margin-top:1.5rem;}
.service-header .featured-flow{display:flex;flex-wrap:wrap;gap:2rem;margin-top:var(--layer-local);}
.service-header .plain-lead{flex:1 1 calc(1540px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #F26B1D;}
.service-header .plain-lead p{margin-top:calc(1.5rem / 3);}
.service-header .fresh-method{margin-top:var(--layer-local);padding-top:calc(2rem * 1.5);border-top:1px solid #D2DBE6;}
.service-header .public-menu{max-width:calc(1540px / 1.7);}
.service-header .team-tile{display:flex;flex-wrap:wrap;gap:2rem;margin-top:calc(2rem * 1.5);}
.service-header .team-tile a{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:var(--ink-soft);color:#F4F7FB;text-decoration:none;font-size:calc(16.6px * .875);transition:background 520ms var(--speed-base);}
.service-header .team-tile a:hover{background:#123A66;color:var(--line-dark);}
@media (max-width:720px){.service-header .plain-lead{flex:1 1 100%;}.service-header .strong-fields{max-width:none;}
}
.badge-signal{
  padding: calc(1.5rem * 2.4) 2.59rem;
  background: #F26B1D;
  color: #1A0F05;
}
.badge-signal .team-nav{
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 1.28rem;
  overflow: hidden;
  background: #F5F8FC;
  color: #0B1728;
  box-shadow: 0 18px 38px rgba(0,0,0,0.29);
}
.badge-signal .simple-team{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2rem * 1.5);
  border-bottom: 1px solid #D2DBE6;
  background: #E4EBF3;
  color: var(--surface-strong);
}
.badge-signal .simple-team span{font-size: calc(16.6px * .875);
  letter-spacing: .02em;}
.badge-signal a{text-decoration: none;}
.badge-signal .simple-team a{font-size: calc(16.6px * .875);
  border-bottom: 1px solid #F26B1D;
  padding-bottom: 2px;}
.badge-signal .strong-method{display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 2rem;
  padding: calc(2rem * 1.5);}
.badge-signal h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.badge-signal .plain-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.6px;
  line-height: 1.73;}
.badge-signal .active-nav{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #D2DBE6;
  border: 1px solid #D2DBE6;
  border-radius: 0.47rem;
  overflow: hidden;color:var(--line-dark);}
.badge-signal .active-nav a{
  display: block;
  padding: calc(1.5rem * .75);
  background: var(--surface-clear);
  color: var(--line-dark);
  transition: background 520ms var(--speed-base);
}
.badge-signal .active-nav a:hover{
  background: #E4EBF3;color:var(--surface-strong);}
.badge-signal .active-nav span,
.badge-signal .active-nav small{display: block;
  font-size: calc(16.6px * .875);}
.badge-signal .active-nav strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(16.6px * 1.125);}
@media (max-width: 780px) {.badge-signal .strong-method{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.badge-signal .simple-team{
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-nav{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,2.1rem);
        border-left:3px solid #F26B1D;
    }
.site-nav h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:720;
        letter-spacing:-0.01em;}
.site-nav p{margin:clamp(1rem,2.1vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:var(--surface-strong);}
@media (max-width:680px){.wide-steps{padding-left:1rem}.site-nav{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.active-links{
  background:#F5F8FC;
  color:#0B1728;
  padding:calc(1.5rem * 2.4) 2.59rem;
}
.active-links .main-surface{max-width:1540px;
  margin:0 auto;}
.active-links .strong-fields{display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 1.5);
  align-items:flex-start;}
.active-links h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;}
.active-links .strong-fields p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--surface-strong);
  line-height:1.73;}
.active-links .featured-flow{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.active-links .plain-lead{flex:1 1 17rem;
  min-width:0;
  padding-top:1.5rem;
  border-top:2px solid #F26B1D;}
.active-links .plain-lead strong{display:block;
  font-size:16.6px;}
.active-links .plain-lead span{display:block;
  margin-top:.4rem;
  color:var(--surface-strong);
  line-height:1.73;}
.active-links .content-plan{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2rem;}
.active-links .main-panel{
  display:inline-flex;
  background:var(--ink-soft);
  color:#F4F7FB;
  text-decoration:none;
  border-radius:1.28rem;
  padding:.75rem 1.2rem;
}
.active-links .main-panel:hover{
  background:#123A66;color:var(--line-dark);}
.active-links .main-links{color:#0B2545;
  text-decoration:underline;
  text-underline-offset:3px;}
.active-links .main-links:hover{color:inherit;}
.active-links .public-menu{margin:calc(2rem * 1.5) 0 0;
  color:var(--surface-strong);
  font-size:calc(16.6px * .875);
  line-height:1.73;}
@media (max-width:680px){.active-links .featured-flow{display:block}.active-links .plain-lead{margin-top:2rem}.active-links .content-plan{display:block}.active-links .main-links{display:inline-block;margin-top:1.5rem}
}
.contact-form{
    padding: calc(1.5rem * 2.4) 2.59rem;
    background: #F5F8FC;
    color: #0B1728;
}
.contact-form .main-surface{max-width: 1540px;
    margin: 0 auto;}
.contact-form .text-feature{margin-bottom: calc(2rem * 1.5);}
.contact-form .text-feature p{margin: 0 0 .4rem;
    font-size: calc(16.6px * .875);
    letter-spacing: .04em;
    text-transform: uppercase;}
.contact-form h2{margin: 0;
    font-size: calc(16.6px * 2);
    line-height: 1.1;}
.contact-form .plain-visual{margin: 0 0 calc(1.5rem * .75);
    font-size: 16.6px;
    line-height: 1.73;}
.contact-form .content-actions{display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;}
.contact-form .plain-lead{
    flex: 1 1 min(100%, 20rem);
    margin: 0;
    background: var(--surface-clear);
    color: var(--line-dark);
    border: 1px solid #D2DBE6;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.contact-form .bottom-story{flex: 1 1 min(100%, 32rem);}
.contact-form .simple-group{flex: 1 1 min(100%, 22rem);}
.contact-form img{display: block;
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;}
.contact-form .simple-group img{aspect-ratio: 4/5;}
.contact-form figcaption{padding: calc(1.5rem * .75);}
.contact-form span{display: block;
    font-size: calc(16.6px * .875);}
.contact-form h3{margin: .35rem 0 .5rem;
    font-size: calc(16.6px * 1.35);
    line-height: 1.2;}
.contact-form p{margin: 0;
    font-size: 16.6px;
    line-height: 1.73;}
@media (max-width: 720px) {.contact-form .plain-lead,
    .contact-form .bottom-story,
    .contact-form .simple-group{
        flex: 1 1 100%;
    }.contact-form .simple-group img{
        aspect-ratio: 16/10;
    }
}
.media-body{--layer-local:calc(1.5rem * 1.2);--layer-static:calc(1540px / 3.3);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.media-body .main-surface{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.media-body h2,.media-body h3,.media-body p{margin:0;}
.media-body h2{font-size:calc(16.6px * 2);line-height:1.14;}
.media-body h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.media-body p{font-size:16.6px;line-height:1.73;color:var(--surface-strong);}
.media-body .strong-fields{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.media-body .strong-fields>h2{flex:1 1 calc(1540px / 3);min-width:0;}
.media-body .strong-fields>.plain-visual{flex:1 1 calc(1540px / 2.4);min-width:0;}
.media-body .content-plan{display:flex;flex-wrap:wrap;gap:var(--layer-local);}
.media-body .plain-lead{flex:1 1 var(--layer-static);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);border-radius:1rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;box-shadow:0 1px 4px rgba(0,0,0,0.18);}
.media-body .plain-lead img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.media-body .plain-lead p{flex:1 1 auto;}
.media-body .team-tile{align-self:flex-start;margin-top:auto;font-size:calc(16.6px * .875);font-weight:600;letter-spacing:.02em;color:inherit;text-decoration:none;border-bottom:2px solid #F26B1D;padding-bottom:2px;transition:color 520ms var(--speed-base),border-color 520ms var(--speed-base);}
.media-body .team-tile:hover{color:inherit;border-color:#D8570F;}
.media-body .public-menu{font-size:calc(16.6px * .875);color:var(--surface-strong);}
.media-body .public-menu a{color:#0B2545;text-decoration:underline;text-underline-offset:3px;}
.media-body .public-menu a:hover{color:inherit;}
@media (max-width:720px){.media-body .strong-fields>h2,.media-body .strong-fields>.plain-visual{flex:1 1 100%;}.media-body .plain-lead{flex:1 1 100%;}
}
.clear-nav{padding:calc(1.5rem * 2.4) 2.59rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);color:#F4F7FB}
.clear-nav .main-surface{max-width:1540px;margin:0 auto}
.clear-nav .strong-fields{margin-bottom:calc(2rem * 1.5)}
.clear-nav h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.clear-nav .strong-fields p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.73}
.clear-nav .bottom-copy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2rem}
.clear-nav .contact-fields{padding-top:calc(1.5rem * .75);border-top:1px solid rgba(244,247,251,0.22)}
.clear-nav .contact-fields strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.15}
.clear-nav .contact-fields p{margin:calc(1.5rem * .75) 0 0;font-size:16.6px;line-height:1.73}
.clear-nav .team-tile{margin:calc(2rem * 1.5) 0 0;font-size:calc(16.6px * .875);line-height:1.73}
.clear-nav .team-tile a{color:#F4F7FB;text-decoration:underline;text-underline-offset:3px}
.clear-nav .team-tile a:hover{}
@media(max-width:900px){.clear-nav .bottom-copy{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.clear-nav .bottom-copy{grid-template-columns:1fr}}
.main-service{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem calc(calc(1.5rem * 2.4) * .7);
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.main-service h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.005em;}
.main-service p{margin:clamp(1rem,2.1vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:var(--surface-strong);}
@media (max-width:680px){.wide-steps{padding-left:.9rem;border-left-width:2px;}.main-service{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }
    }
.grid{--layer-local:calc(1.5rem * 1.15);--field-control:calc(1540px / 3.10);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.grid .main-surface{max-width:1540px;margin:0 auto;}
.grid h2,.grid h3,.grid p{margin:0;}
.grid h2{font-size:calc(16.6px * 2);line-height:1.12;}
.grid h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.grid p{font-size:16.6px;line-height:1.73;}
.grid .featured-flow{display:flex;flex-direction:column;gap:var(--layer-local);}
.grid .strong-fields{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.grid .strong-fields>h2{flex:1 1 calc(1540px / 3);min-width:0;}
.grid .strong-fields>.plain-visual{flex:1 1 calc(1540px / 3);min-width:0;}
.grid .open-inner{display:flex;flex-wrap:wrap;gap:2rem;}
.grid .plain-lead{flex:1 1 calc(1540px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;}
.grid .plain-lead .content-brand{margin-bottom:calc(1.5rem / 3);font-size:calc(16.6px * .875);letter-spacing:.06em;text-transform:uppercase;}
.grid .plain-lead h3{margin-bottom:calc(1.5rem / 3);}
.grid .plain-lead p{}
.grid .team-tile{margin-top:var(--layer-local);}
.grid a{text-decoration:underline;text-underline-offset:3px;}
.grid a:hover{}
@media (max-width:720px){.grid .plain-lead{flex:1 1 100%;}
}
.top-callout{--layer-local:calc(1.5rem * 1.12);--field-control:calc(1540px / 2.45);--type-lead:calc(1540px / 3.38);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.top-callout .main-surface{max-width:1540px;margin:0 auto;}
.top-callout h1,.top-callout h2,.top-callout h3,.top-callout p{margin:0;}
.top-callout h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.top-callout h2{font-size:calc(16.6px * 2);line-height:1.12;}
.top-callout h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.top-callout p{font-size:16.6px;line-height:1.73;color:var(--surface-strong);}
.top-callout a{color:#0B2545;text-decoration:none;border-bottom:1px solid #0B2545;}
.top-callout a:hover{color:inherit;border-bottom-color:#F26B1D;}
.top-callout img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.top-callout .plain-visual,.top-callout .public-menu{}
.top-callout .public-menu{margin-top:1.5rem;font-size:calc(16.6px * .875);}
.top-callout .open-inner{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.top-callout .plain-lead{min-width:0;padding-left:1.5rem;border-left:2px solid #F26B1D;}
.top-callout .plain-lead p{margin-top:calc(1.5rem / 3);}
.top-callout .narrow-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.top-callout .narrow-method>.compact-figure{flex:1 1 calc(1540px / 3);min-width:0;}
.top-callout .narrow-method>.open-inner{flex:2 1 calc(1540px / 2);margin-top:0;}
.top-callout .narrow-method>img{margin-left:auto;max-width:var(--type-lead);}
.top-callout .compact-figure .plain-visual{margin-top:1.5rem;}
@media (max-width: 900px){.top-callout .narrow-method>img{margin-left:0;max-width:100%;}
}
.secondary-inner{--layer-local:calc(1.5rem * 0.93);--field-control:calc(1540px / 2.17);--label-meta:calc(1540px / 3.23);padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;}
.secondary-inner .main-surface{max-width:1540px;margin:0 auto;}
.secondary-inner h1,.secondary-inner h2,.secondary-inner h3,.secondary-inner p,.secondary-inner ul{margin:0;}
.secondary-inner h2{font-size:calc(16.6px * 2);line-height:1.12;}
.secondary-inner h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.secondary-inner p{font-size:16.6px;line-height:1.73;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-inner a{color:inherit;text-decoration:none;}
.secondary-inner .fresh-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-inner .quiet-header{row-gap:calc(var(--layer-local) * 1.2);}
.secondary-inner .plain-visual{margin-top:1.5rem;max-width:calc(1540px / 2);}
.secondary-inner .narrow-nav{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.secondary-inner .plain-lead{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #F26B1D;}
.secondary-inner .plain-lead p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.secondary-inner .plain-visual{max-width:none;}.secondary-inner .plain-lead{padding-inline-start:calc(calc(1.5rem * .75) * .7);}
}
.public-panel{--layer-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.public-panel .main-surface{max-width:1540px;margin:0 auto;}
.public-panel h1,.public-panel h2,.public-panel h3,.public-panel p{margin:0;}
.public-panel h2{font-size:calc(16.6px * 2);line-height:1.12;}
.public-panel p{font-size:16.6px;line-height:1.73;}
.public-panel a{color:#0B2545;text-decoration:none;}
.public-panel a:hover{color:inherit;}
.public-panel .public-menu{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-strong);}
.public-panel .plain-visual{color:#0B1728;}
.public-panel .compact-figure{color:var(--surface-strong);}
.public-panel .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;font-weight:600;transition:background 520ms var(--speed-base);}
.public-panel .main-panel:hover{background:#D8570F;color:#1A0F05;}
.public-panel .team-tile{font-size:calc(16.6px * .875);color:var(--surface-strong);}
.public-panel .team-tile a{text-decoration:underline;text-underline-offset:3px;}
.public-panel .local-benefit>h2,.public-panel .local-benefit>p,.public-panel .local-benefit>.main-panel{margin-top:1.5rem;}
.public-panel .local-benefit>.team-tile{margin-top:calc(2rem * 1.5);}
.contact-service{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem calc(calc(1.5rem * 2.4) * .7);
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.6vw,1.15rem);
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.contact-service h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.contact-service p{margin:0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.contact-service{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.wide-steps{
            padding-left:1rem;
        }
    }
.active-quote{
        padding:calc(1.5rem * 2.4) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.active-quote .main-surface{max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);}
.active-quote .strong-fields h2{margin:0 0 0.5rem;
        font-size:calc(16.6px * 2);
        line-height:1.2;}
.active-quote .strong-fields p{margin:0;
        font-size:16.6px;
        line-height:1.73;}
.active-quote .active-nav{display:flex;
        flex-direction:column;
        border-top:1px solid #D2DBE6;}
.active-quote .local-details{display:grid;
        grid-template-columns:120px 1fr 200px;
        gap:2rem;
        align-items:start;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid #D2DBE6;}
.active-quote .main-quote{font-size:calc(16.6px * .875);
        font-weight:700;
        letter-spacing:0.04em;
        text-transform:uppercase;}
.active-quote .strong-method p{margin:0 0 0.4rem;
        font-size:16.6px;
        line-height:1.73;}
.active-quote .strong-method p.addr{font-size:calc(16.6px * .875);}
.active-quote .strong-method a{text-decoration:none;
        font-weight:700;
        border-bottom:1px solid #F26B1D;
        padding-bottom:1px;}
.active-quote .strong-method a:hover{}
.active-quote .clear-body{font-size:calc(16.6px * .875);
        text-align:right;}
.active-quote .public-menu{
        margin:0;
        padding:calc(1.5rem * .75);
        background:#E4EBF3;
        color:var(--surface-strong);
        border-radius:0.47rem;
        font-size:calc(16.6px * .875);
        line-height:1.73;
    }
.active-quote .plain-method{display:flex;
        flex-wrap:wrap;
        gap:2rem;
        align-items:center;
        justify-content:space-between;
        padding-top:calc(2rem * 1.5);
        border-top:2px solid #F26B1D;}
.active-quote .plain-method p{margin:0;
        flex:1 1 320px;
        font-size:16.6px;
        line-height:1.73;}
.active-quote .team-tile{display:flex;
        flex-wrap:wrap;
        gap:calc(1.5rem * .75);}
.active-quote .team-tile a{
        display:inline-block;
        padding:0.6rem 1.1rem;
        background:var(--ink-soft);
        color:#F4F7FB;
        border-radius:0.47rem;
        text-decoration:none;
        font-size:calc(16.6px * .875);
        font-weight:700;
    }
.active-quote .team-tile a:hover{
        background:#123A66;color:var(--line-dark);}
@media (max-width:820px){.active-quote .local-details{
            grid-template-columns:1fr;
            gap:0.5rem;
        }.active-quote .clear-body{
            text-align:left;
        }
    }
.wide-links{background:#F5F8FC;color:#0B1728;padding:calc(1.5rem * 2.4) 2.59rem}
.wide-links .main-surface{max-width:1540px;margin:0 auto}
.wide-links .text-lead{display:flex;align-items:flex-start;gap:calc(2rem * 1.5)}
.wide-links .strong-fields{flex:0 1 30rem;min-width:0}
.wide-links h2{margin:0;font-size:clamp(calc(16.6px * 2),5vw,calc(16.6px * 2.65));line-height:1.08;letter-spacing:0}
.wide-links p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.65}
.wide-links .site-actions{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D2DBE6}
.wide-links .local-details{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #D2DBE6;color:inherit;text-decoration:none}
.wide-links a.row:hover strong{color:inherit;}
.wide-links strong{flex:0 1 14rem;min-width:0;font-size:16.6px}
.wide-links span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.wide-links .text-lead,.wide-links .local-details{flex-direction:column}.wide-links .local-details{gap:calc(calc(1.5rem * .75)*.5)}}
.top-flow{
  padding: calc(1.5rem * 2.4) 2.59rem;
  background: #F26B1D;
  color: #1A0F05;
}
.top-flow .team-nav{
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 1.28rem;
  overflow: hidden;
  background: #F5F8FC;
  color: #0B1728;
  box-shadow: 0 18px 38px rgba(0,0,0,0.29);
}
.top-flow .simple-team{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #D2DBE6;}
.top-flow .simple-team span{font-size: calc(16.6px * .875);}
.top-flow a{text-decoration: none;}
.top-flow .simple-team a{border-bottom: 1px solid #F26B1D;
  padding-bottom: 2px;}
.top-flow .strong-method{display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 2rem;
  padding: calc(2rem * 1.5);}
.top-flow h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.top-flow .plain-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.6px;
  line-height: 1.73;}
.top-flow .active-nav{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.top-flow .active-nav a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #D2DBE6;
  border-left: 3px solid #F26B1D;
  border-radius: 0.47rem;
  background: var(--surface-clear);
  color: var(--line-dark);
  transition: border-color 520ms var(--speed-base);
}
.top-flow .active-nav a:hover{border-left-color: var(--ink-soft);}
.top-flow .active-nav span,
.top-flow .active-nav small{display: block;
  font-size: calc(16.6px * .875);}
.top-flow .active-nav strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(16.6px * 1.35);
  line-height: 1.2;}
@media (max-width: 780px) {.top-flow .strong-method{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.top-flow .simple-team{
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-region{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.wide-steps{
        padding-left:clamp(1.1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.site-region h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.35rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.site-region p{margin:clamp(1rem,2.1vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.site-region{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.wide-steps{
            padding-left:1rem;
        }
    }
.plain-track{--layer-local:calc(1.5rem * 1.35);--field-control:calc(1540px / 2.20);padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;}
.plain-track .main-surface{max-width:1540px;margin:0 auto;}
.plain-track h1,.plain-track h2,.plain-track h3,.plain-track p{margin:0;}
.plain-track h2{font-size:calc(16.6px * 2);line-height:1.12;}
.plain-track h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.plain-track p{font-size:16.6px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.plain-track a{color:inherit;text-decoration:none;}
.plain-track .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;font-weight:600;}
.plain-track .main-panel:hover{background:#D8570F;color:var(--line-dark);}
.plain-track .public-menu{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.plain-track .plain-visual{margin-top:calc(1.5rem / 2);}
.plain-track .open-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--layer-local);}
.plain-track .plain-lead{flex:1 1 calc(1540px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-track .plain-lead p,.plain-track .plain-lead a{margin-top:calc(1.5rem / 3);}
.plain-track .plain-lead a{display:inline-block;font-size:calc(16.6px * .875);font-weight:600;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.plain-track .plain-lead a:hover{border-bottom-color:#F26B1D;}
.plain-track .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.plain-track .site-team>.compact-figure{flex:1 1 auto;min-width:0;}
.plain-track .site-team>.main-panel{flex:0 0 auto;}
.plain-track .site-team>.open-inner{flex:1 1 100%;}
.plain-track .compact-figure h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.plain-track .plain-lead{flex:1 1 100%;}.plain-track .site-team>.main-panel{width:100%;}
}
.bottom-links{
        padding: calc(1.5rem * 2.4) 2.59rem;
        background: #E4EBF3;
        color: var(--surface-strong)
    }
.bottom-links .main-surface{max-width: 1540px;
        margin: 0 auto}
.bottom-links .text-lead{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(2rem * 1.5);
        align-items: start}
.bottom-links .strong-fields{min-width: 0;
        position: sticky;
        top: 1.5rem}
.bottom-links h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.1}
.bottom-links .strong-fields p{margin: 1.5rem 0 0;
        font-size: 16.6px;
        line-height: 1.73}
.bottom-links ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D2DBE6}
.bottom-links li{display: grid;
        grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
        gap: 2rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D2DBE6}
.bottom-links strong{font-size: 16.6px;
        line-height: 1.25;
        font-weight: 700}
.bottom-links span{min-width: 0;
        line-height: 1.73}
@media (max-width: 900px) {.bottom-links .text-lead{
            grid-template-columns: 1fr
        }.bottom-links .strong-fields{
            position: static
        }
    }
@media (max-width: 620px) {.bottom-links li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75)
        }
    }
.compact-view{
        padding: calc(1.5rem * 2.4) 2.59rem;
        background: linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);
        color: #F4F7FB;
    }
.compact-view .main-surface{max-width: 1540px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.6fr);
        gap: calc(2rem * 1.5);
        align-items: start;}
.compact-view .plain-visual{position: sticky;
        top: 1.5rem;}
.compact-view h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.08;}
.compact-view .plain-visual p{margin: calc(1.5rem * .75) 0 0;
        font-size: 16.6px;
        line-height: 1.73;}
.compact-view .plain-visual .public-menu{font-size: calc(16.6px * .875);
        opacity: 0.82;}
.compact-view .text-lead{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.compact-view .compact-items{
        padding: calc(1.5rem * .75);
        border: 1px solid #D2DBE6;
        border-radius: 1rem;
        background: var(--surface-clear);
        color: var(--line-dark);
        box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    }
.compact-view .main-headline{margin: 0;
        font-size: 16.6px;
        line-height: 1.73;}
.compact-view .soft-tile{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D2DBE6;
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(16.6px * .875);}
.compact-view .soft-tile strong{font-size: 16.6px;}
@media (max-width: 880px) {.compact-view .main-surface{
            grid-template-columns: 1fr;
        }.compact-view .plain-visual{
            position: static;
        }
    }
@media (max-width: 520px) {.compact-view .soft-tile{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.narrow-area{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.narrow-area h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.4rem);
        line-height:1.04;
        font-weight:730;
        letter-spacing:-0.01em;}
.narrow-area p{margin:clamp(1rem,2.1vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;}
@media (max-width:680px){.wide-steps{padding-left:.95rem;border-left-width:2px;}.narrow-area{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.public-links{padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728}
.public-links .main-surface{max-width:1540px;margin:0 auto;width:min(100%,52rem)}
.public-links .strong-fields{margin-bottom:calc(2rem * 1.5)}
.public-links .strong-fields .plain-visual{margin:0;color:var(--surface-strong);font-size:16.6px;line-height:1.73}
.public-links h2{margin:1.5rem 0 0;font-size:calc(16.6px * 2);line-height:1.1}
.public-links .primary-items{display:flex;flex-direction:column;gap:1.5rem}
.public-links .public-menu{padding:1.5rem 0;border-top:1px solid #D2DBE6;color:var(--surface-strong);line-height:1.73}
.public-links .public-menu p{margin:0}
.public-links .public-menu p + p{margin-top:calc(1.5rem * .75)}
.public-links .local-details{padding:1.5rem 0;border-top:1px solid #D2DBE6}
.public-links .local-details strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.15}
.public-links .local-details p{margin:calc(1.5rem * .75) 0 0;line-height:1.73;color:var(--surface-strong)}
.public-links .team-tile{margin-top:calc(2rem * 1.5);padding-top:1.5rem;border-top:1px solid #D2DBE6}
.public-links .team-tile p{margin:0;color:var(--surface-strong);line-height:1.73}
.public-links .team-tile a{color:#0B2545;text-decoration:underline;text-underline-offset:3px}
.public-links .team-tile a:hover{color:inherit;}
@media (max-width:640px){.public-links h2{font-size:calc(16.6px * 1.35)}.public-links .local-details strong{font-size:calc(16.6px * 1.125)}
}
.local-unit{--layer-local:calc(1.5rem * 1.25);--field-control:calc(1540px / 2.30);padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;}
.local-unit .main-surface{max-width:1540px;margin:0 auto;}
.local-unit h1,.local-unit h2,.local-unit h3,.local-unit p{margin:0;}
.local-unit h2{font-size:calc(16.6px * 2);line-height:1.14;}
.local-unit h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.local-unit p{font-size:16.6px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.local-unit a{color:inherit;text-decoration:none;}
.local-unit .public-menu{font-size:calc(16.6px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.local-unit .plain-visual{margin-top:calc(1.5rem / 2);}
.local-unit .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;}
.local-unit .main-panel:hover{background:#D8570F;color:var(--line-dark);}
.local-unit .open-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--layer-local);}
.local-unit .plain-lead{flex:1 1 calc(1540px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-unit .plain-lead p{margin-top:calc(1.5rem / 3);}
.local-unit .plain-lead .bottom-area{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(16.6px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.local-unit .plain-lead .bottom-area:hover{border-color:#F26B1D;}
.local-unit .team-tile{margin-top:var(--layer-local);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.local-unit .team-tile a{border-bottom:1px solid currentColor;padding-bottom:1px;}
.local-unit .team-tile a:hover{border-color:#F26B1D;}
.local-unit .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.local-unit .site-team>.compact-figure{flex:1 1 auto;min-width:0;}
.local-unit .site-team>.main-panel{flex:0 0 auto;}
.local-unit .site-team>.open-inner{flex:1 1 100%;}
.local-unit .compact-figure h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.local-unit .plain-lead{flex:1 1 100%;}.local-unit .site-team>.main-panel{flex:1 1 100%;width:100%;}
}
.plain-benefit{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:2rem;
    }
.wide-steps{
        flex:1 1 34rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.plain-benefit h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.55rem);
        line-height:1.08;
        font-weight:730;
        letter-spacing:-0.01em;}
.plain-benefit p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.15rem);
        line-height:1.72;
        color:var(--surface-strong);}
@media (max-width:760px){.plain-benefit{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.wide-steps{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.site-view{--layer-local:calc(1.5rem * 1.45);--type-lead:calc(1540px / 3.83);padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB;}
.site-view .main-surface{max-width:1540px;margin:0 auto;}
.site-view h1,.site-view h2,.site-view h3,.site-view p{margin:0;}
.site-view h2{font-size:calc(16.6px * 2);line-height:1.12;}
.site-view p{font-size:16.6px;line-height:1.73;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-view a{color:inherit;text-decoration:none;}
.site-view img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.47rem;flex:0 1 min(28rem,38vw);}
.site-view .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;}
.site-view .local-benefit{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.site-view .local-benefit .compact-figure{flex:1 1 24rem;min-width:0;}
.site-view .local-benefit h2,.site-view .local-benefit p,.site-view .local-benefit .main-panel{margin-top:1.5rem;}
.site-view .local-benefit img{margin-top:var(--layer-local);}
.site-view .team-tile{font-size:calc(16.6px * .875);}
.site-view .team-tile a{text-decoration:underline;text-underline-offset:0.2em;}
.site-view .team-tile a:hover{}
.secondary-lead{
  padding: calc(1.5rem * 2.4) 2.59rem;
  background: #0B2545;
  color: #F4F7FB;
}
.secondary-lead .main-surface{max-width: min(1540px, 72rem);
  margin: 0 auto;}
.secondary-lead .strong-fields h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.secondary-lead .site-group{margin: calc(1.5rem * .75) 0 calc(2rem * 1.5);
  font-size: calc(16.6px * 1.125);
  color: #C3CDDA;}
.secondary-lead .content-plan{display: flex;
  flex-wrap: wrap;
  gap: 2rem;}
.secondary-lead .plain-lead{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #22334A;}
.secondary-lead .main-headline{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.6px;
  line-height: 1.73;}
.secondary-lead .soft-intro{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.secondary-lead .wide-nav{font-weight: 700;
  font-size: 16.6px;}
.secondary-lead .text-area{font-size: calc(16.6px * .875);
  color: #C3CDDA;}
.secondary-lead .narrow-plan{margin-top: calc(2rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334A;}
.secondary-lead .main-contact{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.6px * .875);
  color: #C3CDDA;}
.secondary-lead .direct-visual{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2rem;}
.secondary-lead .direct-visual li{font-size: calc(16.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F26B1D;}
@media (max-width: 700px) {.secondary-lead .content-plan{
    display: block;
  }.secondary-lead .plain-lead + .plain-lead{
    margin-top: 2rem;
  }
}
.active-block{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem calc(calc(1.5rem * 2.4) * .7);
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.wide-steps{
        flex:1 1 auto;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.active-block h1{margin:0;
        font-family:"Quicksand", sans-serif;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:700;
        letter-spacing:-0.01em;}
.active-block p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:var(--surface-strong);}
@media (max-width:680px){.active-block{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.wide-steps{
            padding-left:.9rem;
            border-left-width:2px;
        }
    }
.bottom-contact{
        --layer-local: calc(1.5rem * 1.22);
        --label-meta: calc(1540px / 3.62);
        padding: calc(1.5rem * 2.4) 2.59rem;
        background: #0B2545;
        color: #F4F7FB;
    }
.bottom-contact .main-surface{max-width: 1540px;
        margin: 0 auto;}
.bottom-contact h2,
    .bottom-contact h3,
    .bottom-contact p{margin: 0;}
.bottom-contact h2{font-size: calc(16.6px * 2);
        line-height: 1.12;}
.bottom-contact h3{font-size: calc(16.6px * 1.35);
        line-height: 1.22;}
.bottom-contact p{font-size: 16.6px;
        line-height: 1.73;}
.bottom-contact a{color: inherit;
        text-decoration: none;}
.bottom-contact .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2rem;}
.bottom-contact .row-title h2{flex: 1 1 calc(1540px / 3);
        min-width: 0;}
.bottom-contact .row-title > p{flex: 1 1 calc(1540px / 3);
        min-width: 0;}
.bottom-contact .media-frame{padding-block: calc(var(--layer-local) / 2);}
.bottom-contact .quiet-header{row-gap: calc(var(--layer-local) * 1.15);}
.bottom-contact .open-inner{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--layer-local);
        margin-top: var(--layer-local);}
.bottom-contact .plain-lead{flex: 1 1 var(--label-meta);
        min-width: 0;
        padding-top: calc(1.5rem / 2);
        border-top: 1px solid color-mix(in srgb, #F4F7FB 22%, transparent);}
.bottom-contact .plain-lead p{margin-top: calc(1.5rem / 3);
        opacity: .88;}
.bottom-contact .plain-lead a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid #F26B1D;
        color: #F26B1D;
        font-size: calc(16.6px * .875);
        letter-spacing: .02em;
        transition: color 520ms var(--speed-base),
                    border-color 520ms var(--speed-base);}
.bottom-contact .plain-lead a:hover{color:inherit;
        border-bottom-color: #D8570F;}
.card--explainer{padding:calc(1.5rem * 2.4) 2.59rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);color:#F4F7FB}
.card--explainer .main-surface{max-width:1540px;margin:0 auto}
.card--explainer .content-plan{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.card--explainer .scene{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F4F7FB 28%,transparent);padding-left:1.5rem}
.card--explainer .scene p{margin:0;line-height:1.73}
.card--explainer .fresh-rail{flex:1 1 44rem;min-width:0}
.card--explainer h2{margin:0;max-width:20ch;font-size:calc(16.6px * 2);line-height:1.08}
.card--explainer .site-actions{margin-top:calc(2rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.card--explainer .site-actions p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.card--explainer strong{flex:0 1 15rem;min-width:0;font-size:calc(16.6px * .875)}
.card--explainer span{flex:1 1 28rem;min-width:0;line-height:1.73}
@media(max-width:760px){.card--explainer .content-plan,.card--explainer .site-actions p{display:block}.card--explainer .scene{border-left:0;padding-left:0}.card--explainer .fresh-rail{margin-top:calc(2rem * 1.5)}.card--explainer span{display:block;margin-top:calc(1.5rem * .75)}.card--explainer h2{font-size:calc(16.6px * 2)}}
.narrow-benefit{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        flex:1 1 auto;
        padding-left:clamp(1.1rem,2.4vw,2.1rem);
        border-left:3px solid #F26B1D;
    }
.narrow-benefit h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.narrow-benefit p{margin:clamp(1rem,2.1vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;
        color:var(--surface-strong);}
@media (max-width:680px){.narrow-benefit{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.wide-steps{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.service-story{--layer-local:calc(1.5rem * 1.12);--field-control:calc(1540px / 2.15);padding:calc(1.5rem * 2.4) 2.59rem;background:#E4EBF3;color:var(--surface-strong);}
.service-story .main-surface{max-width:1540px;margin:0 auto;}
.service-story h1,.service-story h2,.service-story h3,.service-story p{margin:0;}
.service-story h2{font-size:calc(16.6px * 2);line-height:1.12;}
.service-story p{font-size:16.6px;line-height:1.73;}
.service-story a{color:inherit;text-decoration:none;}
.service-story .public-menu{font-size:calc(16.6px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.72;}
.service-story .plain-visual{margin-top:calc(1.5rem / 2);}
.service-story .main-panel{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.29rem;background:var(--ink-soft);color:#F4F7FB;}
.service-story .main-panel:hover{background:#123A66;color:var(--line-dark);}
.service-story .open-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--layer-local);}
.service-story .plain-lead{flex:1 1 calc(1540px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;border-radius:0.47rem;}
.service-story .plain-lead .soft-intro{margin-bottom:calc(1.5rem / 3);font-size:calc(16.6px * .875);font-weight:600;color:inherit;}
.service-story .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.service-story .site-team>.compact-figure{flex:1 1 auto;min-width:0;}
.service-story .site-team>.main-panel{flex:0 0 auto;}
.service-story .site-team>.open-inner{flex:1 1 100%;}
.service-story .compact-figure h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.service-story .plain-lead{flex:1 1 100%;}.service-story .main-panel{width:100%;}
}
.primary-note{
        padding: calc(1.5rem * 2.4) 2.59rem;
        background: linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);
        color: #F4F7FB;
    }
.primary-note .main-surface{max-width: 1540px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2rem * 1.5);}
.primary-note .plain-visual{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(2rem * 1.5);
        border-bottom: 1px solid rgba(244, 247, 251, 0.22);}
.primary-note h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.1;}
.primary-note .plain-visual p{margin: 0;
        font-size: calc(16.6px * 1.125);
        line-height: 1.73;}
.primary-note .text-lead{display: flex;
        flex-direction: column;}
.primary-note .compact-items{display: grid;
        grid-template-columns: minmax(0, 1fr) 16rem;
        gap: calc(1.5rem * .75);
        align-items: start;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(244, 247, 251, 0.18);}
.primary-note .compact-items:last-child{border-bottom: 0;}
.primary-note .main-headline{font-size: 16.6px;
        line-height: 1.73;}
.primary-note .soft-tile{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #F26B1D;}
.primary-note .soft-tile strong{font-size: calc(16.6px * .875);
        letter-spacing: 0.02em;}
.primary-note .soft-tile span{font-size: calc(16.6px * .875);
        opacity: 0.82;}
@media (max-width: 760px) {.primary-note .compact-items{
            grid-template-columns: 1fr;
        }.primary-note .soft-tile{
            padding-left: 0;
            padding-top: 0.5rem;
            border-left: 0;
            border-top: 2px solid #F26B1D;
        }
    }
.main-entries{--layer-local:calc(1.5rem * 1.28);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.main-entries .main-surface{max-width:1540px;margin:0 auto;}
.main-entries h2,.main-entries p{margin:0;}
.main-entries h2{font-size:calc(16.6px * 2);line-height:1.14;}
.main-entries p{font-size:16.6px;line-height:1.73;}
.main-entries a{color:#0B2545;text-decoration:underline;text-underline-offset:3px;}
.main-entries a:hover{color:inherit;}
.main-entries .active-note{display:flex;flex-direction:column;gap:var(--layer-local);}
.main-entries .primary-frame{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.main-entries .plain-visual{color:var(--surface-strong);}
.main-entries .media-note{display:flex;flex-direction:column;gap:calc(calc(2rem * 1.5) / 2.2);}
.main-entries details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;box-shadow:0 1px 4px rgba(0,0,0,0.18);}
.main-entries summary{cursor:pointer;font-weight:700;font-size:calc(16.6px * 1.125);line-height:1.3;list-style:none;}
.main-entries summary::-webkit-details-marker{display:none;}
.main-entries summary::after{content:"+";float:right;font-weight:700;color:inherit;margin-left:calc(2rem * 1.5);}
.main-entries details[open] summary::after{content:"–";}
.main-entries details p{margin-top:calc(1.5rem / 2.6);color:var(--surface-strong);}
.main-entries .team-tile{margin-top:calc(1.5rem / 1.6);font-size:calc(16.6px * .875);color:var(--surface-strong);}
@media (max-width:720px){.main-entries summary{font-size:16.6px;}.main-entries details{padding:calc(1.5rem * .75);}
}
.fresh-frame{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.fresh-frame h1{margin:0;
        font-family:"Quicksand", sans-serif;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.fresh-frame p{margin:clamp(.9rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.68;
        color:var(--surface-strong);}
.offer-links{
        padding:calc(1.5rem * .75) calc(1.5rem * .75);
        background:#E4EBF3;
        color:var(--surface-strong);
        border-radius:0.47rem;
        border-left:3px solid var(--ink-soft);
    }
.offer-links p{margin:0;
        font-size:calc(16.6px * .875);
        line-height:1.66;
        color:var(--surface-strong);}
@media (max-width:680px){.fresh-frame{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.wide-steps{padding-left:1rem;}
    }
.visual-surface{--layer-local:calc(1.5rem * 1.45);--field-control:calc(1540px / 2.95);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.visual-surface .main-surface{max-width:1540px;margin:0 auto;}
.visual-surface h1,.visual-surface h2,.visual-surface h3,.visual-surface p{margin:0;}
.visual-surface h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.visual-surface h2{font-size:calc(16.6px * 2);line-height:1.12;}
.visual-surface h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.visual-surface p{font-size:16.6px;line-height:1.73;color:var(--surface-strong);}
.visual-surface a{color:inherit;text-decoration:none;}
.visual-surface .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;}
.visual-surface .main-panel:hover{background:#D8570F;color:var(--line-dark);}
.visual-surface .public-menu{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-strong);}
.visual-surface .plain-visual{margin-top:calc(1.5rem / 2);}
.visual-surface .open-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--layer-local);}
.visual-surface .plain-lead{flex:1 1 calc(1540px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D2DBE6;}
.visual-surface .plain-lead p{margin-top:calc(1.5rem / 3);}
.visual-surface .site-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.visual-surface .site-team>.compact-figure{flex:1 1 auto;min-width:0;}
.visual-surface .site-team>.main-panel{flex:0 0 auto;}
.visual-surface .site-team>.open-inner{flex:1 1 100%;}
.visual-surface .compact-figure h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.visual-surface .plain-lead{flex:1 1 100%;}.visual-surface .site-team>.main-panel{width:100%;}
}
.steady-area{--layer-local:calc(1.5rem * 1.35);--field-control:calc(1540px / 2.50);--type-lead:calc(1540px / 3.66);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.steady-area .main-surface{max-width:1540px;margin:0 auto;}
.steady-area h1,.steady-area h2,.steady-area h3,.steady-area p{margin:0;}
.steady-area h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.steady-area h2{font-size:calc(16.6px * 2);line-height:1.12;}
.steady-area h3{font-size:calc(16.6px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 2);}
.steady-area p{font-size:16.6px;line-height:1.73;}
.steady-area a{text-decoration:none;border-bottom:1px solid #0B2545;}
.steady-area a:hover{border-bottom-color:#F26B1D;}
.steady-area img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.steady-area .plain-visual{margin-top:1.5rem;}
.steady-area .open-inner{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:0;}
.steady-area .plain-lead{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #F26B1D;}
.steady-area .plain-lead p{margin-top:0;}
.steady-area .narrow-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.steady-area .narrow-method>.compact-figure{flex:1 1 calc(1540px / 3);min-width:0;}
.steady-area .narrow-method>.open-inner{flex:2 1 calc(1540px / 2);}
.steady-area .narrow-method>img{margin-left:auto;max-width:var(--type-lead);}
.steady-area .team-tile{margin-top:calc(2rem * 1.5);font-size:calc(16.6px * .875);}
@media (max-width: 860px){.steady-area .narrow-method>img{max-width:100%;margin-left:0;}
}
.service-tile{
        background:#F5F8FC;
        color:#0B1728;
        padding:calc(1.5rem * 2.4) 2.59rem;
    }
.service-tile .c{max-width:1540px;
        margin:0 auto;
        display:grid;
        gap:2.59rem;}
@media (min-width:1024px){.service-tile .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.service-tile .simple-footer{display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);}
.service-tile .public-figure h1{font-size:calc(16.6px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.service-tile .public-figure .bottom-proof{font-size:calc(16.6px * 1.125);
        margin:0 0 1rem;}
.service-tile .featured-quote{display:flex;
        flex-wrap:wrap;
        gap:1.2rem;
        font-size:calc(16.6px * .875);}
.service-tile .focused-fields{margin:0;
        border-radius:1rem;
        overflow:hidden;
        box-shadow:0 1px 4px rgba(0,0,0,0.18);}
.service-tile .focused-fields img{display:block;
        width:100%;
        height:auto;}
.service-tile .clear-actions p{margin:0 0 1.1rem;
        line-height:1.73;}
.service-tile .clear-actions h2{font-size:calc(16.6px * 1.35);
        margin:1.6rem 0 0.7rem;}
.service-tile .offer-stack{border-top:1px solid #D2DBE6;
        padding-top:calc(2rem * 1.5);
        display:flex;
        flex-direction:column;
        gap:0.9rem;}
.service-tile .offer-stack .public-menu{margin:0;
        font-size:calc(16.6px * .875);}
.service-tile .team-tile{display:flex;
        flex-wrap:wrap;
        gap:1.2rem;}
.service-tile .team-tile a{text-decoration:none;
        font-size:calc(16.6px * .875);
        border-bottom:1px solid transparent;
        transition:color 520ms var(--speed-base), border-color 520ms var(--speed-base);}
.service-tile .team-tile a:hover{border-bottom-color:#F26B1D;}
.service-tile .public-area{
        background:var(--surface-clear);
        color:var(--line-dark);
        border:1px solid #D2DBE6;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 4px rgba(0,0,0,0.18);
    }
.service-tile .public-area h3{margin:0 0 1rem;
        font-size:16.6px;}
.service-tile .primary-links{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.service-tile .primary-links a{text-decoration:none;
        font-size:calc(16.6px * .875);
        line-height:1.5;
        border-bottom:1px solid transparent;
        transition:color 520ms var(--speed-base), border-color 520ms var(--speed-base);}
.service-tile .primary-links a:hover{border-bottom-color:#F26B1D;}
.offer-media{
  background: #F5F8FC;
  color: #0B1728;
  padding: calc(1.5rem * 2.4) 2.59rem;
}
.offer-media .main-surface{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  gap: 2rem;}
.offer-media h2,
.offer-media h3,
.offer-media p{margin: 0;}
.offer-media h2{font-size: calc(16.6px * 2); line-height: 1.08;}
.offer-media h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.offer-media p{font-size: 16.6px; line-height: 1.73;}
.offer-media .active-footer{display: grid;
  gap: 1.5rem;
  align-content: start;}
.offer-media .active-footer p{color: var(--surface-strong);}
.offer-media .local-body{display: grid;
  border-top: 1px solid #D2DBE6;}
.offer-media .local-details{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(11rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D2DBE6;}
.offer-media .local-details span{font-size: calc(16.6px * .875);
  color: var(--surface-strong);
  text-transform: uppercase;
  letter-spacing: .04em;}
.offer-media .direct-contact{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-clear);
  color: var(--line-dark);
  border: 1px solid #D2DBE6;
}
.offer-media .direct-contact a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.offer-media .direct-contact a:hover{color:inherit;}
@media (max-width: 800px) {.offer-media .local-details{ grid-template-columns: 1fr; }.offer-media .direct-contact{ flex-direction: column; align-items: flex-start; }
}
.featured-panel{padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB}
.featured-panel .main-surface{max-width:1540px;margin:0 auto}
.featured-panel .content-plan{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.featured-panel .scene{flex:0 1 19rem;min-width:0;border-left:1px solid rgba(244,247,251,0.28);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}
.featured-panel .scene p{margin:0;line-height:1.73;font-size:calc(16.6px * .875)}
.featured-panel .scene a{display:inline-flex;align-self:flex-start;border-radius:0.29rem;background:#F26B1D;color:#1A0F05;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(16.6px * .875)}
.featured-panel .scene a:hover{background:#D8570F;color:var(--line-dark);}
.featured-panel .fresh-rail{flex:1 1 46rem;min-width:0}
.featured-panel h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.featured-panel .fresh-rail>p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.73}
.featured-panel .open-inner{margin-top:calc(2rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.featured-panel .open-inner p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.featured-panel .open-inner strong{flex:0 1 13rem;min-width:0;font-size:calc(16.6px * .875);letter-spacing:0.01em}
.featured-panel .open-inner span{flex:1 1 24rem;min-width:0;line-height:1.73;font-size:calc(16.6px * .875)}
@media(max-width:760px){.featured-panel .content-plan,.featured-panel .open-inner p{display:block}.featured-panel .scene{border-left:0;padding-left:0}.featured-panel .fresh-rail{margin-top:calc(2rem * 1.5)}.featured-panel .open-inner span{display:block;margin-top:calc(1.5rem * .75)}.featured-panel h2{font-size:calc(16.6px * 2)}}
.steady-note{
  background:#F5F8FC;
  color:#0B1728;
  padding:calc(1.5rem * 2.4) 2.59rem;
}
.steady-note .main-surface{max-width:1540px;
  margin:0 auto;}
.steady-note .strong-fields{display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 1.5);
  align-items:flex-end;}
.steady-note h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.steady-note .strong-fields p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--surface-strong);
  line-height:1.73;}
.steady-note .featured-flow{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.steady-note .featured-flow a{
  flex:1 1 18rem;
  min-width:0;
  color:var(--line-dark);
  background:var(--surface-clear);
  border:1px solid #D2DBE6;
  border-radius:1rem;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  transition:border-color 520ms var(--speed-base), box-shadow 520ms var(--speed-base);
}
.steady-note .featured-flow a:hover,
.steady-note .featured-flow a:focus-visible{border-color:#F26B1D;
  box-shadow:0 1px 4px rgba(0,0,0,0.18);
  outline:none;}
.steady-note .featured-flow strong,
.steady-note .featured-flow span{display:block;}
.steady-note .featured-flow span{margin-top:.4rem;
  color:var(--surface-strong);
  line-height:1.73;}
.steady-note .public-menu{margin:calc(2rem * 1.5) 0 0;
  color:var(--surface-strong);
  line-height:1.73;}
.steady-note .main-panel{
  display:inline-flex;
  margin-top:calc(2rem * 1.5);
  color:#F4F7FB;
  background:var(--ink-soft);
  text-decoration:none;
  border-radius:1.28rem;
  padding:.8rem 1.2rem;
  transition:background 520ms var(--speed-base);
}
.steady-note .main-panel:hover,
.steady-note .main-panel:focus-visible{
  background:#123A66;
  outline:none;color:var(--line-dark);}
@media (max-width:680px){.steady-note .strong-fields{display:block}.steady-note .strong-fields p{margin-top:1.5rem}.steady-note .featured-flow{display:block}.steady-note .featured-flow a{display:block;margin-top:2rem}
}
.media-area{background:#F5F8FC;color:#0B1728;padding:calc(1.5rem * 2.4) 2.59rem;}
.media-area .c{max-width:1540px;margin:0 auto;display:grid;gap:2.59rem;}
@media (min-width:1024px){.media-area .c{grid-template-columns:minmax(0,1fr) 300px;align-items:start;}}
.media-area .public-figure{margin-bottom:calc(2rem * 1.5);}
.media-area h1{font-size:calc(16.6px * 2.65);line-height:1.2;margin:0 0 0.6rem;letter-spacing:-0.01em;}
.media-area .bottom-proof{font-size:calc(16.6px * 1.125);margin:0 0 0.9rem;}
.media-area .featured-quote{display:flex;flex-wrap:wrap;gap:0.4rem 1.4rem;font-size:calc(16.6px * .875);}
.media-area .focused-fields{margin:0 0 calc(2rem * 1.5);border-radius:1rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.18);}
.media-area .focused-fields img{display:block;width:100%;height:auto;}
.media-area .clear-actions{line-height:1.73;}
.media-area .clear-actions p{margin:0 0 1.1rem;}
.media-area .clear-actions h2{font-size:calc(16.6px * 1.35);margin:1.8rem 0 0.7rem;line-height:1.3;}
.media-area .clear-actions .main-links{margin-top:1.6rem;padding-top:1rem;border-top:1px solid #D2DBE6;font-size:calc(16.6px * .875);}
.media-area .clear-actions a{text-decoration:underline;text-underline-offset:3px;}
.media-area .clear-actions a:hover{}
.media-area .content-plan{background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 1px 4px rgba(0,0,0,0.18);}
.media-area .content-plan h3{margin:0 0 0.9rem;font-size:16.6px;}
.media-area .team-tile{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.7rem;}
.media-area .team-tile li{padding-bottom:0.7rem;border-bottom:1px solid #D2DBE6;}
.media-area .team-tile li:last-child{padding-bottom:0;border-bottom:0;}
.media-area .team-tile a{text-decoration:none;font-size:calc(16.6px * .875);line-height:1.5;}
.media-area .team-tile a:hover{text-decoration:underline;}
.main-group{
  background: #F5F8FC;
  color: #0B1728;
  padding: calc(1.5rem * 2.4) 2.59rem;
}
.main-group .main-surface{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  gap: 2rem;}
.main-group h2,
.main-group h3,
.main-group p{margin: 0;}
.main-group h2{font-size: calc(16.6px * 2); line-height: 1.08;}
.main-group h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.main-group p{font-size: 16.6px; line-height: 1.73;}
.main-group .active-footer{display: grid;
  gap: 1.5rem;
  align-content: start;}
.main-group .active-footer p{color: var(--surface-strong);}
.main-group .local-body{display: grid;
  border-top: 1px solid #D2DBE6;}
.main-group .local-details{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(12rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D2DBE6;}
.main-group .local-details span{color: var(--surface-strong);
  font-size: calc(16.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.main-group .direct-contact{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-clear);
  color: var(--line-dark);
  border: 1px solid #D2DBE6;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.main-group .direct-contact a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.main-group .direct-contact a:hover{color:inherit;}
@media (max-width: 800px) {.main-group .main-surface,
  .main-group .local-details{ grid-template-columns: 1fr; }.main-group .direct-contact{ flex-direction: column; align-items: flex-start; }
}
.active-copy{padding:calc(1.5rem * 2.4) 2.59rem;background:#E4EBF3;color:var(--surface-strong)}
.active-copy .main-surface{max-width:1540px;margin:0 auto}
.active-copy .quiet-wrap{display:flex;gap:calc(2rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.active-copy .strong-fields{flex:1 1 30rem;min-width:0}
.active-copy .strong-fields h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 2);line-height:1.1}
.active-copy .strong-fields .plain-visual{margin:0;font-size:16.6px;line-height:1.73}
.active-copy .featured-proof{flex:1 1 32rem;min-width:0;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;border-radius:1rem;padding:calc(1.5rem * .75)}
.active-copy .featured-proof p{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * .875);line-height:1.73}
.active-copy .featured-proof p.name{margin:0;font-size:calc(16.6px * 1.125);font-weight:600}
.active-copy .featured-proof p.role{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * .875);}
.active-copy .featured-proof p.note{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.6px * .875);}
.active-copy .simple-actions{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.active-copy .simple-actions li{min-width:0}
.active-copy .simple-actions a{display:inline-flex;border-radius:0.47rem;background:#F26B1D;color:#1A0F05;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.6px * .875)}
.active-copy .simple-actions a:hover{background:#D8570F;color:var(--line-dark);}
@media(max-width:760px){.active-copy .quiet-wrap{display:block}.active-copy .featured-proof{margin-top:calc(2rem * 1.5)}.active-copy .strong-fields h2{font-size:calc(16.6px * 1.35)}}
.strong-header{
  background:#E4EBF3;
  color:var(--surface-strong);
  padding:calc(1.5rem * 2.4) 2.59rem;
}
.strong-header .main-surface{max-width:1540px;
  margin:0 auto;}
.strong-header .strong-fields{display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 1.5);
  align-items:flex-start;}
.strong-header h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.strong-header .strong-fields p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  line-height:1.73;}
.strong-header .featured-flow{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.strong-header .featured-flow a{flex:1 1 17rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:2px solid #F26B1D;
  transition:border-color 520ms var(--speed-base);}
.strong-header .featured-flow a:hover{border-top-color:var(--ink-soft);}
.strong-header .featured-flow strong,
.strong-header .featured-flow span{display:block;}
.strong-header .featured-flow strong{font-size:16.6px;}
.strong-header .featured-flow span{margin-top:.4rem;
  font-size:calc(16.6px * .875);
  line-height:1.73;}
.strong-header .contact-rail{margin-top:calc(2rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D2DBE6;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 1.5);
  align-items:flex-start;}
.strong-header .contact-rail p{flex:1 1 26rem;
  min-width:0;
  margin:0;
  line-height:1.73;}
.strong-header .contact-rail p a{color:#0B2545;
  text-decoration:underline;}
.strong-header .contact-rail p a:hover{color:inherit;}
.strong-header .team-tile{flex:0 1 auto;
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.strong-header .team-tile a{
  color:#F4F7FB;
  background:var(--ink-soft);
  text-decoration:none;
  border-radius:1.28rem;
  padding:.65rem 1.1rem;
  font-size:calc(16.6px * .875);
  transition:background 520ms var(--speed-base);
}
.strong-header .team-tile a:hover{
  background:#123A66;color:var(--line-dark);}
@media (max-width:680px){.strong-header .strong-fields{display:block}.strong-header .strong-fields p{margin-top:1.5rem}.strong-header .featured-flow{display:block}.strong-header .featured-flow a{display:block;margin-top:2rem}.strong-header .contact-rail{display:block}.strong-header .team-tile{margin-top:1.5rem}
}
.clear-headline{
    color: #0B1728;
    background: #F5F8FC;
    padding: calc(1.5rem * 2.4) 2.59rem;
}
.clear-headline .c{max-width: 1540px;
    margin: 0 auto;
    display: grid;
    gap: 2.59rem;}
@media (min-width: 1024px) {.clear-headline .c{
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: start;
    }
}
.clear-headline .simple-footer{display: flex;
    flex-direction: column;
    gap: calc(2rem * 1.5);}
.clear-headline .public-figure{display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-bottom: calc(2rem * 1.5);
    border-bottom: 1px solid #D2DBE6;}
.clear-headline h1{font-size: calc(16.6px * 2.65);
    line-height: 1.2;
    margin: 0;}
.clear-headline .submit{font-size: calc(16.6px * 1.125);
    margin: 0;}
.clear-headline .featured-quote{display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    font-size: calc(16.6px * .875);}
.clear-headline .clear-actions{line-height: 1.73;
    display: flex;
    flex-direction: column;
    gap: 1rem;}
.clear-headline .clear-actions h2{font-size: calc(16.6px * 1.35);
    margin: 1rem 0 0;}
.clear-headline .clear-actions p{margin: 0;}
.clear-headline .team-tile{display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    padding-top: calc(2rem * 1.5);
    border-top: 1px solid #D2DBE6;
    font-size: calc(16.6px * .875);}
.clear-headline .team-tile a{text-decoration: none;
    font-weight: 600;}
.clear-headline .team-tile a:hover{text-decoration: underline;}
.clear-headline .public-area{
    background: var(--surface-clear);
    color: var(--line-dark);
    padding: calc(1.5rem * .75);
    border-radius: 1rem;
    border: 1px solid #D2DBE6;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.clear-headline .public-area h3{margin: 0 0 1rem;
    font-size: 16.6px;}
.clear-headline .primary-links{display: flex;
    flex-direction: column;
    gap: 0.9rem;}
.clear-headline .primary-links .plain-lead{padding-bottom: 0.9rem;
    border-bottom: 1px solid #D2DBE6;}
.clear-headline .primary-links .plain-lead:last-child{border-bottom: none;
    padding-bottom: 0;}
.clear-headline .primary-links a{text-decoration: none;
    font-size: calc(16.6px * .875);
    line-height: 1.5;}
.clear-headline .primary-links a:hover{text-decoration: underline;}
.open-form{
  background: #F5F8FC;
  color: #0B1728;
  padding: calc(1.5rem * 2.4) 2.59rem;
}
.open-form .main-surface{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  gap: 2rem;}
.open-form h2,
.open-form h3,
.open-form p{margin: 0;}
.open-form h2{font-size: calc(16.6px * 2); line-height: 1.1;}
.open-form h3{font-size: calc(16.6px * 1.35); line-height: 1.2;}
.open-form p{font-size: 16.6px; line-height: 1.73;}
.open-form .active-footer{display: grid;
  gap: 1.5rem;
  align-content: start;}
.open-form .active-footer p{color: var(--surface-strong);}
.open-form .local-body{display: grid;
  border-top: 1px solid #D2DBE6;}
.open-form .local-details{display: grid;
  grid-template-columns: minmax(4.5rem, .12fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D2DBE6;}
.open-form .local-details span{font-size: calc(16.6px * .875);
  color: var(--surface-strong);
  letter-spacing: 0.02em;}
.open-form .direct-contact{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-clear);
  color: var(--line-dark);
  border: 1px solid #D2DBE6;
}
.open-form .direct-contact a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 800px) {.open-form .local-details{ grid-template-columns: 1fr; }.open-form .direct-contact{ flex-direction: column; align-items: flex-start; }
}
.offer-headline{padding:calc(1.5rem * 2.4) 2.59rem;background:#F26B1D;color:#1A0F05}
.offer-headline .main-surface{max-width:1540px;margin:0 auto}
.offer-headline .compact-panel{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.offer-headline .plain-visual{flex:1 1 36rem;min-width:0}
.offer-headline h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.offer-headline .plain-visual p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.73}
.offer-headline .featured-proof{flex:0 1 34rem;min-width:0;background:#0B2545;color:#F4F7FB;border-radius:1rem;padding:2rem;box-shadow:0 10px 18px rgba(0,0,0,0.23)}
.offer-headline .featured-proof>p{margin:0;line-height:1.73}
.offer-headline .public-callout{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.offer-headline .public-callout a{border-radius:0.29rem;background:var(--ink-soft);color:#F4F7FB;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.6px * .875)}
.offer-headline .public-callout a:hover{background:#123A66;color:var(--line-dark);}
@media(max-width:780px){.offer-headline .compact-panel{display:block}.offer-headline .featured-proof{margin-top:calc(2rem * 1.5);padding:1.5rem}.offer-headline h2{font-size:calc(16.6px * 2)}}
.top-fields{
  background:#F5F8FC;
  color:#0B1728;
  padding:calc(1.5rem * 2.4) 2.59rem;
}
.top-fields .main-surface{max-width:1540px;
  margin:0 auto;}
.top-fields .strong-fields{display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 1.5);
  align-items:flex-start;}
.top-fields h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.top-fields .strong-fields p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-strong);
  line-height:1.73;}
.top-fields .featured-flow{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.top-fields .featured-flow a{
  flex:1 1 17rem;
  min-width:0;
  color:#0B1728;
  text-decoration:none;
  padding:1.5rem calc(1.5rem * .75);
  background:var(--surface-clear);
  color:var(--line-dark);
  border:1px solid #D2DBE6;
  border-radius:0.47rem;
  transition:border-color 520ms var(--speed-base);
}
.top-fields .featured-flow a:hover{border-color:#F26B1D;}
.top-fields .featured-flow strong,
.top-fields .featured-flow span{display:block;}
.top-fields .featured-flow span{margin-top:.4rem;
  color:var(--surface-strong);
  line-height:1.73;}
.top-fields .public-menu{margin:calc(2rem * 1.5) 0 0;
  padding-left:calc(1.5rem * .75);
  border-left:3px solid #F26B1D;
  color:var(--surface-strong);
  line-height:1.73;}
.top-fields .team-tile{margin-top:calc(2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2rem;}
.top-fields .team-tile a{color:#0B2545;
  text-decoration:none;
  border-bottom:1px solid #D2DBE6;
  padding-bottom:.15rem;
  transition:color 520ms var(--speed-base), border-color 520ms var(--speed-base);}
.top-fields .team-tile a:hover{color:inherit;
  border-color:#F26B1D;}
@media (max-width:680px){.top-fields .strong-fields{display:block}.top-fields .strong-fields p{margin-top:1.5rem}.top-fields .featured-flow{display:block}.top-fields .featured-flow a{display:block;margin-top:2rem}
}
.compact-shell{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem;
        background:#F5F8FC;
        color:#0B1728;
        border-bottom:1px solid #D2DBE6;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2rem * 1.5);
    }
.wide-steps{
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.compact-shell h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.01em;}
.compact-shell p{margin:clamp(.9rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.wide-steps{padding-left:.9rem;border-left-width:2px}.compact-shell{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.bottom-inner{padding:calc(1.5rem * 2.4) 2.59rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);color:#F4F7FB}
.bottom-inner .main-surface{max-width:1540px;margin:0 auto}
.bottom-inner .strong-fields{margin-bottom:calc(2rem * 1.5)}
.bottom-inner h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 2);line-height:1.15}
.bottom-inner .plain-visual{margin:0;font-size:16.6px;line-height:1.73;opacity:.92}
.bottom-inner .steady-rail{display:flex;flex-direction:column;gap:calc(2rem * 1.5)}
.bottom-inner .service-frame{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.bottom-inner .active-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.bottom-inner .active-panel.wide{grid-column:1 / -1}
.bottom-inner .active-panel span{font-size:calc(16.6px * .875);letter-spacing:.02em}
.bottom-inner input,
.bottom-inner textarea{width:100%;border:1px solid #D2DBE6;border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);font:inherit;padding:calc(1.5rem * .75);outline:none;transition:box-shadow 520ms var(--speed-base)}
.bottom-inner input:focus,
.bottom-inner textarea:focus{box-shadow:0 0 0 2px rgba(242, 107, 29, 0.45)}
.bottom-inner textarea{resize:vertical;min-height:6rem}
.bottom-inner .main-panel{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}
.bottom-inner button{border:0;border-radius:0.47rem;background:#F26B1D;color:#1A0F05;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 520ms var(--speed-base)}
.bottom-inner button:hover{background:#D8570F;color:var(--line-dark);}
.bottom-inner .public-menu{flex:1 1 18rem;margin:0;font-size:calc(16.6px * .875);line-height:1.73;opacity:.88}
.bottom-inner .public-menu a{color:inherit;text-decoration:underline}
.bottom-inner .public-menu a:hover{}
@media(max-width:760px){.bottom-inner .service-frame{grid-template-columns:1fr}.bottom-inner .main-panel{flex-direction:column;align-items:stretch}.bottom-inner button{width:100%}}
.focused-headline{padding:calc(1.5rem * 2.4) 2.59rem;background:#0B2545;color:#F4F7FB}
.focused-headline .bottom-copy{max-width:1540px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}
.focused-headline .plain-visual{flex:1 1 22rem;min-width:0}
.focused-headline h2{margin:0;font-size:calc(16.6px * 2);line-height:1.15}
.focused-headline .plain-visual p{margin:1.5rem 0 0;font-size:16.6px;line-height:1.73}
.focused-headline .open-section{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(2rem * 1.5)}
.focused-headline .service-section{padding:calc(1.5rem * .75);border-radius:1rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;box-shadow:0 1px 4px rgba(0,0,0,0.18)}
.focused-headline .service-section span{display:block;font-size:calc(16.6px * .875);color:inherit;letter-spacing:0.02em;text-transform:uppercase}
.focused-headline .service-section strong{display:block;margin-top:0.4rem;font-size:16.6px;line-height:1.4}
.focused-headline .top-benefit{flex:1 1 100%;height:clamp(20rem,40vw,32rem);border-radius:1.28rem;overflow:hidden;border:1px solid #D2DBE6;background:#E4EBF3;color:var(--surface-strong);}
.focused-headline iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 820px){.focused-headline .bottom-copy{flex-direction:column}.focused-headline .top-benefit{height:20rem}
}
.simple-inner{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.59rem;
  background: linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);
  color: #F4F7FB;
}
.simple-inner .main-surface{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1540px;
  margin: 0 auto;}
.simple-inner .plain-grid{margin: 0 0 calc(2rem * 1.5);
  padding: 1.5rem 0;}
.simple-inner h2{margin: 0;
  font-size: calc(16.6px * 2.65);
  line-height: 1.05;}
.simple-inner .plain-grid p{margin: 1.5rem 0 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.73;}
.simple-inner .team-brand{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.simple-inner .site-brand{display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1 1 22rem;}
.simple-inner .site-brand p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.73;}
.simple-inner .visual-brand{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 0 auto;}
.simple-inner .visual-brand a{color: inherit;
  font-size: calc(16.6px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.simple-inner .main-method{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-inner .main-method a{flex: 1 1 20rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.73;}
.simple-inner .main-method span{display: block;
  margin-top: .35rem;
  font-size: calc(16.6px * .875);
  opacity: .7;}
@media (max-width: 720px) {.simple-inner .team-brand,
  .simple-inner .site-brand{
    display: block;
  }.simple-inner .site-brand p + p{
    margin-top: calc(1.5rem * .75);
  }.simple-inner .visual-brand{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.simple-inner .main-method a{
    flex: 1 1 100%;
  }
}
.active-contact{padding:calc(1.5rem * 2.4) 2.59rem;background:var(--ink-soft);color:#F4F7FB}
.active-contact .featured-form{max-width:min(1540px,64rem);margin:0 auto}
.active-contact h2{margin:0 0 1.5rem;font-size:calc(16.6px * 2.65);line-height:1.08}
.active-contact .steady-steps{margin:0 0 calc(2rem * 1.5);font-size:calc(16.6px * 1.125);line-height:1.6}
.active-contact .clear-team{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.active-contact .public-menu{padding:2rem 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.active-contact .public-menu + .public-menu{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.active-contact h3{margin:0;font-size:calc(16.6px * 1.35);line-height:1.25}
.active-contact .public-menu p{margin:0;line-height:1.7}
@media (min-width:48rem){.active-contact .public-menu{grid-template-columns:18rem minmax(0,1fr);gap:2rem;align-items:start}
}
.primary-inner{background:#F5F8FC;color:#0B1728;padding:calc(1.5rem * 2.4) 2.59rem}
.primary-inner .main-surface{max-width:1540px;margin:0 auto}
.primary-inner .text-lead{display:flex;align-items:flex-start;gap:calc(2rem * 1.5)}
.primary-inner .strong-fields{flex:0 1 32rem;min-width:0}
.primary-inner h2{margin:0;font-size:clamp(calc(16.6px * 2),4.4vw,calc(16.6px * 2.65));line-height:1.08;letter-spacing:0}
.primary-inner p{margin:1.5rem 0 0;color:var(--surface-strong);font-size:calc(16.6px * 1.125);line-height:1.65}
.primary-inner .site-actions{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D2DBE6}
.primary-inner .local-details{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #D2DBE6;color:inherit;text-decoration:none;transition:color 520ms var(--speed-base)}
.primary-inner a.row:hover strong{color:inherit;}
.primary-inner strong{flex:0 1 15rem;min-width:0;font-size:16.6px}
.primary-inner span{flex:1 1 20rem;min-width:0;color:var(--surface-strong);line-height:1.6;font-size:calc(16.6px * .875)}
@media(max-width:760px){.primary-inner .text-lead,.primary-inner .local-details{flex-direction:column}.primary-inner .local-details{gap:calc(calc(1.5rem * .75)*.5)}}
.service-headline{padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.contact-method{max-width:1540px;margin:0 auto;}
.service-headline h1{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08;}
.offer-region{
  padding:calc(1.5rem * 2.4) 2.59rem;
  background:linear-gradient(135deg, #0B2545 0%, #123A66 58%, #1B4E85 100%);
  color:#F4F7FB;
}
.offer-region .main-surface{max-width:min(1540px,66rem);
  margin:0 auto;}
.offer-region .text-feature{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(2rem * 1.5);}
.offer-region h2{margin:0;
  font-size:calc(16.6px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.offer-region .strong-fields{margin:0;
  font-size:calc(16.6px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.offer-region .team-grid{display:flex;
  flex-direction:column;
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.offer-region .site-flow{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem * .75);
  padding:2rem 0;
  border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.offer-region h3{margin:0;
  font-size:calc(16.6px * 1.35);
  line-height:1.25;
  font-weight:600;}
.offer-region .site-flow p{margin:0;
  color:color-mix(in srgb,currentColor 80%,transparent);
  line-height:1.7;}
.offer-region .site-flow a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.offer-region .site-flow a:hover{}
@media (min-width:900px){.offer-region .site-flow{
    grid-template-columns:minmax(14rem,22rem) minmax(0,1fr);
    align-items:start;
    gap:2rem;
  }
}
.featured-wrap{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.59rem calc(calc(1.5rem * 2.4) * .7);
        background:#F5F8FC;
        color:#0B1728;
    }
.offer-quote{
        max-width:1540px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:2rem;
    }
.wide-steps{
        flex:1 1 34rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #F26B1D;
    }
.featured-wrap h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.featured-wrap p{margin:clamp(.9rem,1.9vw,1.3rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:var(--surface-strong);}
@media (max-width:680px){.featured-wrap{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .56);
        }.wide-steps{
            padding-left:1rem;
        }
    }
.strong-media{--layer-local:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728;}
.strong-media .main-surface{max-width:1540px;margin:0 auto;}
.strong-media h1,.strong-media h2,.strong-media h3,.strong-media p{margin:0;}
.strong-media h2{font-size:calc(16.6px * 2);line-height:1.12;}
.strong-media p{font-size:16.6px;line-height:1.73;}
.strong-media a{color:#0B2545;text-decoration:none;}
.strong-media a:hover{color:inherit;}
.strong-media .local-benefit>h2,.strong-media .local-benefit>p,.strong-media .local-benefit>.main-panel{margin-top:1.5rem;}
.strong-media .plain-visual{color:var(--surface-strong);}
.strong-media .public-menu{color:var(--surface-strong);font-size:calc(16.6px * .875);}
.strong-media .team-tile{font-size:calc(16.6px * .875);color:var(--surface-strong);}
.strong-media .team-tile a{text-decoration:underline;text-underline-offset:3px;}
.strong-media .main-panel{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.29rem;background:#F26B1D;color:#1A0F05;font-weight:600;transition:background 520ms var(--speed-base);}
.strong-media .main-panel:hover{background:#D8570F;color:#1A0F05;}
.visual-header{
  padding: calc(1.5rem * 2.4) 2.59rem;
  background: #F26B1D;
  color: #1A0F05;
}
.visual-header .main-surface{max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;}
.visual-header .team-nav{
  padding: calc(1.5rem * .75);
  border-radius: 1.28rem;
  background: #0B2545;
  color: #F4F7FB;
}
.visual-header .team-nav span{display: inline-block;
  font-size: calc(16.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.visual-header h2{margin: calc(2rem * 1.5) 0 0;
  font-size: calc(16.6px * 2);
  line-height: 1.12;}
.visual-header .team-nav p{margin: calc(2rem * 1.5) 0 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.73;}
.visual-header .visual-note{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-header .visual-note div{
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: var(--surface-clear);
  color: var(--line-dark);
  border: 1px solid #D2DBE6;
}
.visual-header .visual-note strong{display: block;
  font-size: calc(16.6px * 1.35);
  line-height: 1.25;}
.visual-header .visual-note p{margin: calc(2rem * 1.5) 0 0;
  font-size: 16.6px;
  line-height: 1.73;}
.visual-header .visual-note a{text-decoration: underline;
  text-underline-offset: 2px;}
.visual-header .visual-note a:hover{}
.visual-header .team-tile{
  background: #E4EBF3;
  color: var(--surface-strong);
  border-style: dashed;
}
.visual-header .team-tile p{margin: 0;}
@media (max-width: 760px) {.visual-header .main-surface{
    grid-template-columns: 1fr;
  }
}
.service-content{padding:calc(1.5rem * 2.4) 2.59rem;background:#F5F8FC;color:#0B1728}
.service-content .main-surface{max-width:1540px;margin:0 auto}
.service-content .quiet-wrap{display:flex;flex-direction:column;gap:calc(2rem * 1.5)}
.service-content .featured-summary{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}
.service-content h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.service-content .featured-summary p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(16.6px * 1.125);line-height:1.73}
.service-content .secondary-plan{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#E4EBF3;color:var(--surface-strong);border-radius:1rem;padding:2rem}
.service-content .secondary-plan>p{flex:1 1 22rem;min-width:0;margin:0;line-height:1.73}
.service-content .service-nav{flex:2 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.service-content .service-nav a{flex:1 1 13rem;min-width:0;border-radius:0.47rem;background:var(--surface-clear);color:var(--line-dark);border:1px solid #D2DBE6;padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 520ms var(--speed-base)}
.service-content .service-nav a:hover{border-color:#F26B1D}
.service-content strong,.service-content span{display:block;min-width:0}
.service-content span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(16.6px * .875)}
.service-content .fresh-rail{border-radius:0.47rem;background:var(--ink-soft);color:#F4F7FB;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 520ms var(--speed-base)}
.service-content .fresh-rail:hover{background:#123A66;color:var(--line-dark);}
.service-content .public-menu{margin:0;font-size:calc(16.6px * .875);line-height:1.73}
.service-content .public-menu a{color:#0B2545;text-decoration:underline}
.service-content .public-menu a:hover{color:inherit;}
@media(max-width:760px){.service-content .secondary-plan{display:block;padding:1.5rem}.service-content .service-nav{margin-top:1.5rem}.service-content .fresh-rail{display:flex;justify-content:center;margin-top:1.5rem}}
