:root {
  --surface-strong: #140B26;
  --ink-primary: #F4F1F8;
  --speed-nav: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Inter", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.quiet-entries {
    width: 100%;
    background: var(--surface-strong);
    color: var(--ink-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.focused-region {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1.77rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.31rem;
  }
.quiet-figure {
    display: flex;
    align-items: center;
    gap: calc(1.31rem * 1.5);
    min-width: 0;
  }
.top-headline {
    font-size: calc(17.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-primary);
    text-decoration: none;
    white-space: nowrap;
  }
.top-headline:hover {
    color: #1A0B2E;
  }
.fresh-figure {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.31rem * 1.25);
  }
.fresh-figure a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.6px;
    color: var(--ink-primary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 470ms var(--speed-nav), color 470ms var(--speed-nav);
  }
.fresh-figure a:hover {
    color: #1A0B2E;
    border-bottom-color: #A855F7;
  }
.clear-steps {
    display: flex;
    align-items: center;
    gap: 1.31rem;
  }
.contact-items {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: #A855F7;
    color: #1A0B2E;
    border-radius: 0.53rem;
    font-size: 17.6px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 5px rgba(0,0,0,0.09);
    transition: background 470ms var(--speed-nav), transform 470ms var(--speed-nav);
  }
.contact-items:hover{
    background: #9333EA;
    transform: translateY(-1px);color:#140B26;}
.secondary-form {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.24rem;
    cursor: pointer;
  }
.wide-list{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink-primary);
    border-radius: 2px;
    transition: transform 470ms var(--speed-nav), opacity 470ms var(--speed-nav);color:#140B26;}
.secondary-form[aria-expanded="true"] .wide-list:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.secondary-form[aria-expanded="true"] .wide-list:nth-child(2) {
    opacity: 0;
  }
.secondary-form[aria-expanded="true"] .wide-list:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 960px) {
    .fresh-figure {
      gap: 1.31rem;
    }
    .fresh-figure a {
      font-size: calc(17.6px * .875);
    }
  }
@media (max-width: 767px) {
    .focused-region {
      flex-wrap: wrap;
      align-items: center;
    }

    .secondary-form {
      display: flex;
    }

    .fresh-panel {
      display: none;
      order: 3;
      flex-basis: 100%;
      width: 100%;
      margin-top: calc(1.31rem * 1.5);
      padding-top: calc(1.31rem * 1.5);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .fresh-panel.is-open {
      display: block;
    }

    .fresh-figure {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .fresh-figure li {
      width: 100%;
    }

    .fresh-figure a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      font-size: 17.6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .fresh-figure a:hover {
      border-bottom-color: rgba(255, 255, 255, 0.08);
    }

    .contact-items {
      padding: 0.55rem 1rem;
      font-size: calc(17.6px * .875);
    }
  }
@media (max-width: 420px) {
    .contact-items {
      display: none;
    }
  }
.steady-stack{font-family:"Inter", sans-serif;font-size:17.6px;line-height:1.81;padding:calc(1.5rem * 2.4) 1.77rem;background:var(--surface-strong);color:var(--ink-primary);}
.content-fields{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.31rem * 1.5)}
.text-footer{font-size:calc(17.6px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.7}
.public-figure{padding-bottom:calc(1.31rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.media-brand{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:17.6px}
.offer-plan{display:block}
.steady-list{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--speed-nav);width:fit-content}
.steady-list:hover{border-bottom-color:currentColor}
.wide-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-header{font-size:calc(17.6px * 1.35);font-weight:700;margin:0;letter-spacing:-0.01em}
.narrow-track{margin:0;max-width:42ch;font-size:calc(17.6px * .875);opacity:0.78}
.strong-steps{display:grid;grid-template-columns:1fr;gap:calc(1.31rem * 1.5)}
.content-header{min-width:0}
.compact-summary{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-summary a{color:inherit;text-decoration:none;font-size:calc(17.6px * .875);border-bottom:1px solid transparent;transition:border-color 470ms var(--speed-nav);width:fit-content}
.compact-summary a:hover{border-bottom-color:currentColor;color:inherit}
.bottom-track{padding-top:calc(1.31rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-details{margin:0;font-size:calc(17.6px * .875);opacity:0.78;max-width:72ch}
.bottom-tile{margin:0;font-size:calc(17.6px * .875);opacity:0.6}
@media (min-width: 640px) {.strong-steps{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.content-fields{grid-template-columns:repeat(12, minmax(0, 1fr));gap:calc(1.31rem * 1.5) 1.77rem}.public-figure{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:calc(1.31rem * 1.5);align-items:start}.public-figure .text-footer{grid-column:1 / -1}.wide-wrap{grid-column:1 / span 4}.strong-steps{grid-column:5 / -1;grid-template-columns:repeat(3, minmax(0, 1fr))}.bottom-track{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:baseline;gap:calc(1.31rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.77rem;right:1.77rem;bottom:1.5rem;z-index:1200;}
.cookies .steady-method{max-width:720px;margin:0 auto;background:#FFFFFF;border:1px solid #E2DCEB;border-radius:1.34rem;box-shadow:0 26px 42px rgba(0,0,0,0.14);padding:1.5rem 1.77rem;color:#140B26;}
.cookies .narrow-footer{display:flex;align-items:center;gap:8px;}
.cookies .steady-method p{margin:8px 0 0;}
.cookies .local-region{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .local-region button{border:1px solid #E2DCEB;background:#F4F1F8;color:#241A3A;border-radius:0.24rem;padding:8px 12px;cursor:pointer;}
.cookies .local-region button.cookie-accept{background:#A855F7;color:#1A0B2E;border-color:transparent;font-weight:700;}
.text-panel{
        padding:calc(1.5rem * 3) 1.77rem;
        background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
        color:#FFFFFF;
    }
.text-panel .steady-method{max-width:1280px;
        margin:0 auto;
        display:flex;
        gap:calc(1.31rem * 2);
        align-items:center;
        justify-content:space-between;
        flex-wrap:wrap;}
.text-panel .main-view{flex:1 1 30rem;
        min-width:0;
        display:flex;
        flex-direction:column;
        gap:calc(1.31rem * 1.5);}
.text-panel .main-view h1{margin:0;
        font-size:clamp(2rem,5vw,3.6rem);
        line-height:1.12;
        letter-spacing:-0.01em;}
.text-panel .public-service{margin:0;
        font-size:calc(17.6px * 1.125);
        line-height:1.81;
        opacity:.94;}
.text-panel .page-shell{margin:0;
        font-size:17.6px;
        line-height:1.81;
        opacity:.82;}
.text-panel .local-region{display:flex;
        flex-wrap:wrap;
        gap:1.31rem;
        margin-top:calc(1.5rem * .4);}
.text-panel .local-region a{
        padding:.72rem 1.15rem;
        border-radius:0.53rem;
        background:#FFFFFF;
        color:#140B26;
        text-decoration:none;
        font-weight:700;
        box-shadow:0 8px 26px rgba(0,0,0,0.12);
        transition:transform 470ms var(--speed-nav), background 470ms var(--speed-nav);
    }
.text-panel .local-region a:first-child{
        background:#6D28D9;
        color:#FFFFFF;
    }
.text-panel .local-region a:hover{transform:translateY(-2px);}
.text-panel .local-region a:first-child:hover{
        background:#5B21B6;color:#140B26;}
.text-panel .service-region{margin:0;
        font-size:calc(17.6px * .875);
        opacity:.85;}
.text-panel .service-region a{color:#FFFFFF;
        text-decoration:underline;
        text-underline-offset:3px;}
.text-panel .service-region a:hover{opacity:.75;}
.text-panel .active-visual{flex:1 1 24rem;
        max-width:36rem;
        width:100%;
        height:auto;
        border-radius:1.34rem;
        box-shadow:0 26px 42px rgba(0,0,0,0.14);
        object-fit:cover;}
@media (max-width:900px){.text-panel .steady-method{
            flex-direction:column;
            align-items:stretch;
        }.text-panel .active-visual{
            max-width:100%;
        }
    }
.wide-service{position:relative;overflow:hidden;isolation:isolate;}
.wide-service>*{position:relative;z-index:1;}
.wide-service::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--speed-nav) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.wide-service::before,.wide-service::after{animation:none!important;}}
.top-details{
        --layer-base: calc(1.5rem * 1.05);
        --state-control: calc(1280px / 2.1);
        padding: calc(1.5rem * 2.4) 1.77rem;
        background: #FFFFFF;
        color: #140B26;
    }
.top-details .compact-frame{max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--layer-base);}
.top-details h2{font-size: calc(17.6px * 2);
        line-height: 1.14;
        margin: 0 0 calc(calc(1.5rem * .75) / 1.5);}
.top-details .unit{
        font-size: 17.6px;
        line-height: 1.81;
        margin: 0;
        color: #241A3A;
        background: #F4F1F8;
        padding: calc(1.5rem * .75);
        border-radius: 0.53rem;
        border-left: 3px solid #A855F7;
    }
.top-details .bottom-view{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) / 1.4);}
.top-details details{
        border: 1px solid #E2DCEB;
        border-radius: 0.53rem;
        background: #FFFFFF;
        color: #140B26;
        padding: calc(1.5rem * .75);
        transition: border-color 470ms var(--speed-nav);
    }
.top-details details[open]{border-color: #A855F7;}
.top-details summary{cursor: pointer;
        font-weight: 700;
        font-size: 17.6px;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1.31rem;}
.top-details summary::-webkit-details-marker{display: none;}
.top-details summary::after{content: "+";
        font-weight: 400;
        font-size: calc(17.6px * 1.125);
        line-height: 1;color:inherit;
        flex-shrink: 0;}
.top-details details[open] summary::after{content: "\2212";}
.top-details details p{margin: calc(calc(1.5rem * .75) / 1.2) 0 0;
        font-size: 17.6px;
        line-height: 1.81;
        color: #241A3A;}
.top-details .visual-shell{margin: 0;
        font-size: calc(17.6px * .875);
        color: #241A3A;}
.top-details .visual-shell a{color: #6D28D9;
        text-decoration: underline;
        text-underline-offset: 3px;}
.top-details .visual-shell a:hover{color:inherit;}
@media (max-width: 720px) {.top-details summary{
            font-size: 17.6px;
        }
    }
.simple-frame{--layer-base:calc(1.5rem * 0.91);--label-quiet:calc(1280px / 3.21);padding:calc(1.5rem * 2.4) 1.77rem;background:#6D28D9;color:#FFFFFF;}
.simple-frame .compact-frame{max-width:1280px;margin:0 auto;}
.simple-frame h2,.simple-frame h3,.simple-frame p{margin:0;}
.simple-frame h2{font-size:calc(17.6px * 2);line-height:1.12;}
.simple-frame h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.simple-frame p{font-size:17.6px;line-height:1.81;}
.simple-frame .content-lead{padding-block:calc(var(--layer-base) / 2);}
.simple-frame .secondary-intro{row-gap:calc(var(--layer-base) * 1.2);}
.simple-frame .unit{margin-top:1.5rem;}
.simple-frame .compact-service{display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.simple-frame .main-flow{flex:1 1 var(--label-quiet);min-width:0;padding:calc(var(--layer-base) * .75);border-radius:0.53rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.simple-frame .main-flow p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-frame .service-region{margin-top:var(--layer-base);font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-frame .service-region a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-frame .service-region a:hover{}
@media (max-width:720px){.simple-frame .main-flow{flex:1 1 100%;}
}
.secondary-actions{padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26}
.secondary-actions .compact-frame{max-width:1280px;margin:0 auto;width:min(100%,54rem)}
.secondary-actions .offer-block{margin-bottom:calc(1.31rem * 1.5)}
.secondary-actions .offer-block p{margin:0;color:#241A3A;line-height:1.81;font-size:17.6px}
.secondary-actions h2{margin:1.5rem 0 0;font-size:calc(17.6px * 2);line-height:1.12}
.secondary-actions .service-wrap{display:flex;flex-direction:column;gap:1.5rem}
.secondary-actions .contact-panel{padding:1.5rem 0;color:#241A3A;line-height:1.81;border-top:1px solid #E2DCEB;border-bottom:1px solid #E2DCEB}
.secondary-actions .page-brand{padding:1.5rem 0;border-bottom:1px solid #E2DCEB}
.secondary-actions .page-brand:last-of-type{border-bottom:none}
.secondary-actions .page-brand strong{display:block;font-size:calc(17.6px * 1.35);line-height:1.15}
.secondary-actions .page-brand p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;color:#241A3A}
.secondary-actions .service-region{margin:calc(1.31rem * 1.5) 0 0;color:#241A3A;line-height:1.81}
.secondary-actions .service-region a{color:#6D28D9;text-decoration:underline;text-underline-offset:3px}
.secondary-actions .service-region a:hover{color:inherit;}
@media (max-width:640px){.secondary-actions .offer-block{margin-bottom:1.5rem}.secondary-actions .page-brand{padding:calc(1.5rem * .75) 0}
}
.offer-method{padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A}
.offer-method .soft-summary{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.31rem * 1.5)}
.offer-method .compact-track{border-radius:1.34rem;background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);color:#FFFFFF;padding:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.offer-method h2{margin:0;font-size:calc(17.6px * 2);line-height:1.05}
.offer-method .compact-track p{margin:0;font-size:calc(17.6px * 1.125)}
.offer-method .page-copy{display:flex;flex-wrap:wrap;gap:1.31rem}
.offer-method .focused-figure{flex:1 1 17rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;border-radius:0.75rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75);box-shadow:0 1px 5px rgba(0,0,0,0.09)}
.offer-method .focused-figure:nth-child(3n+2){background:var(--surface-strong);color:var(--ink-primary);border-color:var(--surface-strong)}
.offer-method .focused-figure span{font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.offer-method h3{margin:0;font-size:calc(17.6px * 1.35);line-height:1.15}
.offer-method .focused-figure p{margin:0;font-size:calc(17.6px * .875);line-height:1.81}
.offer-method .focused-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.offer-method .focused-figure a:hover{}
@media (max-width: 900px){.offer-method .focused-figure{flex:1 1 45%}}
@media (max-width: 560px){.offer-method .focused-figure{flex:1 1 100%}}
.text-benefit{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.text-benefit .compact-frame{max-width:1280px;
  margin:0 auto;}
.text-benefit .offer-block{display:flex;
  flex-wrap:wrap;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;}
.text-benefit h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;}
.text-benefit .offer-block p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#241A3A;
  line-height:1.81;}
.text-benefit .bottom-content{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.text-benefit .bottom-content a{
  flex:1 1 18rem;
  min-width:0;
  color:#140B26;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #E2DCEB;
  border-radius:0.75rem;
  transition:border-color 470ms var(--speed-nav), box-shadow 470ms var(--speed-nav);
}
.text-benefit .bottom-content a:hover{border-color:#A855F7;
  box-shadow:0 1px 5px rgba(0,0,0,0.09);}
.text-benefit .bottom-content strong,
.text-benefit .bottom-content span{display:block;}
.text-benefit .bottom-content strong{font-size:17.6px;}
.text-benefit .bottom-content span{margin-top:.4rem;
  color:#241A3A;
  font-size:calc(17.6px * .875);
  line-height:1.81;}
.text-benefit .contact-panel{margin:calc(1.31rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #E2DCEB;
  color:#241A3A;
  line-height:1.81;}
.text-benefit .fresh-note{
  display:inline-flex;
  margin-top:calc(1.31rem * 1.5);
  color:#FFFFFF;
  background:#6D28D9;
  text-decoration:none;
  border-radius:1.34rem;
  padding:.75rem 1.15rem;
  transition:background 470ms var(--speed-nav);
}
.text-benefit .fresh-note:hover{
  background:#5B21B6;color:#140B26;}
@media (max-width:680px){.text-benefit .offer-block{display:block}.text-benefit .offer-block p{margin-top:1.5rem}.text-benefit .bottom-content{display:block}.text-benefit .bottom-content a{display:block;margin-top:1.31rem}
}
.simple-stack{--layer-base:calc(1.5rem * 1.09);--font-button:calc(1280px / 3.94);padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.simple-stack .compact-frame{max-width:1280px;margin:0 auto;}
.simple-stack h2,.simple-stack h3,.simple-stack p{margin:0;}
.simple-stack h2{font-size:calc(17.6px * 2);line-height:1.12;}
.simple-stack h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.simple-stack p{font-size:17.6px;line-height:1.81;}
.simple-stack .contact-panel{font-size:calc(17.6px * .875);color:#241A3A;background:#F4F1F8;padding:calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);border-radius:0.24rem;}
.simple-stack .unit{margin-top:var(--layer-base);}
.simple-stack .unit a{text-decoration:underline;text-underline-offset:2px;}
.simple-stack .unit a:hover{}
.simple-stack .compact-service{display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.simple-stack .main-flow{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.53rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;}
.simple-stack .main-flow img{display:block;width:100%;height:auto;border-radius:0.24rem;margin-bottom:calc(1.5rem / 2);}
.simple-stack .main-flow p{margin-top:calc(1.5rem / 3);}
.simple-stack .main-flow a{display:inline-block;margin-top:calc(1.5rem / 3);text-decoration:none;font-size:calc(17.6px * .875);}
.simple-stack .main-flow a:hover{}
.simple-stack .focused-wrap>h2{margin-top:var(--layer-base);}
@media (max-width:720px){.simple-stack .main-flow{flex:1 1 100%;}
}
.active-frame{padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.active-frame .compact-frame{max-width:1280px;margin:0 auto;display:grid;gap:1.31rem;}
.active-frame .site-unit{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,.4fr);gap:1.31rem;align-items:end;padding-bottom:calc(1.31rem * 1.5);border-bottom:1px solid #E2DCEB;}
.active-frame h2,.active-frame h3,.active-frame h4,.active-frame p{margin:0;}
.active-frame h2{font-size:calc(17.6px * 2);line-height:1.2;}
.active-frame h3{font-size:calc(17.6px * 1.125);line-height:1.81;color:#241A3A;}
.active-frame .unit{font-size:17.6px;line-height:1.81;color:#241A3A;}
.active-frame .bottom-brand{display:grid;grid-template-columns:minmax(0,.6fr) minmax(18rem,.4fr);gap:1.31rem;align-items:start;}
.active-frame .compact-section{display:grid;gap:.7rem;}
.active-frame .page-brand{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid #E2DCEB;border-radius:0.53rem;background:#FFFFFF;color:#140B26;}
.active-frame .page-brand:nth-child(even){margin-left:clamp(0rem,4vw,2.4rem);}
.active-frame .top-footer{width:2.5rem;height:2.5rem;border-radius:0.24rem;display:grid;place-items:center;background:#F4F1F8;color:#241A3A;font-weight:700;}
.active-frame .page-brand h4{font-size:17.6px;line-height:1.3;}
.active-frame .page-brand p{margin-top:.25rem;font-size:calc(17.6px * .875);line-height:1.81;color:#241A3A;}
.active-frame time{font-size:calc(17.6px * .875);color:#241A3A;white-space:nowrap;}
.active-frame .top-block{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid #E2DCEB;border-radius:0.75rem;background:#F4F1F8;color:#241A3A;}
.active-frame .quiet-section{display:grid;gap:.65rem;}
.active-frame .focused-actions{padding:.8rem .9rem;border-radius:0.53rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;}
.active-frame .focused-actions:nth-child(even){background:#6D28D9;color:#FFFFFF;border-color:#6D28D9;}
.active-frame .focused-actions p{font-size:calc(17.6px * .875);line-height:1.81;}
.active-frame .focused-actions time{display:block;margin-top:.35rem;color:inherit;opacity:.72;}
.active-frame .steady-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid #E2DCEB;}
.active-frame .steady-copy input{min-width:0;border:1px solid #E2DCEB;border-radius:0.24rem;padding:.8rem .9rem;background:#FFFFFF;color:#140B26;font:inherit;outline:none;}
.active-frame .steady-copy button{border:0;border-radius:0.24rem;padding:.8rem 1rem;background:#6D28D9;color:#FFFFFF;font:inherit;font-weight:700;cursor:pointer;}
.active-frame .steady-copy button:hover{background:#5B21B6;color:#140B26;}
@media (max-width:900px){.active-frame .site-unit,.active-frame .bottom-brand{grid-template-columns:1fr;}.active-frame .top-block{position:relative;top:auto;}.active-frame .page-brand:nth-child(even){margin-left:0;}.active-frame .steady-copy{grid-template-columns:1fr;}}
.site-details{padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A}
.site-details .compact-frame{max-width:1280px;margin:0 auto}
.site-details .bottom-summary{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.3fr);gap:calc(1.31rem * 1.5);align-items:start}
.site-details .offer-block{min-width:0}
.site-details h2{margin:0;font-size:calc(17.6px * 2);line-height:1.14}
.site-details .offer-block p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.81}
.site-details .local-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.site-details .local-nav a{display:block;min-width:0;padding:calc(1.5rem * .75) 1.5rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;border-left:3px solid #A855F7;border-radius:0.24rem;text-decoration:none;transition:border-color 470ms var(--speed-nav),box-shadow 470ms var(--speed-nav)}
.site-details .local-nav a:hover{border-left-color:#6D28D9;box-shadow:0 1px 5px rgba(0,0,0,0.09)}
.site-details strong{display:block;font-size:calc(17.6px * 1.125);line-height:1.2}
.site-details span{display:block;margin-top:0.4rem;font-size:calc(17.6px * .875);line-height:1.81}
@media(max-width:820px){.site-details .bottom-summary{display:block}.site-details .local-nav{margin-top:calc(1.31rem * 1.5)}.site-details h2{font-size:calc(17.6px * 1.35)}}
.primary-steps{padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.page-view{max-width:1280px;margin:0 auto;}
.primary-steps h1{margin:0;font-size:calc(17.6px * 2.65);line-height:1.08;}
.service-header{--layer-base:calc(1.5rem * 1.35);--field-extra-9:2px;padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.service-header .compact-frame{max-width:1280px;margin:0 auto;}
.service-header h1,.service-header h2,.service-header h3,.service-header p{margin:0;}
.service-header h2{font-size:calc(17.6px * 2);line-height:1.14;}
.service-header h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.service-header p{font-size:17.6px;line-height:1.81;}
.service-header .offer-block{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.service-header .unit{}
.service-header .compact-service{position:relative;display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);padding-left:1.5rem;border-left:var(--field-extra-9) solid #E2DCEB;}
.service-header .main-flow{position:relative;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-header .main-flow::before{content:"";position:absolute;left:calc(1.5rem * -1 - 5px);top:calc(17.6px * 0.55);width:8px;height:8px;border-radius:50%;background:#A855F7;color:#1A0B2E;}
.service-header .open-copy{font-size:calc(17.6px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;}
.service-header .main-flow p:not(.open-copy){}
.service-header .contact-panel{margin-top:var(--layer-base);padding-top:calc(1.31rem * 1.5);border-top:1px solid #E2DCEB;}
@media (max-width:720px){.service-header .compact-service{padding-left:calc(1.31rem * 1.5);}.service-header .main-flow::before{left:calc(calc(1.31rem * 1.5) * -1 - 5px);}
}
.main-links{--layer-base:calc(1.5rem * 1.02);--state-control:calc(1280px / 2.85);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.main-links .compact-frame{max-width:1280px;margin:0 auto;}
.main-links h1,.main-links h2,.main-links h3,.main-links p{margin:0;}
.main-links h2{font-size:calc(17.6px * 2);line-height:1.12;}
.main-links h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.main-links p{font-size:17.6px;line-height:1.81;}
.main-links .contact-panel{font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:#241A3A;opacity:.72;}
.main-links .compact-service{display:flex;flex-wrap:wrap;gap:1.31rem;margin-top:var(--layer-base);}
.main-links .main-flow{flex:1 1 calc(1280px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.53rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;}
.main-links .main-flow p{margin-top:calc(1.5rem / 3);}
.main-links .focused-wrap>h2{margin-top:var(--layer-base);}
.simple-surface{
  background: #FFFFFF;
  color: #140B26;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.simple-surface .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.31rem;
  align-items: flex-start;}
.simple-surface .main-view{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);}
.simple-surface .direct-media{flex: 1 1 22rem;
  min-width: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.75rem;}
.simple-surface h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.simple-surface .unit{margin: 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.81;}
.simple-surface .contact-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-surface .main-flow{
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #F4F1F8;
  color: #241A3A;
  border: 1px solid #E2DCEB;
}
.simple-surface .main-flow strong{font-size: calc(17.6px * 1.35);
  line-height: 1.2;}
.simple-surface .main-flow span{line-height: 1.81;}
@media (max-width: 860px) {.simple-surface .direct-media{ min-height: 18rem; }
}
.local-panel{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.local-panel .compact-frame{max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  gap:calc(1.31rem * 1.5) 1.77rem;
  align-items:start;}
.local-panel .offer-block{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.local-panel h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.local-panel .offer-block a{align-self:flex-start;
  color:#6D28D9;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(17.6px * .875);
  transition:color 470ms var(--speed-nav);}
.local-panel .offer-block a:hover{color:inherit;}
.local-panel .strong-view{margin:0;
  font-size:17.6px;
  line-height:1.81;}
.local-panel .strong-view + .strong-view{margin-top:calc(1.31rem * 1.5);}
.local-panel .main-plan{grid-column:2;
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:calc(1.5rem * .75);}
.local-panel .main-plan span{
  background:#F4F1F8;
  color:#241A3A;
  border-radius:1.34rem;
  padding:.4rem .85rem;
  font-size:calc(17.6px * .875);
  line-height:1.4;
}
@media (max-width:820px){.local-panel .compact-frame{
    grid-template-columns:1fr;
  }.local-panel .main-plan{
    grid-column:1;
  }
}
.local-body{--layer-base:calc(1.5rem * 1.19);--state-control:calc(1280px / 2.25);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.local-body .compact-frame{max-width:1280px;margin:0 auto;}
.local-body h2,.local-body h3,.local-body p,.local-body span{margin:0;}
.local-body h2{font-size:calc(17.6px * 2);line-height:1.14;}
.local-body h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.local-body p{font-size:17.6px;line-height:1.81;}
.local-body .contact-panel{font-size:calc(17.6px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.72;}
.local-body .compact-service{display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.local-body .main-flow{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.53rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;box-shadow:0 1px 5px rgba(0,0,0,0.09);}
.local-body .main-flow p{margin-bottom:calc(1.5rem / 2.4);}
.local-body .main-flow h3{margin-bottom:calc(1.5rem / 6);}
.local-body .content-rail{display:block;font-size:calc(17.6px * .875);opacity:.7;}
.local-body .focused-wrap>h2{margin-top:var(--layer-base);}
@media (max-width:720px){.local-body .main-flow{flex:1 1 100%;}
}
.media-proof{
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: #6D28D9;
  color: #FFFFFF;
}
.media-proof .compact-frame{max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(1.31rem * 1.5);
  align-items: start;}
.media-proof .fresh-note{
  padding: calc(1.5rem * .75);
  border-radius: 1.34rem;
  background: #FFFFFF;
  color: #140B26;
}
.media-proof .fresh-note .strong-intro{display: inline-block;
  font-size: calc(17.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.media-proof h2{margin: calc(1.5rem * .75) 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.media-proof .unit{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.6px;
  line-height: 1.81;}
.media-proof .fresh-note > a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #6D28D9;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 470ms var(--speed-nav);
}
.media-proof .fresh-note > a:hover{
  background: #5B21B6;color:#140B26;}
.media-proof .contact-panel{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * .875);}
.media-proof .contact-panel a{text-decoration: none;}
.media-proof .contact-panel a:hover{}
.media-proof .media-quote{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.media-proof .media-quote .offer-block{margin: 0 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(17.6px * 1.125);
  line-height: 1.81;}
.media-proof .narrow-team{
  padding: calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .35);
}
.media-proof .narrow-team strong{font-size: 17.6px;}
.media-proof .narrow-team span{font-size: calc(17.6px * .875);
  line-height: 1.81;}
@media (max-width: 760px) {.media-proof .compact-frame{
    grid-template-columns: 1fr;
  }
}
.contact-details{--layer-base:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.contact-details .compact-frame{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-base);}
.contact-details h2,.contact-details h3,.contact-details p{margin:0;}
.contact-details h2{font-size:calc(17.6px * 2);line-height:1.14;}
.contact-details h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.contact-details p{font-size:17.6px;line-height:1.81;}
.contact-details .offer-block{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.contact-details .unit{color:#241A3A;}
.contact-details .secondary-rail{display:flex;flex-wrap:wrap;gap:1.31rem;}
.contact-details .main-flow{flex:1 1 calc(1280px / 4.4);min-width:240px;padding:calc(1.5rem * .75);border:1px solid #E2DCEB;border-radius:0.75rem;background:#FFFFFF;color:#140B26;}
.contact-details .main-flow p{margin-top:calc(1.5rem / 3);color:#241A3A;}
.contact-details .contact-brand{display:flex;flex-wrap:wrap;gap:1.31rem;align-items:flex-start;}
.contact-details .contact-brand img{display:block;flex:1 1 calc(1280px / 2.6);min-width:260px;width:100%;height:auto;border-radius:0.75rem;object-fit:cover;}
.contact-details .contact-panel{flex:1 1 calc(1280px / 2.6);min-width:260px;display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.contact-details .contact-panel p{color:#241A3A;}
.contact-details .service-region{font-size:calc(17.6px * .875);}
.contact-details .service-region a{color:#6D28D9;text-decoration:none;border-bottom:1px solid #6D28D9;}
.contact-details .service-region a:hover{color:inherit;border-bottom-color:#A855F7;}
@media (max-width:720px){.contact-details .main-flow{flex:1 1 100%;}.contact-details .contact-brand img,.contact-details .contact-panel{flex:1 1 100%;}
}
.text-section{
  --layer-base:calc(1.5rem * 1.18);
  padding:calc(1.5rem * 2.4) 1.77rem;
  background:#F4F1F8;
  color:#241A3A;
}
.text-section .compact-frame{max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-base);}
.text-section h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.14;}
.text-section p{margin:0;
  font-size:17.6px;
  line-height:1.81;}
.text-section .offer-block{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.text-section .unit{color:color-mix(in srgb, currentColor 78%, transparent);}
.text-section .site-region{display:flex;
  flex-direction:column;
  gap:calc(calc(1.31rem * 1.5) / 1.6);}
.text-section details{
  padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.2);
  border-radius:0.53rem;
  background:#FFFFFF;
  color:#140B26;
  border:1px solid #E2DCEB;
  box-shadow:0 1px 5px rgba(0,0,0,0.09);
}
.text-section summary{cursor:pointer;
  font-weight:700;
  font-size:17.6px;
  line-height:1.4;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:calc(1.31rem / 1.4);}
.text-section summary::-webkit-details-marker{display:none;}
.text-section summary::before{content:"+";
  flex:0 0 auto;
  font-weight:700;
  transition:transform 470ms var(--speed-nav);}
.text-section details[open] summary::before{content:"–";}
.text-section details p{margin-top:calc(1.5rem / 2.6);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.text-section .compact-links{padding-top:calc(calc(1.31rem * 1.5) / 1.4);
  border-top:1px solid #E2DCEB;}
.text-section .contact-panel{font-size:calc(17.6px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.text-section a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 470ms var(--speed-nav);}
.text-section a:hover{}
@media (max-width:720px){.text-section .compact-frame{gap:calc(1.31rem * 1.5);}.text-section details{padding:calc(1.5rem * .75);}
}
.strong-contact{
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
}
.strong-contact .compact-frame{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.strong-contact .offer-block h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.strong-contact .unit{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);
  color: #C9C2D6;}
.strong-contact .secondary-rail{margin-top: calc(1.31rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.31rem;}
.strong-contact .main-flow{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strong-contact .simple-proof{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.6px;
  line-height: 1.81;}
.strong-contact .primary-track{display: flex;
  align-items: center;
  gap: calc(1.31rem * .6);}
.strong-contact .primary-track img{width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.strong-contact .narrow-footer{display: flex;
  flex-direction: column;
  line-height: 1.3;}
.strong-contact .narrow-footer strong{font-size: calc(17.6px * .875);}
.strong-contact .narrow-footer small{font-size: calc(17.6px * .875);color:inherit;}
.strong-contact .compact-links{margin-top: calc(1.31rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #241A3A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.31rem;}
.strong-contact .compact-links p{margin: 0;
  flex: 1 1 24rem;
  color: #C9C2D6;}
.strong-contact .fresh-note{
  display: inline-block;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  background: #A855F7;
  color: #1A0B2E;
  border-radius: 0.53rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 470ms var(--speed-nav);
}
.strong-contact .fresh-note:hover{
  background: #9333EA;color:#140B26;}
@media (max-width: 700px) {.strong-contact .secondary-rail{
    display: block;
  }.strong-contact .main-flow + .main-flow{
    margin-top: 1.31rem;
  }
}
.focused-footer{--layer-base:calc(1.5rem * 1.42);--state-control:calc(1280px / 2.90);padding:calc(1.5rem * 2.4) 1.77rem;background:#6D28D9;color:#FFFFFF;}
.focused-footer .compact-frame{max-width:1280px;margin:0 auto;}
.focused-footer h1,.focused-footer h2,.focused-footer h3,.focused-footer p{margin:0;}
.focused-footer h2{font-size:calc(17.6px * 2);line-height:1.12;}
.focused-footer p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-footer a{color:inherit;text-decoration:none;}
.focused-footer .fresh-note{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.24rem;background:#FFFFFF;color:#6D28D9;font-weight:600;}
.focused-footer .fresh-note:hover{background:#A855F7;color:#1A0B2E;}
.focused-footer .simple-rail>h2,.focused-footer .simple-rail>p,.focused-footer .simple-rail>.fresh-note{margin-top:1.5rem;}
.focused-footer .contact-panel{font-size:calc(17.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.focused-footer .service-region{margin-top:var(--layer-base);font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.focused-footer .service-region a{text-decoration:underline;text-underline-offset:3px;}
.focused-footer .service-region a:hover{}
.contact-story{--layer-base:calc(1.5rem * 1.05);--state-control:calc(1280px / 2.6);--font-button:calc(1280px / 3.4);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.contact-story .compact-frame{max-width:1280px;margin:0 auto;}
.contact-story h2,.contact-story h3,.contact-story p{margin:0;}
.contact-story h2{font-size:calc(17.6px * 2);line-height:1.14;}
.contact-story h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.contact-story p{font-size:17.6px;line-height:1.81;}
.contact-story .main-view .unit{margin-top:1.5rem;}
.contact-story .compact-service{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:0;}
.contact-story .main-flow{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #E2DCEB;}
.contact-story .main-flow p{margin-top:calc(1.5rem / 3.2);}
.contact-story img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.contact-story .direct-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.contact-story .direct-shell>.main-view{flex:1 1 calc(1280px / 3);min-width:0;}
.contact-story .direct-shell>.compact-service{flex:2 1 calc(1280px / 2);}
.contact-story .direct-shell>img{margin-left:auto;max-width:var(--font-button);}
.contact-story .service-region{flex:1 1 100%;margin-top:calc(1.31rem * 1.5);font-size:calc(17.6px * .875);}
.contact-story .service-region a{color:#6D28D9;text-decoration:none;border-bottom:1px solid currentColor;}
.contact-story .service-region a:hover{color:inherit;}
@media (max-width:760px){.contact-story .direct-shell>img{margin-left:0;max-width:100%;}
}
.content-footer{
  background: #FFFFFF;
  color: #140B26;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.content-footer .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);}
.content-footer .offer-block{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.content-footer h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.08;}
.content-footer .unit{margin: 0;
  font-size: 17.6px;
  line-height: 1.81;}
.content-footer .plain-callout{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.content-footer .page-figure{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  border-radius: 0.75rem;
  overflow: hidden;
}
.content-footer .focused-list{grid-column: 1 / -1;}
.content-footer .page-figure img{display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;}
.content-footer .focused-list img{height: 340px;}
.content-footer .page-figure figcaption{padding: 0 1.77rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.content-footer .block{
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.7rem;
  border-radius: 0.24rem;
  background: #A855F7;
  color: #1A0B2E;
  font-size: calc(17.6px * .875);
  letter-spacing: 0.02em;
}
.content-footer .page-figure p{margin: 0;
  font-size: 17.6px;
  line-height: 1.81;}
.content-footer .contact-panel{
  margin: 0;
  padding: 1.5rem 1.77rem;
  background: #F4F1F8;
  color: #241A3A;
  border-radius: 0.53rem;
  font-size: 17.6px;
  line-height: 1.81;
}
@media (max-width: 760px) {.content-footer .plain-callout{
    grid-template-columns: 1fr;
  }.content-footer .page-figure img,
  .content-footer .focused-list img{
    height: 220px;
  }
}
.compact-tile{--layer-base:calc(1.5rem * 1.12);--state-control:calc(1280px / 2.15);padding:calc(1.5rem * 2.4) 1.77rem;background:#6D28D9;color:#FFFFFF;}
.compact-tile .compact-frame{max-width:1280px;margin:0 auto;}
.compact-tile h1,.compact-tile h2,.compact-tile h3,.compact-tile p{margin:0;}
.compact-tile h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.compact-tile h2{font-size:calc(17.6px * 2);line-height:1.12;}
.compact-tile h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.compact-tile p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.compact-tile a{color:inherit;text-decoration:none;}
.compact-tile .fresh-note{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.24rem;background:#FFFFFF;color:#6D28D9;}
.compact-tile .contact-panel{font-size:calc(17.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.compact-tile .unit{margin-top:calc(1.5rem / 2);}
.compact-tile .compact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;margin-top:var(--layer-base);}
.compact-tile .main-flow{flex:1 1 calc(1280px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-tile .main-flow p{margin-top:calc(1.5rem / 3);}
.compact-tile .active-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.compact-tile .active-surface>.main-view{flex:1 1 auto;min-width:0;}
.compact-tile .active-surface>.fresh-note{flex:0 0 auto;}
.compact-tile .active-surface>.compact-service{flex:1 1 100%;}
.compact-tile .main-view h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.compact-tile .main-flow{flex:1 1 100%;}.compact-tile .active-surface>.fresh-note{width:100%;}
}
.simple-section{--layer-base:calc(1.5rem * 1.05);--state-control:calc(1280px / 2.4);--font-button:calc(1280px / 3.4);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.simple-section .compact-frame{max-width:1280px;margin:0 auto;}
.simple-section h2,.simple-section h3,.simple-section p{margin:0;}
.simple-section h2{font-size:calc(17.6px * 2);line-height:1.14;}
.simple-section h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.simple-section p{font-size:17.6px;line-height:1.81;}
.simple-section a{color:#6D28D9;text-decoration:underline;text-underline-offset:3px;}
.simple-section a:hover{color:inherit;}
.simple-section img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.simple-section .main-view .unit{margin-top:1.5rem;}
.simple-section .main-view .contact-panel{margin-top:calc(1.5rem / 1.6);font-size:calc(17.6px * .875);}
.simple-section .compact-service{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.simple-section .main-flow{min-width:0;padding-bottom:var(--layer-base);border-bottom:1px solid #E2DCEB;}
.simple-section .main-flow:last-child{border-bottom:0;padding-bottom:0;}
.simple-section .main-flow p{margin-top:calc(1.5rem / 3);}
.simple-section .direct-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.simple-section .direct-shell>.main-view{flex:1 1 calc(1280px / 3);min-width:0;}
.simple-section .direct-shell>.compact-service{flex:2 1 calc(1280px / 2);margin-top:0;}
.simple-section .direct-shell>img{margin-left:auto;max-width:var(--font-button);}
@media (max-width:760px){.simple-section .direct-shell>img{margin-left:0;max-width:100%;}
}
.visual-steps{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.visual-steps .compact-frame{max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.visual-steps .offer-block{display:flex;
  flex-wrap:wrap;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid #E2DCEB;
  padding-bottom:calc(1.31rem * 1.5);}
.visual-steps h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.visual-steps .offer-block p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#241A3A;
  line-height:1.81;}
.visual-steps .bottom-content{display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.visual-steps .bottom-content a{
  flex:1 1 17rem;
  min-width:0;
  color:#140B26;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #E2DCEB;
  border-radius:0.75rem;
  transition:border-color 470ms var(--speed-nav), transform 470ms var(--speed-nav);
}
.visual-steps .bottom-content a:hover{border-color:#A855F7;
  transform:translateY(-2px);}
.visual-steps .bottom-content strong,
.visual-steps .bottom-content span{display:block;}
.visual-steps .bottom-content strong{font-size:17.6px;}
.visual-steps .bottom-content span{margin-top:.4rem;
  color:#241A3A;
  font-size:calc(17.6px * .875);
  line-height:1.81;}
.visual-steps .contact-panel{
  margin:0;
  padding:calc(1.5rem * .75);
  background:#F4F1F8;
  color:#241A3A;
  border-radius:0.53rem;
  font-size:calc(17.6px * .875);
  line-height:1.81;
}
.visual-steps .fresh-note{
  align-self:flex-start;
  display:inline-flex;
  background:#6D28D9;
  color:#FFFFFF;
  text-decoration:none;
  border-radius:1.34rem;
  padding:.8rem 1.3rem;
  font-size:calc(17.6px * .875);
  transition:background 470ms var(--speed-nav);
}
.visual-steps .fresh-note:hover{
  background:#5B21B6;color:#140B26;}
.visual-steps .service-region{margin:0;
  font-size:calc(17.6px * .875);
  color:#241A3A;}
.visual-steps .service-region a{color:#6D28D9;
  text-decoration:underline;
  text-underline-offset:2px;}
.visual-steps .service-region a:hover{color:inherit;}
@media (max-width:680px){.visual-steps .offer-block{display:block}.visual-steps .offer-block p{margin-top:1.5rem}.visual-steps .bottom-content{display:block}.visual-steps .bottom-content a{display:block;margin-top:1.31rem}
}
.bottom-actions{
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
}
.bottom-actions .compact-frame{max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(1.31rem * 1.5);
  align-items: start;}
.bottom-actions .fresh-note{
  padding: calc(1.5rem * .75);
  border-radius: 1.34rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
}
.bottom-actions h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.bottom-actions .unit{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.6px;
  line-height: 1.81;}
.bottom-actions .fresh-note a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #6D28D9;
  color: #FFFFFF;
  text-decoration: none;
  font-size: calc(17.6px * .875);
}
.bottom-actions .fresh-note a:hover{
  background: #5B21B6;color:#140B26;}
.bottom-actions .media-quote{display: flex;
  flex-direction: column;
  gap: 1.31rem;}
.bottom-actions .offer-block{margin: 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.81;}
.bottom-actions .narrow-team{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #E2DCEB;}
.bottom-actions .narrow-team strong{font-size: 17.6px;
  font-weight: 600;}
.bottom-actions .narrow-team span{font-size: calc(17.6px * .875);
  line-height: 1.81;
  opacity: .85;}
.bottom-actions .narrow-team a{text-decoration: underline;}
.bottom-actions .narrow-team a:hover{}
@media (max-width: 760px) {.bottom-actions .compact-frame{
    grid-template-columns: 1fr;
  }.bottom-actions .narrow-team{
    grid-template-columns: 1fr;
    gap: calc(1.31rem * .4);
  }
}
.team-track{background:#FFFFFF;color:#140B26;padding:calc(1.5rem * 2.4) 1.77rem}
.team-track .compact-frame{max-width:1280px;margin:0 auto}
.team-track .primary-brand{display:grid;grid-template-columns:1.15fr .7fr 1.15fr;gap:calc(1.31rem * 1.5);align-items:start}
.team-track .offer-block{min-width:0}
.team-track h2{margin:0;font-size:clamp(calc(17.6px * 2),4.4vw,calc(17.6px * 2.65));line-height:1.08}
.team-track p{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.65}
.team-track p:first-of-type{margin-top:calc(1.31rem * 1.5)}
.team-track .contact-shell{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.75rem}
.team-track .narrow-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-track .main-flow{padding:calc(1.5rem * .75);border-radius:0.53rem;background:#F4F1F8;color:#241A3A;border:1px solid #E2DCEB}
.team-track strong,.team-track span{display:block}
.team-track strong{font-size:17.6px}
.team-track span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(17.6px * .875)}
@media(max-width:900px){.team-track .primary-brand{grid-template-columns:1fr}.team-track .contact-shell{aspect-ratio:16/9}}
.steady-track{--layer-base:calc(1.5rem * 1.15);--font-button:calc(1280px / 3.6);padding:calc(1.5rem * 2.4) 1.77rem;background:#6D28D9;color:#FFFFFF;}
.steady-track .compact-frame{max-width:1280px;margin:0 auto;}
.steady-track h1,.steady-track h2,.steady-track h3,.steady-track p{margin:0;}
.steady-track h2{font-size:calc(17.6px * 2);line-height:1.14;}
.steady-track p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-track a{color:inherit;text-decoration:none;}
.steady-track img{display:block;width:min(26rem,100%);max-width:100%;height:auto;border-radius:0.53rem;flex:0 1 var(--font-button);}
.steady-track .fresh-note{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.24rem;background:#FFFFFF;color:#6D28D9;font-weight:600;}
.steady-track .simple-rail{display:flex;align-items:flex-start;justify-content:space-between;gap:1.31rem;flex-wrap:wrap;}
.steady-track .simple-rail .main-view{flex:1 1 26rem;min-width:0;}
.steady-track .simple-rail h2,.steady-track .simple-rail .unit,.steady-track .simple-rail .fresh-note,.steady-track .simple-rail .contact-panel,.steady-track .simple-rail .service-region{margin-top:1.5rem;}
.steady-track .simple-rail h2{margin-top:0;}
.steady-track .simple-rail img{margin-top:var(--layer-base);}
.steady-track .contact-panel{font-size:calc(17.6px * .875);}
.steady-track .service-region{font-size:calc(17.6px * .875);}
.steady-track .service-region a{text-decoration:underline;text-underline-offset:3px;}
.steady-track .service-region a:hover{}
.simple-view{
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
}
.simple-view .compact-frame{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.simple-view .unit h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.simple-view .text-summary{margin: calc(1.5rem * .75) 0 calc(1.31rem * 1.5);
  font-size: calc(17.6px * 1.125);
  color: #C9C2D6;
  line-height: 1.81;}
.simple-view .secondary-rail{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.31rem;}
.simple-view .main-flow{
  padding: calc(1.5rem * .75);
  border: 1px solid #241A3A;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
}
.simple-view .simple-proof{margin: 0;
  font-size: 17.6px;
  line-height: 1.81;}
.simple-view .primary-track{display: flex;
  align-items: center;
  gap: calc(1.31rem * 0.7);}
.simple-view .primary-track img{width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.simple-view .narrow-intro{display: block;
  font-weight: 700;
  font-size: 17.6px;}
.simple-view .content-rail{display: block;
  font-size: calc(17.6px * .875);
  color: #C9C2D6;
  margin-top: 2px;}
.simple-view .clear-media{margin-top: calc(1.31rem * 1.5);
  padding-top: calc(1.31rem * 1.5);
  border-top: 1px solid #241A3A;}
.simple-view .simple-track{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.6px * .875);
  color: #C9C2D6;}
.simple-view .text-area{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.31rem * 0.6) 1.31rem;}
.simple-view .text-area li{font-size: calc(17.6px * .875);
  padding: 6px 14px;
  border: 1px solid #241A3A;
  border-radius: 0.24rem;
  color: #C9C2D6;}
.simple-view .compact-links{margin: calc(1.31rem * 1.5) 0 0;
  font-size: 17.6px;
  color: #C9C2D6;
  line-height: 1.81;}
.simple-view .compact-links a{color: #A855F7;
  text-decoration: underline;
  text-underline-offset: 3px;}
.simple-view .compact-links a:hover{color:inherit;}
@media (max-width: 780px) {.simple-view .secondary-rail{
    grid-template-columns: 1fr;
  }
}
.fresh-inner{--layer-base:calc(1.5rem * 1.2);--font-button:calc(1280px / 3.66);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.fresh-inner .compact-frame{max-width:1280px;margin:0 auto;}
.fresh-inner h1,.fresh-inner h2,.fresh-inner h3,.fresh-inner p{margin:0;}
.fresh-inner h2{font-size:calc(17.6px * 2);line-height:1.14;}
.fresh-inner p{font-size:17.6px;line-height:1.81;}
.fresh-inner .unit{margin-top:1.5rem;}
.fresh-inner .contact-panel{margin-top:calc(1.5rem / 2);font-size:calc(17.6px * .875);}
.fresh-inner .compact-service{display:flex;flex-direction:column;gap:var(--layer-base);}
.fresh-inner .main-flow{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #E2DCEB;}
.fresh-inner .main-flow p{font-size:17.6px;}
.fresh-inner img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.fresh-inner .direct-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.fresh-inner .direct-shell>.main-view{flex:1 1 calc(1280px / 3);min-width:0;}
.fresh-inner .direct-shell>.compact-service{flex:2 1 calc(1280px / 2);}
.fresh-inner .direct-shell>img{margin-left:auto;max-width:var(--font-button);}
@media (max-width:760px){.fresh-inner .direct-shell>img{margin-left:0;max-width:100%;}
}
.content-figure{
        padding: calc(1.5rem * 2.4) 1.77rem;
        background: #FFFFFF;
        color: #140B26
    }
.content-figure .compact-frame{max-width: 1280px;
        margin: 0 auto}
.content-figure .top-view{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(1.31rem * 1.5) 1.77rem;
        align-items: start}
.content-figure .offer-block{min-width: 0;
        position: sticky;
        top: 1.5rem}
.content-figure h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.12}
.content-figure .offer-block p{margin: 1.5rem 0 0;
        font-size: 17.6px;
        line-height: 1.81;
        color: #241A3A}
.content-figure .compact-service{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.content-figure .main-flow{
        padding: calc(1.5rem * .75) 1.5rem;
        background: #F4F1F8;
        color: #241A3A;
        border-left: 3px solid #A855F7;
        border-radius: 0.24rem
    }
.content-figure .main-flow strong{display: block;
        font-size: 17.6px;
        line-height: 1.25;
        margin-bottom: 0.4rem}
.content-figure .main-flow span{display: block;
        line-height: 1.81}
@media (max-width: 860px) {.content-figure .top-view{
            grid-template-columns: minmax(0, 1fr)
        }.content-figure .offer-block{
            position: static
        }
    }
.media-form{padding:calc(1.5rem * 2.4) 1.77rem;background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);color:#FFFFFF}
.media-form .compact-frame{max-width:1280px;margin:0 auto}
.media-form .secondary-rail{display:flex;gap:calc(1.31rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.media-form .visual-note{flex:1 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 26%,transparent);padding-left:1.5rem}
.media-form .visual-note p{margin:0;line-height:1.81}
.media-form .visual-note .contact-panel{margin-top:calc(1.5rem * .75);font-size:calc(17.6px * .875);opacity:.82}
.media-form .bottom-brand{flex:2 1 40rem;min-width:0}
.media-form h2{margin:0;font-size:calc(17.6px * 2);line-height:1.12}
.media-form .simple-intro{margin-top:calc(1.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.media-form .simple-intro p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#FFFFFF 16%,transparent)}
.media-form .simple-intro p:last-child{border-bottom:0;padding-bottom:0}
.media-form strong{flex:0 1 13rem;min-width:0;font-size:calc(17.6px * .875);letter-spacing:.01em}
.media-form span{flex:1 1 26rem;min-width:0;line-height:1.81}
@media(max-width:760px){.media-form .secondary-rail{display:block}.media-form .visual-note{border-left:0;padding-left:0}.media-form .bottom-brand{margin-top:calc(1.31rem * 1.5)}.media-form .simple-intro p{display:block}.media-form span{display:block;margin-top:calc(1.5rem * .75)}.media-form h2{font-size:calc(17.6px * 1.35)}
}
.site-header{--layer-base:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.site-header .compact-frame{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-base);}
.site-header h2,.site-header h3,.site-header p{margin:0;}
.site-header h2{font-size:calc(17.6px * 2);line-height:1.14;}
.site-header h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.site-header p{font-size:17.6px;line-height:1.81;}
.site-header .offer-block{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.site-header .unit{color:#241A3A;}
.site-header img{display:block;width:100%;height:auto;border-radius:0.75rem;}
.site-header .compact-service{display:flex;flex-wrap:wrap;gap:1.31rem;}
.site-header .main-flow{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB;border-radius:0.53rem;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.site-header .main-flow .content-rail{font-size:calc(17.6px * .875);color:#241A3A;}
.site-header .contact-panel{font-size:calc(17.6px * .875);color:#241A3A;padding-top:calc(1.31rem * 1.5);border-top:1px solid #E2DCEB;}
.site-header a{color:#6D28D9;text-decoration:none;}
.site-header a:hover{color:inherit;}
@media (max-width:720px){.site-header .main-flow{flex:1 1 100%;}
}
.direct-service{--layer-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.direct-service .compact-frame{max-width:1280px;margin:0 auto;}
.direct-service h2,.direct-service h3,.direct-service p,.direct-service ol,.direct-service li{margin:0;}
.direct-service h2{font-size:calc(17.6px * 2);line-height:1.14;}
.direct-service h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.direct-service p{font-size:17.6px;line-height:1.81;}
.direct-service .offer-block{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.direct-service .unit{color:#241A3A;}
.direct-service .service-region{list-style:none;padding:0;margin-top:var(--layer-base);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.direct-service .narrow-team{display:flex;gap:1.31rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid #E2DCEB;}
.direct-service .narrow-team:last-child{border-bottom:1px solid #E2DCEB;}
.direct-service .narrow-region{flex:0 0 auto;font-size:calc(17.6px * .875);letter-spacing:0.08em;color:inherit;font-weight:600;padding-top:0.35rem;}
.direct-service .local-surface{display:flex;flex-direction:column;gap:calc(1.5rem / 3);min-width:0;}
.direct-service .local-surface p{color:#241A3A;}
.direct-service .contact-brand{margin-top:var(--layer-base);display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.direct-service .contact-panel{color:#241A3A;}
.direct-service .steady-panel{display:flex;flex-wrap:wrap;gap:1.31rem;}
.direct-service .steady-panel a{color:#6D28D9;text-decoration:none;border-bottom:1px solid #6D28D9;padding-bottom:2px;font-size:17.6px;}
.direct-service .steady-panel a:hover{color:inherit;border-bottom-color:#A855F7;}
@media (max-width:640px){.direct-service .narrow-team{flex-direction:column;gap:calc(1.31rem / 2);}.direct-service .narrow-region{padding-top:0;}
}
.clear-callout{--layer-base:calc(1.5rem * 0.92);--state-control:calc(1280px / 3.00);--font-button:calc(1280px / 3.99);padding:calc(1.5rem * 2.4) 1.77rem;background:#6D28D9;color:#FFFFFF;}
.clear-callout .compact-frame{max-width:1280px;margin:0 auto;}
.clear-callout h1,.clear-callout h2,.clear-callout h3,.clear-callout p{margin:0;}
.clear-callout h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.clear-callout h2{font-size:calc(17.6px * 2);line-height:1.12;}
.clear-callout h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.clear-callout p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-callout a{color:inherit;text-decoration:none;}
.clear-callout img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.clear-callout .fresh-note{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.24rem;background:#FFFFFF;color:#6D28D9;}
.clear-callout .unit,.clear-callout .contact-panel{}
.clear-callout .compact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;margin-top:var(--layer-base);}
.clear-callout .main-flow{flex:1 1 calc(1280px / 4);min-width:0;}
.clear-callout .main-flow p,.clear-callout .main-flow a{margin-top:calc(1.5rem / 3);}
.clear-callout .main-flow img{margin-bottom:calc(1.5rem / 2);}
.clear-callout .quiet-intro>img{margin-top:var(--layer-base);}
.clear-callout .quiet-intro>.unit{margin-top:1.5rem;}
.quiet-fields{--layer-base:calc(1.5rem * 1.18);--state-control:calc(1280px / 2.55);padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.quiet-fields .compact-frame{max-width:1280px;margin:0 auto;}
.quiet-fields h1,.quiet-fields h2,.quiet-fields h3,.quiet-fields p{margin:0;}
.quiet-fields h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.quiet-fields h2{font-size:calc(17.6px * 2);line-height:1.14;}
.quiet-fields h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.quiet-fields p{font-size:17.6px;line-height:1.81;}
.quiet-fields .unit{color:#241A3A;}
.quiet-fields .compact-service{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.quiet-fields .main-flow{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #E2DCEB;}
.quiet-fields .main-flow:first-child{border-top:none;padding-top:0;}
.quiet-fields .main-flow p{margin-top:calc(1.5rem / 3.2);color:#241A3A;}
.quiet-fields .wide-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.31rem;}
.quiet-fields .wide-flow>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.quiet-fields .wide-flow>.unit{flex:1 1 calc(1280px / 3);min-width:0;}
.quiet-fields .wide-flow>.compact-service{flex:1 1 100%;}
@media (min-width:900px){.quiet-fields .main-flow{display:grid;grid-template-columns:calc(1280px / 3.6) 1fr;gap:1.31rem;align-items:start;}.quiet-fields .main-flow h3{margin:0;}.quiet-fields .main-flow p{margin-top:0;}
}
.visual-tile{
  background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.visual-tile .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.31rem * 1.5);}
.visual-tile h2,
.visual-tile h3,
.visual-tile p{margin: 0;}
.visual-tile h2{font-size: calc(17.6px * 2.65);
  line-height: 1.04;
  letter-spacing: -0.01em;}
.visual-tile h3{font-size: calc(17.6px * 1.35);
  line-height: 1.18;}
.visual-tile p{font-size: 17.6px;
  line-height: 1.81;}
.visual-tile .page-body{display: grid;
  gap: 1.5rem;}
.visual-tile .media-figure{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.31rem;
  padding: 1.5rem 1.77rem;
  border-radius: 1.34rem;
  background: linear-gradient(120deg, #A855F7 0%, #6D28D9 100%);
  color: #FFFFFF;
}
.visual-tile .media-figure p:first-child{font-size: calc(17.6px * 1.125);
  line-height: 1.3;}
.visual-tile .public-items{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.visual-tile .main-method{
  flex: 1 1 20rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  text-decoration: none;
  transition: border-color 470ms var(--speed-nav);
}
.visual-tile .main-method:hover{border-color: #A855F7;}
.visual-tile .main-method span{font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
@media (max-width: 760px) {.visual-tile h2{ font-size: calc(17.6px * 2); }.visual-tile .media-figure{ grid-template-columns: 1fr; }.visual-tile .main-method{ flex: 1 1 100%; }
}
.site-stack{
  background: #FFFFFF;
  color: #140B26;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.site-stack .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 1.31rem;
  align-items: start;}
.site-stack h2,
.site-stack h3,
.site-stack p{margin: 0;}
.site-stack h2{font-size: calc(17.6px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.site-stack h3{font-size: calc(17.6px * 1.35);
  line-height: 1.2;}
.site-stack p{font-size: 17.6px;
  line-height: 1.81;}
.site-stack .quiet-quote{
  display: grid;
  gap: calc(1.31rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.34rem;
  background: #F4F1F8;
  color: #241A3A;
}
.site-stack .quiet-quote .contact-panel{font-size: calc(17.6px * .875);
  opacity: 0.82;}
.site-stack .visual-rail{display: grid;
  gap: 0;
  border-top: 1px solid #E2DCEB;}
.site-stack .page-brand{display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(11rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E2DCEB;
  color: inherit;
  text-decoration: none;
  transition: padding-left 470ms var(--speed-nav);}
.site-stack .page-brand b{font-size: calc(17.6px * .875);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6D28D9;
  align-self: start;
  padding-top: 0.35rem;}
.site-stack .page-brand:hover{padding-left: calc(1.31rem * 1.5);}
.site-stack .page-brand:hover h3{color: #6D28D9;}
.site-stack .open-menu{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.31rem;
  align-items: center;
  margin-top: calc(1.31rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.75rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
}
.site-stack .open-menu p{font-size: calc(17.6px * .875);
  max-width: 46ch;}
.site-stack .open-menu a{color: inherit;
  text-decoration: none;
  font-size: calc(17.6px * .875);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;}
.site-stack .open-menu a:hover{color:inherit;}
@media (max-width: 860px) {.site-stack .compact-frame{
    grid-template-columns: 1fr;
  }.site-stack .page-brand{
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }.site-stack .page-brand b{
    padding-top: 0;
  }.site-stack .open-menu{
    flex-direction: column;
    align-items: flex-start;
  }
}
.compact-region{
  background: #A855F7;
  color: #1A0B2E;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.compact-region .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.31rem;
  align-items: stretch;}
.compact-region .direct-media{display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1.34rem;
  flex: 1 1 22rem;
  min-width: 0;}
.compact-region .main-view{display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);
  flex: 1 1 26rem;
  min-width: 0;}
.compact-region h2,
.compact-region p{margin: 0;}
.compact-region h2{font-size: calc(17.6px * 2.65);
  line-height: 1.05;
  max-width: 16ch;}
.compact-region .main-view > p{font-size: calc(17.6px * 1.125);
  line-height: 1.81;}
.compact-region .contact-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.compact-region .contact-footer div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
}
.compact-region strong{font-size: calc(17.6px * 1.35);
  line-height: 1.15;
  flex: 1 1 12rem;
  min-width: 0;}
.compact-region span{line-height: 1.81;
  flex: 2 1 18rem;
  min-width: 0;}
@media (max-width: 860px) {.compact-region .direct-media{ min-height: 20rem; }.compact-region h2{ max-width: none; }
}
.content-links {
        padding: calc(1.5rem * 2.6) 1.77rem;
        background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
        color: #FFFFFF;
    }
.content-links .steady-method{max-width: 780px;
        margin: 0 auto;
        display: grid;
        gap: calc(1.31rem * 1.5);}
.content-links .wide-region{display: grid;
        gap: 0.7rem;}
.content-links .narrow-footer{margin: 0;
        font-size: calc(17.6px * .875);
        letter-spacing: 0.02em;
        opacity: 0.78;}
.content-links h1{margin: 0;
        font-size: clamp(1.9rem, 3.6vw, 2.7rem);
        line-height: 1.15;}
.content-links .unit{margin: 0;
        font-size: calc(17.6px * 1.125);
        line-height: 1.6;
        opacity: 0.92;}
.content-links .page-figure{margin: 0;}
.content-links .page-figure img{display: block;
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        border-radius: 0.75rem;}
.content-links .local-surface{display: grid;
        gap: 1rem;}
.content-links .local-surface p{margin: 0;
        font-size: 17.6px;
        line-height: 1.81;}
.content-links .service-region{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.6rem 1.4rem;
        padding-top: calc(1.31rem * 1.5);
        border-top: 1px solid rgba(244, 241, 248, 0.22);}
.content-links .direct-form{font-size: calc(17.6px * .875);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        opacity: 0.7;}
.content-links .service-region a{color: #FFFFFF;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-size: 17.6px;
        transition: opacity 470ms var(--speed-nav);}
.content-links .service-region a:hover{opacity: 0.72;}
@media (max-width: 640px) {
        .content-links {
            padding: calc(1.5rem * 1.8) 1.77rem;
        }

        .content-links .unit {
            font-size: 17.6px;
        }
    }
.plain-method{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.plain-method .compact-frame{max-width:1280px;
  margin:0 auto;}
.plain-method .offer-block{display:flex;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.plain-method h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;}
.plain-method .offer-block p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#241A3A;
  line-height:1.81;}
.plain-method .bottom-content{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.plain-method .bottom-content a{flex:1 1 17rem;
  min-width:0;
  color:#140B26;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #E2DCEB;
  transition:border-color 470ms var(--speed-nav);}
.plain-method .bottom-content a:hover{border-top-color:#A855F7;}
.plain-method .bottom-content strong,
.plain-method .bottom-content span{display:block;}
.plain-method .bottom-content strong{font-size:17.6px;}
.plain-method .bottom-content span{margin-top:.4rem;
  color:#241A3A;
  font-size:calc(17.6px * .875);
  line-height:1.81;}
.plain-method .fresh-note{
  display:inline-flex;
  margin-top:calc(1.31rem * 1.5);
  background:#6D28D9;
  color:#FFFFFF;
  text-decoration:none;
  border-radius:1.34rem;
  padding:.8rem 1.15rem;
  font-size:calc(17.6px * .875);
  transition:background 470ms var(--speed-nav);
}
.plain-method .fresh-note:hover{
  background:#5B21B6;color:#140B26;}
.plain-method .service-region{margin:1.5rem 0 0;
  color:#241A3A;
  font-size:calc(17.6px * .875);
  line-height:1.81;}
.plain-method .service-region a{color:#6D28D9;
  text-decoration:none;}
.plain-method .service-region a:hover{color:inherit;}
@media (max-width:680px){.plain-method .offer-block{display:block}.plain-method .offer-block p{margin-top:1.5rem}.plain-method .bottom-content{display:block}.plain-method .bottom-content a{display:block;margin-top:1.31rem}
}
.strong-actions{
  background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.strong-actions .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.31rem;}
.strong-actions h2,
.strong-actions h3,
.strong-actions p{margin: 0;}
.strong-actions h2{font-size: calc(17.6px * 2); line-height: 1.08;}
.strong-actions h3{font-size: calc(17.6px * 1.35); line-height: 1.16;}
.strong-actions p{font-size: 17.6px; line-height: 1.81;}
.strong-actions .contact-unit{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.31rem * 1.5);
  border-radius: 1.34rem;
  background: linear-gradient(120deg, #A855F7 0%, #6D28D9 100%);
  color: #FFFFFF;
}
.strong-actions .compact-section{display: grid;
  gap: calc(1.5rem * .75);}
.strong-actions .featured-summary{
  display: grid;
  grid-template-columns: 1rem minmax(5rem, .18fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.53rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  animation: peopleTimelineIn calc(470ms * 2.2) var(--speed-nav) both;
  animation-delay: var(--motion-soft, 0ms);
}
.strong-actions i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #6D28D9;color:#FFFFFF;}
.strong-actions .featured-summary span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.31rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.strong-actions .compact-frame,
  .strong-actions .featured-summary{ grid-template-columns: 1fr; }
}
.steady-menu{
    padding:calc(1.5rem * 2.4) 1.77rem;
    background:#FFFFFF;
    color:#140B26;
}
.steady-menu .wide-visual{max-width:1280px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.31rem * 1.5);
    align-items:flex-start;}
.steady-menu .offer-block{flex:1 1 220px;
    min-width:200px;}
.steady-menu .local-surface{flex:2 1 420px;
    min-width:260px;}
.steady-menu .narrow-intro{margin:0 0 6px;
    font-size:calc(17.6px * 1.35);
    line-height:1.25;}
.steady-menu .content-rail{
    margin:0;
    font-size:calc(17.6px * .875);
    color:#241A3A;
    background:#F4F1F8;
    display:inline-block;
    padding:4px 10px;
    border-radius:0.24rem;
}
.steady-menu .text-proof{margin:0 0 calc(1.5rem * .75);
    font-size:17.6px;
    line-height:1.81;}
.steady-menu .text-proof:last-child{margin-bottom:0;}
.steady-menu .soft-wrap{list-style:none;
    margin:calc(1.31rem * 1.5) 0 0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.31rem;
    flex-basis:100%;
    border-top:1px solid #E2DCEB;
    padding-top:calc(1.5rem * .75);}
.steady-menu .soft-wrap li{font-size:calc(17.6px * .875);}
.steady-menu .soft-wrap a{color:#6D28D9;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 470ms var(--speed-nav), border-color 470ms var(--speed-nav);}
.steady-menu .soft-wrap a:hover{color:inherit;
    border-bottom-color:#A855F7;}
@media (max-width:640px){.steady-menu .wide-visual{
        flex-direction:column;
    }.steady-menu .soft-wrap{
        flex-direction:column;
        gap:8px;
    }
}
.focused-shell{
        background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
        color:#FFFFFF;
        padding:calc(1.5rem * 2.4) 1.77rem;
    }
.focused-shell .c{max-width:1280px;
        margin:0 auto;
        display:grid;
        gap:calc(1.31rem * 1.5);}
@media (min-width:1024px){.focused-shell .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.focused-shell .offer-panel{margin-bottom:1.5rem;}
.focused-shell h1{font-size:calc(17.6px * 2.65);
        line-height:1.15;
        margin:0 0 1.31rem;}
.focused-shell .narrow-footer{display:flex;
        flex-wrap:wrap;
        gap:1.31rem;
        font-size:calc(17.6px * .875);
        opacity:0.85;}
.focused-shell .narrow-feature{margin:1.5rem 0 0;
        border-radius:0.75rem;
        overflow:hidden;
        box-shadow:0 8px 26px rgba(0,0,0,0.12);}
.focused-shell .narrow-feature img{display:block;
        width:100%;
        height:auto;}
.focused-shell .contact-group{font-size:17.6px;
        line-height:1.81;}
.focused-shell .contact-group p{margin:0 0 1.31rem;}
.focused-shell .contact-group h2{font-size:calc(17.6px * 1.35);
        margin:1.5rem 0 1.31rem;}
.focused-shell .contact-group a{text-decoration:underline;
        text-underline-offset:3px;}
.focused-shell .contact-group a:hover{}
.focused-shell .contact-brand{
        background:#FFFFFF;
        color:#140B26;
        border:1px solid #E2DCEB;
        border-radius:0.75rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.09);
    }
.focused-shell .contact-brand h3{margin:0 0 1.31rem;
        font-size:calc(17.6px * 1.125);}
.focused-shell .secondary-rail{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.focused-shell .service-region{
        display:block;
        padding:0.6rem 0.75rem;
        border-radius:0.24rem;
        background:#F4F1F8;
        color:#241A3A;
        text-decoration:none;
        font-size:calc(17.6px * .875);
        transition:background 470ms var(--speed-nav);
    }
.focused-shell .service-region:hover{
        background:#A855F7;
        color:#1A0B2E;
    }
.open-summary{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.open-summary .compact-frame{max-width:1280px;
  margin:0 auto;}
.open-summary .offer-block{display:flex;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.open-summary h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;}
.open-summary .offer-block p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#241A3A;
  line-height:1.81;}
.open-summary .bottom-content{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.open-summary .main-flow{flex:1 1 17rem;
  min-width:0;
  padding-top:1.5rem;
  border-top:1px solid #E2DCEB;}
.open-summary .main-flow strong{display:block;
  font-size:17.6px;}
.open-summary .main-flow span{display:block;
  margin-top:.4rem;
  color:#241A3A;
  line-height:1.81;}
.open-summary .service-region{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.open-summary .service-region a{display:inline-flex;
  align-items:center;
  padding:.7rem 1.1rem;
  border-radius:1.34rem;
  text-decoration:none;
  font-size:calc(17.6px * .875);}
.open-summary .service-region a:first-child{
  background:#6D28D9;
  color:#FFFFFF;
}
.open-summary .service-region a:last-child{
  background:transparent;
  color:#140B26;
  border:1px solid #E2DCEB;
}
.open-summary .service-region a:first-child:hover{
  background:#5B21B6;color:#140B26;}
.open-summary .service-region a:last-child:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#140B26;}
.open-summary .contact-panel{margin-top:calc(1.31rem * 1.5);
  color:#241A3A;
  line-height:1.81;
  font-size:calc(17.6px * .875);}
.open-summary .contact-panel a{color:#6D28D9;
  text-decoration:underline;}
.open-summary .contact-panel a:hover{color:inherit;}
@media (max-width:680px){.open-summary .offer-block{display:block}.open-summary .offer-block p{margin-top:1.5rem}.open-summary .bottom-content{display:block}.open-summary .main-flow{margin-top:1.31rem}
}
.soft-story{
  background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.soft-story .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(1.31rem * 1.4);
  align-items: start;}
.soft-story h2,
.soft-story h3,
.soft-story p{margin: 0;}
.soft-story h2{font-size: calc(17.6px * 2);
  line-height: 1.1;}
.soft-story h3{font-size: calc(17.6px * 1.35);
  line-height: 1.18;}
.soft-story p{font-size: 17.6px;
  line-height: 1.81;}
.soft-story .visual-note{display: grid;
  gap: calc(1.31rem * 1.5);
  align-content: start;
  padding-top: calc(1.31rem * 1.5);}
.soft-story .fresh-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-story [data-block]{
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  box-shadow: 0 1px 5px rgba(0,0,0,0.09);
  animation: peopleCascadeIn calc(470ms * 2) var(--speed-nav) both;
  animation-delay: var(--motion-soft, 0ms);
}
.soft-story [data-block] span{font-size: calc(17.6px * .875);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;}
.soft-story [data-block] div{display: grid;
  gap: calc(1.31rem * 0.5);}
.soft-story [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, calc(1.31rem * 1.2));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(1.31rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.soft-story .compact-frame{
    grid-template-columns: 1fr;
  }.soft-story .visual-note{
    padding-top: 0;
  }.soft-story [data-block]{
    grid-template-columns: 1fr;
  }.soft-story [data-block]:nth-child(2n){
    margin-left: 0;
  }
}
.plain-nav{padding:calc(1.5rem * 2.4) 1.77rem;background:#FFFFFF;color:#140B26;}
.plain-nav .wide-visual{max-width:1280px;margin:0 auto;}
.plain-nav .secondary-rail{display:flex;flex-wrap:wrap;gap:calc(1.31rem * 1.5);align-items:flex-start;}
.plain-nav .top-actions{flex:0 0 220px;margin:0;border-radius:0.75rem;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.09);}
.plain-nav .top-actions img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;}
.plain-nav .main-view{flex:1 1 320px;min-width:0;}
.plain-nav .narrow-intro{margin:0 0 4px;font-size:calc(17.6px * 1.35);line-height:1.25;}
.plain-nav .content-rail{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * .875);color:#241A3A;}
.plain-nav .text-proof{margin:0 0 calc(1.5rem * .75);font-size:17.6px;line-height:1.81;}
.plain-nav .text-proof:last-of-type{margin-bottom:calc(1.5rem * .75);}
.plain-nav .text-proof a{color:#6D28D9;text-decoration:underline;text-underline-offset:2px;}
.plain-nav .text-proof a:hover{color:inherit;}
.plain-nav .soft-wrap{margin:0;font-size:calc(17.6px * .875);line-height:1.6;}
.plain-nav .soft-wrap a{color:#6D28D9;text-decoration:none;border-bottom:1px solid #E2DCEB;padding-bottom:1px;}
.plain-nav .soft-wrap a:hover{color:inherit;border-bottom-color:#A855F7;}
@media (max-width:640px){.plain-nav .top-actions{flex:1 1 100%;}
}
.direct-block{
    color:#FFFFFF;
    background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
    padding:calc(1.5rem * 2.4) 1.77rem;
}
.direct-block .c{max-width:1280px;
    margin:0 auto;
    display:grid;
    gap:1.77rem;}
@media (min-width:1024px){.direct-block .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.direct-block .offer-panel{margin-bottom:calc(1.31rem * 1.5);}
.direct-block h1{font-size:calc(17.6px * 2.65);
    line-height:1.15;
    margin:0 0 0.9rem;}
.direct-block .narrow-footer{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(17.6px * .875);
    opacity:0.82;}
.direct-block .narrow-feature{margin:0 0 calc(1.31rem * 1.5);
    border-radius:0.75rem;
    overflow:hidden;
    box-shadow:0 8px 26px rgba(0,0,0,0.12);}
.direct-block .narrow-feature img{display:block;
    width:100%;
    height:auto;}
.direct-block .contact-group{line-height:1.81;
    font-size:17.6px;}
.direct-block .contact-group p{margin:0 0 1.1rem;}
.direct-block .contact-group p:last-child{margin-bottom:0;}
.direct-block .service-region{margin-top:calc(1.31rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(255,255,255,0.18);
    display:flex;
    flex-wrap:wrap;
    gap:0.9rem 1.6rem;
    font-size:calc(17.6px * .875);}
.direct-block .service-region a{color:#FFFFFF;
    text-decoration:underline;
    text-underline-offset:3px;}
.direct-block .service-region a:hover{opacity:0.82;}
.direct-block .contact-brand{
    background:#FFFFFF;
    color:#140B26;
    border:1px solid #E2DCEB;
    padding:calc(1.5rem * .75);
    border-radius:0.75rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.09);
    align-self:start;
}
.direct-block .contact-brand h3{margin:0 0 1rem;
    font-size:calc(17.6px * 1.35);}
.direct-block .compact-service{display:flex;
    flex-direction:column;
    gap:0.7rem;
    margin-bottom:1rem;}
.direct-block .compact-service a{text-decoration:none;
    font-size:calc(17.6px * .875);
    line-height:1.5;}
.direct-block .compact-service a:hover{text-decoration:underline;}
.direct-block .contact-panel{margin:0;
    font-size:calc(17.6px * .875);
    opacity:0.78;}
.site-menu{
  background:#FFFFFF;
  color:#140B26;
  padding:calc(1.5rem * 2.4) 1.77rem;
}
.site-menu .compact-frame{max-width:1280px;
  margin:0 auto;}
.site-menu .offer-block{display:flex;
  flex-wrap:wrap;
  gap:calc(1.31rem * 1.5);
  align-items:flex-start;}
.site-menu h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.site-menu .offer-block p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#241A3A;
  line-height:1.81;}
.site-menu .bottom-content{margin-top:calc(1.31rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.31rem;}
.site-menu .bottom-content a{flex:1 1 18rem;
  min-width:0;
  color:#140B26;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #E2DCEB;
  transition:color 470ms var(--speed-nav);}
.site-menu .bottom-content a:hover{color:inherit;}
.site-menu .bottom-content strong,
.site-menu .bottom-content span{display:block;}
.site-menu .bottom-content strong{font-size:17.6px;
  line-height:1.35;}
.site-menu .bottom-content span{margin-top:.4rem;
  color:#241A3A;
  line-height:1.81;}
.site-menu .fresh-note{
  display:inline-flex;
  margin-top:calc(1.31rem * 1.5);
  background:#6D28D9;
  color:#FFFFFF;
  text-decoration:none;
  border-radius:1.34rem;
  padding:.8rem 1.2rem;
  transition:background 470ms var(--speed-nav);
}
.site-menu .fresh-note:hover{
  background:#5B21B6;color:#140B26;}
.site-menu .service-region{margin:1.5rem 0 0;
  color:#241A3A;
  line-height:1.81;}
.site-menu .service-region a{color:#6D28D9;
  text-decoration:underline;
  text-underline-offset:2px;}
.site-menu .service-region a:hover{color:inherit;}
@media (max-width:680px){.site-menu .offer-block{display:block}.site-menu .offer-block p{margin-top:1.5rem}.site-menu .bottom-content{display:block}.site-menu .bottom-content a{display:block;margin-top:1.31rem}
}
.strong-benefit{
  background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.77rem;
  overflow: hidden;
}
.strong-benefit .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.31rem * 1.5);}
.strong-benefit h2,
.strong-benefit h3,
.strong-benefit p{margin: 0;}
.strong-benefit h2{font-size: calc(17.6px * 2.65);
  line-height: 1.05;}
.strong-benefit h3{font-size: calc(17.6px * 1.35);
  line-height: 1.18;}
.strong-benefit p{font-size: 17.6px;
  line-height: 1.81;}
.strong-benefit .page-body{display: grid;
  gap: 1.5rem;}
.strong-benefit .media-figure{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.31rem;
  padding: 1.5rem;
  border-radius: 1.34rem;
  background: linear-gradient(120deg, #A855F7 0%, #6D28D9 100%);
  color: #FFFFFF;
}
.strong-benefit .media-figure p:first-child{font-size: calc(17.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.strong-benefit .public-items{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.strong-benefit .main-method{
  flex: 1 1 20rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  text-decoration: none;
}
.strong-benefit .main-method span{font-size: calc(17.6px * .875);}
.strong-benefit .main-method p{font-size: calc(17.6px * .875);}
@media (max-width: 760px) {.strong-benefit h2{
    font-size: clamp(calc(17.6px * 2), 12vw, calc(17.6px * 2.65));
  }.strong-benefit .media-figure{
    grid-template-columns: 1fr;
  }
}
.featured-method{
    padding:calc(1.5rem * 2.4) 1.77rem;
    background:#FFFFFF;
    color:#140B26;
}
.featured-method .wide-visual{max-width:1280px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.31rem * 1.5);
    align-items:flex-start;}
.featured-method .offer-block{flex:1 1 340px;
    min-width:0;}
.featured-method .active-lead{
    flex:1 1 300px;
    min-width:0;
    padding:calc(1.5rem * .75);
    background:#F4F1F8;
    color:#241A3A;
    border-radius:0.75rem;
}
.featured-method .narrow-intro{margin:0 0 0.35rem;
    font-size:calc(17.6px * 1.35);
    line-height:1.25;}
.featured-method .content-rail{margin:0 0 calc(1.31rem * 1.5);
    font-size:calc(17.6px * .875);
    letter-spacing:0.01em;}
.featured-method .text-proof{margin:0;
    font-size:17.6px;
    line-height:1.81;}
.featured-method .simple-actions{margin:0 0 calc(1.31rem * 1.5);
    font-size:calc(17.6px * .875);
    line-height:1.81;}
.featured-method .compact-service{list-style:none;
    margin:0 0 calc(1.31rem * 1.5);
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.featured-method .main-flow{font-size:calc(17.6px * .875);
    line-height:1.81;}
.featured-method .main-flow a{color:#6D28D9;
    text-decoration:none;
    border-bottom:1px solid #E2DCEB;
    transition:color 470ms var(--speed-nav), border-color 470ms var(--speed-nav);}
.featured-method .main-flow a:hover{color:inherit;
    border-color:#A855F7;}
.featured-method .contact-panel{margin:0;
    font-size:calc(17.6px * .875);
    line-height:1.81;}
.featured-method .contact-panel a{color:#6D28D9;
    text-decoration:none;
    border-bottom:1px solid #E2DCEB;}
.featured-method .contact-panel a:hover{color:inherit;
    border-color:#A855F7;}
@media (max-width:640px){.featured-method .wide-visual{
        flex-direction:column;
    }
}
.media-team{padding:calc(1.5rem * 2.4) 1.77rem;background:linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);color:#FFFFFF}
.media-team .compact-frame{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.31rem * 1.5);align-items:stretch}
.media-team .main-view{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);padding:calc(1.31rem * 1.5);border-radius:1.34rem;background:#A855F7;color:#1A0B2E}
.media-team h2{margin:0;font-size:calc(17.6px * 2);line-height:1.15}
.media-team .main-view>p{margin:0;font-size:17.6px;line-height:1.81}
.media-team .top-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.media-team .offer-visual{padding:calc(1.5rem * .75);border-radius:0.53rem;background:#FFFFFF;color:#140B26;border:1px solid #E2DCEB}
.media-team .offer-visual span{display:block;font-size:calc(17.6px * .875);text-transform:uppercase;letter-spacing:.04em}
.media-team .offer-visual strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:17.6px;font-weight:600;line-height:1.4}
.media-team .offer-visual a{text-decoration:none;border-bottom:1px solid #E2DCEB}
.media-team .offer-visual a:hover{}
.media-team .active-panel{flex:1 1 30rem;min-height:clamp(22rem,44vw,34rem);border-radius:1.34rem;overflow:hidden;border:1px solid #E2DCEB;box-shadow:0 8px 26px rgba(0,0,0,0.12);background:#FFFFFF;color:#140B26;}
.media-team iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.media-team .compact-frame{flex-direction:column}.media-team .active-panel{min-height:22rem}}
.content-panel{padding:calc(1.5rem * 2.4) 1.77rem;background:var(--surface-strong);color:var(--ink-primary)}
.content-panel .compact-frame{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.31rem * 1.5)}
.content-panel .offer-block{flex:1 1 22rem;align-self:flex-start}
.content-panel h2{margin:0;font-size:calc(17.6px * 2);line-height:1.12}
.content-panel .offer-block p{margin:1.5rem 0 0;line-height:1.81}
.content-panel .offer-block .contact-panel{margin-top:calc(1.5rem * .75);font-size:calc(17.6px * .875);opacity:.82}
.content-panel form{flex:1 1 30rem;min-width:0}
.content-panel fieldset{display:flex;flex-wrap:wrap;gap:1.31rem;margin:0;padding:0;border:0}
.content-panel fieldset label{flex:1 1 15rem;min-width:0}
.content-panel label span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(17.6px * .875)}
.content-panel input,.content-panel textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #E2DCEB;border-radius:0.24rem;background:#FFFFFF;color:#140B26;font:inherit}
.content-panel input:focus,.content-panel textarea:focus{outline:2px solid #A855F7;outline-offset:1px}
.content-panel .focused-actions{display:block;margin-top:1.5rem}
.content-panel textarea{resize:vertical;min-height:7rem}
.content-panel form>p{margin:1.5rem 0;font-size:calc(17.6px * .875);opacity:.82}
.content-panel button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #A855F7;border-radius:0.24rem;background:#A855F7;color:#1A0B2E;font:inherit;cursor:pointer;transition:background 470ms var(--speed-nav),border-color 470ms var(--speed-nav)}
.content-panel button:hover{background:#9333EA;border-color:#9333EA;color:#140B26;}
@media(max-width:720px){.content-panel .compact-frame{display:block}.content-panel form{margin-top:calc(1.31rem * 1.5)}}
.public-area{background:#F4F1F8;color:#241A3A;padding:calc(1.5rem * 2.4) 1.77rem}
.public-area .compact-frame{max-width:1280px;margin:0 auto}
.public-area .active-visual{display:flex;align-items:flex-start;gap:calc(1.31rem * 1.5)}
.public-area .direct-media{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.75rem;box-shadow:0 1px 5px rgba(0,0,0,0.09)}
.public-area .contact-group{flex:1 1 34rem;min-width:0}
.public-area h2{margin:0;font-size:calc(17.6px * 2);line-height:1.15}
.public-area .unit{margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.65}
.public-area .simple-intro{display:flex;flex-direction:column;gap:0;margin-top:calc(1.31rem * 1.5);border-top:1px solid #E2DCEB}
.public-area .page-brand{display:flex;flex-wrap:wrap;gap:1.31rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #E2DCEB}
.public-area .active-entries{flex:0 0 11rem;font-size:calc(17.6px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.75}
.public-area .clear-quote{flex:1 1 16rem;min-width:0;font-size:17.6px;line-height:1.6}
.public-area a.value{text-decoration:none}
.public-area a.value:hover{text-decoration:underline}
.public-area .contact-panel{margin:calc(1.31rem * 1.5) 0 0;font-size:17.6px;line-height:1.7}
.public-area .soft-wrap{display:flex;flex-wrap:wrap;gap:1.31rem;margin-top:calc(1.31rem * 1.5)}
.public-area .soft-wrap a{padding:0.6rem 1rem;border-radius:0.24rem;background:#6D28D9;color:#FFFFFF;text-decoration:none;font-size:calc(17.6px * .875)}
.public-area .soft-wrap a:hover{background:#5B21B6;color:#140B26;}
.public-area .soft-wrap a:not(:first-child){background:transparent;color:#6D28D9;border:1px solid #E2DCEB}
.public-area .soft-wrap a:not(:first-child):hover{border-color:#A855F7}
@media(max-width:760px){.public-area .active-visual{flex-direction:column}.public-area .direct-media{flex-basis:auto;min-width:0;aspect-ratio:16/10}.public-area .active-entries{flex-basis:100%}}
.simple-nav{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: linear-gradient(135deg, #140B26 0%, #3B1D6E 55%, #6D28D9 100%);
  color: #FFFFFF;
}
.simple-nav .compact-frame{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;}
.simple-nav .focused-actions{margin: 0 0 calc(1.31rem * 1.5);
  padding: 1.5rem 0;}
.simple-nav h2{margin: 0;
  font-size: calc(17.6px * 2.65);
  line-height: 1.05;}
.simple-nav .focused-actions p{margin: 1.5rem 0 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.81;}
.simple-nav .simple-benefit{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.31rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.simple-nav .page-visual{flex: 1 1 22rem;}
.simple-nav .page-visual p{margin: 0;
  line-height: 1.81;}
.simple-nav .page-visual p + p{margin-top: calc(1.5rem * .75);
  opacity: .85;}
.simple-nav .local-region{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.simple-nav .local-region a{color: inherit;
  font-size: calc(17.6px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.simple-nav .media-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.simple-nav .media-flow a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.81;}
.simple-nav .media-flow span{display: block;
  margin-top: .35rem;
  font-size: calc(17.6px * .875);
  opacity: .7;}
@media (max-width: 720px) {.simple-nav .simple-benefit{
    display: block;
  }.simple-nav .local-region{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.simple-nav .media-flow a{
    flex: 1 1 100%;
  }
}
.top-plan{
  padding:calc(1.5rem * 2.4) 1.77rem;
  background:var(--surface-strong);
  color:var(--ink-primary);
}
.top-plan .bottom-details{max-width:min(1280px,62rem);
  margin:0 auto;}
.top-plan h2{margin:0 0 1.5rem;
  font-size:calc(17.6px * 2.65);
  line-height:1.08;}
.top-plan .text-summary{margin:0 0 calc(1.31rem * 1.5);
  font-size:calc(17.6px * 1.125);
  line-height:1.81;
  opacity:.78;}
.top-plan .offer-block{margin:0 0 1.5rem;
  padding:0 0 1.5rem;
  border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.top-plan .offer-block p{margin:0;
  font-size:17.6px;
  line-height:1.81;
  opacity:.86;}
.top-plan .narrow-tile{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.31rem * 1.5);}
.top-plan .narrow-tile li{padding:0 0 calc(1.31rem * 1.5);
  border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);}
.top-plan .narrow-tile li:last-child{border-bottom:0;
  padding-bottom:0;}
.top-plan h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.6px * 1.35);
  line-height:1.25;}
.top-plan .narrow-tile p{margin:0;
  font-size:17.6px;
  line-height:1.81;
  opacity:.82;}
.top-plan a{color:#A855F7;
  text-decoration:underline;
  text-underline-offset:3px;}
.top-plan a:hover{color:inherit;}
@media (max-width:640px){.top-plan h2{font-size:calc(17.6px * 2)}.top-plan .text-summary{font-size:17.6px}
}
.direct-callout{padding:calc(1.5rem * 2.4) 1.77rem;background:var(--surface-strong);color:var(--ink-primary)}
.direct-callout .main-view{max-width:min(1280px,60rem);margin:0 auto}
.direct-callout h2{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.direct-callout .offer-block{margin:1.5rem 0 calc(1.31rem * 1.5);font-size:calc(17.6px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-callout .text-team{margin:0 0 1.31rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.direct-callout .text-team:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.direct-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * 1.35);line-height:1.25}
.direct-callout .text-team p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.direct-callout h2{font-size:calc(17.6px * 1.35)}.direct-callout .offer-block{font-size:17.6px}
}
.focused-body{
  padding: calc(1.5rem * 2.4) 1.77rem;
  background: #F4F1F8;
  color: #241A3A;
}
.focused-body .compact-frame{max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.31rem;
  align-items: start;}
.focused-body .team-details{
  padding: calc(1.5rem * .75);
  border-radius: 0.75rem;
  background: var(--surface-strong);
  color: var(--ink-primary);
}
.focused-body .team-details span{display: inline-block;
  font-size: calc(17.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.focused-body h2{margin: calc(1.31rem * 1.5) 0 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.focused-body .team-details p{margin: calc(1.31rem * 1.5) 0 0;
  font-size: 17.6px;
  line-height: 1.81;}
.focused-body .top-service{display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);}
.focused-body .top-service > div{
  padding: calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #FFFFFF;
  color: #140B26;
  border: 1px solid #E2DCEB;
  box-shadow: 0 1px 5px rgba(0,0,0,0.09);
}
.focused-body .top-service strong{display: block;
  font-size: calc(17.6px * 1.125);
  line-height: 1.3;}
.focused-body .top-service p{margin: calc(1.31rem * 1.5) 0 0;
  font-size: 17.6px;
  line-height: 1.81;}
.focused-body .top-service a{text-decoration: underline;
  text-underline-offset: 3px;}
.focused-body .top-service a:hover{}
.focused-body .service-region{display: flex;
  flex-wrap: wrap;
  gap: 1.31rem;
  margin-top: calc(1.31rem * 1.5);
  padding-top: calc(1.31rem * 1.5);
  border-top: 1px solid #E2DCEB;}
.focused-body .service-region a{font-size: calc(17.6px * .875);
  text-decoration: none;
  border-bottom: 1px solid #6D28D9;
  padding-bottom: 2px;}
@media (max-width: 820px) {.focused-body .compact-frame{
    grid-template-columns: 1fr;
  }
}
.page-proof{--layer-base:calc(1.5rem * 1.24);--state-control:calc(1280px / 1.9);padding:calc(1.5rem * 2.4) 1.77rem;background:#F4F1F8;color:#241A3A;}
.page-proof .compact-frame{max-width:1280px;margin:0 auto;}
.page-proof h2,.page-proof p{margin:0;}
.page-proof h2{font-size:calc(17.6px * 2);line-height:1.12;}
.page-proof p{font-size:17.6px;line-height:1.81;}
.page-proof a{color:inherit;text-decoration:none;}
.page-proof .contact-media{display:flex;flex-direction:column;gap:calc(1.31rem * 1.5);}
.page-proof .visual-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-proof .unit{max-width:var(--state-control);}
.page-proof .media-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid #E2DCEB;}
.page-proof .simple-actions{max-width:var(--state-control);}
.page-proof .service-note{display:flex;flex-wrap:wrap;align-items:center;gap:1.31rem;}
.page-proof .fresh-note{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#6D28D9;color:#FFFFFF;font-weight:600;transition:background 470ms var(--speed-nav);}
.page-proof .fresh-note:hover{background:#5B21B6;color:#140B26;}
.page-proof .service-region{font-size:calc(17.6px * .875);color:#6D28D9;border-bottom:1px solid transparent;transition:color 470ms var(--speed-nav),border-color 470ms var(--speed-nav);}
.page-proof .service-region:hover{color:inherit;border-color:#A855F7;}
.page-proof .contact-panel{font-size:calc(17.6px * .875);max-width:var(--state-control);}
@media (max-width:640px){.page-proof .service-note{flex-direction:column;align-items:flex-start;}.page-proof .fresh-note{width:100%;}
}
.clear-flow{
  background: #FFFFFF;
  color: #140B26;
  padding: calc(1.5rem * 2.4) 1.77rem;
}
.clear-flow .compact-frame{width: min(100%, 1280px);
  margin: 0 auto;}
.clear-flow .active-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);}
.clear-flow .simple-actions{display: flex;
  align-items: flex-end;
  gap: calc(1.31rem * 1.5);}
.clear-flow h1{flex: 0 1 420px;
  margin: 0;
  font-size: clamp(calc(17.6px * 2), 6vw, calc(17.6px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.clear-flow .simple-actions p{flex: 1 1 340px;
  margin: 0;
  min-width: 0;
  font-size: calc(17.6px * 1.125);
  line-height: 1.81;
  color: #241A3A;}
.clear-flow .top-items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.31rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.75rem;
  background: #F4F1F8;
  color: #241A3A;
}
.clear-flow a{color: inherit;
  text-decoration: none;}
.clear-flow .fresh-note{
  padding: 12px 18px;
  border-radius: 0.53rem;
  background: #6D28D9;
  color: #FFFFFF;
  font-weight: 600;
  transition: background 470ms var(--speed-nav);
}
.clear-flow .fresh-note:hover{
  background: #5B21B6;color:#140B26;}
.clear-flow .fresh-quote{display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  min-width: 0;}
.clear-flow .fresh-quote a{color: #6D28D9;
  border-bottom: 1px solid transparent;
  transition: color 470ms var(--speed-nav), border-color 470ms var(--speed-nav);}
.clear-flow .fresh-quote a:hover{color:inherit;
  border-bottom-color: #A855F7;}
.clear-flow .contact-brand{display: flex;
  flex-direction: column;
  gap: calc(1.31rem * 1.5);
  padding-top: calc(1.31rem * 1.5);
  border-top: 1px solid #E2DCEB;}
.clear-flow .contact-brand p{margin: 0;
  font-size: 17.6px;
  line-height: 1.81;
  color: #241A3A;}
.clear-flow .contact-brand p a{color: #6D28D9;
  border-bottom: 1px solid #E2DCEB;}
.clear-flow .contact-brand p a:hover{color:inherit;
  border-bottom-color: #A855F7;}
.clear-flow .service-region{display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;}
.clear-flow .service-region a{font-size: calc(17.6px * .875);
  color: #241A3A;
  letter-spacing: 0.02em;}
.clear-flow .service-region a:hover{color:inherit;}
@media (max-width: 720px) {.clear-flow .simple-actions{
    align-items: flex-start;
    flex-direction: column;
  }.clear-flow .top-items{
    align-items: flex-start;
    flex-direction: column;
  }
}
