html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --line-cool: #D6DEEE;
  --line-main: #0B2A6B;
  --ink-dark: #1B2540;
  --paint-clear: #0B1226;
  --line-light: #1E6BFF;
  --surface-page: #FFFFFF;
  --motion-nav: cubic-bezier(0.22,1,0.36,1);
}
a{color:inherit;}
.main-intro {
    width: 100%;
    background: #0B1226;
    color: #EAF1FF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.wide-stack {
    max-width: 1580px;
    margin: 0 auto;
    padding: calc(1.65rem * 1.5) 1.47rem;
    display: flex;
    align-items: center;
    gap: 1.65rem;
  }
.text-wrap {
    font-size: calc(17.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #EAF1FF;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.text-wrap:hover {
    color: #EAF1FF;
  }
.top-body {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.65rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.1px;
    color: #EAF1FF;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 310ms var(--motion-nav),
                border-color 310ms var(--motion-nav);
  }
.nav-list a:hover {
    color: #EAF1FF;
    border-bottom-color: var(--line-main);
  }
.local-method {
    flex-shrink: 0;
  }
.clear-fields {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    font-size: calc(17.1px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
    background: var(--line-main);
    color: #EAF1FF;
    border-radius: 0.44rem;
    text-decoration: none;
    transition: background 310ms var(--motion-nav),
                transform 310ms var(--motion-nav);
  }
.clear-fields:hover{
    background: #123A8C;
    transform: translateY(-1px);color:var(--paint-clear);}
.main-figure {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.32rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.secondary-view{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #EAF1FF;
    border-radius: 2px;
    transition: transform 310ms var(--motion-nav),
                opacity 310ms var(--motion-nav);color:var(--paint-clear);}
.main-figure.is-open .secondary-view:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.main-figure.is-open .secondary-view:nth-child(2) {
    opacity: 0;
  }
.main-figure.is-open .secondary-view:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .wide-stack {
      flex-wrap: wrap;
      justify-content: space-between;
      padding: calc(1.65rem * 1.5) 1.47rem;
    }

    .main-figure {
      display: flex;
    }

    .local-method {
      order: 3;
      width: 100%;
      margin-top: calc(1.65rem * 1.5);
      display: none;
    }

    .local-method.is-open {
      display: block;
    }

    .top-body {
      order: 4;
      width: 100%;
      flex-basis: 100%;
      display: none;
      margin-top: calc(1.65rem * 1.5);
    }

    .top-body.is-open {
      display: block;
    }

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  }
.service-group{font-family:"Exo 2", sans-serif;font-size:calc(17.1px * .875);line-height:1.74;width:100%;padding:0;background:#0B1226;color:#EAF1FF;}
.local-menu{max-width:1580px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.47rem}
.top-brand{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:1.65rem;align-items:start}
.strong-copy{display:flex;flex-direction:column;gap:calc(1.65rem * 1.5)}
.content-visual{color:inherit;text-decoration:none;font-size:calc(17.1px * 1.125);font-weight:700;letter-spacing:0.02em}
.content-visual:hover{color:inherit;opacity:0.85}
.plain-tile{margin:0;max-width:34ch;opacity:0.85}
.narrow-form{display:flex;flex-direction:column;gap:calc(1.65rem * 1.5)}
.focused-contact{margin:0;font-size:17.1px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.bar{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.bar a{color:inherit;text-decoration:none;opacity:0.85}
.bar a:hover{opacity:1;text-decoration:underline;color:inherit}
.focused-unit{display:flex;flex-direction:column;gap:0.5rem}
.primary-stack{margin:0;opacity:0.9}
.offer-footer{font-weight:600;margin-right:0.35rem}
.local-steps a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}
.local-steps a:hover{opacity:0.8;color:inherit}
.simple-callout{margin-top:calc(1.65rem * 1.5);padding-top:calc(1.65rem * 1.5);border-top:1px solid currentColor;opacity:0.8}
.simple-callout p{margin:0;max-width:90ch}
.service-method{margin-top:calc(1.65rem * 1.5);padding-top:calc(1.65rem * 1.5);border-top:1px solid currentColor}
.top-links{margin:0;opacity:0.75}
@media (max-width: 900px) {.top-brand{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.top-brand{grid-template-columns:1fr}.local-menu{padding:calc(1.5rem * 2.4) 1.47rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .team-summary{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--line-cool);border-radius:20px;background:#EEF2FA;color:var(--ink-dark);box-shadow:0 18px 46px rgba(0,0,0,0.29)}
.cookies strong{display:block;font-size:calc(17.1px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.74}
.cookies .grid{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .grid button{border:1px solid var(--line-cool);background:var(--surface-page);color:var(--paint-clear);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .grid button.cookie-accept{background:var(--line-main);color:#EAF1FF;border-color:transparent}
.bottom-inner{--mark-soft:calc(1.5rem * 1.42);--font-lead:calc(1580px / 3.55);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.bottom-inner .bottom-lead{max-width:1580px;margin:0 auto;}
.bottom-inner h1,.bottom-inner h2,.bottom-inner h3,.bottom-inner p{margin:0;}
.bottom-inner h1{font-size:calc(17.1px * 2.65);line-height:1.08;}
.bottom-inner p{font-size:17.1px;line-height:1.74;}
.bottom-inner a{color:inherit;text-decoration:none;}
.bottom-inner img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.bottom-inner .bottom-wrap{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.32rem;background:var(--line-light);color:#FFFFFF;transition:background 310ms var(--motion-nav);}
.bottom-inner .bottom-wrap:hover{background:#0F55E0;color:var(--paint-clear);}
.bottom-inner .top-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:1.65rem;}
.bottom-inner .strip{flex:1 1 calc(1580px / 2.4);min-width:280px;}
.bottom-inner .strip>h1,.bottom-inner .strip>p,.bottom-inner .strip>.bottom-wrap{margin-top:1.5rem;}
.bottom-inner .strip>h1{margin-top:0;}
.bottom-inner .service-stack{color:var(--ink-dark);}
.bottom-inner .public-media{flex:0 1 var(--font-lead);margin:0;min-width:240px;}
@media (max-width:720px){.bottom-inner .top-benefit{flex-direction:column;align-items:stretch;}.bottom-inner .public-media{flex:1 1 auto;}
}
.site-body{
  background: var(--line-main);
  color: #EAF1FF;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.site-body .bottom-lead{width: min(100%, 1580px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.65rem;
  align-items: stretch;}
.site-body .direct-area{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.28rem;
  order: 2;}
.site-body .quiet-links{order: 1;
  display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.site-body h2,
.site-body p{margin: 0;}
.site-body h2{font-size: calc(17.1px * 2);
  line-height: 1.06;}
.site-body .quiet-links > p{font-size: calc(17.1px * 1.125);
  line-height: 1.74;}
.site-body .page-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.site-body .contact-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: var(--surface-page);
  color: var(--paint-clear);
  border: 1px solid var(--line-cool);
}
.site-body strong{font-size: calc(17.1px * 1.35);
  line-height: 1.14;}
.site-body span{line-height: 1.74;}
@media (max-width: 860px) {.site-body .direct-area{ min-height: 18rem; }
}
.site-body .bottom-lead > *{min-width: 0; flex: 1 1 20rem;}
.site-body .contact-list > *{min-width: 0; flex: 1 1 16rem;}
.direct-frame{--mark-soft:calc(1.5rem * 1.05);--field-control:calc(1580px / 2.55);--font-lead:calc(1580px / 3.94);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.direct-frame .bottom-lead{max-width:1580px;margin:0 auto;}
.direct-frame h2,.direct-frame h3,.direct-frame p{margin:0;}
.direct-frame h2{font-size:calc(17.1px * 2);line-height:1.12;}
.direct-frame h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.direct-frame p{font-size:17.1px;line-height:1.74;color:var(--ink-dark);}
.direct-frame a{color:inherit;text-decoration:none;font-size:calc(17.1px * .875);}
.direct-frame a:hover{color:#0B2A6B;}
.direct-frame img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.direct-frame .contact-frame{margin-top:1.5rem;}
.direct-frame .secondary-footer{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.direct-frame .contact-list{min-width:0;padding-bottom:var(--mark-soft);border-bottom:1px solid var(--line-cool);}
.direct-frame .contact-list:last-child{border-bottom:0;padding-bottom:0;}
.direct-frame .contact-list p,.direct-frame .contact-list a{margin-top:calc(1.5rem / 3);}
.direct-frame .strong-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.65rem;}
.direct-frame .strong-unit>.quiet-links{flex:1 1 calc(1580px / 3);min-width:0;}
.direct-frame .strong-unit>.secondary-footer{flex:2 1 calc(1580px / 2);margin-top:0;}
.direct-frame .strong-unit>img{margin-left:auto;max-width:var(--font-lead);}
@media (max-width:900px){.direct-frame .strong-unit>img{margin-left:0;max-width:100%;}
}
.top-entries{
        padding: calc(1.5rem * 2.4) 1.47rem;
        background: linear-gradient(135deg, #0B2A6B 0%, #1E6BFF 100%);
        color: #F4F8FF;
    }
.top-entries .bottom-lead{max-width: 1580px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(1.65rem * 1.5);
        align-items: start;}
.top-entries .contact-frame{position: sticky;
        top: 1.5rem;}
.top-entries h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.08;}
.top-entries .contact-frame p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.74;}
.top-entries .contact-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.top-entries .public-region{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--line-cool);
        border-left: 3px solid var(--line-light);
        border-radius: 0.44rem;
        background: var(--surface-page);
        color: var(--paint-clear);
        box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    }
.top-entries .local-unit{font-size: 17.1px;
        line-height: 1.74;}
.top-entries .open-body{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-cool);
        display: flex;
        flex-wrap: wrap;
        gap: 1.47rem;
        justify-content: space-between;
        align-items: baseline;}
.top-entries .open-body strong{font-size: calc(17.1px * .875);}
.top-entries .open-body span{font-size: calc(17.1px * .875);}
@media (max-width: 900px) {.top-entries .bottom-lead{
            grid-template-columns: 1fr;
        }.top-entries .contact-frame{
            position: static;
        }
    }
@media (max-width: 560px) {.top-entries .open-body{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.text-lead{--mark-soft:calc(1.5rem * 1.32);--font-lead:calc(1580px / 3.61);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.text-lead .bottom-lead{max-width:1580px;margin:0 auto;}
.text-lead h2,.text-lead h3,.text-lead p{margin:0;}
.text-lead h2{font-size:calc(17.1px * 2);line-height:1.12;}
.text-lead h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.text-lead p{font-size:17.1px;line-height:1.74;color:var(--ink-dark);}
.text-lead img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.text-lead .contact-frame{margin-top:1.5rem;}
.text-lead .narrow-details>img{margin-top:var(--mark-soft);}
.text-lead .secondary-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.65rem;margin-top:var(--mark-soft);}
.text-lead .contact-list{flex:1 1 calc(1580px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--line-cool);}
.text-lead .contact-list p{margin-top:calc(1.5rem / 3);}
.offer-wrap{--mark-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.offer-wrap .bottom-lead{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-soft);}
.offer-wrap h2,.offer-wrap h3,.offer-wrap p{margin:0;}
.offer-wrap h2{font-size:calc(17.1px * 2);line-height:1.14;}
.offer-wrap p{font-size:17.1px;line-height:1.74;}
.offer-wrap .service-stack{font-size:calc(17.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-dark);}
.offer-wrap .contact-frame{color:var(--ink-dark);}
.offer-wrap .strip{display:flex;flex-direction:column;gap:calc(calc(1.65rem * 1.5) / 1.6);}
.offer-wrap .scene{display:flex;flex-wrap:wrap;gap:1.65rem;}
.offer-wrap .contact-list{flex:1 1 calc(1580px / 4.2);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.65rem * 1.5) / 2.4);padding:calc(1.5rem * .75);border:1px solid var(--line-cool);border-radius:0.8rem;background:var(--surface-page);color:var(--paint-clear);}
.offer-wrap .content-links{font-size:calc(17.1px * 1.125);font-weight:600;line-height:1.25;}
.offer-wrap .contact-list p{font-size:calc(17.1px * .875);color:var(--ink-dark);}
.offer-wrap .open-story{font-size:calc(17.1px * .875);color:var(--ink-dark);}
.offer-wrap a{color:inherit;text-decoration:none;}
.offer-wrap a:hover{color:#0B2A6B;}
@media (max-width:760px){.offer-wrap .contact-list{flex:1 1 100%;}
}
.local-footer{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:linear-gradient(135deg, #0B2A6B 0%, #1E6BFF 100%);
    color:#F4F8FF;
}
.local-footer .bottom-lead{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.65rem * 1.5);}
.local-footer .team-copy{display:flex;
    flex-direction:column;
    gap:0.5rem;}
.local-footer .team-copy p{margin:0;
    font-size:calc(17.1px * .875);
    letter-spacing:0.09em;
    text-transform:uppercase;
    opacity:0.85;}
.local-footer .team-copy h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.15;}
.local-footer .team-copy span{display:block;
    font-size:calc(17.1px * 1.125);
    opacity:0.92;}
.local-footer .strip p{margin:0;
    font-size:17.1px;
    opacity:0.94;}
.local-footer .secondary-footer{display:flex;
    flex-wrap:wrap;
    gap:1.65rem;}
.local-footer .contact-list{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    border:1px solid color-mix(in srgb, currentColor 22%, transparent);
    border-radius:0.44rem;
    background:color-mix(in srgb, currentColor 8%, transparent);
}
.local-footer .contact-list h3{margin:0 0 0.4rem;
    font-size:calc(17.1px * 1.35);}
.local-footer .contact-list p{margin:0 0 0.6rem;
    opacity:0.92;}
.local-footer .contact-list small{display:block;
    font-size:calc(17.1px * .875);
    opacity:0.85;}
.local-footer .service-stack{border-left:2px solid color-mix(in srgb, currentColor 40%, transparent);
    padding-left:1.47rem;}
.local-footer .service-stack p{margin:0;
    opacity:0.92;}
@media (max-width:640px){.local-footer .secondary-footer{
        flex-direction:column;
    }
}
.featured-rail{--mark-soft:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.featured-rail .bottom-lead{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-soft);}
.featured-rail h2,.featured-rail h3,.featured-rail p{margin:0;}
.featured-rail h2{font-size:calc(17.1px * 2);line-height:1.14;}
.featured-rail h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.featured-rail p{font-size:17.1px;line-height:1.74;}
.featured-rail .strip{display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.featured-rail .strip .contact-frame{color:var(--ink-dark);}
.featured-rail .scene{display:flex;flex-wrap:wrap;gap:1.65rem;align-items:stretch;}
.featured-rail .contact-list{flex:1 1 calc(1580px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);background:var(--surface-page);color:var(--paint-clear);border:1px solid var(--line-cool);border-radius:0.8rem;padding:calc(1.5rem * .75);}
.featured-rail .contact-list img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.featured-rail .contact-list .featured-track{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.featured-rail .contact-list p{color:var(--ink-dark);}
.featured-rail .service-stack{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.65rem;background:#EEF2FA;color:var(--ink-dark);border-radius:0.8rem;padding:calc(1.5rem * .75) 1.5rem;}
.featured-rail .service-stack p{flex:1 1 calc(1580px / 2);min-width:0;}
.featured-rail .simple-surface{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.32rem;background:var(--line-light);color:#FFFFFF;text-decoration:none;font-size:calc(17.1px * .875);transition:background 310ms var(--motion-nav);}
.featured-rail .simple-surface:hover{background:#0F55E0;color:var(--paint-clear);}
@media(max-width:760px){.featured-rail .contact-list{flex:1 1 100%;}.featured-rail .service-stack{flex-direction:column;align-items:flex-start;}}
.direct-note{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--line-main);color:#EAF1FF}
.direct-note .bottom-lead{max-width:1580px;margin:0 auto}
.direct-note .strip{margin:0;font-size:calc(17.1px * 1.125);line-height:1.74}
.direct-note h2{margin:1.5rem 0 calc(1.65rem * 1.5);font-size:calc(17.1px * 2.65);line-height:1.05}
.direct-note .simple-frame{display:flex;flex-direction:column;gap:0}
.direct-note [data-voice]{width:min(100%,44rem);padding:calc(1.65rem * 1.5) 0;border-top:1px solid rgba(234,241,255,0.18);align-self:var(--state-strong,flex-start);text-align:var(--paint-deep,left)}
.direct-note [data-voice]:first-child{border-top:0;padding-top:0}
.direct-note h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.25}
.direct-note [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
@media(max-width:620px){.direct-note [data-voice]{align-self:flex-start!important;text-align:left!important}}
.plain-story{
  --mark-soft:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:#F6F8FD;
  color:#0B1226;
}
.plain-story .bottom-lead{max-width:1580px;margin:0 auto;}
.plain-story h2,.plain-story h3,.plain-story p{margin:0;}
.plain-story h2{font-size:calc(17.1px * 2);line-height:1.12;}
.plain-story h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.plain-story p{font-size:17.1px;line-height:1.74;}
.plain-story .contact-frame{margin-top:1.5rem;color:var(--ink-dark);}
.plain-story .simple-surface{display:flex;
  flex-direction:column;
  gap:1.65rem;
  margin-top:var(--mark-soft);
  border-top:1px solid var(--line-cool);
  padding-top:var(--mark-soft);}
.plain-story .figure{display:flex;
  align-items:flex-start;
  gap:1.65rem;
  padding-bottom:1.65rem;
  border-bottom:1px solid var(--line-cool);}
.plain-story .figure:last-child{border-bottom:none;padding-bottom:0;}
.plain-story .steady-header{flex:0 0 auto;
  font-size:calc(17.1px * 1.125);
  font-weight:600;color:inherit;
  min-width:2.4rem;}
.plain-story .content-actions{flex:1 1 auto;min-width:0;}
.plain-story .content-actions p{margin-top:calc(1.5rem / 3);color:var(--ink-dark);}
.plain-story .main-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.65rem;
  margin-top:var(--mark-soft);
  padding:calc(1.5rem * .75);
  background:var(--surface-page);
  color:var(--paint-clear);
  border:1px solid var(--line-cool);
  border-radius:0.8rem;
}
.plain-story .main-actions img{display:block;
  flex:1 1 calc(1580px / 3.4);
  min-width:0;
  width:100%;
  height:auto;
  border-radius:0.44rem;}
.plain-story .focused-figure{flex:1 1 calc(1580px / 2.6);min-width:0;}
.plain-story .focused-figure p{margin-top:calc(1.5rem / 3);color:var(--ink-dark);}
.plain-story .bottom-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:var(--line-light);
  color:#FFFFFF;
  text-decoration:none;
  transition:background 310ms var(--motion-nav);
}
.plain-story .bottom-wrap:hover{background:#0F55E0;color:var(--paint-clear);}
@media (max-width:640px){.plain-story .figure{flex-direction:column;gap:calc(1.65rem / 2);}
}
.top-summary{padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.top-summary .bottom-lead{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.top-summary h2,.top-summary h3,.top-summary p{margin:0;}
.top-summary h2{font-size:calc(17.1px * 2);line-height:1.14;}
.top-summary h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.top-summary p{font-size:17.1px;line-height:1.74;}
.top-summary .strip{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.top-summary .contact-frame{}
.top-summary .service-list{margin:0;}
.top-summary .service-list img{display:block;width:100%;height:auto;border-radius:0.8rem;box-shadow:0 8px 18px rgba(0,0,0,0.23);}
.top-summary .secondary-footer{display:flex;flex-wrap:wrap;gap:1.65rem;}
.top-summary .contact-list{flex:1 1 calc(1580px / 4.2);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-page);color:var(--paint-clear);border:1px solid var(--line-cool);border-radius:0.44rem;}
.top-summary .contact-list p{margin-top:calc(calc(1.5rem * .75) / 2);}
.top-summary .service-stack{font-size:calc(17.1px * .875);}
.top-summary a{text-decoration:none;}
.top-summary a:hover{}
@media (max-width:720px){.top-summary .contact-list{flex:1 1 100%;}
}
.top-details{--mark-soft:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.top-details .bottom-lead{max-width:1580px;margin:0 auto;}
.top-details h2,.top-details h3,.top-details p,.top-details ul{margin:0;}
.top-details h2{font-size:calc(17.1px * 2);line-height:1.14;}
.top-details h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.top-details p{font-size:17.1px;line-height:1.74;}
.top-details .strip{display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.top-details .contact-frame{color:var(--ink-dark);}
.top-details .secondary-footer{display:flex;flex-wrap:wrap;gap:1.65rem;margin-top:var(--mark-soft);}
.top-details .contact-list{flex:1 1 calc(33.333% - 1.65rem);min-width:260px;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);padding:calc(1.5rem * .75);border:1px solid var(--line-cool);border-radius:0.8rem;background:var(--surface-page);color:var(--paint-clear);}
.top-details .team-copy{display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.top-details .site-region{font-size:calc(17.1px * .875);color:var(--ink-dark);}
.top-details .secondary-form{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);padding-left:1.1rem;font-size:calc(17.1px * .875);line-height:1.74;}
.top-details .bottom-wrap{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * .72) 1.5rem;border-radius:0.32rem;background:var(--line-light);color:#FFFFFF;text-decoration:none;transition:background 310ms var(--motion-nav);}
.top-details .bottom-wrap:hover{background:#0F55E0;color:var(--paint-clear);}
.top-details .service-stack{margin-top:var(--mark-soft);padding-top:calc(1.65rem * 1.5);border-top:1px solid var(--line-cool);color:var(--ink-dark);}
@media (max-width:900px){.top-details .contact-list{flex:1 1 100%;}
}
.fresh-nav{--mark-soft:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.47rem;background:#F6F8FD;color:#0B1226;}
.fresh-nav .bottom-lead{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.fresh-nav h2,.fresh-nav h3,.fresh-nav p{margin:0;}
.fresh-nav h2{font-size:calc(17.1px * 2);line-height:1.14;}
.fresh-nav h3{font-size:calc(17.1px * 1.35);line-height:1.24;}
.fresh-nav p{font-size:17.1px;line-height:1.74;}
.fresh-nav .strip{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.fresh-nav .contact-frame{font-size:calc(17.1px * 1.125);}
.fresh-nav .soft-proof{display:flex;flex-direction:column;gap:var(--mark-soft);}
.fresh-nav .contact-list{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.44rem;background:var(--surface-page);color:var(--paint-clear);border:1px solid var(--line-cool);box-shadow:0 2px 4px rgba(0,0,0,0.18);}
.fresh-nav .contact-list p{margin-top:calc(1.5rem / 3.2);}
.fresh-nav a{text-decoration:none;border-bottom:1px solid rgba(30, 107, 255, 0.45);}
.fresh-nav a:hover{}
.fresh-nav .service-stack{font-size:calc(17.1px * .875);}
@media (min-width:900px){.fresh-nav .bottom-lead{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);grid-template-areas:"intro questions" "note questions";align-items:start;column-gap:1.5rem;}.fresh-nav .strip{grid-area:intro;}.fresh-nav .soft-proof{grid-area:questions;}.fresh-nav .service-stack{grid-area:note;}
}
.strong-flow{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: linear-gradient(135deg, #0B2A6B 0%, #1E6BFF 100%);
  color: #F4F8FF;
}
.strong-flow .bottom-lead{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1580px;
  margin: 0 auto;}
.strong-flow .wide-team{margin: 0 0 calc(1.65rem * 1.5);
  padding: 1.5rem 0;}
.strong-flow h2{margin: 0;
  font-size: calc(17.1px * 2.65);
  line-height: 1.05;}
.strong-flow .wide-team p{margin: 1.5rem 0 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.74;}
.strong-flow .site-nav{display: flex;
  justify-content: space-between;
  gap: 1.65rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.strong-flow .public-plan{display: flex;
  gap: 1.65rem;}
.strong-flow .public-plan p{margin: 0;
  line-height: 1.74;}
.strong-flow .grid{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.strong-flow .grid a{color: inherit;
  font-size: calc(17.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.strong-flow .narrow-intro{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.strong-flow .narrow-intro a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.strong-flow .narrow-intro span{opacity: .65;}
@media (max-width: 720px) {.strong-flow .site-nav,
  .strong-flow .public-plan{
    display: block;
  }.strong-flow .public-plan p + p{
    margin-top: calc(1.5rem * .75);
  }.strong-flow .grid{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.top-panel{padding:calc(1.5rem * 2.4) 1.47rem;background:#0B1226;color:#EAF1FF}
.top-panel .visual-rail{max-width:min(1580px,62rem);margin:0 auto}
.top-panel h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.top-panel .contact-frame{margin:1.5rem 0 1.65rem;font-size:calc(17.1px * 1.125);line-height:1.5}
.top-panel .top-panel{height:clamp(20rem,42vw,32rem);border-radius:0.8rem;overflow:hidden;border:1px solid var(--line-cool);background:var(--surface-page);color:var(--paint-clear);}
.top-panel iframe{display:block;width:100%;height:100%;border:0}
.top-panel .site-fields{margin-top:1.65rem;display:flex;flex-direction:column;gap:0}
.top-panel .site-fields div{display:grid;grid-template-columns:minmax(8rem,.24fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-cool)}
.top-panel .site-fields div:last-child{border-bottom:0}
.top-panel .site-fields span{font-size:calc(17.1px * .875);color:#C2CCE0;letter-spacing:.02em}
.top-panel .site-fields p{margin:0;line-height:1.6}
.top-panel .site-fields a{text-decoration:underline;text-underline-offset:3px}
.top-panel .site-fields a:hover{color:inherit;}
@media (max-width: 620px){.top-panel .site-fields div{grid-template-columns:1fr;gap:.35rem}.top-panel .top-panel{height:20rem}
}
.service-shell{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--line-light);color:#FFFFFF}
.service-shell .bottom-lead{max-width:1580px;margin:0 auto;display:flex;gap:calc(1.65rem * 1.5);align-items:flex-start}
.service-shell .strip{flex:1 1 0;padding:1.65rem 0}
.service-shell h2{margin:0;font-size:calc(17.1px * 2.65);line-height:1.08}
.service-shell .strip p{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);line-height:1.74}
.service-shell ul{list-style:none;margin:calc(1.65rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-shell li{line-height:1.74}
.service-shell li span{display:inline-block;margin-right:calc(1.5rem * .75);font-size:calc(17.1px * .875);font-weight:700}
.service-shell form{flex:0 1 calc(1580px*.38);background:var(--surface-page);color:var(--paint-clear);border:1px solid var(--line-cool);border-radius:1.28rem;padding:1.65rem;box-shadow:0 18px 46px rgba(0,0,0,0.29)}
.service-shell .primary-content{display:flex;flex-direction:column;gap:1.5rem}
.service-shell label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.1px * .875)}
.service-shell input,.service-shell select,.service-shell textarea{width:100%;border:1px solid var(--line-cool);border-radius:0.32rem;background:#F6F8FD;color:#0B1226;font:inherit;padding:calc(1.5rem * .75);outline:none}
.service-shell textarea{resize:vertical;line-height:1.74}
.service-shell input:focus,.service-shell select:focus,.service-shell textarea:focus{border-color:rgba(30, 107, 255, 0.45)}
.service-shell button{width:100%;margin-top:calc(1.65rem * 1.5);border:0;border-radius:0.44rem;background:var(--line-light);color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75);cursor:pointer;transition:background 310ms var(--motion-nav)}
.service-shell button:hover{background:#0F55E0;color:var(--paint-clear);}
.service-shell .service-stack{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.1px * .875);line-height:1.74}
.service-shell .service-stack a{}
.service-shell .service-stack a:hover{}
@media(max-width:780px){.service-shell .bottom-lead{display:block}.service-shell form{margin-top:1.5rem}}
.clear-panel{padding:calc(1.5rem * 2.4) 1.47rem;background:#0B1226;color:#EAF1FF}
.clear-panel .header{max-width:min(1580px,64rem);margin:0 auto}
.clear-panel .team-copy{margin-bottom:calc(1.65rem * 1.5)}
.clear-panel h2{margin:0;font-size:calc(17.1px * 2.65);line-height:1.08}
.clear-panel .service-stack{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.clear-panel .media-summary{padding:calc(1.5rem * .75) 0 1.65rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.clear-panel .media-summary:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.clear-panel h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.1px * 1.35);line-height:1.25}
.clear-panel .media-summary p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:720px){.clear-panel h2{font-size:calc(17.1px * 2)}.clear-panel .service-stack{font-size:17.1px}
}
.team-grid{
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:linear-gradient(135deg, #0B2A6B 0%, #1E6BFF 100%);
  color:#F4F8FF;
}
.team-grid .bottom-lead{max-width:min(1580px,66rem);
  margin:0 auto;}
.team-grid .team-copy{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(1.65rem * 1.5);
  border-bottom:1px solid color-mix(in srgb,currentColor 26%,transparent);}
.team-grid h2{margin:0;
  font-size:calc(17.1px * 2.65);
  line-height:1.08;}
.team-grid .strip{margin:0;
  font-size:calc(17.1px * 1.125);
  line-height:1.74;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.team-grid .header{display:flex;
  flex-direction:column;}
.team-grid .media-summary{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem * .75);
  padding:1.65rem 0;
  border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent);}
.team-grid h3{margin:0;
  font-size:calc(17.1px * 1.35);
  line-height:1.25;}
.team-grid .media-summary p{margin:0;
  line-height:1.74;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.team-grid a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-grid a:hover{color:#F4F8FF;
  opacity:.82;}
.team-grid .service-stack{margin:calc(1.65rem * 1.5) 0 0;
  padding-top:calc(1.5rem * .75);
  font-size:calc(17.1px * .875);
  line-height:1.74;
  color:color-mix(in srgb,currentColor 70%,transparent);}
@media (min-width:760px){.team-grid .media-summary{
    grid-template-columns:minmax(0,15rem) minmax(0,1fr);
    align-items:start;
    gap:1.65rem;
  }
}
.steady-body{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #0B1226;
  color: #EAF1FF;
}
.steady-body .bottom-lead{max-width: min(1580px, 74rem);
  margin: 0 auto;}
.steady-body .contact-frame h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.steady-body .strip{margin: calc(1.5rem * .75) 0 0;
  color: #C2CCE0;
  font-size: calc(17.1px * 1.125);}
.steady-body .narrow-unit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.65rem * 1.5);
  margin-top: calc(1.65rem * 1.5);}
.steady-body .contact-list{flex: 1 1 18rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1B2540;}
.steady-body .contact-list strong{display: block;
  font-size: calc(17.1px * 1.35);}
.steady-body .contact-list p{margin: calc(1.5rem * .75) 0 0;
  color: #C2CCE0;}
.steady-body .contact-list a{color:inherit;}
.steady-body .contact-list a:hover{color:inherit;}
.steady-body .service-stack{
  margin: calc(1.65rem * 1.5) 0 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: var(--line-main);
  color: #EAF1FF;
  font-size: calc(17.1px * .875);
}
@media (max-width: 640px) {.steady-body .narrow-unit{
    flex-direction: column;
  }
}
.page-lead{
  background: var(--ink-base, linear-gradient(135deg, #0B2A6B 0%, #1E6BFF 100%));
  color: #F4F8FF;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.page-lead .bottom-lead{width: min(100%, 1580px);
  margin: 0 auto;}
.page-lead .contact-track{display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: calc(1.65rem * 1.5);}
.page-lead .direct-area{display: block;
  flex: 0 1 38%;
  min-width: 220px;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.8rem;
  box-shadow: var(--lift-panel, 0 18px 46px rgba(0,0,0,0.29));}
.page-lead .quiet-links{flex: 1 1 430px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.page-lead .service-stack{margin: 0;
  font-size: calc(17.1px * .875);
  line-height: 1.6;
  opacity: 0.82;}
.page-lead h1{margin: 0;
  font-size: clamp(calc(17.1px * 2), 6vw, calc(17.1px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.page-lead .strong-list{display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.page-lead .contact-frame{line-height: 1.6;
  opacity: 0.88;}
.page-lead .bottom-wrap{display: flex;
  flex-wrap: wrap;
  gap: 12px;}
.page-lead .bottom-wrap a{
  padding: 13px 20px;
  border-radius: 0.44rem;
  background: var(--line-light, #1E6BFF);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  transition: background 310ms var(--motion-nav, ease);
}
.page-lead .bottom-wrap a:first-child{
  background: #FFFFFF;
  color: #0B2A6B;
}
.page-lead .bottom-wrap a:hover{
  background: #0F55E0;
  color: #FFFFFF;
}
.page-lead .bottom-wrap a:first-child:hover{
  background: var(--line-main, #0B2A6B);
  color: #EAF1FF;
}
@media (max-width: 760px) {.page-lead{ padding: calc(1.5rem * 2.4) 1.47rem; }.page-lead .contact-track{ flex-direction: column; align-items: stretch; }.page-lead .direct-area{ flex-basis: auto; min-width: 0; aspect-ratio: 16 / 10; }
}
