body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.local-feature {
    width: 100%;
    background: #fbfaf7;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
    padding-block: calc(2.44rem * 1.5);
  }
:root {
  --delay-base: cubic-bezier(0.16,1,0.3,1);
}
.plain-method {
    max-width: 1660px;
    margin: 0 auto;
    padding-inline: 2.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.44rem;
  }
.compact-menu {
    font-size: calc(17.1px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #0f172a;
    text-decoration: none;
    white-space: nowrap;
  }
.compact-menu:hover {
    color: #f59e0b;
  }
.quiet-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 0.26rem;
    cursor: pointer;
  }
.open-group{
    display: block;
    width: 100%;
    height: 2px;
    background: #0f172a;
    border-radius: 2px;color:#0f172a;}
.site-content {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.44rem;
  }
.nav-list a {
    display: inline-block;
    padding: 6px 2px;
    font-size: 17.1px;
    color: #0f172a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 400ms var(--delay-base),
                border-color 400ms var(--delay-base);
  }
.nav-list a:hover {
    color: #f59e0b;
    border-bottom-color: #f59e0b;
  }
.nav-list a.nav-cta {
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 0.53rem;
    background: transparent;
    color: #0f172a;
  }
.nav-list a.nav-cta:hover {
    background: color-mix(in srgb, currentColor 10%, transparent);
    border-color: #f59e0b;
    color: #f59e0b;
  }
@media (max-width: 767px) {
    .plain-method {
      flex-wrap: wrap;
      align-items: center;
    }

    .quiet-content {
      display: flex;
    }

    .site-content {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(2.44rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid #e2e8f0;
      padding-top: calc(2.44rem * 1.5);
    }

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

    .nav-list a {
      display: block;
      padding: 12px 4px;
      border-bottom: 1px solid #e2e8f0;
    }

    .nav-list a.nav-cta {
      margin-top: calc(2.44rem * 1.5);
      text-align: center;
      border-bottom: 1px solid #e2e8f0;
    }
  }
.featured-group{padding:calc(1.5rem * 2.4) 2.18rem;font-family:"Rubik", sans-serif;font-size:calc(17.1px * .875);line-height:1.83;background:#0f172a;color:#f8fafc;}
.local-brand{max-width:1660px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr 1fr;gap:calc(2.44rem * 1.5);align-items:start}
.plain-service{display:flex;flex-direction:column;gap:1.5rem}
.site-inner{color:inherit;text-decoration:none;font-size:calc(17.1px * 1.125);font-weight:600;letter-spacing:0.01em}
.site-inner:hover,
  .site-inner:focus-visible{color:inherit;text-decoration:underline}
.local-plan{margin:0;max-width:42ch;opacity:0.85}
.content-brand{margin:0;opacity:0.7;font-size:calc(17.1px * .875)}
.text-body{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.44rem * 1.5)}
.quiet-surface{display:flex;flex-direction:column;gap:1.5rem}
.focused-block{margin:0;font-size:17.1px;font-weight:600;letter-spacing:0.02em;text-transform:uppercase;opacity:0.9}
.visual-fields{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.visual-fields a{color:inherit;text-decoration:none;opacity:0.85;transition:opacity 400ms var(--delay-base)}
.visual-fields a:hover,
  .visual-fields a:focus-visible{opacity:1;text-decoration:underline;color:inherit}
.top-callout{font-style:normal;display:flex;flex-direction:column;gap:1.5rem}
.top-callout p{margin:0;opacity:0.85}
.top-callout a{color:inherit;text-decoration:none;opacity:0.9}
.top-callout a:hover,
  .top-callout a:focus-visible{opacity:1;text-decoration:underline;color:inherit}
@media (max-width: 960px) {.local-brand{grid-template-columns:1fr 1fr}.plain-service{grid-column:1 / -1}.top-callout{grid-column:1 / -1}
  }
@media (max-width: 640px) {.local-brand{grid-template-columns:1fr}.text-body{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.text-body{grid-template-columns:1fr}
  }
footer .page-view{flex:1 1 100%;max-width:1660px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(17.1px * .875);line-height:1.83;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 2.18rem;
    right: 2.18rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .active-entries {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1rem;
    padding: 1.5rem 2.18rem;
    background: #0f766e;
    color: #f0fdfa;
    box-shadow: 0 20px 52px rgba(0,0,0,0.19);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .figure strong {
    font-size: 16px;
}
.cookies .figure button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .secondary-figure {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .secondary-figure button {
    flex: 1;
    border-radius: 0.26rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .secondary-figure button.cookie-accept {
    color: #fbfaf7;
    border-color: transparent;
    color: #0f172a;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .active-entries {
        max-width: none;
    }
}
.wide-rail{
  --state-public:calc(1.5rem * 1.05);
  --axis-soft:calc(1660px / 2.29);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#0f766e;
  color:#f0fdfa;
}
.wide-rail .top-plan{max-width:1660px;
  margin:0 auto;}
.wide-rail .page-steps{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(2.44rem * 1.4);}
.wide-rail .content-menu{flex:1 1 34rem;
  min-width:0;}
.wide-rail .primary-section{flex:0 1 22rem;
  min-width:0;
  padding-inline-start:calc(calc(1.5rem * .75) * 1.2);
  border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-rail h1,
.wide-rail p{margin:0;}
.wide-rail .main-intro{font-size:calc(17.1px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:calc(2.44rem * 1.5);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.wide-rail h1{font-size:calc(17.1px * 2.65);
  line-height:1.08;
  margin-bottom:calc(2.44rem * 1.5);}
.wide-rail .public-actions{font-size:calc(17.1px * 1.125);
  line-height:1.83;
  max-width:var(--axis-soft);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.wide-rail .scene{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.44rem;
  margin-top:calc(calc(2.44rem * 1.5) * 1.4);}
.wide-rail .team-links{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:#f0fdfa;
  color:#0f766e;
  text-decoration:none;
  font-weight:500;
  transition:background 400ms var(--delay-base), color 400ms var(--delay-base);
}
.wide-rail .team-links:hover{
  background:#f59e0b;
  color:#1f2937;
}
.wide-rail .top-steps{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;
  transition:border-color 400ms var(--delay-base);}
.wide-rail .top-steps:hover{border-color:currentColor;}
.wide-rail .public-block{font-size:17.1px;
  line-height:1.83;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-rail .featured-flow{margin-top:calc(2.44rem * 1.5);
  font-size:calc(17.1px * .875);
  line-height:1.83;
  color:color-mix(in srgb, currentColor 68%, transparent);}
.wide-rail .featured-flow a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.wide-rail .featured-flow a:hover{}
@media (max-width:760px){.wide-rail .primary-section{
    flex-basis:100%;
    padding-inline-start:0;
    border-inline-start:none;
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
    padding-top:calc(2.44rem * 1.5);
  }
}
.soft-content{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: #fbfaf7;
        color: #0f172a
    }
.soft-content .top-plan{max-width: 1660px;
        margin: 0 auto}
.soft-content .team-actions{display: flex;
        flex-direction: column;
        gap: calc(2.44rem * 1.5)}
.soft-content .strong-content{max-width: 62rem}
.soft-content h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.12}
.soft-content .strong-content p{margin: 1.5rem 0 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.83;
        color: #0f172a}
.soft-content ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.soft-content li{display: flex;
        gap: 2.44rem;
        align-items: baseline;
        padding: 1.5rem 0}
.soft-content li + li{border-top: 1px solid #e2e8f0}
.soft-content strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(17.1px * 1.35);
        line-height: 1.2}
.soft-content span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.83;
        color: #0f172a}
@media (max-width: 760px) {.soft-content li{
            display: block
        }.soft-content span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.top-links{--state-public:calc(1.5rem * 1.09);--axis-soft:calc(1660px / 2.95);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.top-links .top-plan{max-width:1660px;margin:0 auto;}
.top-links h1,.top-links h2,.top-links h3,.top-links p{margin:0;}
.top-links h1{font-size:calc(17.1px * 2.65);line-height:1.08;}
.top-links h2{font-size:calc(17.1px * 2);line-height:1.12;}
.top-links h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.top-links p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.top-links a:hover{border-bottom-color:currentColor;}
.top-links .public-actions{max-width:var(--axis-soft);}
.top-links .public-actions p{margin-top:calc(1.5rem / 2);}
.top-links .open-block{display:flex;flex-direction:column;gap:var(--state-public);margin-top:var(--state-public);}
.top-links .steady-visual{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-links .steady-visual:first-child{border-top:none;padding-top:0;}
.top-links .steady-visual p{margin-top:calc(1.5rem / 3);}
.top-links .top-steps{margin-top:var(--state-public);font-size:calc(17.1px * .875);}
.visual-stack{
  --state-public:calc(1.5rem * 0.9);
  --axis-soft:calc(1660px / 2.6);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#fbfaf7;
  color:#0f172a;
}
.visual-stack .top-plan{max-width:1660px;
  margin:0 auto;}
.visual-stack h2,
.visual-stack h3,
.visual-stack p{margin:0;}
.visual-stack h2{font-size:calc(17.1px * 2);
  line-height:1.14;
  max-width:var(--axis-soft);}
.visual-stack h3{font-size:calc(17.1px * 1.35);
  line-height:1.22;}
.visual-stack p{font-size:17.1px;
  line-height:1.83;}
.visual-stack .strong-content{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.44rem;
  padding-bottom:calc(2.44rem * 1.5);
  border-bottom:1px solid #e2e8f0;}
.visual-stack .strong-content>h2{flex:1 1 calc(1660px / 3);
  min-width:0;}
.visual-stack .strong-content>.public-actions{flex:1 1 calc(1660px / 3);
  min-width:0;
  color:#0f172a;}
.visual-stack .text-story{display:flex;
  flex-wrap:wrap;
  gap:var(--state-public) 2.44rem;
  margin-top:var(--state-public);}
.visual-stack .steady-visual{flex:1 1 calc(1660px / 3.6);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * 0.6);
  border-top:2px solid #e2e8f0;}
.visual-stack .steady-visual p{margin-top:calc(1.5rem / 3);
  color:#0f172a;}
.visual-stack .top-steps{margin-top:calc(var(--state-public) * 1.2);
  padding-top:calc(2.44rem * 1.5);
  border-top:1px solid #e2e8f0;}
.visual-stack .top-steps p{font-size:calc(17.1px * .875);
  color:#0f172a;}
.visual-stack .top-steps a{color:#0f766e;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.visual-stack .top-steps a:hover{color:inherit;}
@media (max-width:720px){.visual-stack .strong-content{
    align-items:flex-start;
  }.visual-stack .steady-visual{
    flex:1 1 100%;
  }
}
.offer-intro{--state-public:calc(1.5rem * 1.11);--axis-soft:calc(1660px / 2.35);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.offer-intro .top-plan{max-width:1660px;margin:0 auto;}
.offer-intro h2,.offer-intro h3,.offer-intro p{margin:0;}
.offer-intro h2{font-size:calc(17.1px * 2);line-height:1.12;}
.offer-intro h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.offer-intro p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-intro .narrow-copy{display:flex;align-items:flex-start;gap:2.44rem;}
.offer-intro .simple-items{flex:1 1 calc(1660px / 3);min-width:0;}
.offer-intro .simple-items p{margin-top:1.5rem;}
.offer-intro .simple-items p + p{margin-top:calc(1.5rem / 2);}
.offer-intro .text-story{flex:2 1 calc(1660px / 2);display:flex;flex-direction:column;gap:var(--state-public);min-width:0;}
.offer-intro .steady-visual{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-intro .steady-visual p{margin-top:calc(1.5rem / 3);}
.offer-intro .direct-section{padding-block:calc(var(--state-public) / 2);}
.offer-intro .visual-summary{row-gap:calc(var(--state-public) * 1.2);}
.offer-intro .bottom-shell{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media(max-width:760px){.offer-intro .narrow-copy{flex-direction:column;}.offer-intro .text-story{margin-top:1.5rem;}}
.open-visual{
  background:#fbfaf7;
  color:#0f172a;
  padding:calc(1.5rem * 2.4) 2.18rem;
}
.open-visual .top-plan{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.44rem * 1.5);}
.open-visual .strong-content{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:2.44rem;
  flex-wrap:wrap;
  border-bottom:1px solid #e2e8f0;
  padding-bottom:calc(2.44rem * 1.5);}
.open-visual h2{margin:0;
  font-size:calc(17.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.open-visual .strong-content a{flex:0 0 auto;
  color:#0f766e;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:17.1px;
  transition:color 400ms var(--delay-base);}
.open-visual .strong-content a:hover{color:inherit;}
.open-visual .focused-steps{margin:0;
  max-width:62rem;
  font-size:calc(17.1px * 1.125);
  line-height:1.83;}
.open-visual .contact-brand{display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.open-visual .contact-brand span{
  background:#f1f5f9;
  color:#0f172a;
  border:1px solid #e2e8f0;
  border-radius:0.53rem;
  padding:.5rem .85rem;
  font-size:calc(17.1px * .875);
}
@media (max-width:620px){.open-visual .strong-content{
    display:block;
  }.open-visual .strong-content a{
    display:inline-block;
    margin-top:1.5rem;
  }
}
.main-fields{--state-public:calc(1.5rem * 1.01);--axis-soft:calc(1660px / 2.25);--type-strong:calc(1660px / 3.32);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.main-fields .top-plan{max-width:1660px;margin:0 auto;}
.main-fields h2,.main-fields h3,.main-fields p{margin:0;}
.main-fields h2{font-size:calc(17.1px * 2);line-height:1.12;}
.main-fields h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.main-fields p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-fields .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.44rem;row-gap:calc(var(--state-public) * .7);padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-fields .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.main-fields .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.main-fields .media-links{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.main-fields .steady-visual{flex:1 1 var(--type-strong);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-fields .steady-visual p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.main-fields .row-title h2,.main-fields .row-title>p{flex:1 1 100%;}.main-fields .steady-visual{flex:1 1 100%;}
}
.focused-brand{
  --state-public:calc(1.5rem * 1.11);
  --axis-soft:calc(1660px / 2.35);
  --type-strong:calc(1660px / 3.43);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#0f172a;
  color:#f8fafc;
}
.focused-brand .top-plan{max-width:1660px;
  margin:0 auto;}
.focused-brand h2,
.focused-brand h3,
.focused-brand p{margin:0;}
.focused-brand h2{font-size:calc(17.1px * 2);
  line-height:1.12;}
.focused-brand h3{font-size:calc(17.1px * 1.35);
  line-height:1.2;}
.focused-brand p{font-size:17.1px;
  line-height:1.83;color:inherit;}
.focused-brand .row-title{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.44rem;}
.focused-brand .row-title h2{flex:1 1 calc(1660px / 3);
  min-width:0;}
.focused-brand .row-title>p{flex:1 1 calc(1660px / 3);
  min-width:0;}
.focused-brand .fresh-story{flex:1 1 100%;
  display:flex;
  flex-wrap:wrap;
  gap:var(--state-public);
  margin-top:var(--state-public);}
.focused-brand .steady-visual{flex:1 1 var(--type-strong);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) / 1.5);
  border-top:1px solid color-mix(in srgb, #f8fafc 22%, transparent);}
.focused-brand .steady-visual p{margin-top:calc(1.5rem / 3);}
.focused-brand .narrow-figure{padding-inline-start:calc(1.5rem * .75);}
.focused-brand .visual-summary{row-gap:calc(var(--state-public) * 1.2);}
@media (max-width:720px){.focused-brand .row-title h2,
  .focused-brand .row-title>p{
    flex:1 1 100%;
  }.focused-brand .steady-visual{
    flex:1 1 100%;
  }
}
.focused-intro{--state-public:calc(1.5rem * 0.91);--type-strong:calc(1660px / 3.21);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.focused-intro .top-plan{max-width:1660px;margin:0 auto;}
.focused-intro h2,.focused-intro h3,.focused-intro p{margin:0;}
.focused-intro h2{font-size:calc(17.1px * 2);line-height:1.12;}
.focused-intro h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.focused-intro p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-intro .direct-section{padding-block:calc(var(--state-public) / 2);}
.focused-intro .visual-summary{row-gap:calc(var(--state-public) * 1.2);}
.focused-intro .public-actions{margin-top:1.5rem;max-width:calc(1660px / 2);}
.focused-intro .text-story{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.focused-intro .steady-visual{flex:1 1 var(--type-strong);min-width:0;padding:calc(var(--state-public) * .75);border-radius:0.53rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.focused-intro .steady-visual p{margin-top:calc(1.5rem / 3);}
.focused-intro .top-steps{margin-top:var(--state-public);font-size:calc(17.1px * .875);max-width:calc(1660px / 1.6);}
.media-headline{
        --state-public: calc(1.5rem * 1.12);
        --type-strong: calc(1660px / 3.44);
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: #0f172a;
        color: #f8fafc;
    }
.media-headline .top-plan{max-width: 1660px;
        margin: 0 auto;}
.media-headline h2,
    .media-headline h3,
    .media-headline p{margin: 0;}
.media-headline h2{font-size: calc(17.1px * 2);
        line-height: 1.12;}
.media-headline h3{font-size: calc(17.1px * 1.35);
        line-height: 1.2;}
.media-headline p{font-size: 17.1px;
        line-height: 1.83;}
.media-headline a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, #0f766e 40%, transparent);}
.media-headline a:hover{color: #f59e0b;
        border-bottom-color: #f59e0b;}
.media-headline .visual-summary{row-gap: calc(var(--state-public) * 1.2);}
.media-headline .bottom-shell{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.media-headline .public-actions{margin-top: 1.5rem;
        max-width: calc(1660px / 2);color:inherit;}
.media-headline .text-story{display: flex;
        flex-wrap: wrap;
        gap: var(--state-public);
        margin-top: var(--state-public);}
.media-headline .steady-visual{
        flex: 1 1 var(--type-strong);
        min-width: 0;
        padding: calc(var(--state-public) * .75);
        border-radius: 0.53rem;
        background: #f1f5f9;
        color: #0f172a;
    }
.media-headline .steady-visual p{margin-top: calc(1.5rem / 3);}
.media-headline .top-steps{margin-top: var(--state-public);color:inherit;}
.direct-wrap{--state-public:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.18rem;background:#f59e0b;color:#1f2937;}
.direct-wrap .top-plan{max-width:1660px;margin:0 auto;}
.direct-wrap h2,.direct-wrap h3,.direct-wrap p,.direct-wrap ul{margin:0;}
.direct-wrap h2{font-size:calc(17.1px * 2);line-height:1.14;}
.direct-wrap h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.direct-wrap p{font-size:17.1px;line-height:1.83;}
.direct-wrap a{color:inherit;}
.direct-wrap .content-surface{display:flex;flex-wrap:wrap;gap:2.44rem;align-items:flex-start;}
.direct-wrap .content-surface h2{flex:1 1 calc(1660px / 3.2);min-width:0;}
.direct-wrap .content-surface .public-actions{flex:1 1 calc(1660px / 3.2);min-width:0;opacity:.82;}
.direct-wrap .text-story{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:calc(var(--state-public) * 1.1);}
.direct-wrap .steady-visual{flex:1 1 calc(1660px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .95);border-radius:0.53rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.direct-wrap .steady-visual p{opacity:.86;}
.direct-wrap .content-unit{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);font-size:calc(17.1px * .875);line-height:1.5;}
.direct-wrap .content-unit li{position:relative;padding-left:calc(2.18rem / 2.6);}
.direct-wrap .content-unit li::before{content:"";position:absolute;left:0;top:.55em;width:.42em;height:.42em;border-radius:0.26rem;background:currentColor;opacity:.6;}
.direct-wrap .team-links{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.26rem;background:#1f2937;color:#f59e0b;font-size:calc(17.1px * .875);text-decoration:none;transition:background 400ms var(--delay-base),color 400ms var(--delay-base);}
.direct-wrap .team-links:hover{background:#0f766e;color:#f0fdfa;}
.direct-wrap .top-steps{margin-top:calc(var(--state-public) * 1.1);font-size:calc(17.1px * .875);opacity:.8;}
.direct-wrap .top-steps a{color:inherit;text-decoration:underline;text-underline-offset:.22em;}
.direct-wrap .top-steps a:hover{}
@media (max-width:900px){.direct-wrap .steady-visual{flex:1 1 100%;}
}
.quiet-benefit{--state-public:calc(1.5rem * 1.05);--axis-soft:calc(1660px / 2.3);padding:calc(1.5rem * 2.4) 2.18rem;background:#f1f5f9;color:#0f172a;}
.quiet-benefit .top-plan{max-width:1660px;margin:0 auto;}
.quiet-benefit .featured-footer{max-width:var(--axis-soft);}
.quiet-benefit h2{font-size:calc(17.1px * 2);line-height:1.14;margin:0;}
.quiet-benefit p{margin:0;font-size:17.1px;line-height:1.83;}
.quiet-benefit .public-actions{margin-top:calc(2.44rem * 1.5);}
.quiet-benefit .scene{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.quiet-benefit .team-links{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.53rem;background:#0f766e;color:#f0fdfa;text-decoration:none;font-size:17.1px;transition:background 400ms var(--delay-base);}
.quiet-benefit .team-links:hover{background:#0d5f59;color:#0f172a;}
.quiet-benefit .visual-plan{font-size:calc(17.1px * .875);color:#0f172a;flex:1 1 16rem;min-width:14rem;}
.quiet-benefit .visual-plan a{color:#0f766e;text-decoration:underline;text-underline-offset:2px;}
.quiet-benefit .visual-plan a:hover{color:inherit;}
@media (max-width:720px){.quiet-benefit .scene{flex-direction:column;align-items:flex-start;}.quiet-benefit .team-links{width:100%;}
}
.direct-story{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);
        color: #f0fdfa;
    }
.direct-story .top-plan{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2.44rem;
        align-items: flex-start;}
.direct-story .public-actions{flex: 1 1 22rem;
        position: sticky;
        top: 1.5rem;}
.direct-story h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.1;}
.direct-story .public-actions p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: 17.1px;
        line-height: 1.83;}
.direct-story .team-actions{flex: 2 1 34rem;
        display: flex;
        flex-direction: column;
        gap: calc(2.44rem * 1.5);}
.direct-story .simple-surface{
        padding: calc(1.5rem * .75);
        border-left: 3px solid #f59e0b;
        border-radius: 0.53rem;
        background: #ffffff;
        color: #0f172a;
        box-shadow: 0 1px 5px rgba(0,0,0,0.12);
    }
.direct-story .simple-flow{font-size: 17.1px;
        line-height: 1.83;}
.direct-story .compact-contact{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        justify-content: space-between;
        font-size: calc(17.1px * .875);}
.direct-story .compact-contact strong{}
@media (max-width: 760px) {.direct-story .public-actions{
            position: static;
        }.direct-story .compact-contact{
            flex-direction: column;
            gap: calc(2.44rem * 1.5);
        }
    }
.social{--state-public:calc(1.5rem * 1.19);--axis-soft:calc(1660px / 2.50);padding:calc(1.5rem * 2.4) 2.18rem;background:#f1f5f9;color:#0f172a;}
.social .top-plan{max-width:1660px;margin:0 auto;}
.social h2,.social h3,.social p{margin:0;}
.social h2{font-size:calc(17.1px * 2);line-height:1.12;}
.social h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.social p{font-size:17.1px;line-height:1.83;}
.social .content-surface{max-width:var(--axis-soft);}
.social .content-surface .public-actions{margin-top:calc(1.5rem / 2);}
.social .text-story{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.social .steady-visual{flex:1 1 calc(1660px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.53rem;background:#ffffff;color:#0f172a;border:1px solid #e2e8f0;}
.social .steady-visual p{margin-top:calc(1.5rem / 3);}
.social .text-rail{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(17.1px * .875);color:#0f766e;text-decoration:none;border-bottom:1px solid #0f766e;}
.social .text-rail:hover{color:inherit;border-bottom-color:#f59e0b;}
.social .public-block{margin-top:var(--state-public);max-width:var(--axis-soft);font-size:calc(17.1px * .875);}
.simple-feature{
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#fbfaf7;
  color:#0f172a;
  overflow:hidden;
}
.simple-feature .top-plan{max-width:1660px;
  margin:0 auto;}
.simple-feature .strong-content{max-width:52rem;
  margin:0 0 calc(2.44rem * 1.5);}
.simple-feature h2{margin:0;
  font-size:calc(17.1px * 2);
  line-height:1.12;}
.simple-feature .public-actions{margin:1.5rem 0 0;
  font-size:calc(17.1px * 1.125);
  line-height:1.83;}
.simple-feature .narrow-visual{display:flex;
  flex-wrap:wrap;
  gap:2.44rem;
  align-items:flex-start;}
.simple-feature .steady-visual{flex:1 1 20rem;
  min-width:18rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 2.18rem;
  border-left:2px solid #e2e8f0;}
.simple-feature .steady-visual:nth-child(3n+2){border-left-color:#f59e0b;}
.simple-feature strong{display:block;
  font-size:calc(17.1px * 1.35);
  line-height:1.18;
  margin-bottom:calc(1.5rem * .75);}
.simple-feature .steady-visual p{margin:0;
  line-height:1.83;}
.simple-feature .top-steps{margin-top:calc(2.44rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #e2e8f0;
  max-width:60rem;}
.simple-feature .top-steps p{margin:0;
  font-size:17.1px;
  line-height:1.83;}
.simple-feature .top-steps a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 400ms var(--delay-base);}
.simple-feature .top-steps a:hover{}
@media (max-width:720px){.simple-feature .steady-visual{
    flex:1 1 100%;
    min-width:0;
    padding-left:1.5rem;
  }
}
.steady-region{
    padding:calc(1.5rem * 2.4) 2.18rem;
    background:#f1f5f9;
    color:#0f172a;
}
.steady-region .top-plan{max-width:1660px;
    margin:0 auto;}
.steady-region .content-surface{margin-bottom:calc(2.44rem * 1.5);
    max-width:60ch;}
.steady-region .content-surface p{margin:0;
    font-size:calc(17.1px * .875);
    font-weight:600;
    letter-spacing:.02em;
    opacity:.75;}
.steady-region .content-surface h2{margin:0.4rem 0 0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.steady-region .public-actions{margin:0 0 calc(2.44rem * 1.5);
    max-width:70ch;
    font-size:17.1px;}
.steady-region .text-steps{display:flex;
    flex-wrap:wrap;
    gap:2.44rem;}
.steady-region .top-steps{
    flex:1 1 280px;
    min-width:240px;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#0f172a;
    border:1px solid #e2e8f0;
    border-radius:0.81rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.12);
}
.steady-region .top-steps h3{margin:0 0 0.6rem;
    font-size:calc(17.1px * 1.35);}
.steady-region .top-steps p{margin:0 0 0.6rem;}
.steady-region .top-steps .tile{font-size:calc(17.1px * .875);
    opacity:.8;}
.steady-region .top-steps a{display:inline-block;
    margin-top:0.3rem;
    text-decoration:none;
    border-bottom:1px solid #0f766e;
    font-weight:600;}
.steady-region .top-steps a:hover{border-bottom-color:#f59e0b;}
.steady-region .visual-plan{margin-top:calc(2.44rem * 1.5);
    padding-top:calc(2.44rem * 1.5);
    border-top:1px solid #e2e8f0;
    display:flex;
    flex-wrap:wrap;
    gap:2.44rem;
    align-items:baseline;}
.steady-region .visual-plan .public-block{margin:0;
    flex:1 1 380px;
    max-width:70ch;
    font-size:17.1px;}
.steady-region .visual-plan .featured-flow{margin:0;
    font-size:calc(17.1px * .875);}
.steady-region .visual-plan .featured-flow a{text-decoration:none;
    border-bottom:1px solid #0f766e;}
.steady-region .visual-plan .featured-flow a:hover{border-bottom-color:#f59e0b;}
@media (max-width:640px){.steady-region .top-steps{
        flex:1 1 100%;
    }
}
.public-surface{--state-public:calc(1.5rem * 1.19);--axis-soft:calc(1660px / 2.43);--type-strong:calc(1660px / 3.52);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f172a;color:#f8fafc;}
.public-surface .top-plan{max-width:1660px;margin:0 auto;}
.public-surface h2,.public-surface h3,.public-surface p{margin:0;}
.public-surface h2{font-size:calc(17.1px * 2);line-height:1.12;}
.public-surface h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.public-surface p{font-size:17.1px;line-height:1.83;color:inherit;}
.public-surface a{color:inherit;text-decoration:none;}
.public-surface .focused-benefit{padding-inline-start:calc(2.18rem / 2);}
.public-surface .visual-summary{row-gap:calc(var(--state-public) * 1.2);}
.public-surface .public-actions{margin-top:1.5rem;max-width:calc(1660px / 2);}
.public-surface .media-links{display:flex;flex-wrap:wrap;gap:var(--state-public);margin-top:var(--state-public);}
.public-surface .steady-visual{flex:1 1 var(--type-strong);min-width:0;padding:calc(var(--state-public) * .75);border-radius:0.53rem;background:#f1f5f9;color:#0f172a;}
.public-surface .steady-visual p{margin-top:calc(1.5rem / 3);}
.public-surface .top-steps{margin-top:var(--state-public);font-size:calc(17.1px * .875);}
.public-surface .top-steps a{color:inherit;border-bottom:1px solid currentColor;}
.public-surface .top-steps a:hover{color:#f59e0b;}
@media (max-width:768px){.public-surface .focused-benefit{padding-inline-start:0;}.public-surface .public-actions{max-width:none;}.public-surface .steady-visual{flex:1 1 100%;}
}
.strong-region{padding:calc(1.5rem * 2.4) 2.18rem;background:#f1f5f9;color:#0f172a}
.strong-region .top-plan{max-width:1660px;margin:0 auto}
.strong-region .fresh-team{display:flex;gap:calc(2.44rem * 1.5);align-items:flex-start}
.strong-region .fresh-visual{flex:0 1 20rem;min-width:0;border-left:2px solid #e2e8f0;padding-left:1.5rem}
.strong-region .fresh-visual p{margin:0;font-size:calc(17.1px * .875);line-height:1.83}
.strong-region .focused-stack{flex:1 1 46rem;min-width:0}
.strong-region h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.strong-region .strong-entries{margin-top:calc(2.44rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-region .strong-entries p{margin:0;display:flex;gap:2.44rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #e2e8f0}
.strong-region .strong-entries p:last-child{border-bottom:0;padding-bottom:0}
.strong-region strong{flex:0 1 13rem;min-width:0;font-size:calc(17.1px * .875);letter-spacing:0.01em}
.strong-region span{flex:1 1 30rem;min-width:0;line-height:1.83}
@media(max-width:760px){.strong-region .fresh-team,.strong-region .strong-entries p{display:block}.strong-region .fresh-visual{border-left:0;padding-left:0}.strong-region .focused-stack{margin-top:calc(2.44rem * 1.5)}.strong-region span{display:block;margin-top:calc(1.5rem * .75)}.strong-region h2{font-size:calc(17.1px * 1.35)}}
.active-team{
  --state-public:calc(1.5rem * 1.6);
  --axis-soft:calc(1660px / 2.6);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#fbfaf7;
  color:#0f172a;
}
.active-team .top-plan{max-width:1660px;margin:0 auto;}
.active-team h1,.active-team h2,.active-team h3,.active-team p,.active-team ol,.active-team li{margin:0;}
.active-team h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--axis-soft);}
.active-team h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.active-team p{font-size:17.1px;line-height:1.83;}
.active-team a{color:inherit;text-decoration:none;}
.active-team .public-block{font-size:calc(17.1px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#0f172a;
  margin-bottom:calc(1.5rem / 2);}
.active-team .public-actions{margin-top:calc(2.44rem * 1.5);
  max-width:var(--axis-soft);
  color:#0f172a;}
.active-team .team-links{
  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.53rem;
  background:#0f766e;
  color:#f0fdfa;
  transition:background 400ms var(--delay-base);
}
.active-team .team-links:hover{background:#0d5f59;color:#0f172a;}
.active-team .offer-frame{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.44rem;}
.active-team .offer-frame>.simple-items{flex:1 1 60%;min-width:0;}
.active-team .offer-frame>.team-links{flex:0 0 auto;margin-bottom:0.2rem;}
.active-team .text-story{flex:1 1 100%;
  list-style:none;
  padding:0;
  margin-top:var(--state-public);
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.44rem;}
.active-team .steady-visual{flex:1 1 calc(1660px / 4.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #e2e8f0;}
.active-team .steady-visual .open-headline{font-size:calc(17.1px * .875);
  letter-spacing:0.03em;
  text-transform:uppercase;
  color:#0f766e;
  margin-bottom:calc(1.5rem / 3);}
.active-team .steady-visual p{margin-top:calc(1.5rem / 3);
  color:#0f172a;}
@media (max-width:900px){.active-team .steady-visual{flex:1 1 100%;}
}
.quiet-brand{--state-public:calc(1.5rem * 1.05);--axis-soft:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 2.18rem;background:#fbfaf7;color:#0f172a;}
.quiet-brand .top-plan{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.44rem * 1.5);}
.quiet-brand h2,.quiet-brand h3,.quiet-brand p{margin:0;}
.quiet-brand h2{font-size:calc(17.1px * 2);line-height:1.14;max-width:var(--axis-soft);}
.quiet-brand h3{font-size:calc(17.1px * 1.35);line-height:1.25;}
.quiet-brand p{font-size:17.1px;line-height:1.83;}
.quiet-brand .strong-content{display:flex;flex-direction:column;gap:1.5rem;}
.quiet-brand .public-actions{max-width:var(--axis-soft);}
.quiet-brand .open-block{display:flex;flex-direction:column;gap:0;border-top:1px solid #e2e8f0;}
.quiet-brand .steady-visual{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.quiet-brand .steady-visual p{max-width:var(--axis-soft);}
.quiet-brand .top-steps{margin-top:calc(2.44rem * 1.5);font-size:calc(17.1px * .875);}
.quiet-brand a{text-decoration:none;border-bottom:1px solid currentColor;}
.quiet-brand a:hover{}
@media (min-width:900px){.quiet-brand .steady-visual{flex-direction:row;align-items:flex-start;gap:2.44rem;}.quiet-brand .steady-visual h3{flex:0 0 40%;}.quiet-brand .steady-visual p{flex:1 1 auto;}
}
.plain-media{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.plain-media .top-plan{max-width: min(1660px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.44rem * 1.5);}
.plain-media .public-actions{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(2.44rem * 1.5);
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #1f2937;}
.plain-media h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.plain-media .public-actions p{margin: 0;
  color: #d1d9e6;
  font-size: 17.1px;
  line-height: 1.7;}
.plain-media .secondary-nav{display: flex;
  flex-direction: column;}
.plain-media .secondary-nav a{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(0, .55fr) minmax(0, 1.1fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #1f2937;
  text-decoration: none;
  transition: background 400ms var(--delay-base);}
.plain-media .secondary-nav a:last-child{border-bottom: none;}
.plain-media .secondary-nav a:hover{
  background: rgba(255, 255, 255, 0.04);
}
.plain-media .secondary-nav span{color: #f59e0b;
  font-size: calc(17.1px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.plain-media .secondary-nav strong{font-size: calc(17.1px * 1.125);
  font-weight: 600;
  line-height: 1.3;}
.plain-media .secondary-nav em{font-style: normal;
  color: #d1d9e6;
  font-size: calc(17.1px * .875);
  line-height: 1.7;}
@media (max-width: 860px) {.plain-media .public-actions{
    grid-template-columns: 1fr;
    align-items: start;
  }.plain-media .secondary-nav a{
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
.wide-copy{
    padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);
    background:linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);
    color:#f0fdfa;
}
.wide-copy .top-plan{max-width:1660px;
    margin:0 auto;}
.wide-copy .content-surface{margin-bottom:calc(2.44rem * 1.5);}
.wide-copy .content-surface p{margin:0;
    font-weight:700;
    letter-spacing:.02em;
    opacity:.9;}
.wide-copy .content-surface h2{margin:8px 0 0;
    font-size:clamp(30px,5vw,46px);
    line-height:1.15;}
.wide-copy .public-actions{max-width:62ch;
    margin:0 0 calc(2.44rem * 1.5);
    font-size:calc(17.1px * 1.125);
    opacity:.94;}
.wide-copy .fresh-team{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.wide-copy .fresh-wrap{display:grid;
    grid-template-columns:minmax(140px,180px) 1fr;
    gap:2.44rem;
    align-items:start;
    padding:calc(1.5rem * .75) 0;
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-copy .fresh-wrap:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-copy .clear-links{font-size:calc(17.1px * .875);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
    opacity:.85;
    padding-top:4px;}
.wide-copy .fresh-wrap h3{margin:0 0 8px;
    font-size:calc(17.1px * 1.35);
    line-height:1.25;}
.wide-copy .fresh-wrap p{margin:0;
    max-width:70ch;
    opacity:.94;}
.wide-copy .fresh-wrap a{color:#f0fdfa;
    text-decoration:underline;
    text-underline-offset:3px;}
.wide-copy .fresh-wrap a:hover{}
.wide-copy .public-block{
    margin-top:calc(2.44rem * 1.5);
    padding:calc(1.5rem * .75);
    border-radius:0.81rem;
    background:color-mix(in srgb, currentColor 14%, transparent);
    border:1px solid color-mix(in srgb, currentColor 20%, transparent);
}
.wide-copy .public-block p{margin:0 0 10px;
    max-width:70ch;}
.wide-copy .public-block p:last-child{margin-bottom:0;}
.wide-copy .top-steps{font-size:calc(17.1px * .875);
    opacity:.9;}
.wide-copy .top-steps a{color:#f0fdfa;
    text-decoration:underline;
    text-underline-offset:3px;}
.wide-copy .top-steps a:hover{}
@media (max-width:640px){.wide-copy .fresh-wrap{
        grid-template-columns:1fr;
        gap:6px;
    }.wide-copy .clear-links{
        padding-top:0;
    }
}
.offer-wrap{background:#fbfaf7;color:#0f172a;padding:calc(1.5rem * 2.4) 2.18rem}
.offer-wrap .top-plan{max-width:1660px;margin:0 auto}
.offer-wrap .team-actions{display:flex;align-items:flex-start;gap:calc(2.44rem * 1.5)}
.offer-wrap .strong-content{flex:0 1 30rem;min-width:0}
.offer-wrap h2{margin:0;font-size:clamp(calc(17.1px * 2),5vw,calc(17.1px * 2.65));line-height:1.08;letter-spacing:0}
.offer-wrap p{margin:1.5rem 0 0;color:#0f172a;font-size:calc(17.1px * 1.125);line-height:1.65}
.offer-wrap .strong-entries{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #e2e8f0}
.offer-wrap .fresh-wrap{display:flex;gap:2.44rem;padding:1.5rem 0;border-bottom:1px solid #e2e8f0;color:inherit;text-decoration:none;transition:background 400ms var(--delay-base)}
.offer-wrap .fresh-wrap:hover{background:#f1f5f9;color:#0f172a;}
.offer-wrap strong{flex:0 1 14rem;min-width:0;font-size:17.1px}
.offer-wrap span{flex:1 1 20rem;min-width:0;color:#0f172a;line-height:1.55;font-size:calc(17.1px * .875)}
@media(max-width:760px){.offer-wrap .team-actions,.offer-wrap .fresh-wrap{flex-direction:column}.offer-wrap .fresh-wrap{gap:calc(calc(1.5rem * .75)*.5)}}
.service-content{
  --state-public:calc(1.5rem * 1.19);
  --axis-soft:calc(1660px / 2.25);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#0f766e;
  color:#f0fdfa;
}
.service-content .top-plan{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:2.44rem;}
.service-content .featured-footer{flex:1 1 min(34rem,60%);
  max-width:var(--axis-soft);
  display:flex;
  flex-direction:column;
  gap:calc(2.44rem * 1.5);}
.service-content h2{margin:0;
  font-size:calc(17.1px * 2);
  line-height:1.12;}
.service-content p{margin:0;
  font-size:17.1px;
  line-height:1.83;}
.service-content .public-actions{color:inherit;}
.service-content .public-block{font-size:calc(17.1px * .875);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.service-content .scene{flex:0 1 min(22rem,100%);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  align-items:flex-start;}
.service-content .team-links{
  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.26rem;
  background:#f0fdfa;
  color:#0f766e;
  text-decoration:none;
  font-size:17.1px;
  transition:background 400ms var(--delay-base), color 400ms var(--delay-base);
}
.service-content .team-links:hover{
  background:#f59e0b;
  color:#1f2937;
}
.service-content .top-steps{display:flex;
  flex-wrap:wrap;
  gap:2.18rem;
  font-size:calc(17.1px * .875);}
.service-content .top-steps a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;}
.service-content .top-steps a:hover{border-bottom-color:currentColor;}
@media (max-width:760px){.service-content .top-plan{
    flex-direction:column;
  }.service-content .featured-footer,
  .service-content .scene{
    flex:1 1 auto;
    max-width:none;
  }
}
.direct-callout{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.direct-callout .top-plan{max-width: min(1660px, 72rem);
  margin: 0 auto;}
.direct-callout .public-actions{max-width: 52rem;
  margin-bottom: calc(2.44rem * 1.5);}
.direct-callout h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.direct-callout .compact-links{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);
  color: #d1d9e6;
  line-height: 1.83;}
.direct-callout .fresh-team{display: flex;
  flex-direction: column;
  gap: calc(2.44rem * 1.5);
  border-top: 1px solid #1f2937;
  padding-top: calc(2.44rem * 1.5);}
.direct-callout .steady-visual{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .55);
  padding-bottom: calc(2.44rem * 1.5);
  border-bottom: 1px solid #1f2937;}
.direct-callout .steady-visual:last-child{border-bottom: 0;
  padding-bottom: 0;}
.direct-callout .fresh-wrap{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);}
.direct-callout .secondary-method{font-weight: 700;
  font-size: calc(17.1px * 1.35);
  letter-spacing: -0.01em;}
.direct-callout .public-menu{font-size: calc(17.1px * .875);
  color: #d1d9e6;}
.direct-callout .steady-visual p{margin: 0;
  color: #d1d9e6;
  max-width: 60rem;}
.direct-callout small{font-size: calc(17.1px * .875);
  color: #f59e0b;}
.direct-callout .public-block{margin-top: calc(2.44rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1f2937;}
.direct-callout .public-block p{margin: 0;
  max-width: 58rem;
  font-size: calc(17.1px * .875);
  color: #d1d9e6;}
@media (min-width: 900px) {.direct-callout .fresh-team{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.44rem;
    row-gap: 0;
  }.direct-callout .steady-visual{
    padding: calc(2.44rem * 1.5) 0;
    border-bottom: 1px solid #1f2937;
  }.direct-callout .steady-visual:nth-last-child(-n+2){
    border-bottom: 0;
  }
}
.soft-block{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);color:#1f2937}
.soft-block .top-plan{max-width:1660px;margin:0 auto}
.soft-block .contact-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:calc(2.44rem * 1.5);align-items:start}
.soft-block .strong-content{min-width:0}
.soft-block h2{margin:0;font-size:calc(17.1px * 2.65);line-height:1.05}
.soft-block .strong-content p{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);line-height:1.83}
.soft-block .steady-headline{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#1f2937 28%,transparent)}
.soft-block .steady-headline a{display:block;min-width:0;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#1f2937 28%,transparent);color:#1f2937;text-decoration:none;transition:opacity 400ms var(--delay-base)}
.soft-block .steady-headline a:hover{opacity:0.72}
.soft-block strong{display:block;font-size:calc(17.1px * 1.35);line-height:1.2}
.soft-block span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(17.1px * .875);line-height:1.6}
@media(max-width:780px){.soft-block .contact-note{display:block}.soft-block .steady-headline{margin-top:calc(2.44rem * 1.5)}.soft-block h2{font-size:calc(17.1px * 2)}
}
.featured-figure{--state-public:calc(1.5rem * 1.15);--axis-soft:calc(1660px / 2.1);padding:calc(1.5rem * 2.4) 2.18rem;background:#fbfaf7;color:#0f172a;}
.featured-figure .top-plan{max-width:1660px;margin:0 auto;}
.featured-figure h1,.featured-figure h2,.featured-figure h3,.featured-figure p{margin:0;}
.featured-figure h2{font-size:calc(17.1px * 2);line-height:1.12;}
.featured-figure p{font-size:17.1px;line-height:1.83;}
.featured-figure a{color:inherit;text-decoration:none;}
.featured-figure .public-block{font-size:calc(17.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#0f172a;}
.featured-figure .public-actions{max-width:var(--axis-soft);margin-top:calc(1.5rem / 2);color:#0f172a;}
.featured-figure .team-links{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.26rem;background:#0f766e;color:#f0fdfa;transition:background 400ms var(--delay-base);}
.featured-figure .team-links:hover{background:#0d5f59;color:#0f172a;}
.featured-figure .text-story{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.44rem;margin-top:var(--state-public);}
.featured-figure .steady-visual{flex:1 1 calc(1660px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #e2e8f0;border-radius:0.53rem;background:#ffffff;color:#0f172a;}
.featured-figure .steady-visual .simple-flow{font-size:17.1px;line-height:1.83;}
.featured-figure .steady-visual .secondary-method{margin-top:calc(1.5rem / 2);font-size:calc(17.1px * .875);color:#0f172a;}
.featured-figure .offer-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.44rem;}
.featured-figure .offer-frame>.simple-items{flex:1 1 auto;min-width:0;}
.featured-figure .offer-frame>.team-links{flex:0 0 auto;align-self:flex-end;}
.featured-figure .offer-frame>.text-story{flex:1 1 100%;}
.featured-figure .simple-items h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.featured-figure .steady-visual{flex:1 1 100%;}.featured-figure .offer-frame>.team-links{align-self:flex-start;}
}
.visual-nav{--state-public:calc(1.5rem * 0.87);--axis-soft:calc(1660px / 2.11);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.visual-nav .top-plan{max-width:1660px;margin:0 auto;}
.visual-nav h2,.visual-nav p{margin:0;}
.visual-nav h2{font-size:calc(17.1px * 2);line-height:1.12;}
.visual-nav p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-nav a{color:inherit;text-decoration:none;}
.visual-nav .fresh-section{text-align:center;}
.visual-nav .fresh-section p{margin:1.5rem auto 0;max-width:var(--axis-soft);}
.visual-nav .team-links{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#f0fdfa;color:#0f766e;transition:transform 400ms var(--delay-base);}
.visual-nav .team-links:hover{transform:translateY(calc(calc(2.44rem * 2) * -0.25));}
.visual-nav .top-steps{margin-top:calc(2.44rem * 1.5);font-size:calc(17.1px * .875);}
.visual-nav .top-steps a{text-decoration:underline;text-underline-offset:0.2em;}
.visual-nav .top-steps a:hover{}
.site-lead{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.site-lead .top-plan{max-width: min(1660px, 72rem);
  margin: 0 auto;}
.site-lead .content-surface{max-width: 52rem;
  margin-bottom: calc(2.44rem * 1.5);}
.site-lead h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.site-lead .public-actions{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);
  color: #d1d9e6;}
.site-lead .fresh-team{display: flex;
  flex-wrap: wrap;
  gap: 2.44rem;}
.site-lead .steady-visual{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #1f2937;}
.site-lead .simple-flow{margin: 0;
  font-size: 17.1px;
  line-height: 1.7;}
.site-lead .secondary-method{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.site-lead .strong-wrap{font-weight: 700;
  font-size: calc(17.1px * .875);}
.site-lead .public-menu{font-size: calc(17.1px * .875);
  color: #d1d9e6;}
.site-lead .direct-panel{margin-top: calc(2.44rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1f2937;}
.site-lead .text-callout{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.1px * .875);
  color: #d1d9e6;}
.site-lead .active-unit{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem calc(1.5rem * .75);}
.site-lead .active-unit li{font-size: calc(17.1px * .875);
  padding: 0.25rem 0.7rem;
  border: 1px solid #1f2937;
  border-radius: 0.26rem;}
.site-lead .strong-form{margin: calc(2.44rem * 1.5) 0 0;
  font-size: 17.1px;
  color: #d1d9e6;}
.site-lead .strong-form a{color: #f59e0b;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.site-lead .strong-form a:hover{color: #d97706;}
@media (max-width: 700px) {.site-lead .fresh-team{
    display: block;
  }.site-lead .steady-visual + .steady-visual{
    margin-top: 2.44rem;
  }
}
.plain-brand{background:#fbfaf7;color:#0f172a;padding:calc(1.5rem * 2.4) 2.18rem}
.plain-brand .top-plan{max-width:1660px;margin:0 auto}
.plain-brand .team-actions{display:flex;align-items:flex-start;gap:calc(2.44rem * 1.5);flex-wrap:wrap}
.plain-brand .strong-content{flex:1 1 22rem;min-width:0;max-width:34rem}
.plain-brand h2{margin:0;font-size:calc(17.1px * 2);line-height:1.15;letter-spacing:0}
.plain-brand p{margin:1.5rem 0 0;color:#0f172a;font-size:calc(17.1px * 1.125);line-height:1.65}
.plain-brand .strong-entries{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #e2e8f0}
.plain-brand .fresh-wrap{display:flex;gap:2.44rem;padding:1.5rem 0;border-bottom:1px solid #e2e8f0}
.plain-brand strong{flex:0 1 11rem;min-width:0;font-weight:600}
.plain-brand span{flex:1 1 18rem;min-width:0;color:#0f172a;line-height:1.6}
.plain-brand span a{color:#0f766e;text-decoration:none;border-bottom:1px solid transparent;transition:color 400ms var(--delay-base),border-color 400ms var(--delay-base)}
.plain-brand span a:hover{color:inherit;border-bottom-color:#f59e0b}
@media(max-width:760px){.plain-brand .team-actions,.plain-brand .fresh-wrap{flex-direction:column}.plain-brand .fresh-wrap{gap:calc(calc(1.5rem * .75)*.5)}
}
.page{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);color:#f0fdfa;}
.page .top-plan{max-width:1660px;margin:0 auto;}
.page .content-surface{margin-bottom:calc(2.44rem * 1.5);max-width:64rem;}
.page .content-surface p{margin:0;font-weight:700;letter-spacing:.02em;opacity:.92;}
.page .content-surface h2{margin:.4rem 0 0;font-size:calc(17.1px * 2);line-height:1.2;}
.page .public-actions{margin:0 0 calc(2.44rem * 1.5);max-width:62rem;font-size:17.1px;opacity:.95;}
.page .fresh-team{display:flex;flex-wrap:wrap;gap:2.44rem;}
.page .steady-visual{flex:1 1 300px;min-width:260px;padding:calc(1.5rem * .75);border-radius:0.81rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 26%, transparent);}
.page .steady-visual h3{margin:0 0 .5rem;font-size:calc(17.1px * 1.35);}
.page .steady-visual p{margin:0 0 .55rem;}
.page .steady-visual p:last-child{margin-bottom:0;}
.page .tile{font-weight:700;}
.page .tile a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page .tile a:hover{opacity:.82;}
.page .public-block{font-size:calc(17.1px * .875);opacity:.88;}
.page .visual-plan{margin-top:calc(2.44rem * 1.5);padding-top:calc(2.44rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);display:flex;flex-wrap:wrap;gap:2.44rem;align-items:flex-end;justify-content:space-between;}
.page .visual-plan .simple-items{flex:1 1 420px;max-width:52rem;}
.page .visual-plan h3{margin:0 0 .4rem;font-size:calc(17.1px * 1.125);}
.page .visual-plan p{margin:0;opacity:.94;}
.page .top-steps{display:flex;flex-wrap:wrap;gap:1rem;}
.page .top-steps a{display:inline-block;padding:.6rem 1.1rem;border-radius:0.53rem;background:#f59e0b;color:#1f2937;font-weight:700;text-decoration:none;transition:background 400ms var(--delay-base);}
.page .top-steps a:hover{background:#d97706;color:#0f172a;}
@media (max-width:640px){.page .visual-plan{align-items:flex-start;}.page .top-steps{width:100%;}
    }
.clear-headline{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.clear-headline .top-plan{max-width: min(1660px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.44rem * 1.5);
  align-items: flex-start;}
.clear-headline .public-block{flex: 1 1 22rem;
  min-width: 0;}
.clear-headline h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.clear-headline .public-block p{margin: calc(1.5rem * .75) 0 calc(2.44rem * 1.5);
  font-size: 17.1px;
  line-height: 1.83;
  color: #d1d9e6;}
.clear-headline .public-block a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #f59e0b;
  color: #1f2937;
  font-size: calc(17.1px * .875);
  text-decoration: none;
  transition: background 400ms var(--delay-base);
}
.clear-headline .public-block a:hover{
  background: #d97706;color:#0f172a;}
.clear-headline .text-story{flex: 1 1 20rem;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #4b5563;}
.clear-headline .text-story li{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #4b5563;}
.clear-headline .text-story li:last-child{border-bottom: 0;
  padding-bottom: 0;}
.clear-headline .text-story strong{display: block;
  font-size: 17.1px;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
.clear-headline .text-story span{display: block;
  font-size: calc(17.1px * .875);
  line-height: 1.83;
  color: #d1d9e6;}
@media (max-width: 720px) {.clear-headline .top-plan{
    flex-direction: column;
  }
}
.wide-section{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.wide-section .top-plan{max-width: min(1660px, 72rem);
  margin: 0 auto;}
.wide-section .public-actions{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(2.44rem * 1.5);
  margin-bottom: calc(2.44rem * 1.5);}
.wide-section h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.wide-section .compact-links{margin: 0;
  flex: 1 1 24rem;
  font-size: 17.1px;
  line-height: 1.83;
  color: #f1f5f9;}
.wide-section .text-story{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.44rem;}
.wide-section .steady-visual{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid rgba(248, 250, 252, 0.18);}
.wide-section .secondary-method{display: block;
  font-weight: 700;
  font-size: calc(17.1px * 1.35);
  line-height: 1.2;}
.wide-section .steady-visual p{margin: calc(calc(1.5rem * .75) * .6) 0;
  font-size: 17.1px;
  color: #f1f5f9;}
.wide-section .media-intro{display: block;
  font-size: calc(17.1px * .875);
  color: #f59e0b;}
.wide-section .public-block{margin: calc(2.44rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: calc(17.1px * .875);
  color: #f1f5f9;}
@media (max-width: 700px) {.wide-section .public-actions{
    display: block;
  }.wide-section .compact-links{
    margin-top: calc(1.5rem * .75);
  }.wide-section .text-story{
    display: block;
  }.wide-section .steady-visual + .steady-visual{
    margin-top: 2.44rem;
  }
}
.top-story{--state-public:calc(1.5rem * 1.15);--axis-soft:calc(1660px / 2.30);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.top-story .top-plan{max-width:1660px;margin:0 auto;}
.top-story h2,.top-story h3,.top-story p{margin:0;}
.top-story h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--axis-soft);}
.top-story p{font-size:17.1px;line-height:1.83;}
.top-story .featured-footer{display:flex;flex-wrap:wrap;gap:2.44rem;align-items:flex-start;justify-content:space-between;}
.top-story .simple-items{flex:1 1 34rem;max-width:var(--axis-soft);display:flex;flex-direction:column;gap:calc(2.44rem * 1.5);}
.top-story .public-actions{color:color-mix(in srgb, currentColor 82%, transparent);}
.top-story .public-block{font-size:calc(17.1px * .875);color:color-mix(in srgb, currentColor 70%, transparent);max-width:calc(var(--axis-soft) * 0.92);}
.top-story .scene{margin-top:1.5rem;}
.top-story .team-links{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.26rem;background:#f0fdfa;color:#0f766e;font-size:17.1px;transition:background 400ms var(--delay-base),color 400ms var(--delay-base);}
.top-story .team-links:hover{background:#f59e0b;color:#1f2937;}
.top-story .visual-plan{flex:0 1 20rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.top-story .tile{font-size:calc(17.1px * .875);letter-spacing:0.02em;color:color-mix(in srgb, currentColor 72%, transparent);}
.top-story .clear-lead{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.top-story .clear-lead a{color:inherit;text-decoration:none;font-size:17.1px;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);padding-bottom:2px;transition:border-color 400ms var(--delay-base);}
.top-story .clear-lead a:hover{border-color:#f59e0b;}
@media (max-width:720px){.top-story .featured-footer{flex-direction:column;}.top-story .visual-plan{flex:1 1 auto;width:100%;}
}
.site-headline{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);
        color: #f0fdfa;
    }
.site-headline .top-plan{max-width: 960px;
        margin: 0 auto;}
.site-headline .content-surface{margin-bottom: calc(2.44rem * 1.5);}
.site-headline .content-surface h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.2;}
.site-headline .content-surface p{margin: calc(1.5rem * .75) 0 0;
        max-width: 62ch;
        font-size: 17.1px;
        line-height: 1.83;
        opacity: 0.94;}
.site-headline .text-story{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.site-headline .steady-visual{
        border: 1px solid color-mix(in srgb, currentColor 34%, transparent);
        border-radius: 0.81rem;
        background: color-mix(in srgb, currentColor 10%, transparent);
        overflow: hidden;
    }
.site-headline .steady-visual button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 700;
        font-size: 17.1px;
        line-height: 1.45;
        padding: 14px 18px;
        cursor: pointer;
    }
.site-headline .steady-visual button:focus-visible{outline: 2px solid #14b8a6;
        outline-offset: -2px;}
.site-headline .steady-visual p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 18px;
        font-size: calc(17.1px * .875);
        line-height: 1.83;
        opacity: 0.95;
        transition: max-height 400ms var(--delay-base),
                    padding 400ms var(--delay-base);}
.site-headline .steady-visual.is-open p{max-height: 340px;
        padding: 0 18px 18px;}
.site-headline .top-steps{display: flex;
        flex-wrap: wrap;
        gap: 2.44rem;
        margin-top: calc(2.44rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.site-headline .top-steps a{color: inherit;
        font-size: calc(17.1px * .875);
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: opacity 400ms var(--delay-base);}
.site-headline .top-steps a:hover{opacity: 0.78;}
@media (max-width: 640px) {.site-headline .steady-visual button{
            padding: 12px 14px;
        }.site-headline .steady-visual p{
            padding: 0 14px;
        }.site-headline .steady-visual.is-open p{
            padding: 0 14px 14px;
        }
    }
.plain-grid{background:#fbfaf7;color:#0f172a;padding:calc(1.5rem * 2.4) 2.18rem}
.plain-grid .top-plan{max-width:1660px;margin:0 auto}
.plain-grid .team-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.44rem * 1.5)}
.plain-grid .strong-content{flex:1 1 26rem;min-width:0}
.plain-grid h2{margin:0;font-size:clamp(calc(17.1px * 2),4.4vw,calc(17.1px * 2.65));line-height:1.08;letter-spacing:0}
.plain-grid p{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);line-height:1.65;color:#0f172a}
.plain-grid .public-block{margin-top:calc(1.5rem * .75);font-size:calc(17.1px * .875);color:#0f172a;opacity:.85}
.plain-grid .strong-entries{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:0}
.plain-grid .fresh-wrap{display:flex;flex-wrap:wrap;gap:2.44rem;padding:1.5rem 0;border-top:1px solid #e2e8f0}
.plain-grid .fresh-wrap:last-child{border-bottom:1px solid #e2e8f0}
.plain-grid strong{flex:0 1 12rem;min-width:0;font-size:17.1px}
.plain-grid span{flex:1 1 20rem;min-width:0;line-height:1.6;color:#0f172a}
.plain-grid .team-benefit{color:#0f172a}
.plain-grid a{color:#0f766e;text-decoration:none;border-bottom:1px solid #0f766e}
.plain-grid a:hover{color:inherit;border-bottom-color:#f59e0b}
@media(max-width:760px){.plain-grid .team-actions{flex-direction:column}.plain-grid .fresh-wrap{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.wide-area{
    background:#fbfaf7;
    color:#0f172a;
    padding:calc(1.5rem * 2.4) 2.18rem;
}
.wide-area .c{max-width:1660px;
    margin:0 auto;
    display:grid;
    gap:2.44rem;}
@media (min-width:1024px){.wide-area .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.wide-area .main-contact{min-width:0;}
.wide-area .page-note{padding-bottom:calc(2.44rem * 1.5);
    border-bottom:1px solid #e2e8f0;
    margin-bottom:calc(2.44rem * 1.5);}
.wide-area h1{font-size:calc(17.1px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.wide-area .public-actions{font-size:calc(17.1px * 1.125);
    line-height:1.5;
    margin:0 0 1.25rem;
    opacity:0.82;}
.wide-area .media-intro{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(17.1px * .875);
    opacity:0.7;}
.wide-area .media-intro span{position:relative;}
.wide-area .strong-area{font-size:17.1px;
    line-height:1.83;}
.wide-area .strong-area p{margin:0 0 1.1rem;}
.wide-area .strong-area h2{font-size:calc(17.1px * 1.35);
    line-height:1.3;
    margin:2rem 0 0.85rem;}
.wide-area .strong-area .site-block{margin-top:1.75rem;
    padding-left:1rem;
    border-left:3px solid #f59e0b;
    font-style:normal;}
.wide-area .top-steps{margin-top:calc(2.44rem * 1.5);
    padding-top:calc(2.44rem * 1.5);
    border-top:1px solid #e2e8f0;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1.25rem;
    font-size:calc(17.1px * .875);}
.wide-area .route-label{text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:calc(17.1px * .875);
    opacity:0.65;}
.wide-area .top-steps a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 400ms var(--delay-base),border-color 400ms var(--delay-base);}
.wide-area .top-steps a:hover{border-bottom-color:#f59e0b;}
.wide-area .visual-plan{
    background:#ffffff;
    color:#0f172a;
    border:1px solid #e2e8f0;
    border-radius:0.81rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.12);
}
.wide-area .visual-plan h3{font-size:17.1px;
    margin:0 0 1rem;}
.wide-area .text-story{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.wide-area .text-story li{display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding-bottom:1rem;
    border-bottom:1px solid #e2e8f0;}
.wide-area .text-story li:last-child{padding-bottom:0;
    border-bottom:none;}
.wide-area .text-story a{text-decoration:none;
    font-weight:500;
    line-height:1.35;}
.wide-area .text-story a:hover{text-decoration:underline;}
.wide-area .public-block{font-size:calc(17.1px * .875);
    opacity:0.72;
    line-height:1.45;}
.wide-area .top-stack{margin-top:1.25rem;
    padding-top:1rem;
    border-top:1px solid #e2e8f0;}
.wide-area .top-stack a{
    display:inline-block;
    font-size:calc(17.1px * .875);
    color:#f0fdfa;
    background:#0f766e;
    padding:0.55rem 0.95rem;
    border-radius:0.53rem;
    text-decoration:none;
    transition:background 400ms var(--delay-base);
}
.wide-area .top-stack a:hover{
    background:#0d5f59;color:#0f172a;}
.wide-figure{
        background:#fbfaf7;
        color:#0f172a;
        padding:calc(1.5rem * 2.4) 2.18rem;
    }
.wide-figure .c{max-width:1660px;
        margin:0 auto;
        display:grid;
        gap:calc(2.44rem * 1.5);}
@media (min-width: 1024px){.wide-figure .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.wide-figure .main-contact{display:flex;
        flex-direction:column;
        gap:calc(2.44rem * 1.5);}
.wide-figure .page-note{display:flex;
        flex-direction:column;
        gap:0.75rem;
        padding-bottom:1.5rem;
        border-bottom:1px solid #e2e8f0;}
.wide-figure h1{font-size:calc(17.1px * 2.65);
        line-height:1.2;
        margin:0;}
.wide-figure .main-plan{font-size:calc(17.1px * 1.125);
        margin:0;
        max-width:60ch;}
.wide-figure .media-intro{display:flex;
        flex-wrap:wrap;
        gap:1.25rem;
        font-size:calc(17.1px * .875);}
.wide-figure .strong-area{display:flex;
        flex-direction:column;
        gap:1.1rem;
        line-height:1.83;
        font-size:17.1px;}
.wide-figure .strong-area p{margin:0;}
.wide-figure .strong-area .public-actions{font-size:calc(17.1px * 1.125);
        line-height:1.6;}
.wide-figure .strong-area h2{font-size:calc(17.1px * 1.35);
        margin:1rem 0 0;}
.wide-figure .top-steps{display:flex;
        flex-wrap:wrap;
        gap:1.25rem;
        padding-top:1.5rem;
        border-top:1px solid #e2e8f0;}
.wide-figure .top-steps a{text-decoration:none;
        font-size:calc(17.1px * .875);
        border-bottom:1px solid transparent;
        transition:border-color 400ms var(--delay-base), color 400ms var(--delay-base);}
.wide-figure .top-steps a:hover{border-bottom-color:#f59e0b;}
.wide-figure .photo{
        background:#ffffff;
        color:#0f172a;
        border:1px solid #e2e8f0;
        border-radius:0.81rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.12);
        display:flex;
        flex-direction:column;
        gap:1.5rem;
    }
.wide-figure .photo h3{margin:0;
        font-size:calc(17.1px * 1.35);}
.wide-figure .site-unit{display:flex;
        flex-direction:column;
        gap:1.1rem;}
.wide-figure .site-unit .steady-visual{display:flex;
        flex-direction:column;
        gap:0.3rem;}
.wide-figure .site-unit a{text-decoration:none;
        font-size:17.1px;
        line-height:1.4;}
.wide-figure .site-unit a:hover{}
.wide-figure .site-unit .public-block{font-size:calc(17.1px * .875);
        line-height:1.5;}
.media-shell{
  background:#fbfaf7;
  color:#0f172a;
  padding:calc(1.5rem * 2.4) 2.18rem;
}
.media-shell .c{max-width:1660px;
  margin:0 auto;
  display:grid;
  gap:2.18rem;}
@media (min-width:1024px){.media-shell .c{
    grid-template-columns:minmax(0,1fr) 320px;
    align-items:start;
  }
}
.media-shell .page-note{margin-bottom:calc(2.44rem * 1.5);}
.media-shell h1{font-size:calc(17.1px * 2.65);
  line-height:1.2;
  margin:0 0 calc(2.44rem * 1.5);}
.media-shell .public-actions{font-size:calc(17.1px * 1.125);
  line-height:1.83;
  margin:0 0 calc(2.44rem * 1.5);
  max-width:60ch;}
.media-shell .media-intro{display:flex;
  flex-wrap:wrap;
  gap:2.44rem;
  font-size:calc(17.1px * .875);
  padding-top:calc(2.44rem * 1.5);
  border-top:1px solid #e2e8f0;}
.media-shell .strong-area{line-height:1.83;
  font-size:17.1px;}
.media-shell .strong-area p{margin:0 0 calc(2.44rem * 1.5);}
.media-shell .strong-area h2{font-size:calc(17.1px * 1.35);
  margin:calc(2.44rem * 1.5) 0 calc(1.5rem * .75);
  line-height:1.3;}
.media-shell .strong-area .public-block{
  background:#f1f5f9;
  color:#0f172a;
  padding:calc(1.5rem * .75);
  border-radius:0.53rem;
  font-size:calc(17.1px * .875);
  margin-top:calc(2.44rem * 1.5);
}
.media-shell .strong-area .public-block a{text-decoration:underline;}
.media-shell .strong-area .public-block a:hover{}
.media-shell .top-steps{display:flex;
  flex-wrap:wrap;
  gap:2.44rem;
  margin-top:calc(2.44rem * 1.5);
  padding-top:calc(2.44rem * 1.5);
  border-top:1px solid #e2e8f0;}
.media-shell .top-steps a{text-decoration:none;
  font-size:calc(17.1px * .875);
  border-bottom:1px solid transparent;
  transition:color 400ms var(--delay-base), border-color 400ms var(--delay-base);}
.media-shell .top-steps a:hover{border-bottom-color:#f59e0b;}
.media-shell .visual-plan{
  background:#ffffff;
  color:#0f172a;
  border:1px solid #e2e8f0;
  border-radius:0.81rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 5px rgba(0,0,0,0.12);
}
.media-shell .visual-plan h3{font-size:17.1px;
  margin:0 0 calc(1.5rem * .75);
  line-height:1.3;}
.media-shell .text-story{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.media-shell .steady-visual{display:flex;
  flex-direction:column;
  gap:0.35rem;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #e2e8f0;}
.media-shell .steady-visual:last-child{padding-bottom:0;
  border-bottom:none;}
.media-shell .steady-visual a{text-decoration:none;
  font-size:calc(17.1px * .875);
  line-height:1.4;}
.media-shell .steady-visual a:hover{text-decoration:underline;}
.media-shell .quiet-headline{font-size:calc(17.1px * .875);
  line-height:1.5;}
.text-list{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);
  color: #f0fdfa;
}
.text-list .top-plan{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1660px;
  margin: 0 auto;}
.text-list .clear-block{max-width: 58rem;
  margin: 0 0 calc(2.44rem * 1.5);
  padding: 1.5rem 0 0;}
.text-list h2{margin: 0;
  font-size: calc(17.1px * 2.65);
  line-height: 1.05;}
.text-list .clear-block p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.83;}
.text-list .offer-panel{display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.44rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.text-list .open-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-list .open-tile p{max-width: 30rem;
  margin: 0;
  line-height: 1.83;}
.text-list .secondary-figure{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.5rem * .75);}
.text-list .secondary-figure a{color: inherit;
  font-size: calc(17.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.text-list .focused-service{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.44rem;
  margin-top: calc(2.44rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.text-list .focused-service a{flex: 1 1 20rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.83;
  overflow-wrap: anywhere;}
.text-list .focused-service a:hover{text-decoration: underline;
  text-underline-offset: .22em;}
.text-list .focused-service span{display: block;
  margin-top: .35rem;
  font-size: calc(17.1px * .875);
  opacity: .72;}
@media (max-width: 860px) {.text-list .offer-panel{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {.text-list .open-tile p + p{
    margin-top: 0;
  }.text-list .secondary-figure{
    margin-top: calc(1.5rem * .75);
  }
}
.top-section{padding:calc(1.5rem * 2.4) 2.18rem;background:#0f172a;color:#f8fafc}
.top-section .top-plan{max-width:1660px;margin:0 auto;display:flex;gap:calc(2.44rem * 1.5);align-items:flex-start}
.top-section .strong-content{flex:0 1 36%}
.top-section h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.top-section .strong-content>p{margin:1.5rem 0 0;line-height:1.83}
.top-section .top-steps{list-style:none;margin:calc(2.44rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-section .top-steps li{display:flex;flex-direction:column;gap:0.15rem;font-size:calc(17.1px * .875)}
.top-section .top-steps span{opacity:0.7;letter-spacing:0.02em;text-transform:uppercase;font-size:calc(17.1px * .875)}
.top-section .top-steps a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.top-section .top-steps a:hover{color:#f59e0b}
.top-section .public-block{margin:calc(2.44rem * 1.5) 0 0;font-size:calc(17.1px * .875);opacity:0.75;line-height:1.83}
.top-section form{flex:1 1 0;display:flex;flex-direction:column;gap:1.5rem}
.top-section .team-steps{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-section .fresh-wrap{display:flex;flex-wrap:wrap;gap:2.44rem}
.top-section .fresh-wrap .team-steps{flex:1 1 16rem}
.top-section label{font-size:calc(17.1px * .875);letter-spacing:0.01em}
.top-section input,.top-section textarea,.top-section select{width:100%;padding:calc(1.5rem * .75);border:1px solid #e2e8f0;border-radius:0.26rem;background:#fbfaf7;color:#0f172a;font:inherit}
.top-section textarea{resize:vertical;min-height:8rem}
.top-section .visual-tile{margin:0;font-size:calc(17.1px * .875);opacity:0.75;line-height:1.83}
.top-section button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #f59e0b;border-radius:0.26rem;background:#f59e0b;color:#1f2937;font:inherit;cursor:pointer;transition:background 400ms var(--delay-base)}
.top-section button:hover{background:#d97706;border-color:#d97706;color:#0f172a;}
@media(max-width:820px){.top-section .top-plan{flex-direction:column}.top-section .strong-content,.top-section form{flex:1 1 auto;width:100%}}
.compact-benefit{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);color:#f0fdfa}
.compact-benefit .top-plan{max-width:1660px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.44rem * 1.5);align-items:stretch}
.compact-benefit .simple-items{display:flex;flex-direction:column;gap:calc(2.44rem * 1.5);padding:2.44rem;border-radius:1rem;background:#f59e0b;color:#1f2937}
.compact-benefit h2{margin:0;font-size:calc(17.1px * 2);line-height:1.15}
.compact-benefit .simple-items>p{margin:0;font-size:17.1px}
.compact-benefit .soft-header{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-benefit .primary-lead{padding:calc(1.5rem * .75);border-radius:0.53rem;background:#ffffff;color:#0f172a;border:1px solid #e2e8f0}
.compact-benefit .primary-lead span{display:block;font-size:calc(17.1px * .875);}
.compact-benefit .primary-lead strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:17.1px;font-weight:600;line-height:1.4}
.compact-benefit .primary-lead a{text-decoration:none;border-bottom:1px solid currentColor}
.compact-benefit .primary-lead a:hover{}
.compact-benefit .public-block{margin:0;font-size:calc(17.1px * .875);line-height:1.6}
.compact-benefit .fresh-header{min-height:clamp(24rem,48vw,38rem);border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 10px 14px rgba(0,0,0,0.15);background:#ffffff;color:#0f172a;}
.compact-benefit iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.compact-benefit .top-plan{grid-template-columns:1fr}.compact-benefit .fresh-header{min-height:22rem}
}
.page-list{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #f59e0b 100%);
  color: #f0fdfa;
}
.page-list .narrow-items{
  max-width: 1660px;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}
.page-list .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(2.44rem * 1.5);
  border-bottom: 1px solid #e2e8f0;}
.page-list .active-summary span,
.page-list .active-summary strong{font-size: calc(17.1px * .875);
  letter-spacing: 0.02em;}
.page-list .active-summary strong{font-weight: 500;}
.page-list .featured-footer{display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 2.44rem;
  padding: calc(2.44rem * 1.5);}
.page-list h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.page-list .simple-items p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);}
.page-list .simple-items .public-block{
  font-size: calc(17.1px * .875);
  padding: calc(1.5rem * .75);
  border-left: 3px solid #f59e0b;
  background: #f1f5f9;
  border-radius: 0.26rem;color:#0f172a;}
.page-list .text-story{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
  border-radius: 0.53rem;
  overflow: hidden;color:#0f172a;}
.page-list .tile{
  display: grid;
  grid-template-columns: minmax(5.5rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #0f172a;
}
.page-list .tile span{font-size: calc(17.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 0.2rem;}
.page-list h3{margin: 0;
  font-size: calc(17.1px * 1.35);
  line-height: 1.25;}
.page-list .tile p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: 17.1px;}
.page-list .narrow-details{
  padding: calc(2.44rem * 1.5);
  border-top: 1px solid #e2e8f0;
  background: #f1f5f9;
  color: #0f172a;
}
.page-list .narrow-details p{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.1px;}
.page-list .narrow-details ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.44rem;}
.page-list .narrow-details li{font-size: 17.1px;}
.page-list .narrow-details a{text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 400ms var(--delay-base), border-color 400ms var(--delay-base);}
.page-list .narrow-details a:hover{border-bottom-color: #f59e0b;}
.page-list .narrow-details .open-form{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * .875);}
@media (max-width: 860px) {.page-list .featured-footer{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.page-list .tile{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }.page-list .tile span{
    padding-top: 0;
  }.page-list .active-summary,
  .page-list .narrow-details{
    padding: calc(1.5rem * .75);
  }
}
.soft-callout{padding:calc(1.5rem * 2.4) 2.18rem;background:#f1f5f9;color:#0f172a}
.soft-callout .local-contact{max-width:min(1660px,72rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.44rem * 1.5)}
.soft-callout h2{margin:0;font-size:calc(17.1px * 2);line-height:1.15;letter-spacing:-0.01em}
.soft-callout .compact-links{margin:0;font-size:calc(17.1px * 1.125);line-height:1.5;max-width:60rem}
.soft-callout .simple-surface{padding:calc(1.5rem * .75) 0 0;border-top:1px solid #e2e8f0}
.soft-callout .simple-surface:first-of-type{border-top:0;padding-top:0}
.soft-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.1px * 1.35);line-height:1.25}
.soft-callout .simple-surface p{margin:0;line-height:1.7}
.soft-callout a{text-decoration:underline;text-underline-offset:2px}
.soft-callout a:hover{}
@media (min-width:768px){.soft-callout .local-contact{display:grid;grid-template-columns:1fr 1fr;column-gap:2.44rem;row-gap:calc(2.44rem * 1.5)}.soft-callout h2,.soft-callout .compact-links{grid-column:1 / -1}
}
.offset-prompt{--state-public:calc(1.5rem * 0.89);--axis-soft:calc(1660px / 2.13);padding:calc(1.5rem * 2.4) 2.18rem;background:#0f766e;color:#f0fdfa;}
.offset-prompt .top-plan{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;}
.offset-prompt h2,.offset-prompt p{margin:0;}
.offset-prompt h2{font-size:calc(17.1px * 2);line-height:1.14;max-width:calc(1660px / 1.55);}
.offset-prompt p{font-size:17.1px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.offset-prompt a{color:inherit;text-decoration:none;}
.offset-prompt .focused-benefit{padding-inline-start:calc(2.18rem / 2);}
.offset-prompt .visual-summary{row-gap:calc(var(--state-public) * 1.1);}
.offset-prompt .public-block{max-width:calc(1660px / 2.6);font-size:calc(17.1px * .875);letter-spacing:.01em;color:color-mix(in srgb, currentColor 68%, transparent);}
.offset-prompt .public-actions{max-width:var(--axis-soft);}
.offset-prompt .top-steps{display:flex;flex-wrap:wrap;align-items:center;gap:calc(2.44rem * .7);margin-top:calc(1.5rem / 2);}
.offset-prompt .team-links{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#f0fdfa;color:#0f766e;font-weight:600;transition:background 400ms var(--delay-base),color 400ms var(--delay-base);}
.offset-prompt .team-links:hover{background:#f59e0b;color:#1f2937;}
.offset-prompt .team-frame{font-size:calc(17.1px * .875);padding-block:calc(calc(1.5rem * .75) / 3);border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);transition:border-color 400ms var(--delay-base);}
.offset-prompt .team-frame:hover{border-color:currentColor;}
@media (max-width:720px){.offset-prompt .focused-benefit{padding-inline-start:0;}.offset-prompt h2{max-width:none;}.offset-prompt .top-steps{flex-direction:column;align-items:flex-start;}
}
.page-form{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #0f172a;
  color: #f8fafc;
}
.page-form .top-plan{max-width: min(1660px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.44rem * 1.5);}
.page-form .content-surface{max-width: 46rem;}
.page-form h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.page-form .strong-content{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.6;
  opacity: 0.86;}
.page-form .featured-footer{display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(248, 250, 252, 0.18);}
.page-form .tile{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(248, 250, 252, 0.18);}
.page-form .tile strong{display: block;
  font-size: 17.1px;
  letter-spacing: 0.01em;}
.page-form .tile p{margin: calc(2.44rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: 17.1px;
  line-height: 1.7;
  opacity: 0.82;}
.page-form .tile a{color: #f59e0b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 400ms var(--delay-base);}
.page-form .tile a:hover{border-bottom-color: #f59e0b;}
.page-form .top-steps{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75) 2.44rem;}
.page-form .top-steps .public-block{font-size: calc(17.1px * .875);
  opacity: 0.7;}
.page-form .top-steps a{font-size: calc(17.1px * .875);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.35);
  transition: border-color 400ms var(--delay-base), color 400ms var(--delay-base);}
.page-form .top-steps a:hover{color: #f59e0b;
  border-bottom-color: #f59e0b;}
@media (max-width: 640px) {.page-form .top-steps{
    flex-direction: column;
    align-items: flex-start;
    gap: calc(1.5rem * .75);
  }
}
.service-quote{
  background: #fbfaf7;
  color: #0f172a;
  padding: calc(1.5rem * 2.4) 2.18rem;
}
.service-quote .top-plan{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.44rem * 1.5);}
.service-quote .public-actions{max-width: 62ch;}
.service-quote h1{margin: 0 0 calc(1.5rem * .75);
  font-size: clamp(calc(17.1px * 2), 6vw, calc(17.1px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.service-quote .simple-items{margin: 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.83;}
.service-quote .top-steps{display: flex;
  flex-wrap: wrap;
  gap: 2.44rem;}
.service-quote .open-contact{
  flex: 1 1 240px;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border: 1px solid #e2e8f0;
  border-radius: 0.81rem;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  transition: border-color 400ms var(--delay-base), box-shadow 400ms var(--delay-base);
}
.service-quote .open-contact:hover{border-color: #14b8a6;
  box-shadow: 0 1px 5px rgba(0,0,0,0.12);}
.service-quote .open-contact strong{display: block;
  font-size: 17.1px;
  margin-bottom: 8px;}
.service-quote .open-contact span{display: block;
  font-size: calc(17.1px * .875);
  line-height: 1.55;}
.service-quote .narrow-details{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding-top: calc(2.44rem * 1.5);
  border-top: 1px solid #e2e8f0;}
.service-quote .team-links{
  display: inline-flex;
  align-items: center;
  padding: 13px 20px;
  border-radius: 0.53rem;
  background: #0f766e;
  color: #f0fdfa;
  text-decoration: none;
  font-weight: 600;
  transition: background 400ms var(--delay-base);
}
.service-quote .team-links:hover{
  background: #0d5f59;color:#0f172a;}
.service-quote .public-block{margin: 0;
  font-size: calc(17.1px * .875);}
.service-quote .public-block a{text-decoration: underline;}
.service-quote .public-block a:hover{}
@media (max-width: 640px) {.service-quote .top-steps{ flex-direction: column; }.service-quote .open-contact{ flex: 1 1 auto; }
}
