*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
a{color:inherit;}
.top-body {
    width: 100%;
    background: #F5F6F8;
    color: #141922;
    border-bottom: 1px solid #D8DDE4;
  }
.secondary-menu {
    max-width: 1620px;
    margin: 0 auto;
    padding: 1.5rem 2.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.31rem;
    flex-wrap: wrap;
  }
.wide-steps {
    font-size: calc(18.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    padding: 0.25rem 0;
    white-space: nowrap;
  }
:root {
  --speed-panel: ease-in-out;
  --surface-primary: #141922;
  --surface-panel: #00B8A9;
  --line-light: #F2F4F7;
}
.wide-steps:hover {
    color: #3B4A5A;
  }
.compact-track {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.31rem * 1.5);
  }
.nav-link {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0.25rem;
    font-size: 18.8px;
    color: #1B212B;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 370ms var(--speed-panel),
                border-color 370ms var(--speed-panel);
  }
.nav-link:hover {
    color: #141922;
    border-bottom-color: #D8DDE4;
  }
.nav-link.is-active {
    color: #141922;
    border-bottom-color: #3B4A5A;
  }
.secondary-block {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #D8DDE4;
    border-radius: 0.3rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.service-items{
    display: block;
    width: 20px;
    height: 2px;
    background: #141922;
    border-radius: 2px;
    transition: transform 370ms var(--speed-panel),
                opacity 370ms var(--speed-panel);color:#141922;}
.secondary-block[aria-expanded="true"] .service-items:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.secondary-block[aria-expanded="true"] .service-items:nth-child(2) {
    opacity: 0;
  }
.secondary-block[aria-expanded="true"] .service-items:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .secondary-menu {
      flex-wrap: nowrap;
      align-items: center;
    }

    .secondary-block {
      display: flex;
      margin-left: auto;
    }

    .compact-track {
      display: none;
      width: 100%;
      flex-basis: 100%;
      order: 3;
      margin-top: calc(1.31rem * 1.5);
      border-top: 1px solid #D8DDE4;
      padding-top: calc(1.31rem * 1.5);
    }

    .compact-track.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list li {
      border-bottom: 1px solid #D8DDE4;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-link {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 18.8px;
      border-bottom: none;
    }

    .nav-link.is-active {
      border-bottom: none;
      color: #3B4A5A;
    }
  }
.plain-view{font-family:"Sora", sans-serif;font-size:18.8px;line-height:1.6;width:100%;padding:0;background:var(--surface-primary);color:var(--line-light);}
.wide-intro{max-width:1620px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.18rem;display:flex;flex-direction:column;gap:calc(1.31rem * 1.5)}
.offer-intro{display:grid;grid-template-columns:minmax(220px, 1fr) 2.4fr;gap:calc(1.31rem * 1.5);align-items:start}
.clear-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-links{margin:0;font-size:calc(18.8px * 1.35);font-weight:700;letter-spacing:0.02em}
.clear-flow{margin:0;font-size:calc(18.8px * .875);max-width:34ch;opacity:0.82}
.team-body{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.31rem * 1.5)}
.featured-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-proof{margin:0;font-size:calc(18.8px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.local-area{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.local-area a{color:inherit;text-decoration:none;font-size:18.8px;border-bottom:1px solid transparent;transition:border-color 370ms var(--speed-panel), opacity 370ms var(--speed-panel)}
.local-area a:hover,
  .local-area a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.offer-shell{display:flex;flex-direction:column;gap:0.35rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.14)}
.bottom-media{margin:0 0 0.35rem 0;font-size:calc(18.8px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.strong-menu{margin:0;font-size:18.8px}
.media-area{font-weight:600;margin-right:0.35rem}
.strong-menu a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 370ms var(--speed-panel)}
.strong-menu a:hover,
  .strong-menu a:focus-visible{border-bottom-color:currentColor;color:inherit}
.strong-headline{display:flex;flex-direction:column;gap:0.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.14)}
.featured-list{margin:0;font-size:calc(18.8px * .875);line-height:1.6;max-width:90ch;opacity:0.82}
.top-wrap{margin:0;font-size:calc(18.8px * .875);opacity:0.7}
@media (max-width: 900px) {.offer-intro{grid-template-columns:1fr}.team-body{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.team-body{grid-template-columns:1fr}.wide-intro{padding:calc(1.31rem * 1.5) 2.18rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.18rem;bottom:1.5rem;z-index:1200}
.cookies .content-grid{width:min(34rem,calc(100vw - 2.18rem*2));padding:1.5rem;border-radius:1.3rem;background:var(--surface-panel);color:#04110F;box-shadow:0 16px 40px rgba(0,0,0,0.13)}
.cookies p{margin:0;line-height:1.6}
.cookies strong{font-size:calc(18.8px * 1.35)}
.cookies .media-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .media-region>*{min-width:0;flex:1 1 16rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.3rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies button.cookie-accept{background:#3B4A5A;color:#F4F6F8;border-color:#3B4A5A}
.offset-first-view{padding:calc(1.5rem*3) 2.18rem;background:#FFFFFF;color:#141922;}
.offset-first-view .top-fields{max-width:1620px;margin:0 auto;padding:1rem 0;display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.offset-first-view .strong-shell{display:flex;flex-direction:column;gap:1.31rem;}
.offset-first-view h1{margin:0;font-size:clamp(2.2rem,5.6vw,4.8rem);line-height:1.02;letter-spacing:-0.01em;}
.offset-first-view .secondary-benefit{margin:0;font-size:18.8px;line-height:1.6;}
.offset-first-view .steady-unit{display:flex;justify-content:space-between;gap:1.31rem;align-items:flex-end;flex-wrap:wrap;border-top:1px solid #D8DDE4;padding-top:calc(1.31rem * 1.5);}
.offset-first-view .steady-unit span{max-width:34rem;color:#1B212B;font-size:calc(18.8px * .875);}
.offset-first-view .media-region{display:flex;gap:.5rem;flex-wrap:wrap;}
.offset-first-view .media-region a{background:var(--surface-panel);color:#04110F;text-decoration:none;border-radius:0.3rem;padding:.68rem .88rem;font-size:calc(18.8px * .875);transition:background 370ms var(--speed-panel);}
.offset-first-view .media-region a:hover{background:#00A093;color:#141922;}
.offset-first-view .media-region a+a{background:#E7EAEE;color:#1B212B;}
.offset-first-view .media-region a+a:hover{background:#D8DDE4;color:#141922;}
.offset-first-view .local-steps{display:flex;flex-wrap:wrap;gap:1.31rem;padding-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4;}
.offset-first-view .local-steps a{color:inherit;text-decoration:none;font-size:calc(18.8px * .875);border-bottom:1px solid transparent;transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel);}
.offset-first-view .local-steps a:hover{color:#3B4A5A;border-color:#3B4A5A;}
@media (max-width:640px){
  .offset-first-view{padding:calc(1.5rem*2) 2.18rem;}
  .offset-first-view .steady-unit{align-items:flex-start;}
}
.strong-body{--field-soft:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 2.18rem;background:var(--surface-panel);color:#04110F;}
.strong-body .top-fields{max-width:1620px;margin:0 auto;}
.strong-body h2,.strong-body h3,.strong-body p{margin:0;}
.strong-body h2{font-size:calc(18.8px * 2);line-height:1.12;}
.strong-body h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.strong-body p{font-size:18.8px;line-height:1.6;}
.strong-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.strong-body .text-steps{margin-bottom:calc(1.5rem / 2);font-size:calc(18.8px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.strong-body .strong-shell{margin-top:1.5rem;}
.strong-body .narrow-surface{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.strong-body .site-fields{min-width:0;padding-top:var(--field-soft);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.strong-body .site-fields:first-child{padding-top:0;border-top:none;}
.strong-body .secondary-benefit{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.strong-body .secondary-benefit p{opacity:0.82;}
@media (min-width:900px){.strong-body .secondary-benefit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.5rem;align-items:start;}.strong-body .secondary-benefit h3{margin:0;}
}
.active-steps{position:relative;overflow:hidden;isolation:isolate;}
.active-steps>*{position:relative;z-index:1;}
.active-steps::before{content:"";position:absolute;inset:clamp(.65rem,2vw,1.4rem);border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:calc(0.89rem + .35rem);opacity:.6;pointer-events:none;}
@media (prefers-reduced-motion: reduce){.active-steps::before,.active-steps::after{animation:none!important;}}
.text-form{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.text-form .top-fields{max-width:min(1620px,58rem);margin:0 auto}
.text-form .direct-content{max-width:100%}
.text-form h2{margin:0;font-size:calc(18.8px * 2);line-height:1.1}
.text-form .direct-content p{margin:calc(1.31rem * 1.5) 0 0;color:#1B212B;line-height:1.6}
.text-form .top-tile{margin-top:calc(1.5rem * 2.4);border-top:1px solid #D8DDE4}
.text-form details{padding:calc(1.31rem * 1.5) 0;border-bottom:1px solid #D8DDE4}
.text-form summary{cursor:pointer;font-size:calc(18.8px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;gap:1.31rem;align-items:baseline}
.text-form summary::-webkit-details-marker{display:none}
.text-form summary::after{content:"+";font-size:calc(18.8px * 1.125);color:#1B212B;flex:0 0 auto}
.text-form details[open] summary::after{content:"–"}
.text-form details p{margin:calc(1.5rem * .75) 0 0;color:#1B212B;line-height:1.6}
@media(max-width:720px){.text-form summary{font-size:18.8px}.text-form .top-tile{margin-top:calc(1.31rem * 1.5)}
}
.simple-benefit{--field-soft:calc(1.5rem * 1.15);--copy-lead:calc(1620px / 3.6);padding:calc(1.5rem * 2.4) 2.18rem;background:#3B4A5A;color:#F4F6F8;}
.simple-benefit .top-fields{max-width:1620px;margin:0 auto;}
.simple-benefit h2,.simple-benefit h3,.simple-benefit p{margin:0;}
.simple-benefit h2{font-size:calc(18.8px * 2);line-height:1.12;}
.simple-benefit h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.simple-benefit p{font-size:18.8px;line-height:1.6;color:color-mix(in srgb, currentColor 76%, transparent);}
.simple-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.simple-benefit .simple-footer{padding-inline-start:calc(2.18rem / 2);}
.simple-benefit .page-brand{row-gap:calc(var(--field-soft) * .7);}
.simple-benefit .quiet-region{padding-block:calc(var(--field-soft) / 2);}
.simple-benefit .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.simple-benefit .row-title h2{flex:1 1 calc(1620px / 3);min-width:0;}
.simple-benefit .row-title>p{flex:1 1 calc(1620px / 3);min-width:0;}
.simple-benefit .page-grid{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:var(--field-soft);}
.simple-benefit .site-fields{flex:1 1 var(--copy-lead);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.simple-benefit .site-fields p{margin-top:calc(1.5rem / 3);}
.simple-benefit .site-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);}
.simple-benefit .local-steps{flex:1 1 100%;margin-top:var(--field-soft);font-size:calc(18.8px * .875);}
.clear-footer{
        --field-soft: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: var(--surface-primary);
        color: var(--line-light);
    }
.clear-footer .top-fields{max-width: 1620px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-soft);}
.clear-footer h2,
    .clear-footer p{margin: 0;}
.clear-footer h2{font-size: calc(18.8px * 2);
        line-height: 1.14;
        max-width: 46ch;}
.clear-footer .strong-shell{margin-top: calc(calc(1.5rem * .75) * 0.9);
        font-size: 18.8px;
        line-height: 1.6;
        max-width: 72ch;
        opacity: 0.88;}
.clear-footer .local-plan{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.clear-footer details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.46rem;
        background: #E7EAEE;
        color: #1B212B;
        border-left: 3px solid var(--surface-panel);
    }
.clear-footer summary{cursor: pointer;
        font-weight: 700;
        font-size: 18.8px;
        line-height: 1.35;
        list-style: none;}
.clear-footer summary::-webkit-details-marker{display: none;}
.clear-footer summary::after{content: "+";
        float: right;
        font-weight: 700;
        color: var(--surface-panel);
        margin-left: calc(1.5rem * .75);}
.clear-footer details[open] summary::after{content: "\2013";}
.clear-footer details p{margin-top: calc(calc(1.5rem * .75) * 0.85);
        font-size: calc(18.8px * .875);
        line-height: 1.6;}
.clear-footer .local-steps{font-size: calc(18.8px * .875);
        line-height: 1.6;
        padding-top: calc(var(--field-soft) * 0.4);
        border-top: 1px solid rgba(242, 244, 247, 0.18);
        opacity: 0.9;}
.clear-footer .local-steps a{color: #00B8A9;
        text-decoration: underline;
        text-underline-offset: 3px;}
.clear-footer .local-steps a:hover{color:inherit;}
@media (max-width: 720px) {.clear-footer details{
            padding: calc(1.5rem * .75);
        }.clear-footer h2{
            max-width: none;
        }
    }
.media-track{--field-soft:calc(1.5rem * 0.9);--mark-main:calc(1620px / 9.4);padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922;}
.media-track .top-fields{max-width:1620px;margin:0 auto;}
.media-track h2,.media-track h3,.media-track p,.media-track ol,.media-track li{margin:0;}
.media-track h2{font-size:calc(18.8px * 2);line-height:1.14;}
.media-track h3{font-size:calc(18.8px * 1.35);line-height:1.22;}
.media-track p{font-size:18.8px;line-height:1.6;}
.media-track .clear-block{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);padding-block-end:calc(1.31rem * 1.5);border-bottom:1px solid #D8DDE4;}
.media-track .clear-block p{}
.media-track .clear-figure{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--field-soft);margin-top:calc(1.31rem * 1.5);}
.media-track .site-fields{display:flex;align-items:flex-start;gap:1.31rem;}
.media-track .logo{flex:0 0 var(--mark-main);font-size:calc(18.8px * 1.125);font-weight:600;letter-spacing:.02em;padding-top:.15em;}
.media-track .primary-form{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3.4);}
.media-track .primary-form p{}
.media-track .text-steps{margin-top:calc(1.31rem * 1.5);padding-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4;}
.media-track a{text-decoration:none;border-bottom:1px solid rgba(0, 184, 169, 0.45);}
.media-track a:hover{}
@media(max-width:760px){.media-track .site-fields{flex-direction:column;gap:calc(1.31rem / 2);}.media-track .logo{flex:none;}
}
.plain-grid{
        --field-soft: calc(1.5rem * 1.05);
        --axis-strong: calc(1620px / 2.4);
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: var(--surface-primary);
        color: var(--line-light);
    }
.plain-grid .top-fields{max-width: 1620px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-soft);}
.plain-grid h2,
    .plain-grid h3,
    .plain-grid p,
    .plain-grid ol,
    .plain-grid li{margin: 0;}
.plain-grid h2{font-size: calc(18.8px * 2);
        line-height: 1.14;}
.plain-grid h3{font-size: calc(18.8px * 1.35);
        line-height: 1.22;}
.plain-grid p{font-size: 18.8px;
        line-height: 1.6;color:inherit;}
.plain-grid a{color: #00B8A9;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 184, 169, 0.45);}
.plain-grid a:hover{color:inherit;}
.plain-grid .direct-content{display: flex;
        flex-direction: column;
        gap: calc(1.31rem * 1.5);}
.plain-grid .strong-shell{max-width: var(--axis-strong);}
.plain-grid .fresh-content{list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: var(--field-soft);
        border-top: 1px solid #D8DDE4;
        padding-top: var(--field-soft);}
.plain-grid .clear-plan{display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 2.1fr);
        gap: 1.31rem;
        align-items: start;
        padding-bottom: calc(1.31rem * 1.5);
        border-bottom: 1px solid #D8DDE4;}
.plain-grid .clear-plan:last-child{border-bottom: none;
        padding-bottom: 0;}
.plain-grid .open-shell{
        font-size: calc(18.8px * .875);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #F4F6F8;
        background: #3B4A5A;
        padding: calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);
        border-radius: 0.3rem;
        justify-self: start;
        align-self: start;
    }
.plain-grid .clear-plan h3{grid-column: 2;
        margin-bottom: calc(calc(1.31rem * 1.5) / 2);}
.plain-grid .clear-plan p{grid-column: 2;}
.plain-grid .text-steps{
        background: #FFFFFF;
        color: #141922;
        border: 1px solid #D8DDE4;
        border-radius: 0.89rem;
        padding: calc(1.5rem * .75) 1.5rem;
    }
.plain-grid .text-steps p{color:inherit;}
.plain-grid .text-steps a{color: #00B8A9;
        border-bottom: 1px solid rgba(0, 184, 169, 0.45);}
@media (max-width: 780px) {.plain-grid .clear-plan{
            grid-template-columns: 1fr;
        }.plain-grid .clear-plan h3,
        .plain-grid .clear-plan p{
            grid-column: 1;
        }
    }
.visual-brand{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7}
.visual-brand .top-fields{max-width:1620px;margin:0 auto}
.visual-brand .direct-content{max-width:44rem;margin-bottom:calc(1.31rem * 1.5)}
.visual-brand h2{margin:0;font-size:calc(18.8px * 2);line-height:1.08}
.visual-brand .direct-content p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.6}
.visual-brand .open-fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem 1.31rem}
.visual-brand .plain-media{grid-column:span 4;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(242,244,247,0.18)}
.visual-brand .plain-media strong{display:block;font-size:calc(18.8px * 1.35);line-height:1.15}
.visual-brand .plain-media p{margin:calc(1.5rem * .75) 0 0;font-size:18.8px;line-height:1.6}
.visual-brand .local-steps{margin:calc(1.31rem * 1.5) 0 0;font-size:calc(18.8px * .875);line-height:1.6}
.visual-brand .local-steps a{text-decoration:none;border-bottom:1px solid #00B8A9}
.visual-brand .local-steps a:hover{border-bottom-color:#3B4A5A}
@media(max-width:900px){.visual-brand .plain-media{grid-column:span 6}}
@media(max-width:620px){.visual-brand .open-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}.visual-brand .plain-media{grid-column:auto}}
.direct-media{
        background: #F5F6F8;
        color: #141922;
        padding: calc(1.5rem * 2.4) 2.18rem;
    }
.direct-media .top-fields{width: min(100%, 1620px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.31rem * 1.5);}
.direct-media h2,
    .direct-media h3,
    .direct-media p{margin: 0;}
.direct-media .direct-content{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.direct-media h2{font-size: calc(18.8px * 2);
        line-height: 1.08;}
.direct-media .strong-shell{font-size: calc(18.8px * 1.125);
        line-height: 1.6;
        color: #1B212B;}
.direct-media .direct-frame{display: flex;
        flex-direction: column;
        gap: 1.31rem;}
.direct-media .site-fields{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #D8DDE4;}
.direct-media .site-fields:last-child{border-bottom: 1px solid #D8DDE4;}
.direct-media .clear-plan{flex: 0 0 auto;
        min-width: 2.4rem;
        font-size: calc(18.8px * .875);
        color: #1B212B;
        letter-spacing: 0.04em;}
.direct-media .primary-form{flex: 1 1 22rem;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.direct-media h3{font-size: calc(18.8px * 1.35);
        line-height: 1.16;}
.direct-media .primary-form p{line-height: 1.6;
        color: #1B212B;}
.direct-media .text-steps{
        padding: calc(1.5rem * .75);
        border-radius: 0.46rem;
        background: #E7EAEE;
        color: #1B212B;
    }
.direct-media .text-steps p{line-height: 1.6;}
.direct-media .text-steps a{color:inherit;
        text-decoration: underline;}
.direct-media .text-steps a:hover{color: #3B4A5A;}
@media (max-width: 640px) {.direct-media .clear-plan{
            min-width: 1.8rem;
        }
    }
.plain-rail{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: #3B4A5A;
  color: #F4F6F8;
}
.plain-rail .top-fields{max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.31rem * 1.5);
  align-items: flex-start;}
.plain-rail .site-callout{flex: 1 1 320px;
  min-width: 0;}
.plain-rail h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.1;}
.plain-rail .site-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.8px;
  line-height: 1.6;}
.plain-rail .quiet-tile{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 0.89rem;
  background: #FFFFFF;
  color: #141922;
  border: 1px solid #D8DDE4;
  overflow: hidden;
}
.plain-rail .media-visual{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #D8DDE4;}
.plain-rail .media-visual span{font-size: calc(18.8px * .875);}
.plain-rail a{text-decoration: none;
  color: inherit;}
.plain-rail .media-visual a{font-size: calc(18.8px * .875);}
.plain-rail .steady-footer{display: flex;
  flex-direction: column;}
.plain-rail .steady-footer a{padding: calc(1.5rem * .75);
  border-bottom: 1px solid #D8DDE4;
  transition: background 370ms var(--speed-panel);}
.plain-rail .steady-footer a:last-child{border-bottom: 0;}
.plain-rail .steady-footer a:hover{
  background: #E7EAEE;color:#1B212B;}
.plain-rail .steady-footer strong,
.plain-rail .steady-footer small,
.plain-rail .steady-footer span{display: block;}
.plain-rail .steady-footer strong{font-size: 18.8px;
  line-height: 1.3;}
.plain-rail .steady-footer small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(18.8px * .875);}
.plain-rail .steady-footer span{font-size: calc(18.8px * .875);
  line-height: 1.6;}
@media (max-width: 780px) {.plain-rail .top-fields{
    flex-direction: column;
  }.plain-rail .media-visual{
    flex-direction: column;
    align-items: flex-start;
  }
}
.narrow-headline{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922;}
.bottom-steps{max-width:1620px;margin:0 auto;}
.narrow-headline h1{margin:0;font-size:calc(18.8px * 2.65);line-height:1.08;}
.page-frame{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: var(--surface-primary);
  color: var(--line-light);
}
.page-frame .top-fields{max-width: min(1620px, 72rem);
  margin: 0 auto;}
.page-frame .direct-content h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.1;}
.page-frame .strong-shell{margin: calc(1.5rem * .75) 0 calc(1.31rem * 1.5);
  font-size: calc(18.8px * 1.125);
  color: #C7CDD6;}
.page-frame .direct-frame{display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);
  border-top: 1px solid #2A313B;
  padding-top: calc(1.31rem * 1.5);}
.page-frame .site-fields{margin: 0;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #2A313B;}
.page-frame .site-fields:last-child{border-bottom: 0;
  padding-bottom: 0;}
.page-frame .clear-figure{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.31rem;
  margin-bottom: calc(calc(1.5rem * .75) * .5);}
.page-frame .page-team{font-weight: 700;
  font-size: calc(18.8px * 1.35);}
.page-frame .wide-service{font-size: calc(18.8px * .875);color:inherit;}
.page-frame .site-fields p{margin: 0;
  color: #C7CDD6;}
.page-frame .text-steps{margin: calc(1.31rem * 1.5) 0 0;
  font-size: calc(18.8px * .875);
  color: #C7CDD6;}
.page-frame .text-steps a{color: #00B8A9;
  text-decoration: underline;}
.page-frame .text-steps a:hover{color:inherit;}
@media (min-width: 900px) {.page-frame .direct-frame{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(1.31rem * 1.5);
    row-gap: calc(1.31rem * 1.5);
  }.page-frame .site-fields{
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: calc(1.5rem * .75);
    border-left: 1px solid #2A313B;
  }
}
@media (max-width: 700px) {.page-frame .clear-figure{
    flex-direction: column;
    gap: calc(1.31rem * .3);
  }
}
.content-actions{padding:calc(1.5rem * 2.4) 2.18rem;background:#3B4A5A;color:#F4F6F8}
.content-actions .content-grid{max-width:1620px;margin:0 auto;display:flex;flex-direction:column;gap:1.31rem}
.content-actions .secondary-details{border-radius:1.3rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7;padding:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:calc(1.31rem * 1.5)}
.content-actions h2{margin:0;font-size:calc(18.8px * 2.65);line-height:1.02}
.content-actions .secondary-details p{margin:0;font-size:calc(18.8px * 1.125);line-height:1.6}
.content-actions .soft-summary{display:flex;flex-wrap:wrap;gap:1.31rem}
.content-actions .team-wrap{flex:1 1 15rem;background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:0.89rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-actions .team-wrap span{font-size:calc(18.8px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72}
.content-actions h3{margin:0;font-size:calc(18.8px * 1.35);line-height:1.15}
.content-actions .team-wrap p{margin:0;font-size:calc(18.8px * .875);line-height:1.6}
.content-actions .local-steps{margin:0;font-size:18.8px;}
.content-actions .local-steps a{text-decoration:underline;text-underline-offset:3px}
.content-actions .local-steps a:hover{}
@media (max-width: 720px){.content-actions .team-wrap{flex:1 1 100%}
}
.text-frame{--field-soft:calc(1.5rem * 1.06);--axis-strong:calc(1620px / 2.30);padding:calc(1.5rem * 2.4) 2.18rem;background:var(--surface-primary);color:var(--line-light);}
.text-frame .top-fields{max-width:1620px;margin:0 auto;}
.text-frame h2,.text-frame h3,.text-frame p{margin:0;}
.text-frame h2{font-size:calc(18.8px * 2);line-height:1.12;}
.text-frame h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.text-frame p{font-size:18.8px;line-height:1.6;color:inherit;}
.text-frame a{color:inherit;text-decoration:none;}
.text-frame .visual-header{row-gap:calc(var(--field-soft) * 1.2);}
.text-frame .offer-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-frame .quiet-region{display:flex;flex-direction:column;}
.text-frame .strong-shell{margin-top:1.5rem;max-width:calc(1620px / 2);}
.text-frame .page-grid{display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:var(--field-soft);}
.text-frame .site-fields{flex:1 1 calc(1620px / 3.37);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D8DDE4;}
.text-frame .site-fields p{margin-top:calc(1.5rem / 3);}
.text-frame .site-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;border-bottom:1px solid currentColor;padding-bottom:2px;}
.text-frame .text-steps{margin-top:var(--field-soft);padding-top:calc(1.5rem * .75);border-top:1px solid #D8DDE4;}
.text-frame .text-steps a{color:#00B8A9;border-bottom:1px solid currentColor;}
.text-frame .text-steps a:hover{color:inherit;}
@media (max-width:900px){.text-frame .site-fields{flex:1 1 100%;}.text-frame .strong-shell{max-width:none;}
}
.cluster{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
        color: #F2F4F7;
    }
.cluster .top-fields{max-width: 860px;
        margin: 0 auto;}
.cluster .clear-block{margin-bottom: calc(1.31rem * 1.5);}
.cluster .clear-block h2{margin: 0;
        font-size: calc(18.8px * 2);
        line-height: 1.2;}
.cluster .clear-block p{margin: calc(1.5rem * .75) 0 0;
        opacity: 0.9;
        font-size: 18.8px;}
.cluster .narrow-surface{display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.cluster .site-fields{
        border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
        border-radius: 0.46rem;
        background: color-mix(in srgb, currentColor 10%, transparent);
        overflow: hidden;
    }
.cluster .site-fields button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 600;
        padding: 0.85rem 1rem;
        cursor: pointer;
        line-height: 1.35;
    }
.cluster .site-fields button:hover{
        background: color-mix(in srgb, currentColor 8%, transparent);
    }
.cluster .site-fields p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        transition: max-height 370ms var(--speed-panel),
                    padding 370ms var(--speed-panel);
        opacity: 0.94;
        font-size: calc(18.8px * .875);
        line-height: 1.6;}
.cluster .site-fields.is-open p{max-height: 320px;
        padding: 0 1rem 1rem;}
.cluster .local-steps{margin: calc(1.31rem * 1.5) 0 0;
        font-size: calc(18.8px * .875);
        opacity: 0.92;
        line-height: 1.6;}
.cluster .local-steps a{text-decoration: underline;
        text-underline-offset: 2px;}
.cluster .local-steps a:hover{}
.strong-surface{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: #F5F6F8;
        color: #141922;
    }
.strong-surface .top-fields{max-width: 1620px;
        margin: 0 auto;}
.strong-surface .bottom-items{display: flex;
        flex-direction: column;
        gap: calc(1.31rem * 1.5);}
.strong-surface .direct-content{min-width: 0;
        padding-bottom: calc(1.31rem * 1.5);
        border-bottom: 1px solid #D8DDE4;}
.strong-surface h2{margin: 0;
        font-size: calc(18.8px * 2);
        line-height: 1.12;
        letter-spacing: -0.01em;}
.strong-surface .direct-content p{margin: 1.5rem 0 0;
        font-size: calc(18.8px * 1.125);
        line-height: 1.6;
        color: #1B212B;}
.strong-surface ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.strong-surface li{display: grid;
        grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
        gap: 1.31rem;
        align-items: baseline;
        padding: 1.5rem 0;}
.strong-surface li + li{border-top: 1px solid #D8DDE4;}
.strong-surface strong{font-size: calc(18.8px * 1.35);
        line-height: 1.2;
        font-weight: 600;}
.strong-surface span{line-height: 1.6;
        color: #1B212B;}
@media (max-width: 860px) {.strong-surface li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.top-block{padding:calc(1.5rem * 2) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7;}
.top-block .offer-list{max-width:1620px;margin:0 auto;display:grid;gap:calc(1.31rem * 1.5);}
.top-block h2,.top-block h3,.top-block p{margin:0;}
.top-block .strong-shell{display:grid;gap:.6rem;}
.top-block .strong-shell h2{font-size:calc(18.8px * 2);line-height:1.2;}
.top-block .strong-shell p{font-size:18.8px;line-height:1.6;}
.top-block .visual-benefit{display:grid;grid-template-columns:1.6fr 1fr;gap:calc(1.5rem * .75);align-items:start;}
.top-block .fresh-nav{display:grid;gap:.75rem;}
.top-block .site-fields{background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:0.89rem;padding:1rem 1.1rem;display:grid;gap:.4rem;}
.top-block .site-fields h3{font-size:calc(18.8px * 1.35);line-height:1.3;}
.top-block .site-fields p{font-size:calc(18.8px * .875);line-height:1.6;}
.top-block .narrow-flow{display:grid;gap:.85rem;background:#E7EAEE;color:#1B212B;border:1px solid #D8DDE4;border-radius:0.89rem;padding:1.1rem;}
.top-block .text-steps{font-size:calc(18.8px * .875);line-height:1.6;}
.top-block .local-steps{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem;}
.top-block .local-steps a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .9rem;border-radius:0.3rem;text-decoration:none;background:var(--surface-panel);color:#04110F;border:1px solid rgba(0, 184, 169, 0.45);font-size:calc(18.8px * .875);transition:background 370ms var(--speed-panel);}
.top-block .local-steps a:hover{background:#00A093;color:#141922;}
@media (max-width:900px){.top-block .visual-benefit{grid-template-columns:1fr;}
    }
@media (max-width:680px){.top-block{padding:calc(1.5rem * 1.4) 2.18rem;}.top-block .site-fields{padding:.85rem;}
    }
.quiet-plan{
  --field-soft:calc(1.5rem * 1.15);
  --state-content:calc(1620px / 3.35);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#F5F6F8;
  color:#141922;
}
.quiet-plan .top-fields{max-width:1620px;
  margin:0 auto;}
.quiet-plan h2,
.quiet-plan h3,
.quiet-plan p{margin:0;}
.quiet-plan h2{font-size:calc(18.8px * 2);
  line-height:1.14;}
.quiet-plan h3{font-size:calc(18.8px * 1.35);
  line-height:1.24;}
.quiet-plan p{font-size:18.8px;
  line-height:1.6;}
.quiet-plan a{color:inherit;
  text-decoration:none;}
.quiet-plan a:hover{color:#3B4A5A;}
.quiet-plan .direct-content{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.31rem;
  padding-bottom:calc(1.31rem * 1.5);
  border-bottom:1px solid #D8DDE4;}
.quiet-plan .direct-content>h2{flex:1 1 var(--state-content);
  min-width:0;}
.quiet-plan .direct-content>.strong-shell{flex:1 1 var(--state-content);
  min-width:0;
  color:#1B212B;}
.quiet-plan .direct-frame{display:flex;
  flex-wrap:wrap;
  gap:var(--field-soft);
  margin-top:var(--field-soft);}
.quiet-plan .site-fields{
  flex:1 1 var(--state-content);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding:calc(1.5rem * .75);
  border:1px solid #D8DDE4;
  border-radius:0.89rem;
  background:#FFFFFF;
  color:#141922;
}
.quiet-plan .site-fields .fresh-track{font-size:calc(18.8px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#1B212B;}
.quiet-plan .site-fields .secondary-benefit{color:#1B212B;}
.quiet-plan .site-fields .compact-plan{margin-top:auto;
  font-size:calc(18.8px * .875);
  font-weight:600;color:inherit;}
.quiet-plan .text-steps{margin-top:var(--field-soft);
  padding-top:calc(1.31rem * 1.5);
  border-top:1px solid #D8DDE4;
  font-size:calc(18.8px * .875);
  color:#1B212B;}
@media (max-width:720px){.quiet-plan .direct-content{
    align-items:flex-start;
  }
}
.profile{
  --field-soft:calc(1.5rem * 0.9);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#3B4A5A;
  color:#F4F6F8;
}
.profile .top-fields{max-width:1620px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.profile h2{margin:0;
  font-size:calc(18.8px * 2);
  line-height:1.14;
  max-width:52ch;}
.profile p{margin:0;
  font-size:18.8px;
  line-height:1.6;}
.profile .strong-shell{max-width:70ch;}
.profile .secondary-benefit{max-width:62ch;
  font-size:calc(18.8px * .875);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.profile .secondary-proof{
  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.3rem;
  background:#F4F6F8;
  color:#3B4A5A;
  font-size:18.8px;
  text-decoration:none;
  transition:background 370ms var(--speed-panel);
}
.profile .secondary-proof:hover{
  background:#2E3A47;
  color:#F4F6F8;
}
.profile .local-steps{display:flex;
  flex-wrap:wrap;
  gap:1.31rem;
  padding-top:calc(1.31rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-size:calc(18.8px * .875);}
.profile .local-steps a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;}
.profile .local-steps a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.profile .secondary-proof{
    width:100%;
  }
}
.compact-view{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: var(--surface-primary);
  color: var(--line-light);
}
.compact-view .top-fields{max-width: min(1620px, 72rem);
  margin: 0 auto;}
.compact-view .direct-content h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.8px * 2);
  line-height: 1.1;}
.compact-view .strong-shell{margin: 0 0 calc(1.31rem * 1.5);
  font-size: calc(18.8px * 1.125);
  line-height: 1.55;
  color: #C7CDD6;}
.compact-view .direct-frame{display: flex;
  flex-direction: column;
  gap: 1.31rem;}
.compact-view .site-fields{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #3B4A5A;}
.compact-view .team-quote{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 18.8px;
  line-height: 1.6;}
.compact-view .page-team{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;}
.compact-view .offer-stack{font-weight: 700;
  font-size: 18.8px;}
.compact-view .page-team small{font-size: calc(18.8px * .875);color:inherit;}
.compact-view .text-steps{margin: calc(1.31rem * 1.5) 0 0;
  font-size: calc(18.8px * .875);
  line-height: 1.6;
  color: #C7CDD6;}
.compact-view .text-steps a{color: #00B8A9;
  text-decoration: underline;
  text-underline-offset: 3px;}
.compact-view .text-steps a:hover{color:inherit;}
@media (min-width: 780px) {.compact-view .direct-frame{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.31rem;
  }.compact-view .site-fields:last-child{
    grid-column: 1 / -1;
  }
}
.visual-shell{--field-soft:calc(1.5rem * 1.3);--mark-strong:calc(1620px / 3.1);padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922;}
.visual-shell .top-fields{max-width:1620px;margin:0 auto;}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(18.8px * 2);line-height:1.14;}
.visual-shell h3{font-size:calc(18.8px * 1.35);line-height:1.22;}
.visual-shell p{font-size:18.8px;line-height:1.6;color:#1B212B;}
.visual-shell a{color:inherit;text-decoration:none;}
.visual-shell .text-steps{margin-bottom:calc(1.5rem / 2.4);font-size:calc(18.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#1B212B;}
.visual-shell .secondary-proof{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.3rem;background:var(--surface-panel);color:#04110F;transition:background 370ms var(--speed-panel);}
.visual-shell .secondary-proof:hover{background:#00A093;color:#141922;}
.visual-shell .fresh-brand{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.31rem;}
.visual-shell .fresh-brand>.secondary-benefit{flex:1 1 var(--mark-strong);min-width:0;}
.visual-shell .fresh-brand>.secondary-proof{flex:0 0 auto;}
.visual-shell .fresh-brand>.narrow-surface{flex:1 1 100%;}
.visual-shell .narrow-surface{display:flex;flex-direction:column;gap:0;margin-top:var(--field-soft);border-top:1px solid #D8DDE4;}
.visual-shell .site-fields{display:grid;grid-template-columns:minmax(0,var(--mark-strong)) minmax(0,1fr);gap:1.31rem;padding:calc(calc(1.31rem * 1.5) * 1.1) 0;border-bottom:1px solid #D8DDE4;}
.visual-shell .site-fields h3{font-weight:600;}
.visual-shell .site-fields p{margin:0;}
@media (max-width:820px){.visual-shell .site-fields{grid-template-columns:1fr;gap:calc(1.31rem / 2);}
}
.plain-details{padding:calc(1.5rem * 2) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7;}
.plain-details .offer-list{max-width:1620px;margin:0 auto;display:grid;gap:calc(1.31rem * 1.5);}
.plain-details h2,.plain-details h3,.plain-details p{margin:0;}
.plain-details .strong-shell{display:grid;gap:.6rem;}
.plain-details .strong-shell h2{font-size:calc(18.8px * 2);line-height:1.25;}
.plain-details .strong-shell p{font-size:18.8px;opacity:.92;}
.plain-details .narrow-surface{display:flex;flex-wrap:wrap;gap:1.31rem;}
.plain-details .site-fields{flex:1 1 18rem;display:grid;gap:.45rem;background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:0.89rem;padding:calc(1.5rem * .75);box-shadow:0 1px 8px rgba(0,0,0,0.08);}
.plain-details .site-fields h3{font-size:calc(18.8px * 1.35);line-height:1.3;}
.plain-details .site-fields p{font-size:calc(18.8px * .875);line-height:1.55;}
.plain-details .text-steps{font-size:calc(18.8px * .875);opacity:.9;border-top:1px solid rgba(0, 184, 169, 0.45);padding-top:calc(1.31rem * 1.5);}
.plain-details .text-steps a{text-decoration:underline;text-underline-offset:3px;}
.plain-details .text-steps a:hover{}
@media (max-width:680px){.plain-details .site-fields{flex:1 1 100%;}
    }
.simple-section{
    padding:calc(1.5rem * 2.4) 2.18rem;
    background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
    color:#F2F4F7;
}
.simple-section .top-fields{max-width:1620px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.31rem * 1.5);}
.simple-section .clear-block p{margin:0;
    font-size:calc(18.8px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.85;}
.simple-section .clear-block h2{margin:.35rem 0 0;
    font-size:calc(18.8px * 2);
    line-height:1.2;}
.simple-section .direct-content p{margin:0;
    font-size:18.8px;
    opacity:.92;}
.simple-section .quiet-header{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.simple-section .featured-block{
    display:flex;
    flex-wrap:wrap;
    gap:1.31rem;
    padding:calc(1.5rem * .75);
    border-radius:0.89rem;
    border:1px solid color-mix(in srgb, currentColor 14%, transparent);
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.simple-section .fresh-track{flex:0 0 auto;
    min-width:9rem;
    font-size:calc(18.8px * .875);
    font-weight:700;
    letter-spacing:.03em;
    text-transform:uppercase;
    opacity:.9;}
.simple-section .primary-form{flex:1 1 22rem;
    min-width:0;}
.simple-section .primary-form h3{margin:0 0 .4rem;
    font-size:calc(18.8px * 1.35);}
.simple-section .primary-form p{margin:0;
    font-size:18.8px;
    line-height:1.6;}
.simple-section a{text-decoration:underline;
    text-underline-offset:2px;}
.simple-section a:hover{}
.simple-section .text-steps{
    padding:calc(1.5rem * .75);
    border-radius:0.46rem;
    border:1px solid color-mix(in srgb, currentColor 18%, transparent);
    background:color-mix(in srgb, currentColor 6%, transparent);
}
.simple-section .text-steps p{margin:0;
    font-size:calc(18.8px * .875);
    line-height:1.6;
    opacity:.95;}
@media (max-width:640px){.simple-section .featured-block{
        flex-direction:column;
        gap:.5rem;
    }.simple-section .fresh-track{
        min-width:0;
    }
}
.strong-brand{background:#F5F6F8;color:#141922;padding:calc(1.5rem * 2.4) 2.18rem}
.strong-brand .top-fields{max-width:1620px;margin:0 auto}
.strong-brand .bottom-items{display:flex;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.strong-brand .direct-content{flex:0 1 30rem;min-width:0}
.strong-brand h2{margin:0;font-size:clamp(calc(18.8px * 2),5vw,calc(18.8px * 2.65));line-height:1.08;letter-spacing:0}
.strong-brand p{margin:1.5rem 0 0;color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.65}
.strong-brand .quiet-header{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8DDE4}
.strong-brand .featured-block{display:flex;gap:1.31rem;padding:1.5rem 0;border-bottom:1px solid #D8DDE4;color:inherit;text-decoration:none}
.strong-brand .featured-block:hover strong{color:#3B4A5A}
.strong-brand strong{flex:0 1 14rem;min-width:0;color:inherit;transition:color 370ms var(--speed-panel)}
.strong-brand span{flex:1 1 20rem;min-width:0;color:#1B212B;line-height:1.55}
@media(max-width:760px){.strong-brand .bottom-items,.strong-brand .featured-block{flex-direction:column}.strong-brand .featured-block{gap:calc(calc(1.5rem * .75)*.5)}}
.visual-items{padding:calc(1.5rem * 2) 2.18rem;background:#F5F6F8;color:#141922;}
.visual-items .offer-list{max-width:1620px;margin:0 auto;display:grid;gap:calc(1.31rem * 1.5);}
.visual-items h2,.visual-items h3,.visual-items p{margin:0;}
.visual-items .strong-shell{display:grid;gap:.6rem;}
.visual-items .strong-shell h2{font-size:calc(18.8px * 2);line-height:1.2;}
.visual-items .strong-shell p{font-size:18.8px;line-height:1.6;}
.visual-items .narrow-surface{display:grid;gap:1.31rem;}
.visual-items .site-fields{display:grid;gap:.4rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:0.89rem;box-shadow:0 1px 8px rgba(0,0,0,0.08);}
.visual-items .site-fields h3{font-size:calc(18.8px * 1.35);line-height:1.25;}
.visual-items .site-fields p{font-size:calc(18.8px * .875);line-height:1.6;}
.visual-items .local-steps{padding-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4;}
.visual-items .local-steps p{font-size:calc(18.8px * .875);line-height:1.6;}
.visual-items .local-steps a{text-decoration:underline;text-underline-offset:3px;}
.visual-items .local-steps a:hover{}
@media (min-width:760px){.visual-items .narrow-surface{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (min-width:1180px){.visual-items .narrow-surface{grid-template-columns:repeat(3,minmax(0,1fr));}}
.strong-actions{
        --field-soft: calc(1.5rem * 1.15);
        --copy-lead: calc(1620px / 3.6);
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: var(--surface-primary);
        color: var(--line-light);
    }
.strong-actions .top-fields{max-width: 1620px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-soft);}
.strong-actions h2,
    .strong-actions h3,
    .strong-actions p{margin: 0;}
.strong-actions h2{font-size: calc(18.8px * 2);
        line-height: 1.14;}
.strong-actions h3{font-size: calc(18.8px * 1.35);
        line-height: 1.22;}
.strong-actions p{font-size: 18.8px;
        line-height: 1.6;}
.strong-actions .strong-shell{display: flex;
        flex-wrap: wrap;
        gap: 1.31rem;
        align-items: flex-start;}
.strong-actions .strong-shell h2{flex: 1 1 calc(1620px / 2.6);
        min-width: 0;}
.strong-actions .strong-shell p{flex: 1 1 calc(1620px / 2.6);
        min-width: 0;
        opacity: .88;}
.strong-actions .direct-frame{display: flex;
        flex-wrap: wrap;
        gap: var(--field-soft);
        border-top: 1px solid color-mix(in srgb, var(--line-light) 22%, transparent);
        padding-top: var(--field-soft);}
.strong-actions .site-fields{flex: 1 1 var(--copy-lead);
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);}
.strong-actions .site-fields p{opacity: .85;}
.strong-actions .compact-plan{margin-top: auto;
        align-self: flex-start;
        font-size: calc(18.8px * .875);
        letter-spacing: .02em;
        text-decoration: none;
        color: #00B8A9;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
        transition: color 370ms var(--speed-panel);}
.strong-actions .compact-plan:hover{color:inherit;}
.strong-actions .text-steps{font-size: calc(18.8px * .875);
        opacity: .8;
        border-top: 1px solid color-mix(in srgb, var(--line-light) 18%, transparent);
        padding-top: calc(1.5rem / 2);}
.strong-actions .text-steps a{color: #00B8A9;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.strong-actions .text-steps a:hover{color:inherit;}
@media (max-width: 720px) {.strong-actions .strong-shell h2,
        .strong-actions .strong-shell p{
            flex: 1 1 100%;
        }
    }
.text-unit{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
        color: #F2F4F7;
    }
.text-unit .top-fields{max-width: 1620px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.31rem * 1.5);}
.text-unit .strong-shell{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(242, 244, 247, 0.18);
        padding-bottom: calc(1.31rem * 1.5);}
.text-unit h2{margin: 0;
        font-size: calc(18.8px * 2);
        line-height: 1.08;}
.text-unit .strong-shell p{margin: 0;
        font-size: calc(18.8px * 1.125);
        line-height: 1.6;}
.text-unit .bottom-items{display: flex;
        flex-direction: column;
        gap: 0;}
.text-unit .contact-fields{display: grid;
        grid-template-columns: minmax(0, 1fr) 14rem;
        gap: 1.31rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(242, 244, 247, 0.14);}
.text-unit .contact-fields:last-child{border-bottom: none;}
.text-unit .team-quote{font-size: 18.8px;
        line-height: 1.6;}
.text-unit .simple-wrap{display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-self: start;}
.text-unit .simple-wrap strong{font-size: calc(18.8px * .875);
        letter-spacing: 0.01em;}
.text-unit .simple-wrap span{font-size: calc(18.8px * .875);
        color: rgba(242, 244, 247, 0.72);
        line-height: 1.4;}
@media (max-width: 860px) {.text-unit .contact-fields{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.wide-unit{
  --field-soft:calc(1.5rem * 1.05);
  --axis-strong:calc(1620px / 2.90);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#F5F6F8;
  color:#141922;
}
.wide-unit .top-fields{max-width:1620px;margin:0 auto;}
.wide-unit h1,.wide-unit h2,.wide-unit h3,.wide-unit p{margin:0;}
.wide-unit h2{font-size:calc(18.8px * 2);line-height:1.12;}
.wide-unit p{font-size:18.8px;line-height:1.6;color:#1B212B;}
.wide-unit a{color:inherit;text-decoration:none;}
.wide-unit .text-steps{font-size:calc(18.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#1B212B;}
.wide-unit .strong-shell{max-width:var(--axis-strong);
  color:#141922;}
.wide-unit .local-steps{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.31rem;
  margin-top:1.5rem;}
.wide-unit .secondary-proof{
  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.3rem;
  background:var(--surface-panel);
  color:#04110F;
  font-weight:600;
  transition:background 370ms var(--speed-panel);
}
.wide-unit .secondary-proof:hover{background:#00A093;color:#141922;}
.wide-unit .site-block{font-size:calc(18.8px * .875);color:inherit;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel);}
.wide-unit .site-block:hover{color:#3B4A5A;
  border-bottom-color:#3B4A5A;}
.wide-unit .plain-unit>h2,
.wide-unit .plain-unit>p,
.wide-unit .plain-unit>.local-steps{margin-top:1.5rem;}
.wide-unit .plain-unit>.text-steps{margin-top:0;}
.active-quote{background:#F5F6F8;color:#141922;padding:calc(1.5rem * 2.4) 2.18rem}
.active-quote .top-fields{max-width:1620px;margin:0 auto}
.active-quote .bottom-items{display:flex;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.active-quote .direct-content{flex:0 1 32rem;min-width:0}
.active-quote h2{margin:0;font-size:clamp(calc(18.8px * 2),4.4vw,calc(18.8px * 2.65));line-height:1.08;letter-spacing:0}
.active-quote p{margin:1.5rem 0 0;color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.65}
.active-quote .quiet-header{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8DDE4}
.active-quote .featured-block{display:flex;gap:1.31rem;padding:1.5rem 0;border-bottom:1px solid #D8DDE4;color:inherit;text-decoration:none;transition:color 370ms var(--speed-panel)}
.active-quote .featured-block:hover strong{color:#3B4A5A}
.active-quote strong{flex:0 1 15rem;min-width:0;font-size:18.8px;line-height:1.4}
.active-quote span{flex:1 1 20rem;min-width:0;color:#1B212B;line-height:1.55}
@media(max-width:760px){.active-quote .bottom-items,.active-quote .featured-block{flex-direction:column}.active-quote .featured-block{gap:calc(calc(1.5rem * .75)*.5)}
}
.text-summary{--field-soft:calc(1.5rem * 1.09);--axis-strong:calc(1620px / 2.33);padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922;}
.text-summary .top-fields{max-width:1620px;margin:0 auto;}
.text-summary h1,.text-summary h2,.text-summary h3,.text-summary p,.text-summary ul{margin:0;}
.text-summary h1{font-size:calc(18.8px * 2.65);line-height:1.1;}
.text-summary h2{font-size:calc(18.8px * 2);line-height:1.14;}
.text-summary h3{font-size:calc(18.8px * 1.35);line-height:1.2;}
.text-summary p{font-size:18.8px;line-height:1.6;}
.text-summary a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 370ms var(--speed-panel),color 370ms var(--speed-panel);}
.text-summary a:hover{border-bottom-color:#3B4A5A;}
.text-summary .offer-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-summary .text-group>p{margin-top:1.5rem;}
.text-summary .local-plan{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);margin-top:1.5rem;}
.text-summary details{padding:calc(1.5rem * .75) 0;border-top:1px solid #D8DDE4;}
.text-summary details:last-of-type{border-bottom:1px solid #D8DDE4;}
.text-summary summary{cursor:pointer;font-weight:700;font-size:calc(18.8px * 1.125);line-height:1.3;list-style:none;display:flex;align-items:flex-start;gap:1.31rem;}
.text-summary summary::-webkit-details-marker{display:none;}
.text-summary summary::before{content:"+";flex:0 0 auto;font-weight:400;}
.text-summary details[open] summary::before{content:"–";}
.text-summary details p{margin-top:calc(1.5rem / 3);padding-inline-start:calc(1.31rem + 0.6em);}
.text-summary .local-steps{margin-top:1.5rem;font-size:calc(18.8px * .875);}
@media (max-width: 720px){.text-summary .offer-figure{padding-inline-end:0;}.text-summary summary{font-size:18.8px;}.text-summary details p{padding-inline-start:0;}
}
.direct-quote{
  background:#F5F6F8;
  color:#141922;
  padding:calc(1.5rem * 2.4) 2.18rem;
}
.direct-quote .top-fields{max-width:1620px;
  margin:0 auto;}
.direct-quote .direct-content{display:flex;
  flex-wrap:wrap;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;}
.direct-quote h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.8px * 2);
  line-height:1.1;}
.direct-quote .direct-content p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#1B212B;
  line-height:1.6;}
.direct-quote .active-proof{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.direct-quote .active-proof a{
  flex:1 1 18rem;
  min-width:0;
  color:#141922;
  background:#FFFFFF;
  border:1px solid #D8DDE4;
  border-radius:0.89rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 370ms var(--speed-panel);
}
.direct-quote .active-proof a:hover{border-color:var(--surface-panel);}
.direct-quote .active-proof strong,
.direct-quote .active-proof span{display:block;}
.direct-quote .active-proof span{margin-top:.4rem;
  color:#1B212B;
  line-height:1.6;}
.direct-quote .narrow-flow{margin-top:calc(1.31rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D8DDE4;}
.direct-quote .narrow-flow p{margin:0;
  color:#1B212B;
  line-height:1.6;}
.direct-quote .local-steps{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.direct-quote .local-steps a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #00B8A9;
  padding-bottom:2px;}
.direct-quote .local-steps a:hover{color:#3B4A5A;
  border-color:#3B4A5A;}
@media (max-width:680px){.direct-quote .direct-content{display:block}.direct-quote .direct-content p{margin-top:1.5rem}.direct-quote .active-proof{display:block}.direct-quote .active-proof a{display:block;margin-top:1.31rem}
}
.featured-section{
        padding: calc(1.5rem * 2.4) 2.18rem;
        background: linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
        color: #F2F4F7;
    }
.featured-section .top-fields{max-width: 1620px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.31rem * 1.5);
        align-items: flex-start;}
.featured-section .strong-shell{flex: 1 1 22rem;
        position: sticky;
        top: 1.5rem;}
.featured-section h2{margin: 0;
        font-size: calc(18.8px * 2);
        line-height: 1.1;}
.featured-section .strong-shell p{margin: calc(1.5rem * .75) 0 0;
        font-size: 18.8px;
        line-height: 1.6;}
.featured-section .bottom-items{flex: 2 1 34rem;
        display: flex;
        flex-direction: column;
        gap: 1.31rem;}
.featured-section .contact-fields{
        padding: calc(1.5rem * .75);
        border: 1px solid #D8DDE4;
        border-radius: 0.89rem;
        background: #FFFFFF;
        color: #141922;
        box-shadow: 0 1px 8px rgba(0,0,0,0.08);
    }
.featured-section .team-quote{font-size: 18.8px;
        line-height: 1.6;}
.featured-section .simple-wrap{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(18.8px * .875);}
.featured-section .simple-wrap strong{}
@media (max-width: 760px) {.featured-section .top-fields{
            flex-direction: column;
        }.featured-section .strong-shell{
            position: static;
        }.featured-section .simple-wrap{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.main-section{
  --field-soft:calc(1.5rem * 1.18);
  --axis-strong:calc(1620px / 2.10);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#F5F6F8;
  color:#141922;
}
.main-section .top-fields{max-width:1620px;
  margin:0 auto;}
.main-section h1,
.main-section h2,
.main-section h3,
.main-section p{margin:0;}
.main-section h2{font-size:calc(18.8px * 2);
  line-height:1.14;
  max-width:var(--axis-strong);}
.main-section p{font-size:18.8px;
  line-height:1.6;}
.main-section a{color:inherit;
  text-decoration:none;}
.main-section .direct-content{display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.main-section .strong-shell{color:#1B212B;
  max-width:var(--axis-strong);}
.main-section .primary-form{display:flex;
  flex-direction:column;
  gap:1.31rem;
  margin-top:var(--field-soft);
  max-width:var(--axis-strong);}
.main-section .primary-form p{color:#1B212B;}
.main-section .local-steps{display:flex;
  flex-wrap:wrap;
  gap:1.31rem;
  margin-top:var(--field-soft);
  padding-top:calc(1.31rem * 1.5);
  border-top:1px solid #D8DDE4;}
.main-section .local-steps a{font-size:calc(18.8px * .875);color:inherit;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel);}
.main-section .local-steps a:hover{color:#3B4A5A;
  border-bottom-color:#3B4A5A;}
.main-section .service-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.31rem * 1.5);
  margin-top:var(--field-soft);}
.main-section .secondary-proof{
  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.3rem;
  background:var(--surface-panel);
  color:#04110F;
  font-size:18.8px;
  transition:background 370ms var(--speed-panel);
}
.main-section .secondary-proof:hover{
  background:#00A093;color:#141922;}
.main-section .text-steps{flex:1 1 18rem;
  color:#1B212B;
  font-size:calc(18.8px * .875);}
@media (max-width:720px){.main-section .secondary-proof{
    width:100%;
  }
}
.clear-intro{
  background:#F5F6F8;
  color:#141922;
  padding:calc(1.5rem * 2.4) 2.18rem;
}
.clear-intro .top-fields{max-width:1620px;
  margin:0 auto;}
.clear-intro .direct-content{display:flex;
  flex-wrap:wrap;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;}
.clear-intro h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(18.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.clear-intro .direct-content p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#1B212B;
  line-height:1.6;}
.clear-intro .active-proof{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.clear-intro .active-proof a{
  flex:1 1 18rem;
  min-width:0;
  color:#141922;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#141922;
  border:1px solid #D8DDE4;
  border-radius:0.89rem;
  transition:border-color 370ms var(--speed-panel), box-shadow 370ms var(--speed-panel);
}
.clear-intro .active-proof a:hover{border-color:var(--surface-panel);
  box-shadow:0 1px 8px rgba(0,0,0,0.08);}
.clear-intro .active-proof strong,
.clear-intro .active-proof span{display:block;}
.clear-intro .active-proof strong{font-size:18.8px;}
.clear-intro .active-proof span{margin-top:.45rem;
  color:#1B212B;
  line-height:1.6;
  font-size:calc(18.8px * .875);}
.clear-intro .text-steps{margin:calc(1.31rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #D8DDE4;
  color:#1B212B;
  line-height:1.6;}
.clear-intro .local-steps{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.clear-intro .local-steps a{display:inline-flex;
  align-items:center;color:inherit;
  text-decoration:none;
  font-size:calc(18.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 370ms var(--speed-panel), border-color 370ms var(--speed-panel);}
.clear-intro .local-steps a:hover{color:#3B4A5A;
  border-color:#3B4A5A;}
@media (max-width:680px){.clear-intro .direct-content{display:block}.clear-intro .direct-content p{margin-top:1.5rem}.clear-intro .active-proof{display:block}.clear-intro .active-proof a{display:block;margin-top:1.31rem}
}
.grid-_contact-point{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
  color: #F2F4F7;
}
.grid-_contact-point .top-fields{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1620px;
  margin: 0 auto;}
.grid-_contact-point .open-proof{margin: 0 0 calc(1.31rem * 1.5);
  padding: 1.5rem 0;}
.grid-_contact-point h2{margin: 0;
  font-size: calc(18.8px * 2.65);
  line-height: 1.05;}
.grid-_contact-point .open-proof p{margin: 1.5rem 0 0;
  font-size: calc(18.8px * 1.125);
  line-height: 1.6;}
.grid-_contact-point .local-copy{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.31rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.grid-_contact-point .direct-method{display: flex;
  flex-wrap: wrap;
  gap: 1.31rem;}
.grid-_contact-point .direct-method p{max-width: 26rem;
  margin: 0;
  line-height: 1.6;}
.grid-_contact-point .media-region{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.grid-_contact-point .media-region a{color: inherit;
  font-size: calc(18.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;}
.grid-_contact-point .direct-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.grid-_contact-point .direct-region a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.31rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.grid-_contact-point .direct-region span{opacity: 0.68;
  font-size: calc(18.8px * .875);}
@media (max-width: 720px) {.grid-_contact-point .local-copy,
  .grid-_contact-point .direct-method{
    display: block;
  }.grid-_contact-point .direct-method p + p{
    margin-top: calc(1.5rem * .75);
  }.grid-_contact-point .media-region{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.grid-_contact-point .direct-region a{
    flex-direction: column;
    gap: 0.2rem;
  }
}
.proof{--field-soft:calc(1.5rem * 1.18);--mark-strong:calc(1620px / 3.6);padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922;}
.proof .top-fields{max-width:1620px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-soft);}
.proof h2,.proof h3,.proof p{margin:0;}
.proof h2{font-size:calc(18.8px * 2);line-height:1.14;}
.proof h3{font-size:calc(18.8px * 1.35);line-height:1.25;}
.proof .direct-content{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.proof .strong-shell{font-size:18.8px;line-height:1.6;}
.proof .narrow-surface{display:flex;flex-direction:column;gap:1.31rem;}
.proof .site-fields{padding:calc(1.5rem * .75) 0;border-top:1px solid #D8DDE4;}
.proof .site-fields:last-child{border-bottom:1px solid #D8DDE4;}
.proof .site-fields p{margin-top:calc(1.5rem / 3.4);font-size:18.8px;line-height:1.6;}
.proof a{text-decoration:none;}
.proof a:hover{}
.proof h3 a{color:inherit;}
.proof .narrow-flow{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.89rem;background:#E7EAEE;color:#1B212B;}
.proof .text-steps{font-size:calc(18.8px * .875);line-height:1.6;}
.proof .local-steps{display:flex;flex-wrap:wrap;gap:calc(1.31rem * 1.5);font-size:calc(18.8px * .875);}
.proof .local-steps a{}
.proof .local-steps a:hover{}
@media (min-width:900px){.proof .top-fields{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);grid-template-areas:"intro aside" "list aside";column-gap:var(--field-soft);row-gap:var(--field-soft);align-items:start;}.proof .direct-content{grid-area:intro;}.proof .narrow-surface{grid-area:list;}.proof .narrow-flow{grid-area:aside;position:sticky;top:calc(1.31rem * 1.5);}
}
.active-area{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.active-area .top-fields{max-width:min(1620px,56rem);margin:0 auto}
.active-area .direct-content{display:block}
.active-area h2{margin:0;font-size:calc(18.8px * 2);line-height:1.1}
.active-area .direct-content p{margin:1.5rem 0 0;color:#1B212B;line-height:1.6}
.active-area .top-tile{margin-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4}
.active-area details{padding:1.5rem 0;border-bottom:1px solid #D8DDE4}
.active-area summary{cursor:pointer;font-size:calc(18.8px * 1.35);line-height:1.2;list-style:none}
.active-area summary::-webkit-details-marker{display:none}
.active-area summary::after{content:"+";float:right;color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1}
.active-area details[open] summary::after{content:"\2013"}
.active-area details p{margin:1.5rem 0 0;color:#1B212B;line-height:1.6}
@media(max-width:720px){.active-area .top-tile{margin-top:calc(1.5rem * .75)}.active-area summary{font-size:18.8px}
}
.clear-fields{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.clear-fields .top-fields{width:min(100%,calc(1620px*.62));margin:0 auto}
.clear-fields .featured-feature{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#1B212B;font-size:calc(18.8px * .875)}
.clear-fields .featured-feature>*{min-width:0;flex:1 1 18rem}
.clear-fields h1{margin:0;font-size:calc(18.8px * 2.65);line-height:1.08}
.clear-fields .strong-shell{margin:1.5rem 0 calc(1.31rem * 1.5);color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.6}
.clear-fields .site-benefit{border-top:1px solid #D8DDE4;padding-top:1.5rem}
.clear-fields .site-benefit p{margin:0 0 1.5rem;line-height:1.6}
.clear-fields .site-benefit p:last-child{margin-bottom:0}
.clear-fields .local-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem;padding-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4}
.clear-fields .local-steps a{color:inherit;text-decoration:none;font-size:18.8px;line-height:1.6;transition:color 370ms var(--speed-panel)}
.clear-fields .local-steps a:hover{color:#3B4A5A}
.wide-inner{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7}
.wide-inner .top-fields{max-width:1620px;margin:0 auto}
.wide-inner .direct-frame{display:flex;gap:calc(1.31rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.wide-inner .set{flex:1 1 20rem;min-width:0;border-left:2px solid color-mix(in srgb,#F2F4F7 30%,transparent);padding-left:1.5rem}
.wide-inner .set p{margin:0;font-size:calc(18.8px * .875);line-height:1.6;opacity:.92}
.wide-inner .direct-wrap{flex:2 1 40rem;min-width:0}
.wide-inner h2{margin:0;font-size:calc(18.8px * 2);line-height:1.1;font-weight:600}
.wide-inner .quiet-header{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.wide-inner .quiet-header p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F2F4F7 16%,transparent)}
.wide-inner .quiet-header p:last-child{border-bottom:0;padding-bottom:0}
.wide-inner strong{flex:0 1 15rem;min-width:0;font-size:18.8px;font-weight:600;line-height:1.25}
.wide-inner span{flex:1 1 26rem;min-width:0;line-height:1.6}
@media(max-width:820px){.wide-inner .direct-frame{display:block}.wide-inner .set{border-left:0;padding-left:0;margin-bottom:calc(1.31rem * 1.5)}.wide-inner .quiet-header p{display:block}.wide-inner span{display:block;margin-top:calc(1.5rem * .75)}.wide-inner h2{font-size:calc(18.8px * 1.35)}}
.media-intro{
  background: #F5F6F8;
  color: #141922;
  padding: calc(1.5rem * 2.4) 2.18rem;
}
.media-intro .top-fields{width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: calc(1.31rem * 1.5);
  align-items: start;}
.media-intro h2,
.media-intro h3,
.media-intro p{margin: 0;}
.media-intro h2{font-size: calc(18.8px * 2);
  line-height: 1.08;}
.media-intro h3{font-size: calc(18.8px * 1.125);
  line-height: 1.2;}
.media-intro p{font-size: 18.8px;
  line-height: 1.6;}
.media-intro .direct-content{display: grid;
  gap: calc(1.31rem * 1.5);}
.media-intro .direct-content p + p{color: #1B212B;}
.media-intro .direct-frame{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.media-intro .quiet-view{display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #D8DDE4;}
.media-intro .quiet-view:nth-child(odd){border-left-color: var(--surface-panel);}
.media-intro .wide-service{font-size: calc(18.8px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1B212B;}
@media (max-width: 900px) {.media-intro .top-fields{
    grid-template-columns: 1fr;
  }.media-intro h2{
    font-size: clamp(calc(18.8px * 1.35), 8vw, calc(18.8px * 2));
  }
}
.plain-entries{padding:calc(1.5rem * 2.4) 2.18rem;background:var(--surface-panel);color:#04110F}
.plain-entries .top-fields{max-width:1620px;margin:0 auto}
.plain-entries .direct-frame{display:flex;gap:calc(1.31rem * 1.5);align-items:stretch}
.plain-entries .set{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#04110F 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.plain-entries .set p{margin:0;line-height:1.6}
.plain-entries .set a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.3rem;background:#3B4A5A;color:#F4F6F8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.plain-entries .direct-wrap{flex:1 1 44rem;min-width:0}
.plain-entries h2{margin:0;max-width:16ch;font-size:calc(18.8px * 2.65);line-height:1.02}
.plain-entries .direct-wrap>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(18.8px * 1.125);line-height:1.6}
.plain-entries .narrow-surface{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.plain-entries .narrow-surface p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.plain-entries .narrow-surface strong{flex:0 1 12rem;min-width:0;font-size:calc(18.8px * .875)}
.plain-entries .narrow-surface span{flex:1 1 24rem;min-width:0;line-height:1.6}
@media(max-width:760px){.plain-entries .direct-frame,.plain-entries .narrow-surface p{display:block}.plain-entries .set{border-left:0;padding-left:0}.plain-entries .direct-wrap{margin-top:calc(1.31rem * 1.5)}.plain-entries .narrow-surface span{display:block;margin-top:calc(1.5rem * .75)}.plain-entries h2{font-size:calc(18.8px * 2)}}
.media-headline{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.media-headline .top-fields{width:min(100%,calc(1620px*.62));margin:0 auto}
.media-headline .featured-feature{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#1B212B;font-size:calc(18.8px * .875)}
.media-headline .featured-feature>*{min-width:0;flex:1 1 18rem}
.media-headline h1{margin:0;font-size:calc(18.8px * 2.65);line-height:1.05}
.media-headline .strong-shell{margin:1.5rem 0 calc(1.31rem * 1.5);color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.6}
.media-headline .site-benefit{border-top:1px solid #D8DDE4;padding-top:1.5rem}
.media-headline .site-benefit p{margin:0 0 1.5rem;line-height:1.6}
.media-headline .site-benefit p:last-child{margin-bottom:0}
.media-headline .local-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.31rem * 1.5);padding-top:1.5rem;border-top:1px solid #D8DDE4}
.media-headline .local-steps a{color:inherit;text-decoration:none;font-size:calc(18.8px * .875);border-bottom:1px solid transparent;transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel)}
.media-headline .local-steps a:hover{color:#3B4A5A;border-bottom-color:#3B4A5A}
@media (max-width:640px){.media-headline .featured-feature{flex-direction:column;gap:calc(1.31rem * 1.5)}.media-headline .local-steps{flex-direction:column}}
.top-flow{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7}
.top-flow .top-fields{max-width:1620px;margin:0 auto}
.top-flow .direct-frame{display:flex;gap:calc(1.31rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.top-flow .set{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#F2F4F7 28%,transparent);padding-left:1.5rem}
.top-flow .set p{margin:0;line-height:1.6;font-size:calc(18.8px * .875)}
.top-flow .direct-wrap{flex:1 1 40rem;min-width:0}
.top-flow h2{margin:0;font-size:calc(18.8px * 2);line-height:1.12}
.top-flow .quiet-header{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-flow .quiet-header p{margin:0;display:flex;gap:1.31rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F2F4F7 16%,transparent)}
.top-flow .quiet-header p:last-child{border-bottom:0;padding-bottom:0}
.top-flow strong{flex:0 1 15rem;min-width:0;font-size:calc(18.8px * .875);line-height:1.35}
.top-flow span{flex:1 1 26rem;min-width:0;line-height:1.6}
@media(max-width:760px){.top-flow .direct-frame,.top-flow .quiet-header p{display:block}.top-flow .set{border-left:0;padding-left:0}.top-flow .direct-wrap{margin-top:calc(1.31rem * 1.5)}.top-flow span{display:block;margin-top:calc(1.5rem * .75)}.top-flow h2{font-size:calc(18.8px * 1.35)}}
.site-region{
  background: #F5F6F8;
  color: #141922;
  padding: calc(1.5rem * 2.4) 2.18rem;
}
.site-region .top-fields{width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.31rem;}
.site-region h2,
.site-region h3,
.site-region p{margin: 0;}
.site-region h2{font-size: calc(18.8px * 2); line-height: 1.1;}
.site-region h3{font-size: calc(18.8px * 1.35); line-height: 1.18;}
.site-region p{font-size: 18.8px; line-height: 1.6;}
.site-region .media{
  display: grid;
  gap: calc(1.31rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.3rem;
  background: var(--surface-primary);
  color: var(--line-light);
}
.site-region .media a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.site-region .quiet-steps{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.site-region [data-block]{
  flex: 1 1 18rem;
  display: grid;
  gap: calc(1.31rem * 1.5);
  align-content: start;
  padding: calc(1.31rem * 1.5);
  border-radius: 0.89rem;
  background: #FFFFFF;
  color: #141922;
  border: 1px solid #D8DDE4;
}
.site-region .featured-feature{color: #1B212B;
  font-size: calc(18.8px * .875);
  letter-spacing: .02em;}
@media (max-width: 820px) {.site-region .top-fields{ grid-template-columns: 1fr; }
}
.site-brand{padding:calc(1.5rem * 2.4) 2.18rem;background:var(--surface-primary);color:var(--line-light)}
.site-brand .top-fields{max-width:1620px;margin:0 auto}
.site-brand .direct-frame{display:flex;gap:calc(1.31rem * 1.5);align-items:flex-start}
.site-brand .set{flex:0 1 19rem;min-width:0;padding-top:0.35rem;border-top:2px solid var(--surface-panel);display:flex;flex-direction:column;justify-content:space-between;gap:calc(1.31rem * 1.5)}
.site-brand .set p{margin:0;font-size:calc(18.8px * .875);line-height:1.6;opacity:0.88}
.site-brand .set a{display:inline-flex;align-self:flex-start;border-radius:0.3rem;background:var(--surface-panel);color:#04110F;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(18.8px * .875)}
.site-brand .set a:hover{background:#00A093;color:#141922;}
.site-brand .direct-wrap{flex:1 1 44rem;min-width:0}
.site-brand h2{margin:0;font-size:calc(18.8px * 2);line-height:1.08}
.site-brand .direct-wrap>p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.6}
.site-brand .narrow-surface{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.site-brand .narrow-surface p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid color-mix(in srgb,var(--line-light) 18%,transparent);padding-top:calc(1.5rem * .75)}
.site-brand .narrow-surface strong{flex:0 1 11rem;min-width:0;font-size:calc(18.8px * .875);letter-spacing:0.01em}
.site-brand .narrow-surface span{flex:1 1 24rem;min-width:0;line-height:1.6}
.site-brand .narrow-surface a{}
.site-brand .narrow-surface a:hover{}
@media(max-width:760px){.site-brand .direct-frame,.site-brand .narrow-surface p{display:block}.site-brand .set{border-top-width:2px}.site-brand .direct-wrap{margin-top:calc(1.31rem * 1.5)}.site-brand .narrow-surface span{display:block;margin-top:calc(1.5rem * .75)}.site-brand h2{font-size:calc(18.8px * 1.35)}}
.text-area{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.text-area .top-fields{width:min(100%,calc(1620px*.62));margin:0 auto}
.text-area .clear-block{margin-bottom:calc(1.31rem * 1.5)}
.text-area .featured-feature{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#1B212B;font-size:calc(18.8px * .875)}
.text-area .featured-feature>*{min-width:0;flex:1 1 18rem}
.text-area h1{margin:0;font-size:calc(18.8px * 2.65);line-height:1.05}
.text-area .strong-shell{margin:1.5rem 0 0;color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.6}
.text-area .site-benefit{border-top:1px solid #D8DDE4;padding-top:1.5rem}
.text-area .site-benefit p{margin:0 0 1.5rem;line-height:1.6}
.text-area .site-benefit p:last-child{margin-bottom:0}
.text-area .local-steps{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 2.4);padding-top:calc(1.31rem * 1.5);border-top:1px solid #D8DDE4;font-size:calc(18.8px * .875)}
.text-area .local-steps .text-steps{color:#1B212B}
.text-area .local-steps a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel)}
.text-area .local-steps a:hover{color:#3B4A5A;border-bottom-color:#3B4A5A}
@media (max-width:640px){.text-area .local-steps{flex-direction:column;align-items:flex-start}
}
.primary-area{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7}
.primary-area .top-fields{max-width:1620px;margin:0 auto}
.primary-area .direct-brand{margin-bottom:calc(1.31rem * 1.5)}
.primary-area h2{margin:0;font-size:calc(18.8px * 2);line-height:1.08}
.primary-area .direct-brand p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.6}
.primary-area .team-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.primary-area .local-plan{flex:1 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.primary-area button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 370ms var(--speed-panel),transform 370ms var(--speed-panel)}
.primary-area button:hover,.primary-area button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.primary-area .clear-surface{flex:2 1 30rem;align-self:start}
.primary-area [data-response]{display:none}
.primary-area [data-response].is-active{display:block;animation:clarifyFocusIn calc(370ms*1.7) var(--speed-panel) both}
.primary-area h3{margin:0;font-size:calc(18.8px * 1.35);line-height:1.15}
.primary-area [data-response] p{margin:1.5rem 0 0;font-size:18.8px;line-height:1.6}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.31rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.primary-area .team-actions{display:block}.primary-area .local-plan{margin-bottom:calc(1.31rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.primary-area [data-response].is-active{animation:none}}
.text-inner{
  background: #F5F6F8;
  color: #141922;
  padding: calc(1.5rem * 2.4) 2.18rem;
}
.text-inner .top-fields{width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, .9fr);
  gap: calc(1.31rem * 1.5);
  align-items: start;}
.text-inner h2,
.text-inner h3,
.text-inner p{margin: 0;}
.text-inner h2{font-size: calc(18.8px * 2);
  line-height: 1.1;
  margin-bottom: calc(1.5rem * .75);}
.text-inner h3{font-size: calc(18.8px * 1.35);
  line-height: 1.18;}
.text-inner p{font-size: 18.8px;
  line-height: 1.6;}
.text-inner .direct-content{display: grid;
  gap: calc(1.5rem * .75);
  position: sticky;
  top: 1.5rem;}
.text-inner .direct-frame{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.text-inner .site-fields{display: grid;
  gap: calc(1.5rem * .75);
  padding-left: 2.18rem;
  border-left: 2px solid #D8DDE4;}
.text-inner .site-fields:nth-child(odd){border-left-color: var(--surface-panel);}
.text-inner .wide-service{font-size: calc(18.8px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1B212B;}
@media (max-width: 900px) {.text-inner .top-fields{
    grid-template-columns: 1fr;
  }.text-inner .direct-content{
    position: static;
  }.text-inner h2{
    font-size: calc(18.8px * 1.35);
  }
}
.compact-details{padding:calc(1.5rem * 2.4) 2.18rem;background:var(--surface-panel);color:#04110F}
.compact-details .top-fields{max-width:1620px;margin:0 auto}
.compact-details .direct-frame{display:flex;gap:calc(1.31rem * 1.5);align-items:stretch}
.compact-details .set{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#04110F 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.compact-details .set p{margin:0;line-height:1.6}
.compact-details .set a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.3rem;background:#3B4A5A;color:#F4F6F8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.compact-details .direct-wrap{flex:1 1 44rem;min-width:0}
.compact-details h2{margin:0;max-width:16ch;font-size:calc(18.8px * 2.65);line-height:1.02}
.compact-details .direct-wrap>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(18.8px * 1.125);line-height:1.6}
.compact-details .narrow-surface{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.compact-details .narrow-surface p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.compact-details .narrow-surface strong{flex:0 1 12rem;min-width:0;font-size:calc(18.8px * .875)}
.compact-details .narrow-surface span{flex:1 1 24rem;min-width:0;line-height:1.6}
@media(max-width:760px){.compact-details .direct-frame,.compact-details .narrow-surface p{display:block}.compact-details .set{border-left:0;padding-left:0}.compact-details .direct-wrap{margin-top:calc(1.31rem * 1.5)}.compact-details .narrow-surface span{display:block;margin-top:calc(1.5rem * .75)}.compact-details h2{font-size:calc(18.8px * 2)}}
.panel{padding:calc(1.5rem * 2.4) 2.18rem;background:#E7EAEE;color:#1B212B}
.panel .top-fields{max-width:1620px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:calc(1.31rem * 1.5);align-items:start}
.panel .direct-content{padding:1.5rem 0}
.panel h2{margin:0;font-size:calc(18.8px * 2);line-height:1.15;letter-spacing:-.01em}
.panel .direct-content p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.6}
.panel ul{list-style:none;margin:calc(1.31rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.panel li{line-height:1.6;padding-left:0}
.panel li span{display:block;margin-bottom:.25rem;font-size:calc(18.8px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.panel form{background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:1.3rem;padding:1.31rem;box-shadow:0 6px 26px rgba(0,0,0,0.11)}
.panel form .strong-shell{margin:0 0 1.5rem;font-size:18.8px;line-height:1.6}
.panel .contact-visual{display:flex;flex-direction:column;gap:1.5rem}
.panel label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.8px * .875);font-weight:600}
.panel input{width:100%;border:1px solid #D8DDE4;border-radius:0.46rem;background:#F5F6F8;color:#141922;font:inherit;padding:calc(1.5rem * .75) 1.31rem;outline:none;transition:border-color 370ms var(--speed-panel)}
.panel input::placeholder{}
.panel input:focus{border-color:rgba(0, 184, 169, 0.45);box-shadow:0 0 0 3px rgba(0, 184, 169, 0.45)}
.panel button{width:100%;margin-top:calc(1.31rem * 1.5);border:0;border-radius:0.46rem;background:var(--surface-panel);color:#04110F;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.31rem;cursor:pointer;transition:background 370ms var(--speed-panel)}
.panel button:hover{background:#00A093;color:#141922;}
.panel .text-steps{margin:1.5rem 0 0;font-size:calc(18.8px * .875);line-height:1.6}
.panel .text-steps a{text-decoration:none;border-bottom:1px solid #00B8A9}
.panel .text-steps a:hover{border-color:#3B4A5A}
@media(max-width:900px){.panel .top-fields{grid-template-columns:1fr}.panel form{margin-top:1.5rem}}
.featured-copy{background:#F5F6F8;color:#141922;padding:calc(1.5rem * 2.4) 2.18rem}
.featured-copy .top-fields{max-width:1620px;margin:0 auto}
.featured-copy .bottom-items{display:flex;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.featured-copy .direct-content{flex:0 1 30rem;min-width:0}
.featured-copy h2{margin:0;font-size:clamp(calc(18.8px * 2),5vw,calc(18.8px * 2.65));line-height:1.05;letter-spacing:0}
.featured-copy p{margin:1.5rem 0 0;color:#1B212B;font-size:calc(18.8px * 1.125);line-height:1.65}
.featured-copy .quiet-header{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8DDE4}
.featured-copy .featured-block{display:flex;gap:1.31rem;padding:1.5rem 0;border-bottom:1px solid #D8DDE4;color:inherit;text-decoration:none}
.featured-copy a.row:hover strong{color:#3B4A5A}
.featured-copy strong{flex:0 1 14rem;min-width:0}
.featured-copy span{flex:1 1 20rem;min-width:0;color:#1B212B;line-height:1.55}
@media(max-width:760px){.featured-copy .bottom-items,.featured-copy .featured-block{flex-direction:column}.featured-copy .featured-block{gap:calc(calc(1.5rem * .75)*.5)}}
.fresh-figure{padding:calc(1.5rem * 2.4) 2.18rem;background:linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);color:#F2F4F7}
.fresh-figure .top-fields{max-width:1620px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.31rem * 1.5);align-items:stretch}
.fresh-figure .secondary-benefit{display:flex;flex-direction:column;gap:1.31rem;padding:calc(1.5rem * .75);border-radius:1.3rem;background:#3B4A5A;color:#F4F6F8}
.fresh-figure h2{margin:0;font-size:calc(18.8px * 2);line-height:1.1}
.fresh-figure .secondary-benefit>p{margin:0;font-size:18.8px;line-height:1.6}
.fresh-figure .plain-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.fresh-figure .active-group{padding:calc(1.5rem * .75);border-radius:0.46rem;background:#FFFFFF;color:#141922;border:1px solid #D8DDE4}
.fresh-figure .active-group span{display:block;font-size:calc(18.8px * .875);margin-bottom:calc(calc(1.5rem * .75) * .35)}
.fresh-figure .active-group strong{display:block;font-size:18.8px;font-weight:600;line-height:1.4}
.fresh-figure .active-group a{text-decoration:none;border-bottom:1px solid transparent}
.fresh-figure .active-group a:hover{border-bottom-color:#3B4A5A}
.fresh-figure .text-steps{margin:0;font-size:calc(18.8px * .875);line-height:1.6;opacity:.9}
.fresh-figure .media{min-height:clamp(24rem,48vw,38rem);border-radius:1.3rem;overflow:hidden;border:1px solid #D8DDE4;box-shadow:0 6px 26px rgba(0,0,0,0.11)}
.fresh-figure iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.fresh-figure .top-fields{grid-template-columns:1fr}.fresh-figure .media{min-height:22rem}}
.plain-lead{
  padding: calc(1.5rem * 2.4) 2.18rem;
  background: linear-gradient(135deg, #1B212B 0%, #2A313B 55%, #3B4A5A 100%);
  color: #F2F4F7;
}
.plain-lead .offer-list{
  max-width: 1620px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #141922;
  border: 1px solid #D8DDE4;
}
.plain-lead .service-section{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.31rem * 1.5);
  border-bottom: 1px solid #D8DDE4;}
.plain-lead .service-section span{font-size: calc(18.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.plain-lead .service-section strong{font-size: calc(18.8px * .875);
  font-weight: 500;}
.plain-lead .primary-form{display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1.31rem;
  padding: calc(1.31rem * 1.5);}
.plain-lead h2{margin: 0;
  font-size: calc(18.8px * 2);
  line-height: 1.1;}
.plain-lead .secondary-benefit p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.8px;
  line-height: 1.6;}
.plain-lead .secondary-benefit a{text-decoration: underline;
  text-underline-offset: 2px;}
.plain-lead .secondary-benefit a:hover{}
.plain-lead .narrow-surface{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D8DDE4;}
.plain-lead .clear-figure{display: grid;
  grid-template-columns: minmax(6rem, 0.28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D8DDE4;}
.plain-lead .clear-figure span{font-size: calc(18.8px * .875);}
.plain-lead h3{margin: 0;
  font-size: calc(18.8px * 1.35);
  line-height: 1.2;}
.plain-lead .clear-figure p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: calc(18.8px * .875);
  line-height: 1.6;}
.plain-lead .strong-summary{
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  justify-content: space-between;
  padding: calc(1.5rem * .75) calc(1.31rem * 1.5);
  border-top: 1px solid #D8DDE4;
  background: #E7EAEE;
  color: #1B212B;
}
.plain-lead .strong-summary p{margin: 0;
  font-size: calc(18.8px * .875);
  line-height: 1.6;}
.plain-lead .strong-summary a{text-decoration: underline;
  text-underline-offset: 2px;}
.plain-lead .strong-summary a:hover{}
@media (max-width: 860px) {.plain-lead .primary-form{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.plain-lead .clear-figure{
    grid-template-columns: 1fr;
  }.plain-lead .service-section,
  .plain-lead .strong-summary{
    padding: calc(1.5rem * .75);
  }
}
.focused-surface{background:#F5F6F8;color:#141922;padding:calc(1.5rem * 2.4) 2.18rem}
.focused-surface .top-fields{max-width:1620px;margin:0 auto}
.focused-surface .bottom-items{display:flex;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.focused-surface .direct-content{flex:0 1 32rem;min-width:0}
.focused-surface h2{margin:0;font-size:clamp(calc(18.8px * 2),4.5vw,calc(18.8px * 2.65));line-height:1.08;letter-spacing:0}
.focused-surface p{margin:1.5rem 0 0;font-size:calc(18.8px * 1.125);line-height:1.65}
.focused-surface .quiet-header{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8DDE4}
.focused-surface .featured-block{display:flex;gap:1.31rem;padding:1.5rem 0;border-bottom:1px solid #D8DDE4}
.focused-surface strong{flex:0 1 15rem;min-width:0;font-size:18.8px}
.focused-surface span{flex:1 1 20rem;min-width:0;line-height:1.6}
.focused-surface a{color:inherit;text-decoration:none;border-bottom:1px solid #00B8A9}
.focused-surface a:hover{color:#3B4A5A;border-bottom-color:#3B4A5A}
@media(max-width:760px){.focused-surface .bottom-items,.focused-surface .featured-block{flex-direction:column}.focused-surface .featured-block{gap:calc(calc(1.5rem * .75)*.5)}
}
.direct-details{
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:var(--surface-primary);
  color:var(--line-light);
}
.direct-details .bottom-note{max-width:min(1620px,64rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.direct-details .strong-shell h2{margin:0;
  font-size:calc(18.8px * 2.65);
  line-height:1.08;}
.direct-details .strong-shell .direct-content{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(18.8px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.direct-details .narrow-surface{display:flex;
  flex-direction:column;
  gap:1.31rem;}
.direct-details .site-fields{padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.direct-details .site-fields h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(18.8px * 1.35);
  line-height:1.25;}
.direct-details .site-fields p{margin:0;
  line-height:1.6;
  color:color-mix(in srgb,currentColor 76%,transparent);}
.direct-details .site-fields a{color:#00B8A9;
  text-decoration:underline;
  text-underline-offset:3px;}
.direct-details .site-fields a:hover{color:inherit;}
@media (max-width:720px){.direct-details .strong-shell h2{
    font-size:calc(18.8px * 2);
  }.direct-details .strong-shell .direct-content{
    font-size:18.8px;
  }
}
.quiet-menu{
  --field-soft:calc(1.5rem * 1.05);
  --axis-strong:calc(1620px / 2.90);
  padding:calc(1.5rem * 2.4) 2.18rem;
  background:#F5F6F8;
  color:#141922;
}
.quiet-menu .top-fields{max-width:1620px;margin:0 auto;}
.quiet-menu h1,.quiet-menu h2,.quiet-menu h3,.quiet-menu p{margin:0;}
.quiet-menu h2{font-size:calc(18.8px * 2);line-height:1.12;}
.quiet-menu p{font-size:18.8px;line-height:1.6;}
.quiet-menu a{color:inherit;text-decoration:none;}
.quiet-menu .plain-unit>*+*{margin-top:calc(1.31rem * 1.5);}
.quiet-menu .text-steps{font-size:calc(18.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#1B212B;}
.quiet-menu .strong-shell{color:#141922;}
.quiet-menu .secondary-benefit{color:#1B212B;}
.quiet-menu .local-steps{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.31rem;
  margin-top:var(--field-soft);}
.quiet-menu .secondary-proof{
  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.3rem;
  background:var(--surface-panel);
  color:#04110F;
  font-size:18.8px;
  transition:background 370ms var(--speed-panel);
}
.quiet-menu .secondary-proof:hover{background:#00A093;color:#141922;}
.quiet-menu .narrow-flow{font-size:calc(18.8px * .875);color:inherit;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--speed-panel),border-color 370ms var(--speed-panel);}
.quiet-menu .narrow-flow:hover{color:#3B4A5A;border-color:#3B4A5A;}
@media (max-width:640px){.quiet-menu .local-steps{flex-direction:column;align-items:flex-start;}
}
.service-media{
  background:#3B4A5A;
  color:#F4F6F8;
  padding:calc(1.5rem * 2.4) 2.18rem;
}
.service-media .top-fields{max-width:1620px;
  margin:0 auto;}
.service-media .page-steps{display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.service-media .clear-block{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.service-media h2{margin:0;
  max-width:22ch;
  font-size:clamp(calc(18.8px * 2),4.4vw,calc(18.8px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.service-media .strong-shell{margin:0;
  font-size:calc(18.8px * 1.125);
  line-height:1.65;}
.service-media .active-proof{display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.service-media .clear-plan{
  flex:1 1 16rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.46rem;
  background:color-mix(in srgb,currentColor 8%,transparent);
}
.service-media .open-shell{display:block;
  margin-bottom:0.4rem;
  font-size:calc(18.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.85;}
.service-media .clear-plan p{margin:0;
  font-size:18.8px;
  line-height:1.6;}
.service-media .media-note{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) calc(1.31rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.service-media .clear-figure{display:flex;
  flex-direction:column;
  gap:0.15rem;
  min-width:0;}
.service-media .page-quote{font-size:calc(18.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.8;}
.service-media .media-note a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.service-media .media-note a:hover{}
.service-media .local-steps{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.service-media .local-steps .text-steps{flex:1 1 100%;
  margin:0;
  font-size:calc(18.8px * .875);
  opacity:0.9;}
.service-media .local-steps a{
  padding:0.5rem 0.85rem;
  border-radius:0.3rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
  color:inherit;
  text-decoration:none;
  font-size:calc(18.8px * .875);
}
.service-media .local-steps a:hover{
  background:color-mix(in srgb,currentColor 20%,transparent);
}
@media(max-width:760px){.service-media .active-proof{flex-direction:column}.service-media .clear-plan{flex-basis:auto}.service-media .media-note{flex-direction:column}
}
.direct-callout{padding:calc(1.5rem * 2.4) 2.18rem;background:#F5F6F8;color:#141922}
.direct-callout .top-fields{max-width:1620px;margin:0 auto}
.direct-callout .page-steps{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5)}
.direct-callout .clear-figure{display:flex;flex-wrap:wrap;gap:1.31rem;align-items:flex-start}
.direct-callout h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(18.8px * 2);line-height:1.1}
.direct-callout .clear-figure p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(18.8px * 1.125);line-height:1.6}
.direct-callout .public-panel{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#FFFFFF;color:#141922;border:1px solid #D8DDE4;border-radius:0.89rem;padding:1.31rem}
.direct-callout .public-panel>p{flex:1 1 20rem;min-width:0;margin:0;line-height:1.6}
.direct-callout .soft-entries{flex:2 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-callout .soft-entries a{flex:1 1 12rem;min-width:0;border-radius:0.46rem;background:#E7EAEE;color:#1B212B;padding:calc(1.5rem * .75);text-decoration:none;transition:background 370ms var(--speed-panel)}
.direct-callout .soft-entries a:hover{background:#3B4A5A;color:#F4F6F8}
.direct-callout strong,.direct-callout span{display:block;min-width:0}
.direct-callout span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(18.8px * .875)}
.direct-callout .direct-wrap{border-radius:0.46rem;background:var(--surface-panel);color:#04110F;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 370ms var(--speed-panel)}
.direct-callout .direct-wrap:hover{background:#00A093;color:#141922;}
.direct-callout .text-steps{margin:0;font-size:calc(18.8px * .875);line-height:1.6}
.direct-callout .text-steps a{color:inherit;text-decoration:none}
.direct-callout .text-steps a:hover{color:#3B4A5A}
@media(max-width:760px){.direct-callout .public-panel{display:block;padding:1.5rem}.direct-callout .soft-entries{margin-top:1.5rem}.direct-callout .direct-wrap{display:flex;justify-content:center;margin-top:1.5rem}}
