:root {
  --surface-cool: #F7F8FC;
  --tone-light: #1B1F29;
  --ink-page: #E2E5EF;
  --ease-base: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Rajdhani", sans-serif;}
*{box-sizing:border-box;}
.public-steps {
    width: 100%;
    background: var(--surface-cool);
    color: var(--tone-light);
    border-bottom: 1px solid var(--ink-page);
  }
.compact-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: calc(0.81rem * 1.5) 1.36rem;
    display: flex;
    align-items: center;
    gap: 0.81rem;
  }
.plain-fields {
    font-size: calc(16.5px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--tone-light);
    text-decoration: none;
    margin-right: auto;
  }
.nav-desktop {
    display: flex;
    align-items: center;
    gap: calc(0.81rem * 1.5);
  }
.nav-desktop a {
    color: var(--tone-light);
    text-decoration: none;
    font-size: calc(16.5px * .875);
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color 340ms var(--ease-base),
                border-color 340ms var(--ease-base);
  }
.nav-desktop a:hover {
    color: #F3C6D3;
    border-bottom-color: #F3C6D3;
  }
.content-steps {
    display: inline-block;
    background: #6C7BE0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: calc(16.5px * .875);
    padding: 0.55rem 1.1rem;
    border-radius: 0.4rem;
    transition: background 340ms var(--ease-base);
  }
.content-steps:hover{
    background: #5A69D0;color:#1B1F29;}
.focused-view {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 1px solid var(--ink-page);
    border-radius: 0.27rem;
    cursor: pointer;
  }
.focused-view span{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--tone-light);
    border-radius: 2px;color:#1B1F29;}
.nav-mobile{
    display: none;
    flex-direction: column;
    gap: 0;
    padding: calc(0.81rem * 1.5) 1.36rem calc(calc(0.81rem * 1.5) * 1.5);
    border-top: 1px solid var(--ink-page);
    background: var(--surface-cool);color:var(--tone-light);}
.nav-mobile a{color: var(--tone-light);
    text-decoration: none;
    font-size: 16.5px;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--ink-page);}
.nav-mobile a:last-child{border-bottom: none;}
@media (max-width: 767px) {
    .nav-desktop,
    .content-steps {
      display: none;
    }

    .focused-view {
      display: flex;
    }

    .nav-mobile.is-open {
      display: flex;
    }
  }
