*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
a{color:inherit;}
.media-header {
    width: 100%;
    background: #F4F1FF;
    color: #1B1A26;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.page-stack {
    max-width: 1620px;
    margin: 0 auto;
    padding: 1.5rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.38rem;
  }
.text-rail {
    display: flex;
    align-items: center;
    gap: calc(1.38rem * 1.5);
    flex: 1 1 auto;
    min-width: 0;
  }
:root {
  --tone-warm: #7C4DFF;
  --delay-slow: cubic-bezier(0.4,0,0.2,1);
  --tone-deep: #F4F1FF;
}
.plain-feature {
    font-size: calc(19.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1B1A26;
    text-decoration: none;
    white-space: nowrap;
  }
.plain-feature:hover {
    color: #22D3C5;
  }
.wide-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.38rem * 1.25);
  }
.wide-wrap a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 19.3px;
    color: #1B1A26;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--delay-slow),
                border-color 460ms var(--delay-slow);
  }
.wide-wrap a:hover {
    color: #22D3C5;
    border-bottom-color: #22D3C5;
  }
.secondary-tile {
    display: flex;
    align-items: center;
    gap: 1.38rem;
    flex: 0 0 auto;
  }
.primary-group {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #22D3C5;
    color: #0B1F1D;
    border-radius: 0.42rem;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 460ms var(--delay-slow),
                transform 460ms var(--delay-slow);
  }
