html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
.secondary-steps {
    width: 100%;
    background: #f7f2ff;
    color: #150a30;
    border-bottom: 1px solid rgba(255, 46, 136, 0.28);
    padding: calc(2.42rem * 1.5) 0;
  }
:root {
  --tone-page: #b9a9e0;
  --tone-cool: #150a30;
  --ease-soft: cubic-bezier(0.2,0.8,0.2,1);
}
.compact-menu {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 1.37rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.42rem;
  }
.steady-contact {
    display: flex;
    align-items: center;
    gap: calc(2.42rem * 2);
    min-width: 0;
  }
.visual-story {
    font-size: calc(19.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #150a30;
    text-decoration: none;
    white-space: nowrap;
  }
.visual-story:hover {
    color: #22e0d6;
  }
.public-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.42rem * 1.5);
  }
.public-inner a {
    color: #150a30;
    text-decoration: none;
    font-size: 19.8px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.29rem;
    transition: color 260ms var(--ease-soft),
                background-color 260ms var(--ease-soft);
  }
.public-inner a:hover {
    color: #22e0d6;
  }
.fields {
    display: flex;
    align-items: center;
    gap: 2.42rem;
  }
.simple-flow {
    display: inline-block;
    background: #22e0d6;
    color: #0c0420;
    text-decoration: none;
    font-size: 19.8px;
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.58rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18);
    transition: background-color 260ms var(--ease-soft),
                transform 260ms var(--ease-soft);
    white-space: nowrap;
  }
