html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-base: cubic-bezier(0.4,0,0.2,1);
  --surface-card: #ffffff;
  --paint-deep: #1e293b;
  --paint-strong: #e2e8f0;
}
a{color:inherit;}
.service-flow {
    width: 100%;
    background: var(--surface-card);
    color: var(--paint-deep);
    border-bottom: 1px solid var(--paint-strong);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
  }
.bottom-fields {
    max-width: 1480px;
    margin: 0 auto;
    padding: calc(1.41rem * 1.5) 2.05rem;
    display: flex;
    align-items: center;
    gap: 1.41rem;
  }
.simple-flow {
    font-size: calc(18.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--paint-deep);
    text-decoration: none;
    flex-shrink: 0;
  }
.simple-flow:hover {
    color: #0e7490;
  }
.nav-desktop {
    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.41rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    border-radius: 0.5rem;
    color: var(--paint-deep);
    text-decoration: none;
    font-size: 18.3px;
    line-height: 1.65;
    transition: background-color 380ms var(--delay-base), color 380ms var(--delay-base);
  }
.nav-list a:hover {
    background: #f1f5f9;
    color: #334155;
  }
.primary-contact {
    flex-shrink: 0;
  }
.top-visual {
    display: inline-block;
    padding: 0.65rem 1.2rem;
    background: #9f1239;
    color: #ffffff;
    border-radius: 0.88rem;
    text-decoration: none;
    font-size: 18.3px;
    font-weight: 600;
    line-height: 1.65;
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    transition: background-color 380ms var(--delay-base), transform 380ms var(--delay-base);
  }
.top-visual:hover{
    background: #881337;
    transform: translateY(-1px);color:var(--paint-deep);}
