:root {
  --speed-soft: cubic-bezier(0.2,0.8,0.2,1);
}
body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.top-grid {
    width: 100%;
    background: #0a1018;
    color: #e6ebf2;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);
  }
.soft-entries {
    max-width: 1480px;
    margin: 0 auto;
    padding: 1.5rem 2.69rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.39rem;
  }
.strong-panel {
    font-size: calc(17.4px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #e6ebf2;
    text-decoration: none;
    line-height: 1;
  }
.strong-panel:hover {
    color: #f5b544;
  }
.team-frame {
    display: flex;
    align-items: center;
    gap: calc(1.39rem * 1.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.team-frame a {
    display: inline-block;
    font-size: calc(17.4px * .875);
    color: #e6ebf2;
    text-decoration: none;
    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid transparent;
    transition: color 320ms var(--speed-soft),
                border-color 320ms var(--speed-soft);
  }
.team-frame a:hover {
    color: #f5b544;
    border-bottom-color: #f5b544;
  }
.simple-callout {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(120, 140, 165, 0.22);
    border-radius: 0.28rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.site-surface{
    display: block;
    width: 20px;
    height: 2px;
    background: #e6ebf2;
    border-radius: 2px;
    transition: transform 320ms var(--speed-soft),
                opacity 320ms var(--speed-soft);color:#e6ebf2;}
.simple-callout[aria-expanded="true"] .site-surface:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.simple-callout[aria-expanded="true"] .site-surface:nth-child(2) {
    opacity: 0;
  }
.simple-callout[aria-expanded="true"] .site-surface:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .simple-callout {
      display: flex;
    }

    .quiet-story {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(1.39rem * 1.5);
      padding-top: calc(1.39rem * 1.5);
      border-top: 1px solid rgba(120, 140, 165, 0.22);
    }

    .quiet-story.is-open {
      display: block;
    }

    .soft-entries {
      flex-wrap: wrap;
    }

    .team-frame {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.39rem * 1.5);
    }

    .team-frame a {
      font-size: 17.4px;
      padding: 0.25rem 0;
    }
  }
.wide-figure{padding:calc(1.5rem * 2.4) 2.69rem;font-family:"Sora", sans-serif;font-size:calc(17.4px * .875);line-height:1.71;border-top:1px solid rgba(255, 255, 255, 0.08);background:#e6ebf2;color:#0d131c;}
.media-content{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(260px, 1.1fr) minmax(0, 2fr) minmax(220px, 1fr);gap:calc(1.39rem * 1.5);align-items:start}
.compact-brand{display:flex;flex-direction:column;gap:1.5rem}
.plain-plan{display:inline-block;font-size:calc(17.4px * 1.125);font-weight:700;letter-spacing:0.02em;color:inherit;text-decoration:none}
.plain-plan:hover{color:inherit;opacity:0.85}
.site-media{margin:0;max-width:42ch;opacity:0.78}
.main-shell{margin:0;opacity:0.6;font-size:calc(17.4px * .875)}
.narrow-view{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.39rem}
.focused-method ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.focused-method a{color:inherit;text-decoration:none;opacity:0.82;transition:opacity 320ms var(--speed-soft)}
.focused-method a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.offer-nav{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;opacity:0.85}
.focused-proof{margin:0 0 0.25rem;font-weight:600;opacity:1}
.offer-nav p{margin:0}
.offer-nav a{color:inherit;text-decoration:none}
.offer-nav a:hover{text-decoration:underline;text-underline-offset:3px;color:inherit}
@media (max-width: 960px) {.media-content{grid-template-columns:1fr 1fr}.offer-nav{grid-column:1 / -1}
  }
@media (max-width: 640px) {.media-content{grid-template-columns:1fr}.narrow-view{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.narrow-view{grid-template-columns:1fr}
  }
footer .media-summary{flex:1 1 100%;max-width:1480px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(17.4px * .875);line-height:1.71;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 50%;
    bottom: calc(1.39rem * 1.5);
    transform: translateX(-50%);
    width: max-content;
    max-width: 760px;
    z-index: 9999;
    padding: 0;
    font-family: "Sora", sans-serif;
    font-size: calc(17.4px * .875);
    line-height: 1.71;
  }
.cookies .featured-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.39rem;
    background: #131c29;
    color: #e6ebf2;
    border: 1px solid var(--line-strong, rgba(0, 0, 0, 0.08));
    border-radius: 1rem;
    box-shadow: var(--lift-base, 0 6px 24px rgba(0, 0, 0, 0.12));
    padding: calc(1.5rem * .75) calc(1.39rem * 1.5);
  }
.cookies .clear-brand {
    flex: 1 1 auto;
    min-width: 0;
  }
.cookies .fresh-view {
    margin: 0 0 4px;
    font-size: 17.4px;
    font-weight: 600;
    line-height: 1.3;
  }
.cookies .open-track {
    margin: 0;
    font-size: calc(17.4px * .875);
    color: #c3ccd9;
  }
.cookies .local-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }
.cookies .offer-story {
    appearance: none;
    border: 1px solid var(--line-strong, rgba(0, 0, 0, 0.12));
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: calc(17.4px * .875);
    padding: 8px 14px;
    border-radius: 0.48rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 320ms var(--speed-soft, ease);
  }
.cookies .offer-story:hover{
    background: var(--tone-cool, rgba(0, 0, 0, 0.05));color:#e6ebf2;}
.cookies .offer-story.primary {
    background: #22d3ee;
    color: #04121a;
    border-color: #22d3ee;
  }
.cookies .offer-story.primary:hover{
    background: #5ee0f2;
    border-color: #5ee0f2;color:#e6ebf2;}
@media (max-width: 640px) {
    .cookies {
      left: calc(1.39rem * 1.5);
      right: calc(1.39rem * 1.5);
      bottom: calc(1.39rem * 1.5);
      transform: none;
      width: auto;
      max-width: none;
    }

    .cookies .featured-panel {
      flex-direction: column;
      align-items: stretch;
    }

    .cookies .local-frame {
      flex-wrap: wrap;
      justify-content: flex-end;
    }
  }
.narrow-tile{
    background: var(--ink-soft, linear-gradient(135deg, #0a1018 0%, #10202e 55%, #0d2a36 100%));
    color: #e6ebf2;
    padding: 96px 24px 88px;
  }
.narrow-tile .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px 72px;
    align-items: start;}
.narrow-tile .primary-copy h1{margin: 0 0 20px;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    font-weight: 600;}
.narrow-tile .offer-headline{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    max-width: 46ch;}
.narrow-tile .public-panel{border-left: 2px solid #22d3ee;
    padding: 4px 0 4px 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.narrow-tile .contact-block{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;}
.narrow-tile .offer-menu{
    align-self: flex-start;
    display: inline-block;
    padding: 12px 20px;
    background: #22d3ee;
    color: #04121a;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.18s ease;
  }
.narrow-tile .offer-menu:hover{
    background: #5ee0f2;
  }
.narrow-tile .view{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    font-size: 0.9375rem;
    line-height: 1.7;}
.narrow-tile .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.55);
    padding-bottom: 1px;}
.narrow-tile .view a:hover{border-bottom-color: #f5b544;}
@media (max-width: 820px) {.narrow-tile{
      padding: 72px 20px 64px;
    }.narrow-tile .direct-method{
      grid-template-columns: 1fr;
      gap: 40px;
    }.narrow-tile .public-panel{
      padding-left: 18px;
    }
  }
.narrow-tile{
  background: #0a1018;
  color: #e6ebf2;
}
.open-footer{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.open-footer .direct-method{max-width: 1080px;
    margin: 0 auto;}
.open-footer .offer-headline{max-width: 640px;
    margin-bottom: 2.75rem;}
.open-footer .offer-headline h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.open-footer .offer-headline p{margin: 0;
    line-height: 1.65;}
.open-footer .focused-frame{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.open-footer .quiet-surface{padding: 1.6rem 0 1.7rem;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 0.5rem 2.5rem;
    align-items: baseline;}
.open-footer .quiet-surface h3{margin: 0;
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 600;}
.open-footer .quiet-surface h3 a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.open-footer .quiet-surface h3 a:hover{border-bottom-color: #22d3ee;}
.open-footer .quiet-surface p{margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;}
.open-footer .featured-nav{margin: 2.25rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.open-footer .featured-nav a{text-decoration: none;
    border-bottom: 1px solid rgba(245, 181, 68, 0.45);}
.open-footer .featured-nav a:hover{border-bottom-color: var(--paint-strong, #f5b544);}
@media (max-width: 720px) {.open-footer{
      padding: 3rem 1.15rem;
    }.open-footer .quiet-surface{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }
  }
.open-footer{
  background: #e6ebf2;
  color: #0d131c;
}
.focused-figure{
    --paint-muted: rgba(120, 140, 165, 0.22);
    --axis-public: rgba(120, 140, 165, 0.14);
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.focused-figure .direct-method{max-width: 880px;
    margin: 0 auto;}
.focused-figure .primary-unit{max-width: 640px;
    margin-bottom: 3rem;}
.focused-figure h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.focused-figure .primary-unit p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #c3ccd9;}
.focused-figure .media-figure{padding: 1.75rem 0;
    border-top: 1px solid var(--axis-public);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 0.5rem 2.5rem;}
.focused-figure .media-figure:last-of-type{border-bottom: 1px solid var(--axis-public);}
.focused-figure .narrow-intro h3{margin: 0 0 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;}
.focused-figure .media-plan{margin: 0;
    font-size: 0.85rem;
    line-height: 1.45;
    color: #c3ccd9;}
.focused-figure .clear-callout{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #c3ccd9;}
.focused-figure .service-media{grid-column: 2;
    justify-self: start;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid #22d3ee;
    padding-bottom: 1px;
    transition: color 0.15s ease, border-color 0.15s ease;}
.focused-figure .service-media:hover{color: #5ee0f2;
    border-color: #5ee0f2;}
.focused-figure .featured-nav{margin: 2.5rem 0 0;
    max-width: 620px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c3ccd9;}
@media (max-width: 640px) {.focused-figure{
      padding: 3rem 1.25rem 3.5rem;
    }.focused-figure .media-figure{
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }.focused-figure .service-media{
      grid-column: 1;
    }
  }
.focused-figure{
  background: #0a1018;
  color: #e6ebf2;
}
.clear-rail{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.clear-rail .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.clear-rail .top-surface{max-width: 62ch;
    display: flex;
    flex-direction: column;
    gap: 1rem;}
.clear-rail .top-surface h2{margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.clear-rail .top-surface p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-rail .plain-service{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.clear-rail .clear-summary{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 1.5rem 2.5rem;
    align-items: start;}
.clear-rail .clear-summary h3{margin: 0;
    font-size: 1.08rem;
    line-height: 1.4;}
.clear-rail .clear-summary p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.clear-rail .view{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.clear-rail .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);}
.clear-rail .view a:hover{border-bottom-color: #5ee0f2;}
@media (max-width: 720px) {.clear-rail{
      padding: 3.25rem 1.25rem;
    }.clear-rail .direct-method{
      gap: 2.25rem;
    }.clear-rail .clear-summary{
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }
  }
.clear-rail{
  background: #e6ebf2;
  color: #0d131c;
}
.media-rail{position:relative;overflow:hidden;isolation:isolate;}
.media-rail>*{position:relative;z-index:1;}
.media-rail::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-soft) 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){.media-rail::before,.media-rail::after{animation:none!important;}}
.wide-surface{
    --layer-control: rgba(120, 140, 165, 0.22);
    background: var(--ink-soft, linear-gradient(135deg, #0a1018 0%, #10202e 55%, #0d2a36 100%));
    color: #e6ebf2;
    padding: 96px 24px 80px;
  }
.wide-surface .direct-method{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: end;}
.wide-surface .offer-headline h1{margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 2.85rem);
    line-height: 1.14;
    letter-spacing: -0.015em;
    font-weight: 600;}
.wide-surface .set{margin: 0;
    max-width: 46ch;
    font-size: 1.05rem;
    line-height: 1.6;}
.wide-surface .contact-block{padding-top: 22px;
    border-top: 1px solid var(--layer-control);}
.wide-surface .contact-block p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
@media (max-width: 820px) {.wide-surface{
      padding: 72px 20px 64px;
    }.wide-surface .direct-method{
      grid-template-columns: 1fr;
      gap: 36px;
      align-items: start;
    }
  }
.wide-surface{
  background: #0a1018;
  color: #e6ebf2;
}
.secondary-form{
    background: #0a1018;
    color: #e6ebf2;
    padding: 5rem 1.5rem 4.5rem;
  }
.secondary-form .direct-method{max-width: 1080px;
    margin: 0 auto;}
.secondary-form .visual-story{max-width: 720px;
    margin-bottom: 3.25rem;}
.secondary-form .visual-story h2{font-size: clamp(1.5rem, 2.4vw, 2.05rem);
    line-height: 1.22;
    font-weight: 600;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.secondary-form .offer-headline{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.secondary-form .plain-service{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.secondary-form .direct-steps{display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    gap: 2rem;
    align-items: start;}
.secondary-form .public-tile h3{margin: 0 0 0.35rem;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: -0.005em;}
.secondary-form .open-area{margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    letter-spacing: 0.01em;}
.secondary-form .open-fields p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.secondary-form .contact-block{margin: 3.5rem 0 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    max-width: 760px;
    font-size: 0.95rem;
    line-height: 1.7;}
@media (max-width: 720px) {.secondary-form{
      padding: 3.5rem 1.15rem 3rem;
    }.secondary-form .direct-steps{
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }.secondary-form .plain-service{
      gap: 2rem;
    }
  }
.secondary-form{
  background: #e6ebf2;
  color: #0d131c;
}
.open-visual{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.open-visual .direct-method{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;}
.open-visual h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;}
.open-visual p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 62ch;}
.open-visual .offer-headline{font-size: 1.08rem;
    line-height: 1.65;}
.open-visual .contact-block{margin-top: 0.6rem;
    padding-left: 1rem;
    border-left: 2px solid #f5b544;
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 640px) {.open-visual{
      padding: 3rem 1.15rem 3.5rem;
    }.open-visual .direct-method{
      gap: 1rem;
    }
  }
.open-visual{
  background: #0a1018;
  color: #e6ebf2;
}
.local-headline{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 80px;
  }
.local-headline .direct-method{max-width: 780px;
    margin: 0 auto;}
.local-headline h2{font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 20px;}
.local-headline .offer-headline{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 28px;}
.local-headline .primary-track{border-left: 2px solid #22d3ee;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;}
.local-headline .primary-track p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 560px) {.local-headline{
      padding: 52px 18px 60px;
    }.local-headline h2{
      font-size: 1.45rem;
    }.local-headline .primary-track{
      padding-left: 16px;
    }
  }
.local-headline{
  background: #e6ebf2;
  color: #0d131c;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.wide-surface .direct-method{max-width: 880px;
    margin: 0 auto;}
.wide-surface h1{font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
    font-weight: 600;
    margin: 0 0 1.4rem;}
.wide-surface .offer-headline{font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
    line-height: 1.6;
    max-width: 62ch;
    margin: 0;}
@media (max-width: 640px) {.wide-surface{
      padding: 3.5rem 1.25rem 3rem;
    }
  }
.content-visual{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px;
  }
.content-visual .direct-method{max-width: 760px;
    margin: 0 auto;}
.content-visual .visual-story{margin-bottom: 40px;}
.content-visual .visual-story h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.content-visual .offer-headline{margin: 0;
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.6;}
.content-visual .text-media{display: flex;
    flex-direction: column;
    gap: 28px;}
.content-visual .clear-summary{padding-top: 24px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.content-visual .clear-summary:first-child{padding-top: 0;
    border-top: none;}
.content-visual .clear-summary h3{margin: 0 0 8px;
    font-size: 1.0625rem;
    line-height: 1.4;
    font-weight: 600;}
.content-visual .clear-summary p{margin: 0;
    max-width: 68ch;
    font-size: 0.9375rem;
    line-height: 1.7;}
.content-visual .clear-summary a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);}
.content-visual .clear-summary a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.content-visual{
      padding: 48px 18px;
    }.content-visual .visual-story h2{
      font-size: 1.4rem;
    }.content-visual .text-media{
      gap: 22px;
    }
  }
.content-visual{
  background: #e6ebf2;
  color: #0d131c;
}
.focused-figure{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.focused-figure .direct-method{max-width: 1080px;
    margin: 0 auto;}
.focused-figure .visual-story{max-width: 640px;
    margin-bottom: 48px;}
.focused-figure h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.focused-figure .offer-headline{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.focused-figure .answer{display: flex;
    flex-direction: column;
    gap: 40px;}
.focused-figure .local-feature{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 32px 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.focused-figure .local-feature h3{grid-column: 1;
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
    letter-spacing: -0.005em;}
.focused-figure .local-feature p{grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.focused-figure .local-feature ul{grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.92rem;
    line-height: 1.55;}
.focused-figure .local-feature ul li{padding-left: 14px;
    position: relative;}
.focused-figure .local-feature ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 1px;
    background: #f5b544;color:#1a1204;}
.focused-figure .local-feature .primary-body{
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    background: #22d3ee;
    color: #04121a;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.18s ease;
  }
.focused-figure .local-feature .primary-body:hover{
    background: #5ee0f2;color:#e6ebf2;}
.focused-figure .view{margin: 56px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;}
.focused-figure .view a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.focused-figure .view a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 760px) {.focused-figure{
      padding: 56px 20px 64px;
    }.focused-figure .local-feature{
      grid-template-columns: 1fr;
      gap: 16px;
    }.focused-figure .local-feature h3,
    .focused-figure .local-feature p,
    .focused-figure .local-feature ul,
    .focused-figure .local-feature .primary-body{
      grid-column: 1;
      grid-row: auto;
    }.focused-figure .local-feature .primary-body{
      margin-top: 4px;
    }
  }
.service-plan{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px;
  }
.service-plan .direct-method{max-width: 880px;
    margin: 0 auto;}
.service-plan .visual-story{border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    padding-bottom: 28px;
    margin-bottom: 36px;}
.service-plan h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.service-plan .offer-headline{margin: 0;
    max-width: 620px;
    font-size: 1.02rem;
    line-height: 1.6;}
.service-plan .offer-note{display: flex;
    flex-direction: column;}
.service-plan .contact-block{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(120, 140, 165, 0.16);}
.service-plan .contact-block:last-child{border-bottom: none;}
.service-plan .contact-block h3{margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;}
.service-plan .contact-block p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 680px) {.service-plan{
      padding: 52px 18px;
    }.service-plan .contact-block{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 22px 0;
    }
  }
.service-plan{
  background: #e6ebf2;
  color: #0d131c;
}
.wide-surface{
    --mark-main: 1080px;
    --layer-content: 620px;
    background: var(--ink-soft, linear-gradient(135deg, #0a1018 0%, #10202e 55%, #0d2a36 100%));
    color: #e6ebf2;
    padding: 96px 24px 88px;
  }
.wide-surface .direct-method{max-width: var(--mark-main);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.wide-surface h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    font-weight: 600;}
.wide-surface .offer-headline{margin: 0;
    max-width: var(--layer-content);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(230, 235, 242, 0.86);}
.wide-surface .contact-block{margin: 12px 0 0;
    max-width: 480px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(230, 235, 242, 0.62);
    padding-left: 16px;
    border-left: 2px solid rgba(34, 211, 238, 0.55);}
@media (max-width: 640px) {.wide-surface{
      padding: 64px 20px 60px;
    }.wide-surface .direct-method{
      gap: 18px;
    }
  }
.wide-surface{
  background: #e6ebf2;
  color: #0d131c;
}
.service-plan{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px;
  }
.service-plan .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 48px 64px;
    align-items: start;}
.service-plan h2{grid-column: 1;
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.service-plan .offer-headline{grid-column: 2;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.service-plan .offer-note{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 56px;
    margin-top: 8px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    padding-top: 40px;}
.service-plan .contact-block h3{margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #22d3ee;}
.service-plan .contact-block p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.service-plan .featured-nav{grid-column: 2;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    border-left: 2px solid #f5b544;
    padding-left: 16px;}
@media (max-width: 820px) {.service-plan{
      padding: 56px 20px;
    }.service-plan .direct-method{
      grid-template-columns: 1fr;
      gap: 24px;
    }.service-plan h2,
    .service-plan .offer-headline,
    .service-plan .featured-nav{
      grid-column: 1;
    }.service-plan .offer-note{
      grid-template-columns: 1fr;
      gap: 28px;
      padding-top: 32px;
    }
  }
.service-plan{
  background: #0a1018;
  color: #e6ebf2;
}
.plain-links{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.plain-links .direct-method{max-width: 1080px;
    margin: 0 auto;}
.plain-links h2{font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 28px;
    font-weight: 600;}
.plain-links .primary-track{max-width: 720px;
    margin-bottom: 44px;}
.plain-links .primary-track p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;}
.plain-links .text-rail{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.plain-links .strong-inner{display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 32px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(120, 140, 165, 0.18);}
.plain-links .strong-inner h3{margin: 0;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;}
.plain-links .strong-inner p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.plain-links .view{margin: 40px 0 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.plain-links .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.plain-links .view a:hover{border-bottom-color: #5ee0f2;}
@media (max-width: 720px) {.plain-links{
      padding: 52px 18px 64px;
    }.plain-links h2{
      font-size: 1.55rem;
    }.plain-links .strong-inner{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 22px 0;
    }
  }
.plain-links{
  background: #e6ebf2;
  color: #0d131c;
}
.clear-rail{
  background: #0a1018;
  color: #e6ebf2;
  padding: 4.5rem 1.5rem;
}
.clear-rail .direct-method{max-width: 62rem;
  margin: 0 auto;}
.clear-rail h2{font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;}
.clear-rail .offer-headline{font-size: 1.02rem;
  line-height: 1.65;
  color: #c3ccd9;
  margin: 0 0 2.75rem;
  max-width: 46rem;}
.clear-rail .plain-service{display: flex;
  flex-direction: column;
  gap: 2rem;}
.clear-rail .direct-steps{padding-left: 1.25rem;
  border-left: 2px solid rgba(34, 211, 238, 0.35);}
.clear-rail .direct-steps h3{font-size: 1.08rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  font-weight: 600;}
.clear-rail .direct-steps p{margin: 0;
  font-size: 0.97rem;
  line-height: 1.7;
  color: #c3ccd9;
  max-width: 52rem;}
.clear-rail .view{margin: 2.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #c3ccd9;}
.clear-rail .view a{color: #22d3ee;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 211, 238, 0.4);
  padding-bottom: 1px;}
.clear-rail .view a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.clear-rail{
    padding: 3rem 1.1rem;
  }.clear-rail .direct-steps{
    padding-left: 0.9rem;
  }
}
.clear-rail{
  background: #0a1018;
  color: #e6ebf2;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 84px 24px 72px;
  }
.wide-surface .direct-method{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.wide-surface h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{margin: 0;
    font-size: 1.06rem;
    line-height: 1.62;
    max-width: 62ch;}
.wide-surface .contact-block{margin: 4px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 58ch;}
@media (max-width: 640px) {.wide-surface{
      padding: 60px 18px 52px;
    }.wide-surface .direct-method{
      gap: 16px;
    }
  }
.primary-rail{
    --font-button: rgba(120, 140, 165, 0.28);
    --field-content: #22d3ee;
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px;
  }
.primary-rail .direct-method{max-width: 880px;
    margin: 0 auto;}
.primary-rail .primary-unit{max-width: 620px;
    margin-bottom: 56px;}
.primary-rail .primary-unit h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.primary-rail .primary-unit p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;color:inherit;}
.primary-rail .content-service{list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
    border-left: 1px solid var(--font-button);}
.primary-rail .steady-frame{position: relative;
    padding: 0 0 40px 0;}
.primary-rail .steady-frame:last-child{padding-bottom: 0;}
.primary-rail .steady-frame::before{
    content: "";
    position: absolute;
    left: -34px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--field-content);color:#e6ebf2;}
.primary-rail .featured-section{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    margin-bottom: 8px;}
.primary-rail .open-fields h3{font-size: 1.1rem;
    margin: 0 0 8px;
    line-height: 1.35;}
.primary-rail .open-fields p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;color:inherit;
    max-width: 620px;}
@media (max-width: 560px) {.primary-rail{
      padding: 48px 18px;
    }.primary-rail .primary-unit h2{
      font-size: 1.45rem;
    }.primary-rail .content-service{
      padding-left: 22px;
    }.primary-rail .steady-frame::before{
      left: -28px;
    }
  }
.primary-rail{
  background: #0a1018;
  color: #e6ebf2;
}
.soft-track{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.soft-track .direct-method{max-width: 980px;
    margin: 0 auto;}
.soft-track .primary-unit{max-width: 640px;
    margin-bottom: 48px;}
.soft-track .primary-unit h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.soft-track .primary-unit p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.soft-track .contact-menu{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.soft-track .steady-frame{display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.soft-track .open-steps{font-size: 0.85rem;
    letter-spacing: 0.08em;
    padding-top: 6px;}
.soft-track .strong-story h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.35;}
.soft-track .strong-story p{margin: 0 0 14px;
    font-size: 0.95rem;
    line-height: 1.65;}
.soft-track .offer-note{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;}
.soft-track .offer-note li{font-size: 0.85rem;
    padding-left: 14px;
    position: relative;}
.soft-track .offer-note li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 1px;
    background: #22d3ee;color:#04121a;}
.soft-track .view{margin: 40px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;}
.soft-track .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);}
.soft-track .view a:hover{border-bottom-color: #5ee0f2;}
@media (max-width: 640px) {.soft-track{
      padding: 56px 18px 64px;
    }.soft-track .primary-unit h2{
      font-size: 1.55rem;
    }.soft-track .steady-frame{
      grid-template-columns: 1fr;
      gap: 10px;
    }.soft-track .open-steps{
      padding-top: 0;
    }
  }
.soft-track{
  background: #e6ebf2;
  color: #0d131c;
}
.service-plan{
  background: #0a1018;
  color: #e6ebf2;
  padding: 4.5rem 1.5rem 5rem;
}
.service-plan .direct-method{max-width: 760px;
  margin: 0 auto;}
.service-plan h2{font-size: 1.65rem;
  line-height: 1.25;
  margin: 0 0 1.1rem;
  letter-spacing: -0.01em;}
.service-plan .offer-headline{font-size: 1.02rem;
  line-height: 1.65;
  color: #c3ccd9;
  margin: 0 0 2.4rem;}
.service-plan .offer-note{list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(120, 140, 165, 0.22);}
.service-plan .offer-note li{padding: 1.5rem 0;
  border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.service-plan .offer-note h3{font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;}
.service-plan .offer-note p{font-size: 0.95rem;
  line-height: 1.65;
  color: #c3ccd9;
  margin: 0;}
.service-plan .featured-nav{margin: 2.2rem 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  padding-left: 1rem;
  border-left: 2px solid #f5b544;}
@media (max-width: 620px) {.service-plan{
    padding: 3rem 1.1rem 3.4rem;
  }.service-plan h2{
    font-size: 1.35rem;
  }.service-plan .offer-headline{
    font-size: 0.98rem;
  }
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 28px;}
.wide-surface h1{font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.18;
    letter-spacing: -0.015em;
    margin: 0;
    font-weight: 600;}
.wide-surface .offer-headline{max-width: 640px;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid #22d3ee;
    font-size: 1.0625rem;
    line-height: 1.65;}
@media (max-width: 640px) {.wide-surface{
      padding: 64px 20px 48px;
    }.wide-surface .direct-method{
      gap: 20px;
    }.wide-surface .offer-headline{
      padding-left: 16px;
      font-size: 1rem;
    }
  }
.service-plan{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.service-plan .direct-method{max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.service-plan .offer-headline{max-width: 640px;
    border-left: 2px solid #22d3ee;
    padding-left: 20px;}
.service-plan .offer-headline h2{margin: 0 0 14px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.service-plan .offer-headline p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.service-plan .offer-note{display: flex;
    flex-direction: column;
    gap: 0;}
.service-plan .contact-block{padding: 26px 0;
    border-top: 1px solid var(--line-strong, rgba(120, 140, 165, 0.22));
    display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;}
.service-plan .contact-block:last-child{border-bottom: 1px solid var(--line-strong, rgba(120, 140, 165, 0.22));}
.service-plan .contact-block h3{margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;}
.service-plan .contact-block p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.service-plan .featured-nav{margin: 0;
    max-width: 680px;
    font-size: 0.95rem;
    line-height: 1.65;
    padding-top: 8px;}
@media (max-width: 720px) {.service-plan{
      padding: 56px 20px 64px;
    }.service-plan .contact-block{
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
.content-visual{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.content-visual .direct-method{max-width: 780px;
    margin: 0 auto;}
.content-visual h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1rem;
    line-height: 1.25;}
.content-visual .offer-headline{margin: 0 0 3rem;
    max-width: 62ch;
    line-height: 1.65;
    color: #c3ccd9;}
.content-visual .offer-headline a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);}
.content-visual .offer-headline a:hover{border-bottom-color: #22d3ee;}
.content-visual .qa{margin: 0;}
.content-visual .qa dt{font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    padding-top: 1.9rem;
    border-top: 1px solid rgba(120, 140, 165, 0.18);}
.content-visual .qa dt:first-of-type{padding-top: 0;
    border-top: none;}
.content-visual .qa dd{margin: 0 0 1.9rem;
    max-width: 68ch;
    line-height: 1.7;
    color: #c3ccd9;}
@media (max-width: 640px) {.content-visual{
      padding: 3rem 1.1rem 3.5rem;
    }.content-visual .offer-headline{
      margin-bottom: 2.2rem;
    }.content-visual .qa dt{
      padding-top: 1.4rem;
    }.content-visual .qa dd{
      margin-bottom: 1.4rem;
    }
  }
.content-visual{
  background: #0a1018;
  color: #e6ebf2;
}
.site-brand{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.site-brand .direct-method{max-width: 720px;
    margin: 0 auto;}
.site-brand .offer-headline h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.site-brand .offer-headline p{margin: 0 0 40px;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 60ch;}
.site-brand .plain-shell{border-top: 1px solid rgba(120, 140, 165, 0.22);}
.site-brand .quiet-surface{display: flex;
    gap: 24px;
    align-items: baseline;
    padding: 18px 0;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.site-brand .quiet-surface .active-team{flex: 0 0 150px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.site-brand .quiet-surface p{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.site-brand .quiet-surface a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.site-brand .quiet-surface a:hover{border-bottom-color: #5ee0f2;}
.site-brand .contact-block{margin: 32px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 62ch;}
@media (max-width: 560px) {.site-brand{
      padding: 56px 20px 64px;
    }.site-brand .quiet-surface{
      flex-direction: column;
      gap: 6px;
    }.site-brand .quiet-surface .active-team{
      flex: none;
    }
  }
.site-brand{
  background: #e6ebf2;
  color: #0d131c;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 6rem 1.5rem 5rem;
  }
.wide-surface .direct-method{max-width: 62rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.wide-surface h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -0.015em;
    font-weight: 600;
    max-width: 34ch;}
.wide-surface .offer-headline{margin: 0;
    max-width: 58ch;
    font-size: 1.125rem;
    line-height: 1.6;}
.wide-surface .contact-block{margin: 0;
    max-width: 52ch;
    font-size: 0.95rem;
    line-height: 1.55;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
@media (max-width: 640px) {.wide-surface{
      padding: 4rem 1.25rem 3.5rem;
    }.wide-surface .offer-headline{
      font-size: 1.05rem;
    }
  }
.open-footer{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.open-footer .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 3rem 4rem;
    align-items: start;}
.open-footer .offer-headline h2{font-size: 1.55rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.open-footer .offer-headline p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.open-footer .offer-note{display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.open-footer .contact-block{padding: 1.6rem 0 1.5rem;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.open-footer .contact-block h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 0.4rem;
    font-weight: 600;}
.open-footer .contact-block .set{margin: 0 0 0.7rem;
    font-size: 0.86rem;
    line-height: 1.5;}
.open-footer .contact-block p{margin: 0 0 0.9rem;
    font-size: 0.94rem;
    line-height: 1.65;}
.open-footer .contact-block .narrow-list{display: inline-block;
    font-size: 0.88rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;}
.open-footer .contact-block .narrow-list:hover{border-bottom-color: #22d3ee;}
.open-footer .offer-list{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.open-footer .offer-list a{text-decoration: none;
    border-bottom: 1px solid #22d3ee;}
@media (max-width: 820px) {.open-footer{
      padding: 3rem 1.15rem 3.5rem;
    }.open-footer .direct-method{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.region{
    --state-public: rgba(120, 140, 165, 0.18);
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.region .direct-method{max-width: 46rem;
    margin: 0 auto;}
.region .offer-headline{margin-bottom: 3rem;}
.region h2{font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.region .primary-unit{margin: 0;
    max-width: 38rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c3ccd9;}
.region .strong-inner{padding: 0 0 2.1rem;
    margin-bottom: 2.1rem;
    border-bottom: 1px solid var(--state-public);}
.region .strong-inner:last-of-type{border-bottom: none;
    margin-bottom: 1.6rem;
    padding-bottom: 0;}
.region .strong-inner h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.region .strong-inner p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c3ccd9;
    max-width: 40rem;}
.region .view{margin: 0;
    padding-top: 1.4rem;
    border-top: 1px solid var(--state-public);
    font-size: 0.94rem;
    line-height: 1.6;
    color: #c3ccd9;}
.region .view a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.region .view a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.region{
      padding: 3rem 1.15rem 3.5rem;
    }.region .offer-headline{
      margin-bottom: 2.2rem;
    }.region .strong-inner{
      padding-bottom: 1.6rem;
      margin-bottom: 1.6rem;
    }
  }
.region{
  background: #0a1018;
  color: #e6ebf2;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 20px;
    align-items: start;}
.wide-surface h1{grid-column: 1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{grid-column: 1;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    max-width: 58ch;}
.wide-surface .contact-block{grid-column: 2;
    grid-row: 1 / span 2;
    margin: 4px 0 0;
    padding-left: 20px;
    border-left: 2px solid rgba(34, 211, 238, 0.45);
    font-size: 0.9375rem;
    line-height: 1.6;}
@media (max-width: 820px) {.wide-surface{
      padding: 72px 20px 56px;
    }.wide-surface .direct-method{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 24px;
    }.wide-surface .contact-block{
      grid-column: 1;
      grid-row: auto;
    }
  }
.steady-wrap{
    --font-lead: rgba(120, 140, 165, 0.22);
    --state-local: #c3ccd9;
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 84px;
  }
.steady-wrap .direct-method{max-width: 1080px;
    margin: 0 auto;}
.steady-wrap .visual-story{max-width: 640px;
    margin-bottom: 44px;}
.steady-wrap h2{margin: 0 0 14px;
    font-size: clamp(1.5rem, 2.6vw, 2.05rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.steady-wrap .offer-headline{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.steady-wrap .contact-callout{display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 28px;
    align-items: start;}
.steady-wrap .bottom-surface{padding-left: 18px;
    border-left: 2px solid var(--font-lead);}
.steady-wrap .bottom-surface:first-child{border-left-color: #22d3ee;}
.steady-wrap .open-track{margin: 0 0 18px;
    font-size: 0.97rem;
    line-height: 1.7;}
.steady-wrap .public-tile{display: flex;
    flex-direction: column;
    gap: 3px;}
.steady-wrap .clear-contact{font-size: 0.9rem;
    font-weight: 600;}
.steady-wrap .open-area{font-size: 0.82rem;
    line-height: 1.45;}
.steady-wrap .soft-feature{margin: 48px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--font-lead);
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 720px;}
@media (max-width: 880px) {.steady-wrap .contact-callout{
      grid-template-columns: 1fr 1fr;
    }.steady-wrap .bottom-surface:first-child{
      grid-column: 1 / -1;
    }
  }
@media (max-width: 560px) {.steady-wrap{
      padding: 52px 18px 64px;
    }.steady-wrap .contact-callout{
      grid-template-columns: 1fr;
      gap: 24px;
    }.steady-wrap .bottom-surface:first-child{
      grid-column: auto;
    }
  }
.steady-wrap{
  background: #e6ebf2;
  color: #0d131c;
}
.page-menu{
    background: #0a1018;
    color: #e6ebf2;
    padding: 88px 24px 96px;
  }
.page-menu .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.page-menu .offer-headline h2{margin: 0 0 20px;
    font-size: 1.85rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.page-menu .offer-headline p{margin: 0;
    max-width: 52ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c3ccd9;}
.page-menu .contact-block{
    background: #131c29;
    color: #e6ebf2;
    border: 1px solid rgba(120, 140, 165, 0.22);
    border-radius: 14px;
    padding: 28px 26px 24px;
  }
.page-menu .contact-block p{margin: 0 0 20px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #c3ccd9;}
.page-menu .offer-menu{
    display: inline-block;
    background: #22d3ee;
    color: #04121a;
    padding: 13px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.97rem;
    text-decoration: none;
    transition: background 0.18s ease;
  }
.page-menu .offer-menu:hover{
    background: #5ee0f2;color:#e6ebf2;}
.page-menu .view{margin: 22px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #c3ccd9;}
.page-menu .view a{color: #f5b544;
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 181, 68, 0.35);}
.page-menu .view a:hover{border-bottom-color: #f5b544;}
@media (max-width: 820px) {.page-menu{
      padding: 64px 20px 72px;
    }.page-menu .direct-method{
      grid-template-columns: 1fr;
      gap: 36px;
    }.page-menu .offer-headline h2{
      font-size: 1.55rem;
    }
  }
.page-menu{
  background: #0a1018;
  color: #e6ebf2;
}
.wide-surface{
    background: var(--ink-soft, linear-gradient(135deg, #0a1018 0%, #10202e 55%, #0d2a36 100%));
    color: #e6ebf2;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.wide-surface .direct-method{max-width: 46rem;
    margin: 0 auto;}
.wide-surface h1{margin: 0 0 1.5rem;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{margin: 0 0 1.25rem;
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 40rem;}
.wide-surface .contact-block{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 40rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(34, 211, 238, 0.55);}
@media (max-width: 640px) {.wide-surface{
      padding: 3.5rem 1.25rem 3rem;
    }.wide-surface h1{
      font-size: 1.7rem;
    }
  }
.primary-rail{
    --font-button: rgba(120, 140, 165, 0.28);
    --field-content: #22d3ee;
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.primary-rail .direct-method{max-width: 880px;
    margin: 0 auto;}
.primary-rail .contact-block{border-left: 3px solid #f5b544;
    padding-left: 1.25rem;
    margin-bottom: 3rem;}
.primary-rail .contact-block h2{margin: 0 0 0.75rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;}
.primary-rail .contact-block p{margin: 0;
    max-width: 62ch;
    font-size: 1rem;
    line-height: 1.65;}
.primary-rail .contact-menu{list-style: none;
    margin: 0;
    padding: 0;
    position: relative;}
.primary-rail .contact-menu::before{
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 6px;
    width: 1px;
    background: var(--font-button);color:#e6ebf2;}
.primary-rail .steady-frame{position: relative;
    padding: 0 0 2.25rem 2.25rem;}
.primary-rail .steady-frame:last-child{padding-bottom: 0;}
.primary-rail .steady-frame::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--field-content);color:#e6ebf2;}
.primary-rail .wide-nav{display: block;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;}
.primary-rail .steady-frame h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;}
.primary-rail .steady-frame p{margin: 0;
    max-width: 60ch;
    font-size: 0.98rem;
    line-height: 1.6;}
.primary-rail .offer-menu{margin: 3rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--font-button);}
.primary-rail .offer-menu a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.primary-rail .offer-menu a:hover{}
@media (max-width: 560px) {.primary-rail{
      padding: 3rem 1.15rem;
    }.primary-rail .contact-block h2{
      font-size: 1.35rem;
    }.primary-rail .steady-frame{
      padding-left: 1.9rem;
    }
  }
.primary-rail{
  background: #e6ebf2;
  color: #0d131c;
}
.service-plan{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 80px;
  }
.service-plan .direct-method{max-width: 880px;
    margin: 0 auto;}
.service-plan h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.service-plan .offer-headline{font-size: 1.0625rem;
    line-height: 1.65;
    color: #c3ccd9;
    margin: 0 0 44px;
    max-width: 62ch;}
.service-plan .offer-note{margin: 0;
    padding: 0;}
.service-plan .offer-note dt{font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
    padding-top: 26px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.service-plan .offer-note dt:first-of-type{padding-top: 0;
    border-top: none;}
.service-plan .offer-note dd{margin: 0 0 30px;
    font-size: 0.9875rem;
    line-height: 1.7;
    color: #c3ccd9;
    max-width: 68ch;}
.service-plan .offer-note dd:last-of-type{margin-bottom: 0;}
@media (max-width: 640px) {.service-plan{
      padding: 52px 18px 60px;
    }.service-plan .offer-headline{
      margin-bottom: 34px;
    }.service-plan .offer-note dt{
      padding-top: 22px;
    }.service-plan .offer-note dd{
      margin-bottom: 24px;
    }
  }
.team-steps{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.team-steps .direct-method{max-width: 1080px;
    margin: 0 auto;}
.team-steps h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.team-steps .offer-headline{font-size: 1.05rem;
    line-height: 1.6;
    max-width: 62ch;
    margin: 0 0 0.9rem;}
.team-steps p{line-height: 1.6;
    max-width: 62ch;
    margin: 0 0 1.4rem;}
.team-steps .open-actions{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    margin: 2.2rem 0;}
.team-steps .page-view{padding: 1.5rem 1.4rem 1.6rem;
    border-right: 1px solid rgba(120, 140, 165, 0.22);}
.team-steps .page-view:last-child{border-right: none;}
.team-steps .page-view h3{font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.team-steps .page-view p{font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 0.9rem;}
.team-steps .page-view a,
  .team-steps .page-view span{font-size: 0.95rem;
    display: inline-block;
    line-height: 1.4;
    word-break: break-word;}
.team-steps .page-view a{text-decoration: none;
    border-bottom: 1px solid #22d3ee;}
.team-steps .page-view a:hover{border-bottom-color: #5ee0f2;}
.team-steps .page-view span{}
.team-steps .page-area{display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 2rem;}
.team-steps .site-actions{display: grid;
    grid-template-columns: 90px 1fr;
    align-items: baseline;
    gap: 1.2rem;
    padding: 0.9rem 0;
    border-bottom: 1px dashed rgba(120, 140, 165, 0.22);}
.team-steps .site-actions:last-child{border-bottom: none;}
.team-steps .compact-plan{font-size: 1.15rem;
    font-weight: 600;}
.team-steps .site-actions p{margin: 0;
    font-size: 0.95rem;}
.team-steps .view{font-size: 0.95rem;
    margin: 0;}
.team-steps .view a{text-decoration: none;
    border-bottom: 1px solid #22d3ee;}
.team-steps .view a:hover{border-bottom-color: #5ee0f2;}
@media (max-width: 820px) {.team-steps .open-actions{
      grid-template-columns: 1fr;
    }.team-steps .page-view{
      border-right: none;
      border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    }.team-steps .page-view:last-child{
      border-bottom: none;
    }
  }
@media (max-width: 520px) {.team-steps{
      padding: 3rem 1.1rem;
    }.team-steps h2{
      font-size: 1.55rem;
    }.team-steps .site-actions{
      grid-template-columns: 70px 1fr;
      gap: 0.9rem;
    }
  }
.team-steps{
  background: #e6ebf2;
  color: #0d131c;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 88px 24px 72px;
  }
.wide-surface .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 56px;
    row-gap: 20px;
    align-items: start;}
.wide-surface h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{margin: 0;
    font-size: 1.06rem;
    line-height: 1.65;}
.wide-surface .contact-block{margin: 4px 0 0;
    padding-left: 18px;
    border-left: 2px solid rgba(34, 211, 238, 0.55);
    font-size: 0.94rem;
    line-height: 1.6;}
@media (max-width: 760px) {.wide-surface{
      padding: 64px 20px 56px;
    }.wide-surface .direct-method{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.wide-surface .contact-block{
      padding-left: 14px;
    }
  }
.steady-wrap{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.steady-wrap .direct-method{max-width: 1080px;
    margin: 0 auto;}
.steady-wrap h2{font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;}
.steady-wrap .offer-headline{max-width: 62ch;
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;}
.steady-wrap .offer-note{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem 2rem;
    margin: 0 0 2.5rem;}
.steady-wrap .contact-block{
    background: #131c29;
    color: #e6ebf2;
    border: 1px solid rgba(120, 140, 165, 0.22);
    border-radius: 10px;
    padding: 1.5rem 1.6rem 1.35rem;
  }
.steady-wrap .contact-block .bottom-surface{margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border-left: 3px solid #f5b544;
    padding-left: 1rem;}
.steady-wrap .contact-block .steady-unit{margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.02em;}
.steady-wrap .steady-fields{max-width: 74ch;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    font-size: 0.97rem;
    line-height: 1.7;}
@media (max-width: 720px) {.steady-wrap{
      padding: 3.25rem 1.25rem 3.5rem;
    }.steady-wrap .offer-note{
      grid-template-columns: 1fr;
    }
  }
.page-menu{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.page-menu .direct-method{max-width: 720px;
    margin: 0 auto;}
.page-menu h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.page-menu p{margin: 0 0 1rem;
    line-height: 1.65;
    color: #c3ccd9;
    font-size: 1.02rem;}
.page-menu p a{color: #22d3ee;
    text-decoration: underline;
    text-underline-offset: 3px;}
.page-menu p a:hover{color: #5ee0f2;}
.page-menu .offer-menu{margin-top: 1.75rem;}
.page-menu .go{
    display: inline-block;
    background: #22d3ee;
    color: #04121a;
    padding: 0.85rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.98rem;
    transition: background 0.18s ease;
  }
.page-menu .go:hover{
    background: #5ee0f2;color:#e6ebf2;}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: end;}
.wide-surface h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
    font-weight: 600;}
.wide-surface .offer-headline{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 64px;
    align-items: start;}
.wide-surface .offer-headline p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.wide-surface .offer-headline .contact-block{font-size: 0.92rem;
    line-height: 1.6;
    padding-left: 20px;
    border-left: 2px solid rgba(34, 211, 238, 0.45);}
.wide-surface .offer-headline .contact-block a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.5);}
.wide-surface .offer-headline .contact-block a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 760px) {.wide-surface{
      padding: 64px 20px 48px;
    }.wide-surface .direct-method,
    .wide-surface .offer-headline{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 20px;
    }.wide-surface .offer-headline .contact-block{
      padding-left: 16px;
    }
  }
.site-brand{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.site-brand .direct-method{max-width: 960px;
    margin: 0 auto;}
.site-brand .visual-story{max-width: 640px;
    margin-bottom: 3rem;}
.site-brand .visual-story h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.site-brand .offer-headline{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.site-brand .plain-service{display: flex;
    flex-direction: column;}
.site-brand .direct-steps{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.5rem;
    padding: 1.4rem 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.site-brand .direct-steps:last-child{border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.site-brand .active-team{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 0.15rem;}
.site-brand .compact-menu{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.site-brand .compact-menu a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    transition: border-color 0.15s ease;}
.site-brand .compact-menu a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.site-brand{
      padding: 3rem 1.25rem 3.5rem;
    }.site-brand .direct-steps{
      grid-template-columns: 1fr;
      gap: 0.4rem;
      padding: 1.1rem 0;
    }.site-brand .visual-story{
      margin-bottom: 2rem;
    }
  }
.site-brand{
  background: #0a1018;
  color: #e6ebf2;
}
.team-steps{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.25rem 5rem;
  }
.team-steps .direct-method{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.team-steps .offer-headline{max-width: 62ch;}
.team-steps .offer-headline h2{margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.team-steps .offer-headline p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.team-steps .fresh-proof{display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2.5rem 2.25rem;
    align-items: start;}
.team-steps .view h3{margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.team-steps .view p{margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.6;}
.team-steps .view .text-content{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.team-steps .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);
    padding-bottom: 1px;}
.team-steps .view a:hover{border-bottom-color: #22d3ee;}
.team-steps .soft-fields{max-width: 70ch;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    padding-top: 2rem;}
.team-steps .soft-fields h3{margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 600;}
.team-steps .soft-fields p{margin: 0 0 1rem;
    font-size: 0.97rem;
    line-height: 1.65;}
.team-steps .soft-fields .content-brand{margin: 0;}
.team-steps .soft-fields a{text-decoration: none;
    border-bottom: 1px solid rgba(245, 181, 68, 0.4);
    padding-bottom: 1px;}
.team-steps .soft-fields a:hover{border-bottom-color: var(--paint-strong, #f5b544);}
@media (max-width: 820px) {.team-steps .fresh-proof{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.visual-header{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px;
  }
.visual-header .direct-method{max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px 56px;
    align-items: start;}
.visual-header .offer-headline h2{margin: 0 0 16px;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.visual-header .offer-headline p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #c3ccd9;
    max-width: 46ch;}
.visual-header .offer-note{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    padding-top: 24px;}
.visual-header .offer-note li{display: grid;
    gap: 4px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(120, 140, 165, 0.14);}
.visual-header .offer-note li:last-child{border-bottom: none;
    padding-bottom: 0;}
.visual-header .narrow-team{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f5b544;}
.visual-header .fresh-actions{font-size: 0.95rem;
    line-height: 1.55;
    color: #c3ccd9;}
.visual-header .menu{grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 28px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.visual-header .menu label{display: block;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c3ccd9;
    margin-bottom: 10px;}
.visual-header .direct-steps{display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 560px;}
.visual-header input[type="email"]{
    flex: 1 1 260px;
    min-width: 0;
    padding: 12px 14px;
    font-size: 0.98rem;
    color: #e6ebf2;
    background: #131c29;
    border: 1px solid rgba(120, 140, 165, 0.22);
    border-radius: 6px;
  }
.visual-header input[type="email"]:focus{outline: 2px solid #22d3ee;
    outline-offset: 1px;}
.visual-header button{
    padding: 12px 22px;
    font-size: 0.98rem;
    font-weight: 600;
    color: #04121a;
    background: #22d3ee;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
.visual-header button:hover{
    background: #5ee0f2;color:#e6ebf2;}
.visual-header .public-team{margin: 14px 0 0;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #c3ccd9;
    max-width: 52ch;}
.visual-header .public-team a{color: #f5b544;
    text-decoration: underline;}
@media (max-width: 720px) {.visual-header{
      padding: 52px 18px;
    }.visual-header .direct-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.visual-header{
  background: #0a1018;
  color: #e6ebf2;
}
.wide-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 64px;
    align-items: start;}
.wide-surface h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{padding-top: 6px;
    border-left: 1px solid rgba(120, 140, 165, 0.28);
    padding-left: 28px;}
.wide-surface .offer-headline p{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.6;
    color: #c3ccd9;}
.wide-surface .offer-headline p:last-child{margin-bottom: 0;}
@media (max-width: 820px) {.wide-surface{
      padding: 64px 20px 48px;
    }.wide-surface .direct-method{
      grid-template-columns: 1fr;
      row-gap: 28px;
    }.wide-surface .offer-headline{
      border-left: none;
      padding-left: 0;
      border-top: 1px solid rgba(120, 140, 165, 0.28);
      padding-top: 22px;
    }
  }
.open-footer{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.open-footer .direct-method{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.open-footer .visual-story{display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line-strong, rgba(120, 140, 165, 0.22));}
.open-footer .visual-story h2{margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.open-footer .visual-story p{margin: 0;
    max-width: 62ch;
    line-height: 1.6;
    font-size: 1rem;}
.open-footer .quiet-surface{padding-left: 1.25rem;
    border-left: 2px solid #22d3ee;}
.open-footer .quiet-surface h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.open-footer .quiet-surface h3 a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;}
.open-footer .quiet-surface h3 a:hover{border-bottom-color: #22d3ee;}
.open-footer .quiet-surface p{margin: 0;
    line-height: 1.65;
    font-size: 0.97rem;}
.open-footer .featured-nav{margin: 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong, rgba(120, 140, 165, 0.22));
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 640px) {.open-footer{
      padding: 3rem 1.1rem;
    }.open-footer .direct-method{
      gap: 1.6rem;
    }.open-footer .quiet-surface{
      padding-left: 1rem;
    }
  }
.region{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 80px;
  }
.region .direct-method{max-width: 980px;
    margin: 0 auto;}
.region .primary-unit{max-width: 640px;
    margin-bottom: 48px;}
.region .primary-unit h2{font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 16px;}
.region .primary-unit p{font-size: 1rem;
    line-height: 1.65;
    color: #c3ccd9;
    margin: 0;}
.region .text-rail{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.region .strong-inner{display: grid;
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: 24px 40px;
    padding: 26px 4px;
    border-bottom: 1px solid rgba(120, 140, 165, 0.22);}
.region .strong-inner h3{font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;}
.region .strong-inner p{font-size: 0.95rem;
    line-height: 1.65;
    color: #c3ccd9;
    margin: 0;}
.region .view{margin: 36px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c3ccd9;}
.region .view a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.region .view a:hover{color: #5ee0f2;
    border-bottom-color: #5ee0f2;}
@media (max-width: 720px) {.region{
      padding: 56px 20px 64px;
    }.region .primary-unit h2{
      font-size: 1.5rem;
    }.region .strong-inner{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 22px 0;
    }
  }
.service-body{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.service-body .direct-method{max-width: 720px;
    margin: 0 auto;}
.service-body .active-fields{border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;}
.service-body .featured-area{display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    margin: 0 0 1.1rem;}
.service-body .compact-quote{font-variant-numeric: tabular-nums;}
.service-body h1{font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.service-body .open-block{font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;}
.service-body .compact-content p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.service-body .compact-content h2{font-size: 1.25rem;
    line-height: 1.35;
    margin: 2.25rem 0 1rem;
    font-weight: 600;}
.service-body .entry-foot{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    font-size: 0.95rem;
    line-height: 1.6;}
.service-body .entry-note{margin: 0 0 0.75rem;}
.service-body .entry-read{margin: 0;}
.service-body .entry-read a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);
    padding-bottom: 1px;}
.service-body .entry-read a:hover{border-bottom-color: #5ee0f2;}
.service-body{
  background: #e6ebf2;
  color: #0d131c;
}
.offer-flow{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4rem 1.5rem;
  }
.offer-flow .direct-method{max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 2.5rem 3.5rem;
    align-items: start;}
.offer-flow .public-tile h2{margin: 0 0 0.4rem;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.offer-flow .open-area{margin: 0;
    color: #c3ccd9;
    font-size: 0.95rem;
    line-height: 1.5;}
.offer-flow .primary-track p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.offer-flow .primary-track p:last-child{margin-bottom: 0;}
.offer-flow .team-brand{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;}
.offer-flow .team-brand > div{min-width: 180px;}
.offer-flow .team-brand dt{font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c3ccd9;
    margin-bottom: 0.35rem;}
.offer-flow .team-brand dd{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.offer-flow .team-brand a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);}
.offer-flow .team-brand a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 720px) {.offer-flow{
      padding: 3rem 1.25rem;
    }.offer-flow .direct-method{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.offer-flow{
  background: #0a1018;
  color: #e6ebf2;
}
.service-body{
    --font-button: rgba(120, 140, 165, 0.22);
    --state-active: #111a26;
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.25rem 5rem;
  }
.service-body .direct-method{max-width: 1080px;
    margin: 0 auto;}
.service-body .visual-story{max-width: 720px;
    margin-bottom: 2.75rem;}
.service-body .wide-nav{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.9rem;}
.service-body h1{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.18;
    margin: 0 0 0.85rem;
    font-weight: 600;}
.service-body .set{margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;}
.service-body .team-summary{display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;}
.service-body .wide-team p{margin: 0 0 1.15rem;
    line-height: 1.72;
    font-size: 1rem;}
.service-body .wide-team .offer-headline{font-size: 1.1rem;
    line-height: 1.68;}
.service-body .wide-team h2{font-size: 1.18rem;
    font-weight: 600;
    margin: 2.1rem 0 0.8rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--font-button);}
.service-body .wide-team em{font-style: normal;}
.service-body .narrow-list{display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 2.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--font-button);}
.service-body .narrow-list a{text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.45;
    border-bottom: 1px solid transparent;
    align-self: flex-start;
    padding-bottom: 1px;}
.service-body .narrow-list a:hover{border-bottom-color: var(--paint-strong);}
.service-body .plain-copy{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.service-body .service-area{
    margin: 0;
    border: 1px solid var(--font-button);
    border-radius: 6px;
    overflow: hidden;
    background: #131c29;color:#e6ebf2;}
.service-body .service-area img{display: block;
    width: 100%;
    height: auto;}
.service-body .service{
    margin: 0;
    background: #111a26;
    color: #c3ccd9;
    border: 1px solid var(--font-button);
    border-radius: 6px;
    padding: 1.1rem 1.15rem;
  }
.service-body .service div + div{margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--font-button);}
.service-body .service dt{font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;}
.service-body .service dd{margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;}
.service-body .focused-body{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;}
.service-body .focused-body a{text-decoration: none;
    border-bottom: 1px solid var(--font-button);}
.service-body .focused-body a:hover{border-bottom-color: var(--paint-strong);}
@media (max-width: 820px) {.service-body{
      padding: 3rem 1.1rem 3.5rem;
    }.service-body .team-summary{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }
  }
.offer-flow{
    --label-main: rgba(120, 140, 165, 0.22);
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.offer-flow .direct-method{max-width: 46rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.offer-flow .primary-unit h2{margin: 0 0 0.85rem;
    font-size: 1.55rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.offer-flow .primary-unit p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c3ccd9;
    max-width: 40rem;}
.offer-flow .public-tile{padding-top: 1.75rem;
    border-top: 1px solid var(--label-main);}
.offer-flow .public-tile h3{margin: 0 0 0.3rem;
    font-size: 1.15rem;
    letter-spacing: -0.005em;}
.offer-flow .public-tile .open-area{margin: 0 0 0.9rem;
    font-size: 0.92rem;
    color: #22d3ee;
    letter-spacing: 0.01em;}
.offer-flow .public-tile p:last-child{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c3ccd9;
    max-width: 42rem;}
.offer-flow .offer-note{display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-left: 1.1rem;
    border-left: 2px solid var(--label-main);}
.offer-flow .contact-block{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;
    color: #c3ccd9;}
.offer-flow .focused-body{list-style: none;
    margin: 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--label-main);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.95rem;}
.offer-flow .focused-body .active-team{display: inline-block;
    min-width: 5.5rem;
    color: #c3ccd9;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.offer-flow .focused-body a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.offer-flow .focused-body a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 560px) {.offer-flow{
      padding: 3rem 1.1rem 3.5rem;
    }.offer-flow .focused-body .active-team{
      display: block;
      min-width: 0;
      margin-bottom: 0.15rem;
    }
  }
.service-body{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.service-body .direct-method{max-width: 780px;
    margin: 0 auto;}
.service-body .visual-story{border-bottom: 1px solid rgba(120, 140, 165, 0.22);
    padding-bottom: 1.75rem;
    margin-bottom: 2.25rem;}
.service-body .steady-unit{margin: 0 0 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;}
.service-body .steady-unit .focused-block{margin: 0 0.5rem;
    opacity: 0.6;}
.service-body h1{font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.85rem;
    font-weight: 600;}
.service-body .offer-headline{margin: 0;
    font-size: 1.05rem;
    max-width: 56ch;}
.service-body .primary-track p{margin: 0 0 1.15rem;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 68ch;}
.service-body .primary-track h2{font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 0.85rem;}
.service-body .offer-note{
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 1.25rem 1.5rem;
    background: #111a26;
    color: #c3ccd9;
    border-left: 3px solid #f5b544;
    border-radius: 4px;
  }
.service-body .offer-note li{position: relative;
    padding-left: 1.1rem;
    margin: 0 0 0.65rem;
    font-size: 0.95rem;
    line-height: 1.55;}
.service-body .offer-note li:last-child{margin-bottom: 0;}
.service-body .offer-note li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 5px;
    background: #f5b544;
    border-radius: 50%;color:#1a1204;}
.service-body .foot{margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.service-body .more{margin: 0 0 0.35rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.service-body .narrow-list{text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.4;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.15s ease, color 0.15s ease;}
.service-body .narrow-list:hover{border-bottom-color: #5ee0f2;}
.offer-flow{
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem;
  }
.offer-flow .direct-method{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.offer-flow .fresh-block h2{margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.offer-flow .open-area{margin: 0.6rem 0 0;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #c3ccd9;}
.offer-flow .site-entries{display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 62ch;}
.offer-flow .site-entries p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.offer-flow .site-benefit{display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.offer-flow .compact-flow{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.offer-flow .active-team{display: inline-block;
    min-width: 5.5rem;
    color: #c3ccd9;}
.offer-flow a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.offer-flow a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 620px) {.offer-flow{
      padding: 3rem 1.25rem;
    }.offer-flow .fresh-block h2{
      font-size: 1.35rem;
    }.offer-flow .active-team{
      min-width: auto;
      display: block;
    }
  }
.wide-surface{
    background: #e6ebf2;
    color: #0d131c;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 720px;
    margin: 0 auto;}
.wide-surface h1{font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0 0 20px;
    font-weight: 600;}
.wide-surface .offer-headline{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 60ch;}
.wide-surface .contact-block{font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 19, 28, 0.16);
    max-width: 58ch;}
@media (max-width: 640px) {.wide-surface{
      padding: 64px 20px 48px;
    }
  }
.soft-surface{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 80px;
  }
.soft-surface .direct-method{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.soft-surface h2{margin: 0;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.soft-surface .offer-headline{margin: 0;
    max-width: 62ch;
    font-size: 1rem;
    line-height: 1.65;}
.soft-surface .plain-service{display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 8px;}
.soft-surface .direct-steps{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: baseline;}
.soft-surface .active-team{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.soft-surface .compact-menu{font-size: 1rem;
    line-height: 1.6;
    color: #e6ebf2;}
.soft-surface .compact-menu a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);
    padding-bottom: 1px;}
.soft-surface .compact-menu a:hover{color: #5ee0f2;
    border-bottom-color: rgba(94, 224, 242, 0.6);}
.soft-surface .contact-block{margin: 12px 0 0;
    max-width: 62ch;
    font-size: 0.95rem;
    line-height: 1.65;}
@media (max-width: 640px) {.soft-surface{
      padding: 56px 20px 64px;
    }.soft-surface .direct-steps{
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }
.soft-surface{
  background: #0a1018;
  color: #e6ebf2;
}
.soft-rail{
    --copy-quiet: rgba(120, 140, 165, 0.22);
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.soft-rail .direct-method{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.soft-rail .primary-unit h1{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.soft-rail .primary-unit p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 56ch;}
.soft-rail .steady-list{display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 8px;}
.soft-rail .main-wrap{display: flex;
    flex-direction: column;
    gap: 8px;}
.soft-rail .main-wrap label{font-size: 0.86rem;
    letter-spacing: 0.02em;}
.soft-rail .main-wrap input,
  .soft-rail .main-wrap textarea{
    width: 100%;
    box-sizing: border-box;
    background: #131c29;
    color: #e6ebf2;
    border: 1px solid var(--copy-quiet);
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    font-size: 0.98rem;
    line-height: 1.5;
  }
.soft-rail .main-wrap textarea{resize: vertical;
    min-height: 120px;}
.soft-rail .main-wrap input::placeholder,
  .soft-rail .main-wrap textarea::placeholder{opacity: 0.7;}
.soft-rail .main-wrap input:focus,
  .soft-rail .main-wrap textarea:focus{outline: none;
    border-color: #22d3ee;}
.soft-rail .steady-list button{
    align-self: flex-start;
    background: #22d3ee;
    color: #04121a;
    border: none;
    border-radius: 8px;
    padding: 12px 26px;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
  }
.soft-rail .steady-list button:hover{
    background: #5ee0f2;color:#e6ebf2;}
.soft-rail .plain-shell{display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid var(--copy-quiet);
    padding-top: 26px;}
.soft-rail .plain-shell p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.soft-rail .plain-shell span{display: inline-block;
    min-width: 96px;}
.soft-rail .plain-shell a{text-decoration: none;
    border-bottom: 1px solid transparent;}
.soft-rail .plain-shell a:hover{border-bottom-color: #22d3ee;}
.soft-rail .contact-block{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 60ch;}
@media (max-width: 620px) {.soft-rail{
      padding: 52px 18px 64px;
    }.soft-rail .primary-unit h1{
      font-size: 1.55rem;
    }.soft-rail .plain-shell span{
      display: block;
      min-width: 0;
      margin-bottom: 2px;
    }
  }
.soft-rail{
  background: #e6ebf2;
  color: #0d131c;
}
.site-brand{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.site-brand .direct-method{max-width: 880px;
    margin: 0 auto;}
.site-brand .offer-headline{max-width: 640px;
    margin-bottom: 56px;}
.site-brand .offer-headline h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.site-brand .offer-headline p{margin: 0 0 16px;
    line-height: 1.65;
    color: #c3ccd9;}
.site-brand .offer-headline p:last-child{margin-bottom: 0;}
.site-brand .open-actions{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.site-brand .clear-content h3{font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #f5b544;}
.site-brand .clear-content p{margin: 0;
    line-height: 1.6;
    color: #e6ebf2;}
.site-brand .clear-content a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);
    padding-bottom: 1px;}
.site-brand .clear-content a:hover{color: #5ee0f2;
    border-bottom-color: #5ee0f2;}
.site-brand .contact-block{margin: 48px 0 0;
    padding-top: 28px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
    max-width: 680px;
    line-height: 1.65;
    color: #c3ccd9;}
@media (max-width: 640px) {.site-brand{
      padding: 56px 20px 72px;
    }.site-brand .offer-headline{
      margin-bottom: 40px;
    }.site-brand .offer-headline h2{
      font-size: 1.45rem;
    }.site-brand .open-actions{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.direct-inner{
    --copy-large: rgba(120, 140, 165, 0.22);
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.direct-inner .direct-method{max-width: 760px;
    margin: 0 auto;}
.direct-inner .offer-headline{margin-bottom: 40px;}
.direct-inner h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.direct-inner .primary-unit{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #c3ccd9;}
.direct-inner .fresh-method{border-top: 1px solid var(--copy-large);}
.direct-inner .quiet-surface{padding: 28px 0;
    border-bottom: 1px solid var(--copy-large);}
.direct-inner .quiet-surface h3{margin: 0 0 10px;
    font-size: 1.08rem;
    letter-spacing: 0.01em;}
.direct-inner .quiet-surface p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;
    color: #c3ccd9;}
.direct-inner .quiet-surface a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.35);
    padding-bottom: 1px;}
.direct-inner .quiet-surface a:hover{color: #5ee0f2;
    border-bottom-color: #5ee0f2;}
.direct-inner .bottom-footer{margin: 32px 0 0;
    font-size: 0.86rem;
    line-height: 1.6;
    color: #c3ccd9;}
@media (max-width: 560px) {.direct-inner{
      padding: 52px 18px 64px;
    }.direct-inner h2{
      font-size: 1.45rem;
    }
  }
.direct-inner{
  background: #0a1018;
  color: #e6ebf2;
}
.active-plan{
    --tone-page: rgba(120, 140, 165, 0.22);
    --tone-card: #111a26;
    background: #0a1018;
    color: #e6ebf2;
    padding: 4.5rem 1.5rem 5rem;
  }
.active-plan .direct-method{max-width: 880px;
    margin: 0 auto;}
.active-plan .offer-headline{border-bottom: 1px solid var(--tone-page);
    padding-bottom: 1.75rem;
    margin-bottom: 2.5rem;}
.active-plan h2{font-size: clamp(1.5rem, 2.6vw, 2.05rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 1rem;}
.active-plan .primary-unit{margin: 0;
    max-width: 62ch;
    font-size: 1rem;
    line-height: 1.7;}
.active-plan .offer-note{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.active-plan .contact-block{display: grid;
    grid-template-columns: minmax(180px, 220px) 1fr;
    gap: 0.5rem 2rem;
    padding-left: 1.25rem;
    border-left: 2px solid var(--tone-page);}
.active-plan .contact-block h3{font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    color: #22d3ee;}
.active-plan .contact-block p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.75;}
.active-plan .media-track{margin: 2.75rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--tone-page);
    font-size: 0.9rem;
    line-height: 1.7;}
.active-plan .media-track a{color: #22d3ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);}
.active-plan .media-track a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.active-plan{
      padding: 3rem 1.15rem 3.5rem;
    }.active-plan .contact-block{
      grid-template-columns: 1fr;
      gap: 0.4rem;
    }
  }
.active-plan{
  background: #0a1018;
  color: #e6ebf2;
}
.wide-surface{
    background: linear-gradient(135deg, #0a1018 0%, #10202e 55%, #0d2a36 100%);
    color: #e6ebf2;
    padding: 96px 24px 72px;
  }
.wide-surface .direct-method{max-width: 780px;
    margin: 0 auto;}
.wide-surface h1{margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.wide-surface .offer-headline{margin: 0;
    max-width: 620px;
    font-size: 1.05rem;
    line-height: 1.6;}
@media (max-width: 640px) {.wide-surface{
      padding: 64px 20px 52px;
    }.wide-surface h1{
      margin-bottom: 16px;
    }
  }
.page-menu{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 104px;
  }
.page-menu .direct-method{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.page-menu h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;}
.page-menu .offer-headline{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.page-menu .contact-block{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    padding-left: 16px;
    border-left: 2px solid rgba(34, 211, 238, 0.45);}
.page-menu .view{margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;}
.page-menu .offer-menu{
    display: inline-block;
    padding: 13px 26px;
    border-radius: 8px;
    background: #22d3ee;
    color: #04121a;
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    transition: background 0.15s ease;
  }
.page-menu .offer-menu:hover{
    background: #5ee0f2;color:#e6ebf2;}
.page-menu .offer-list{font-size: 0.95rem;
    color: #e6ebf2;
    text-decoration: none;
    border-bottom: 1px solid rgba(230, 235, 242, 0.28);
    padding-bottom: 2px;}
.page-menu .offer-list:hover{border-bottom-color: #f5b544;}
@media (max-width: 560px) {.page-menu{
      padding: 72px 20px 80px;
    }.page-menu .view{
      gap: 16px;
    }.page-menu .offer-menu{
      width: 100%;
      text-align: center;
    }
  }
.compact-nav{
    background: #0a1018;
    color: #e6ebf2;
    padding: 72px 24px 88px;
  }
.compact-nav .direct-method{max-width: 780px;
    margin: 0 auto;}
.compact-nav .local-block h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.compact-nav .offer-headline{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-nav .contact-menu{margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.compact-nav .steady-frame h2{font-size: 1.1rem;
    margin: 0 0 8px;
    font-weight: 600;}
.compact-nav .steady-frame p{margin: 0;
    line-height: 1.65;}
.compact-nav .focused-body{margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);}
.compact-nav .focused-body h2{font-size: 1.1rem;
    margin: 0 0 10px;
    font-weight: 600;}
.compact-nav .focused-body > p{margin: 0 0 18px;
    line-height: 1.6;}
.compact-nav .text-content{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;}
.compact-nav .text-content li{line-height: 1.55;}
.compact-nav .text-content span{display: inline-block;
    min-width: 96px;}
.compact-nav .text-content a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);}
.compact-nav .text-content a:hover{border-bottom-color: #22d3ee;}
.compact-nav .view{margin: 40px 0 0;
    line-height: 1.7;}
.compact-nav .view a{text-decoration: none;
    border-bottom: 1px solid rgba(34, 211, 238, 0.4);}
.compact-nav .view a:hover{border-bottom-color: #22d3ee;}
@media (max-width: 640px) {.compact-nav{
      padding: 48px 20px 64px;
    }.compact-nav .local-block h1{
      font-size: 1.6rem;
    }.compact-nav .text-content span{
      display: block;
      min-width: 0;
    }
  }
.compact-nav{
  background: #e6ebf2;
  color: #0d131c;
}
.404{
    background: #0a1018;
    color: #e6ebf2;
    padding: 96px 24px 104px;
  }
.404 .direct-method{
    max-width: 720px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
  }
.404 .offer-headline{
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 16px;
    color: #c3ccd9;
  }
.404 p{
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 28px;
    color: #c3ccd9;
  }
.404 .view{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(120, 140, 165, 0.22);
  }
.404 .view a{
    font-size: 0.98rem;
    text-decoration: none;
    color: #e6ebf2;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
.404 .view a:hover{
    border-bottom-color: #22d3ee;
  }
.404 .view .go{
    background: #22d3ee;
    color: #04121a;
    padding: 11px 20px;
    border-radius: 6px;
    border-bottom: none;
  }
.404 .view .go:hover{
    background: #5ee0f2;color:#e6ebf2;}
.404{
  background: #0a1018;
  color: #e6ebf2;
}