.simple-flow:hover{
    background: #5df0e8;
    transform: translateY(-1px);color:#f3ecff;}
.main-section {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 46, 136, 0.28);
    background: transparent;
    border-radius: 0.58rem;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.main-section span{
    display: block;
    width: 20px;
    height: 2px;
    background: #150a30;
    border-radius: 2px;
    transition: transform 260ms var(--ease-soft),
                opacity 260ms var(--ease-soft);color:#f3ecff;}
.main-section.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.main-section.is-open span:nth-child(2) {
    opacity: 0;
  }
.main-section.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .compact-menu {
      flex-wrap: wrap;
      align-items: center;
    }

    .steady-contact {
      flex: 1 1 auto;
      gap: 2.42rem;
    }

    .main-section {
      display: flex;
    }

    .simple-flow {
      display: none;
    }

    .public-inner {
      display: none;
      flex-basis: 100%;
      width: 100%;
      margin-top: calc(2.42rem * 1.5);
      border-top: 1px solid rgba(255, 46, 136, 0.28);
      padding-top: calc(2.42rem * 1.5);
    }

    .public-inner.is-open {
      display: block;
    }

    .public-inner ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .public-inner a {
      display: block;
      width: 100%;
      padding: 0.65rem 0.5rem;
      font-size: calc(19.8px * 1.125);
    }
  }
.contact-intro{padding:calc(1.5rem * 2.4) 1.37rem;font-family:"Rubik", sans-serif;font-size:19.8px;line-height:1.59;background:#f7f2ff;color:#150a30;}
.clear-section{max-width:1540px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.42rem * 1.5)}
.contact-team{border-bottom:1px solid rgba(255, 255, 255, 0.14);padding-bottom:calc(2.42rem * 1.5)}
.simple-list{font-size:calc(19.8px * .875);letter-spacing:0.14em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);font-weight:600;opacity:0.72}
.legal{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:19.8px}
.public-media a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.28);transition:border-color 260ms var(--ease-soft)}
.public-media a:hover{border-bottom-color:currentColor;color:inherit}
.service-figure{display:flex;flex-direction:column;gap:0.5rem}
.wide-section{font-size:calc(19.8px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.bottom-story{margin:0;font-size:calc(19.8px * .875);opacity:0.7;max-width:34ch}
.plain-items{display:grid;grid-template-columns:1fr;gap:calc(2.42rem * 1.5)}
.soft-steps{font-size:calc(19.8px * .875);letter-spacing:0.12em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);font-weight:600;opacity:0.72}
.team-plan{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.team-plan a{color:inherit;text-decoration:none;font-size:19.8px;transition:opacity 260ms var(--ease-soft)}
.team-plan a:hover{opacity:0.72;color:inherit}
.secondary-fields{border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:calc(2.42rem * 1.5);display:flex;flex-direction:column;gap:0.6rem}
.plain-brand{margin:0;font-size:calc(19.8px * .875);opacity:0.78;max-width:78ch}
.fresh-feature{margin:0;font-size:calc(19.8px * .875);opacity:0.6}
@media (min-width: 720px) {.plain-items{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.clear-section{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:1.37rem}.contact-team{grid-area:contact;border-bottom:none;padding-bottom:0}.service-figure{grid-area:brand}.plain-items{grid-area:nav}.secondary-fields{grid-area:legal}
  }
.cookies{position:fixed;left:1.37rem;right:1.37rem;bottom:1.5rem;z-index:1200;}
.cookies .top-actions{max-width:920px;margin:0 auto;padding:calc(1.5rem * .9) 1.37rem;border-radius:1.28rem;background:linear-gradient(135deg,#22e0d6,#ff2e88);color:#0c0420;box-shadow:0 28px 34px rgba(0,0,0,0.29);display:grid;grid-template-columns:1fr auto;gap:2.42rem;align-items:center;}
.cookies .headline strong{display:block;margin-bottom:4px;}
.cookies .headline p{margin:0;opacity:.95;}
.cookies .page-method{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .page-method button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.29rem;padding:8px 12px;cursor:pointer;}
.cookies .page-method button.cookie-accept{background:#0c0420;border-color:transparent;font-weight:700;color:#ff2e88;}
@media (max-width: 760px){.cookies .top-actions{grid-template-columns:1fr;}
        .cookies .page-method{justify-content:flex-start;}
    }
.wide-entries{
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: var(--tone-cool);
        color: var(--tone-page);
    }
.wide-entries .top-actions{max-width: 1540px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2.42rem;
        align-items: flex-start;}
.wide-entries .offer-fields{flex: 1 1 34rem;
        min-width: 0;}
.wide-entries h1{margin: 0;
        font-size: calc(19.8px * 2.65);
        line-height: 1.05;}
.wide-entries .offer-fields p{margin: 1.5rem 0 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.59;}
.wide-entries .offer-fields a{
        display: inline-flex;
        margin-top: 1.5rem;
        border-radius: 0.29rem;
        background: #ff2e88;
        color: #0c0420;
        padding: calc(1.5rem * .75) 1.5rem;
        text-decoration: none;
        transition: background 260ms var(--ease-soft);
    }
.wide-entries .offer-fields a:hover{
        background: #ff5aa3;color:#f3ecff;}
.wide-entries .narrow-content{
        flex: 1 1 20rem;
        min-width: 0;
        padding: calc(2.42rem * 1.5);
        border-radius: 0.77rem;
        background: #1a0d3a;
        color: #f3ecff;
        border: 1px solid rgba(255, 46, 136, 0.28);
    }
.wide-entries .narrow-content .public-actions{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(19.8px * .875);
        line-height: 1.59;}
.wide-entries .narrow-content .public-actions:last-of-type{margin-bottom: 0;}
.wide-entries .visual-section{margin-top: calc(2.42rem * 1.5);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.wide-entries .visual-section a{font-size: calc(19.8px * .875);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.wide-entries .visual-section a:hover{border-color: #22e0d6;}
@media (max-width: 720px) {.wide-entries .top-actions{
            flex-direction: column;
        }
    }
.media-method{
  --mark-active:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#0c0420;
  color:#f3ecff;
}
.media-method .top-actions{max-width:1540px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.media-method h2,
.media-method h3,
.media-method p{margin:0;}
.media-method h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.media-method h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.media-method p{font-size:19.8px;
  line-height:1.59;}
.media-method .active-summary{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.42rem;
  padding-bottom:calc(calc(2.42rem * 1.5) * .6);
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.media-method .active-summary h2{flex:1 1 calc(1540px / 3.2);
  min-width:0;}
.media-method .active-summary .media-frame{flex:1 1 calc(1540px / 2.6);
  min-width:0;
  color:var(--tone-page);}
.media-method .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active);}
.media-method .secondary-plan{flex:1 1 calc(1540px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.2);
  padding-top:calc(calc(2.42rem * 1.5) * .5);
  border-top:2px solid #22e0d6;}
.media-method .secondary-plan p{color:var(--tone-page);}
.media-method .contact-inner{margin-top:auto;
  width:max-content;
  max-width:100%;
  font-size:calc(19.8px * .875);
  letter-spacing:.02em;
  color:#ff2e88;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft);}
.media-method .contact-inner:hover,
.media-method .contact-inner:focus-visible{color:#22e0d6;
  border-bottom-color:#22e0d6;}
.media-method .quiet-shell{max-width:calc(1540px / 1.6);
  font-size:calc(19.8px * .875);
  color:var(--tone-page);}
.media-method .quiet-shell a{color:#ff2e88;
  text-decoration:none;
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.media-method .quiet-shell a:hover,
.media-method .quiet-shell a:focus-visible{color:#22e0d6;
  border-bottom-color:#22e0d6;}
@media (max-width:720px){.media-method .active-summary h2,
  .media-method .active-summary .media-frame,
  .media-method .secondary-plan{
    flex:1 1 100%;
  }
}
.featured-wrap{
  --mark-active:calc(1.5rem * 1.05);
  --layer-strong:calc(1540px / 2.55);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#0c0420;
  color:#f3ecff;
}
.featured-wrap .top-actions{max-width:1540px;
  margin:0 auto;}
.featured-wrap h2,
.featured-wrap h3,
.featured-wrap p{margin:0;}
.featured-wrap h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  max-width:var(--layer-strong);}
.featured-wrap h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.featured-wrap p{font-size:19.8px;
  line-height:1.59;}
.featured-wrap .strong-benefit{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(2.42rem * 1.5);
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.featured-wrap .tile{font-size:calc(19.8px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;}
.featured-wrap .media-frame{max-width:var(--layer-strong);}
.featured-wrap .offer-intro{display:flex;
  flex-direction:column;
  margin-top:calc(2.42rem * 1.5);}
.featured-wrap .secondary-plan{display:grid;
  grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap:2.42rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.featured-wrap .secondary-plan:last-child{border-bottom:none;}
.featured-wrap .secondary-plan p{}
.featured-wrap .visual-section{margin-top:calc(2.42rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255, 46, 136, 0.28);
  font-size:calc(19.8px * .875);
  max-width:var(--layer-strong);}
.featured-wrap .visual-section a{text-decoration:none;
  border-bottom:1px solid currentColor;
  transition:color 260ms var(--ease-soft);}
.featured-wrap .visual-section a:hover{}
@media (max-width:760px){.featured-wrap .secondary-plan{
    grid-template-columns:1fr;
    gap:calc(1.5rem / 2);
  }.featured-wrap h2{
    max-width:none;
  }
}
.strong-view{position:relative;overflow:hidden;isolation:isolate;}
.strong-view>*{position:relative;z-index:1;}
.strong-view::before{content:"";position:absolute;inset:clamp(.65rem,2vw,1.4rem);border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:calc(0.77rem + .35rem);opacity:.6;pointer-events:none;}
@media (prefers-reduced-motion: reduce){.strong-view::before,.strong-view::after{animation:none!important;}}
.primary-tile{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: var(--tone-cool);
  color: var(--tone-page);
}
.primary-tile .top-actions{max-width: min(1540px, 72rem);
  margin: 0 auto;}
.primary-tile .active-summary{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(2.42rem * 1.5);}
.primary-tile h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.primary-tile .media-frame{flex: 1 1 24rem;
  margin: 0;
  font-size: 19.8px;
  color: #b9a9e0;}
.primary-tile .narrow-content{display: flex;
  flex-wrap: wrap;
  gap: 2.42rem;}
.primary-tile .secondary-plan{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: #1a0d3a;
  color: #f3ecff;
  border: 1px solid rgba(255, 46, 136, 0.28);
  border-radius: 0.77rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.18);
}
.primary-tile .public-actions{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.37rem;
  margin-bottom: calc(calc(1.5rem * .75) * .5);}
.primary-tile .visual-note{font-weight: 700;
  font-size: 19.8px;}
.primary-tile .steady-content{font-size: calc(19.8px * .875);
  color: #22e0d6;
  white-space: nowrap;}
.primary-tile .offer-fields{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 19.8px;
  line-height: 1.59;}
.primary-tile .soft-brand{display: block;
  font-size: calc(19.8px * .875);
  color: #b9a9e0;}
.primary-tile .tile{margin: calc(2.42rem * 1.5) 0 0;
  font-size: calc(19.8px * .875);
  color: #b9a9e0;}
.primary-tile .tile a{color: #ff2e88;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.primary-tile .tile a:hover{color: #22e0d6;}
@media (max-width: 700px) {.primary-tile .active-summary{
    display: block;
  }.primary-tile h2{
    margin-bottom: calc(1.5rem * .75);
  }
}
.open-copy{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.52);
    background:#0c0420;
    color:#f3ecff;
    border-bottom:1px solid var(--line-page,rgba(255,46,136,0.28));
  }
.open-copy .public-nav{max-width:min(1540px,58rem);
    margin:0 auto;}
.open-copy .media-frame{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.5rem);}
.open-copy h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;
    max-width:38rem;}
.open-copy .offer-fields{margin:0;
    max-width:46rem;
    font-size:clamp(1rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.open-copy{
      padding-top:calc(calc(1.5rem * 2.4)*.46);
      padding-bottom:calc(calc(1.5rem * 2.4)*.42);
    }.open-copy h1,
    .open-copy .offer-fields{max-width:100%;}
  }
.active-media{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.active-media .top-actions{max-width:1540px;margin:0 auto}
.active-media .strong-benefit{max-width:52rem;margin-bottom:calc(2.42rem * 1.5)}
.active-media h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * 2);line-height:1.1}
.active-media .strong-benefit p{margin:0;font-size:calc(19.8px * 1.125);line-height:1.59;}
.active-media .strong-stack{display:flex;flex-wrap:wrap;gap:2.42rem}
.active-media .bottom-body{flex:1 1 20rem;min-width:0;background:#1a0d3a;color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28);border-radius:0.77rem;padding:1.5rem 1.37rem;display:flex;flex-direction:column;box-shadow:0 2px 5px rgba(0,0,0,0.18)}
.active-media .soft-brand{display:flex;justify-content:space-between;align-items:center;gap:calc(1.5rem * .75);margin-bottom:calc(1.5rem * .75)}
.active-media .contact-form{font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;background:#22e0d6;color:#0c0420;padding:.2rem .6rem;border-radius:0.29rem}
.active-media .wide-service{font-size:calc(19.8px * .875);}
.active-media h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.18}
.active-media h3 a{color:inherit;text-decoration:none}
.active-media h3 a:hover{}
.active-media .focused-inner{margin:calc(1.5rem * .75) 0 0;font-size:19.8px;line-height:1.59}
.active-media .primary-lead{margin:calc(1.5rem * .75) 0 0;line-height:1.59}
.active-media .site-plan{margin-top:auto;padding-top:calc(1.5rem * .75);font-size:calc(19.8px * .875);text-decoration:none;font-weight:600}
.active-media .site-plan:hover{}
.active-media .narrow-content{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:calc(2.42rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28)}
.active-media .open-view{font-size:calc(19.8px * .875);margin-right:calc(1.5rem * .75)}
.active-media .primary-steps{font-size:calc(19.8px * .875);padding:.35rem .85rem;border-radius:1.28rem;border:1px solid rgba(255, 46, 136, 0.28);text-decoration:none;transition:background 260ms var(--ease-soft),color 260ms var(--ease-soft)}
.active-media .primary-steps:hover{background:#ff2e88;color:#0c0420;border-color:#ff2e88}
@media(max-width:620px){.active-media .strong-stack{display:block}.active-media .bottom-body+.bottom-body{margin-top:1.5rem}}
.local-copy{padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.5);background:#22e0d6;color:#0c0420;}
.local-copy .plain-summary{max-width:min(1540px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.local-copy .soft-headline{max-width:46rem;}
.local-copy h1{margin:0;font-size:clamp(2rem,4.6vw,calc(19.8px * 2.65));line-height:1.08;font-weight:700;letter-spacing:-0.01em;}
.local-copy p{margin:0;max-width:50rem;font-size:clamp(1.02rem,1.4vw,calc(19.8px * 1.125));line-height:1.68;color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:620px){.local-copy{padding-top:calc(calc(1.5rem * 2.4)*.46);padding-bottom:calc(calc(1.5rem * 2.4)*.42);}.local-copy p{max-width:100%;}
  }
.text-service{--mark-active:calc(1.5rem * 1.35);--layer-strong:calc(1540px / 2.8);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.text-service .top-actions{max-width:1540px;margin:0 auto;}
.text-service h1,.text-service h2,.text-service h3,.text-service p{margin:0;}
.text-service h2{font-size:calc(19.8px * 2);line-height:1.12;max-width:var(--layer-strong);}
.text-service h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.text-service p{font-size:19.8px;line-height:1.59;color:var(--tone-page);}
.text-service a{color:inherit;text-decoration:none;}
.text-service .tile{font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#22e0d6;}
.text-service .text-unit{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.29rem;background:#ff2e88;color:#0c0420;transition:background 260ms var(--ease-soft);}
.text-service .text-unit:hover{background:#ff5aa3;color:#f3ecff;}
.text-service .offer-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;margin-top:var(--mark-active);}
.text-service .secondary-plan{flex:1 1 calc(1540px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28);}
.text-service .secondary-plan p{margin-top:calc(1.5rem / 3);}
.text-service .direct-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;}
.text-service .direct-steps>.offer-fields{flex:1 1 auto;min-width:0;}
.text-service .direct-steps>.text-unit{flex:0 0 auto;}
.text-service .direct-steps>.offer-intro{flex:1 1 100%;}
.text-service .offer-fields h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.text-service .secondary-plan{flex:1 1 100%;}
}
.compact-steps{
  background: linear-gradient(135deg, #0c0420 0%, #2a0f4d 45%, #ff2e88 100%);
  color: #f3ecff;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.compact-steps .top-actions{width: min(100%, 1540px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.42rem;
  align-items: flex-start;}
.compact-steps h2,
.compact-steps h3,
.compact-steps p{margin: 0;}
.compact-steps .clear-story{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.42rem * 1.5);
  padding-top: 1.5rem;}
.compact-steps h2{font-size: calc(19.8px * 2.65);
  line-height: 1.02;
  max-width: 13ch;}
.compact-steps .clear-story p{font-size: calc(19.8px * 1.125);
  line-height: 1.59;
  max-width: 40rem;}
.compact-steps .main-shell{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-steps .simple-unit{
  display: grid;
  grid-template-columns: minmax(6rem, 9rem) 1fr;
  column-gap: calc(1.5rem * .75);
  row-gap: 0.4rem;
  padding: 1.5rem 1.37rem;
  border-radius: 0.77rem;
  border: 1px solid rgba(255, 46, 136, 0.28);
  background: #1a0d3a;
  color: #f3ecff;
}
.compact-steps .simple-unit span{grid-row: 1 / span 2;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.compact-steps h3{font-size: calc(19.8px * 1.35);
  line-height: 1.16;}
.compact-steps .simple-unit p{line-height: 1.59;}
@media (max-width: 880px) {.compact-steps .clear-story{ padding-top: 0; }.compact-steps .simple-unit{
    grid-template-columns: 1fr;
  }.compact-steps .simple-unit span{
    grid-row: auto;
  }
}
.open-links{--mark-active:calc(1.5rem * 1.05);--layer-strong:calc(1540px / 2.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.open-links .top-actions{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-active);}
.open-links h2,.open-links h3,.open-links p,.open-links ol,.open-links li{margin:0;}
.open-links h2{font-size:calc(19.8px * 2);line-height:1.14;max-width:var(--layer-strong);}
.open-links h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.open-links p{font-size:19.8px;line-height:1.59;}
.open-links a{color:#ff2e88;text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft);}
.open-links a:hover{color:#22e0d6;border-bottom-color:#22e0d6;}
.open-links .active-summary{display:flex;flex-wrap:wrap;gap:2.42rem;align-items:flex-end;}
.open-links .active-summary>h2{flex:1 1 calc(1540px / 3);min-width:0;}
.open-links .active-summary>.media-frame{flex:1 1 calc(1540px / 3);min-width:0;color:var(--tone-page);max-width:var(--layer-strong);}
.open-links .narrow-content{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255, 46, 136, 0.28);}
.open-links .secondary-plan{display:flex;flex-wrap:wrap;gap:2.42rem;align-items:baseline;padding:calc(calc(2.42rem * 1.5) * .9) 0;border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.open-links .secondary-plan .service-tile{flex:0 0 auto;font-size:calc(19.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#22e0d6;min-width:8.5rem;}
.open-links .secondary-plan h3{flex:1 1 calc(1540px / 3.4);min-width:0;}
.open-links .secondary-plan p{flex:1 1 calc(1540px / 2.6);min-width:0;color:var(--tone-page);}
.open-links .tile{font-size:calc(19.8px * .875);color:var(--tone-page);max-width:var(--layer-strong);padding-top:calc(calc(2.42rem * 1.5) * .5);}
@media (max-width:720px){.open-links .secondary-plan .service-tile{min-width:0;}
}
.secondary-surface{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem;
    background:#f7f2ff;
    color:#150a30;
  }
.secondary-surface .primary-lead{max-width:min(1540px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.secondary-surface .media-frame{max-width:52rem;}
.secondary-surface h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.secondary-surface p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    max-width:50rem;
    font-size:clamp(1rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.64;}
@media (max-width:640px){.secondary-surface{
      padding-top:calc(calc(1.5rem * 2.4)*.46);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.secondary-surface p{
      max-width:100%;
    }
  }
.narrow-lead{
  --mark-active:calc(1.5rem * 1.18);
  --layer-strong:calc(1540px / 2.05);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#0c0420;
  color:#f3ecff;
}
.narrow-lead .public-nav{max-width:1540px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.narrow-lead h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  margin:0;}
.narrow-lead .active-summary{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  max-width:var(--layer-strong);}
.narrow-lead .media-frame{margin:0;
  font-size:19.8px;
  line-height:1.59;
  color:var(--tone-page);}
.narrow-lead .focused-footer{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.6);
  margin-top:calc(1.5rem / 2);}
.narrow-lead details{
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.58rem;
  background:#1a0d3a;
  border:1px solid rgba(255, 46, 136, 0.28);
  color:#f3ecff;
}
.narrow-lead summary{cursor:pointer;
  font-weight:600;
  font-size:19.8px;
  list-style:none;}
.narrow-lead summary::-webkit-details-marker{display:none;}
.narrow-lead summary::after{content:"+";
  float:right;
  color:#22e0d6;
  font-weight:700;
  margin-left:1.37rem;}
.narrow-lead details[open] summary::after{content:"–";}
.narrow-lead details p{margin:calc(1.5rem / 3) 0 0;
  font-size:calc(19.8px * .875);
  line-height:1.59;
  color:var(--tone-page);}
.narrow-lead .tile{margin:0;
  font-size:calc(19.8px * .875);
  line-height:1.59;
  color:var(--tone-page);
  max-width:var(--layer-strong);}
.narrow-lead .tile a{color:#ff2e88;
  text-decoration:underline;
  text-underline-offset:3px;}
.narrow-lead .tile a:hover{color:#22e0d6;}
@media (max-width:720px){.narrow-lead .active-summary{max-width:100%;}.narrow-lead .tile{max-width:100%;}
}
.focused-grid{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.focused-grid .visual-method{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:2.42rem}
.focused-grid .soft-copy{border-radius:1.28rem;background:linear-gradient(135deg, #0c0420 0%, #2a0f4d 45%, #ff2e88 100%);color:#f3ecff;padding:calc(2.42rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.focused-grid h2{margin:0;font-size:calc(19.8px * 2);line-height:1.05}
.focused-grid .soft-copy p{margin:0;max-width:52rem;font-size:19.8px}
.focused-grid .secondary-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.focused-grid .open-form{flex:1 1 15rem;background:#1a0d3a;color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28);border-radius:0.77rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.6rem}
.focused-grid .open-form:nth-child(2),
.focused-grid .open-form:nth-child(5){background:var(--tone-cool);color:var(--tone-page)}
.focused-grid .open-form span{font-size:calc(19.8px * .875);letter-spacing:0.04em;text-transform:uppercase}
.focused-grid h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.15}
.focused-grid .open-form p{margin:0;font-size:calc(19.8px * .875)}
.focused-grid .visual-section{margin:0;font-size:calc(19.8px * .875);}
.focused-grid .visual-section a{text-decoration:underline;text-underline-offset:3px}
.focused-grid .visual-section a:hover{}
@media (max-width: 720px){.focused-grid .open-form{flex:1 1 100%}}
.bottom-lead{
  --mark-active:calc(1.5rem * 1.05);
  --layer-strong:calc(1540px / 2.6);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#0c0420;
  color:#f3ecff;
}
.bottom-lead .top-actions{max-width:1540px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.bottom-lead h2,
.bottom-lead h3,
.bottom-lead p{margin:0;}
.bottom-lead h2{font-size:calc(19.8px * 2);
  line-height:1.12;}
.bottom-lead h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.bottom-lead p{font-size:19.8px;
  line-height:1.59;}
.bottom-lead .strong-benefit{display:flex;
  flex-wrap:wrap;
  gap:2.42rem;
  align-items:flex-start;}
.bottom-lead .strong-benefit h2{flex:1 1 calc(1540px / 3);
  min-width:0;}
.bottom-lead .strong-benefit .media-frame{flex:1 1 calc(1540px / 3);
  min-width:0;
  color:var(--tone-page);
  max-width:var(--layer-strong);}
.bottom-lead .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:2.42rem;}
.bottom-lead .secondary-plan{
  flex:1 1 calc(1540px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.58rem;
  background:#1a0d3a;
  color:#f3ecff;
  border:1px solid rgba(255, 46, 136, 0.28);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.2);
}
.bottom-lead .secondary-plan p{color:var(--tone-page);}
.bottom-lead .visual-section{border-top:1px solid rgba(255, 46, 136, 0.28);
  padding-top:calc(1.5rem * .8);}
.bottom-lead .visual-section p{color:var(--tone-page);
  max-width:var(--layer-strong);}
.bottom-lead a{color:#ff2e88;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.bottom-lead a:hover{color:#22e0d6;
  border-bottom-color:#22e0d6;}
@media (max-width:860px){.bottom-lead .strong-benefit h2,
  .bottom-lead .strong-benefit .media-frame,
  .bottom-lead .secondary-plan{
    flex:1 1 100%;
  }
}
.service-surface{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.37rem;
    background:#0c0420;
    color:#f3ecff;
  }
.service-surface .public-nav{max-width:min(1540px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.service-surface .media-frame{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.5rem);}
.service-surface h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.service-surface .offer-fields{margin:0;
    max-width:46rem;
    font-size:clamp(1.02rem,1.4vw,calc(19.8px * 1.125));
    line-height:1.64;}
.service-surface .tile{border-top:1px solid var(--line-page,rgba(255,46,136,0.28));
    padding-top:calc(2.42rem * 1.5);
    max-width:44rem;}
.service-surface .tile p{margin:0;
    font-size:calc(19.8px * .875);
    line-height:1.6;}
@media (max-width:620px){.service-surface{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.service-surface .offer-fields,
    .service-surface .tile{max-width:100%;}
  }
.footer{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.footer .top-actions{max-width:min(1540px,58rem);margin:0 auto}
.footer .strong-benefit{max-width:44rem}
.footer h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.footer .strong-benefit p{margin:1.5rem 0 0;color:var(--tone-page);line-height:1.59}
.footer .steady-fields{margin-top:calc(2.42rem * 1.5);border-top:1px solid rgba(255, 46, 136, 0.28)}
.footer details{padding:1.5rem 0;border-bottom:1px solid rgba(255, 46, 136, 0.28)}
.footer summary{cursor:pointer;font-size:calc(19.8px * 1.35);line-height:1.2;list-style:none}
.footer summary::-webkit-details-marker{display:none}
.footer summary::after{content:"+";float:right;color:#22e0d6;font-weight:600}
.footer details[open] summary::after{content:"–"}
.footer details p{max-width:48rem;margin:1.5rem 0 0;color:var(--tone-page);line-height:1.59}
@media(max-width:720px){.footer .steady-fields{margin-top:calc(1.5rem * .75)}.footer summary{font-size:19.8px}
}
.compact-method{--mark-active:calc(1.5rem * 1.35);--layer-strong:calc(1540px / 2.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#ff2e88;color:#0c0420;}
.compact-method .top-actions{max-width:1540px;margin:0 auto;}
.compact-method h2,.compact-method h3,.compact-method p{margin:0;}
.compact-method h2{font-size:calc(19.8px * 2);line-height:1.14;}
.compact-method h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.compact-method p{font-size:19.8px;line-height:1.59;}
.compact-method .active-summary{max-width:var(--layer-strong);}
.compact-method .active-summary .media-frame{margin-top:calc(1.5rem / 2);opacity:.82;}
.compact-method .offer-intro{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--mark-active);margin-top:var(--mark-active);}
.compact-method .secondary-plan{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid rgba(12,4,32,0.28);}
.compact-method .secondary-plan p{margin-top:calc(1.5rem / 3);opacity:.86;}
.compact-method .tile{margin-top:var(--mark-active);max-width:var(--layer-strong);opacity:.9;}
.compact-method .tile a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-method .tile a:hover{opacity:.75;}
@media (max-width:640px){.compact-method .offer-intro{grid-template-columns:1fr;}
}
.soft-body{
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#0c0420;
  color:#f3ecff;
}
.soft-body .top-actions{max-width:1540px;
  margin:0 auto;}
.soft-body .strong-benefit{max-width:42rem;
  margin-bottom:calc(2.42rem * 1.5);}
.soft-body h2{margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.soft-body .strong-benefit p{margin:1.5rem 0 0;
  color:var(--tone-page);
  line-height:1.59;}
.soft-body .team-service{display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.soft-body .tile{flex:1 1 100%;
  padding:1.5rem 0;
  border-top:1px solid rgba(255, 46, 136, 0.28);
  border-bottom:1px solid rgba(255, 46, 136, 0.28);
  color:var(--tone-page);
  line-height:1.59;}
.soft-body .tile p{margin:0;}
.soft-body .team-summary{flex:1 1 18rem;
  padding:1.5rem 0;
  border-top:1px solid rgba(255, 46, 136, 0.28);}
.soft-body .team-summary strong{display:block;
  font-size:calc(19.8px * 1.35);
  line-height:1.18;}
.soft-body .team-summary p{margin:calc(1.5rem * .75) 0 0;
  font-size:19.8px;
  line-height:1.59;
  color:var(--tone-page);}
.soft-body .visual-section{margin-top:calc(2.42rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(255, 46, 136, 0.28);}
.soft-body .visual-section p{margin:0;
  color:var(--tone-page);
  line-height:1.59;}
.soft-body .visual-section a{color:#ff2e88;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  transition:color 260ms var(--ease-soft);}
.soft-body .visual-section a:hover{color:#22e0d6;}
@media (max-width:720px){.soft-body .team-summary{
    flex:1 1 100%;
  }
}
.page-lead{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem;
    background:var(--tone-cool,#150a30);
    color:var(--tone-page,#b9a9e0);
  }
.page-lead .public-nav{max-width:min(1540px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.page-lead .media-frame{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.5rem);}
.page-lead h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.8px * 2.65));
    line-height:1.1;
    font-weight:720;
    letter-spacing:-0.005em;}
.page-lead .offer-fields{margin:0;
    max-width:52rem;
    font-size:clamp(1rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.page-lead{padding-top:calc(calc(1.5rem * 2.4)*.46);padding-bottom:calc(calc(1.5rem * 2.4)*.46);}.page-lead .offer-fields{max-width:100%;}
  }
.local-header{--mark-active:calc(1.5rem * 1.15);--layer-strong:calc(1540px / 2.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.local-header .top-actions{max-width:1540px;margin:0 auto;}
.local-header h2,.local-header h3,.local-header p,.local-header ol,.local-header li{margin:0;}
.local-header h2{font-size:calc(19.8px * 2);line-height:1.14;}
.local-header h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.local-header p{font-size:19.8px;line-height:1.59;}
.local-header .strong-benefit{max-width:var(--layer-strong);}
.local-header .media-frame{margin-top:calc(1.5rem / 2);color:var(--tone-page);}
.local-header .visual-section{list-style:none;padding:0;margin-top:var(--mark-active);display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.local-header .service-tile{display:flex;gap:1.37rem;align-items:flex-start;padding-top:calc(2.42rem * 1.5);border-top:1px solid rgba(255, 46, 136, 0.28);}
.local-header .service-tile:first-child{border-top:0;padding-top:0;}
.local-header .narrow-footer{flex:0 0 auto;min-width:2.4rem;font-size:calc(19.8px * 1.125);letter-spacing:0.08em;color:#22e0d6;}
.local-header .primary-lead{min-width:0;max-width:var(--layer-strong);}
.local-header .primary-lead p{margin-top:calc(1.5rem / 3);color:var(--tone-page);}
.local-header .quiet-shell{margin-top:var(--mark-active);padding-top:calc(2.42rem * 1.5);border-top:1px solid rgba(255, 46, 136, 0.28);display:flex;flex-wrap:wrap;gap:calc(2.42rem * 1.5);align-items:baseline;justify-content:space-between;}
.local-header .tile{max-width:var(--layer-strong);color:var(--tone-page);font-size:calc(19.8px * .875);}
.local-header .site-plan{font-size:calc(19.8px * .875);}
.local-header a{color:#ff2e88;text-decoration:none;border-bottom:1px solid #ff2e88;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft);}
.local-header a:hover{color:#22e0d6;border-color:#22e0d6;}
@media (max-width:640px){.local-header .service-tile{flex-direction:column;gap:calc(1.5rem / 3);}.local-header .quiet-shell{flex-direction:column;align-items:flex-start;}
}
.visual-menu{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.visual-menu .top-actions{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.visual-menu h2,.visual-menu h3,.visual-menu p,.visual-menu ol,.visual-menu li{margin:0;}
.visual-menu h2{font-size:calc(19.8px * 2);line-height:1.14;}
.visual-menu h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.visual-menu p{font-size:19.8px;line-height:1.59;}
.visual-menu .active-summary{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:calc(1540px * 0.62);}
.visual-menu .media-frame{font-size:calc(19.8px * 1.125);}
.visual-menu .narrow-content{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;}
.visual-menu .service-tile{display:grid;grid-template-columns:minmax(0,7rem) minmax(0,1fr);gap:calc(1.5rem * .75) 2.42rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255, 46, 136, 0.28);}
.visual-menu .service-tile:last-child{border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.visual-menu .offer{font-size:calc(19.8px * .875);letter-spacing:0.06em;text-transform:uppercase;padding-top:0.35rem;}
.visual-menu .service-tile h3{grid-column:2;}
.visual-menu .service-tile p{grid-column:2;max-width:calc(1540px * 0.7);}
.visual-menu .primary-service{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(1.5rem * .75);}
.visual-menu .tile{max-width:calc(1540px * 0.55);}
.visual-menu .text-unit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#ff2e88;color:#0c0420;text-decoration:none;font-size:19.8px;transition:background 260ms var(--ease-soft);}
.visual-menu .text-unit:hover{background:#ff5aa3;color:#f3ecff;}
@media (max-width:640px){.visual-menu .service-tile{grid-template-columns:minmax(0,1fr);}.visual-menu .service-tile h3,.visual-menu .service-tile p{grid-column:1;}.visual-menu .offer{padding-top:0;}
}
.fresh-list{padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.5);background:var(--tone-cool,#150a30);color:#f3ecff;}
.fresh-list .plain-summary{max-width:min(1540px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.fresh-list h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(19.8px * 2.65));line-height:1.08;font-weight:700;letter-spacing:-0.01em;}
.fresh-list .media-frame{margin:0;max-width:46rem;font-size:clamp(1.02rem,1.4vw,calc(19.8px * 1.125));line-height:1.68;}
@media (max-width:620px){.fresh-list{padding-top:calc(calc(1.5rem * 2.4)*.46);padding-bottom:calc(calc(1.5rem * 2.4)*.42);}.fresh-list .media-frame{max-width:100%;}
  }
.page-region{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: linear-gradient(135deg, #0c0420 0%, #2a0f4d 45%, #ff2e88 100%);
  color: #f3ecff;
}
.page-region .top-actions{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1540px;
  margin: 0 auto;
  gap: calc(2.42rem * 1.5);}
.page-region .media-frame{max-width: 62rem;}
.page-region h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.page-region .media-frame p{max-width: 46rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.59;}
.page-region .narrow-visual{display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.page-region .compact-wrap{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.page-region .strong-flow{flex: 0 0 10rem;
  font-size: calc(19.8px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;}
.page-region .compact-wrap p{flex: 1 1 20rem;
  margin: 0;
  font-size: 19.8px;
  line-height: 1.59;}
.page-region .compact-wrap a{color: inherit;
  text-underline-offset: .22em;
  overflow-wrap: anywhere;}
.page-region .compact-wrap a:hover{}
.page-region .tile{max-width: 52rem;}
.page-region .tile p{margin: 0;
  font-size: 19.8px;
  line-height: 1.59;
  opacity: .85;}
.page-region .narrow-content{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.42rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.page-region .narrow-content a{color: inherit;
  text-decoration: none;
  font-size: 19.8px;
  overflow-wrap: anywhere;}
.page-region .narrow-content a:hover{}
.page-region .narrow-content span{display: block;
  font-size: calc(19.8px * .875);
  opacity: .6;}
@media (max-width: 720px) {.page-region .compact-wrap{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.page-region .strong-flow{
    flex: none;
  }.page-region .narrow-content{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.page-group{
  background:#0c0420;
  color:#f3ecff;
  padding:calc(1.5rem * 2.4) 1.37rem;
}
.page-group .top-actions{max-width:1540px;
  margin:0 auto;}
.page-group .strong-benefit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(2.42rem * 1.5);
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.page-group h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.page-group .strong-benefit p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-page);
  line-height:1.59;}
.page-group .contact-proof{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.42rem;}
.page-group .contact-proof a{
  flex:1 1 18rem;
  min-width:0;
  color:#f3ecff;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#1a0d3a;
  color:#f3ecff;
  border:1px solid rgba(255, 46, 136, 0.28);
  border-radius:0.77rem;
  transition:border-color 260ms var(--ease-soft), transform 260ms var(--ease-soft);
}
.page-group .contact-proof a:hover{border-color:#ff2e88;
  transform:translateY(-2px);}
.page-group .contact-proof strong,
.page-group .contact-proof span{display:block;}
.page-group .contact-proof span{margin-top:.4rem;
  color:var(--tone-page);
  line-height:1.59;
  font-size:calc(19.8px * .875);}
.page-group .direct-quote{margin-top:calc(2.42rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(255, 46, 136, 0.28);}
.page-group .direct-quote .public-actions{margin:0 0 .6rem;
  color:var(--tone-page);
  line-height:1.59;
  max-width:60rem;}
.page-group .direct-quote .public-actions strong{color:#f3ecff;}
.page-group .visual-section{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.42rem;}
.page-group .text-unit{
  display:inline-flex;
  align-items:center;
  background:#ff2e88;
  color:#0c0420;
  text-decoration:none;
  border-radius:1.28rem;
  padding:.8rem 1.3rem;
  font-weight:600;
  transition:background 260ms var(--ease-soft);
}
.page-group .text-unit:hover{
  background:#ff5aa3;color:#f3ecff;}
.page-group .quiet-shell{color:#ff2e88;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.page-group .quiet-shell:hover{color:#22e0d6;
  border-bottom-color:#22e0d6;}
@media (max-width:680px){.page-group .strong-benefit{display:block}.page-group .strong-benefit p{margin-top:1.5rem}.page-group .contact-proof{display:block}.page-group .contact-proof a{display:block;margin-top:2.42rem}.page-group .visual-section{display:block}.page-group .quiet-shell{display:inline-block;margin-top:1.5rem}
}
.page-actions{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: var(--tone-cool);
  color: var(--tone-page);
}
.page-actions .top-actions{max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.42rem;
  align-items: flex-start;}
.page-actions .compact-figure{flex: 1 1 320px;
  max-width: 480px;}
.page-actions h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.page-actions .compact-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.8px;
  line-height: 1.59;}
.page-actions .direct-visual{
  flex: 1 1 520px;
  border-radius: 0.77rem;
  background: #1a0d3a;
  color: #f3ecff;
  border: 1px solid rgba(255, 46, 136, 0.28);
  overflow: hidden;
}
.page-actions .narrow-summary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.42rem * 1.5);
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);
  background: #f7f2ff;
  color: #150a30;
}
.page-actions .narrow-summary span{font-size: calc(19.8px * .875);
  letter-spacing: 0.02em;}
.page-actions a{text-decoration: none;
  color: inherit;}
.page-actions .narrow-summary a{font-size: calc(19.8px * .875);
  border-bottom: 1px solid #ff2e88;
  padding-bottom: 2px;}
.page-actions .wide-group{display: flex;
  flex-direction: column;}
.page-actions .wide-group a{padding: calc(1.5rem * .75) calc(2.42rem * 1.5);
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);
  transition: background 260ms var(--ease-soft);}
.page-actions .wide-group a:last-child{border-bottom: 0;}
.page-actions .wide-group a:hover{
  background: var(--tone-cool);color:var(--tone-page);}
.page-actions .wide-group strong,
.page-actions .wide-group small,
.page-actions .wide-group span{display: block;}
.page-actions .wide-group strong{font-size: 19.8px;}
.page-actions .wide-group small{margin: 4px 0 6px;
  font-size: calc(19.8px * .875);}
.page-actions .wide-group span{font-size: calc(19.8px * .875);
  line-height: 1.5;}
@media (max-width: 780px) {.page-actions .top-actions{
    flex-direction: column;
  }.page-actions .compact-figure,
  .page-actions .direct-visual{
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }.page-actions .narrow-summary{
    flex-direction: column;
    align-items: flex-start;
  }
}
.grid-_second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.66);
    background:#f7f2ff;
    color:#150a30;
  }
.grid-_second-hero-block .plain-summary{max-width:min(1540px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.grid-_second-hero-block .soft-headline{max-width:46rem;}
.grid-_second-hero-block h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.grid-_second-hero-block p{margin:0;
    max-width:47rem;
    font-size:clamp(1rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.grid-_second-hero-block{
      padding-top:calc(calc(1.5rem * 2.4)*.46);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.grid-_second-hero-block p{max-width:100%;}
  }
.content-service{--mark-active:calc(1.5rem * 0.87);--layer-strong:calc(1540px / 2.11);padding:calc(1.5rem * 2.4) 1.37rem;background:#ff2e88;color:#0c0420;}
.content-service .top-actions{max-width:1540px;margin:0 auto;}
.content-service h2,.content-service p{margin:0;}
.content-service h2{font-size:calc(19.8px * 2);line-height:1.12;}
.content-service p{font-size:19.8px;line-height:1.59;}
.content-service a{color:inherit;text-decoration:none;}
.content-service .wide-shell{text-align:center;}
.content-service .wide-shell p{margin:1.5rem auto 0;max-width:var(--layer-strong);}
.content-service .text-unit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#0c0420;color:#ff2e88;margin-top:1.5rem;}
.content-service .visual-section{margin-top:calc(var(--mark-active) * 1.1);font-size:calc(19.8px * .875);}
.content-service .visual-section a{text-decoration:underline;text-underline-offset:3px;}
.content-service .visual-section a:hover{}
.main-inner{--mark-active:calc(1.5rem * 1.15);--layer-strong:calc(1540px / 2.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.main-inner .top-actions{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.main-inner h2,.main-inner h3,.main-inner p{margin:0;}
.main-inner h2{font-size:calc(19.8px * 2);line-height:1.14;max-width:var(--layer-strong);}
.main-inner h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.main-inner p{font-size:19.8px;line-height:1.59;color:var(--tone-page);}
.main-inner .strong-benefit{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.main-inner .tile{font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#22e0d6;}
.main-inner .media-frame{max-width:var(--layer-strong);}
.main-inner .offer-intro{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255, 46, 136, 0.28);}
.main-inner .secondary-plan{padding:calc(2.42rem * 1.5) 0;border-bottom:1px solid rgba(255, 46, 136, 0.28);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.main-inner .secondary-plan p{max-width:calc(var(--layer-strong) * 1.15);}
.main-inner .visual-section{padding-top:calc(1.5rem / 2);max-width:var(--layer-strong);}
.main-inner .visual-section p{font-size:calc(19.8px * .875);}
.main-inner .visual-section a{color:#ff2e88;text-decoration:none;border-bottom:1px solid currentColor;transition:color 260ms var(--ease-soft);}
.main-inner .visual-section a:hover{color:#22e0d6;}
@media (min-width:900px){.main-inner .offer-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.42rem;border-top:none;}.main-inner .secondary-plan{border-top:1px solid rgba(255, 46, 136, 0.28);}
}
.public-rail{
  --mark-active:calc(1.5rem * 1.05);
  --layer-strong:calc(1540px / 2.6);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:var(--tone-cool);
  color:var(--tone-page);
}
.public-rail .top-actions{max-width:1540px;
  margin:0 auto;}
.public-rail h2,
.public-rail h3,
.public-rail p{margin:0;}
.public-rail h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  max-width:var(--layer-strong);}
.public-rail h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.public-rail p{font-size:19.8px;
  line-height:1.59;}
.public-rail .tile{font-size:calc(19.8px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.public-rail .media-frame{margin-top:1.5rem;
  max-width:var(--layer-strong);}
.public-rail .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active) 2.42rem;
  margin-top:calc(var(--mark-active) * 1.2);}
.public-rail .secondary-plan{flex:1 1 calc(1540px / 4);
  min-width:260px;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255, 46, 136, 0.28);}
.public-rail .secondary-plan p{margin-top:calc(1.5rem / 3);}
.public-rail .visual-section{display:inline-block;
  margin-top:calc(1.5rem / 2);
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  transition:color 260ms var(--ease-soft);}
.public-rail .visual-section:hover,
.public-rail .visual-section:focus-visible{}
.public-rail .quiet-shell{margin-top:calc(var(--mark-active) * 1.4);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255, 46, 136, 0.28);
  font-size:calc(19.8px * .875);}
.public-rail .quiet-shell a{text-decoration:none;}
.public-rail .quiet-shell a:hover,
.public-rail .quiet-shell a:focus-visible{}
@media (max-width:720px){.public-rail .secondary-plan{
    flex:1 1 100%;
  }
}
.focused-headline{
    padding:calc(calc(1.5rem * 2.4)*.62) 1.37rem;
    background:var(--tone-cool,#150a30);
    color:var(--tone-page,#b9a9e0);
  }
.focused-headline .plain-summary{max-width:min(1540px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,calc(2.42rem * 1.5));}
.focused-headline .soft-headline{max-width:46rem;}
.focused-headline h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:0;}
.focused-headline p{margin:0;
    max-width:50rem;
    font-size:clamp(1rem,1.38vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.focused-headline{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.focused-headline p{
      max-width:100%;
    }
  }
.quiet-details{
  background:#0c0420;
  color:#f3ecff;
  padding:calc(1.5rem * 2.4) 1.37rem;
}
.quiet-details .top-actions{max-width:1540px;
  margin:0 auto;}
.quiet-details .strong-benefit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.quiet-details h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.quiet-details .strong-benefit p{flex:0 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-page);
  line-height:1.59;}
.quiet-details .contact-proof{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.42rem;}
.quiet-details .contact-proof a{flex:1 1 18rem;
  min-width:0;
  color:#f3ecff;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid rgba(255, 46, 136, 0.28);
  transition:border-color 260ms var(--ease-soft);}
.quiet-details .contact-proof a:hover{border-top-color:#22e0d6;}
.quiet-details .contact-proof strong,
.quiet-details .contact-proof span{display:block;}
.quiet-details .contact-proof strong{font-size:19.8px;}
.quiet-details .contact-proof span{margin-top:.4rem;
  color:var(--tone-page);
  line-height:1.59;
  font-size:calc(19.8px * .875);}
.quiet-details .media-frame{margin:calc(2.42rem * 1.5) 0 0;
  max-width:52rem;
  color:var(--tone-page);
  line-height:1.59;}
.quiet-details .visual-section{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);}
.quiet-details .text-unit{
  display:inline-flex;
  background:#ff2e88;
  color:#0c0420;
  text-decoration:none;
  border-radius:1.28rem;
  padding:.75rem 1.15rem;
  font-size:calc(19.8px * .875);
  transition:background 260ms var(--ease-soft);
}
.quiet-details .text-unit:hover{
  background:#ff5aa3;color:#f3ecff;}
.quiet-details .site-plan{color:#ff2e88;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.quiet-details .site-plan:hover{color:#22e0d6;
  border-bottom-color:#22e0d6;}
@media (max-width:680px){.quiet-details .strong-benefit{display:block}.quiet-details .strong-benefit p{margin-top:1.5rem}.quiet-details .contact-proof{display:block}.quiet-details .contact-proof a{display:block;margin-top:2.42rem}
}
.clear-actions{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #22e0d6;
  color: #0c0420;
}
.clear-actions .simple-frame{
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 1.28rem;
  overflow: hidden;
  background: #0c0420;
  color: #f3ecff;
  box-shadow: 0 28px 34px rgba(0,0,0,0.29);
}
.clear-actions .secondary-view{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);}
.clear-actions .secondary-view span{font-size: calc(19.8px * .875);
  letter-spacing: .02em;}
.clear-actions a{text-decoration: none;}
.clear-actions .secondary-view a{font-size: calc(19.8px * .875);
  border-bottom: 1px solid #ff2e88;
  padding-bottom: 1px;}
.clear-actions .primary-lead{display: flex;
  flex-wrap: wrap;
  gap: 2.42rem;
  padding: calc(2.42rem * 1.5);}
.clear-actions .media-frame{flex: 1 1 320px;
  min-width: 0;}
.clear-actions h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.12;}
.clear-actions .media-frame p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.8px;
  max-width: 46ch;}
.clear-actions .soft-wrap{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .7);}
.clear-actions .soft-wrap a{
  display: block;
  padding: calc(calc(1.5rem * .75) * .85) calc(1.5rem * .75);
  border: 1px solid rgba(255, 46, 136, 0.28);
  border-radius: 0.58rem;
  background: #1a0d3a;
  color: #f3ecff;
  transition: border-color 260ms var(--ease-soft), transform 260ms var(--ease-soft);
}
.clear-actions .soft-wrap a:hover{border-color: #22e0d6;
  transform: translateY(-1px);}
.clear-actions .soft-wrap span{display: block;
  font-size: calc(19.8px * .875);
  text-transform: uppercase;
  letter-spacing: .06em;}
.clear-actions .soft-wrap strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0 calc(calc(1.5rem * .75) * .25);
  font-size: 19.8px;
  line-height: 1.3;}
.clear-actions .soft-wrap small{display: block;
  font-size: calc(19.8px * .875);
  line-height: 1.5;}
@media (max-width: 780px) {.clear-actions .primary-lead{
    padding: calc(1.5rem * .75);
  }.clear-actions .secondary-view{
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-method{background:#0c0420;color:#f3ecff;padding:calc(1.5rem * 2.4) 1.37rem}
.featured-method .top-actions{max-width:1540px;margin:0 auto}
.featured-method .scene{display:flex;align-items:flex-start;gap:calc(2.42rem * 1.5);flex-wrap:wrap}
.featured-method .strong-benefit{flex:1 1 24rem;min-width:0}
.featured-method h2{margin:0;font-size:clamp(calc(19.8px * 2),4.5vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.featured-method p{margin:1.5rem 0 0;color:var(--tone-page);font-size:calc(19.8px * 1.125);line-height:1.65}
.featured-method .narrow-visual{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(255, 46, 136, 0.28)}
.featured-method .compact-wrap{display:flex;gap:2.42rem;padding:1.5rem 0;border-bottom:1px solid rgba(255, 46, 136, 0.28)}
.featured-method strong{flex:0 1 12rem;min-width:0;font-size:19.8px;letter-spacing:.01em}
.featured-method span{flex:1 1 20rem;min-width:0;color:var(--tone-page);line-height:1.6;font-size:19.8px}
@media(max-width:760px){.featured-method .scene,.featured-method .compact-wrap{flex-direction:column}.featured-method .compact-wrap{gap:calc(calc(1.5rem * .75)*.5)}}
.primary-team{padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.5);background:#f7f2ff;color:#150a30;}
.primary-team .public-nav{max-width:min(1540px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);}
.primary-team .media-frame{margin:0;}
.primary-team h1{margin:0;font-size:clamp(2rem,4.6vw,calc(19.8px * 2.65));line-height:1.08;font-weight:720;letter-spacing:0;}
.primary-team .offer-fields{margin:0;max-width:46rem;font-size:clamp(1.02rem,1.38vw,calc(19.8px * 1.125));line-height:1.64;opacity:.82;}
@media (max-width:620px){.primary-team{padding-top:calc(calc(1.5rem * 2.4)*.46);padding-bottom:calc(calc(1.5rem * 2.4)*.42);}.primary-team .offer-fields{max-width:100%;}
  }
.featured-brand{--mark-active:calc(1.5rem * 1.15);--layer-strong:calc(1540px / 2.1);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.featured-brand .top-actions{max-width:1540px;margin:0 auto;}
.featured-brand h2,.featured-brand h3,.featured-brand p{margin:0;}
.featured-brand h2{font-size:calc(19.8px * 2);line-height:1.12;max-width:var(--layer-strong);}
.featured-brand h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.featured-brand p{font-size:19.8px;line-height:1.59;}
.featured-brand .tile{margin-bottom:calc(1.5rem / 2);font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.featured-brand .media-frame{margin-top:1.5rem;max-width:var(--layer-strong);}
.featured-brand .offer-intro{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:calc(var(--mark-active) * 1.2);}
.featured-brand .secondary-plan{min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255, 46, 136, 0.28);}
.featured-brand .secondary-plan:last-child{border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.featured-brand .offer-fields{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.37rem;}
.featured-brand .offer-fields h3{flex:0 0 auto;min-width:14rem;}
.featured-brand .offer-fields p{flex:1 1 22rem;min-width:0;}
.featured-brand .offer-fields a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.29rem;background:#ff2e88;color:#0c0420;text-decoration:none;font-size:calc(19.8px * .875);transition:background 260ms var(--ease-soft);}
.featured-brand .offer-fields a:hover{background:#ff5aa3;color:#f3ecff;}
.featured-brand .visual-section{margin-top:calc(var(--mark-active) * 1.1);font-size:calc(19.8px * .875);}
.featured-brand .visual-section a{text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft);}
.featured-brand .visual-section a:hover{border-color:#22e0d6;}
@media (max-width:720px){.featured-brand .offer-fields{flex-direction:column;gap:calc(1.37rem / 2);}.featured-brand .offer-fields h3{min-width:0;}.featured-brand .offer-fields a{align-self:flex-start;}
}
.local-items{
        --mark-active: calc(1.5rem * 1.14);
        --layer-strong: calc(1540px / 2.38);
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: #f7f2ff;
        color: #150a30;
    }
.local-items .top-actions{max-width: 1540px;
        margin: 0 auto;}
.local-items h2,
    .local-items h3,
    .local-items p{margin: 0;}
.local-items h2{font-size: calc(19.8px * 2);
        line-height: 1.12;}
.local-items h3{font-size: calc(19.8px * 1.35);
        line-height: 1.2;}
.local-items p{font-size: 19.8px;
        line-height: 1.59;}
.local-items a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.local-items .plain-benefit{padding-inline-start: calc(1.37rem / 2);}
.local-items .contact-details{padding-block: calc(var(--mark-active) / 2);}
.local-items .stage{row-gap: calc(var(--mark-active) * 1.2);}
.local-items .media-frame{margin-top: 1.5rem;
        max-width: calc(1540px / 2);}
.local-items .offer-intro{display: flex;
        flex-direction: column;
        gap: var(--mark-active);
        margin-top: var(--mark-active);}
.local-items .secondary-plan{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid rgba(255, 46, 136, 0.28);}
.local-items .secondary-plan p{margin-top: calc(1.5rem / 3);
        max-width: var(--layer-strong);}
.local-items .visual-section{margin-top: calc(var(--mark-active) * 1.1);
        max-width: var(--layer-strong);
        font-size: calc(19.8px * .875);}
.local-items .visual-section a{border-bottom: 1px solid currentColor;}
@media (max-width: 720px) {.local-items .plain-benefit{
            padding-inline-start: 0;
        }.local-items .secondary-plan{
            padding-inline-start: 1.5rem;
        }
    }
.bottom-items{
  --mark-active:calc(1.5rem * 1.25);
  --layer-strong:calc(1540px / 2.6);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:#ff2e88;
  color:#0c0420;
}
.bottom-items .top-actions{max-width:1540px;
  margin:0 auto;}
.bottom-items h2,
.bottom-items h3,
.bottom-items p{margin:0;}
.bottom-items h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  max-width:var(--layer-strong);}
.bottom-items h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.bottom-items p{font-size:19.8px;
  line-height:1.59;}
.bottom-items .tile{font-size:calc(19.8px * .875);
  max-width:var(--layer-strong);
  opacity:.82;}
.bottom-items .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active);
  margin-top:var(--mark-active);}
.bottom-items .secondary-plan{
  flex:1 1 calc(1540px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.58rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.bottom-items .secondary-plan .visual-note{font-size:calc(19.8px * .875);
  opacity:.78;
  margin-top:auto;}
@media (max-width:720px){.bottom-items .secondary-plan{
    flex:1 1 100%;
  }
}
.secondary-contact{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem calc(calc(1.5rem * 2.4)*.66);
    background:var(--tone-cool,#150a30);
    color:var(--tone-page,#b9a9e0);
  }
.secondary-contact .plain-summary{max-width:min(1540px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.secondary-contact .soft-headline{max-width:46rem;}
.secondary-contact h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.8px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.005em;}
.secondary-contact p{margin:0;
    max-width:52rem;
    font-size:clamp(1.02rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.68;
    opacity:.86;}
@media (max-width:640px){.secondary-contact{
      padding-top:calc(calc(1.5rem * 2.4)*.46);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.secondary-contact p{max-width:100%;opacity:.9;}
  }
.quiet-track{
  --mark-active:calc(1.5rem * 1.15);
  --layer-strong:calc(1540px / 2.2);
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:var(--tone-cool);
  color:var(--tone-page);
}
.quiet-track .top-actions{max-width:1540px;
  margin:0 auto;}
.quiet-track h2,
.quiet-track h3,
.quiet-track p{margin:0;}
.quiet-track h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.quiet-track .active-summary{display:flex;
  flex-wrap:wrap;
  gap:2.42rem;
  align-items:flex-end;
  padding-bottom:calc(2.42rem * 1.5);
  border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.quiet-track .active-summary>h2{flex:1 1 calc(1540px / 3);
  min-width:0;}
.quiet-track .active-summary>.media-frame{flex:1 1 calc(1540px / 2.6);
  min-width:0;
  font-size:19.8px;
  line-height:1.59;}
.quiet-track .offer-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-active);
  margin-top:var(--mark-active);}
.quiet-track .secondary-plan{
  flex:1 1 calc(1540px / 3.6);
  min-width:0;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.58rem;
  background:#1a0d3a;
  color:#f3ecff;
  border:1px solid rgba(255, 46, 136, 0.28);
}
.quiet-track .secondary-plan .primary-wrap{font-size:19.8px;
  line-height:1.59;}
.quiet-track .secondary-plan .visual-note{margin-top:calc(1.5rem / 2);
  font-size:calc(19.8px * .875);}
.quiet-track .tile{margin-top:var(--mark-active);
  font-size:calc(19.8px * .875);}
.quiet-track .tile a{text-decoration:none;
  border-bottom:1px solid #ff2e88;}
.quiet-track .tile a:hover{border-bottom-color:#22e0d6;}
@media (max-width:720px){.quiet-track .active-summary{
    align-items:flex-start;
  }.quiet-track .secondary-plan{
    flex:1 1 100%;
  }
}
.page-track{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.page-track .top-actions{max-width:min(1540px,56rem);margin:0 auto}
.page-track .strong-benefit{max-width:44rem}
.page-track h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.page-track .strong-benefit p{margin:1.5rem 0 0;color:var(--tone-page);line-height:1.59}
.page-track .steady-fields{margin-top:calc(2.42rem * 1.5);border-top:1px solid rgba(255, 46, 136, 0.28)}
.page-track details{padding:1.5rem 0;border-bottom:1px solid rgba(255, 46, 136, 0.28)}
.page-track summary{cursor:pointer;font-size:19.8px;line-height:1.25;list-style:none}
.page-track summary::-webkit-details-marker{display:none}
.page-track summary::after{content:"+";float:right;color:#22e0d6;font-size:calc(19.8px * 1.125);line-height:1}
.page-track details[open] summary::after{content:"–"}
.page-track details p{max-width:48rem;margin:1.5rem 0 0;color:var(--tone-page);line-height:1.59}
@media(max-width:720px){.page-track .steady-fields{margin-top:calc(1.5rem * .75)}.page-track summary{font-size:19.8px}
}
.narrow-links{
    padding:calc(calc(1.5rem * 2.4)*.58) 1.37rem;
    background:#0c0420;
    color:#f3ecff;
  }
.narrow-links .plain-summary{max-width:min(1540px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.narrow-links .soft-headline{max-width:46rem;}
.narrow-links h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.narrow-links p{margin:0;
    max-width:52rem;
    font-size:clamp(1.02rem,1.4vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.narrow-links{
      padding-top:calc(calc(1.5rem * 2.4)*.46);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.narrow-links p{
      max-width:100%;
    }
  }
.bottom-track{--mark-active:calc(1.5rem * 1.15);--layer-strong:calc(1540px / 2.2);padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff;}
.bottom-track .top-actions{max-width:1540px;margin:0 auto;}
.bottom-track h1,.bottom-track h2,.bottom-track h3,.bottom-track p{margin:0;}
.bottom-track h2{font-size:calc(19.8px * 2);line-height:1.12;max-width:var(--layer-strong);}
.bottom-track h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.bottom-track p{font-size:19.8px;line-height:1.59;color:var(--tone-page);}
.bottom-track a{color:#ff2e88;text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft);}
.bottom-track a:hover{color:#22e0d6;border-bottom-color:#22e0d6;}
.bottom-track .tile{margin-bottom:calc(1.5rem / 2);font-size:calc(19.8px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#22e0d6;}
.bottom-track .media-frame{margin-top:1.5rem;max-width:var(--layer-strong);}
.bottom-track .offer-intro{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:calc(var(--mark-active) * 1.1);}
.bottom-track .secondary-plan{min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255, 46, 136, 0.28);}
.bottom-track .secondary-plan:last-child{border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.bottom-track .secondary-plan p{margin-top:calc(1.5rem / 3);max-width:var(--layer-strong);}
.bottom-track .visual-section{margin-top:calc(var(--mark-active) * 1.2);font-size:calc(19.8px * .875);color:var(--tone-page);}
@media (min-width:900px){.bottom-track .offer-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.42rem;row-gap:0;}.bottom-track .secondary-plan{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;}.bottom-track .secondary-plan:nth-child(odd){padding-right:2.42rem;}.bottom-track .secondary-plan:nth-child(even){padding-left:2.42rem;border-left:1px solid rgba(255, 46, 136, 0.28);}
}
.direct-figure{--mark-active:calc(1.5rem * 1.18);--layer-strong:calc(1540px / 2.4);padding:calc(1.5rem * 2.4) 1.37rem;background:var(--tone-cool);color:var(--tone-page);}
.direct-figure .top-actions{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;row-gap:var(--mark-active);}
.direct-figure h2,.direct-figure h3,.direct-figure p{margin:0;}
.direct-figure h2{font-size:calc(19.8px * 2);line-height:1.14;max-width:var(--layer-strong);}
.direct-figure h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.direct-figure p{font-size:19.8px;line-height:1.59;}
.direct-figure .media-frame{max-width:var(--layer-strong);opacity:.86;}
.direct-figure .offer-intro{display:flex;flex-direction:column;gap:calc(var(--mark-active) * .9);border-top:1px solid rgba(255, 46, 136, 0.28);padding-top:var(--mark-active);}
.direct-figure .secondary-plan{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:calc(1.5rem * .75) 2.42rem;align-items:baseline;padding-block:calc(1.5rem / 2);border-bottom:1px solid rgba(255, 46, 136, 0.28);}
.direct-figure .secondary-plan p{grid-column:1 / -1;opacity:.82;}
.direct-figure .secondary-plan a{grid-column:2;grid-row:1;align-self:center;font-size:calc(19.8px * .875);text-decoration:none;white-space:nowrap;}
.direct-figure .secondary-plan a:hover{}
.direct-figure .visual-section{margin-top:calc(var(--mark-active) * .4);font-size:calc(19.8px * .875);opacity:.9;}
.direct-figure .visual-section a{text-decoration:none;}
.direct-figure .visual-section a:hover{}
@media (max-width:640px){.direct-figure .secondary-plan{grid-template-columns:1fr;}.direct-figure .secondary-plan a{grid-column:1;grid-row:auto;margin-top:calc(1.5rem / 3);}
}
.main-team{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.main-team .top-actions{width:min(100%,calc(1540px*.58));margin:0 auto}
.main-team .active-summary{margin-bottom:calc(2.42rem * 1.5)}
.main-team .page-details{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#22e0d6}
.main-team h1{margin:0;font-size:calc(19.8px * 2.65);line-height:1.05}
.main-team .media-frame{margin:calc(1.5rem * .75) 0 1.5rem;font-size:calc(19.8px * 1.125);line-height:1.59;color:var(--tone-page)}
.main-team .soft-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28);font-size:calc(19.8px * .875);color:var(--tone-page)}
.main-team .primary-lead{border-top:1px solid rgba(255, 46, 136, 0.28);padding-top:1.5rem}
.main-team .primary-lead p{margin:0 0 1.5rem;line-height:1.59}
.main-team .primary-lead h2{margin:calc(2.42rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(19.8px * 1.35);line-height:1.2}
.main-team .quiet-shell{margin-top:calc(2.42rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:#1a0d3a;color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28);border-radius:0.77rem}
.main-team .steady-form{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * .875);letter-spacing:.06em;text-transform:uppercase;color:#22e0d6}
.main-team .quiet-shell p{margin:0;line-height:1.59}
.main-team .quiet-shell p+p{margin-top:calc(1.5rem * .75)}
.main-team a{color:#ff2e88;text-decoration:underline;text-underline-offset:3px;transition:color 260ms var(--ease-soft)}
.main-team a:hover{color:#22e0d6}
@media (max-width:720px){.main-team .top-actions{width:100%}.main-team .soft-brand{flex-direction:column;gap:.4rem}
}
.secondary-inner{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.secondary-inner .top-actions{width:min(100%,calc(1540px*.6));margin:0 auto}
.secondary-inner .soft-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);color:var(--tone-page);font-size:calc(19.8px * .875);letter-spacing:.02em;text-transform:uppercase}
.secondary-inner h1{margin:calc(2.42rem * 1.5) 0 0;font-size:calc(19.8px * 2.65);line-height:1.05}
.secondary-inner .media-frame{margin:1.5rem 0 calc(2.42rem * 1.5);color:var(--tone-page);font-size:calc(19.8px * 1.125);line-height:1.59}
.secondary-inner .content-block{border-top:1px solid rgba(255, 46, 136, 0.28);padding-top:1.5rem}
.secondary-inner .content-block p{margin:0 0 1.5rem;line-height:1.59}
.secondary-inner .content-block p:last-child{margin-bottom:0}
.secondary-inner .content-block a{color:#ff2e88;text-decoration:underline;text-underline-offset:3px}
.secondary-inner .content-block a:hover{color:#22e0d6}
.secondary-inner .visual-section{display:flex;flex-wrap:wrap;gap:2.42rem;margin-top:calc(2.42rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255, 46, 136, 0.28)}
.secondary-inner .visual-section a{color:#ff2e88;font-size:19.8px;text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft)}
.secondary-inner .visual-section a:hover{color:#22e0d6;border-bottom-color:#22e0d6}
@media (max-width:640px){.secondary-inner .top-actions{width:100%}.secondary-inner .soft-brand{gap:1.37rem}
}
.offer-frame{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.offer-frame .top-actions{width:min(100%,calc(1540px*.6));margin:0 auto}
.offer-frame .active-summary{margin-bottom:calc(2.42rem * 1.5)}
.offer-frame .page-details{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#22e0d6}
.offer-frame h1{margin:0;font-size:calc(19.8px * 2.65);line-height:1.06}
.offer-frame .media-frame{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.59;color:var(--tone-page)}
.offer-frame .soft-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28);font-size:calc(19.8px * .875);color:var(--tone-page)}
.offer-frame .offer{min-width:0}
.offer-frame .primary-lead{border-top:1px solid rgba(255, 46, 136, 0.28);padding-top:calc(2.42rem * 1.5)}
.offer-frame .primary-lead p{margin:0 0 1.5rem;line-height:1.59}
.offer-frame .primary-lead h2{margin:calc(2.42rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(19.8px * 1.35);line-height:1.2}
.offer-frame .primary-lead h2:first-child{margin-top:0}
.offer-frame .primary-lead a{color:#ff2e88;text-decoration:underline;text-underline-offset:3px}
.offer-frame .primary-lead a:hover{color:#22e0d6}
.offer-frame .page-callout{margin-top:calc(2.42rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28);font-size:calc(19.8px * .875);color:var(--tone-page)}
@media (max-width:720px){.offer-frame .top-actions{width:100%}.offer-frame .soft-brand{gap:calc(1.5rem * .75)}
}
.narrow-nav{
    padding:calc(calc(1.5rem * 2.4)*.6) 1.37rem;
    background:var(--tone-cool,#150a30);
    color:var(--tone-page,#b9a9e0);
  }
.narrow-nav .primary-lead{max-width:min(1540px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.narrow-nav h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.09;
    font-weight:700;
    letter-spacing:-0.01em;}
.narrow-nav .media-frame{margin:0;
    max-width:46rem;
    font-size:clamp(1rem,1.35vw,calc(19.8px * 1.125));
    line-height:1.68;}
@media (max-width:620px){.narrow-nav{
      padding-top:calc(calc(1.5rem * 2.4)*.48);
      padding-bottom:calc(calc(1.5rem * 2.4)*.48);
    }.narrow-nav .media-frame{max-width:100%;}
  }
.media-feature{padding:calc(1.5rem * 2.4) 1.37rem;background:#f7f2ff;color:#150a30}
.media-feature .steady-plan{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5)}
.media-feature .media-frame{max-width:62ch}
.media-feature h2{margin:0;font-size:calc(19.8px * 2);line-height:1.05}
.media-feature .media-frame p{margin:1.5rem 0 0;font-size:19.8px;color:inherit;}
.media-feature .quiet-footer{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.media-feature .story{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.77rem;background:#1a0d3a;color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28)}
.media-feature .story span{display:block;font-size:calc(19.8px * .875);color:inherit;}
.media-feature .story strong{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:19.8px;line-height:1.35}
.media-feature .wide-flow{height:clamp(20rem,38vw,30rem);border-radius:1.28rem;overflow:hidden;border:1px solid rgba(255, 46, 136, 0.28)}
.media-feature iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.media-feature .wide-flow{height:20rem}}
.steady-view{
  padding:calc(1.5rem * 2.4) 1.37rem;
  background:linear-gradient(135deg, #0c0420 0%, #2a0f4d 45%, #ff2e88 100%);
  color:#f3ecff;
}
.steady-view .top-actions{max-width:1540px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:2.42rem;
  align-items:start;}
.steady-view .strong-benefit h2{margin:0 0 calc(2.42rem * 1.5);
  font-size:calc(19.8px * 2.65);
  line-height:1.05;}
.steady-view .media-frame{margin:0;
  font-size:19.8px;
  line-height:1.59;
  max-width:42ch;}
.steady-view .content-list{
  display:flex;
  flex-direction:column;
  gap:calc(2.42rem * 1.5);
  padding:1.5rem;
  border:1px solid color-mix(in srgb,currentColor 22%,transparent);
  border-radius:1.28rem;
  background:color-mix(in srgb,#1a0d3a 78%,transparent);color:#f3ecff;}
.steady-view .compact-wrap{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;}
.steady-view .strong-flow{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  flex:1 1 12rem;
  min-width:0;}
.steady-view .strong-flow.wide{flex:1 1 100%;}
.steady-view .strong-flow span{font-size:calc(19.8px * .875);
  letter-spacing:0.02em;}
.steady-view input,
.steady-view select,
.steady-view textarea{
  width:100%;
  border:1px solid color-mix(in srgb,currentColor 18%,transparent);
  border-radius:0.58rem;
  background:#1a0d3a;
  color:#f3ecff;
  font:inherit;
  padding:calc(1.5rem * .75);
  outline:none;
  transition:box-shadow 260ms var(--ease-soft),border-color 260ms var(--ease-soft);
}
.steady-view textarea{resize:vertical;
  min-height:8rem;
  line-height:1.59;}
.steady-view input::placeholder,
.steady-view textarea::placeholder{}
.steady-view input:focus,
.steady-view select:focus,
.steady-view textarea:focus{border-color:#22e0d6;
  box-shadow:0 0 0 2px rgba(34, 224, 214, 0.55);}
.steady-view .text-unit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;
  padding-top:calc(2.42rem * 1.5);
  border-top:1px solid color-mix(in srgb,currentColor 16%,transparent);}
.steady-view button{
  border:0;
  border-radius:0.58rem;
  background:#ff2e88;
  color:#0c0420;
  font:inherit;
  font-weight:600;
  padding:calc(1.5rem * .75) 1.5rem;
  cursor:pointer;
  transition:background 260ms var(--ease-soft);
}
.steady-view button:hover{
  background:#ff5aa3;color:#f3ecff;}
.steady-view .tile{flex:1 1 16rem;
  margin:0;
  font-size:calc(19.8px * .875);
  line-height:1.59;}
@media(max-width:960px){.steady-view .top-actions{
    grid-template-columns:1fr;
  }.steady-view .media-frame{
    max-width:none;
  }
}
@media(max-width:600px){.steady-view .compact-wrap{
    flex-direction:column;
  }.steady-view .text-unit{
    flex-direction:column;
    align-items:stretch;
  }.steady-view button{
    width:100%;
  }
}
.steady-lead{background:#0c0420;color:#f3ecff;padding:calc(1.5rem * 2.4) 1.37rem}
.steady-lead .top-actions{max-width:1540px;margin:0 auto}
.steady-lead .scene{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.42rem * 1.5)}
.steady-lead .strong-benefit{flex:1 1 26rem;min-width:0}
.steady-lead h2{margin:0;font-size:clamp(calc(19.8px * 2),4.5vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.steady-lead p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.6}
.steady-lead .tile{margin-top:calc(1.5rem * .75);font-size:calc(19.8px * .875);color:var(--tone-page)}
.steady-lead .narrow-visual{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(255, 46, 136, 0.28)}
.steady-lead .compact-wrap{display:flex;gap:2.42rem;padding:1.5rem 0;border-bottom:1px solid rgba(255, 46, 136, 0.28);color:inherit;text-decoration:none;transition:color 260ms var(--ease-soft)}
.steady-lead a.row:hover strong{color:#22e0d6}
.steady-lead strong{flex:0 1 13rem;min-width:0;font-size:19.8px;letter-spacing:.01em}
.steady-lead span{flex:1 1 18rem;min-width:0;color:var(--tone-page);line-height:1.55}
.steady-lead .row--plain{cursor:default}
@media(max-width:760px){.steady-lead .scene,.steady-lead .compact-wrap{flex-direction:column}.steady-lead .compact-wrap{gap:calc(calc(1.5rem * .75)*.5)}
}
.active-items{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.active-items .simple-items{max-width:min(1540px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.42rem * 1.5)}
.active-items .strong-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-items h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08}
.active-items .tile{margin:0;font-size:calc(19.8px * 1.125);line-height:1.5;max-width:52rem;color:var(--tone-page)}
.active-items .narrow-callout{padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 46, 136, 0.28)}
.active-items h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * 1.35);line-height:1.25}
.active-items .narrow-callout p{margin:0;line-height:1.6;color:var(--tone-page)}
.active-items a{color:#ff2e88;text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--ease-soft),border-color 260ms var(--ease-soft)}
.active-items a:hover,.active-items a:focus-visible{color:#22e0d6;border-bottom-color:#22e0d6}
@media (max-width:640px){.active-items .simple-items{gap:1.5rem}.active-items h2{font-size:calc(19.8px * 2)}
}
.secondary-items{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #f7f2ff;
  color: #150a30;
}
.secondary-items .top-actions{max-width: min(1540px, 62rem);
  margin: 0 auto;}
.secondary-items .active-summary{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.42rem * 1.5);
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);}
.secondary-items h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.secondary-items .media-frame{margin: 0;
  max-width: 46rem;
  font-size: calc(19.8px * 1.125);color:inherit;}
.secondary-items .primary-lead{display: flex;
  flex-direction: column;
  gap: 2.42rem;
  margin-top: calc(2.42rem * 1.5);}
.secondary-items .secondary-plan{display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;}
.secondary-items h3{margin: 0;
  font-size: calc(19.8px * 1.35);
  line-height: 1.25;}
.secondary-items .secondary-plan p{margin: 0;color:inherit;}
.secondary-items .tile{
  margin-top: calc(2.42rem * 1.5);
  padding: calc(1.5rem * .75);
  background: #1a0d3a;
  color: #f3ecff;
  border: 1px solid rgba(255, 46, 136, 0.28);
  border-radius: 0.58rem;
}
.secondary-items .tile p{margin: 0;
  font-size: calc(19.8px * .875);}
.secondary-items .tile a{color:inherit;
  text-decoration: none;}
.secondary-items .tile a:hover{color:inherit;}
@media (max-width: 720px) {.secondary-items .secondary-plan{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.plain-method{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.37rem;
    background:#0c0420;
    color:#f3ecff;
  }
.plain-method .public-nav{max-width:min(1540px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.42rem * 1.5);}
.plain-method .offer-fields{max-width:46rem;}
.plain-method h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.08;
    font-weight:720;
    letter-spacing:-0.01em;}
.plain-method p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:clamp(1rem,1.38vw,calc(19.8px * 1.125));
    line-height:1.68;}
.plain-method .visual-section{display:flex;
    flex-wrap:wrap;
    gap:2.42rem;
    padding-top:calc(2.42rem * 1.5);
    border-top:1px solid var(--line-page,rgba(255,46,136,.28));}
.plain-method .visual-section a{font-size:19.8px;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 260ms var(--ease-soft,cubic-bezier(.2,.8,.2,1)),
               border-color 260ms var(--ease-soft,cubic-bezier(.2,.8,.2,1));}
.plain-method .visual-section a:hover{border-bottom-color:#22e0d6;}
@media (max-width:620px){.plain-method{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.plain-method p{max-width:100%;}.plain-method .visual-section{gap:1.37rem;}
  }
.contact-method{--mark-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.37rem;background:#ff2e88;color:#0c0420;}
.contact-method .top-actions{max-width:1540px;margin:0 auto;}
.contact-method h1,.contact-method h2,.contact-method h3,.contact-method p{margin:0;}
.contact-method h2{font-size:calc(19.8px * 2);line-height:1.12;}
.contact-method p{font-size:19.8px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-method a{color:inherit;text-decoration:none;}
.contact-method .media-frame{margin-top:1.5rem;max-width:60ch;}
.contact-method .visual-section{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-method .text-unit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#0c0420;color:#ff2e88;font-size:calc(19.8px * .875);}
.contact-method .site-plan{font-size:calc(19.8px * .875);text-decoration:underline;text-underline-offset:4px;}
.contact-method .site-plan:hover{text-decoration-color:currentColor;}
.active-brand{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: #f7f2ff;
  color: #150a30;
}
.active-brand .top-actions{max-width: min(1540px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.42rem * 1.5);}
.active-brand .active-summary{max-width: 46rem;}
.active-brand h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.active-brand .media-frame{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 1.125);color:inherit;}
.active-brand .contact-proof{display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 46, 136, 0.28);}
.active-brand .service-tile{display: flex;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);
  align-items: flex-start;}
.active-brand .content-media{flex: 0 0 auto;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.08em;color:inherit;
  padding-top: 0.35rem;}
.active-brand .primary-lead strong{display: block;
  font-size: calc(19.8px * 1.35);
  margin-bottom: 0.4rem;}
.active-brand .primary-lead p{margin: 0;color:inherit;
  max-width: 52rem;}
.active-brand .content-details{display: flex;
  flex-wrap: wrap;
  gap: calc(2.42rem * 1.5);
  align-items: flex-start;
  justify-content: space-between;}
.active-brand .tile{margin: 0;
  max-width: 26rem;color:inherit;
  font-size: calc(19.8px * .875);}
.active-brand .compact-header{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 19.8px;}
.active-brand .compact-header li{display: flex;
  gap: 0.75rem;
  align-items: baseline;}
.active-brand .compact-header span{min-width: 6.5rem;color:inherit;
  font-size: calc(19.8px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.active-brand .compact-header a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.active-brand .compact-header a:hover{color:inherit;
  border-bottom-color: #22e0d6;}
.active-brand .visual-section{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 46, 136, 0.28);
  font-size: calc(19.8px * .875);color:inherit;}
.active-brand .visual-section a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 46, 136, 0.28);
  transition: color 260ms var(--ease-soft), border-color 260ms var(--ease-soft);}
.active-brand .visual-section a:hover{color:inherit;
  border-bottom-color: #22e0d6;}
@media (max-width: 720px) {.active-brand .content-details{
    flex-direction: column;
  }.active-brand .compact-header li{
    flex-direction: column;
    gap: 0.15rem;
  }.active-brand .compact-header span{
    min-width: 0;
  }
}
.page-story{padding:calc(1.5rem * 2.4) 1.37rem;background:#0c0420;color:#f3ecff}
.page-story .top-actions{max-width:1540px;margin:0 auto}
.page-story .offer-list{display:flex;flex-direction:column;gap:calc(2.42rem * 1.5)}
.page-story .public-actions{display:flex;flex-wrap:wrap;gap:2.42rem;align-items:flex-start}
.page-story h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.page-story .public-actions p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(19.8px * 1.125);line-height:1.59;color:var(--tone-page)}
.page-story .media-details{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#1a0d3a;color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28);border-radius:0.77rem;padding:2.42rem}
.page-story .media-details>p{flex:1 1 18rem;min-width:0;margin:0;line-height:1.59;color:var(--tone-page)}
.page-story .visual-section{flex:2 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-story .visual-section a{flex:1 1 11rem;min-width:0;border-radius:0.58rem;background:var(--tone-cool);color:#f3ecff;border:1px solid rgba(255, 46, 136, 0.28);padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 260ms var(--ease-soft)}
.page-story .visual-section a:hover{border-color:#22e0d6}
.page-story strong,.page-story span{display:block;min-width:0}
.page-story span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(19.8px * .875);color:var(--tone-page)}
.page-story .compact-area{border-radius:0.58rem;background:#ff2e88;color:#0c0420;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 260ms var(--ease-soft)}
.page-story .compact-area:hover{background:#ff5aa3;color:#f3ecff;}
.page-story .tile{margin:0;font-size:calc(19.8px * .875);color:var(--tone-page)}
.page-story .tile a{color:#ff2e88;text-decoration:none}
.page-story .tile a:hover{color:#22e0d6;text-decoration:underline}
@media(max-width:760px){.page-story .media-details{display:block;padding:1.5rem}.page-story .visual-section{margin-top:1.5rem}.page-story .compact-area{display:flex;justify-content:center;margin-top:1.5rem}}