.primary-group:hover{
    background: #4FE3D6;
    transform: translateY(-1px);color:#EDEBF4;}
.clear-media {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.3rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.clear-media span{
    display: block;
    width: 20px;
    height: 2px;
    background: #1B1A26;
    border-radius: 2px;
    transition: transform 460ms var(--delay-slow),
                opacity 460ms var(--delay-slow);color:#EDEBF4;}
.clear-media.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.clear-media.is-open span:nth-child(2) {
    opacity: 0;
  }
.clear-media.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .wide-wrap ul {
      gap: 1.38rem;
    }
    .wide-wrap a {
      font-size: calc(19.3px * .875);
    }
    .primary-group {
      padding: 0.55rem 0.9rem;
      font-size: calc(19.3px * .875);
    }
  }
@media (max-width: 767px) {
    .page-stack {
      flex-wrap: wrap;
      align-items: center;
    }

    .text-rail {
      flex: 1 1 auto;
    }

    .clear-media {
      display: flex;
    }

    .primary-group {
      display: none;
    }

    .wide-wrap {
      display: none;
      flex-basis: 100%;
      width: 100%;
      margin-top: calc(1.38rem * 1.5);
      padding-top: calc(1.38rem * 1.5);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .wide-wrap.is-open {
      display: block;
    }

    .wide-wrap ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .wide-wrap li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .wide-wrap li:last-child {
      border-bottom: none;
    }

    .wide-wrap a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.3px;
      border-bottom: none;
    }

    .wide-wrap a:hover {
      border-bottom-color: transparent;
    }
  }
.soft-region{font-family:"Rubik", sans-serif;font-size:19.3px;line-height:1.73;padding:calc(1.5rem * 2.4) 1.8rem;margin-top:calc(1.5rem * 2.4);background:#F4F1FF;color:#1B1A26;}
.media-grid{max-width:1620px;margin:0 auto;display:grid;gap:calc(1.38rem * 1.5)}
.steady-callout{display:grid;grid-template-columns:1.2fr 1fr;gap:calc(1.38rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.99rem;background:rgba(255, 255, 255, 0.06);border:1px solid rgba(255, 255, 255, 0.12)}
.open-intro h2{font-size:calc(19.3px * 1.35);margin:0 0 1.5rem;line-height:1.25}
.open-intro p{margin:0;font-size:19.3px;opacity:0.9}
.text-story{display:grid;gap:1.5rem;align-content:start}
.text-story label{font-size:calc(19.3px * .875);font-weight:600}
.steady-area{display:flex;gap:1.38rem;flex-wrap:wrap}
.steady-area input{flex:1 1 200px;min-width:0;padding:0.75rem 1rem;border-radius:0.42rem;border:1px solid rgba(255, 255, 255, 0.25);background:rgba(0, 0, 0, 0.2);color:inherit;font:inherit}
.steady-area input::placeholder{}
.steady-area button{padding:0.75rem 1.25rem;border-radius:0.42rem;border:none;background:#22D3C5;color:#0B1F1D;font:inherit;font-weight:600;cursor:pointer;transition:background 460ms var(--delay-slow)}
.steady-area button:hover{background:#4FE3D6;color:#EDEBF4;}
.text-story small{font-size:calc(19.3px * .875);opacity:0.75}
.active-note{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.38rem * 1.5)}
.image h3{font-size:19.3px;margin:0 0 1.5rem;letter-spacing:0.02em;text-transform:uppercase;opacity:0.85}
.image ul{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.image a{color:inherit;text-decoration:none;font-size:19.3px;transition:opacity 460ms var(--delay-slow)}
.image a:hover{opacity:0.75;text-decoration:underline;color:inherit}
.contact-unit{padding:calc(1.5rem * .75);border-radius:0.99rem;background:rgba(255, 255, 255, 0.06);border:1px solid rgba(255, 255, 255, 0.12)}
.contact-unit h3{font-size:19.3px;margin:0 0 1.5rem;letter-spacing:0.02em;text-transform:uppercase;opacity:0.85}
.contact-unit ul{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.contact-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.contact-unit a:hover{opacity:0.75;color:inherit}
.wide-grid{font-weight:600;margin-right:0.25rem}
.service-fields{display:grid;gap:1.5rem;padding-top:calc(1.38rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(19.3px * .875)}
.featured-block{margin:0;opacity:0.85;max-width:70ch}
.active-benefit{margin:0;opacity:0.75}
.soft-frame{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.38rem}
.soft-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.soft-frame a:hover{opacity:0.75;color:inherit}
@media (max-width: 900px) {.steady-callout{grid-template-columns:1fr}.active-note{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.active-note{grid-template-columns:1fr}
  }
.cookies {
  position: fixed;
  top: 50%;
  right: calc(1.38rem * 1.5);
  transform: translateY(-50%);
  z-index: 9999;
  width: 260px;
  max-width: calc(100vw - 2rem);
  background: #2C2A3A;
  color: #EDEBF4;
  border: 1px solid var(--line-deep, rgba(0,0,0,0.12));
  border-radius: 0.99rem;
  box-shadow: var(--shadow-soft, 0 6px 20px rgba(0,0,0,0.12));
  font-family: "Rubik", sans-serif;
  font-size: calc(19.3px * .875);
  line-height: 1.73;
  padding: calc(1.5rem * .75);
}
.cookies .text-items{display: flex;
  flex-direction: column;
  gap: 1.38rem;}
.cookies .open-links{margin: 0;
  font-size: 19.3px;
  font-weight: 600;
  letter-spacing: 0.01em;}
.cookies .strong-list{margin: 0;
  color: #B6B2C6;
  font-size: calc(19.3px * .875);}
.cookies .focused-frame{display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.25rem;}
.cookies .site-unit{display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font: inherit;
  font-size: calc(19.3px * .875);
  border-radius: 0.3rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 460ms var(--delay-slow, ease);}
.cookies .cookie-accept {
  background: var(--tone-warm, #1f4d3a);
  color: var(--tone-deep, #ffffff);
  border-color: var(--tone-warm, #1f4d3a);
}
.cookies .cookie-accept:hover{
  background: #9A74FF;
  border-color: #9A74FF;color:#EDEBF4;}
.cookies .cookie-reject {
  background: transparent;
  color: #EDEBF4;
  border-color: var(--line-deep, rgba(0,0,0,0.2));
}
.cookies .cookie-reject:hover{
  background: var(--line-soft, rgba(0,0,0,0.06));color:#EDEBF4;}
.cookies .cookie-manage {
  background: transparent;
  color: #7C4DFF;
  border-color: transparent;
  text-decoration: underline;
  padding: 0.35rem 0.5rem;
}
.cookies .cookie-manage:hover{color: #22D3C5;}
@media (max-width: 480px) {
  .cookies {
    right: 0.5rem;
    left: 0.5rem;
    width: auto;
    max-width: none;
  }
}
.compact-story{
    background: var(--tone-panel, linear-gradient(135deg, #2C2A3A 0%, #3A2E5C 48%, #1F3B3E 100%));
    color: #EDEBF4;
    padding: 72px 24px 64px;
  }
.compact-story .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.compact-story h1{margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.12;
    letter-spacing: -0.01em;}
.compact-story .primary-contact{margin: 0 0 28px;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 52ch;
    opacity: 0.92;}
.compact-story .team-quote{
    display: inline-block;
    background: #7C4DFF;
    color: #F4F1FF;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.18s ease;
  }
.compact-story .team-quote:hover{
    background: #9A74FF;color:#EDEBF4;}
.compact-story .person{border-left: 2px solid var(--tone-base, #22D3C5);
    padding: 4px 0 4px 22px;
    margin-top: 8px;}
.compact-story .clear-header{margin: 0 0 12px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.compact-story .person p{margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.88;}
.compact-story .values{display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;}
.compact-story .values a{color:inherit;
    text-decoration: none;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 2px;
    align-self: flex-start;}
.compact-story .values a:hover{border-bottom-color: var(--tone-base, #22D3C5);}
@media (max-width: 820px) {.compact-story{
      padding: 52px 20px 48px;
    }.compact-story .strong-body{
      grid-template-columns: 1fr;
      gap: 34px;
    }.compact-story .person{
      margin-top: 0;
    }
  }
.compact-story{
  background: #F4F1FF;
  color: #1B1A26;
}
.open-header{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.open-header .strong-body{max-width: 880px;
    margin: 0 auto;}
.open-header h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.open-header .simple-header{max-width: 620px;
    margin: 0 0 48px;color:inherit;
    font-size: 1.02rem;
    line-height: 1.6;}
.open-header .active-frame{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 44px;}
.open-header .person{padding-left: 22px;
    border-left: 2px solid #7C4DFF;}
.open-header .person:nth-child(2){border-left-color: var(--tone-base, #22D3C5);
    padding-left: 30px;}
.open-header .person:nth-child(3){border-left-color: rgba(124, 77, 255, 0.45);
    padding-left: 16px;}
.open-header .person h3{margin: 0 0 6px;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 600;}
.open-header .person h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(124, 77, 255, 0.5);
    padding-bottom: 2px;}
.open-header .person h3 a:hover{border-bottom-color: var(--tone-base, #22D3C5);}
.open-header .primary-contact{margin: 0 0 12px;
    font-size: 0.9rem;color:inherit;
    letter-spacing: 0.01em;}
.open-header .person p:last-child{margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;
    max-width: 660px;}
@media (max-width: 640px) {.open-header{
      padding: 52px 18px 64px;
    }.open-header .active-frame{
      gap: 34px;
    }.open-header .person,
    .open-header .person:nth-child(2),
    .open-header .person:nth-child(3){
      padding-left: 14px;
    }
  }
.open-header{
  background: #232230;
  color: #EDEBF4;
}
.fresh-plan{
    --paint-inverse: #232230;
    --paint-clear: #EDEBF4;
    --tone-page: #B6B2C6;
    --type-small: rgba(124, 77, 255, 0.28);
    --tone-extra-13: #22D3C5;

    background: var(--paint-inverse);
    color: var(--paint-clear);
    padding: 72px 24px 88px;
  }
.fresh-plan .strong-body{max-width: 760px;
    margin: 0 auto;}
.fresh-plan h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.fresh-plan .simple-header{margin: 0 0 48px;
    max-width: 60ch;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-plan .active-frame{margin: 0;
    padding: 0;
    border-top: 1px solid var(--type-small);}
.fresh-plan .person{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 26px 0;
    border-bottom: 1px solid var(--type-small);}
.fresh-plan .person dt{font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.4;
    position: relative;
    padding-left: 16px;}
.fresh-plan .person dt::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: var(--tone-extra-13);
    border-radius: 50%;color:#EDEBF4;}
.fresh-plan .person dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 640px) {.fresh-plan{
      padding: 56px 20px 64px;
    }.fresh-plan h2{
      font-size: 1.45rem;
    }.fresh-plan .person{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }
  }
.fresh-plan{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 5.5rem 1.5rem 4rem;
  }
.compact-links .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.compact-links .simple-header h1{margin: 0 0 1.1rem;
    font-size: clamp(2.1rem, 4.4vw, 3.1rem);
    line-height: 1.1;
    letter-spacing: -0.01em;}
.compact-links .simple-header p{margin: 0;
    max-width: 46ch;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #B6B2C6;}
.compact-links .person{border-left: 3px solid #7C4DFF;
    padding: 0.35rem 0 0.35rem 1.4rem;
    margin-top: 0.6rem;}
.compact-links .person p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #B6B2C6;}
@media (max-width: 760px) {.compact-links{
      padding: 3.5rem 1.25rem 3rem;
    }.compact-links .strong-body{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.compact-links .person{
      margin-top: 0;
    }
  }
.compact-links{
  background: #232230;
  color: #EDEBF4;
}
.text-fields{
    background: #232230;
    color: #EDEBF4;
    padding: 5rem 1.5rem 4.5rem;
  }
.text-fields .strong-body{max-width: 1080px;
    margin: 0 auto;}
.text-fields .simple-header{max-width: 720px;
    margin-bottom: 3rem;}
.text-fields h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.text-fields .narrow-benefit{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.text-fields .primary-menu{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(124, 77, 255, 0.22);}
.text-fields h2{font-size: 1.15rem;
    margin: 0 0 0.9rem;
    letter-spacing: 0.01em;}
.text-fields .primary-menu h2{padding-left: 0.85rem;
    border-left: 3px solid #22D3C5;}
.text-fields p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 1rem;}
.text-fields .primary-menu p:last-child,
  .text-fields .quiet-area p:last-child{margin-bottom: 0;}
.text-fields .local-form h2{border-left-color: #7C4DFF;}
.text-fields .quiet-area{
    margin-top: 2.5rem;
    padding: 1.75rem 2rem;
    background: #2C2A3A;
    color: #EDEBF4;
    border-radius: 14px;
    max-width: 820px;
  }
.text-fields .quiet-area h2{margin-bottom: 0.75rem;}
@media (max-width: 760px) {.text-fields{
      padding: 3.5rem 1.25rem 3rem;
    }.text-fields .primary-menu{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.text-fields .quiet-area{
      padding: 1.5rem 1.25rem;
    }
  }
.text-fields{
  background: #F4F1FF;
  color: #1B1A26;
}
.contact-area{
    --type-extra-25: rgba(124, 77, 255, 0.35);
    --mark-active: #22D3C5;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.contact-area .strong-body{max-width: 880px;
    margin: 0 auto;}
.contact-area .simple-header{max-width: 620px;
    margin-bottom: 56px;}
.contact-area .simple-header h2{font-size: 30px;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-area .simple-header p{margin: 0;
    font-size: 17px;
    line-height: 1.65;color:inherit;}
.contact-area .compact-menu{list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--type-extra-25);}
.contact-area .secondary-footer{position: relative;
    padding: 0 0 40px 32px;}
.contact-area .secondary-footer:last-child{padding-bottom: 8px;}
.contact-area .secondary-footer::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mark-active);color:#EDEBF4;}
.contact-area .media-entries{display: block;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;color:inherit;
    margin-bottom: 6px;}
.contact-area .direct-plan h3{margin: 0 0 8px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;}
.contact-area .direct-plan p{margin: 0;
    font-size: 15.5px;
    line-height: 1.7;color:inherit;
    max-width: 640px;}
.contact-area .person{margin: 48px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--type-extra-25);
    font-size: 15px;
    line-height: 1.7;color:inherit;
    max-width: 620px;}
@media (max-width: 640px) {.contact-area{
      padding: 52px 20px 64px;
    }.contact-area .simple-header h2{
      font-size: 24px;
    }.contact-area .secondary-footer{
      padding-left: 24px;
    }
  }
.contact-area{
  background: #232230;
  color: #EDEBF4;
}
.focused-track{
    background: #232230;
    color: #EDEBF4;
    padding: 5rem 1.5rem 5.5rem;
  }
.focused-track .strong-body{max-width: 760px;
    margin: 0 auto;}
.focused-track h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.2rem;
    letter-spacing: -0.01em;}
.focused-track .simple-header{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    max-width: 62ch;}
.focused-track .steady-wrap{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;}
.focused-track .steady-wrap li{display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr;
    gap: 1.5rem;
    align-items: baseline;}
.focused-track .strong-menu{font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.focused-track .steady-wrap p{margin: 0;
    line-height: 1.6;}
.focused-track .bottom-intro{margin: 3rem 0 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    line-height: 1.65;
    max-width: 62ch;}
@media (max-width: 620px) {.focused-track{
      padding: 3.5rem 1.25rem 4rem;
    }.focused-track .steady-wrap li{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }
.focused-track{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: var(--tone-panel, linear-gradient(135deg, #2C2A3A 0%, #3A2E5C 48%, #1F3B3E 100%));
    color: #EDEBF4;
    padding: 4.5rem 1.5rem 4rem;
  }
.compact-links .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: end;}
.compact-links .simple-header h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.compact-links .simple-header p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 46ch;
    color: #EDEBF4;
    opacity: 0.88;}
.compact-links .person{border-left: 2px solid #22D3C5;
    padding-left: 1.25rem;}
.compact-links .person p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #EDEBF4;
    opacity: 0.78;}
@media (max-width: 760px) {.compact-links{
      padding: 3.25rem 1.25rem 3rem;
    }.compact-links .strong-body{
      grid-template-columns: 1fr;
      gap: 1.75rem;
      align-items: start;
    }.compact-links .person{
      padding-left: 1rem;
    }
  }
.compact-links{
  background: #F4F1FF;
  color: #1B1A26;
}
.bottom-tile{
    --tone-cool: #232230;
    --surface-panel: #EDEBF4;
    --line-light: #B6B2C6;
    --copy-body: rgba(124, 77, 255, 0.28);
    --ink-card: #22D3C5;
    background: var(--tone-cool);
    color: var(--surface-panel);
    padding: 72px 24px 80px;
  }
.bottom-tile .strong-body{max-width: 940px;
    margin: 0 auto;}
.bottom-tile .simple-header{max-width: 640px;
    margin-bottom: 48px;}
.bottom-tile h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.bottom-tile .service-team{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--line-light);}
.bottom-tile .direct-visual{display: flex;
    flex-direction: column;}
.bottom-tile .clear-grid{padding: 26px 0 26px 22px;
    border-top: 1px solid var(--copy-body);
    border-left: 2px solid transparent;
    transition: border-left-color 0.2s ease;}
.bottom-tile .clear-grid:last-child{border-bottom: 1px solid var(--copy-body);}
.bottom-tile .clear-grid:hover{border-left-color: var(--ink-card);}
.bottom-tile .clear-grid h3{margin: 0 0 8px;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.bottom-tile .clear-grid p{margin: 0;
    max-width: 680px;
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--line-light);}
.bottom-tile .quiet-links{margin: 40px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--line-light);}
.bottom-tile .quiet-links a{color: var(--ink-card);
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 1px;}
.bottom-tile .quiet-links a:hover{border-bottom-color: var(--ink-card);}
@media (max-width: 640px) {.bottom-tile{
      padding: 52px 18px 60px;
    }.bottom-tile h2{
      font-size: 1.55rem;
    }.bottom-tile .clear-grid{
      padding-left: 16px;
    }
  }
.bottom-tile{
  background: #232230;
  color: #EDEBF4;
}
.compact-grid{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 80px;
  }
.compact-grid .strong-body{max-width: 780px;
    margin: 0 auto;}
.compact-grid h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.compact-grid .simple-header{margin: 0 0 40px;
    max-width: 620px;
    font-size: 1.02rem;
    line-height: 1.6;}
.compact-grid .content-surface{margin: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.compact-grid .text-grid{padding: 26px 0 28px;
    border-bottom: 1px solid rgba(124, 77, 255, 0.28);}
.compact-grid .text-grid dt{font-size: 1.08rem;
    font-weight: 600;
    margin-bottom: 10px;}
.compact-grid .text-grid dd{margin: 0;
    max-width: 680px;
    line-height: 1.65;
    font-size: 0.97rem;}
.compact-grid .person{margin: 32px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;}
.compact-grid .person a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.45);
    padding-bottom: 1px;}
.compact-grid .person a:hover{border-bottom-color: #9A74FF;}
@media (max-width: 640px) {.compact-grid{
      padding: 52px 18px 60px;
    }.compact-grid .text-grid{
      padding: 22px 0 24px;
    }
  }
.compact-grid{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 88px 24px 72px;
  }
.compact-links .strong-body{max-width: 780px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 20px;
    color: #B6B2C6;
    max-width: 62ch;}
.compact-links .person{font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    color: #B6B2C6;
    max-width: 62ch;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 20px 52px;
    }.compact-links h1{
      margin-bottom: 18px;
    }
  }
.fresh-plan{
    --copy-small: rgba(124, 77, 255, 0.28);
    --layer-public: #2C2A3A;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 80px;
  }
.fresh-plan .strong-body{max-width: 880px;
    margin: 0 auto;}
.fresh-plan .text-tile{max-width: 620px;
    margin-bottom: 40px;}
.fresh-plan h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.fresh-plan .simple-header{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fresh-plan .active-frame{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--copy-small);}
.fresh-plan .person{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 24px 32px;
    padding: 26px 0;
    border-bottom: 1px solid var(--copy-small);}
.fresh-plan .person h3{margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;}
.fresh-plan .person p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.fresh-plan .bottom-intro{margin: 36px 0 0;
    max-width: 640px;
    font-size: 0.98rem;
    line-height: 1.65;}
.fresh-plan .contact-view{margin: 12px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.fresh-plan a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.fresh-plan a:hover{border-bottom-color: rgba(154, 116, 255, 0.5);}
@media (max-width: 680px) {.fresh-plan{
      padding: 56px 20px 64px;
    }.fresh-plan .person{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }
  }
.bottom-tile{
    background: #232230;
    color: #EDEBF4;
    padding: 88px 24px 96px;
  }
.bottom-tile .strong-body{max-width: 860px;
    margin: 0 auto;}
.bottom-tile h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.bottom-tile .simple-header{max-width: 620px;
    margin: 0 0 56px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #B6B2C6;}
.bottom-tile .direct-visual{display: flex;
    flex-direction: column;
    gap: 44px;}
.bottom-tile .clear-grid{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    align-items: start;}
.bottom-tile .clear-grid h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0;
    color: #EDEBF4;}
.bottom-tile .clear-grid p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #B6B2C6;}
.bottom-tile .values{margin: 64px 0 0;
    padding-top: 28px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #B6B2C6;}
.bottom-tile .values a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.45);
    padding-bottom: 1px;}
.bottom-tile .values a:hover{color: #9A74FF;
    border-bottom-color: #9A74FF;}
@media (max-width: 640px) {.bottom-tile{
      padding: 64px 20px 72px;
    }.bottom-tile h2{
      font-size: 1.6rem;
    }.bottom-tile .simple-header{
      margin-bottom: 40px;
    }.bottom-tile .direct-visual{
      gap: 36px;
    }.bottom-tile .clear-grid{
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 96px 24px 88px;
    border-bottom: 1px solid rgba(124, 77, 255, 0.22);
  }
.compact-links .strong-body{max-width: 720px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 20px;}
.compact-links .simple-header{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 60ch;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 20px 56px;
    }.compact-links .simple-header{
      font-size: 1rem;
    }
  }
.compact-menu{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-menu .strong-body{max-width: 880px;
    margin: 0 auto;}
.compact-menu .text-tile{max-width: 620px;
    margin-bottom: 3rem;}
.compact-menu .text-tile h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.compact-menu .simple-header{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;color:inherit;}
.compact-menu .strong-surface{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.compact-menu .secondary-footer{display: grid;
    grid-template-columns: 130px 1fr;
    gap: 2rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(124, 77, 255, 0.18);}
.compact-menu .offer-headline{font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    padding-top: 0.35rem;}
.compact-menu .text-grid h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;
    line-height: 1.35;}
.compact-menu .text-grid p{margin: 0 0 0.5rem;
    font-size: 0.98rem;
    line-height: 1.6;color:inherit;}
.compact-menu .text-grid .person{margin: 0;
    font-size: 0.9rem;color:inherit;
    opacity: 0.85;}
.compact-menu .bottom-intro{margin: 2.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;color:inherit;
    max-width: 620px;}
@media (max-width: 640px) {.compact-menu{
      padding: 3rem 1.15rem 3.5rem;
    }.compact-menu .text-tile h2{
      font-size: 1.5rem;
    }.compact-menu .secondary-footer{
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding: 1.4rem 0;
    }.compact-menu .offer-headline{
      padding-top: 0;
    }
  }
.compact-menu{
  background: #232230;
  color: #EDEBF4;
}
.offer-callout{
    --type-extra-25: rgba(124, 77, 255, 0.28);
    --layer-base: #2C2A3A;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 80px;
  }
.offer-callout .strong-body{max-width: 1080px;
    margin: 0 auto;}
.offer-callout .service-team{max-width: 620px;
    margin-bottom: 48px;}
.offer-callout h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.offer-callout .simple-header{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;}
.offer-callout .values{display: grid;
    grid-template-columns: minmax(220px, 1fr) 1.6fr;
    gap: 48px;
    align-items: start;
    border-top: 1px solid var(--type-extra-25);
    padding-top: 40px;}
.offer-callout .main-wrap h3{font-size: 1.05rem;
    margin: 0 0 12px;}
.offer-callout .main-wrap p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 14px;}
.offer-callout .strong-surface{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.offer-callout .secondary-footer{display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--type-extra-25);}
.offer-callout .secondary-footer:last-child{border-bottom: none;
    padding-bottom: 0;}
.offer-callout .quiet-unit{font-size: 0.85rem;
    letter-spacing: 0.08em;
    padding-top: 4px;}
.offer-callout .secondary-footer h3{font-size: 1rem;
    margin: 0 0 6px;}
.offer-callout .secondary-footer p{font-size: 0.94rem;
    line-height: 1.6;
    margin: 0;}
.offer-callout .person{margin: 44px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.offer-callout .person a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.offer-callout .person a:hover{border-bottom-color: rgba(154, 116, 255, 0.5);}
@media (max-width: 720px) {.offer-callout{
      padding: 56px 20px 64px;
    }.offer-callout .values{
      grid-template-columns: 1fr;
      gap: 32px;
    }.offer-callout h2{
      font-size: 1.55rem;
    }
  }
.offer-callout{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 88px 24px 72px;
  }
.compact-links .strong-body{max-width: 720px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;
    max-width: 60ch;
    color: #B6B2C6;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 20px 52px;
    }.compact-links .simple-header{
      font-size: 1rem;
    }
  }
.compact-grid{
    background: #232230;
    color: #EDEBF4;
    padding: 64px 24px 72px;
  }
.compact-grid .strong-body{max-width: 760px;
    margin: 0 auto;}
.compact-grid h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.compact-grid .simple-header{margin: 0 0 36px;
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.6;}
.compact-grid .content-surface{margin: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.compact-grid .text-grid{padding: 22px 0 24px;
    border-bottom: 1px solid rgba(124, 77, 255, 0.18);}
.compact-grid .text-grid dt{font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;}
.compact-grid .text-grid dd{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;
    max-width: 640px;}
.compact-grid .text-grid dd a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 1px;}
.compact-grid .text-grid dd a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 560px) {.compact-grid{
      padding: 48px 18px 56px;
    }.compact-grid h2{
      font-size: 1.45rem;
    }.compact-grid .text-grid{
      padding: 18px 0 20px;
    }
  }
.steady-grid{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.25rem 5rem;
  }
.steady-grid .strong-body{max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.steady-grid .simple-header{max-width: 640px;}
.steady-grid .simple-header h2{margin: 0 0 0.85rem;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.steady-grid .simple-header p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #B6B2C6;}
.steady-grid .focused-visual{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: start;}
.steady-grid .secondary-panel h3{margin: 0 0 0.6rem;
    font-size: 1.12rem;
    line-height: 1.35;}
.steady-grid .secondary-panel p{margin: 0 0 0.7rem;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #B6B2C6;}
.steady-grid .secondary-panel .content-team{font-size: 0.88rem;
    color: #B6B2C6;
    padding-left: 0.85rem;
    border-left: 2px solid #22D3C5;
    margin-bottom: 0.9rem;}
.steady-grid .values{display: inline-block;
    font-size: 1rem;
    color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 2px;}
.steady-grid .values:hover{color: #9A74FF;
    border-bottom-color: #9A74FF;}
.steady-grid .person{border-top: 1px solid rgba(124, 77, 255, 0.28);
    padding-top: 1.5rem;
    max-width: 720px;}
.steady-grid .person p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #B6B2C6;}
.steady-grid .person a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(124, 77, 255, 0.45);}
.steady-grid .person a:hover{color: #9A74FF;
    border-bottom-color: #9A74FF;}
@media (max-width: 720px) {.steady-grid{
      padding: 3.25rem 1.1rem 3.5rem;
    }.steady-grid .focused-visual{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.steady-grid .simple-header h2{
      font-size: 1.55rem;
    }
  }
.steady-grid{
  background: #232230;
  color: #EDEBF4;
}
.compact-links{
    background: linear-gradient(135deg, #2C2A3A 0%, #3A2E5C 48%, #1F3B3E 100%);
    color: #EDEBF4;
    padding: 96px 24px 72px;
  }
.compact-links .strong-body{max-width: 780px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.075rem;
    line-height: 1.65;
    max-width: 60ch;
    margin: 0;
    color: #B6B2C6;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 20px 48px;
    }.compact-links h1{
      font-size: 1.85rem;
    }.compact-links .simple-header{
      font-size: 1rem;
    }
  }
.visual-area{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem;
  }
.visual-area .strong-body{max-width: 68rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.visual-area .service-team h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.visual-area .service-team .simple-header{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.visual-area .offer-flow{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.visual-area .active-figure{padding-left: 1.25rem;
    border-left: 2px solid #7C4DFF;}
.visual-area .active-figure:nth-child(2n){border-left-color: var(--tone-base, #22D3C5);}
.visual-area .active-figure h3{font-size: 1.05rem;
    margin: 0 0 0.4rem;
    line-height: 1.35;}
.visual-area .active-figure p{margin: 0;
    font-size: 0.94rem;
    line-height: 1.6;}
.visual-area .values{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-deep, rgba(124, 77, 255, 0.28));
    font-size: 0.92rem;
    line-height: 1.6;}
.visual-area .values a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.visual-area .values a:hover{}
@media (max-width: 780px) {.visual-area{
      padding: 3rem 1.25rem;
    }.visual-area .strong-body{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.visual-area{
  background: #F4F1FF;
  color: #1B1A26;
}
.public-benefit{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem;
  }
.public-benefit .strong-body{max-width: 760px;
    margin: 0 auto;}
.public-benefit h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.public-benefit .simple-header{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.25rem;
    max-width: 62ch;
    color: #B6B2C6;}
.public-benefit .active-frame{list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.public-benefit .person{padding: 1.5rem 0;
    border-bottom: 1px solid rgba(124, 77, 255, 0.28);}
.public-benefit .person h3{font-size: 1.05rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.public-benefit .person p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
    max-width: 60ch;}
.public-benefit .page-header{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: #B6B2C6;}
.public-benefit .bottom-intro{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid #22D3C5;
    max-width: 58ch;}
@media (max-width: 640px) {.public-benefit{
      padding: 3rem 1.15rem;
    }.public-benefit h2{
      font-size: 1.4rem;
    }
  }
.public-benefit{
  background: #232230;
  color: #EDEBF4;
}
.open-header{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 80px;
  }
.open-header .strong-body{max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 20px;
    align-items: start;}
.open-header .person{grid-column: 1 / -1;
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.open-header .active-details{margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    font-weight: 600;}
.open-header .simple-header{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.open-header .content-surface{grid-column: 1 / -1;
    margin-top: 24px;
    display: flex;
    flex-direction: column;}
.open-header .text-grid{padding: 22px 0;
    border-top: 1px solid rgba(124, 77, 255, 0.22);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: 48px;
    align-items: baseline;}
.open-header .text-grid:last-child{border-bottom: 1px solid rgba(124, 77, 255, 0.22);}
.open-header .text-grid h3{margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 600;}
.open-header .text-grid h3 a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;}
.open-header .text-grid h3 a:hover{border-bottom-color: #22D3C5;}
.open-header .text-grid p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 720px) {.open-header{
      padding: 56px 20px 64px;
    }.open-header .strong-body{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.open-header .text-grid{
      grid-template-columns: 1fr;
      row-gap: 8px;
      column-gap: 0;
    }
  }
.open-header{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 6.5rem 1.5rem 5rem;
  }
.compact-links .strong-body{max-width: 780px;
    margin: 0 auto;
    padding-left: 1.25rem;
    border-left: 2px solid var(--paint-panel, #22D3C5);}
.compact-links h1{margin: 0 0 1.1rem;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.compact-links .simple-header{margin: 0;
    max-width: 62ch;
    font-size: 1.0625rem;
    line-height: 1.65;}
@media (max-width: 640px) {.compact-links{
      padding: 4.5rem 1.15rem 3.5rem;
    }.compact-links .strong-body{
      padding-left: 1rem;
    }
  }
.clear-visual{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px;
  }
.clear-visual .strong-body{max-width: 880px;
    margin: 0 auto;}
.clear-visual h2{font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.clear-visual .simple-header{font-size: 1.05rem;
    line-height: 1.65;
    color: #B6B2C6;
    margin: 0 0 40px;
    max-width: 62ch;}
.clear-visual .active-frame{display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.clear-visual .person{padding: 26px 0 26px 22px;
    border-bottom: 1px solid rgba(124, 77, 255, 0.18);
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease;}
.clear-visual .person:hover{border-left-color: #22D3C5;}
.clear-visual .person .simple-view{margin: 0 0 12px;
    font-size: 1.02rem;
    line-height: 1.7;}
.clear-visual .person .narrow-shell{margin: 0;
    font-size: 0.88rem;
    color: #B6B2C6;
    letter-spacing: 0.01em;}
.clear-visual .bottom-intro{margin: 36px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #B6B2C6;}
.clear-visual .bottom-intro a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.45);}
.clear-visual .bottom-intro a:hover{border-bottom-color: #22D3C5;}
.clear-visual{
  background: #232230;
  color: #EDEBF4;
}
.public-summary{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem 5rem;
  }
.public-summary .strong-body{max-width: 960px;
    margin: 0 auto;}
.public-summary .service-team{max-width: 620px;
    margin-bottom: 3rem;}
.public-summary h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.public-summary .simple-header{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.public-summary .content-surface{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.public-summary .text-grid{padding: 1.6rem 0;
    border-bottom: 1px solid rgba(124, 77, 255, 0.18);
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 0.4rem 2rem;
    align-items: start;}
.public-summary .text-grid h3{font-size: 1.08rem;
    margin: 0;
    font-weight: 600;}
.public-summary .text-grid .page-header{grid-column: 1;
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    line-height: 1.45;}
.public-summary .text-grid p:last-child{grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.public-summary .person{margin: 2.2rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 640px;}
.public-summary .person a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.5);}
.public-summary .person a:hover{border-bottom-color: rgba(154, 116, 255, 0.6);}
@media (max-width: 640px) {.public-summary{
      padding: 3rem 1.1rem 3.5rem;
    }.public-summary h2{
      font-size: 1.5rem;
    }.public-summary .text-grid{
      grid-template-columns: 1fr;
      gap: 0.3rem;
    }.public-summary .text-grid .page-header,
    .public-summary .text-grid p:last-child{
      grid-column: 1;
      grid-row: auto;
    }
  }
.public-summary{
  background: #F4F1FF;
  color: #1B1A26;
}
.public-visual{
    background: #232230;
    color: #EDEBF4;
    padding: 84px 24px 92px;
  }
.public-visual .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 56px 72px;
    align-items: start;}
.public-visual .simple-header h2{margin: 0 0 18px;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.public-visual .simple-header p{margin: 0;
    max-width: 42ch;
    font-size: 1rem;
    line-height: 1.65;
    color: #B6B2C6;}
.public-visual .top-fields{display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid rgba(124, 77, 255, 0.28);
    padding-left: 32px;}
.public-visual .bottom-team h3{margin: 0 0 8px;
    font-size: 1.08rem;
    line-height: 1.35;}
.public-visual .bottom-team p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #B6B2C6;}
.public-visual .bottom-team:nth-child(2) h3{color: #22D3C5;}
.public-visual .values{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(182, 178, 198, 0.22);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #B6B2C6;}
.public-visual .values a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.5);
    padding-bottom: 1px;}
.public-visual .values a:hover{color: #9A74FF;
    border-bottom-color: #9A74FF;}
@media (max-width: 860px) {.public-visual{
      padding: 60px 20px 68px;
    }.public-visual .strong-body{
      grid-template-columns: 1fr;
      gap: 40px;
    }.public-visual .top-fields{
      border-left: 0;
      border-top: 1px solid rgba(124, 77, 255, 0.28);
      padding-left: 0;
      padding-top: 32px;
    }
  }
.public-visual{
  background: #232230;
  color: #EDEBF4;
}
.compact-links{
    background: linear-gradient(135deg, #2C2A3A 0%, #3A2E5C 48%, #1F3B3E 100%);
    color: #EDEBF4;
    padding: 96px 24px 88px;
  }
.compact-links .strong-body{max-width: 720px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 26px;
    max-width: 62ch;
    color: #EDEBF4;}
.compact-links .person{font-size: 0.94rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(237, 235, 244, 0.18);
    max-width: 58ch;}
@media (max-width: 640px) {.compact-links{
      padding: 68px 20px 64px;
    }.compact-links h1{
      font-size: 1.6rem;
    }
  }
.public-benefit{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px;
  }
.public-benefit .strong-body{max-width: 880px;
    margin: 0 auto;}
.public-benefit .service-team{max-width: 620px;
    margin-bottom: 48px;}
.public-benefit h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.public-benefit .simple-header{font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #B6B2C6;}
.public-benefit .top-inner{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.public-benefit .service-visual{padding: 28px 0;
    border-bottom: 1px solid rgba(124, 77, 255, 0.28);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;}
.public-benefit .focused-plan{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 720px;}
.public-benefit .narrow-shell{margin: 0;
    font-size: 0.95rem;
    font-weight: 600;}
.public-benefit .page-header{margin: 0;
    font-size: 0.85rem;
    color: #B6B2C6;}
@media (min-width: 720px) {.public-benefit .service-visual{
      grid-template-columns: 1fr 200px;
      grid-template-areas:
        "quote who"
        "quote meta";
      column-gap: 32px;
      align-items: start;
    }.public-benefit .focused-plan{ grid-area: quote; }.public-benefit .narrow-shell{ grid-area: who; }.public-benefit .page-header{ grid-area: meta; }
  }
.compact-grid{
    --type-quiet: rgba(124, 77, 255, 0.22);
    background: #232230;
    color: #EDEBF4;
    padding: 88px 24px 96px;
  }
.compact-grid .strong-body{max-width: 880px;
    margin: 0 auto;}
.compact-grid .text-tile{max-width: 620px;
    margin-bottom: 56px;}
.compact-grid .text-tile h2{margin: 0 0 18px;
    font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.compact-grid .simple-header{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.compact-grid .open-body{display: flex;
    flex-direction: column;
    gap: 40px;}
.compact-grid .soft-section{padding-left: 22px;
    border-left: 2px solid var(--type-quiet);}
.compact-grid .soft-section h3{margin: 0 0 10px;
    font-size: 1.06rem;
    line-height: 1.4;
    font-weight: 600;}
.compact-grid .soft-section p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.compact-grid .values{margin: 64px 0 0;
    font-size: 0.95rem;
    line-height: 1.7;}
.compact-grid .values a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.45);
    padding-bottom: 1px;}
.compact-grid .values a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 640px) {.compact-grid{
      padding: 64px 18px 72px;
    }.compact-grid .text-tile{
      margin-bottom: 40px;
    }.compact-grid .open-body{
      gap: 32px;
    }.compact-grid .soft-section{
      padding-left: 16px;
    }
  }
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 96px 24px 88px;
  }
.compact-links .soft-surface{max-width: 760px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.08rem;
    line-height: 1.62;
    margin: 0 0 20px;
    color: #B6B2C6;
    max-width: 62ch;}
.compact-links .person{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    color: #B6B2C6;
    max-width: 58ch;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 20px 60px;
    }.compact-links .simple-header{
      font-size: 1rem;
    }
  }
.content-stack{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.content-stack .strong-body{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.content-stack h2{margin: 0 0 22px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.01em;}
.content-stack .simple-header p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.62;
    max-width: 58ch;}
.content-stack .simple-header p:last-child{margin-bottom: 0;}
.content-stack .public-shell{padding-top: 6px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.content-stack .go{
    display: inline-block;
    margin-top: 18px;
    padding: 14px 26px;
    background: #7C4DFF;
    color: #F4F1FF;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    transition: background 0.18s ease;
  }
.content-stack .go:hover{
    background: #9A74FF;color:#EDEBF4;}
.content-stack .values{margin: 22px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;}
.content-stack .values a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.45);}
.content-stack .values a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 820px) {.content-stack{
      padding: 56px 20px 68px;
    }.content-stack .strong-body{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
.content-stack{
  background: #F4F1FF;
  color: #1B1A26;
}
.public-benefit{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.25rem 4rem;
  }
.public-benefit .strong-body{max-width: 880px;
    margin: 0 auto;}
.public-benefit h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.public-benefit .simple-header{max-width: 62ch;
    margin: 0 0 2.5rem;
    color: #B6B2C6;
    font-size: 1rem;
    line-height: 1.6;}
.public-benefit .top-inner{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.public-benefit .service-visual{padding: 1.5rem 0 1.6rem;
    border-bottom: 1px solid rgba(124, 77, 255, 0.28);}
.public-benefit .focused-plan{margin: 0 0 0.75rem;
    font-size: 1.05rem;
    line-height: 1.6;}
.public-benefit .narrow-shell{margin: 0;
    font-size: 0.92rem;
    color: #B6B2C6;}
.public-benefit .offer-summary{display: block;
    margin-top: 0.2rem;
    font-size: 0.85rem;
    color: #B6B2C6;
    opacity: 0.85;}
.public-benefit .person{margin: 2rem 0 0;
    font-size: 0.9rem;
    color: #B6B2C6;
    line-height: 1.55;}
.public-benefit .person a{color: #22D3C5;
    text-decoration: underline;
    text-underline-offset: 3px;}
.public-benefit .person a:hover{color: #4FE3D6;}
@media (max-width: 640px) {.public-benefit{
      padding: 3rem 1rem 2.5rem;
    }.public-benefit .service-visual{
      padding: 1.25rem 0 1.35rem;
    }
  }
.compact-links{
    --label-heading: rgba(124, 77, 255, 0.35);
    background: var(--tone-panel, linear-gradient(135deg, #2C2A3A 0%, #3A2E5C 48%, #1F3B3E 100%));
    color: #EDEBF4;
    padding: 88px 24px 76px;
  }
.compact-links .strong-body{max-width: 780px;
    margin: 0 auto;
    padding-left: 22px;
    border-left: 2px solid var(--label-heading);}
.compact-links h1{margin: 0 0 22px;
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.compact-links .simple-header{max-width: 640px;}
.compact-links .simple-header p{margin: 0 0 14px;
    font-size: 1.02rem;
    line-height: 1.65;
    opacity: 0.92;}
.compact-links .simple-header p:last-child{margin-bottom: 0;
    opacity: 0.78;}
@media (max-width: 640px) {.compact-links{
      padding: 64px 18px 56px;
    }.compact-links .strong-body{
      padding-left: 16px;
    }
  }
.visual-area{
    --type-extra-36: rgba(124, 77, 255, 0.28);
    --tone-muted: #22D3C5;
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem 5rem;
  }
.visual-area .strong-body{max-width: 46rem;
    margin: 0 auto;}
.visual-area .simple-header{margin-bottom: 2.75rem;}
.visual-area h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 0.85rem;
    letter-spacing: -0.01em;}
.visual-area .service-team{margin: 0;
    max-width: 38rem;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #B6B2C6;}
.visual-area .offer-flow{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--type-extra-36);}
.visual-area .active-figure{padding: 1.5rem 0 1.6rem;
    border-bottom: 1px solid var(--type-extra-36);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;}
.visual-area .active-figure h3{margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    position: relative;
    padding-left: 1rem;}
.visual-area .active-figure h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    background: var(--tone-muted);color:#EDEBF4;}
.visual-area .active-figure p{margin: 0;
    padding-left: 1rem;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #B6B2C6;}
.visual-area .values{margin: 2rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #B6B2C6;}
.visual-area .values a{color: var(--tone-muted);
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.5);}
.visual-area .values a:hover{border-bottom-color: var(--tone-muted);}
@media (min-width: 720px) {.visual-area .active-figure{
      grid-template-columns: 16rem minmax(0, 1fr);
      gap: 1.75rem;
      align-items: baseline;
    }.visual-area .active-figure p{
      padding-left: 0;
    }
  }
.visual-area{
  background: #232230;
  color: #EDEBF4;
}
.offer-callout{
    --font-quiet: rgba(124, 77, 255, 0.28);
    --surface-primary: #22D3C5;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px;
  }
.offer-callout .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 56px;
    align-items: start;}
.offer-callout .main-wrap h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.offer-callout .main-wrap .simple-header{margin: 0 0 22px;
    font-size: 1rem;
    line-height: 1.65;}
.offer-callout .main-wrap .person{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    padding-left: 16px;
    border-left: 2px solid var(--surface-primary);}
.offer-callout .strong-surface{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.offer-callout .secondary-footer{display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 6px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--font-quiet);}
.offer-callout .secondary-footer:last-child{border-bottom: none;
    padding-bottom: 0;}
.offer-callout .secondary-footer .quiet-unit{grid-row: 1 / span 2;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-top: 4px;}
.offer-callout .secondary-footer h3{margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;}
.offer-callout .secondary-footer p{margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.offer-callout .values{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;}
.offer-callout .values a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 1px;}
.offer-callout .values a:hover{border-bottom-color: var(--surface-primary);}
@media (max-width: 780px) {.offer-callout{
      padding: 56px 20px;
    }.offer-callout .strong-body{
      grid-template-columns: 1fr;
      gap: 40px;
    }.offer-callout .main-wrap h2{
      font-size: 1.5rem;
    }
  }
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 96px 24px 88px;
  }
.compact-links .strong-body{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.compact-links .simple-header h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    font-weight: 600;}
.compact-links .simple-header p{font-size: 1.075rem;
    line-height: 1.65;
    margin: 0;
    max-width: 56ch;
    color: #B6B2C6;}
.compact-links .person{padding-left: 22px;
    border-left: 2px solid #22D3C5;
    margin-top: 8px;}
.compact-links .person p{font-size: 0.975rem;
    line-height: 1.6;
    margin: 0;
    color: #B6B2C6;}
@media (max-width: 760px) {.compact-links{
      padding: 64px 20px 60px;
    }.compact-links .strong-body{
      grid-template-columns: 1fr;
      gap: 32px;
    }.compact-links .person{
      padding-left: 16px;
    }
  }
.compact-menu{
    --paint-secondary: rgba(124, 77, 255, 0.35);
    --mark-active: #22D3C5;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.compact-menu .strong-body{max-width: 880px;
    margin: 0 auto;}
.compact-menu .text-tile{max-width: 620px;
    margin-bottom: 56px;}
.compact-menu .text-tile h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 18px;}
.compact-menu .text-tile p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.compact-menu .content-team{list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
    border-left: 2px solid var(--paint-secondary);}
.compact-menu .secondary-footer{position: relative;
    padding: 0 0 40px 24px;}
.compact-menu .secondary-footer:last-child{padding-bottom: 0;}
.compact-menu .secondary-footer::before{
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mark-active);color:#EDEBF4;}
.compact-menu .primary-callout{display: block;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    margin-bottom: 6px;}
.compact-menu .service-inner h3{font-size: 1.12rem;
    margin: 0 0 8px;
    line-height: 1.3;}
.compact-menu .service-inner p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 560px;}
@media (max-width: 560px) {.compact-menu{
      padding: 52px 18px 64px;
    }.compact-menu .content-team{
      padding-left: 20px;
    }.compact-menu .secondary-footer{
      padding-left: 18px;
    }.compact-menu .secondary-footer::before{
      left: -29px;
    }
  }
.compact-menu{
  background: #F4F1FF;
  color: #1B1A26;
}
.top-service{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem;
  }
.top-service .strong-body{max-width: 1080px;
    margin: 0 auto;}
.top-service .service-team{max-width: 640px;
    margin-bottom: 3rem;}
.top-service .service-team h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.top-service .service-team p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #B6B2C6;}
.top-service .narrow-steps{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 3rem;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    padding-top: 2.5rem;}
.top-service .text-grid{padding-left: 1.1rem;
    border-left: 2px solid #7C4DFF;}
.top-service .text-grid:nth-child(even){border-left-color: var(--paint-panel);}
.top-service .text-grid h3{font-size: 1.15rem;
    margin: 0 0 0.25rem;
    line-height: 1.3;}
.top-service .text-grid .offer-summary{margin: 0 0 0.7rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--paint-panel);}
.top-service .text-grid p:last-child{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #B6B2C6;}
@media (max-width: 720px) {.top-service{
      padding: 3rem 1.15rem;
    }.top-service .narrow-steps{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.top-service{
  background: #232230;
  color: #EDEBF4;
}
.contact-area{
    --copy-base: rgba(124, 77, 255, 0.35);
    --state-control: #22D3C5;
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.contact-area .strong-body{max-width: 880px;
    margin: 0 auto;}
.contact-area .service-team{margin-bottom: 56px;}
.contact-area .service-team h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.contact-area .simple-header{max-width: 620px;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.contact-area .compact-menu{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 44px;}
.contact-area .secondary-footer{display: grid;
    grid-template-columns: 96px 1fr;
    gap: 28px;
    align-items: start;
    position: relative;}
.contact-area .media-entries{font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-top: 4px;}
.contact-area .text-grid{position: relative;
    padding-left: 24px;
    border-left: 2px solid var(--copy-base);}
.contact-area .text-grid::before{
    content: "";
    position: absolute;
    left: -6px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--state-control);color:#EDEBF4;}
.contact-area .text-grid h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.3;}
.contact-area .text-grid p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (max-width: 640px) {.contact-area{
      padding: 56px 20px 64px;
    }.contact-area .secondary-footer{
      grid-template-columns: 1fr;
      gap: 8px;
    }.contact-area .text-grid{
      padding-left: 20px;
    }
  }
.contact-area{
  background: #F4F1FF;
  color: #1B1A26;
}
.main-form{
  background: #232230;
  color: #EDEBF4;
  padding: 4rem 1.5rem 5rem;
}
.main-form .strong-body{max-width: 720px;
  margin: 0 auto;}
.main-form .text-tile{margin-bottom: 2.5rem;}
.main-form h1{font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;}
.main-form .narrow-benefit{font-size: 1.1rem;
  color: #B6B2C6;
  margin: 0 0 1rem;
  line-height: 1.5;}
.main-form .page-header{font-size: 0.85rem;
  color: #B6B2C6;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(124, 77, 255, 0.25);}
.main-form .soft-surface{font-size: 1.05rem;
  line-height: 1.75;}
.main-form .soft-surface p{margin: 0 0 1.4rem;}
.main-form .soft-surface p:last-child{margin-bottom: 0;}
.main-form .foot{margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(124, 77, 255, 0.25);}
.main-form .person{font-size: 0.9rem;
  color: #B6B2C6;
  margin: 0 0 1.25rem;}
.main-form .values{display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.main-form .values a{color: #22D3C5;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  align-self: flex-start;}
.main-form .values a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 600px) {.main-form{
    padding: 2.5rem 1.1rem 3.5rem;
  }.main-form .soft-surface{
    font-size: 1rem;
  }
}
.main-form{
  background: #232230;
  color: #EDEBF4;
}
.featured-panel{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 80px;
  }
.featured-panel .strong-body{max-width: 880px;
    margin: 0 auto;}
.featured-panel .service-team{max-width: 620px;
    margin-bottom: 40px;}
.featured-panel h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.featured-panel .simple-header{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;}
.featured-panel .strong-track{display: flex;
    flex-wrap: wrap;
    gap: 40px 56px;
    padding-top: 28px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.featured-panel .narrow-shell{flex: 1 1 320px;}
.featured-panel .narrow-shell h3{font-size: 1.15rem;
    margin: 0 0 6px;}
.featured-panel .offer-summary{font-size: 0.92rem;
    margin: 0 0 14px;}
.featured-panel .narrow-shell p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;}
.featured-panel .primary-method{flex: 1 1 260px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;}
.featured-panel .primary-method li{display: flex;
    flex-direction: column;
    gap: 3px;}
.featured-panel .strong-menu{font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.featured-panel .primary-method a,
  .featured-panel .primary-method address{font-style: normal;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;}
.featured-panel .primary-method a:hover{}
@media (max-width: 640px) {.featured-panel{
      padding: 56px 20px 64px;
    }.featured-panel h2{
      font-size: 1.35rem;
    }
  }
.featured-panel{
  background: #F4F1FF;
  color: #1B1A26;
}
.main-form{
    background: #232230;
    color: #EDEBF4;
    padding: 3.5rem 1.25rem 4rem;
  }
.main-form .strong-body{max-width: 680px;
    margin: 0 auto;}
.main-form .text-plan{margin-bottom: 2.25rem;}
.main-form .page-summary{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #B6B2C6;
    margin: 0 0 0.75rem;}
.main-form h1{font-size: clamp(1.75rem, 4vw, 2.4rem);
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 0.6rem;}
.main-form .page-brand{font-size: 1.05rem;
    color: #B6B2C6;
    margin: 0;
    line-height: 1.5;}
.main-form .quiet-surface p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.main-form .service-body{
    background: #2C2A3A;
    color: #EDEBF4;
    border-left: 3px solid #22D3C5;
    padding: 1.1rem 1.25rem;
    margin: 1.75rem 0;
    border-radius: 0 6px 6px 0;
  }
.main-form .service-body p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.main-form .entry-foot{margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(124, 77, 255, 0.22);}
.main-form .entry-meta{font-size: 0.9rem;
    color: #B6B2C6;
    line-height: 1.6;
    margin: 0;}
.main-form .entry-meta a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.main-form .entry-meta a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 560px) {.main-form{
      padding: 2.5rem 1rem 3rem;
    }.main-form .quiet-surface p{
      font-size: 0.97rem;
    }
  }
.featured-panel{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.featured-panel .strong-body{max-width: 760px;
    margin: 0 auto;}
.featured-panel .service-team{border-left: 3px solid #22D3C5;
    padding-left: 22px;
    margin-bottom: 36px;}
.featured-panel h2{font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.featured-panel .simple-header{margin: 0;
    font-size: 1.05rem;}
.featured-panel .soft-surface{display: flex;
    flex-direction: column;
    gap: 18px;}
.featured-panel .soft-surface p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.featured-panel .soft-surface a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.featured-panel .soft-surface a:hover{}
@media (max-width: 560px) {.featured-panel{
      padding: 52px 18px 64px;
    }.featured-panel .service-team{
      padding-left: 16px;
    }
  }
.main-form{
    --type-extra-25: rgba(124, 77, 255, 0.28);
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.25rem 5rem;
  }
.main-form .strong-body{max-width: 720px;
    margin: 0 auto;}
.main-form .text-tile{border-bottom: 1px solid var(--type-extra-25);
    padding-bottom: 1.75rem;
    margin-bottom: 2.25rem;}
.main-form .page-header{margin: 0 0 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #B6B2C6;}
.main-form h1{margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    line-height: 1.15;
    font-weight: 600;}
.main-form .simple-header{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #B6B2C6;}
.main-form .soft-surface p{margin: 0 0 1.4rem;
    font-size: 1.02rem;
    line-height: 1.75;}
.main-form .soft-surface p:last-child{margin-bottom: 0;}
.main-form .foot{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--type-extra-25);}
.main-form .person{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #B6B2C6;}
.main-form .person a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.main-form .person a:hover{border-bottom-color: #22D3C5;}
.featured-panel{
    background: #232230;
    color: #EDEBF4;
    padding: 64px 24px 72px;
  }
.featured-panel .strong-body{max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 48px 56px;
    align-items: start;}
.featured-panel .person h2{font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 16px;
    font-weight: 600;}
.featured-panel .person p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.featured-panel .strong-track{
    background: #2C2A3A;
    color: #EDEBF4;
    border: 1px solid rgba(124, 77, 255, 0.28);
    border-radius: 14px;
    padding: 28px 26px 30px;
  }
.featured-panel .strong-track h3{margin: 0 0 6px;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.featured-panel .offer-summary{margin: 0 0 18px;
    font-size: 0.9rem;
    line-height: 1.5;}
.featured-panel .open-panel{margin: 0 0 20px;
    font-size: 0.95rem;
    line-height: 1.65;}
.featured-panel .primary-method{margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);
    font-size: 0.92rem;
    line-height: 1.65;}
.featured-panel .primary-method a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.featured-panel .primary-method a:hover{border-bottom-color: #4FE3D6;}
@media (max-width: 720px) {.featured-panel{
      padding: 48px 20px 56px;
    }.featured-panel .strong-body{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 5.5rem 1.5rem 4rem;
  }
.compact-links .strong-body{max-width: 720px;
    margin: 0 auto;}
.compact-links h1{font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.compact-links .simple-header{font-size: 1.075rem;
    line-height: 1.65;
    margin: 0 0 1.6rem;
    max-width: 60ch;}
.compact-links .person{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1rem;
    border-left: 2px solid #22D3C5;
    color: #B6B2C6;
    max-width: 56ch;}
@media (max-width: 640px) {.compact-links{
      padding: 3.5rem 1.25rem 2.75rem;
    }.compact-links h1{
      margin-bottom: 1.1rem;
    }
  }
.wide-feature{
    --font-large: rgba(124, 77, 255, 0.28);
    background: #232230;
    color: #EDEBF4;
    padding: 72px 20px 88px;
  }
.wide-feature .strong-body{max-width: 720px;
    margin: 0 auto;}
.wide-feature .service-team{margin-bottom: 36px;}
.wide-feature .service-team h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.wide-feature .service-team p{margin: 0;
    max-width: 56ch;
    line-height: 1.6;
    font-size: 1rem;}
.wide-feature .fresh-details{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
    padding-top: 28px;
    border-top: 1px solid var(--font-large);}
.wide-feature .text-content{display: flex;
    flex-direction: column;
    gap: 8px;}
.wide-feature .text-content.wide{grid-column: 1 / -1;}
.wide-feature .text-content label{font-size: 0.85rem;
    letter-spacing: 0.02em;}
.wide-feature .text-content input,
  .wide-feature .text-content select,
  .wide-feature .text-content textarea{
    background: #2C2A3A;
    color: #EDEBF4;
    border: 1px solid var(--font-large);
    border-radius: 10px;
    padding: 12px 14px;
    font: inherit;
    font-size: 0.98rem;
    width: 100%;
    box-sizing: border-box;
  }
.wide-feature .text-content input::placeholder,
  .wide-feature .text-content textarea::placeholder{opacity: 0.75;}
.wide-feature .text-content input:focus,
  .wide-feature .text-content select:focus,
  .wide-feature .text-content textarea:focus{outline: none;
    border-color: #22D3C5;}
.wide-feature .text-content textarea{resize: vertical;
    min-height: 90px;}
.wide-feature .media-proof{
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
    background: var(--tone-warm);
    color: var(--tone-deep);
    border: none;
    border-radius: 10px;
    padding: 13px 30px;
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.18s ease;
  }
.wide-feature .media-proof:hover{
    background: #9A74FF;color:#EDEBF4;}
.wide-feature .bottom-benefit{margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--font-large);
    font-size: 0.95rem;
    line-height: 1.7;}
.wide-feature .bottom-benefit p{margin: 0 0 6px;}
.wide-feature .bottom-benefit a{text-decoration: none;
    border-bottom: 1px solid transparent;}
.wide-feature .bottom-benefit a:hover{border-bottom-color: #22D3C5;}
.wide-feature .bottom-benefit .open-region{font-size: 0.9rem;}
@media (max-width: 620px) {.wide-feature{
      padding: 52px 18px 64px;
    }.wide-feature .fresh-details{
      grid-template-columns: 1fr;
      gap: 18px;
    }.wide-feature .service-team h2{
      font-size: 1.55rem;
    }
  }
.wide-feature{
  background: #F4F1FF;
  color: #1B1A26;
}
.media{
    background: #232230;
    color: #EDEBF4;
    padding: 5rem 1.5rem 5.5rem;
  }
.media .strong-body{max-width: 780px;
    margin: 0 auto;}
.media .text-tile{margin-bottom: 3rem;}
.media h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.media .simple-header{margin: 0;
    max-width: 60ch;
    color: #B6B2C6;
    font-size: 1rem;
    line-height: 1.65;}
.media .direct-visual{display: flex;
    flex-direction: column;}
.media .clear-grid{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.5rem;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(124, 77, 255, 0.22);
    align-items: baseline;}
.media .clear-grid:last-child{border-bottom: 1px solid rgba(124, 77, 255, 0.22);}
.media .strong-menu{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #22D3C5;}
.media .page-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.media .page-fields a{color: #EDEBF4;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.55);
    padding-bottom: 1px;
    transition: border-color 0.15s ease, color 0.15s ease;}
.media .page-fields a:hover{color: #22D3C5;
    border-color: #22D3C5;}
.media .person{margin: 2.5rem 0 0;
    max-width: 58ch;
    color: #B6B2C6;
    font-size: 0.95rem;
    line-height: 1.65;}
@media (max-width: 620px) {.media{
      padding: 3.5rem 1.25rem 4rem;
    }.media .clear-grid{
      grid-template-columns: 1fr;
      gap: 0.4rem;
      padding: 1.1rem 0;
    }.media .text-tile{
      margin-bottom: 2.25rem;
    }
  }
.media{
  background: #232230;
  color: #EDEBF4;
}
.soft-grid{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 20px 88px;
  }
.soft-grid .strong-body{max-width: 880px;
    margin: 0 auto;}
.soft-grid .service-team{max-width: 640px;
    margin-bottom: 48px;}
.soft-grid .service-team h2{margin: 0 0 14px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.soft-grid .simple-header{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.soft-grid .active-frame{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 34px;}
.soft-grid .person{padding-top: 22px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.soft-grid .person h3{margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 600;}
.soft-grid .person p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.soft-grid .person a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.5);}
.soft-grid .person a:hover{border-bottom-color: #4FE3D6;}
@media (max-width: 680px) {.soft-grid{
      padding: 56px 18px 68px;
    }.soft-grid .service-team{
      margin-bottom: 36px;
    }.soft-grid .service-team h2{
      font-size: 1.55rem;
    }.soft-grid .active-frame{
      grid-template-columns: 1fr;
      row-gap: 28px;
    }
  }
.soft-grid{
  background: #F4F1FF;
  color: #1B1A26;
}
.local-visual{
    --font-button: rgba(124, 77, 255, 0.28);
    --tone-soft: #B6B2C6;
    background: #232230;
    color: #EDEBF4;
    padding: 64px 20px 72px;
  }
.local-visual .strong-body{max-width: 1080px;
    margin: 0 auto;}
.local-visual .service-team{max-width: 720px;
    margin-bottom: 48px;}
.local-visual h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.local-visual .simple-header{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.local-visual .primary-menu{columns: 2;
    column-gap: 56px;
    column-rule: 1px solid var(--font-button);}
.local-visual .text-grid{break-inside: avoid;
    margin: 0 0 36px;}
.local-visual .text-grid h2{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--font-button);}
.local-visual .text-grid p{font-size: 0.95rem;
    line-height: 1.68;
    margin: 0 0 12px;}
.local-visual .text-grid p:last-child{margin-bottom: 0;}
.local-visual .legal-contact{margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid var(--font-button);
    max-width: 720px;}
.local-visual .legal-contact h2{font-size: 1.05rem;
    margin: 0 0 10px;}
.local-visual .legal-contact p{font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 10px;}
.local-visual .contact-view{display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;}
.local-visual .contact-view a{text-decoration: none;
    border-bottom: 1px solid var(--font-button);
    padding-bottom: 1px;}
.local-visual .contact-view a:hover{color:inherit;
    border-bottom-color: #22D3C5;}
.local-visual .sep{}
.local-visual .address{font-size: 0.9rem;}
@media (max-width: 760px) {.local-visual{
      padding: 44px 18px 56px;
    }.local-visual .primary-menu{
      columns: 1;
      column-rule: none;
    }.local-visual .service-team{
      margin-bottom: 34px;
    }
  }
.local-visual{
  background: #F4F1FF;
  color: #1B1A26;
}
.compact-links{
    background: #232230;
    color: #EDEBF4;
    padding: 5rem 1.5rem 4.5rem;
  }
.compact-links .strong-body{max-width: 62rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2.5rem 3.5rem;
    align-items: start;}
.compact-links h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.compact-links .simple-header{margin: 0;
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 44rem;}
.compact-links .person{margin: 0.35rem 0 0;
    padding-left: 1.1rem;
    border-left: 2px solid #7C4DFF;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #B6B2C6;}
.compact-links .person a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.compact-links .person a:hover{border-bottom-color: #22D3C5;}
@media (max-width: 780px) {.compact-links{
      padding: 3.5rem 1.25rem 3rem;
    }.compact-links .strong-body{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.content-stack{
    background: #232230;
    color: #EDEBF4;
    padding: 72px 24px 88px;
  }
.content-stack .strong-body{max-width: 720px;
    margin: 0 auto;}
.content-stack .person{margin: 0 0 18px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.content-stack h2{margin: 0 0 20px;
    font-size: clamp(1.6rem, 3.4vw, 2.15rem);
    line-height: 1.22;
    font-weight: 600;
    max-width: 22ch;}
.content-stack .simple-view{margin: 0 0 32px;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 58ch;}
.content-stack .values{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(124, 77, 255, 0.28);}
.content-stack .go{
    display: inline-block;
    padding: 12px 22px;
    background: var(--tone-warm);
    color: var(--tone-deep);
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
.content-stack .go:hover{
    background: #9A74FF;color:#EDEBF4;}
.content-stack .quiet-links{text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);
    padding-bottom: 2px;}
.content-stack .quiet-links:hover{border-bottom-color: #22D3C5;}
@media (max-width: 520px) {.content-stack{
      padding: 56px 20px 72px;
    }.content-stack .values{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.focused-figure{
    background: #232230;
    color: #EDEBF4;
    padding: 4.5rem 1.5rem 5rem;
  }
.focused-figure .strong-body{max-width: 780px;
    margin: 0 auto;}
.focused-figure .simple-header{border-bottom: 1px solid rgba(124, 77, 255, 0.28);
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;}
.focused-figure h1{font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.focused-figure .service-team{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    max-width: 62ch;
    color: #B6B2C6;}
.focused-figure .strong-surface{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2.75rem;}
.focused-figure .secondary-footer h2{font-size: 1.05rem;
    margin: 0 0 0.6rem;
    color: #22D3C5;
    font-weight: 600;
    letter-spacing: 0.01em;}
.focused-figure .secondary-footer p{margin: 0;
    line-height: 1.65;
    font-size: 0.97rem;}
.focused-figure .primary-method{
    background: #2C2A3A;
    color: #EDEBF4;
    border: 1px solid rgba(124, 77, 255, 0.28);
    border-radius: 10px;
    padding: 1.75rem 1.85rem;
    margin-bottom: 2.25rem;
  }
.focused-figure .primary-method h2{font-size: 1.1rem;
    margin: 0 0 0.6rem;}
.focused-figure .primary-method > p{margin: 0 0 1.25rem;
    line-height: 1.65;
    font-size: 0.96rem;
    color: #B6B2C6;}
.focused-figure .page-rail{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;}
.focused-figure .page-rail li{font-size: 0.96rem;
    line-height: 1.5;}
.focused-figure .page-rail .strong-menu{display: inline-block;
    min-width: 5.5rem;
    color: #B6B2C6;}
.focused-figure .page-rail a{color: #22D3C5;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 197, 0.4);}
.focused-figure .page-rail a:hover{color: #4FE3D6;
    border-bottom-color: #4FE3D6;}
.focused-figure .values{margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #B6B2C6;}
.focused-figure .values a{color: #9A74FF;
    text-decoration: none;
    border-bottom: 1px solid rgba(154, 116, 255, 0.4);}
.focused-figure .values a:hover{border-bottom-color: #EDEBF4;}
@media (max-width: 620px) {.focused-figure{
      padding: 3rem 1.15rem 3.5rem;
    }.focused-figure .strong-surface{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.focused-figure .primary-method{
      padding: 1.35rem 1.25rem;
    }.focused-figure .page-rail .strong-menu{
      display: block;
      min-width: 0;
      margin-bottom: 0.1rem;
    }
  }
.focused-figure{
  background: #232230;
  color: #EDEBF4;
}
.404{
    background: #232230;
    color: #EDEBF4;
    padding: 96px 24px 104px;
  }
.404 .strong-body{
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
.404 .simple-header h1{
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
  }
.404 .simple-header p{
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 60ch;
  }
.404 .person{
    margin: 0;
    padding-left: 16px;
    border-left: 2px solid #22D3C5;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #B6B2C6;
    max-width: 58ch;
  }
.404 .values{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    align-items: center;
    padding-top: 6px;
  }
.404 .values a{
    color: #EDEBF4;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid rgba(237, 235, 244, 0.28);
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
  }
.404 .values a:hover{
    border-color: #22D3C5;
    color: #22D3C5;
  }
.404 .values .plain-figure{
    background: var(--tone-warm);
    color: var(--tone-deep);
    border: none;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 500;
  }
.404 .values .plain-figure:hover{
    background: #9A74FF;
    color: var(--tone-deep);
  }
@media (max-width: 560px) {.404{
      padding: 64px 20px 72px;
    }.404 .values{
      gap: 16px 20px;
    }
  }
.404{
  background: #232230;
  color: #EDEBF4;
}