.clear-panel {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #f1f5f9;
    color: #334155;
    border: 1px solid var(--paint-strong);
    border-radius: 0.5rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.offer-group{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #334155;
    border-radius: 0.32rem;
    transition: transform 380ms var(--delay-base), opacity 380ms var(--delay-base);color:var(--paint-deep);}
.clear-panel[aria-expanded="true"] .offer-group:nth-child(1){transform: translateY(7px) rotate(45deg);}
.clear-panel[aria-expanded="true"] .offer-group:nth-child(2){opacity: 0;}
.clear-panel[aria-expanded="true"] .offer-group:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
.nav-mobile {
    display: none;
    border-top: 1px solid var(--paint-strong);
    background: var(--surface-card);
    color: var(--paint-deep);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(1.41rem * 1.5) 2.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.75rem 0.9rem;
    border-radius: 0.5rem;
    color: var(--paint-deep);
    text-decoration: none;
    font-size: 18.3px;
    line-height: 1.65;
  }
.nav-mobile-list a:hover {
    background: #f1f5f9;
    color: #334155;
  }
.local-footer {
    margin-top: 0.5rem;
    text-align: center;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .primary-contact {
      display: none;
    }

    .clear-panel {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.active-inner{font-family:"Rubik", sans-serif;font-size:18.3px;line-height:1.65;padding:0;width:100%;background:#0f172a;color:#f8fafc;}
.image{max-width:1480px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.05rem}
.secondary-list{display:grid;grid-template-columns:1.2fr 1.4fr 1fr 1.4fr;gap:calc(1.41rem * 1.5);align-items:start}
.soft-stack{min-width:0}
.compact-links{font-size:calc(18.3px * 1.35);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.direct-intro{margin:0;font-size:calc(18.3px * .875);max-width:34ch}
.page-section{font-size:18.3px;font-weight:600;margin:0 0 calc(1.5rem * .75)}
.site-steps{list-style:none;margin:0;padding:0;display:grid;gap:calc(1.5rem * 0.5);font-size:calc(18.3px * .875)}
.site-steps a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 380ms var(--delay-base)}
.site-steps a:hover,
.site-steps a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.open-headline{gap:1.5rem}
.open-headline li{display:grid;gap:calc(1.5rem * 0.25)}
.service-surface{font-size:calc(18.3px * .875);opacity:0.75;text-transform:uppercase;letter-spacing:0.06em}
.strong-links{font-size:calc(18.3px * .875);color:inherit;text-decoration:none;word-break:break-word}
.open-headline a.footer-value{border-bottom:1px solid transparent;transition:border-color 380ms var(--delay-base);color:inherit}
.open-headline a.footer-value:hover,
.open-headline a.footer-value:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.fresh-links{margin-top:calc(1.5rem * 2.4);padding-top:calc(1.41rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:grid;gap:1.5rem}
.focused-figure{margin:0;font-size:calc(18.3px * .875)}
.contact-lead{margin:0;font-size:calc(18.3px * .875);max-width:90ch;opacity:0.85}
@media (max-width: 1024px) {.secondary-list{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px) {.secondary-list{grid-template-columns:1fr}.image{padding:calc(1.41rem * 1.5) calc(1.5rem * .75)}
}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:2.05rem;bottom:1.5rem;z-index:1200}
.cookies .primary-headline{width:min(31rem,calc(100vw - 2.05rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.88rem;background:#fff;color:#0a0f1a;box-shadow:0 22px 54px rgba(0,0,0,0.25)}
.cookies strong{display:block;font-size:calc(18.3px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.65}
.cookies .narrow-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .narrow-quote>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.32rem;background:#f7f7f7;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#9f1239;color:#ffffff;border-color:#9f1239}
.offer-track{
  --state-content:calc(1.5rem * 0.92);
  --field-static:calc(1480px / 3.25);
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);
  color:#1e293b;
}
.offer-track .media-headline{max-width:1480px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-content);}
.offer-track h1,
.offer-track p{margin:0;}
.offer-track h1{font-size:calc(18.3px * 2.65);
  line-height:1.08;}
.offer-track .visual-area{font-size:calc(18.3px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#0e7490;
  margin:0;}
.offer-track .local-flow{font-size:calc(18.3px * 1.125);
  line-height:1.65;
  max-width:calc(1480px * 0.62);}
.offer-track .steady-quote{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.41rem;
  margin-top:calc(1.41rem * 1.5);}
.offer-track .focused-team{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:#9f1239;
  color:#ffffff;
  text-decoration:none;
  font-size:18.3px;
  transition:background 380ms var(--delay-base);
}
.offer-track .focused-team:hover{background:#881337;color:var(--paint-deep);}
.offer-track .content-wrap{color:#9f1239;
  text-decoration:none;
  font-size:18.3px;
  border-bottom:1px solid transparent;
  transition:color 380ms var(--delay-base),border-color 380ms var(--delay-base);}
.offer-track .content-wrap:hover{color:#0e7490;
  border-bottom-color:#0e7490;}
@media (max-width:720px){.offer-track h1{}.offer-track .local-flow{max-width:100%;}
}
.steady-entries{
        padding: calc(1.5rem * 2.4) 2.05rem;
        background: linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);
        color: #1e293b;
    }
.steady-entries .media-headline{max-width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.41rem * 1.5);}
.steady-entries .local-flow{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--paint-strong);}
.steady-entries h2{margin: 0;
        font-size: calc(18.3px * 2);
        line-height: 1.1;}
.steady-entries .local-flow p{margin: 0;
        font-size: calc(18.3px * 1.125);
        line-height: 1.65;}
.steady-entries .direct-block{display: flex;
        flex-wrap: wrap;
        gap: 1.41rem;}
.steady-entries .top-items{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-strong);
        border-radius: 0.88rem;
        background: var(--surface-card);
        color: var(--paint-deep);
        box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    }
.steady-entries .bottom-figure{font-size: 18.3px;
        line-height: 1.65;}
.steady-entries .fresh-steps{display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-strong);}
.steady-entries .fresh-steps strong{font-size: 18.3px;}
.steady-entries .fresh-steps span{font-size: calc(18.3px * .875);}
@media (max-width: 760px) {.steady-entries .top-items{
            flex: 1 1 100%;
        }
    }
.bottom-intro{
  padding:calc(1.5rem*2.6) 2.05rem;
  background:#fbfaf7;
  color:#1e293b;
}
.bottom-intro .narrow-service{max-width:1480px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.41rem * 1.5);}
.bottom-intro .local-flow h2{margin:0;
  font-size:calc(18.3px * 2);
  line-height:1.15;}
.bottom-intro .local-flow .plain-plan{margin:0.7rem 0 0;
  font-size:18.3px;
  line-height:1.65;
  opacity:.86;}
.bottom-intro .primary-shell{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.bottom-intro .clear-summary{
  flex:1 1 260px;
  background:var(--surface-card);
  color:var(--paint-deep);
  border:1px solid var(--paint-strong);
  border-radius:0.88rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 2px 8px rgba(0,0,0,0.16);
}
.bottom-intro .clear-summary h3{margin:0;
  font-size:calc(18.3px * 1.35);
  line-height:1.2;}
.bottom-intro .clear-summary p{margin:0.55rem 0 0;
  font-size:calc(18.3px * .875);
  line-height:1.6;
  opacity:.88;}
.bottom-intro .team-section{margin:0;
  font-size:calc(18.3px * .875);
  line-height:1.6;
  color:#334155;}
.bottom-intro .team-section a{color:#9f1239;
  text-decoration:underline;
  text-underline-offset:2px;}
.bottom-intro .team-section a:hover{color:#0e7490;}
@media (max-width:640px){.bottom-intro{
    padding:calc(1.5rem*1.8) 2.05rem;
  }.bottom-intro .clear-summary{
    flex:1 1 100%;
  }
}
.primary-group{--state-content:calc(1.5rem * 1.19);--field-static:calc(1480px / 2.80);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.primary-group .media-headline{max-width:1480px;margin:0 auto;}
.primary-group h1,.primary-group h2,.primary-group h3,.primary-group p{margin:0;}
.primary-group h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.primary-group h2{font-size:calc(18.3px * 2);line-height:1.12;}
.primary-group h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.primary-group p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-group a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.primary-group .local-flow{font-size:calc(18.3px * 1.125);color:color-mix(in srgb, currentColor 82%, transparent);}
.primary-group .steady-area{display:flex;flex-direction:column;gap:var(--state-content);margin-top:var(--state-content);}
.primary-group .clear-summary{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.primary-group .clear-summary h3{margin-bottom:calc(1.5rem / 3);}
.primary-group .contact-figure h2{margin-top:calc(1.5rem / 2);}
.primary-group .visual-area{margin-top:var(--state-content);font-size:calc(18.3px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.service-visual{
  padding: calc(1.5rem * 2.4) 2.05rem;
  background: #0f172a;
  color: #f8fafc;
}
.service-visual .media-headline{max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.service-visual .content-brand{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.41rem * 1.5);}
.service-visual .local-flow{flex: 1 1 22rem;}
.service-visual h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.12;}
.service-visual .local-flow p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * 1.125);
  color: #cbd5e1;}
.service-visual .focused-group{
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.88rem;
  border: 1px solid #1e293b;
  background: #0f172a;color:#f8fafc;}
.service-visual .focused-group label{font-size: calc(18.3px * .875);
  color: #cbd5e1;}
.service-visual .focused-group input{
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid #1e293b;
  background: #fbfaf7;
  color: #1e293b;
  font: inherit;
}
.service-visual .focused-group input::placeholder{color: rgba(255,255,255,0.55);}
.service-visual .focused-group button{
  align-self: flex-start;
  padding: 0.7rem 1.3rem;
  border: 0;
  border-radius: 0.5rem;
  background: #0e7490;
  color: #ffffff;
  font: inherit;
  cursor: pointer;
  transition: background 380ms var(--delay-base);
}
.service-visual .focused-group button:hover{
  background: #155e75;color:var(--paint-deep);}
.service-visual .visual-area{font-size: calc(18.3px * .875);
  color: #cbd5e1;}
.service-visual .primary-shell{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;
  border-top: 1px solid #1e293b;
  padding-top: calc(1.41rem * 1.5);}
.service-visual .clear-summary{flex: 1 1 16rem;}
.service-visual .clear-summary strong{display: block;
  margin-bottom: 0.35rem;
  font-size: 18.3px;}
.service-visual .clear-summary span{display: block;
  font-size: calc(18.3px * .875);
  color: #cbd5e1;}
@media (max-width: 780px) {.service-visual .content-brand{
    flex-direction: column;
  }
}
.page-plan{
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#fbfaf7;
  color:#1e293b;
}
.page-plan .media-headline{max-width:1480px;
  margin:0 auto;}
.page-plan .local-flow{display:flex;
  flex-wrap:wrap;
  gap:1.41rem;
  align-items:flex-end;
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid var(--paint-strong);
  margin-bottom:calc(1.41rem * 1.5);}
.page-plan .local-flow h2{margin:0;
  flex:1 1 22rem;
  min-width:0;
  font-size:calc(18.3px * 2);
  line-height:1.1;}
.page-plan .local-flow p{margin:0;
  flex:1 1 22rem;
  min-width:0;
  font-size:18.3px;
  line-height:1.65;}
.page-plan .content-brand{display:flex;
  flex-direction:column;
  gap:0;}
.page-plan .clear-summary{padding:calc(1.41rem * 1.5) 0;
  border-bottom:1px solid var(--paint-strong);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem * .75);}
.page-plan .clear-summary:last-of-type{border-bottom:0;}
.page-plan .featured-footer{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:center;
  font-size:calc(18.3px * .875);}
.page-plan .local-list{
  background:#0e7490;
  color:#ffffff;
  padding:0.18rem 0.6rem;
  border-radius:0.32rem;
  letter-spacing:0.02em;
}
.page-plan .compact-details{}
.page-plan h3{margin:0;
  font-size:calc(18.3px * 1.35);
  line-height:1.2;}
.page-plan h3 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 380ms var(--delay-base), color 380ms var(--delay-base);}
.page-plan h3 a:hover,
.page-plan h3 a:focus-visible{border-bottom-color:#0e7490;}
.page-plan .open-group{margin:0;
  font-size:18.3px;
  font-style:italic;}
.page-plan .contact-wrap{margin:0;
  line-height:1.65;}
.page-plan .content-wrap{justify-self:start;
  font-size:calc(18.3px * .875);
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.page-plan .content-wrap:hover,
.page-plan .content-wrap:focus-visible{}
.page-plan .visual-area{
  margin-top:calc(1.41rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#f1f5f9;
  color:#334155;
  border-radius:0.5rem;
  font-size:calc(18.3px * .875);
}
.page-plan .visual-area p{margin:0;
  line-height:1.65;}
.page-plan .visual-area a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.page-plan .visual-area a:hover,
.page-plan .visual-area a:focus-visible{}
@media(min-width:900px){.page-plan .clear-summary{
    grid-template-columns:14rem minmax(0,1fr);
    column-gap:calc(1.41rem * 1.5);
    align-items:start;
  }.page-plan .clear-summary .featured-footer{
    flex-direction:column;
    align-items:flex-start;
    gap:0.4rem;
    padding-top:0.35rem;
  }.page-plan .clear-summary h3,
  .page-plan .clear-summary .open-group,
  .page-plan .clear-summary .contact-wrap,
  .page-plan .clear-summary .content-wrap{
    grid-column:2;
  }.page-plan .clear-summary h3{grid-row:1}.page-plan .clear-summary .open-group{grid-row:2}.page-plan .clear-summary .contact-wrap{grid-row:3}.page-plan .clear-summary .content-wrap{grid-row:4}
}
@media(max-width:620px){.page-plan .local-flow{
    display:block;
  }.page-plan .local-flow p{
    margin-top:1.5rem;
  }
}
.contact-story{--state-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.contact-story .media-headline{max-width:1480px;margin:0 auto;}
.contact-story h2,.contact-story h3,.contact-story p{margin:0;}
.contact-story h2{font-size:calc(18.3px * 2);line-height:1.12;}
.contact-story h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.contact-story p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-story .bottom-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.contact-story .local-flow{font-size:calc(18.3px * 1.125);}
.contact-story .primary-shell{list-style:none;margin:var(--state-content) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--state-content);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-story .clear-summary{display:flex;flex-wrap:wrap;gap:1.41rem;padding-top:var(--state-content);border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.contact-story .clear-summary:first-child{border-top:none;}
.contact-story .site-service{flex:0 0 auto;min-width:6.5rem;font-size:18.3px;letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.contact-story .team-panel{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-story .visual-area{margin-top:var(--state-content);padding-top:var(--state-content);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(18.3px * .875);}
@media (max-width:640px){.contact-story .site-service{min-width:0;}.contact-story .clear-summary{gap:calc(1.41rem / 2);}
}
.public-copy{padding:calc(1.5rem * 2.4) 2.05rem;background:#f1f5f9;color:#334155}
.public-copy .media-headline{max-width:1480px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.41rem * 1.5)}
.public-copy .bottom-steps{flex:1 1 320px;align-self:flex-start}
.public-copy h2{margin:0;font-size:calc(18.3px * 2);line-height:1.12}
.public-copy .bottom-steps p{margin:1.5rem 0 0;line-height:1.65}
.public-copy .active-note{flex:1 1 480px;border-top:1px solid var(--paint-strong)}
.public-copy details{padding:1.5rem 0;border-bottom:1px solid var(--paint-strong)}
.public-copy summary{cursor:pointer;font-size:calc(18.3px * 1.35);line-height:1.3}
.public-copy summary::marker{color:#0e7490}
.public-copy details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.65}
.public-copy details strong{display:block;font-size:calc(18.3px * .875);font-weight:600;padding:calc(1.5rem * .75) 1.5rem;background:var(--surface-card);color:var(--paint-deep);border-radius:0.5rem}
@media(max-width:720px){.public-copy .media-headline{display:block}.public-copy .active-note{margin-top:calc(1.41rem * 1.5)}}
.narrow-lead{--state-content:calc(1.5rem * 1.10);--type-meta:calc(1480px / 3.42);padding:calc(1.5rem * 2.4) 2.05rem;background:#0e7490;color:#ffffff;}
.narrow-lead .media-headline{max-width:1480px;margin:0 auto;}
.narrow-lead h2,.narrow-lead h3,.narrow-lead p{margin:0;}
.narrow-lead h2{font-size:calc(18.3px * 2);line-height:1.12;}
.narrow-lead h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.narrow-lead p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-lead .local-flow{margin-top:1.5rem;max-width:calc(1480px / 2);}
.narrow-lead .bottom-view{display:flex;flex-wrap:wrap;gap:var(--state-content);margin-top:var(--state-content);}
.narrow-lead .clear-summary{flex:1 1 var(--type-meta);min-width:0;padding:calc(var(--state-content) * .75);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.narrow-lead .clear-summary p{margin-top:calc(1.5rem / 3);}
.strong-shell{
  background: #fbfaf7;
  color: #1e293b;
  padding: calc(1.5rem * 2.4) 2.05rem;
}
.strong-shell .media-headline{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.41rem * 1.5);
  align-items: flex-start;}
.strong-shell h2,
.strong-shell p,
.strong-shell ul{margin: 0;}
.strong-shell .bottom-steps{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.strong-shell h2{font-size: calc(18.3px * 2);
  line-height: 1.08;}
.strong-shell .local-flow{color: #334155;
  line-height: 1.65;}
.strong-shell .site-details{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.strong-shell ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.strong-shell li{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paint-strong);}
.strong-shell li:first-child{padding-top: 0;
  border-top: 0;}
.strong-shell .featured-footer{color: #0e7490;
  font-size: calc(18.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.strong-shell strong{font-size: calc(18.3px * 1.35);
  line-height: 1.2;}
.strong-shell li p{color: #334155;
  line-height: 1.65;}
.strong-shell .visual-area{
  padding: calc(1.5rem * .75);
  background: #f1f5f9;
  color: #334155;
  border-radius: 0.5rem;
  font-size: calc(18.3px * .875);
  line-height: 1.65;
}
.strong-shell .visual-area a{color: #9f1239;
  text-decoration: underline;}
.strong-shell .visual-area a:hover{color: #0e7490;}
@media (max-width: 720px) {.strong-shell .media-headline{
    flex-direction: column;
  }
}
.content-steps{--state-content:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 2.05rem;background:#fbfaf7;color:#1e293b;}
.content-steps .media-headline{max-width:1480px;margin:0 auto;}
.content-steps h2,.content-steps h3,.content-steps p{margin:0;}
.content-steps h2{font-size:calc(18.3px * 2);line-height:1.12;}
.content-steps h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.content-steps p{font-size:18.3px;line-height:1.65;}
.content-steps .visual-area{margin-bottom:calc(1.5rem / 2);font-size:calc(18.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#334155;}
.content-steps .local-flow{margin-top:1.5rem;}
.content-steps .primary-shell{display:flex;flex-direction:column;gap:var(--state-content);margin-top:var(--state-content);}
.content-steps .clear-summary{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--paint-strong);}
.content-steps .clear-summary p{margin-top:calc(1.5rem / 3);}
.content-steps .steady-quote{margin-top:var(--state-content);font-size:calc(18.3px * .875);color:#334155;}
.content-steps .steady-quote a{color:#9f1239;text-decoration:none;border-bottom:1px solid currentColor;}
.content-steps .steady-quote a:hover{color:#0e7490;}
@media (min-width:900px){.content-steps .primary-shell{display:grid;grid-template-columns:1fr 1fr;gap:var(--state-content) calc(1.41rem * 1.6);}.content-steps .clear-summary{padding-left:calc(1.5rem * .75);}
}
.local-steps{
  --state-content:calc(1.5rem * 1.35);
  --axis-content:calc(1480px / 3.6);
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#f1f5f9;
  color:#334155;
}
.local-steps .media-headline{max-width:1480px;
  margin:0 auto;}
.local-steps h2,
.local-steps h3,
.local-steps p{margin:0;}
.local-steps h2{font-size:calc(18.3px * 2);
  line-height:1.14;}
.local-steps h3{font-size:calc(18.3px * 1.125);
  line-height:1.25;}
.local-steps p{font-size:18.3px;
  line-height:1.65;}
.local-steps a{text-decoration:underline;}
.local-steps a:hover{}
.local-steps .bottom-steps{display:flex;
  flex-wrap:wrap;
  gap:1.41rem;
  align-items:baseline;
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid var(--paint-strong);}
.local-steps .bottom-steps>h2{flex:1 1 var(--axis-content);
  min-width:0;}
.local-steps .bottom-steps>.local-flow{flex:1 1 var(--axis-content);
  min-width:0;
  font-size:18.3px;}
.local-steps .primary-shell{display:flex;
  flex-wrap:wrap;
  gap:var(--state-content);
  margin-top:var(--state-content);}
.local-steps .clear-summary{flex:1 1 var(--axis-content);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #0e7490;}
.local-steps .clear-summary .direct-headline{margin-top:calc(1.5rem / 4);
  font-size:calc(18.3px * .875);
  letter-spacing:0.01em;
  opacity:0.78;}
.local-steps .clear-summary>p:last-child{margin-top:calc(1.5rem / 2);}
.local-steps .visual-area{margin-top:calc(var(--state-content) * 1.1);
  padding-top:calc(1.41rem * 1.5);
  border-top:1px solid var(--paint-strong);
  font-size:calc(18.3px * .875);}
@media (max-width:720px){.local-steps .bottom-steps>h2,
  .local-steps .bottom-steps>.local-flow,
  .local-steps .clear-summary{
    flex:1 1 100%;
  }
}
.clear-group{
  --state-content:calc(1.5rem * 1.15);
  --field-extra-12:5.4rem;
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#fbfaf7;
  color:#1e293b;
}
.clear-group .media-headline{max-width:1480px;
  margin:0 auto;}
.clear-group h2,
.clear-group h3,
.clear-group p,
.clear-group ol{margin:0;}
.clear-group h2{font-size:calc(18.3px * 2);
  line-height:1.14;}
.clear-group h3{font-size:calc(18.3px * 1.35);
  line-height:1.22;}
.clear-group p{font-size:18.3px;
  line-height:1.65;}
.clear-group .narrow-unit{display:flex;
  flex-direction:column;
  gap:calc(1.41rem * 1.5);
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid var(--paint-strong);}
.clear-group .local-flow{max-width:none;}
.clear-group .primary-shell{list-style:none;
  display:flex;
  flex-direction:column;
  gap:var(--state-content);
  margin-top:var(--state-content);
  padding:0;}
.clear-group .clear-summary{display:grid;
  grid-template-columns:var(--field-extra-12) 1fr;
  gap:1.41rem;
  align-items:start;
  padding-bottom:var(--state-content);
  border-bottom:1px solid var(--paint-strong);}
.clear-group .clear-summary:last-child{border-bottom:none;
  padding-bottom:0;}
.clear-group .content-stack{
  display:inline-block;
  padding:0.25rem 0.6rem;
  border-radius:0.32rem;
  background:#0e7490;
  color:#ffffff;
  font-size:calc(18.3px * .875);
  letter-spacing:0.02em;
  text-align:center;
}
.clear-group .clear-summary p{margin-top:calc(1.5rem / 3);}
.clear-group .focused-surface{margin-top:var(--state-content);
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:baseline;
  justify-content:space-between;}
.clear-group .visual-area{flex:1 1 22rem;}
.clear-group .steady-quote{display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.clear-group .steady-quote a{color:#9f1239;
  text-decoration:none;
  font-size:18.3px;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  transition:color 380ms var(--delay-base);}
.clear-group .steady-quote a:hover{color:#0e7490;}
@media (max-width:720px){.clear-group .clear-summary{
    grid-template-columns:1fr;
    gap:calc(1.41rem / 2);
  }.clear-group .content-stack{
    width:max-content;
  }
}
.page-proof{padding:calc(1.5rem * 2.4) 2.05rem;background:linear-gradient(135deg, #9f1239 0%, #0e7490 100%);color:#ffffff}
.page-proof .media-headline{max-width:1480px;margin:0 auto}
.page-proof .service-feature{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:calc(1.41rem * 1.5);align-items:start}
.page-proof .bottom-steps{min-width:0}
.page-proof h2{margin:0;font-size:calc(18.3px * 2);line-height:1.08}
.page-proof .bottom-steps p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.65}
.page-proof .page-track{display:flex;flex-direction:column;gap:1.5rem}
.page-proof .page-track a{display:block;min-width:0;background:color-mix(in srgb,#ffffff 14%,transparent);color:#ffffff;border-radius:0.5rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 380ms var(--delay-base)}
.page-proof .page-track a:hover{background:color-mix(in srgb,#ffffff 24%,transparent);color:var(--paint-deep);}
.page-proof strong{display:block;font-size:18.3px;line-height:1.2}
.page-proof span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.3px * .875);line-height:1.65}
@media(max-width:780px){.page-proof .service-feature{display:block}.page-proof .page-track{margin-top:calc(1.41rem * 1.5)}.page-proof h2{font-size:calc(18.3px * 1.35)}}
.form{--state-content:calc(1.5rem * 0.92);--field-static:calc(1480px / 3.00);padding:calc(1.5rem * 2.4) 2.05rem;background:#f1f5f9;color:#334155;}
.form .media-headline{max-width:1480px;margin:0 auto;}
.form h1,.form h2,.form h3,.form p{margin:0;}
.form h2{font-size:calc(18.3px * 2);line-height:1.12;}
.form p{font-size:18.3px;line-height:1.65;}
.form a{color:#9f1239;text-decoration:none;border-bottom:1px solid currentColor;}
.form a:hover{color:#0e7490;}
.form .focused-team{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:#9f1239;color:#ffffff;border-bottom:none;font-weight:600;transition:background 380ms var(--delay-base);}
.form .focused-team:hover{background:#881337;color:#ffffff;}
.form .site-shell>h2,.form .site-shell>p,.form .site-shell>.focused-team{margin-top:1.5rem;}
.form .local-flow{font-size:calc(18.3px * 1.125);}
.form .visual-area{color:#334155;opacity:0.85;}
.form .steady-quote{font-size:calc(18.3px * .875);}
.form .steady-quote a{font-weight:500;}
.direct-section{--state-content:calc(1.5rem * 1.15);--axis-main:1px solid var(--paint-strong);padding:calc(1.5rem * 2.4) 2.05rem;background:#fbfaf7;color:#1e293b;}
.direct-section .media-headline{max-width:1480px;margin:0 auto;}
.direct-section h2,.direct-section h3,.direct-section p{margin:0;}
.direct-section h2{font-size:calc(18.3px * 2);line-height:1.14;}
.direct-section h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.direct-section p{font-size:18.3px;line-height:1.65;}
.direct-section .bottom-steps{max-width:calc(1480px * .72);}
.direct-section .visual-area{margin-bottom:calc(1.5rem / 2.4);font-size:calc(18.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.direct-section .local-flow{margin-top:1.5rem;}
.direct-section .primary-shell{display:flex;flex-direction:column;gap:0;margin-top:var(--state-content);border-top:var(--axis-main);}
.direct-section .clear-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.41rem;padding:calc(1.41rem * 1.5) 0;border-bottom:var(--axis-main);}
.direct-section .clear-summary p{}
.direct-section .steady-quote{margin-top:var(--state-content);padding-top:calc(1.41rem * 1.5);border-top:var(--axis-main);}
.direct-section .steady-quote p{font-size:calc(18.3px * .875);}
.direct-section .steady-quote a{text-decoration:underline;text-underline-offset:3px;}
.direct-section .steady-quote a:hover{}
@media (max-width:760px){.direct-section .clear-summary{grid-template-columns:1fr;gap:calc(1.5rem / 2);}.direct-section .bottom-steps{max-width:none;}
}
.focused-quote{padding:calc(1.5rem * 2.4) 2.05rem;background:linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);color:#1e293b;}
.focused-quote .media-headline{max-width:1480px;margin:0 auto;}
.focused-quote .narrow-unit{margin-bottom:calc(1.41rem * 1.5);}
.focused-quote .narrow-unit p{margin:0;font-weight:700;font-size:calc(18.3px * .875);opacity:.85;}
.focused-quote .narrow-unit h2{margin:8px 0 0;font-size:calc(18.3px * 2);line-height:1.2;}
.focused-quote .fresh-frame{display:flex;flex-direction:column;gap:calc(1.41rem * 1.5);}
.focused-quote .local-flow p{margin:0;font-size:calc(18.3px * 1.125);line-height:1.65;}
.focused-quote .primary-shell{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.41rem;}
.focused-quote .clear-summary{border-left:3px solid #0e7490;padding:4px 0 4px calc(1.5rem * .75);}
.focused-quote .clear-summary .local-list{display:inline-block;font-size:calc(18.3px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.focused-quote .clear-summary h3{margin:6px 0 8px;font-size:calc(18.3px * 1.35);}
.focused-quote .clear-summary p{margin:0;line-height:1.65;}
.focused-quote .clear-summary a{text-decoration:underline;}
.focused-quote .clear-summary a:hover{}
.focused-quote .steady-quote{display:flex;flex-wrap:wrap;gap:1.41rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-strong);}
.focused-quote .steady-quote a{display:inline-block;padding:10px 18px;border-radius:0.5rem;background:#9f1239;color:#ffffff;text-decoration:none;font-weight:600;transition:background 380ms var(--delay-base);}
.focused-quote .steady-quote a:hover{background:#881337;color:var(--paint-deep);}
.focused-quote .steady-quote a + a{background:transparent;color:#1e293b;border:1px solid var(--paint-strong);}
.focused-quote .steady-quote a + a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--paint-deep);}
@media (max-width:640px){.focused-quote .steady-quote{flex-direction:column;}.focused-quote .steady-quote a{text-align:center;}
    }
.featured-feature{
  --state-content:calc(1.5rem * 1.25);
  --font-nav:2px;
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#fbfaf7;
  color:#1e293b;
}
.featured-feature .media-headline{max-width:1480px;
  margin:0 auto;}
.featured-feature h2,
.featured-feature h3,
.featured-feature p{margin:0;}
.featured-feature h2{font-size:calc(18.3px * 2);
  line-height:1.15;
  margin-top:calc(1.5rem / 2);}
.featured-feature h3{font-size:calc(18.3px * 1.35);
  line-height:1.25;}
.featured-feature p{font-size:18.3px;
  line-height:1.65;}
.featured-feature .visual-area{font-size:calc(18.3px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#334155;}
.featured-feature .local-flow{margin-top:1.5rem;
  color:#334155;}
.featured-feature .primary-shell{display:flex;
  flex-direction:column;
  gap:var(--state-content);
  margin-top:calc(1.5rem * 1.6);
  border-left:var(--font-nav) solid var(--paint-strong);
  padding-left:calc(1.41rem * 1.5);}
.featured-feature .clear-summary{position:relative;
  min-width:0;}
.featured-feature .clear-summary::before{
  content:"";
  position:absolute;
  left:calc(-1 * calc(1.41rem * 1.5) - var(--font-nav) / 2 - 4px);
  top:0.6em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0e7490;color:#ffffff;}
.featured-feature .clear-summary .site-service{font-size:calc(18.3px * .875);
  font-weight:600;
  color:#9f1239;
  letter-spacing:0.03em;}
.featured-feature .clear-summary h3{margin-top:calc(1.5rem / 4);}
.featured-feature .clear-summary p:last-child{margin-top:calc(1.5rem / 3);
  color:#334155;}
@media (max-width:720px){.featured-feature .primary-shell{
    padding-left:calc(1.5rem * .75);
  }.featured-feature .clear-summary::before{
    left:calc(-1 * calc(1.5rem * .75) - var(--font-nav) / 2 - 4px);
  }
}
.featured-proof{padding:calc(1.5rem * 2) 2.05rem;background:linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);color:#1e293b;}
.featured-proof .primary-headline{max-width:1480px;margin:0 auto;display:grid;gap:calc(1.41rem * 1.5);}
.featured-proof h2,.featured-proof h3,.featured-proof p{margin:0;}
.featured-proof .bottom-steps{display:grid;gap:.6rem;}
.featured-proof .bottom-steps h2{font-size:calc(18.3px * 2);line-height:1.2;}
.featured-proof .local-flow{font-size:calc(18.3px * 1.125);color:inherit;}
.featured-proof .text-nav{display:grid;gap:.75rem;}
.featured-proof .content-stack{display:grid;grid-template-columns:3.2rem 1fr;gap:1.41rem;align-items:start;padding:1rem 1.1rem;background:var(--surface-card);color:var(--paint-deep);border:1px solid var(--paint-strong);border-radius:0.88rem;box-shadow:0 2px 8px rgba(0,0,0,0.16);}
.featured-proof .content-stack .compact-feature{font-size:18.3px;font-weight:600;letter-spacing:.04em;}
.featured-proof .content-stack h3{font-size:calc(18.3px * 1.35);margin-bottom:.35rem;}
.featured-proof .content-stack p{font-size:18.3px;line-height:1.65;}
.featured-proof .visual-area{display:grid;gap:.85rem;padding:1.1rem 1.2rem;background:#f1f5f9;color:#334155;border-radius:0.88rem;border:1px solid var(--paint-strong);}
.featured-proof .visual-area p{font-size:18.3px;}
.featured-proof .steady-quote{display:flex;flex-wrap:wrap;gap:.55rem;}
.featured-proof .steady-quote a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .95rem;border-radius:0.32rem;text-decoration:none;background:#9f1239;color:#ffffff;border:1px solid #0e7490;font-size:calc(18.3px * .875);transition:background 380ms var(--delay-base);}
.featured-proof .steady-quote a:hover{background:#881337;color:var(--paint-deep);}
@media (max-width: 680px){.featured-proof .content-stack{grid-template-columns:1fr;}.featured-proof .content-stack .compact-feature{font-size:calc(18.3px * .875);}
    }
.service-actions{--state-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.service-actions .media-headline{max-width:1480px;margin:0 auto;}
.service-actions h2,.service-actions p{margin:0;}
.service-actions h2{font-size:calc(18.3px * 2);line-height:1.14;}
.service-actions p{font-size:18.3px;line-height:1.65;}
.service-actions a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-actions a:hover{text-decoration-thickness:2px;}
.service-actions .narrow-unit{display:flex;flex-direction:column;gap:calc(1.41rem * 1.5);}
.service-actions .local-flow{color:color-mix(in srgb, currentColor 78%, transparent);}
.service-actions .steady-area{display:flex;flex-direction:column;gap:var(--state-content);margin-top:calc(1.41rem * 1.5);}
.service-actions details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.5rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.service-actions summary{cursor:pointer;font-weight:700;font-size:18.3px;}
.service-actions details p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 82%, transparent);}
.service-actions .steady-quote{margin-top:calc(1.41rem * 1.5);font-size:calc(18.3px * .875);color:color-mix(in srgb, currentColor 80%, transparent);}
.content-copy{
  background:#fbfaf7;
  color:#1e293b;
  padding:calc(1.5rem * 2.4) 2.05rem;
}
.content-copy .media-headline{max-width:1480px;
  margin:0 auto;}
.content-copy .bottom-steps{display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid var(--paint-strong);}
.content-copy h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.3px * 2);
  line-height:1.12;}
.content-copy .bottom-steps p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#334155;
  line-height:1.65;}
.content-copy .fresh-frame{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.content-copy .fresh-frame a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:var(--surface-card);
  color:var(--paint-deep);
  border:1px solid var(--paint-strong);
  border-radius:0.88rem;
  text-decoration:none;
  transition:border-color 380ms var(--delay-base), box-shadow 380ms var(--delay-base);
}
.content-copy .fresh-frame a:hover{border-color:#0e7490;
  box-shadow:0 2px 8px rgba(0,0,0,0.16);}
.content-copy .fresh-frame strong,
.content-copy .fresh-frame span{display:block;}
.content-copy .fresh-frame strong{font-size:18.3px;
  line-height:1.3;}
.content-copy .fresh-frame span{margin-top:.5rem;
  color:#334155;
  line-height:1.65;}
.content-copy .steady-quote{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.41rem;
  padding-top:1.5rem;
  border-top:1px solid var(--paint-strong);}
.content-copy .steady-quote p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#334155;
  line-height:1.65;}
.content-copy .focused-team{
  display:inline-flex;
  align-items:center;
  background:#9f1239;
  color:#ffffff;
  text-decoration:none;
  border-radius:1.3rem;
  padding:.75rem 1.15rem;
  transition:background 380ms var(--delay-base);
}
.content-copy .focused-team:hover{
  background:#881337;color:var(--paint-deep);}
.content-copy .content-wrap{color:#9f1239;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.1rem;}
.content-copy .content-wrap:hover{color:#0e7490;}
@media (max-width:680px){.content-copy .bottom-steps{display:block}.content-copy .bottom-steps p{margin-top:1.5rem}.content-copy .fresh-frame{display:block}.content-copy .fresh-frame a{margin-top:1.41rem}.content-copy .steady-quote{display:block}.content-copy .steady-quote p{margin-bottom:1.5rem}
}
.main-copy{--state-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.main-copy .media-headline{max-width:1480px;margin:0 auto;}
.main-copy h2,.main-copy h3,.main-copy p{margin:0;}
.main-copy h2{font-size:calc(18.3px * 2);line-height:1.14;}
.main-copy h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.main-copy p{font-size:18.3px;line-height:1.65;}
.main-copy .local-flow{margin-top:1.5rem;opacity:.9;}
.main-copy .primary-shell{display:flex;flex-direction:column;gap:var(--state-content);margin-top:var(--state-content);}
.main-copy .clear-summary{padding-block-start:calc(var(--state-content) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-copy .clear-summary p{margin-top:calc(1.5rem / 3);opacity:.85;}
.main-copy .clear-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.main-copy .clear-summary a:hover{border-bottom-color:currentColor;}
.main-copy .visual-area{margin-top:calc(var(--state-content) * 1.1);font-size:calc(18.3px * .875);opacity:.85;}
.main-copy .visual-area a{color:inherit;text-decoration:underline;}
.main-copy .visual-area a:hover{text-decoration:none;}
.featured-frame{--state-content:calc(1.5rem * 0.91);--type-meta:calc(1480px / 3.21);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.featured-frame .media-headline{max-width:1480px;margin:0 auto;}
.featured-frame h2,.featured-frame h3,.featured-frame p{margin:0;}
.featured-frame h2{font-size:calc(18.3px * 2);line-height:1.12;}
.featured-frame h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.featured-frame p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.featured-frame a:hover{}
.featured-frame .direct-grid{padding-block:calc(var(--state-content) / 2);}
.featured-frame .main-stack{row-gap:calc(var(--state-content) * 1.2);}
.featured-frame .local-flow{margin-top:1.5rem;}
.featured-frame .primary-shell{display:flex;flex-wrap:wrap;gap:var(--state-content);margin-top:var(--state-content);}
.featured-frame .clear-summary{flex:1 1 var(--type-meta);min-width:0;padding:calc(var(--state-content) * .75);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.featured-frame .clear-summary p{margin-top:calc(1.5rem / 3);}
.soft-track{
        --state-content: calc(1.5rem * 1.05);
        --type-meta: calc(1480px / 3.2);
        padding: calc(1.5rem * 2.4) 2.05rem;
        background: #0f172a;
        color: #f8fafc;
    }
.soft-track .media-headline{max-width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: var(--state-content);}
.soft-track h2,
    .soft-track h3,
    .soft-track p{margin: 0;}
.soft-track h2{font-size: calc(18.3px * 2);
        line-height: 1.14;}
.soft-track h3{font-size: calc(18.3px * 1.35);
        line-height: 1.22;}
.soft-track p{font-size: 18.3px;
        line-height: 1.65;}
.soft-track .local-flow{font-size: calc(18.3px * 1.125);
        color: #f1f5f9;}
.soft-track .primary-shell{display: flex;
        flex-wrap: wrap;
        gap: 1.41rem;}
.soft-track .clear-summary{
        flex: 1 1 var(--type-meta);
        min-width: 0;
        padding: calc(calc(1.5rem * .75) * 1.1);
        border-radius: 0.5rem;
        background: var(--surface-card);
        color: var(--paint-deep);
        border: 1px solid var(--paint-strong);
    }
.soft-track .clear-summary p{margin-top: calc(1.5rem / 3);color:inherit;}
.soft-track .steady-quote{font-size: calc(18.3px * .875);
        color: #f1f5f9;}
.soft-track .steady-quote a{text-decoration: underline;
        text-underline-offset: 3px;}
.soft-track .steady-quote a:hover{color:inherit;}
.steady-surface{--state-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.05rem;background:#f1f5f9;color:#334155;}
.steady-surface .media-headline{max-width:1480px;margin:0 auto;}
.steady-surface h2,.steady-surface h3,.steady-surface p{margin:0;}
.steady-surface h2{font-size:calc(18.3px * 2);line-height:1.14;}
.steady-surface h3{font-size:calc(18.3px * 1.35);line-height:1.25;}
.steady-surface p{font-size:18.3px;line-height:1.65;}
.steady-surface a{color:#9f1239;text-decoration:underline;text-underline-offset:2px;}
.steady-surface a:hover{color:#0e7490;}
.steady-surface .bottom-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.steady-surface .local-flow{font-size:calc(18.3px * 1.125);}
.steady-surface .primary-shell{display:flex;flex-direction:column;gap:0;margin-top:var(--state-content);border-top:1px solid var(--paint-strong);}
.steady-surface .clear-summary{padding:calc(1.5rem * .9) 0;border-bottom:1px solid var(--paint-strong);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-surface .visual-area{margin-top:var(--state-content);padding:calc(1.5rem * .75);border-radius:0.5rem;background:var(--surface-card);color:var(--paint-deep);border:1px solid var(--paint-strong);}
@media (min-width:900px){.steady-surface .clear-summary{flex-direction:row;align-items:baseline;gap:1.41rem;}.steady-surface .clear-summary h3{flex:0 0 34%;}.steady-surface .clear-summary p{flex:1 1 auto;}
}
.media-panel{padding:calc(1.5rem * 2.4) 2.05rem;background:linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);color:#1e293b}
.media-panel .media-headline{max-width:1480px;margin:0 auto;display:flex;align-items:flex-start;gap:1.41rem}
.media-panel .local-flow{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.media-panel .local-flow h2{margin:0;font-size:calc(18.3px * 2);line-height:1.12}
.media-panel .local-flow p{margin:1.5rem 0 0;font-size:18.3px;line-height:1.65}
.media-panel .local-flow strong{display:block;margin-top:calc(1.41rem * 1.5);font-size:calc(18.3px * 1.125);line-height:1.3}
.media-panel .quiet-shell{flex:1 1 0;display:flex;flex-direction:column}
.media-panel .text-visual{padding:1.5rem 0;border-top:1px solid rgba(30,41,59,0.14)}
.media-panel .text-visual:first-child{border-top:0;padding-top:0}
.media-panel .text-visual strong{display:block;font-size:calc(18.3px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem * .75)}
.media-panel .text-visual p{margin:0;line-height:1.65}
.media-panel .text-visual p + p{margin-top:calc(1.5rem * .75)}
.media-panel .steady-quote{font-size:calc(18.3px * .875)}
.media-panel .steady-quote a{text-decoration:underline;text-underline-offset:3px}
.media-panel .steady-quote a:hover{}
@media(max-width:760px){.media-panel .media-headline{display:block}.media-panel .local-flow{position:static;max-width:28rem;margin-bottom:calc(1.41rem * 1.5)}}
.local-menu{--state-content:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 2.05rem;background:#0e7490;color:#ffffff;}
.local-menu .media-headline{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-content);}
.local-menu h2,.local-menu h3,.local-menu p{margin:0;}
.local-menu h2{font-size:calc(18.3px * 2);line-height:1.12;}
.local-menu h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.local-menu p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-menu a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.local-menu .bottom-steps{display:flex;flex-wrap:wrap;gap:1.41rem;align-items:flex-start;}
.local-menu .bottom-steps>h2{flex:1 1 calc(1480px / 3);min-width:0;}
.local-menu .bottom-steps>.local-flow{flex:1 1 calc(1480px / 3);min-width:0;}
.local-menu .primary-shell{display:flex;flex-wrap:wrap;gap:var(--state-content);}
.local-menu .clear-summary{flex:1 1 calc(1480px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.local-menu .clear-summary p{margin-top:calc(1.5rem / 3);}
.local-menu .visual-area{font-size:calc(18.3px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.team-list{padding:calc(1.5rem * 2.4) 2.05rem;background:#fbfaf7;color:#1e293b}
.team-list .media-headline{max-width:1480px;margin:0 auto;width:min(100%,52rem)}
.team-list .bottom-steps{margin-bottom:calc(1.41rem * 1.5)}
.team-list .quiet-flow{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#334155}
.team-list h2{margin:0;font-size:calc(18.3px * 2);line-height:1.12}
.team-list .local-note{display:flex;flex-direction:column;gap:1.5rem}
.team-list .visual-area{padding:calc(1.5rem * .75) 0 1.5rem;border-bottom:1px solid var(--paint-strong);color:#334155;line-height:1.65}
.team-list .offer-content{padding:0 0 1.5rem;border-bottom:1px solid var(--paint-strong)}
.team-list .offer-content:last-of-type{border-bottom:none;padding-bottom:0}
.team-list .offer-content strong{display:block;font-size:calc(18.3px * 1.125);line-height:1.2}
.team-list .offer-content p{margin:calc(1.5rem * .75) 0 0;line-height:1.65;color:#334155}
.team-list .steady-quote{margin:calc(1.41rem * 1.5) 0 0;font-size:calc(18.3px * .875);color:#334155}
.team-list .steady-quote a{color:#9f1239;text-decoration:none;border-bottom:1px solid currentColor}
.team-list .steady-quote a:hover{color:#0e7490}
@media (max-width:640px){.team-list .offer-content strong{font-size:18.3px}
}
.bottom-form{padding:calc(1.5rem * 2.4) 2.05rem;background:#fbfaf7;color:#1e293b}
.bottom-form .media-headline{max-width:min(1480px,56rem);margin:0 auto}
.bottom-form .bottom-steps{display:block}
.bottom-form h2{margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.bottom-form .bottom-steps p{margin:1.5rem 0 0;color:#334155;line-height:1.65}
.bottom-form .active-note{margin-top:calc(1.41rem * 1.5);border-top:1px solid var(--paint-strong)}
.bottom-form details{padding:1.5rem 0;border-bottom:1px solid var(--paint-strong)}
.bottom-form summary{cursor:pointer;font-size:calc(18.3px * 1.35);line-height:1.2;list-style:none}
.bottom-form summary::-webkit-details-marker{display:none}
.bottom-form summary::after{content:"+";float:right;color:#334155;font-size:18.3px}
.bottom-form details[open] summary::after{content:"–"}
.bottom-form details p{margin:1.5rem 0 0;color:#334155;line-height:1.65}
@media(max-width:720px){.bottom-form .active-note{margin-top:calc(1.5rem * .75)}.bottom-form summary{font-size:18.3px}
}
.page-brand{--state-content:calc(1.5rem * 1.18);--measure-section:calc(calc(1.5rem * .75) * .95);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.page-brand .media-headline{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-content);}
.page-brand h2,.page-brand h3,.page-brand p{margin:0;}
.page-brand h2{font-size:calc(18.3px * 2);line-height:1.14;}
.page-brand p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-brand a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.page-brand a:hover{border-bottom-color:currentColor;}
.page-brand .bottom-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.page-brand .local-flow{font-size:calc(18.3px * 1.125);color:color-mix(in srgb, currentColor 82%, transparent);}
.page-brand .steady-area{display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.page-brand details{padding:var(--measure-section);border-radius:0.5rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.page-brand summary{cursor:pointer;font-weight:700;font-size:18.3px;line-height:1.35;}
.page-brand details p{margin-top:calc(1.5rem / 3.2);}
.page-brand .narrow-figure{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.page-brand .visual-area{font-size:calc(18.3px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.page-brand .steady-quote{display:flex;flex-wrap:wrap;gap:1.41rem;font-size:calc(18.3px * .875);}
@media (min-width:900px){.page-brand .steady-area{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.41rem * 1.1);}
}
.site-block{background:#f1f5f9;color:#334155;padding:calc(1.5rem * 2.4) 2.05rem}
.site-block .media-headline{max-width:1480px;margin:0 auto}
.site-block .direct-block{display:flex;align-items:flex-start;gap:calc(1.41rem * 1.5)}
.site-block .bottom-steps{flex:0 1 30rem;min-width:0}
.site-block h2{margin:0;font-size:clamp(calc(18.3px * 2),5vw,calc(18.3px * 2.65));line-height:1.08;letter-spacing:0}
.site-block p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.65}
.site-block .public-brand{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-strong)}
.site-block .offer-content{display:flex;gap:1.41rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-strong);color:inherit;text-decoration:none;transition:background 380ms var(--delay-base)}
.site-block .offer-content:hover{background:var(--surface-card);color:var(--paint-deep);}
.site-block strong{flex:0 1 14rem;min-width:0;font-size:18.3px}
.site-block span{flex:1 1 20rem;min-width:0;line-height:1.55}
@media(max-width:760px){.site-block .direct-block,.site-block .offer-content{flex-direction:column}.site-block .offer-content{gap:calc(calc(1.5rem * .75)*.5)}}
.text-callout{
  --state-content:calc(1.5rem * 1.35);
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#fbfaf7;
  color:#1e293b;
}
.text-callout .media-headline{max-width:1480px;
  margin:0 auto;}
.text-callout h2,
.text-callout h3,
.text-callout p{margin:0;}
.text-callout h2{font-size:calc(18.3px * 2);
  line-height:1.14;}
.text-callout h3{font-size:calc(18.3px * 1.35);
  line-height:1.22;}
.text-callout p{font-size:18.3px;
  line-height:1.65;}
.text-callout .bottom-steps{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  margin-bottom:var(--state-content);}
.text-callout .local-flow{color:#334155;}
.text-callout .primary-shell{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--paint-strong);}
.text-callout .clear-summary{padding:calc(1.41rem * 1.5) 0;
  border-bottom:1px solid var(--paint-strong);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.text-callout .clear-summary p{color:#334155;}
.text-callout a{color:#9f1239;
  text-decoration:underline;
  text-underline-offset:3px;}
.text-callout a:hover{color:#0e7490;}
.text-callout .visual-area{
  margin-top:var(--state-content);
  padding:calc(1.5rem * .75) calc(1.41rem * 1.5);
  background:#f1f5f9;
  color:#334155;
  border-radius:0.5rem;
  font-size:calc(18.3px * .875);
}
@media (min-width:900px){.text-callout .primary-shell{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:2.05rem;
    border-top:1px solid var(--paint-strong);
  }.text-callout .clear-summary{
    padding:calc(1.41rem * 1.5) 0;
  }
}
.page-method{--state-content:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.page-method .media-headline{max-width:1480px;margin:0 auto;}
.page-method h2,.page-method h3,.page-method p{margin:0;}
.page-method h2{font-size:calc(18.3px * 2);line-height:1.12;}
.page-method h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.page-method p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.page-method a{color:inherit;text-decoration:none;}
.page-method .visual-area{font-size:calc(18.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.page-method .focused-team{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:#ffffff;color:#9f1239;}
.page-method .compact-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.page-method .compact-panel>.plain-plan{flex:1 1 auto;min-width:0;}
.page-method .compact-panel>.focused-team{flex:0 0 auto;}
.page-method .compact-panel>.primary-shell{flex:1 1 100%;}
.page-method .plain-plan h2{margin-top:calc(1.5rem / 2);}
.page-method .primary-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;margin-top:var(--state-content);}
.page-method .clear-summary{flex:1 1 calc(1480px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.page-method .clear-summary p{margin-top:calc(1.5rem / 3);}
.page-method .clear-summary a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.3px * .875);text-decoration:underline;text-underline-offset:3px;}
.page-method .clear-summary a:hover{}
.clear-intro{
    color:#1e293b;
    background:#fbfaf7;
    padding:calc(1.5rem * 2.4) 2.05rem;
}
.clear-intro .c{max-width:1480px;
    margin:0 auto;
    display:grid;
    gap:2.05rem;}
@media (min-width:1024px){.clear-intro .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.clear-intro .clear-details{min-width:0;}
.clear-intro .site-benefit{margin-bottom:calc(1.41rem * 1.5);}
.clear-intro h1{font-size:calc(18.3px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.clear-intro .open-group{font-size:calc(18.3px * 1.125);
    margin:0 0 1rem;}
.clear-intro .featured-footer{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(18.3px * .875);
    padding-bottom:0.9rem;
    border-bottom:1px solid var(--paint-strong);}
.clear-intro .primary-panel{line-height:1.65;}
.clear-intro .primary-panel p{margin:0 0 1.1rem;}
.clear-intro .primary-panel h2{font-size:calc(18.3px * 1.35);
    margin:1.8rem 0 0.7rem;}
.clear-intro .steady-quote{display:flex;
    flex-wrap:wrap;
    gap:0.75rem 1.5rem;
    margin-top:calc(1.41rem * 1.5);
    padding-top:calc(1.41rem * 1.5);
    border-top:1px solid var(--paint-strong);
    font-size:calc(18.3px * .875);}
.clear-intro .steady-quote a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 380ms var(--delay-base),border-color 380ms var(--delay-base);}
.clear-intro .steady-quote a:hover{border-bottom-color:#0e7490;}
.clear-intro .narrow-menu{
    background:var(--surface-card);
    color:var(--paint-deep);
    border:1px solid var(--paint-strong);
    border-radius:0.88rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 8px rgba(0,0,0,0.16);
    align-self:start;
}
.clear-intro .narrow-menu h3{margin:0 0 1rem;
    font-size:18.3px;}
.clear-intro .steady-header{display:flex;
    flex-direction:column;
    gap:1rem;}
.clear-intro .narrow-menu .clear-summary{display:flex;
    flex-direction:column;
    gap:0.25rem;}
.clear-intro .narrow-menu a{text-decoration:none;
    font-size:calc(18.3px * .875);
    line-height:1.4;}
.clear-intro .narrow-menu a:hover{text-decoration:underline;}
.clear-intro .narrow-menu .visual-area{font-size:calc(18.3px * .875);
    line-height:1.45;}
@media (max-width:1023px){.clear-intro .narrow-menu{order:2;}
}
.team-contact{
    padding:calc(1.5rem * 2.4) 2.05rem;
    background:#f1f5f9;
    color:#334155;
}
.team-contact .narrow-service{max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.41rem * 1.5);
    align-items:flex-start;}
.team-contact .narrow-unit{flex:1 1 260px;
    min-width:220px;
    padding-right:1.41rem;
    border-right:1px solid var(--paint-strong);}
.team-contact .team-panel{flex:2 1 420px;
    min-width:260px;}
.team-contact .secondary-panel{margin:0 0 6px;
    font-size:calc(18.3px * 1.35);
    line-height:1.25;}
.team-contact .direct-headline{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.5;}
.team-contact .content-feature{margin:0 0 calc(1.41rem * 1.5);
    font-size:18.3px;
    line-height:1.65;}
.team-contact .visual-area{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.6;}
.team-contact .visual-area a{color:#9f1239;
    text-decoration:underline;}
.team-contact .visual-area a:hover{color:#0e7490;}
.team-contact .soft-fields{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:calc(1.41rem * 1.5) 0 0;
    border-top:1px solid var(--paint-strong);
    display:flex;
    flex-wrap:wrap;
    gap:1.41rem;
    font-size:calc(18.3px * .875);}
.team-contact .soft-fields a{color:#9f1239;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 380ms var(--delay-base), color 380ms var(--delay-base);}
.team-contact .soft-fields a:hover{color:#0e7490;
    border-bottom-color:#0e7490;}
@media (max-width:720px){.team-contact .narrow-unit{
        flex:1 1 100%;
        padding-right:0;
        padding-bottom:calc(1.41rem * 1.5);
        border-right:none;
        border-bottom:1px solid var(--paint-strong);
    }
}
.offer-callout{
    color: #1e293b;
    background: #fbfaf7;
    padding: calc(1.5rem * 2.4) 2.05rem;
  }
.offer-callout .c{max-width: 1480px;
    margin: 0 auto;
    display: grid;
    gap: 2.05rem;}
@media (min-width: 1024px) {.offer-callout .c{
      grid-template-columns: minmax(0, 1fr) 300px;
      align-items: start;
    }
  }
.offer-callout .site-benefit{margin-bottom: 1.5rem;
    padding-bottom: calc(1.41rem * 1.5);
    border-bottom: 1px solid var(--paint-strong);}
.offer-callout h1{font-size: calc(18.3px * 2.65);
    line-height: 1.2;
    margin: 0 0 0.6rem;}
.offer-callout .open-group{font-size: calc(18.3px * 1.125);
    margin: 0 0 1rem;}
.offer-callout .featured-footer{display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    font-size: calc(18.3px * .875);}
.offer-callout .primary-panel{line-height: 1.65;}
.offer-callout .primary-panel p{margin: 0 0 calc(1.41rem * 1.5);}
.offer-callout .primary-panel h2{font-size: calc(18.3px * 2);
    margin: 1.5rem 0 0.8rem;}
.offer-callout .primary-panel h3{font-size: calc(18.3px * 1.35);
    margin: calc(1.41rem * 1.5) 0 0.5rem;}
.offer-callout .primary-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.offer-callout .primary-panel a:hover{}
.offer-callout .visual-area{
    background: #f1f5f9;
    color: #334155;
    padding: calc(1.5rem * .75);
    border-radius: 0.5rem;
    font-size: calc(18.3px * .875);
  }
.offer-callout .narrow-figure{
    background: var(--surface-card);
    color: var(--paint-deep);
    border: 1px solid var(--paint-strong);
    border-radius: 0.88rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
  }
.offer-callout .narrow-figure h3{font-size: 18.3px;
    margin: 0 0 0.9rem;}
.offer-callout .steady-quote{list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.offer-callout .steady-quote a{text-decoration: none;
    font-size: calc(18.3px * .875);
    line-height: 1.4;}
.offer-callout .steady-quote a:hover{text-decoration: underline;}
.offer-callout .fresh-track{margin: 0;
    font-size: calc(18.3px * .875);
    border-top: 1px solid var(--paint-strong);
    padding-top: 0.8rem;}
.wide-inner{
    padding:calc(1.5rem * 2.4) 2.05rem;
    background:#f1f5f9;
    color:#334155;
}
.wide-inner .narrow-service{max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.41rem * 1.5);
    align-items:flex-start;}
.wide-inner .contact-shell{flex:1 1 260px;
    min-width:0;}
.wide-inner .plain-plan{flex:2 1 420px;
    min-width:0;}
.wide-inner .secondary-panel{margin:0 0 4px;
    font-size:calc(18.3px * 1.35);
    line-height:1.3;}
.wide-inner .direct-headline{margin:0;
    font-size:calc(18.3px * .875);}
.wide-inner .content-feature{margin:0 0 calc(1.41rem * 1.5);
    font-size:18.3px;
    line-height:1.65;}
.wide-inner .visual-area{margin:0 0 8px;
    font-size:calc(18.3px * .875);}
.wide-inner .primary-shell{list-style:none;
    margin:0 0 calc(1.41rem * 1.5);
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;}
.wide-inner .clear-summary{font-size:calc(18.3px * .875);
    line-height:1.5;}
.wide-inner .clear-summary a{color:#9f1239;
    text-decoration:none;
    border-bottom:1px solid var(--paint-strong);}
.wide-inner .clear-summary a:hover{color:#0e7490;
    border-bottom-color:#0e7490;}
.wide-inner .steady-quote{margin:0;
    font-size:calc(18.3px * .875);}
.wide-inner .steady-quote a{color:#9f1239;
    text-decoration:none;
    border-bottom:1px solid var(--paint-strong);}
.wide-inner .steady-quote a:hover{color:#0e7490;
    border-bottom-color:#0e7490;}
@media (max-width:640px){.wide-inner .narrow-service{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
}
.soft-actions{
        background:linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);
        color:#1e293b;
        padding:calc(1.5rem * 2.4) 2.05rem;
    }
.soft-actions .c{max-width:1480px;
        margin:0 auto;
        display:grid;
        gap:2.05rem;}
@media (min-width:1024px){.soft-actions .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.soft-actions .clear-details{display:flex;
        flex-direction:column;
        gap:calc(1.41rem * 1.5);}
.soft-actions .site-benefit{display:flex;
        flex-direction:column;
        gap:0.6rem;
        border-bottom:1px solid var(--paint-strong);
        padding-bottom:calc(1.41rem * 1.5);}
.soft-actions .quiet-flow{margin:0;
        font-size:calc(18.3px * .875);
        letter-spacing:0.08em;
        text-transform:uppercase;}
.soft-actions h1{margin:0;
        font-size:calc(18.3px * 2.65);
        line-height:1.2;}
.soft-actions .open-group{margin:0;
        font-size:calc(18.3px * 1.125);}
.soft-actions .featured-footer{display:flex;
        flex-wrap:wrap;
        gap:1rem;
        font-size:calc(18.3px * .875);}
.soft-actions .primary-panel{display:flex;
        flex-direction:column;
        gap:calc(1.41rem * 1.5);
        line-height:1.65;}
.soft-actions .primary-panel p{margin:0;}
.soft-actions .primary-panel h2{margin:0;
        font-size:calc(18.3px * 1.35);}
.soft-actions .steady-quote{display:flex;
        flex-wrap:wrap;
        gap:1.41rem;
        padding-top:calc(1.41rem * 1.5);
        border-top:1px solid var(--paint-strong);}
.soft-actions .steady-quote a{text-decoration:none;
        font-size:18.3px;
        border-bottom:1px solid transparent;
        transition:color 380ms var(--delay-base), border-color 380ms var(--delay-base);}
.soft-actions .steady-quote a:hover{border-bottom-color:#0e7490;}
.soft-actions .narrow-menu{
        background:var(--surface-card);
        color:var(--paint-deep);
        border:1px solid var(--paint-strong);
        border-radius:0.88rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 2px 8px rgba(0,0,0,0.16);
    }
.soft-actions .narrow-menu h3{margin:0 0 calc(1.41rem * 1.5);
        font-size:calc(18.3px * 1.35);}
.soft-actions .steady-header{display:flex;
        flex-direction:column;
        gap:1.41rem;}
.soft-actions .steady-header .clear-summary{display:flex;
        flex-direction:column;
        gap:0.35rem;}
.soft-actions .steady-header a{text-decoration:none;
        font-size:18.3px;}
.soft-actions .steady-header a:hover{text-decoration:underline;}
.soft-actions .steady-header p{margin:0;
        font-size:calc(18.3px * .875);}
.media-group{
    padding:calc(1.5rem * 2.4) 2.05rem;
    background:#f1f5f9;
    color:#334155;
}
.media-group .narrow-service{max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.41rem * 1.5);
    align-items:flex-start;}
.media-group .contact-shell{flex:1 1 220px;
    min-width:200px;}
.media-group .secondary-panel{margin:0 0 4px;
    font-size:calc(18.3px * 1.35);
    line-height:1.3;}
.media-group .direct-headline{margin:0;
    font-size:calc(18.3px * .875);
    letter-spacing:0.01em;}
.media-group .plain-plan{flex:2 1 420px;
    min-width:260px;}
.media-group .content-feature{margin:0 0 calc(1.5rem * .75);
    font-size:18.3px;
    line-height:1.65;}
.media-group .visual-area{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.6;}
.media-group .visual-area a{color:#9f1239;
    text-decoration:underline;
    text-underline-offset:2px;}
.media-group .visual-area a:hover{color:#0e7490;}
.media-group .soft-fields{flex:1 1 200px;
    min-width:180px;
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:calc(18.3px * .875);}
.media-group .soft-fields a{color:#9f1239;
    text-decoration:none;
    border-bottom:1px solid var(--paint-strong);
    padding-bottom:4px;
    display:inline-block;}
.media-group .soft-fields a:hover{color:#0e7490;
    border-bottom-color:#0e7490;}
@media (max-width:640px){.media-group .narrow-service{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
}
.open-media{padding:calc(1.5rem * 2.4) 2.05rem;background:#0f172a;color:#f8fafc}
.open-media .bottom-body{max-width:min(1480px,72rem);margin:0 auto}
.open-media .soft-menu{margin-bottom:calc(1.41rem * 1.5)}
.open-media h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.05}
.open-media .soft-menu p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);opacity:.82}
.open-media .primary-panel{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,1fr);gap:1.41rem;align-items:start}
.open-media .clear-grid{border-top:1px solid rgba(248,250,252,.22)}
.open-media .site-details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(248,250,252,.22)}
.open-media .site-details span{display:block;font-size:calc(18.3px * .875);opacity:.68}
.open-media .site-details strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.5}
.open-media .feature{min-height:30rem;border-radius:0.88rem;overflow:hidden;border:1px solid rgba(248,250,252,.22);background:var(--surface-card);color:var(--paint-deep);}
.open-media iframe{display:block;width:100%;height:100%;border:0}
.open-media .visual-area{margin:calc(1.41rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(248,250,252,.22);font-size:18.3px;opacity:.85}
@media (max-width: 760px){.open-media .primary-panel{grid-template-columns:1fr}.open-media .feature{min-height:22rem}.open-media h2{font-size:calc(18.3px * 2)}
}
.clear-lead{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.05rem;
  background: linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);
  color: #1e293b;
}
.clear-lead .media-headline{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1480px;
  margin: 0 auto;}
.clear-lead .open-team{margin: 0 0 calc(1.41rem * 1.5);
  padding: 1.5rem 0;}
.clear-lead h2{margin: 0;
  font-size: calc(18.3px * 2.65);
  line-height: 1.05;}
.clear-lead .open-team p{margin: 1.5rem 0 0;
  font-size: calc(18.3px * 1.125);
  line-height: 1.65;}
.clear-lead .simple-area{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.41rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.clear-lead .strong-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.clear-lead .strong-steps p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.65;}
.clear-lead .narrow-quote{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.clear-lead .narrow-quote a{color: inherit;
  font-size: calc(18.3px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.clear-lead .direct-items{display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;}
.clear-lead .direct-items a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  overflow-wrap: anywhere;}
.clear-lead .direct-items a:last-child{border-bottom: none;}
.clear-lead .direct-items span{opacity: .68;
  font-size: calc(18.3px * .875);}
@media (max-width: 720px) {.clear-lead .simple-area{
    display: block;
  }.clear-lead .strong-steps{
    display: block;
  }.clear-lead .strong-steps p + p{
    margin-top: calc(1.5rem * .75);
  }.clear-lead .narrow-quote{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.main-callout{padding:calc(1.5rem * 2.4) 2.05rem;background:#0f172a;color:#f8fafc}
.main-callout .media-headline{max-width:1480px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.41rem * 1.5)}
.main-callout .bottom-steps{flex:1 1 22rem;align-self:flex-start}
.main-callout h2{margin:0;font-size:calc(18.3px * 2);line-height:1.12}
.main-callout .bottom-steps p{margin:1.5rem 0 0;line-height:1.65}
.main-callout .primary-shell{margin:1.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-callout .primary-shell li{position:relative;padding-left:1.1rem;font-size:calc(18.3px * .875);line-height:1.65}
.main-callout .primary-shell li::before{content:"";position:absolute;left:0;top:0.62em;width:6px;height:6px;border-radius:50%;background:#0e7490;color:#ffffff;}
.main-callout form{flex:1 1 32rem;display:flex;flex-direction:column;gap:1.5rem}
.main-callout .offer-content{display:flex;flex-wrap:wrap;gap:1.41rem}
.main-callout .focused-group{display:block;flex:1 1 14rem}
.main-callout .focused-group span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.3px * .875)}
.main-callout input,.main-callout select,.main-callout textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--paint-strong);border-radius:0.32rem;background:#fbfaf7;color:#1e293b;font:inherit}
.main-callout select{appearance:none;background-image:none}
.main-callout .open-team{flex:1 1 100%}
.main-callout textarea{resize:vertical}
.main-callout .visual-area{margin:0;font-size:calc(18.3px * .875);opacity:0.78;line-height:1.65}
.main-callout .focused-team{display:flex;flex-wrap:wrap;align-items:center;gap:1.41rem}
.main-callout button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #9f1239;border-radius:0.32rem;background:#9f1239;color:#ffffff;font:inherit;cursor:pointer;transition:background 380ms var(--delay-base)}
.main-callout button:hover{background:#881337;color:var(--paint-deep);}
.main-callout .text-wrap{font-size:calc(18.3px * .875);opacity:0.85}
.main-callout .text-wrap a{color:inherit;text-decoration:underline}
.main-callout .text-wrap a:hover{color:inherit;}
@media(max-width:720px){.main-callout .media-headline{display:block}.main-callout form{margin-top:calc(1.41rem * 1.5)}}
.direct-inner{
  padding: calc(1.5rem * 2.4) 2.05rem;
  background: linear-gradient(135deg, #fdf2f4 0%, #fbfaf7 55%, #ecfeff 100%);
  color: #1e293b;
}
.direct-inner .primary-headline{
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  background: var(--surface-card);
  color: var(--paint-deep);
  border: 1px solid var(--paint-strong);
}
.direct-inner .main-grid{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.41rem * 1.5);
  border-bottom: 1px solid var(--paint-strong);}
.direct-inner .main-grid span,
.direct-inner .main-grid strong{font-size: calc(18.3px * .875);}
.direct-inner .team-panel{display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 1.41rem;
  padding: calc(1.41rem * 1.5);}
.direct-inner h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.direct-inner .plain-plan p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * 1.125);}
.direct-inner .primary-shell{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--paint-strong);}
.direct-inner .steady-rail{display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--paint-strong);}
.direct-inner .steady-rail span{font-size: calc(18.3px * .875);
  letter-spacing: .01em;}
.direct-inner h3{margin: 0;
  font-size: calc(18.3px * 1.35);}
.direct-inner .steady-rail p{margin: calc(calc(1.5rem * .75) * .4) 0 0;}
@media (max-width: 800px) {.direct-inner .team-panel{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.direct-inner .steady-rail{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .4);
  }.direct-inner .main-grid{
    padding: calc(1.5rem * .75);
  }
}
.page-unit{
  padding:calc(1.5rem * 2.4) 2.05rem;
  background:#f1f5f9;
  color:#334155;
}
.page-unit .fresh-panel{max-width:min(1480px,64rem);
  margin:0 auto;}
.page-unit h2{margin:0;
  font-size:calc(18.3px * 2.65);
  line-height:1.08;}
.page-unit .bottom-steps{margin:1.5rem 0 calc(1.41rem * 1.5);
  font-size:calc(18.3px * 1.125);
  line-height:1.65;}
.page-unit .visual{display:flex;
  flex-direction:column;
  gap:calc(1.41rem * 1.5);}
.page-unit .clear-summary{padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid var(--paint-strong);}
.page-unit .clear-summary:first-child{border-top:0;
  padding-top:0;}
.page-unit h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(18.3px * 1.35);
  line-height:1.25;}
.page-unit .clear-summary p{margin:0;
  line-height:1.65;}
@media (max-width:640px){.page-unit .visual{
    gap:1.41rem;
  }.page-unit h2{
    font-size:calc(18.3px * 2);
  }
}
.secondary-quote{--state-content:calc(1.5rem * 0.87);--field-static:calc(1480px / 2.11);padding:calc(1.5rem * 2.4) 2.05rem;background:#9f1239;color:#ffffff;}
.secondary-quote .media-headline{max-width:1480px;margin:0 auto;}
.secondary-quote h1,.secondary-quote h2,.secondary-quote h3,.secondary-quote p,.secondary-quote ul{margin:0;}
.secondary-quote h2{font-size:calc(18.3px * 2);line-height:1.12;}
.secondary-quote p{font-size:18.3px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-quote a{color:inherit;text-decoration:none;}
.secondary-quote .focused-team{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#ffffff;color:#9f1239;}
.secondary-quote .direct-details{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-quote .media-plan{text-align:center;}
.secondary-quote .media-plan p{margin:1.5rem auto 0;max-width:var(--field-static);}
.secondary-quote .media-plan .focused-team{margin-top:1.5rem;}
.secondary-quote .steady-quote{margin-top:calc(var(--state-content) * 0.9);font-size:calc(18.3px * .875);}
.secondary-quote .steady-quote a{text-decoration:underline;text-underline-offset:3px;}
.secondary-quote .steady-quote a:hover{}
.top-shell{
  padding: calc(1.5rem * 2.4) 2.05rem;
  background: #0f172a;
  color: #f8fafc;
}
.top-shell .media-headline{max-width: min(1480px, 72rem);
  margin: 0 auto;}
.top-shell .local-flow h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.top-shell .bottom-steps{margin: calc(1.5rem * .75) 0 calc(1.41rem * 1.5);
  font-size: calc(18.3px * 1.125);
  color: #f1f5f9;}
.top-shell .fresh-frame{display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);
  border-top: 1px solid #1e293b;
  padding-top: calc(1.41rem * 1.5);}
.top-shell .clear-summary{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) / 2);}
.top-shell .clear-summary strong{font-size: calc(18.3px * 1.35);}
.top-shell .clear-summary p{margin: 0;
  color: #cbd5e1;}
.top-shell .clear-summary a{text-decoration: underline;
  text-underline-offset: 3px;}
.top-shell .clear-summary a:hover{color:inherit;}
.top-shell .steady-quote{margin: calc(1.41rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1e293b;
  font-size: calc(18.3px * .875);
  color: #cbd5e1;}
.top-shell .steady-quote a{text-decoration: underline;
  text-underline-offset: 3px;}
.top-shell .steady-quote a:hover{color:inherit;}
@media (min-width: 720px) {.top-shell .fresh-frame{
    flex-direction: row;
    flex-wrap: wrap;
  }.top-shell .clear-summary{
    flex: 1 1 18rem;
  }
}
.text-feature{padding:calc(1.5rem * 2.4) 2.05rem;background:#fbfaf7;color:#1e293b}
.text-feature .media-headline{max-width:1480px;margin:0 auto}
.text-feature .direct-region{display:flex;flex-direction:column;gap:calc(1.41rem * 1.5)}
.text-feature .steady-rail{display:flex;flex-wrap:wrap;gap:1.41rem;align-items:flex-start}
.text-feature h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.text-feature .steady-rail p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(18.3px * 1.125);line-height:1.65}
.text-feature .direct-content{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#f1f5f9;color:#334155;border-radius:0.88rem;padding:1.41rem}
.text-feature .direct-content>p{flex:1 1 20rem;min-width:0;margin:0;line-height:1.65}
.text-feature .steady-quote{flex:2 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.text-feature .steady-quote a{flex:1 1 12rem;min-width:0;border-radius:0.5rem;background:var(--surface-card);color:var(--paint-deep);border:1px solid var(--paint-strong);padding:calc(1.5rem * .75);text-decoration:none}
.text-feature .steady-quote a:hover{border-color:#0e7490}
.text-feature strong,.text-feature span{display:block;min-width:0}
.text-feature span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(18.3px * .875)}
.text-feature .contact-flow{border-radius:0.5rem;background:#9f1239;color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;font-weight:600}
.text-feature .contact-flow:hover{background:#881337;color:var(--paint-deep);}
@media(max-width:760px){.text-feature .direct-content{display:block;padding:1.5rem}.text-feature .steady-quote{margin-top:1.5rem}.text-feature .contact-flow{display:flex;justify-content:center;margin-top:1.5rem}}

.cover-photo{width:100%;max-height:480px;overflow:hidden;line-height:0;}
.cover-photo img{width:100%;height:100%;object-fit:cover;display:block;}
@media (max-width: 720px){.cover-photo{max-height:260px;}}