.primary-footer{font-family:"Rajdhani", sans-serif;font-size:16.5px;line-height:1.88;padding:calc(1.5rem * 2.4) 1.36rem;background:#1B1F29;color:#F4F5F9;}
.quiet-plan{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.text-callout{display:flex;flex-direction:column;gap:1.5rem}
.primary-figure{font-size:calc(16.5px * 1.35);font-weight:600;margin:0;letter-spacing:0.01em}
.strong-view{margin:0;max-width:46ch;font-size:calc(16.5px * .875);opacity:0.85}
.public-items{display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.team-quote ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.team-quote a{color:inherit;text-decoration:none;font-size:calc(16.5px * .875);border-bottom:1px solid transparent;transition:border-color 340ms var(--ease-base)}
.team-quote a:hover{border-bottom-color:currentColor;color:inherit}
.text-frame{display:flex;flex-direction:column;gap:1.5rem;font-size:calc(16.5px * .875)}
.text-frame p{margin:0}
.strong-menu{font-size:16.5px;font-weight:600}
.text-frame a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 340ms var(--ease-base)}
.text-frame a:hover{border-bottom-color:currentColor;color:inherit}
.team-brand{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.81rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(16.5px * .875)}
.direct-section{margin:0;max-width:80ch;opacity:0.85}
.active-headline{margin:0;opacity:0.7}
@media (min-width: 640px) {.public-items{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.quiet-plan{grid-template-columns:1.2fr 2fr;grid-template-areas:"brand sitemap"
        "contacts sitemap"
        "legal legal";gap:calc(1.5rem * 2.4) 1.36rem}.text-callout{grid-area:brand}.public-items{grid-area:sitemap;grid-template-columns:repeat(3, minmax(0, 1fr))}.text-frame{grid-area:contacts}.team-brand{grid-area:legal}
  }
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .active-service{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg, #EEF0F8 0%, #F7F8FC 55%, #F3C6D3 100%);color:#1B1F29;box-shadow:0 6px 20px rgba(0,0,0,0.09);display:flex;gap:0.81rem;align-items:center}
.cookies .strong-panel{flex:1 1 0}
.cookies strong{display:block;font-size:calc(16.5px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.88}
.cookies .active-region{flex:0 0 auto;display:grid;gap:8px}
.cookies .active-region button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .active-region button.cookie-accept{background:var(--surface-cool);color:var(--tone-light)}
@media(max-width:720px){.cookies .active-service{display:block}.cookies .active-region{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}
.narrow-media{--layer-local:calc(1.5rem * 1.35);--axis-active:calc(920px / 3.05);--font-nav:calc(920px / 3.44);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.narrow-media .secondary-unit{max-width:920px;margin:0 auto;}
.narrow-media h1,.narrow-media h2,.narrow-media h3,.narrow-media p,.narrow-media figure,.narrow-media figcaption{margin:0;}
.narrow-media h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.narrow-media p{font-size:16.5px;line-height:1.88;}
.narrow-media a{color:inherit;text-decoration:none;}
.narrow-media img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.narrow-media .contact-menu{display:flex;flex-wrap:wrap;align-items:center;gap:calc(0.81rem * 2.4);}
.narrow-media .simple-proof{flex:1 1 22rem;min-width:16rem;}
.narrow-media .public-plan{margin-top:1.5rem;max-width:34rem;}
.narrow-media .wide-form{flex:1 1 18rem;min-width:14rem;max-width:var(--font-nav);}
.narrow-media .wide-form figcaption{margin-top:calc(1.5rem * .75);font-size:calc(16.5px * .875);color:#2E3440;}
.narrow-media .direct-copy{display:flex;flex-wrap:wrap;align-items:center;gap:0.81rem;margin-top:calc(0.81rem * 1.5);}
.narrow-media .content-steps{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.27rem;background:#6C7BE0;color:#FFFFFF;}
.narrow-media .content-steps:hover{background:#5A69D0;color:#1B1F29;}
.narrow-media .page-section{font-size:calc(16.5px * .875);color:inherit;border-bottom:1px solid var(--ink-page);padding-bottom:2px;}
.narrow-media .page-section:hover{color:inherit;}
@media (max-width:640px){.narrow-media .contact-menu{gap:calc(0.81rem * 1.5);}.narrow-media .wide-form{max-width:none;}
}
.text-group{
  --layer-local:calc(1.5rem * 0.9);
  --type-button:calc(920px / 3.2);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#6C7BE0;
  color:#FFFFFF;
}
.text-group .secondary-unit{max-width:920px;
  margin:0 auto;}
.text-group h2,
.text-group h3,
.text-group p{margin:0;}
.text-group h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.text-group h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;}
.text-group p{font-size:16.5px;
  line-height:1.88;}
.text-group .soft-form{display:flex;
  flex-direction:column;
  gap:var(--layer-local);}
.text-group .narrow-form{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.81rem;}
.text-group .narrow-form h2{flex:1 1 calc(920px / 2.6);
  min-width:0;}
.text-group .media-items{flex:1 1 calc(920px / 2.8);
  min-width:0;
  opacity:.86;}
.text-group .steady-lead{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-local);
  margin-top:calc(var(--layer-local) * .4);}
.text-group .page-surface{flex:1 1 var(--type-button);
  min-width:0;
  padding-block-start:calc(calc(1.5rem * .75) * .6);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.text-group .page-surface p{margin-top:calc(1.5rem / 3);
  opacity:.84;}
.text-group .direct-copy{display:flex;
  flex-wrap:wrap;
  gap:calc(0.81rem * 1.2);
  margin-top:calc(var(--layer-local) * .3);}
.text-group .direct-copy a{color:inherit;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  padding-block-end:2px;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  transition:border-color 340ms var(--ease-base),opacity 340ms var(--ease-base);}
.text-group .direct-copy a:hover{border-bottom-color:currentColor;
  opacity:.82;}
@media (max-width:640px){.text-group .narrow-form h2,
  .text-group .media-items{
    flex:1 1 100%;
  }
}
.offer-feature{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: var(--surface-cool);
  color: var(--tone-light);
}
.offer-feature .secondary-unit{max-width: min(920px, 72rem);
  margin: 0 auto;}
.offer-feature .simple-section{max-width: 46rem;
  margin-bottom: calc(0.81rem * 1.5);}
.offer-feature h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.offer-feature .top-fields{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  color: #2E3440;}
.offer-feature .wide-content{display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;}
.offer-feature .page-surface{
  flex: 1 1 min(100%, 22rem);
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
  border-radius: 0.59rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
}
.offer-feature .featured-lead{margin: 0;
  font-size: 16.5px;
  line-height: 1.7;}
.offer-feature .active-items{display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--ink-page);}
.offer-feature .active-items img{width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.offer-feature .active-items strong{display: block;
  font-size: calc(16.5px * .875);
  font-weight: 700;}
.offer-feature .active-items small{display: block;
  font-size: calc(16.5px * .875);
  color: #2E3440;}
.offer-feature .active-section{margin-top: calc(0.81rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid var(--ink-page);
  border-bottom: 1px solid var(--ink-page);}
.offer-feature .main-story{flex: 1 1 min(100%, 14rem);}
.offer-feature .main-story .offer-brand{display: block;
  font-size: calc(16.5px * 1.35);
  font-weight: 700;color:inherit;}
.offer-feature .main-story small{display: block;
  margin-top: 0.25rem;
  font-size: calc(16.5px * .875);
  color: #2E3440;
  line-height: 1.55;}
.offer-feature .media-items{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * .875);
  color: #2E3440;
  max-width: 52rem;}
@media (max-width: 700px) {.offer-feature .wide-content{
    display: block;
  }.offer-feature .page-surface + .page-surface{
    margin-top: 0.81rem;
  }
}
.primary-steps{--layer-local:calc(1.5rem * 1.15);--gap-card:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.primary-steps .secondary-unit{max-width:920px;margin:0 auto;}
.primary-steps h2,.primary-steps h3,.primary-steps p{margin:0;}
.primary-steps h2{font-size:calc(16.5px * 2);line-height:1.14;}
.primary-steps h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.primary-steps p{font-size:16.5px;line-height:1.88;}
.primary-steps .narrow-form{max-width:calc(920px * .78);}
.primary-steps .public-plan{margin-top:1.5rem;}
.primary-steps .wide-intro{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:calc(1.5rem * 1.4);}
.primary-steps .page-surface{padding:var(--gap-card) 0;border-top:1px solid var(--ink-page);}
.primary-steps .page-surface:last-child{border-bottom:1px solid var(--ink-page);}
.primary-steps .page-surface p{margin-top:calc(1.5rem / 2.4);}
.primary-steps .direct-copy{margin-top:calc(1.5rem * 1.2);font-size:calc(16.5px * .875);}
.primary-steps .direct-copy a{text-decoration:none;border-bottom:1px solid #6C7BE0;}
.primary-steps .direct-copy a:hover{border-bottom-color:#F3C6D3;}
@media (min-width:720px){.primary-steps .page-surface{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.36rem;align-items:start;}.primary-steps .page-surface p{margin-top:0;}
}
.team-service{--layer-local:calc(1.5rem * 1.01);--axis-active:calc(920px / 2.25);--type-button:calc(920px / 3.32);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.team-service .secondary-unit{max-width:920px;margin:0 auto;}
.team-service h2,.team-service h3,.team-service p{margin:0;}
.team-service h2{font-size:calc(16.5px * 2);line-height:1.12;}
.team-service h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.team-service p{font-size:16.5px;line-height:1.88;}
.team-service .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.team-service .row-title h2{flex:1 1 calc(920px / 3);min-width:0;}
.team-service .row-title>p{flex:1 1 calc(920px / 3);min-width:0;max-width:var(--axis-active);}
.team-service .media-benefit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.team-service .page-surface{flex:1 1 var(--type-button);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid var(--ink-page);}
.team-service .page-surface p{margin-top:calc(1.5rem / 3);}
.team-service .team-callout{row-gap:calc(var(--layer-local) * .7);}
.team-service .figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (max-width:640px){.team-service .row-title h2,.team-service .row-title>p{flex:1 1 100%;}.team-service .page-surface{flex:1 1 100%;}
}
.secondary-copy{
  background: var(--surface-cool);
  color: var(--tone-light);
  padding: calc(1.5rem * 2.4) 1.36rem;
}
.secondary-copy .secondary-unit{width: min(100%, 920px);
  margin: 0 auto;}
.secondary-copy h2,
.secondary-copy h3,
.secondary-copy p{margin: 0;}
.secondary-copy .offer-group{display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;
  align-items: flex-end;
  margin-bottom: calc(0.81rem * 1.5);}
.secondary-copy .narrow-stack{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.71rem;
  flex: 1 1 20rem;
  min-width: 0;}
.secondary-copy .public-plan{flex: 1 1 20rem;
  min-width: 0;}
.secondary-copy h2{font-size: calc(16.5px * 2);
  line-height: 1.08;}
.secondary-copy .public-plan p{color: #2E3440;
  line-height: 1.88;
  margin-top: calc(1.5rem * .75);}
.secondary-copy .active-note{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.secondary-copy .text-header{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
  flex: 1 1 17rem;
  min-width: 0;
}
.secondary-copy .steady-content{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.4rem;}
.secondary-copy h3{font-size: calc(16.5px * 1.35);
  line-height: 1.16;}
.secondary-copy .simple-proof p{color: #2E3440;
  line-height: 1.88;
  margin-top: calc(1.5rem * .75);}
.secondary-copy .media-items{margin-top: calc(0.81rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-page);
  color: #2E3440;
  font-size: calc(16.5px * .875);
  line-height: 1.88;}
@media (max-width: 720px) {.secondary-copy .offer-group{
    align-items: stretch;
  }
}
.soft-service{
        padding:calc(1.5rem * 2.4) 1.36rem;
        background:#F3C6D3;
        color:#3A2430;
    }
.soft-service .secondary-unit{max-width:920px;
        margin:0 auto;}
.soft-service .simple-section{margin-bottom:calc(0.81rem * 1.5);
        max-width:70ch;}
.soft-service .simple-section span{
        display:inline-block;
        padding:4px 12px;
        border-radius:999px;
        background:#FFFFFF;
        color:#1B1F29;
        font-size:calc(16.5px * .875);
        letter-spacing:.03em;
    }
.soft-service .simple-section h2{margin:0.81rem 0;
        font-size:calc(16.5px * 2);
        line-height:1.2;}
.soft-service .simple-section p{margin:0;
        font-size:16.5px;
        line-height:1.88;}
.soft-service .steady-lead{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.soft-service .steady-lead article{
        display:grid;
        grid-template-columns:64px 1fr;
        gap:0.81rem;
        background:#FFFFFF;
        color:#1B1F29;
        border:1px solid var(--ink-page);
        border-radius:0.59rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 0px 2px rgba(0,0,0,0.06);
    }
.soft-service .top-unit{display:flex;
        justify-content:center;
        align-items:flex-start;}
.soft-service .top-unit b{
        width:44px;
        height:44px;
        border-radius:0.4rem;
        display:grid;
        place-items:center;
        background:#6C7BE0;
        color:#FFFFFF;
        font-size:calc(16.5px * .875);
        font-weight:700;
    }
.soft-service .steady-lead h3{margin:0 0 6px;
        font-size:calc(16.5px * 1.35);
        line-height:1.3;}
.soft-service .steady-lead p{margin:0 0 10px;
        font-size:16.5px;
        line-height:1.88;}
.soft-service .steady-lead em{font-style:normal;
        font-weight:700;
        font-size:calc(16.5px * .875);}
@media (max-width:640px){.soft-service .steady-lead article{
            grid-template-columns:1fr;
        }.soft-service .top-unit{
            justify-content:flex-start;
        }
    }
.featured-feature{--layer-local:calc(1.5rem * 1.18);--type-button:calc(920px / 3.40);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.featured-feature .secondary-unit{max-width:920px;margin:0 auto;}
.featured-feature h2,.featured-feature h3,.featured-feature p{margin:0;}
.featured-feature h2{font-size:calc(16.5px * 2);line-height:1.14;}
.featured-feature h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.featured-feature p{font-size:16.5px;line-height:1.88;color:#2E3440;}
.featured-feature .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.featured-feature .row-title h2{flex:1 1 calc(920px / 3);min-width:0;}
.featured-feature .row-title>p{flex:1 1 calc(920px / 3);min-width:0;}
.featured-feature .steady-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.featured-feature .page-surface{flex:1 1 var(--type-button);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid var(--ink-page);}
.featured-feature .page-surface p{margin-top:calc(1.5rem / 3);}
.featured-feature .offer-media{padding-block-end:calc(var(--layer-local) / 3);}
.featured-feature .team-callout{row-gap:calc(var(--layer-local) * .7);}
.featured-feature .primary-quote{column-gap:calc(0.81rem * .95);}
@media (max-width:640px){.featured-feature .row-title h2,.featured-feature .row-title>p{flex:1 1 100%;}.featured-feature .page-surface{flex:1 1 100%;}
}
.bottom-proof{--layer-local:calc(1.5rem * 1.20);--axis-active:calc(920px / 2.44);--type-button:calc(920px / 3.53);padding:calc(1.5rem * 2.4) 1.36rem;background:#F3C6D3;color:#3A2430;}
.bottom-proof .secondary-unit{max-width:920px;margin:0 auto;}
.bottom-proof h2,.bottom-proof h3,.bottom-proof p{margin:0;}
.bottom-proof h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-proof h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-proof p{font-size:16.5px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-proof a{color:inherit;text-decoration:none;}
.bottom-proof .content-callout{padding-inline-start:calc(1.36rem / 2);}
.bottom-proof .team-callout{row-gap:calc(var(--layer-local) * .7);}
.bottom-proof .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.bottom-proof .row-title h2{flex:1 1 calc(920px / 3);min-width:0;}
.bottom-proof .row-title>p{flex:1 1 calc(920px / 3);min-width:0;}
.bottom-proof .main-team{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.bottom-proof .page-surface{flex:1 1 var(--type-button);min-width:0;}
.bottom-proof .page-surface p{margin-top:calc(1.5rem / 3);}
.bottom-proof .page-surface a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.bottom-proof .direct-copy{flex:1 1 100%;margin-top:calc(var(--layer-local) * .8);font-size:calc(16.5px * .875);}
.bottom-proof .direct-copy a{text-decoration:underline;}
.simple-story{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light)}
.simple-story .secondary-unit{max-width:920px;margin:0 auto}
.simple-story .media-items{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);align-items:flex-start}
.simple-story .top-fields{flex:1 1 22rem;min-width:0;background:#EEF0F8;color:#2E3440;border-radius:0.59rem;padding:calc(1.5rem * .75)}
.simple-story h2{margin:0;font-size:calc(16.5px * 2);line-height:1.14}
.simple-story .top-fields p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.88}
.simple-story .featured-team{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.simple-story .page-surface{border-top:1px solid var(--ink-page);padding-top:1.5rem}
.simple-story .page-surface:first-child{border-top:0;padding-top:0}
.simple-story .page-surface strong{display:block;font-size:calc(16.5px * 1.35);line-height:1.2}
.simple-story .page-surface p{margin:calc(1.5rem * .75) 0 0;line-height:1.88;font-size:calc(16.5px * .875)}
@media(max-width:780px){.simple-story .media-items{display:block}.simple-story .top-fields{padding:1.5rem}.simple-story .featured-team{margin-top:calc(0.81rem * 1.5)}
}
.bottom-view{--layer-local:calc(1.5rem * 1.35);--axis-active:calc(920px / 2.80);padding:calc(1.5rem * 2.4) 1.36rem;background:#6C7BE0;color:#FFFFFF;}
.bottom-view .secondary-unit{max-width:920px;margin:0 auto;}
.bottom-view h2,.bottom-view h3,.bottom-view p{margin:0;}
.bottom-view h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-view h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-view p{font-size:16.5px;line-height:1.88;}
.bottom-view .media-items{font-size:calc(16.5px * .875);opacity:.82;max-width:var(--axis-active);}
.bottom-view .steady-lead{display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.bottom-view .page-surface{flex:1 1 calc(920px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.4rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.bottom-view .page-surface p{margin-top:calc(1.5rem / 3);}
.bottom-view .steady-flow>.steady-lead{margin-top:var(--layer-local);}
.bottom-view .steady-flow>h2{margin-top:calc(1.5rem / 2);}
.bottom-view .steady-flow>.media-items:last-child{margin-top:var(--layer-local);}
.direct-plan{--layer-local:calc(1.5rem * 1.19);--axis-active:calc(920px / 3.10);--font-nav:calc(920px / 3.27);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.direct-plan .secondary-unit{max-width:920px;margin:0 auto;}
.direct-plan h1,.direct-plan h2,.direct-plan h3,.direct-plan p{margin:0;}
.direct-plan h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.direct-plan h2{font-size:calc(16.5px * 2);line-height:1.12;}
.direct-plan h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.direct-plan p{font-size:16.5px;line-height:1.88;}
.direct-plan a{color:inherit;text-decoration:none;}
.direct-plan a:hover{color:inherit;}
.direct-plan img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.direct-plan .public-plan{color:#2E3440;}
.direct-plan .media-items{margin-top:1.5rem;font-size:calc(16.5px * .875);color:#2E3440;}
.direct-plan .steady-lead{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.direct-plan .page-surface{min-width:0;}
.direct-plan .page-surface p{margin-top:calc(1.5rem / 3);color:#2E3440;}
.direct-plan .page-surface img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-nav) * .7);}
.direct-plan .steady-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.direct-plan .steady-group>.simple-proof{flex:1 1 calc(920px / 3);min-width:0;}
.direct-plan .steady-group>.steady-lead{flex:2 1 calc(920px / 2);margin-top:0;}
.direct-plan .steady-group>img{margin-left:auto;}
.direct-plan .simple-proof .public-plan{margin-top:1.5rem;}
.direct-plan .direct-copy{margin-top:calc(0.81rem * 1.5);font-size:calc(16.5px * .875);color:#2E3440;}
@media (max-width:720px){.direct-plan .steady-group>img{margin-left:0;max-width:100%;}.direct-plan .page-surface img{max-width:100%;}
}
.view{
  background:var(--surface-cool);
  color:var(--tone-light);
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.view .secondary-unit{max-width:920px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.81rem * 1.5);
  align-items:flex-start;}
.view .simple-proof{flex:1 1 26rem;
  min-width:0;}
.view .top-steps{display:block;
  flex:0 1 20rem;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.59rem;
  order:2;}
.view h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;
  letter-spacing:0;}
.view .simple-proof p{margin:1.5rem 0 0;
  color:#2E3440;
  font-size:16.5px;
  line-height:1.88;}
.view .steady-lead{margin:calc(0.81rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:0.81rem;}
.view .page-surface{position:relative;
  padding-left:1.1rem;
  font-size:16.5px;
  line-height:1.88;
  color:var(--tone-light);}
.view .page-surface::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:#F3C6D3;color:#3A2430;}
.view .service-rail{margin-top:calc(0.81rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  align-items:center;}
.view .service-rail a{
  display:inline-flex;
  align-items:center;
  color:#FFFFFF;
  background:#6C7BE0;
  text-decoration:none;
  border-radius:0.4rem;
  padding:.75rem 1.05rem;
  font-size:calc(16.5px * .875);
  transition:background 340ms var(--ease-base);
}
.view .service-rail a:hover{
  background:#5A69D0;color:#1B1F29;}
.view .service-rail .direct-copy{
  color:var(--tone-light);
  background:transparent;
  border:1px solid var(--ink-page);
  padding:.7rem 1rem;
}
.view .service-rail .direct-copy:hover{
  background:#EEF0F8;color:#2E3440;}
@media (max-width:760px){.view .secondary-unit{display:block}.view .top-steps{
    width:100%;
    aspect-ratio:16/10;
    margin-top:calc(0.81rem * 1.5);
    order:0;
  }.view .simple-proof{margin-top:0}
}
.focused-tile{--layer-local:calc(1.5rem * 1.24);padding:calc(1.5rem * 2.4) 1.36rem;background:#6C7BE0;color:#FFFFFF;}
.focused-tile .secondary-unit{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.focused-tile h2,.focused-tile h3,.focused-tile p{margin:0;}
.focused-tile h2{font-size:calc(16.5px * 2);line-height:1.14;}
.focused-tile h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.focused-tile p{font-size:16.5px;line-height:1.88;}
.focused-tile .narrow-form{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:calc(920px * 0.82);}
.focused-tile .public-plan{color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-tile .steady-lead{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.focused-tile .page-surface{padding:calc(0.81rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.focused-tile .page-surface p{color:color-mix(in srgb, currentColor 76%, transparent);}
.focused-tile .bottom-content{display:flex;flex-direction:column;gap:calc(1.5rem / 2.2);padding-top:calc(1.5rem / 3);}
.focused-tile .media-items{color:color-mix(in srgb, currentColor 80%, transparent);max-width:calc(920px * 0.78);}
.focused-tile .direct-copy{display:flex;flex-wrap:wrap;gap:0.81rem;}
.focused-tile .direct-copy a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border-radius:0.27rem;background:#F3C6D3;color:#3A2430;font-size:calc(16.5px * .875);text-decoration:none;transition:background 340ms var(--ease-base);}
.focused-tile .direct-copy a:hover{background:#EBB2C2;color:#1B1F29;}
@media (max-width:720px){.focused-tile .narrow-form{max-width:none;}.focused-tile .media-items{max-width:none;}
}
.top-items{--layer-local:calc(1.5rem * 1.05);--axis-active:calc(920px / 2.35);padding:calc(1.5rem * 2.4) 1.36rem;background:#EEF0F8;color:#2E3440;}
.top-items .secondary-unit{max-width:920px;margin:0 auto;}
.top-items h1,.top-items h2,.top-items h3,.top-items p{margin:0;}
.top-items h2{font-size:calc(16.5px * 2);line-height:1.12;}
.top-items p{font-size:16.5px;line-height:1.88;}
.top-items a{color:inherit;text-decoration:none;}
.top-items a:hover{color:inherit;}
.top-items .public-plan{max-width:var(--axis-active);font-size:calc(16.5px * 1.125);}
.top-items .media-items{max-width:var(--axis-active);}
.top-items .content-steps{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.27rem;background:#6C7BE0;color:#FFFFFF;}
.top-items .content-steps:hover{background:#5A69D0;color:#FFFFFF;}
.top-items .direct-copy{font-size:calc(16.5px * .875);}
.top-items .secondary-frame>*+*{margin-top:var(--layer-local);}
.featured-panel{--layer-local:calc(1.5rem * 1.15);--axis-active:calc(920px / 1.55);--type-base:2.1rem;padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.featured-panel .secondary-unit{max-width:920px;margin:0 auto;}
.featured-panel h2,.featured-panel h3,.featured-panel p,.featured-panel ol,.featured-panel li,.featured-panel figure{margin:0;padding:0;}
.featured-panel h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--axis-active);}
.featured-panel h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.featured-panel p{font-size:16.5px;line-height:1.88;}
.featured-panel .public-plan{margin-top:calc(0.81rem * 1.5);max-width:var(--axis-active);}
.featured-panel .main-frame{margin-top:var(--layer-local);}
.featured-panel .main-frame img{display:block;width:100%;height:auto;border-radius:0.59rem;box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.featured-panel .direct-copy{list-style:none;margin-top:var(--layer-local);display:flex;flex-direction:column;gap:calc(0.81rem * 1.5);}
.featured-panel .focused-media{display:flex;gap:0.81rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--ink-page);}
.featured-panel .focused-media:last-child{border-bottom:1px solid var(--ink-page);}
.featured-panel .clear-intro{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:var(--type-base);height:var(--type-base);border-radius:0.27rem;background:#F3C6D3;color:#3A2430;font-size:calc(16.5px * .875);letter-spacing:0.04em;}
.featured-panel .bottom-story{min-width:0;}
.featured-panel .bottom-story p{margin-top:calc(1.5rem / 3.5);}
.featured-panel .bottom-content{margin-top:var(--layer-local);display:flex;flex-wrap:wrap;gap:0.81rem;align-items:flex-start;}
.featured-panel .media-items{flex:1 1 calc(920px / 2.4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.4rem;background:#EEF0F8;color:#2E3440;font-size:calc(16.5px * .875);}
.featured-panel .narrow-footer{flex:1 1 calc(920px / 2.4);min-width:0;font-size:calc(16.5px * .875);}
.featured-panel .narrow-footer a{text-decoration:underline;text-underline-offset:3px;}
.featured-panel .narrow-footer a:hover{}
@media (max-width:640px){.featured-panel .focused-media{flex-direction:column;gap:calc(0.81rem / 1.5);}
}
.track{
  background:var(--surface-cool);
  color:var(--tone-light);
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.track .secondary-unit{max-width:920px;
  margin:0 auto;}
.track .narrow-form{display:flex;
  flex-wrap:wrap;
  gap:calc(0.81rem * 1.5);
  align-items:flex-start;}
.track h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.track .narrow-form p{flex:1 1 18rem;
  min-width:0;
  margin:0;
  color:#2E3440;
  line-height:1.88;}
.track .top-footer{margin-top:calc(0.81rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;}
.track .top-footer a{
  flex:1 1 15rem;
  min-width:0;
  color:var(--tone-light);
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid var(--ink-page);
  border-radius:0.59rem;
  transition:border-color 340ms var(--ease-base), box-shadow 340ms var(--ease-base);
}
.track .top-footer a:hover{border-color:#A6B0F0;
  box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.track .top-footer strong,
.track .top-footer span{display:block;}
.track .top-footer strong{font-size:16.5px;}
.track .top-footer span{margin-top:.35rem;
  color:#2E3440;
  font-size:calc(16.5px * .875);
  line-height:1.88;}
.track .media-items{margin-top:calc(0.81rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--ink-page);
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  align-items:center;
  justify-content:space-between;}
.track .media-items p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#2E3440;
  line-height:1.88;}
.track .content-steps{
  display:inline-flex;
  align-items:center;
  color:#FFFFFF;
  background:#6C7BE0;
  text-decoration:none;
  border-radius:0.71rem;
  padding:.7rem 1.1rem;
  font-size:calc(16.5px * .875);
  transition:background 340ms var(--ease-base);
}
.track .content-steps:hover{
  background:#5A69D0;color:#1B1F29;}
.track .direct-copy{margin:1.5rem 0 0;
  font-size:calc(16.5px * .875);
  color:#2E3440;}
.track .direct-copy a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 340ms var(--ease-base), color 340ms var(--ease-base);}
.track .direct-copy a:hover{color:inherit;
  border-bottom-color:#F3C6D3;}
@media (max-width:680px){.track .narrow-form{display:block}.track .narrow-form p{margin-top:1.5rem}.track .top-footer a{flex:1 1 100%}.track .media-items{display:block}.track .content-steps{margin-top:1.5rem}
}
.local-items{
  background:var(--surface-cool);
  color:var(--tone-light);
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.local-items .secondary-unit{max-width:920px;
  margin:0 auto;}
.local-items .page-content{max-width:44rem;}
.local-items h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.local-items .page-content p{margin:1.5rem 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.88;}
.local-items .wide-content{margin-top:calc(0.81rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0.81rem;}
.local-items .page-surface{
  background:#FFFFFF;
  color:#1B1F29;
  border:1px solid var(--ink-page);
  border-radius:0.59rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.local-items .visual-inner{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:0.81rem;}
.local-items .visual-inner h3{margin:0;
  font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.local-items .media-items{
  font-size:calc(16.5px * .875);
  color:#2E3440;
  background:#EEF0F8;
  border-radius:0.27rem;
  padding:.15rem .5rem;
  white-space:nowrap;
}
.local-items .page-surface p{margin:.6rem 0 0;
  line-height:1.88;}
.local-items .direct-copy{display:inline-block;
  margin-top:1.5rem;
  text-decoration:none;
  font-size:16.5px;
  border-bottom:1px solid transparent;
  transition:border-color 340ms var(--ease-base), color 340ms var(--ease-base);}
.local-items .direct-copy:hover{border-bottom-color:#F3C6D3;}
.local-items .bottom-content{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;}
.local-items .bottom-content a{text-decoration:none;
  font-size:calc(16.5px * .875);
  border-bottom:1px solid var(--ink-page);
  padding-bottom:2px;}
.local-items .bottom-content a:hover{border-bottom-color:#F3C6D3;}
.local-items .quiet-entries{margin-top:calc(0.81rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--ink-page);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.81rem;}
.local-items .quiet-entries p{margin:0;
  max-width:34rem;
  line-height:1.88;}
.local-items .quiet-entries .direct-copy{margin-top:0;}
@media (max-width:680px){.local-items .visual-inner{
    flex-direction:column;
    align-items:flex-start;
  }.local-items .quiet-entries{
    flex-direction:column;
    align-items:flex-start;
  }
}
.top-story{background:var(--surface-cool);color:var(--tone-light);padding:calc(1.5rem * 2.4) 1.36rem}
.top-story .secondary-unit{max-width:920px;margin:0 auto}
.top-story .narrow-form{max-width:44rem}
.top-story h2{margin:0;font-size:clamp(calc(16.5px * 2),4.4vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.top-story .public-plan{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.7}
.top-story .strong-links{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);margin-top:calc(1.5rem * 2.4);align-items:flex-start}
.top-story .simple-proof{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-story .direct-stack{display:flex;flex-wrap:wrap;gap:0.4rem 1rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-page)}
.top-story .service-tile{flex:0 0 9rem;font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2E3440}
.top-story .offer-summary{flex:1 1 14rem;min-width:0;color:inherit;text-decoration:none;line-height:1.6}
.top-story a.value{color:inherit;}
.top-story a.value:hover{color:inherit;}
.top-story .contact-intro{display:flex;flex-wrap:wrap;gap:0.4rem 1rem;padding-top:calc(1.5rem * .75)}
.top-story .steady-lead{flex:1 1 14rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.35rem}
.top-story .steady-lead li{display:flex;justify-content:space-between;gap:1rem;font-size:16.5px;border-bottom:1px dashed var(--ink-page);padding-bottom:0.3rem}
.top-story .bottom-content{flex:1 1 18rem;min-width:0;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);border-radius:0.59rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-story .media-items{margin:0;font-size:16.5px;line-height:1.65}
.top-story .direct-copy p{margin:0.4rem 0 0;font-size:16.5px;line-height:1.65}
.top-story .content-steps{display:flex;flex-direction:column;gap:0.5rem;margin-top:auto}
.top-story .content-steps a{display:block;padding:0.7rem 1rem;border-radius:0.27rem;text-decoration:none;font-size:16.5px;background:#6C7BE0;color:#FFFFFF;text-align:center}
.top-story .content-steps a:hover{background:#5A69D0;color:#1B1F29;}
.top-story .content-steps a + a{background:#F3C6D3;color:#3A2430}
.top-story .content-steps a + a:hover{background:#EBB2C2;color:#1B1F29;}
@media(max-width:760px){.top-story .service-tile{flex-basis:100%}.top-story .strong-links{margin-top:calc(0.81rem * 1.5)}
}
.soft-benefit{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: var(--surface-cool);
  color: var(--tone-light);
}
.soft-benefit .secondary-unit{max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.81rem * 1.5);}
.soft-benefit .content-steps{
  flex: 1 1 300px;
  padding: calc(1.5rem * .75);
  border-radius: 0.71rem;
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
}
.soft-benefit .main-figure{display: inline-block;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.soft-benefit h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.soft-benefit .public-plan{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.5px;
  line-height: 1.88;}
.soft-benefit .content-steps a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #6C7BE0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16.5px;
  transition: background 340ms var(--ease-base);
}
.soft-benefit .content-steps a:hover{
  background: #5A69D0;color:#1B1F29;}
.soft-benefit .media-items{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * .875);}
.soft-benefit .media-benefit{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 0.81rem;}
.soft-benefit .main-group{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * 1.125);
  line-height: 1.4;}
.soft-benefit .focused-media{
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #EEF0F8;
  color: #2E3440;
  display: flex;
  flex-direction: column;
  gap: calc(0.81rem * 0.5);
}
.soft-benefit .focused-media strong{font-size: 16.5px;
  font-weight: 600;}
.soft-benefit .focused-media span{font-size: calc(16.5px * .875);
  line-height: 1.6;}
@media (max-width: 760px) {.soft-benefit .secondary-unit{
    flex-direction: column;
  }.soft-benefit .content-steps,
  .soft-benefit .media-benefit{
    flex: 1 1 auto;
    width: 100%;
  }
}
.quiet-surface{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #EEF0F8;
  color: #2E3440;
}
.quiet-surface .active-service{max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  align-items: flex-start;}
.quiet-surface .bottom-content{
  flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
}
.quiet-surface h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.quiet-surface .public-plan{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.5px;}
.quiet-surface .media-items{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * .875);}
.quiet-surface .local-panel{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(0.81rem * 1.5);}
.quiet-surface .wide-surface{
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
}
.quiet-surface .site-intro{
  align-self: flex-start;
  padding: 0.15rem 0.55rem;
  border-radius: 0.27rem;
  background: #F3C6D3;
  color: #3A2430;
  font-size: calc(16.5px * .875);
}
.quiet-surface h3{margin: 0;
  font-size: calc(16.5px * 1.35);}
.quiet-surface .bottom-story p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.quiet-surface small{display: block;
  font-size: calc(16.5px * .875);}
@media (max-width: 760px) {.quiet-surface .active-service{
    flex-direction: column;
  }
}
.compact-copy{--layer-local:calc(1.5rem * 1.19);--axis-active:calc(920px / 2.55);--font-nav:calc(920px / 3.49);padding:calc(1.5rem * 2.4) 1.36rem;background:#EEF0F8;color:#2E3440;}
.compact-copy .secondary-unit{max-width:920px;margin:0 auto;}
.compact-copy h2,.compact-copy p{margin:0;}
.compact-copy h2{font-size:calc(16.5px * 2);line-height:1.14;}
.compact-copy p{font-size:16.5px;line-height:1.88;}
.compact-copy a{text-decoration:none;}
.compact-copy .compact-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(0.81rem * 1.6);flex-wrap:wrap;}
.compact-copy .compact-copy .simple-proof{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.81rem * 1.5);}
.compact-copy .public-plan{max-width:var(--axis-active);}
.compact-copy .media-items{font-size:calc(16.5px * .875);opacity:0.78;}
.compact-copy .direct-copy{display:flex;align-items:center;gap:0.81rem;flex-wrap:wrap;}
.compact-copy .content-steps{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.27rem;background:#6C7BE0;color:#FFFFFF;transition:background 340ms var(--ease-base);}
.compact-copy .content-steps:hover{background:#5A69D0;color:#1B1F29;}
.compact-copy .main-region{font-size:calc(16.5px * .875);color:inherit;border-bottom:1px solid transparent;transition:color 340ms var(--ease-base),border-color 340ms var(--ease-base);}
.compact-copy .main-region:hover{color:inherit;border-color:#F3C6D3;}
.compact-copy .bottom-content{flex:0 1 min(24rem,34vw);margin:0;min-width:14rem;}
.compact-copy .bottom-content img{display:block;width:100%;max-width:100%;height:auto;border-radius:0.4rem;box-shadow:0 0px 2px rgba(0,0,0,0.06);}
@media (max-width:720px){.compact-copy .compact-copy{flex-direction:column;}.compact-copy .bottom-content{flex:1 1 auto;width:100%;}
}
.clear-form{--layer-local:calc(1.5rem * 1.09);--axis-active:calc(920px / 2.33);padding:calc(1.5rem * 2.4) 1.36rem;background:#EEF0F8;color:#2E3440;}
.clear-form .secondary-unit{max-width:920px;margin:0 auto;}
.clear-form h1,.clear-form h2,.clear-form h3,.clear-form p,.clear-form ul{margin:0;}
.clear-form h2{font-size:calc(16.5px * 2);line-height:1.12;}
.clear-form p{font-size:16.5px;line-height:1.88;}
.clear-form a{text-decoration:underline;text-underline-offset:2px;}
.clear-form a:hover{}
.clear-form .quiet-content>p{margin-top:1.5rem;max-width:var(--axis-active);}
.clear-form .wide-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.clear-form details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-page);}
.clear-form details:first-of-type{border-top:1px solid var(--ink-page);}
.clear-form summary{cursor:pointer;font-weight:700;font-size:calc(16.5px * 1.125);list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:0.81rem;}
.clear-form summary::-webkit-details-marker{display:none;}
.clear-form summary::after{content:"+";font-weight:400;font-size:calc(16.5px * 1.125);line-height:1;}
.clear-form details[open] summary::after{content:"–";}
.clear-form details p{margin-top:calc(1.5rem / 3);max-width:var(--axis-active);}
.clear-form .direct-copy{margin-top:1.5rem;font-size:calc(16.5px * .875);}
.strong-benefit{--layer-local:calc(1.5rem * 1.28);--axis-active:calc(920px / 2.3);--font-nav:calc(920px / 3.4);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.strong-benefit .secondary-unit{max-width:920px;margin:0 auto;}
.strong-benefit h2,.strong-benefit h3,.strong-benefit p{margin:0;}
.strong-benefit h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--axis-active);}
.strong-benefit h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.strong-benefit p{font-size:16.5px;line-height:1.88;color:#2E3440;}
.strong-benefit .public-plan{max-width:var(--axis-active);margin-top:1.5rem;}
.strong-benefit img{display:block;width:100%;max-width:var(--font-nav);height:auto;border-radius:0.4rem;margin-top:var(--layer-local);}
.strong-benefit .steady-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;margin-top:var(--layer-local);}
.strong-benefit .page-surface{flex:1 1 calc(920px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-page);}
.strong-benefit .page-surface p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:640px){.strong-benefit .page-surface{flex:1 1 100%;}.strong-benefit img{max-width:100%;}
}
.soft-intro{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: linear-gradient(135deg, #EEF0F8 0%, #F7F8FC 55%, #F3C6D3 100%);
        color: #1B1F29;
    }
.soft-intro .secondary-unit{max-width: 920px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.81rem * 1.5);}
.soft-intro .public-plan{max-width: 44rem;}
.soft-intro h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.1;}
.soft-intro .public-plan p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.88;}
.soft-intro .offer-stack{display: flex;
        flex-direction: column;
        gap: 0.81rem;}
.soft-intro .top-body{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.4rem);
        border-left: 3px solid #F3C6D3;
        border-radius: 0.4rem;
        background: #FFFFFF;
        color: #1B1F29;
        box-shadow: 0 0px 2px rgba(0,0,0,0.06);
    }
.soft-intro .featured-lead{font-size: 16.5px;
        line-height: 1.88;}
.soft-intro .media-shell{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 0.81rem;
        align-items: baseline;
        font-size: calc(16.5px * .875);}
.soft-intro .media-shell strong{}
.soft-intro .media-shell span{}
@media (min-width: 780px) {.soft-intro .offer-stack{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: calc(1.5rem * .75);
        }.soft-intro .top-body:first-child{
            grid-column: 1 / -1;
        }
    }
@media (max-width: 520px) {.soft-intro .media-shell{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.contact-content{padding:calc(1.5rem * 2.4) 1.36rem;background:#EEF0F8;color:#2E3440}
.contact-content .secondary-unit{max-width:920px;margin:0 auto;width:min(100%,48rem)}
.contact-content .simple-section{max-width:38rem;margin-bottom:calc(0.81rem * 1.5)}
.contact-content h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.contact-content .simple-section p{margin:1.5rem 0 0;line-height:1.88}
.contact-content .steady-lead{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-content details{border-top:1px solid var(--ink-page);padding:calc(1.5rem * .75) 0}
.contact-content details:last-of-type{border-bottom:1px solid var(--ink-page)}
.contact-content summary{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.81rem;cursor:pointer;list-style:none}
.contact-content summary::-webkit-details-marker{display:none}
.contact-content strong{font-size:calc(16.5px * 1.35);line-height:1.15;flex:1 1 16rem}
.contact-content summary span{font-size:calc(16.5px * .875);max-width:26rem;opacity:0.85}
.contact-content details p{margin:1.5rem 0 0;line-height:1.88;max-width:42rem}
.contact-content .direct-copy{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(16.5px * .875);line-height:1.88}
.contact-content .direct-copy a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.contact-content .direct-copy a:hover{color:inherit;}
@media(max-width:680px){.contact-content summary span{display:block;margin-top:calc(1.5rem * .75)}}
.secondary-fields{--layer-local:calc(1.5rem * 1.29);--axis-active:calc(920px / 3.25);--font-nav:calc(920px / 3.44);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.secondary-fields .secondary-unit{max-width:920px;margin:0 auto;}
.secondary-fields h2,.secondary-fields h3,.secondary-fields p{margin:0;}
.secondary-fields h2{font-size:calc(16.5px * 2);line-height:1.12;}
.secondary-fields h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.secondary-fields p{font-size:16.5px;line-height:1.88;}
.secondary-fields a{text-decoration:none;}
.secondary-fields a:hover{}
.secondary-fields img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.secondary-fields .narrow-form{max-width:var(--axis-active);}
.secondary-fields .public-plan{margin-top:calc(1.5rem / 2);}
.secondary-fields .steady-lead{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.secondary-fields .page-surface{display:flex;flex-wrap:wrap;gap:0.81rem;align-items:flex-start;min-width:0;padding-bottom:var(--layer-local);border-bottom:1px solid var(--ink-page);}
.secondary-fields .page-surface:last-child{border-bottom:0;padding-bottom:0;}
.secondary-fields .page-surface img{flex:0 0 auto;max-width:calc(var(--font-nav) * .7);}
.secondary-fields .simple-proof{flex:1 1 260px;min-width:0;}
.secondary-fields .simple-proof p{margin-top:calc(1.5rem / 3);}
.secondary-fields .direct-copy{margin-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);}
.secondary-fields .media-items{margin-top:var(--layer-local);max-width:var(--axis-active);}
@media (max-width:640px){.secondary-fields .page-surface img{max-width:100%;}
}
.service-story{
    padding:calc(1.5rem * 2.4) 1.36rem;
    background:var(--surface-cool);
    color:var(--tone-light);
    position:relative;
    overflow:hidden;
    isolation:isolate;
}
.service-story::before{
    content:'';
    position:absolute;
    left:calc(1.36rem * -1);
    right:calc(1.36rem * -1);
    top:22%;
    height:1px;
    background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 18%,transparent),transparent);
    opacity:.35;
    animation:visualHighlightsThread calc(17s + 2 * 2s) linear infinite alternate;
    pointer-events:none;
}
.service-story .secondary-unit{max-width:920px;
    margin:0 auto;
    position:relative;
    z-index:1;}
.service-story .simple-section{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    justify-content:space-between;
    gap:0.81rem;
    margin-bottom:calc(0.81rem * 1.5);
    padding-bottom:calc(0.81rem * 1.5);
    border-bottom:1px solid var(--ink-page);}
.service-story h2{margin:0;
    font-size:calc(16.5px * 2);
    line-height:1.1;
    flex:1 1 18rem;}
.service-story .simple-section p{margin:0;
    flex:1 1 16rem;
    max-width:32rem;
    font-size:calc(16.5px * .875);
    color:#2E3440;}
.service-story .media-unit{display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:calc(1.5rem * .75);}
.service-story .secondary-story{
    margin:0;
    background:#FFFFFF;
    border:1px solid var(--ink-page);
    color:#1B1F29;
    border-radius:0.59rem;
    overflow:hidden;
    display:grid;
    grid-template-rows:auto 1fr;
}
.service-story .secondary-story img{display:block;
    width:100%;
    aspect-ratio:16 / 10;
    object-fit:cover;}
.service-story figcaption{display:grid;
    gap:.35rem;
    padding:calc(1.5rem * .75);}
.service-story strong{font-size:16.5px;
    line-height:1.3;}
.service-story figcaption span{font-size:calc(16.5px * .875);
    line-height:1.6;
    color:#2E3440;}
.service-story .media-items{margin:calc(0.81rem * 1.5) 0 0;
    font-size:calc(16.5px * .875);
    color:#2E3440;
    max-width:44rem;}
@media (max-width:720px){.service-story .media-unit{grid-template-columns:1fr;}.service-story .simple-section{flex-direction:column;align-items:flex-start;}
}
@media (prefers-reduced-motion: reduce){.service-story::before{animation:none;}
}
.plain-story{
  --layer-local:calc(1.5rem * 1.05);
  --axis-active:calc(920px / 1.6);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:var(--surface-cool);
  color:var(--tone-light);
}
.plain-story .secondary-unit{max-width:920px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-local);}
.plain-story h2,
.plain-story h3,
.plain-story p{margin:0;}
.plain-story h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.plain-story h3{font-size:calc(16.5px * 1.35);
  line-height:1.25;}
.plain-story p{font-size:16.5px;
  line-height:1.88;}
.plain-story .narrow-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.6);
  max-width:var(--axis-active);}
.plain-story .public-plan{color:#2E3440;}
.plain-story .wide-intro{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--ink-page);}
.plain-story .page-surface{padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid var(--ink-page);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.plain-story .page-surface p{color:#2E3440;
  max-width:var(--axis-active);}
.plain-story .public-content{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem;
  padding-top:calc(1.5rem / 2);}
.plain-story .media-items{color:#2E3440;
  font-size:calc(16.5px * .875);}
.plain-story .direct-copy{display:inline-flex;
  align-items:center;
  gap:calc(0.81rem / 1.5);
  font-size:calc(16.5px * .875);}
.plain-story .direct-copy a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 340ms var(--ease-base), border-color 340ms var(--ease-base);}
.plain-story .direct-copy a:hover{color:inherit;
  border-bottom-color:#F3C6D3;}
.plain-story .direct-copy span{color:#2E3440;}
.plain-story img{display:block;
  width:100%;
  height:auto;
  border-radius:0.4rem;
  margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.plain-story .public-content{
    flex-direction:column;
    align-items:flex-start;
  }
}
.fresh-header{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #F3C6D3;
  color: #3A2430;
}
.fresh-header .active-service{max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 0.81rem;}
.fresh-header .page-content{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #1B1F29;
  color: #F4F5F9;
}
.fresh-header h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.08;}
.fresh-header .page-content p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);}
.fresh-header .local-panel{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.fresh-header .wide-surface{
  display: grid;
  grid-template-columns: minmax(4rem, .25fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #FFFFFF;
  color: #1B1F29;
  border: 1px solid var(--ink-page);
}
.fresh-header .site-intro{font-size: calc(16.5px * .875);
  word-break: break-word;}
.fresh-header h3{margin: 0;
  font-size: calc(16.5px * 1.35);}
.fresh-header .wide-surface p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.fresh-header small{font-size: calc(16.5px * .875);}
@media (max-width: 780px) {.fresh-header .active-service,
  .fresh-header .wide-surface{
    grid-template-columns: 1fr;
  }
}
.compact-tile{padding:calc(1.5rem * 2.4) 1.36rem;background:linear-gradient(135deg, #EEF0F8 0%, #F7F8FC 55%, #F3C6D3 100%);color:#1B1F29}
.compact-tile .secondary-unit{max-width:920px;margin:0 auto}
.compact-tile .wide-content{display:flex;gap:calc(0.81rem * 1.5);align-items:flex-start}
.compact-tile .primary-headline{flex:0 1 21rem;min-width:0;border-left:1px solid color-mix(in srgb,#1B1F29 24%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-tile .primary-headline .media-items{margin:0;font-size:calc(16.5px * .875);line-height:1.88}
.compact-tile .active-nav{flex:1 1 44rem;min-width:0}
.compact-tile h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.compact-tile .local-form{margin-top:calc(0.81rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.compact-tile .local-form 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,#1B1F29 14%,transparent)}
.compact-tile .local-form p:last-child{border-bottom:0;padding-bottom:0}
.compact-tile strong{flex:0 1 13rem;min-width:0;font-size:calc(16.5px * .875);letter-spacing:0.01em}
.compact-tile span{flex:1 1 28rem;min-width:0;line-height:1.88}
@media(max-width:760px){.compact-tile .wide-content,.compact-tile .local-form p{display:block}.compact-tile .primary-headline{border-left:0;padding-left:0}.compact-tile .active-nav{margin-top:calc(0.81rem * 1.5)}.compact-tile span{display:block;margin-top:calc(1.5rem * .75)}.compact-tile h2{font-size:calc(16.5px * 1.35)}}
.primary-track{--layer-local:calc(1.5rem * 1.05);--axis-active:calc(920px / 2.6);--font-nav:calc(920px / 3.9);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.primary-track .secondary-unit{max-width:920px;margin:0 auto;}
.primary-track h2,.primary-track h3,.primary-track p{margin:0;}
.primary-track h2{font-size:calc(16.5px * 2);line-height:1.14;}
.primary-track h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.primary-track p{font-size:16.5px;line-height:1.88;color:#2E3440;}
.primary-track img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.primary-track .public-plan{margin-top:1.5rem;max-width:var(--axis-active);}
.primary-track .direct-copy{display:flex;flex-wrap:wrap;gap:0.81rem;margin-top:1.5rem;}
.primary-track .direct-copy a{display:inline-block;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.27rem;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);text-decoration:none;font-size:calc(16.5px * .875);transition:background 340ms var(--ease-base);}
.primary-track .direct-copy a:hover{background:#F3C6D3;color:#3A2430;}
.primary-track .steady-lead{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.primary-track .page-surface{min-width:0;padding-bottom:var(--layer-local);border-bottom:1px solid var(--ink-page);}
.primary-track .page-surface:last-child{border-bottom:0;padding-bottom:0;}
.primary-track .page-surface p{margin-top:calc(1.5rem / 3);}
.primary-track .steady-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.primary-track .steady-group>.simple-proof{flex:1 1 calc(920px / 3);min-width:0;}
.primary-track .steady-group>.steady-lead{flex:2 1 calc(920px / 2);margin-top:0;}
.primary-track .steady-group>img{margin-left:auto;max-width:var(--font-nav);}
@media (max-width:720px){.primary-track .steady-group>img{margin-left:0;max-width:100%;}
}
.offer-note{--layer-local:calc(1.5rem * 1.12);--axis-active:calc(920px / 2.4);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light);}
.offer-note .secondary-unit{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.offer-note h2,.offer-note h3,.offer-note p{margin:0;}
.offer-note h2{font-size:calc(16.5px * 2);line-height:1.14;}
.offer-note h3{font-size:calc(16.5px * 1.35);line-height:1.24;}
.offer-note p{font-size:16.5px;line-height:1.88;}
.offer-note .simple-section{display:flex;flex-wrap:wrap;gap:0.81rem;align-items:flex-start;}
.offer-note .simple-section>h2{flex:1 1 calc(920px / 2.6);min-width:0;}
.offer-note .simple-section>.public-plan{flex:1 1 calc(920px / 2.6);min-width:0;color:#2E3440;}
.offer-note .steady-lead{display:flex;flex-wrap:wrap;gap:var(--layer-local);}
.offer-note .page-surface{flex:1 1 calc(920px / 3.3);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.4rem;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);}
.offer-note .page-surface img{display:block;width:100%;height:auto;border-radius:0.27rem;}
.offer-note .page-surface p{color:#2E3440;}
.offer-note .direct-copy{margin-top:auto;display:inline-flex;width:max-content;max-width:100%;font-size:calc(16.5px * .875);padding:calc(calc(1.5rem * .75) * .45) 1.36rem;border-radius:0.27rem;background:#F3C6D3;color:#3A2430;text-decoration:none;transition:background 340ms var(--ease-base);}
.offer-note .direct-copy:hover{background:#EBB2C2;color:#1B1F29;}
.offer-note .media-items{font-size:calc(16.5px * .875);color:#2E3440;max-width:var(--axis-active);}
@media (max-width:640px){.offer-note .simple-section>h2,.offer-note .simple-section>.public-plan{flex:1 1 100%;}.offer-note .page-surface{flex:1 1 100%;}
}
.direct-media{--layer-local:calc(1.5rem * 1.25);--axis-active:calc(920px / 2.60);--font-nav:calc(920px / 3.40);padding:calc(1.5rem * 2.4) 1.36rem;background:#F3C6D3;color:#3A2430;}
.direct-media .secondary-unit{max-width:920px;margin:0 auto;}
.direct-media h2,.direct-media h3,.direct-media p{margin:0;}
.direct-media h2{font-size:calc(16.5px * 2);line-height:1.14;}
.direct-media h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.direct-media p{font-size:16.5px;line-height:1.88;color:color-mix(in srgb, currentColor 76%, transparent);}
.direct-media a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.direct-media a:hover{border-bottom-color:currentColor;}
.direct-media img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.direct-media .public-plan{margin-top:1.5rem;max-width:var(--axis-active);}
.direct-media .steady-lead{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.direct-media .page-surface{min-width:0;padding-left:1.36rem;border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-media .page-surface p{margin-top:calc(1.5rem / 3.5);}
.direct-media .steady-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.direct-media .steady-group>.simple-proof{flex:1 1 calc(920px / 3);min-width:0;}
.direct-media .steady-group>.steady-lead{flex:2 1 calc(920px / 2);margin-top:0;}
.direct-media .steady-group>img{margin-left:auto;max-width:var(--font-nav);}
.direct-media .direct-copy{margin-top:1.5rem;font-size:calc(16.5px * .875);}
@media (max-width:720px){.direct-media .steady-group>img{margin-left:0;max-width:100%;}.direct-media .steady-group>.simple-proof,.direct-media .steady-group>.steady-lead{flex:1 1 100%;}
}
.local-feature{
    padding: calc(1.5rem * 2.4) 1.36rem;
    background: var(--surface-cool);
    color: var(--tone-light);
}
.local-feature .top-team{max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);}
.local-feature .simple-section{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.local-feature .focused-track{margin: 0;
    font-size: calc(16.5px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.local-feature .fresh-panel{margin: 0;
    font-size: calc(16.5px * 2.65);
    line-height: 1.2;}
.local-feature .main-group{margin: 0;
    font-size: calc(16.5px * 1.125);}
.local-feature .narrow-stack{
    margin: 0;
    border-radius: 0.59rem;
    overflow: hidden;
    background: #EEF0F8;
    border: 1px solid var(--ink-page);color:#2E3440;}
.local-feature .narrow-stack img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.local-feature .narrow-stack figcaption{
    padding: 0.6rem calc(1.5rem * .75);
    font-size: calc(16.5px * .875);
    color: #2E3440;
    background: #FFFFFF;
}
.local-feature .bottom-story{display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);}
.local-feature .public-plan{margin: 0;
    font-size: 16.5px;
    line-height: 1.88;}
.local-feature .h2{margin: 0;
    font-size: calc(16.5px * 1.35);}
.local-feature .bottom-story p{margin: 0;
    line-height: 1.88;}
.local-feature .steady-lead{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.81rem;}
.local-feature .page-surface{
    display: flex;
    align-items: flex-start;
    gap: 0.81rem;
    padding: 0.7rem calc(1.5rem * .75);
    background: #FFFFFF;
    border: 1px solid var(--ink-page);
    border-radius: 0.4rem;
    line-height: 1.6;color:#1B1F29;}
.local-feature .service-team{
    flex: 0 0 auto;
    min-width: 6.5rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.27rem;
    background: #F3C6D3;
    color: #3A2430;
    font-size: calc(16.5px * .875);
    text-align: center;
}
.local-feature .media-items{
    padding: calc(1.5rem * .75);
    background: #EEF0F8;
    color: #2E3440;
    border-radius: 0.4rem;
    font-size: calc(16.5px * .875);
}
.local-feature .media-items a{text-decoration: underline;}
.local-feature .media-items a:hover{}
.local-feature .quiet-entries{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.81rem;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--ink-page);
    font-size: calc(16.5px * .875);}
.local-feature .quiet-entries p{margin: 0;}
.local-feature .quiet-entries a{text-decoration: none;}
.local-feature .quiet-entries a:hover{}
@media (max-width: 640px) {.local-feature .narrow-stack img{
        height: 220px;
    }.local-feature .page-surface{
        flex-direction: column;
        gap: 0.4rem;
    }.local-feature .service-team{
        min-width: 0;
        align-self: flex-start;
    }
}
.fresh-shell{padding:calc(1.5rem*2.6) 1.36rem;background:#EEF0F8;color:#2E3440;}
.fresh-shell .primary-shell{max-width:920px;margin:0 auto;}
.fresh-shell .clear-plan{max-width:44rem;margin-bottom:calc(0.81rem * 1.5);}
.fresh-shell .clear-plan h2{margin:0;font-size:calc(16.5px * 2);line-height:1.25;}
.fresh-shell .clear-plan p{margin:0.81rem 0 0;font-size:16.5px;line-height:1.88;}
.fresh-shell .clear-method{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.fresh-shell .contact-stack{flex:1 1 17rem;min-width:0;display:flex;flex-direction:column;background:#FFFFFF;border:1px solid var(--ink-page);border-radius:0.59rem;overflow:hidden;color:#1B1F29;box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.fresh-shell .contact-stack img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.fresh-shell .soft-contact{display:flex;flex-direction:column;gap:.4rem;padding:calc(1.5rem * .75);flex:1 1 auto;}
.fresh-shell h3{margin:0;font-size:calc(16.5px * 1.125);line-height:1.35;}
.fresh-shell h3 a{text-decoration:none;color:inherit;}
.fresh-shell h3 a:hover{text-decoration:underline;}
.fresh-shell .stack{margin:0;font-size:calc(16.5px * .875);color:#2E3440;opacity:.78;}
.fresh-shell .service{margin:.2rem 0 0;font-size:calc(16.5px * .875);line-height:1.88;}
.fresh-shell .direct-copy{margin-top:auto;padding-top:.6rem;font-size:calc(16.5px * .875);color:inherit;}
@media (max-width:720px){
  .fresh-shell .contact-stack{flex:1 1 100%;}
}
.bottom-nav{
    padding: calc(1.5rem * 2.4) 1.36rem;
    background: var(--surface-cool);
    color: var(--tone-light);
}
.bottom-nav .top-team{max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);}
.bottom-nav .narrow-stack{
    border-radius: 0.59rem;
    overflow: hidden;
    border: 1px solid var(--ink-page);
    background: #FFFFFF;color:#1B1F29;}
.bottom-nav .narrow-stack img{display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;}
.bottom-nav .quiet-headline{display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);}
.bottom-nav .fresh-panel{margin: 0;
    font-size: calc(16.5px * 2.65);
    line-height: 1.2;}
.bottom-nav .top-unit{margin: 0;
    font-size: calc(16.5px * .875);
    letter-spacing: 0.02em;}
.bottom-nav .public-plan{margin: 0;
    font-size: calc(16.5px * 1.125);
    padding-left: calc(1.5rem * .75);
    border-left: 3px solid #F3C6D3;}
.bottom-nav .team-body{margin: 0;
    font-size: 16.5px;
    line-height: 1.88;}
.bottom-nav .bottom-story{display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);
    max-width: 68ch;}
.bottom-nav .bottom-story p{margin: 0;}
.bottom-nav .bottom-story h2{margin: 0;
    font-size: calc(16.5px * 1.35);
    line-height: 1.3;}
.bottom-nav .direct-copy{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.81rem;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--ink-page);}
.bottom-nav .featured-form{font-size: calc(16.5px * .875);
    text-transform: uppercase;
    letter-spacing: 0.06em;}
.bottom-nav .direct-copy a{text-decoration: none;
    font-size: 16.5px;
    border-bottom: 1px solid transparent;
    transition: border-color 340ms var(--ease-base), color 340ms var(--ease-base);}
.bottom-nav .direct-copy a:hover{border-bottom-color: #F3C6D3;}
@media (max-width: 640px) {.bottom-nav .narrow-stack img{
        height: 200px;
    }.bottom-nav .public-plan{
        padding-left: 0.81rem;
    }
}
.focused-fields{
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:var(--surface-cool);
  color:var(--tone-light);
}
.focused-fields .secondary-unit{width:min(100%,920px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.focused-fields .simple-section{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:62ch;}
.focused-fields h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.14;}
.focused-fields .public-plan{margin:0;
  font-size:16.5px;
  line-height:1.88;
  color:#2E3440;}
.focused-fields .wide-content{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.focused-fields .page-surface{
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:flex-start;
  background:#FFFFFF;
  color:#1B1F29;
  border:1px solid var(--ink-page);
  border-radius:0.59rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.focused-fields .offer-content{
  flex:0 0 180px;
  max-width:180px;
  display:block;
  border-radius:0.4rem;
  overflow:hidden;
  background:#EEF0F8;color:#2E3440;}
.focused-fields .offer-content img{display:block;
  width:100%;
  height:130px;
  object-fit:cover;}
.focused-fields .bottom-story{flex:1 1 260px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0.4rem;}
.focused-fields .service-team{
  align-self:flex-start;
  font-size:calc(16.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  background:#F3C6D3;
  color:#3A2430;
  border-radius:0.27rem;
  padding:0.15rem 0.5rem;
}
.focused-fields h3{margin:0;
  font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.focused-fields h3 a{color:inherit;
  text-decoration:none;}
.focused-fields h3 a:hover{color:inherit;}
.focused-fields .stack{margin:0;
  font-size:calc(16.5px * .875);
  color:#2E3440;}
.focused-fields .simple-proof{margin:0;
  font-size:16.5px;
  line-height:1.88;}
.focused-fields .direct-copy{margin-top:0.2rem;
  align-self:flex-start;
  font-size:calc(16.5px * .875);color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.focused-fields .direct-copy:hover{color:inherit;}
.focused-fields .media-items{margin:0;
  font-size:calc(16.5px * .875);
  line-height:1.88;
  color:#2E3440;
  border-left:2px solid var(--ink-page);
  padding-left:calc(1.5rem * .75);}
@media (max-width:640px){.focused-fields .offer-content{
    flex:1 1 100%;
    max-width:100%;
  }.focused-fields .offer-content img{
    height:180px;
  }
}
.primary-flow{
    padding: calc(1.5rem * 2.4) 1.36rem;
    background: var(--surface-cool);
    color: var(--tone-light);
}
.primary-flow .top-team{max-width: 920px;
    margin: 0 auto;}
.primary-flow .top-section{display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);}
.primary-flow .narrow-stack{
    border-radius: 0.71rem;
    overflow: hidden;
    border: 1px solid var(--ink-page);
    background: #FFFFFF;color:#1B1F29;}
.primary-flow .narrow-stack img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.primary-flow .quiet-headline{display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.primary-flow .fresh-panel{margin: 0;
    font-size: calc(16.5px * 2.65);
    line-height: 1.2;}
.primary-flow .top-unit{margin: 0;
    font-size: calc(16.5px * .875);}
.primary-flow .public-plan{margin: 0.25rem 0 0;
    font-size: calc(16.5px * 1.125);}
.primary-flow .team-body{margin: 0.5rem 0 0;
    font-size: 16.5px;
    line-height: 1.88;}
.primary-flow .bottom-story{display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);
    padding-top: calc(0.81rem * 1.5);
    border-top: 1px solid var(--ink-page);}
.primary-flow .stack{margin: 0;
    font-size: calc(16.5px * 1.35);}
.primary-flow .bottom-story p{margin: 0;
    font-size: 16.5px;
    line-height: 1.88;}
.primary-flow .wide-intro{display: flex;
    flex-direction: column;
    gap: 0.81rem;}
.primary-flow .secondary-contact{
    display: flex;
    align-items: flex-start;
    gap: 0.81rem;
    padding: calc(1.5rem * .75);
    background: #FFFFFF;
    color: #1B1F29;
    border: 1px solid var(--ink-page);
    border-radius: 0.59rem;
}
.primary-flow .secondary-contact .offer-brand{
    flex: 0 0 auto;
    font-size: calc(16.5px * .875);
    font-weight: 600;
    color: #3A2430;
    background: #F3C6D3;
    border-radius: 0.27rem;
    padding: 0.15rem 0.5rem;
}
.primary-flow .secondary-contact p{margin: 0;
    font-size: 16.5px;
    line-height: 1.88;}
.primary-flow .media-items{
    padding: calc(1.5rem * .75);
    background: #EEF0F8;
    color: #2E3440;
    border-radius: 0.59rem;
}
.primary-flow .media-items p{margin: 0;
    font-size: 16.5px;
    line-height: 1.88;}
.primary-flow .direct-copy{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.81rem;
    padding-top: calc(0.81rem * 1.5);
    border-top: 1px solid var(--ink-page);}
.primary-flow .featured-form{margin: 0;
    font-size: calc(16.5px * .875);}
.primary-flow .direct-copy a{font-size: 16.5px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 340ms var(--ease-base), border-color 340ms var(--ease-base);}
.primary-flow .direct-copy a:hover{border-bottom-color: #F3C6D3;}
@media (max-width: 640px) {.primary-flow .narrow-stack img{
        height: 220px;
    }.primary-flow .secondary-contact{
        flex-direction: column;
        gap: 0.5rem;
    }
}
.soft-figure{
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:var(--surface-cool);
  color:var(--tone-light);
}
.soft-figure .secondary-unit{width:min(100%,920px);
  margin:0 auto;}
.soft-figure .public-plan{max-width:56ch;
  margin-bottom:calc(0.81rem * 1.5);}
.soft-figure h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.5px * 2);
  line-height:1.14;}
.soft-figure .narrow-form{margin:0;
  font-size:16.5px;
  line-height:1.88;
  color:#2E3440;}
.soft-figure .steady-lead{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.soft-figure .page-surface{
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  background:#FFFFFF;
  color:#1B1F29;
  border:1px solid var(--ink-page);
  border-radius:0.59rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.soft-figure .offer-content{
  flex:0 0 220px;
  max-width:100%;
  display:block;
  border-radius:0.4rem;
  overflow:hidden;
  background:#EEF0F8;color:#2E3440;}
.soft-figure .offer-content img{display:block;
  width:100%;
  height:100%;
  min-height:150px;
  object-fit:cover;}
.soft-figure .bottom-story{flex:1 1 320px;
  min-width:0;}
.soft-figure .service-team{
  display:inline-block;
  margin-bottom:calc(1.5rem * .75);
  padding:0.15rem 0.55rem;
  border-radius:0.27rem;
  background:#F3C6D3;
  color:#3A2430;
  font-size:calc(16.5px * .875);
  letter-spacing:0.02em;
}
.soft-figure h3{margin:0;
  font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.soft-figure h3 a{color:inherit;
  text-decoration:none;}
.soft-figure h3 a:hover{color:inherit;}
.soft-figure .stack{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(16.5px * .875);
  color:#2E3440;}
.soft-figure .simple-proof{margin:calc(1.5rem * .75) 0 0;
  line-height:1.88;}
.soft-figure .main-region{display:inline-block;
  margin-top:calc(1.5rem * .75);
  font-size:calc(16.5px * .875);color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.soft-figure .main-region:hover{color:inherit;}
.soft-figure .media-items{margin:calc(0.81rem * 1.5) 0 0;
  font-size:calc(16.5px * .875);
  color:#2E3440;}
.soft-figure .media-items a{color:inherit;}
.soft-figure .media-items a:hover{color:inherit;}
@media (max-width:640px){.soft-figure .offer-content{
    flex:1 1 100%;
  }.soft-figure .offer-content img{
    min-height:180px;
  }
}
.wide-flow{background:var(--surface-cool);color:var(--tone-light);padding:calc(1.5rem * 2.4) 1.36rem}
.wide-flow .secondary-unit{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.81rem * 1.5)}
.wide-flow .narrow-form{max-width:42rem}
.wide-flow h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.wide-flow h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * 1.35);line-height:1.25}
.wide-flow p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.88}
.wide-flow .narrow-form p{margin-top:calc(1.5rem * .75)}
.wide-flow .strong-links{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5)}
.wide-flow .simple-proof{flex:1 1 22rem;min-width:0;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);border-radius:0.59rem;padding:calc(1.5rem * .75)}
.wide-flow .bottom-content{flex:1 1 18rem;min-width:0;background:#EEF0F8;color:#2E3440;border-radius:0.59rem;padding:calc(1.5rem * .75)}
.wide-flow .fresh-method{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.wide-flow .fresh-method li{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.35)}
.wide-flow .active-menu{font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.7}
.wide-flow .offer-summary{font-size:16.5px;line-height:1.5;color:inherit;text-decoration:none}
.wide-flow a.value{}
.wide-flow a.value:hover{}
.wide-flow .media-items{margin-top:calc(1.5rem * .75);font-size:calc(16.5px * .875);line-height:1.6;opacity:.85}
.wide-flow .contact-intro{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.81rem}
.wide-flow .contact-intro li{display:flex;justify-content:space-between;gap:0.81rem;padding-bottom:0.81rem;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);font-size:16.5px}
.wide-flow .contact-intro li:last-child{border-bottom:0;padding-bottom:0}
.wide-flow .service-note{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-flow .local-form{display:flex;flex-wrap:wrap;gap:0.81rem}
.wide-flow .direct-stack{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.4);padding:calc(1.5rem * .75);border-radius:0.4rem;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);text-decoration:none;transition:background 340ms var(--ease-base),border-color 340ms var(--ease-base)}
.wide-flow .direct-stack:hover{background:#EEF0F8;border-color:#A6B0F0;color:#2E3440;}
.wide-flow .direct-stack strong{font-size:16.5px}
.wide-flow .direct-stack span{font-size:calc(16.5px * .875);line-height:1.55;opacity:.85}
.wide-flow .top-steps{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.59rem}
@media(max-width:720px){.wide-flow .strong-links{flex-direction:column}.wide-flow .top-steps{aspect-ratio:16/9}.wide-flow .direct-stack{flex-basis:100%}
}
.fresh-steps{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light)}
.fresh-steps .secondary-unit{max-width:920px;margin:0 auto}
.fresh-steps .quiet-proof{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);align-items:flex-start}
.fresh-steps .secondary-method{flex:1 1 22rem;min-width:0}
.fresh-steps h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.fresh-steps .secondary-method p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.88;color:#2E3440}
.fresh-steps ul{list-style:none;margin:calc(0.81rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-steps li{position:relative;padding-left:1.1rem;line-height:1.88;color:#2E3440}
.fresh-steps li::before{content:"";position:absolute;left:0;top:0.7em;width:0.4rem;height:0.4rem;border-radius:50%;background:#F3C6D3;color:#3A2430;}
.fresh-steps .media-unit{flex:1 1 26rem;min-width:0;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);border-radius:0.59rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.07)}
.fresh-steps .fresh-method{display:flex;flex-wrap:wrap;gap:1.5rem}
.fresh-steps .fresh-method label{flex:1 1 14rem;min-width:0}
.fresh-steps label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875);color:#2E3440}
.fresh-steps input,.fresh-steps textarea{width:100%;max-width:100%;border:1px solid var(--ink-page);border-radius:0.27rem;background:#FFFFFF;color:#1B1F29;font:inherit;padding:calc(1.5rem * .75);outline:none;transition:border-color 340ms var(--ease-base)}
.fresh-steps input::placeholder,.fresh-steps textarea::placeholder{color:rgba(255,255,255,0.55)}
.fresh-steps input:focus,.fresh-steps textarea:focus{border-color:#A6B0F0}
.fresh-steps .fresh-copy{display:block;margin-top:1.5rem}
.fresh-steps textarea{resize:vertical}
.fresh-steps button{margin-top:1.5rem;border:0;border-radius:0.27rem;background:#6C7BE0;color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 340ms var(--ease-base)}
.fresh-steps button:hover{background:#5A69D0;color:#1B1F29;}
@media(max-width:840px){.fresh-steps .quiet-proof{display:block}.fresh-steps .media-unit{margin-top:calc(0.81rem * 1.5)}.fresh-steps .fresh-method{display:block}.fresh-steps .fresh-method label+label{margin-top:1.5rem}}
.text-inner{
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#F3C6D3;
  color:#3A2430;
}
.text-inner .clear-view{max-width:920px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  align-items:stretch;}
.text-inner .compact-benefit{
  flex:1 1 18rem;
  padding:calc(1.5rem * .75);
  border-radius:0.71rem;
  background:var(--surface-cool);
  color:var(--tone-light);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.text-inner .compact-benefit span{font-size:calc(16.5px * .875);
  letter-spacing:0.02em;}
.text-inner h2{margin:calc(1.5rem * .75) 0;
  font-size:calc(16.5px * 2);
  line-height:1.15;}
.text-inner .compact-benefit p{margin:0;
  font-size:16.5px;
  line-height:1.88;}
.text-inner .text-service{flex:2 1 26rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.text-inner .bottom-intro{
  min-height:22rem;
  border-radius:0.59rem;
  overflow:hidden;
  border:1px solid var(--ink-page);
  background:#FFFFFF;color:#1B1F29;}
.text-inner iframe{display:block;
  width:100%;
  height:100%;
  min-height:22rem;
  border:0;}
.text-inner .steady-lead{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;}
.text-inner .page-surface{
  flex:1 1 14rem;
  padding:calc(1.5rem * .75);
  border-radius:0.4rem;
  background:#FFFFFF;
  color:#1B1F29;
  border:1px solid var(--ink-page);
}
.text-inner .page-surface span{display:block;
  font-size:calc(16.5px * .875);}
.text-inner .page-surface strong{display:block;
  margin-top:calc(calc(1.5rem * .75) * 0.4);
  font-size:16.5px;
  line-height:1.5;
  font-weight:600;}
.text-inner .page-surface a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 340ms var(--ease-base),color 340ms var(--ease-base);}
.text-inner .page-surface a:hover{border-bottom-color:#F3C6D3;}
@media (max-width:820px){.text-inner .clear-view{flex-direction:column}.text-inner .bottom-intro,
  .text-inner iframe{min-height:18rem}
}
.wide-method{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-cool);color:var(--tone-light)}
.wide-method .text-header{max-width:min(920px,58rem);margin:0 auto}
.wide-method .narrow-form{max-width:44rem}
.wide-method h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.wide-method .service-method{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:16.5px;}
.wide-method .steady-quote{display:flex;flex-direction:column;gap:0.81rem;border-top:1px solid var(--ink-page);padding-top:calc(0.81rem * 1.5)}
.wide-method .media-items{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-page)}
.wide-method .media-items:last-of-type{border-bottom:0}
.wide-method h3{margin:0 0 0.4rem;font-size:calc(16.5px * 1.35);line-height:1.25}
.wide-method .media-items p{margin:0;font-size:16.5px;line-height:1.88}
.wide-method a{text-decoration:underline;text-underline-offset:2px}
.wide-method a:hover{}
.wide-method .simple-steps{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(16.5px * .875);}
@media (max-width:640px){.wide-method .steady-quote{padding-top:1.5rem}.wide-method .media-items{padding:0.81rem 0}
}
.team-headline{padding:calc(1.5rem * 2.4) 1.36rem;background:#1B1F29;color:#F4F5F9}
.team-headline .simple-proof{max-width:min(920px,56rem);margin:0 auto}
.team-headline h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08}
.team-headline .narrow-form{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:calc(16.5px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.team-headline .active-steps{margin:0 0 0.81rem;padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.team-headline .active-steps:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.team-headline h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * 1.35);line-height:1.25}
.team-headline .active-steps p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (min-width:720px){.team-headline .active-steps{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:calc(1.5rem * .75);align-items:start}.team-headline h3{margin:0}
}
.secondary-body{--layer-local:calc(1.5rem * 0.99);--axis-active:calc(920px / 3.10);padding:calc(1.5rem * 2.4) 1.36rem;background:#6C7BE0;color:#FFFFFF;}
.secondary-body .secondary-unit{max-width:920px;margin:0 auto;}
.secondary-body h1,.secondary-body h2,.secondary-body h3,.secondary-body p{margin:0;}
.secondary-body h2{font-size:calc(16.5px * 2);line-height:1.14;}
.secondary-body p{font-size:16.5px;line-height:1.88;}
.secondary-body a{color:inherit;text-decoration:none;}
.secondary-body .content-steps{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.27rem;background:#FFFFFF;color:#6C7BE0;font-weight:600;transition:background 340ms var(--ease-base),color 340ms var(--ease-base);}
.secondary-body .content-steps:hover{background:#F3C6D3;color:#3A2430;}
.secondary-body .team-footer h2{margin-top:var(--layer-local);}
.secondary-body .public-plan{margin-top:1.5rem;max-width:var(--axis-active);}
.secondary-body .media-items{margin-top:calc(0.81rem * 1.5);max-width:var(--axis-active);font-size:calc(16.5px * .875);opacity:0.82;}
.secondary-body .media-items a{text-decoration:underline;text-underline-offset:3px;}
.secondary-body .direct-copy{display:flex;flex-wrap:wrap;gap:0.81rem;margin-top:calc(0.81rem * 1.5);}
.secondary-body .direct-copy a{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#F3C6D3;color:#3A2430;font-size:calc(16.5px * .875);transition:background 340ms var(--ease-base);}
.secondary-body .direct-copy a:hover{background:#EBB2C2;color:#1B1F29;}
@media (max-width:640px){.secondary-body .direct-copy{flex-direction:column;align-items:flex-start;}.secondary-body .direct-copy a{width:100%;text-align:center;}
}
.page-copy{background:#EEF0F8;color:#2E3440;padding:calc(1.5rem * 2.4) 1.36rem}
.page-copy .secondary-unit{max-width:920px;margin:0 auto}
.page-copy .primary-headline{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);align-items:flex-start}
.page-copy .quiet-headline{flex:1 1 32rem;min-width:0}
.page-copy .bottom-content{flex:1 1 16rem;min-width:0;background:#FFFFFF;color:#1B1F29;border:1px solid var(--ink-page);border-radius:0.59rem;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.06)}
.page-copy h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15;letter-spacing:0}
.page-copy p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.7}
.page-copy .media-items{margin-top:calc(1.5rem * .75);font-size:16.5px;color:#2E3440}
.page-copy .media-benefit{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-direction:column;gap:0.81rem}
.page-copy .media-benefit li{display:flex;align-items:flex-start;gap:0.81rem;font-size:16.5px;line-height:1.6}
.page-copy .visual-inner{flex:0 0 auto;width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:0.27rem;background:#F3C6D3;color:#3A2430;font-weight:700;font-size:calc(16.5px * .875)}
.page-copy .direct-copy{margin-top:calc(1.5rem * .75);display:flex;flex-wrap:wrap;gap:0.81rem}
.page-copy .direct-copy a{display:inline-block;padding:0.5rem 0.9rem;border-radius:0.4rem;border:1px solid var(--ink-page);background:#FFFFFF;color:#6C7BE0;text-decoration:none;font-size:calc(16.5px * .875);font-weight:600;transition:background 340ms var(--ease-base),color 340ms var(--ease-base)}
.page-copy .direct-copy a:hover{background:#6C7BE0;color:#FFFFFF;border-color:#6C7BE0}
.page-copy .public-plan{margin:0 0 0.81rem;font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2E3440}
.page-copy .service-tile{margin:0 0 0.81rem;font-size:16.5px;line-height:1.55}
.page-copy .service-tile a{color:inherit;text-decoration:none;word-break:break-word}
.page-copy .service-tile a:hover{color:inherit;}
.page-copy .service-team{display:inline-block;margin-right:0.4rem;padding:0.1rem 0.45rem;border-radius:0.27rem;background:#F3C6D3;color:#3A2430;font-size:calc(16.5px * .875);font-weight:600}
@media(max-width:680px){.page-copy .primary-headline{flex-direction:column}.page-copy .direct-copy a{flex:1 1 auto;text-align:center}}
.text-entries{padding:calc(1.5rem * 2.4) 1.36rem;background:#EEF0F8;color:#2E3440}
.text-entries .secondary-unit{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.81rem * 1.5)}
.text-entries .bottom-story{display:flex;flex-direction:column;gap:1.5rem}
.text-entries h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.06}
.text-entries .public-plan{margin:0;max-width:44rem;line-height:1.88}
.text-entries .media-items{margin:0;max-width:44rem;padding-top:calc(0.81rem * 1.5);border-top:1px solid var(--ink-page);font-size:calc(16.5px * .875);line-height:1.88}
.text-entries .direct-copy{display:flex;flex-wrap:wrap;align-items:center;gap:0.81rem;padding-top:1.5rem;border-top:1px solid var(--ink-page)}
.text-entries .direct-copy a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:1px}
.text-entries .direct-copy a:hover{color:inherit;}
.text-entries .direct-copy .content-steps{display:inline-flex;align-items:center;padding:.55rem 1.1rem;background:#6C7BE0;color:#FFFFFF;border-radius:0.4rem;text-decoration:none;transition:background 340ms var(--ease-base)}
.text-entries .direct-copy .content-steps:hover{background:#5A69D0;color:#FFFFFF}
@media(max-width:620px){.text-entries .direct-copy{flex-direction:column;align-items:flex-start}
}
