html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
.contact-stack {
    width: 100%;
    background: var(--paint-light);
    color: var(--line-soft);
    border-bottom: 1px solid #D6DEED;
  }
:root {
  --paint-light: #0C1428;
  --ease-hover: cubic-bezier(0.22,1,0.36,1);
  --line-soft: #E8EEFB;
}
.focused-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: calc(1.65rem * 1.5) 2.19rem;
    display: flex;
    align-items: center;
    gap: 1.65rem;
  }
.text-footer {
    font-size: calc(17.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--line-soft);
    text-decoration: none;
    flex-shrink: 0;
  }
.text-footer:hover {
    color: #D62839;
  }
.secondary-rail {
    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.5rem 0.75rem;
    font-size: 17.7px;
    color: var(--line-soft);
    text-decoration: none;
    border-radius: 0.24rem;
    transition: background-color 450ms var(--ease-hover),
                color 450ms var(--ease-hover);
  }
.nav-list a:hover {
    background: #1B3A8C;
    color: #F4F7FF;
  }
.steady-tile {
    flex-shrink: 0;
  }
.team-flow {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #D62839;
    color: #FFFFFF;
    border-radius: 0.52rem;
    font-size: 17.7px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18);
    transition: background-color 450ms var(--ease-hover),
                transform 450ms var(--ease-hover);
  }
.team-flow:hover{
    background: #B41F2E;
    transform: translateY(-1px);color:#0C1428;}
.media-frame {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid #D6DEED;
    border-radius: 0.24rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.person{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: var(--line-soft);
    border-radius: 1px;
    transition: transform 450ms var(--ease-hover),
                opacity 450ms var(--ease-hover);color:#0C1428;}
.media-frame.is-open .person:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.media-frame.is-open .person:nth-child(2) {
    opacity: 0;
  }
.media-frame.is-open .person:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .focused-inner {
      flex-wrap: wrap;
    }

    .steady-tile {
      order: 2;
      margin-left: auto;
    }

    .media-frame {
      display: flex;
      order: 3;
    }

    .secondary-rail {
      order: 4;
      flex-basis: 100%;
      display: none;
    }

    .secondary-rail.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
      padding: calc(1.65rem * 1.5) 0 0 0;
    }

    .nav-list a {
      padding: 0.75rem 0.5rem;
      font-size: calc(17.7px * 1.125);
    }
  }
@media (max-width: 480px) {
    .team-flow {
      padding: 0.55rem 0.85rem;
      font-size: calc(17.7px * .875);
    }
  }
.plain-wrap{padding:calc(1.5rem * 2.4) 2.19rem;font-family:"Sora", sans-serif;font-size:17.7px;line-height:1.65;width:100%;background:var(--paint-light);color:var(--line-soft);}
.top-intro{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5)}
.open-service{display:grid;grid-template-columns:minmax(220px, 1fr) 2.4fr;gap:calc(1.5rem * .75);align-items:start}
.service-actions{display:flex;flex-direction:column;gap:1.5rem}
.fresh-stack{color:inherit;text-decoration:none;font-size:calc(17.7px * 1.35);font-weight:700;letter-spacing:0.02em}
.fresh-stack:hover{color:inherit;opacity:0.85}
.content-inner{margin:0;font-size:calc(17.7px * .875);opacity:0.78;max-width:32ch}
.summary{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.65rem}
.compact-method{display:flex;flex-direction:column;gap:1.5rem}
.local-content{margin:0;font-size:calc(17.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.page-panel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.page-panel a{color:inherit;text-decoration:none;font-size:17.7px;transition:opacity 450ms var(--ease-hover)}
.page-panel a:hover{opacity:0.7;color:inherit}
.page-group{display:flex;flex-direction:column;gap:0.6rem;font-size:17.7px}
.team-section{margin:0;display:flex;flex-direction:column;gap:0.15rem}
.text-rail{font-size:calc(17.7px * .875);opacity:0.65}
.site-quote{color:inherit;text-decoration:none;word-break:break-word}
a.footer-contact-value:hover{opacity:0.7;color:inherit}
.direct-region{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:calc(1.65rem * 1.5)}
.direct-region p{margin:0;font-size:calc(17.7px * .875);opacity:0.78;max-width:90ch}
.featured-figure{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:calc(1.65rem * 1.5);display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:center}
.contact-area{margin:0;font-size:calc(17.7px * .875);opacity:0.7}
.primary-summary{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.65rem}
.primary-summary a{color:inherit;text-decoration:none;font-size:calc(17.7px * .875);opacity:0.8}
.primary-summary a:hover{opacity:1;color:inherit}
@media (max-width: 900px) {.open-service{grid-template-columns:1fr}.summary{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.summary{grid-template-columns:1fr}.featured-figure{flex-direction:column;align-items:flex-start}
  }
.cookies {
        position: fixed;
        left: 2.19rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .media-unit {
        width: min(22rem, calc(100vw - 2.19rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 28px 32px rgba(0,0,0,0.29)
    }
.cookies strong {
        font-size: calc(17.7px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.65
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.24rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: #1B3A8C;
        color: #F4F7FF;
        border-color: #1B3A8C
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 2.19rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .media-unit {
            width: auto
        }
    }
.media-feature{
  padding:calc(1.5rem*3.2) 2.19rem;
  background:linear-gradient(135deg, #0C1428 0%, #1B3A8C 62%, #2A4FB0 100%);
  color:#F4F7FF;
}
.media-feature .featured-frame{max-width:1320px;
  margin:0 auto;
  display:flex;
  gap:calc(1.65rem*1.4);
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;}
.media-feature .narrow-proof{flex:1 1 36rem;
  min-width:0;}
.media-feature h1{margin:0 0 1.1rem;
  font-size:clamp(2.4rem,6.4vw,5.4rem);
  line-height:.96;
  letter-spacing:-0.01em;}
.media-feature .direct-section{margin:0;
  max-width:44rem;
  font-size:calc(17.7px * 1.125);
  line-height:1.65;
  opacity:.88;}
.media-feature .featured-track{flex:1 1 20rem;
  max-width:32rem;
  border-left:1px solid rgba(244,247,255,.28);
  padding-left:1.4rem;}
.media-feature .offer-stack{margin:0;
  font-size:calc(17.7px * .875);
  line-height:1.65;
  opacity:.78;}
.media-feature .public-nav{display:flex;
  gap:.7rem;
  flex-wrap:wrap;
  margin-top:1.4rem;}
.media-feature a{text-decoration:none;
  border-radius:0.52rem;
  padding:.78rem 1.15rem;
  font-weight:600;
  font-size:calc(17.7px * .875);
  transition:background 450ms var(--ease-hover),color 450ms var(--ease-hover);}
.media-feature a:first-child{
  background:#D62839;
  color:#FFFFFF;
}
.media-feature a:first-child:hover{
  background:#B41F2E;color:#0C1428;}
.media-feature a:last-child{
  background:transparent;
  color:#F4F7FF;
  border:1px solid rgba(244,247,255,.35);
}
.media-feature a:last-child:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#0C1428;}
@media (max-width:760px){
  .media-feature .featured-track{
    border-left:0;
    padding-left:0;
    max-width:none;
    border-top:1px solid rgba(244,247,255,.28);
    padding-top:1.2rem;
  }
}
.content-flow{
  background:#F6F8FD;
  color:#0C1428;
  padding:calc(1.5rem * 2.4) 2.19rem;
}
.content-flow .featured-frame{max-width:1320px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.65rem * 1.5);
  align-items:flex-start;}
.content-flow .wide-menu{flex:0 1 34%;
  min-width:16rem;
  margin:0;}
.content-flow .steady-entries{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.92rem;
  box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.content-flow .narrow-proof{flex:1 1 30rem;
  min-width:0;}
.content-flow h2{margin:0;
  font-size:calc(17.7px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.content-flow p{margin:1.5rem 0 0;
  max-width:40rem;
  color:#1E2A44;
  font-size:17.7px;
  line-height:1.65;}
.content-flow p:first-of-type{margin-top:calc(1.65rem * 1.5);
  color:#0C1428;
  font-size:calc(17.7px * 1.125);}
.content-flow .simple-grid{
  display:inline-flex;
  align-items:center;
  margin-top:calc(1.65rem * 1.5);
  padding:.75rem 1.2rem;
  background:#1B3A8C;
  color:#F4F7FF;
  text-decoration:none;
  border-radius:0.52rem;
  font-size:calc(17.7px * .875);
  transition:background 450ms var(--ease-hover);
}
.content-flow .simple-grid:hover{
  background:#142C6E;color:#0C1428;}
@media (max-width:820px){.content-flow .featured-frame{display:block}.content-flow .wide-menu{max-width:22rem;margin:0 auto calc(1.65rem * 1.5)}.content-flow .steady-entries{aspect-ratio:3/2}
}
.fresh-media{padding:calc(1.5rem * 2.4) 2.19rem;background:#F6F8FD;color:#0C1428}
.fresh-media .featured-frame{max-width:1320px;margin:0 auto}
.fresh-media .active-region{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.6fr);gap:calc(1.65rem * 1.5);align-items:start}
.fresh-media .quiet-list{min-width:0;position:sticky;top:1.5rem}
.fresh-media h2{margin:0;font-size:calc(17.7px * 2);line-height:1.08}
.fresh-media .quiet-list p{margin:1.5rem 0 0;font-size:17.7px;line-height:1.65;}
.fresh-media .narrow-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-media .narrow-feature a{display:grid;grid-template-columns:180px minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start;background:#FFFFFF;color:#0C1428;border:1px solid #D6DEED;border-radius:0.92rem;padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 450ms var(--ease-hover),box-shadow 450ms var(--ease-hover)}
.fresh-media .narrow-feature a:hover{border-color:#1B3A8C;box-shadow:0 12px 24px rgba(0,0,0,0.23)}
.fresh-media .narrow-feature img{width:100%;height:100%;min-height:120px;object-fit:cover;border-radius:0.52rem;display:block}
.fresh-media .clear-view{min-width:0}
.fresh-media strong{display:block;font-size:calc(17.7px * 1.125);line-height:1.2}
.fresh-media span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.7px * .875);line-height:1.65;}
@media(max-width:900px){.fresh-media .active-region{grid-template-columns:minmax(0,1fr)}.fresh-media .quiet-list{position:static}}
@media(max-width:560px){.fresh-media .narrow-feature a{grid-template-columns:minmax(0,1fr)}.fresh-media .narrow-feature img{min-height:180px}.fresh-media h2{font-size:calc(17.7px * 1.35)}}
.main-unit{--axis-local:calc(1.5rem * 1.05);--axis-active:calc(1320px / 2.85);padding:calc(1.5rem * 2.4) 2.19rem;background:#F6F8FD;color:#0C1428;}
.main-unit .featured-frame{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-local);}
.main-unit h2,.main-unit p{margin:0;}
.main-unit h2{font-size:calc(17.7px * 2);line-height:1.14;}
.main-unit p{font-size:17.7px;line-height:1.65;}
.main-unit .quiet-list{max-width:var(--axis-active);display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.main-unit .direct-section{color:#1E2A44;}
.main-unit .simple-body{display:flex;flex-direction:column;border-top:1px solid #D6DEED;}
.main-unit details{border-bottom:1px solid #D6DEED;padding:calc(1.5rem * .75) 0;}
.main-unit summary{cursor:pointer;font-weight:700;font-size:calc(17.7px * 1.125);list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.65rem;}
.main-unit summary::-webkit-details-marker{display:none;}
.main-unit summary::after{content:"+";font-weight:400;color:#1E2A44;}
.main-unit details[open] summary::after{content:"-";}
.main-unit details p{margin-top:calc(1.5rem / 2.6);max-width:var(--axis-active);color:#1E2A44;}
.main-unit .offer-stack{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.52rem;background:#EEF2FA;color:#1E2A44;}
.main-unit .offer-stack a{color:#1B3A8C;text-decoration:underline;text-underline-offset:2px;}
.main-unit .offer-stack a:hover{color:#D62839;}
@media (max-width:720px){.main-unit summary{font-size:17.7px;}
}
.fresh-block{--axis-local:calc(1.5rem * 1.35);--state-strong:calc(1320px / 14);padding:calc(1.5rem * 2.4) 2.19rem;background:#1B3A8C;color:#F4F7FF;}
.fresh-block .featured-frame{max-width:1320px;margin:0 auto;}
.fresh-block h2,.fresh-block h3,.fresh-block p{margin:0;}
.fresh-block h2{font-size:calc(17.7px * 2);line-height:1.12;}
.fresh-block h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.fresh-block p{font-size:17.7px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.fresh-block .quiet-list{max-width:calc(1320px / 1.9);}
.fresh-block .direct-section{margin-top:calc(1.5rem / 2);}
.fresh-block .focused-list{list-style:none;margin:var(--axis-local) 0 0;padding:0;display:flex;flex-direction:column;}
.fresh-block .public-menu{display:flex;gap:1.65rem;padding:calc(1.65rem * 1.5) 0;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.fresh-block .public-menu:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.fresh-block .content-links{flex:0 0 var(--state-strong);font-size:calc(17.7px * .875);letter-spacing:.08em;color:color-mix(in srgb, currentColor 60%, transparent);padding-top:.35em;}
.fresh-block .narrow-proof{min-width:0;max-width:calc(1320px / 1.55);}
.fresh-block .narrow-proof p{margin-top:calc(1.5rem / 3);}
.fresh-block .offer-stack{margin-top:var(--axis-local);font-size:calc(17.7px * .875);color:color-mix(in srgb, currentColor 66%, transparent);}
@media (max-width:720px){.fresh-block .public-menu{flex-direction:column;gap:calc(1.65rem / 2);}.fresh-block .content-links{flex:none;padding-top:0;}
}
.bottom-media{
  background: #F6F8FD;
  color: #0C1428;
  padding: calc(1.5rem * 2.4) 2.19rem;
}
.bottom-media .featured-frame{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.65rem;
  align-items: start;}
.bottom-media h2,
.bottom-media h3,
.bottom-media p{margin: 0;}
.bottom-media h2{font-size: calc(17.7px * 2); line-height: 1.1;}
.bottom-media h3{font-size: calc(17.7px * 1.35); line-height: 1.18;}
.bottom-media p{font-size: 17.7px; line-height: 1.65;}
.bottom-media .plain-area{
  display: grid;
  gap: calc(1.65rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1.04rem;
  background: #FFFFFF;
  color: #0C1428;
  border: 1px solid #D6DEED;
  position: sticky;
  top: 1.5rem;
}
.bottom-media .plain-area .offer-stack{font-size: calc(17.7px * .875);
  color: #1E2A44;
  padding-top: calc(1.65rem * 1.5);
  border-top: 1px solid #D6DEED;}
.bottom-media .main-track{display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.bottom-media .service-items{
  display: grid;
  grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  gap: 0.35rem 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.92rem;
  background: #FFFFFF;
  color: #0C1428;
  border: 1px solid #D6DEED;
}
.bottom-media .service-items .primary-actions{grid-area: role;
  font-size: calc(17.7px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1E2A44;
  padding-top: 0.35rem;}
.bottom-media .service-items h3{grid-area: name;}
.bottom-media .service-items p{grid-area: text;
  color: #0C1428;}
.bottom-media .contact-panel{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.65rem;
  align-items: center;
  flex-wrap: wrap;
  padding: calc(1.5rem * .75);
  border-radius: 0.92rem;
  background: var(--paint-light);
  color: var(--line-soft);
}
.bottom-media .contact-panel p{color: inherit;}
.bottom-media .contact-panel a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1rem;}
.bottom-media .contact-panel a:hover{border-bottom-color: transparent;}
@media (max-width: 860px) {.bottom-media .featured-frame{ grid-template-columns: 1fr; }.bottom-media .plain-area{ position: static; }.bottom-media .service-items{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }.bottom-media .service-items .primary-actions{ padding-top: 0; }
}
.offer-headline{
  background: #F6F8FD;
  color: #0C1428;
  padding: calc(1.5rem * 2.4) 2.19rem;
}
.offer-headline .featured-frame{width: min(100%, 1320px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.65rem * 1.5);
  align-items: flex-start;}
.offer-headline .narrow-proof{flex: 1 1 34rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.offer-headline h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.1;}
.offer-headline .narrow-proof > p{margin: 0;
  font-size: calc(17.7px * 1.125);
  line-height: 1.65;
  max-width: 46rem;}
.offer-headline .media-form{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6DEED;}
.offer-headline .media-form .secondary-area{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6DEED;}
.offer-headline .media-form .secondary-area > *{min-width: 0;
  flex: 1 1 16rem;}
.offer-headline strong{font-size: calc(17.7px * 1.35);
  line-height: 1.2;}
.offer-headline span{line-height: 1.65;}
.offer-headline .offer-stack{margin: 0;
  font-size: calc(17.7px * .875);}
.offer-headline .offer-stack a{text-decoration: none;
  border-bottom: 1px solid #1B3A8C;}
.offer-headline .offer-stack a:hover{border-bottom-color: #D62839;}
.offer-headline .featured-track{flex: 1 1 22rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-headline .contact-plan{display: block;
  width: 100%;
  height: auto;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 0.92rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.18);}
.offer-headline figcaption{font-size: calc(17.7px * .875);
  line-height: 1.65;}
@media (max-width: 860px) {.offer-headline .contact-plan{ min-height: 18rem; }
}
.primary-body{background:#F6F8FD;color:#0C1428;padding:calc(1.5rem * 2.4) 2.19rem}
.primary-body .clear-view{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5)}
.primary-body .direct-section{max-width:62ch}
.primary-body h2{margin:0;font-size:clamp(calc(17.7px * 2),4.4vw,calc(17.7px * 2.65));line-height:1.08;letter-spacing:0}
.primary-body .direct-section p{margin:1.5rem 0 0;font-size:calc(17.7px * 1.125);line-height:1.65;color:#1E2A44}
.primary-body .focused-list{display:flex;flex-wrap:wrap;gap:1.65rem;padding-top:calc(1.65rem * 1.5);border-top:1px solid #D6DEED}
.primary-body .compact-contact{flex:1 1 220px;min-width:0}
.primary-body .open-panel{display:block;font-size:calc(17.7px * .875);text-transform:uppercase;letter-spacing:.08em;color:#1E2A44}
.primary-body .compact-contact p{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:17.7px;line-height:1.55}
.primary-body .compact-contact a{color:#1B3A8C;text-decoration:none;border-bottom:1px solid #D6DEED}
.primary-body .compact-contact a:hover{color:#D62839;border-bottom-color:#D62839}
.primary-body .media-unit{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6DEED}
.primary-body .secondary-area{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6DEED}
.primary-body .secondary-area strong{display:block;font-size:17.7px}
.primary-body .secondary-area span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);color:#1E2A44;line-height:1.6}
.primary-body .offer-stack{margin:0;padding:calc(1.5rem * .75);background:#EEF2FA;color:#1E2A44;border-radius:0.52rem;line-height:1.6;font-size:calc(17.7px * .875)}
@media(max-width:640px){.primary-body .focused-list{flex-direction:column;gap:calc(1.5rem * .75)}
}
.fresh-callout{padding:calc(1.5rem * 2.4) 2.19rem;background:#1B3A8C;color:#F4F7FF}
.fresh-callout .featured-frame{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.65rem * 1.5);align-items:flex-start}
.fresh-callout .quiet-list{flex:1 1 22rem;min-width:0;padding:1.65rem 0}
.fresh-callout h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1}
.fresh-callout .quiet-list p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(17.7px * 1.125);line-height:1.65}
.fresh-callout ul{list-style:none;margin:calc(1.65rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-callout li{max-width:44rem;line-height:1.65}
.fresh-callout li span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.7px * .875);font-weight:700;letter-spacing:.02em}
.fresh-callout .offer-stack{margin-top:calc(1.65rem * 1.5);font-size:calc(17.7px * .875);opacity:.85}
.fresh-callout form{flex:1 1 20rem;min-width:0;background:#FFFFFF;color:#0C1428;border:1px solid #D6DEED;border-radius:1.04rem;padding:1.65rem;box-shadow:0 12px 24px rgba(0,0,0,0.23)}
.fresh-callout .steady-group{display:flex;flex-direction:column;gap:1.5rem}
.fresh-callout label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.7px * .875)}
.fresh-callout input{width:100%;border:0;border-bottom:1px solid #D6DEED;border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.fresh-callout input::placeholder{}
.fresh-callout input:focus{border-color:#3F63C9}
.fresh-callout button{width:100%;margin-top:calc(1.65rem * 1.5);border:0;border-radius:0.52rem;background:#D62839;color:#FFFFFF;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;transition:background 450ms var(--ease-hover)}
.fresh-callout button:hover{background:#B41F2E;color:#0C1428;}
@media(max-width:780px){.fresh-callout .featured-frame{display:block}.fresh-callout form{margin-top:1.5rem}}
.site-list{
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:linear-gradient(135deg, #0C1428 0%, #1B3A8C 62%, #2A4FB0 100%);
  color:#F4F7FF;
  overflow:hidden;
}
.site-list .narrow-intro{max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
  gap:calc(1.65rem * 1.5);
  align-items:start;}
.site-list .contact-tile{position:sticky;
  top:1.5rem;
  padding-top:calc(1.5rem * .75);}
.site-list .contact-tile span{display:block;
  margin-bottom:calc(1.5rem * .75);
  font-size:calc(17.7px * .875);
  letter-spacing:.02em;
  opacity:.85;}
.site-list h2{margin:0;
  font-size:calc(17.7px * 2.65);
  line-height:1.02;}
.site-list .featured-unit{display:flex;
  flex-direction:column;
  gap:1.65rem;}
.site-list .visual-view{
  width:min(100%,44rem);
  padding:1.65rem calc(1.5rem * .75);
  border-radius:0.92rem;
  background:#FFFFFF;
  color:#0C1428;
  border:1px solid #D6DEED;
  box-shadow:0 2px 5px rgba(0,0,0,0.18);
  transition:border-color 450ms var(--ease-hover),transform 450ms var(--ease-hover);
}
.site-list .visual-view:nth-child(even){
  margin-left:auto;
  background:#1B3A8C;
  color:#F4F7FF;
  border-color:transparent;
}
.site-list .visual-view:hover{border-color:#3F63C9;
  transform:translateY(-2px);}
.site-list .visual-view span{display:inline-block;
  font-size:calc(17.7px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.8;}
.site-list h3{margin:calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);
  font-size:calc(17.7px * 1.35);
  line-height:1.15;}
.site-list .visual-view p{margin:0;
  font-size:17.7px;
  line-height:1.65;}
@media (max-width: 820px){.site-list .narrow-intro{grid-template-columns:1fr}.site-list .contact-tile{position:relative;top:auto;padding-top:0}.site-list .visual-view,
  .site-list .visual-view:nth-child(even){margin-left:0;width:100%}
}
.page-steps{--axis-local:calc(1.5rem * 1.05);--axis-active:calc(1320px / 3.1);--label-small:calc(1320px / 4.2);padding:calc(1.5rem * 2.4) 2.19rem;background:#F6F8FD;color:#0C1428;}
.page-steps .featured-frame{max-width:1320px;margin:0 auto;}
.page-steps h1,.page-steps h2,.page-steps h3,.page-steps p{margin:0;}
.page-steps h2{font-size:calc(17.7px * 2);line-height:1.12;}
.page-steps h3{font-size:calc(17.7px * 1.35);line-height:1.25;}
.page-steps p{font-size:17.7px;line-height:1.65;}
.page-steps .narrow-proof .direct-section{margin-top:1.5rem;color:#1E2A44;}
.page-steps .narrow-proof .offer-stack{margin-top:calc(1.5rem / 2);font-size:calc(17.7px * .875);color:#1E2A44;}
.page-steps img{display:block;width:100%;height:auto;border-radius:0.52rem;object-fit:cover;}
.page-steps .public-surface{display:flex;flex-direction:column;gap:var(--axis-local);margin-top:0;}
.page-steps .secondary-area{min-width:0;padding-bottom:calc(1.5rem / 2);border-bottom:1px solid #D6DEED;}
.page-steps .secondary-area:last-child{border-bottom:0;padding-bottom:0;}
.page-steps .secondary-area p{margin-top:calc(1.5rem / 3);color:#1E2A44;}
.page-steps .secondary-area img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-small) * .62);aspect-ratio:4 / 3;}
.page-steps .visual-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.65rem;}
.page-steps .visual-method>.narrow-proof{flex:1 1 calc(1320px / 3);min-width:0;}
.page-steps .visual-method>.public-surface{flex:2 1 calc(1320px / 2);}
.page-steps .visual-method>img{margin-left:auto;flex:0 1 calc(1320px / 4.2);aspect-ratio:3 / 4;object-fit:cover;}
@media (max-width:760px){.page-steps .visual-method>img{margin-left:0;flex:1 1 100%;aspect-ratio:16 / 9;}
}
.focused-method{
  --axis-local:calc(1.5rem * 0.9);
  --axis-active:calc(1320px / 2.4);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#1B3A8C;
  color:#F4F7FF;
}
.focused-method .featured-frame{max-width:1320px;
  margin:0 auto;}
.focused-method h2,
.focused-method h3,
.focused-method p{margin:0;}
.focused-method .quiet-list{max-width:var(--axis-active);}
.focused-method h2{font-size:calc(17.7px * 2);
  line-height:1.14;}
.focused-method h3{font-size:calc(17.7px * 1.125);
  line-height:1.25;
  margin-bottom:calc(1.5rem / 3);}
.focused-method p{font-size:17.7px;
  line-height:1.65;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.focused-method .direct-section{margin-top:1.5rem;
  font-size:calc(17.7px * 1.125);
  color:color-mix(in srgb, currentColor 88%, transparent);}
.focused-method img{display:block;
  width:100%;
  height:auto;
  margin-top:var(--axis-local);
  border-radius:0.52rem;}
.focused-method .public-surface{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.65rem;
  margin-top:var(--axis-local);}
.focused-method .secondary-area{flex:1 1 calc(1320px / 4.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.focused-method .offer-stack{margin-top:var(--axis-local);
  max-width:var(--axis-active);
  font-size:calc(17.7px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
@media (max-width:720px){.focused-method .secondary-area{
    flex:1 1 100%;
  }
}
.wide-items{--axis-local:calc(1.5rem * 1.1);--axis-active:calc(1320px / 2.6);padding:calc(1.5rem * 2.4) 2.19rem;background:#F6F8FD;color:#0C1428;}
.wide-items .featured-frame{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-local);}
.wide-items h2,.wide-items h3,.wide-items p{margin:0;}
.wide-items h2{font-size:calc(17.7px * 2);line-height:1.14;max-width:var(--axis-active);}
.wide-items h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.wide-items .visual-frame{display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);}
.wide-items .direct-section{font-size:calc(17.7px * 1.125);line-height:1.65;max-width:var(--axis-active);}
.wide-items .media-unit{display:flex;flex-wrap:wrap;gap:1.65rem;align-items:stretch;}
.wide-items .focused-list{flex:1 1 calc(1320px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.65rem * 1.5);padding:calc(1.5rem * .75);border:1px solid #D6DEED;border-radius:0.92rem;background:#FFFFFF;color:#0C1428;}
.wide-items .open-panel{font-size:calc(17.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#1E2A44;}
.wide-items .narrow-proof{font-size:17.7px;line-height:1.65;}
.wide-items .public-surface{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(calc(1.65rem * 1.5) / 2);}
.wide-items .public-surface li{font-size:calc(17.7px * .875);line-height:1.65;padding-left:calc(1.65rem * 1.5);position:relative;}
.wide-items .public-surface li::before{content:"";position:absolute;left:0;top:0.6em;width:0.4rem;height:1px;background:#D62839;color:#FFFFFF;}
.wide-items .simple-grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.52rem;background:#1B3A8C;color:#F4F7FF;text-decoration:none;font-size:calc(17.7px * .875);transition:background 450ms var(--ease-hover);}
.wide-items .simple-grid:hover{background:#142C6E;color:#0C1428;}
.wide-items .featured-track{display:flex;flex-wrap:wrap;gap:1.65rem;align-items:center;padding-top:calc(1.65rem * 1.5);border-top:1px solid #D6DEED;}
.wide-items .featured-track img{display:block;flex:0 0 auto;width:min(100%, calc(1320px / 3.6));height:auto;border-radius:0.52rem;}
.wide-items .offer-stack{flex:1 1 calc(1320px / 3);min-width:0;font-size:17.7px;line-height:1.65;color:#1E2A44;}
@media (max-width: 720px){.wide-items .focused-list{flex:1 1 100%;}.wide-items .featured-track img{width:100%;}
}
.soft-brand{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: linear-gradient(135deg, #0C1428 0%, #1B3A8C 62%, #2A4FB0 100%);
  color: #F4F7FF;
}
.soft-brand .active-media{
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 1.04rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #0C1428;
  border: 1px solid #D6DEED;
}
.soft-brand .active-summary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.65rem * 1.5);
  border-bottom: 1px solid #D6DEED;
  background: #EEF2FA;color:#1E2A44;}
.soft-brand .active-summary span,
.soft-brand .active-summary strong{font-size: calc(17.7px * .875);}
.soft-brand .active-summary span{letter-spacing: 0.04em;
  text-transform: uppercase;}
.soft-brand .clear-view{display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: calc(1.65rem * 1.5);
  padding: calc(1.65rem * 1.5);}
.soft-brand h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.12;}
.soft-brand .narrow-proof p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.7px;}
.soft-brand .public-surface{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6DEED;}
.soft-brand .open-panel{display: grid;
  grid-template-columns: minmax(5.5rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6DEED;}
.soft-brand .open-panel span{font-size: calc(17.7px * .875);
  font-weight: 600;}
.soft-brand h3{margin: 0;
  font-size: calc(17.7px * 1.35);
  line-height: 1.25;}
.soft-brand .open-panel p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: calc(17.7px * .875);
  line-height: 1.65;}
@media (max-width: 800px) {.soft-brand .clear-view{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.soft-brand .open-panel{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .35);
  }.soft-brand .active-summary{
    padding: calc(1.5rem * .75);
  }
}
.narrow-footer{padding:calc(1.5rem * 2.4) 2.19rem;background:#1B3A8C;color:#F4F7FF}
.narrow-footer .page-links{max-width:min(1320px,64rem);margin:0 auto}
.narrow-footer .quiet-list{max-width:52rem}
.narrow-footer h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1;letter-spacing:-0.01em}
.narrow-footer .soft-intro{margin:1.5rem 0 calc(1.65rem * 1.5);font-size:calc(17.7px * 1.125);line-height:1.55}
.narrow-footer .direct-figure{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.narrow-footer .offer-stack{padding:1.65rem 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.narrow-footer .offer-stack + .offer-stack{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.narrow-footer h3{margin:0;font-size:calc(17.7px * 1.35);line-height:1.25}
.narrow-footer .offer-stack p{margin:0;max-width:56rem;line-height:1.65}
.narrow-footer .offer-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.narrow-footer .offer-stack a:hover{color:#FFFFFF;background:#D62839;text-decoration:none}
@media (min-width:52rem){.narrow-footer .offer-stack{grid-template-columns:18rem minmax(0,1fr);align-items:start}
}
.wide-quote{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: var(--paint-light);
  color: var(--line-soft);
}
.wide-quote .featured-frame{max-width: min(1320px, 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.65rem * 1.5);}
.wide-quote .direct-section{max-width: 44rem;}
.wide-quote h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.12;}
.wide-quote .quiet-list{margin: calc(1.5rem * .75) 0 0;
  color: #C3CCE0;
  font-size: calc(17.7px * 1.125);
  line-height: 1.6;}
.wide-quote .focused-list{display: flex;
  flex-wrap: wrap;
  gap: 1.65rem;}
.wide-quote .secondary-area{flex: 1 1 16rem;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #1E2A44;}
.wide-quote .secondary-area strong{display: block;
  font-size: 17.7px;
  letter-spacing: 0.01em;}
.wide-quote .secondary-area p{margin: calc(1.5rem * .75) 0 0;
  color: #C3CCE0;
  font-size: calc(17.7px * .875);
  line-height: 1.65;}
.wide-quote .secondary-area a{text-decoration: underline;
  text-underline-offset: 3px;}
.wide-quote .secondary-area a:hover{}
.wide-quote .featured-track{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1E2A44;}
.wide-quote .offer-stack{margin: 0;
  color: #C3CCE0;
  font-size: calc(17.7px * .875);}
.wide-quote .open-panel{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.7px;
  line-height: 1.5;}
@media (max-width: 640px) {.wide-quote .focused-list{
    flex-direction: column;
  }
}
.media-wrap{padding:calc(1.5rem * 2.4) 2.19rem;background:#F6F8FD;color:#0C1428}
.media-wrap .featured-frame{max-width:1320px;margin:0 auto}
.media-wrap .secondary-entries{display:flex;gap:calc(1.65rem * 1.5);align-items:flex-start}
.media-wrap h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(17.7px * 2);line-height:1.15}
.media-wrap .secondary-benefit{flex:1 1 34rem;min-width:0}
.media-wrap .secondary-benefit>p{margin:0 0 1.5rem;font-size:calc(17.7px * 1.125);line-height:1.65;color:#1E2A44}
.media-wrap ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.media-wrap li{min-width:0}
.media-wrap li a{display:inline-flex;border:1px solid #D6DEED;border-radius:0.52rem;background:#FFFFFF;color:#0C1428;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.7px * .875);transition:border-color 450ms var(--ease-hover)}
.media-wrap li a:hover,.media-wrap li a:focus-visible{border-color:#D62839}
.media-wrap .simple-grid{display:inline-flex;margin-top:calc(1.65rem * 1.5);border-radius:0.52rem;background:#1B3A8C;color:#F4F7FF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:17.7px;transition:background 450ms var(--ease-hover)}
.media-wrap .simple-grid:hover,.media-wrap .simple-grid:focus-visible{background:#142C6E;color:#0C1428;}
@media(max-width:760px){.media-wrap .secondary-entries{display:block}.media-wrap .secondary-benefit{margin-top:1.5rem}}
