body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.primary-quote {
    width: 100%;
    background: #F7FCFC;
    color: #12333B;
    border-bottom: 1px solid var(--tone-strong);
    padding: 1.5rem 1.72rem;
  }
:root {
  --tone-strong: #D5E7E7;
  --ink-warm: #FFFFFF;
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
  --line-main: #12333B;
}
.featured-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.15rem;
  }
.offer-area {
    display: flex;
    align-items: center;
    gap: calc(1.15rem * 2);
    min-width: 0;
  }
.featured-area {
    font-size: calc(14.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #12333B;
    text-decoration: none;
    white-space: nowrap;
  }
.featured-area:hover {
    color: #7FD8C8;
  }
.nav-desktop {
    display: block;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    font-size: 14.9px;
    color: #12333B;
    text-decoration: none;
    border-radius: 0.68rem;
    transition: background-color 370ms var(--delay-soft),
                color 370ms var(--delay-soft);
  }
.nav-list a:hover {
    background: #EAF6F5;
    color: #2A4A52;
  }
.local-entries {
    display: flex;
    align-items: center;
    gap: 1.15rem;
  }
.active-plan {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: #0E7C86;
    color: #F4FBFB;
    font-size: 14.9px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 1rem;
    box-shadow: 0 0px 2px rgba(0,0,0,0.03);
    transition: background-color 370ms var(--delay-soft),
                box-shadow 370ms var(--delay-soft);
    white-space: nowrap;
  }
.active-plan:hover{
    background: #0A6570;
    box-shadow: 0 2px 18px rgba(0,0,0,0.04);color:var(--line-main);}
.visual-grid {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #EAF6F5;
    color: #2A4A52;
    border: 1px solid var(--tone-strong);
    border-radius: 0.68rem;
    cursor: pointer;
  }
.steady-stack{
    display: block;
    width: 20px;
    height: 2px;
    background: #2A4A52;
    border-radius: 0.34rem;color:var(--line-main);}
.nav-mobile {
    display: none;
    max-width: 900px;
    margin: calc(1.15rem * 1.5) auto 0;
    padding: calc(1.5rem * .75);
    background: var(--ink-warm);
    color: var(--line-main);
    border: 1px solid var(--tone-strong);
    border-radius: 1rem;
    box-shadow: 0 2px 18px rgba(0,0,0,0.04);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0 0 calc(1.15rem * 1.5) 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.75rem 0.9rem;
    font-size: 14.9px;
    color: var(--line-main);
    text-decoration: none;
    border-radius: 0.68rem;
  }
.nav-mobile-list a:hover {
    background: #EAF6F5;
    color: #2A4A52;
  }
.local-wrap {
    display: block;
    text-align: center;
  }
@media (max-width: 767px) {
    .nav-desktop {
      display: none;
    }

    .local-entries .active-plan {
      display: none;
    }

    .visual-grid {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.direct-inner{font-family:"DM Sans", sans-serif;font-size:14.9px;line-height:1.81;padding:calc(1.5rem * 2.4) 1.72rem;margin-top:calc(1.5rem * 2.4);background:#12333B;color:#F4FBFB;}
.plain-headline{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.15rem * 1.5)}
.visual-service{display:flex;flex-wrap:wrap;gap:1.15rem;justify-content:space-between;align-items:flex-start}
.page-shell{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem / 2);min-width:240px;flex:1 1 280px}
.narrow-rail{margin:0;font-size:14.9px}
.narrow-rail a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 370ms var(--delay-soft)}
.narrow-rail a:hover{border-bottom-color:currentColor;color:inherit}
.visual-team{flex:1 1 220px;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.wide-region{margin:0;font-size:calc(14.9px * 1.35);font-weight:700;letter-spacing:0.02em}
.visual-contact{margin:0;font-size:calc(14.9px * .875);max-width:32ch;opacity:0.85}
.local-team{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.15rem * 1.5)}
.clear-rail{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.15rem}
.clear-rail a{color:inherit;text-decoration:none;font-size:14.9px;padding:0.25rem 0.5rem;border-radius:0.34rem;transition:background-color 370ms var(--delay-soft)}
.clear-rail a:hover{background-color:rgba(255, 255, 255, 0.1);color:inherit}
.active-grid{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.15rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.wide-inner{margin:0;font-size:calc(14.9px * .875);line-height:1.81;max-width:70ch;opacity:0.85}
.simple-header{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.15rem}
.simple-header a{color:inherit;text-decoration:none;font-size:calc(14.9px * .875);border-bottom:1px solid transparent;transition:border-color 370ms var(--delay-soft)}
.simple-header a:hover{border-bottom-color:currentColor;color:inherit}
.primary-form{margin:0;font-size:calc(14.9px * .875);opacity:0.7}
@media (max-width: 640px) {.visual-service{flex-direction:column}.clear-rail{flex-direction:column;gap:calc(1.15rem / 2)}.simple-header{flex-direction:column;gap:calc(1.15rem / 2)}
  }
.cookies {
  position: fixed;
  top: calc(1.15rem * 1.5);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 1.72rem * 2);
  max-width: 680px;
  background: var(--ink-warm);
  color: var(--line-main);
  border: 1px solid var(--tone-strong);
  border-radius: 1rem;
  box-shadow: 0 2px 18px rgba(0,0,0,0.04);
  padding: calc(1.5rem * .75);
  font-family: "DM Sans", sans-serif;
  font-size: calc(14.9px * .875);
  line-height: 1.81;
}
.cookies .quiet-quote{display: flex;
  flex-direction: column;
  gap: 1.15rem;}
.cookies .soft-actions{display: flex;
  flex-direction: column;
  gap: calc(1.15rem / 2);}
.cookies .contact-plan{margin: 0;
  font-size: 14.9px;
  font-weight: 600;
  line-height: 1.81;}
.cookies .secondary-items{margin: 0;
  font-size: calc(14.9px * .875);
  line-height: 1.81;}
.cookies .team-fields{display: flex;
  flex-wrap: wrap;
  gap: calc(1.15rem / 2);
  justify-content: flex-end;}
.cookies .team-fields button{font-family: inherit;
  font-size: calc(14.9px * .875);
  line-height: 1.81;
  padding: 0.5rem 1rem;
  border-radius: 0.68rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 370ms var(--delay-soft), color 370ms var(--delay-soft);}
.cookies .cookie-accept {
  background: #0E7C86;
  color: #F4FBFB;
}
.cookies .cookie-accept:hover{
  background: #0A6570;color:var(--line-main);}
.cookies .cookie-reject {
  background: transparent;
  color: var(--line-main);
  border-color: var(--tone-strong);
}
.cookies .cookie-reject:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:var(--line-main);}
.cookies .cookie-manage {
  background: transparent;
  color: #0E7C86;
  border-color: transparent;
  text-decoration: underline;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.cookies .cookie-manage:hover{color:inherit;}
@media (max-width: 520px) {
  .cookies .team-fields {
    justify-content: stretch;
  }
  .cookies .team-fields button {
    flex: 1 1 auto;
  }
}
.team-area{
    background: linear-gradient(135deg, #EAF6F5 0%, #D6F0EC 55%, #BFE7E0 100%);
    color: #12333B;
    padding: 72px 24px 64px;
  }
.team-area .visual-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.team-area h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.team-area .clear-footer{font-size: 1.06rem;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 54ch;}
.team-area .bottom-media{font-size: 0.98rem;
    line-height: 1.55;
    margin: 0 0 28px;
    max-width: 54ch;
    opacity: 0.85;}
.team-area .primary-content{
    display: inline-block;
    background: #0E7C86;
    color: #F4FBFB;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.team-area .primary-content:hover{
    background: #0A6570;color:var(--line-main);}
.team-area .wide-content{
    background: var(--ink-warm, #FFFFFF);
    color: var(--line-main, #12333B);
    border: 1px solid var(--tone-strong, #D5E7E7);
    border-radius: 16px;
    padding: 26px 24px;
  }
.team-area .clear-inner{font-size: 0.92rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 16px;
    color: #2A4A52;}
.team-area .secondary-summary{list-style: none;
    margin: 0;
    padding: 0;}
.team-area .secondary-summary li{font-size: 0.95rem;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid var(--tone-strong, #D5E7E7);}
.team-area .secondary-summary li:last-child{border-bottom: none;
    padding-bottom: 0;}
.team-area .secondary-summary li:first-child{padding-top: 0;}
@media (max-width: 760px) {.team-area{
      padding: 48px 20px 44px;
    }.team-area .visual-shell{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.team-area{
  background: #F7FCFC;
  color: #12333B;
}
.top-details{
    background: #F7FCFC;
    color: #12333B;
    padding: 4rem 1.25rem;
  }
.top-details .visual-shell{max-width: 960px;
    margin: 0 auto;}
.top-details .quiet-group{max-width: 620px;
    margin-bottom: 2.75rem;}
.top-details .quiet-group h2{margin: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.top-details .quiet-group p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.top-details .bottom-items{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tone-strong, #D5E7E7);}
.top-details .visual-menu{display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--tone-strong, #D5E7E7);}
.top-details .visual-menu h3{margin: 0 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
    grid-column: 2;}
.top-details .visual-menu p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    grid-column: 2;}
.top-details .visual-menu::before{counter-increment: step;
    content: counter(step, decimal-leading-zero);
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 0.95rem;
    font-weight: 600;
    padding-top: 0.15rem;}
.top-details .bottom-items{counter-reset: step;}
.top-details .service-summary{margin: 2.25rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 640px;}
@media (max-width: 560px) {.top-details{
      padding: 3rem 1rem;
    }.top-details .visual-menu{
      grid-template-columns: 2.25rem 1fr;
      gap: 1rem;
    }.top-details .quiet-group h2{
      font-size: 1.45rem;
    }
  }
.top-details{
  background: #12333B;
  color: #F4FBFB;
}
.local-track{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px;
  }
.local-track .visual-shell{max-width: 640px;
    margin: 0 auto;}
.local-track h2{font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.local-track .quiet-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.local-track .bottom-media{font-size: 0.98rem;
    line-height: 1.6;
    color: #2A4A52;
    margin: 0 0 32px;
    padding-top: 18px;
    border-top: 1px solid var(--tone-strong);}
.local-track .primary-content{
    display: inline-block;
    background: #0E7C86;
    color: #F4FBFB;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 1.02rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.local-track .primary-content:hover{
    background: #0A6570;color:var(--line-main);}
.local-track{
  background: #F7FCFC;
  color: #12333B;
}
.primary-stack{
    background: #F7FCFC;
    color: #12333B;
    padding: 64px 20px 72px;
  }
.primary-stack .visual-shell{max-width: 760px;
    margin: 0 auto;}
.primary-stack h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.primary-stack .quiet-group{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 36px;
    max-width: 60ch;}
.primary-stack .fresh-view{display: flex;
    flex-direction: column;
    gap: 28px;}
.primary-stack .text-nav{border-top: 1px solid #D5E7E7;
    padding-top: 22px;}
.primary-stack .text-nav h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.primary-stack .text-nav p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0;}
.primary-stack .bottom-media{margin: 40px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    padding-top: 20px;
    border-top: 1px solid #D5E7E7;}
.primary-stack .bottom-media a{text-decoration: underline;
    text-underline-offset: 2px;}
.primary-stack .bottom-media a:hover{}
@media (max-width: 520px) {.primary-stack{
      padding: 44px 16px 52px;
    }.primary-stack h2{
      font-size: 1.42rem;
    }.primary-stack .text-nav h3{
      font-size: 1.02rem;
    }
  }
.primary-stack{
  background: #12333B;
  color: #F4FBFB;
}
.wide-footer{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 80px;
  }
.wide-footer .visual-shell{max-width: 720px;
    margin: 0 auto;}
.wide-footer h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.wide-footer .quiet-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;
    color: #2A4A52;}
.wide-footer .plain-intro{list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.wide-footer .plain-intro li{padding-left: 20px;
    border-left: 3px solid #7FD8C8;}
.wide-footer .plain-intro h3{font-size: 1.05rem;
    margin: 0 0 6px;
    font-weight: 600;}
.wide-footer .plain-intro p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2A4A52;}
.wide-footer .simple-group{margin: 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--tone-strong);}
.wide-footer .simple-group p{margin: 0 0 12px;
    font-size: 1.08rem;
    line-height: 1.6;
    font-style: italic;}
.wide-footer .simple-group cite{font-style: normal;
    font-size: 0.9rem;
    color: #2A4A52;}
.wide-footer{
  background: #F7FCFC;
  color: #12333B;
}
.secondary-section{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 88px;
  }
.secondary-section .visual-shell{max-width: 780px;
    margin: 0 auto;}
.secondary-section .section{margin-bottom: 48px;}
.secondary-section h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.secondary-section .quiet-group{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0;}
.secondary-section .fresh-view{display: flex;
    flex-direction: column;
    gap: 34px;}
.secondary-section .narrow-frame h3{font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.secondary-section .narrow-frame p{font-size: 0.9875rem;
    line-height: 1.7;
    margin: 0;}
.secondary-section .bottom-media{margin: 52px 0 0;
    padding-top: 26px;
    border-top: 1px solid var(--tone-strong, #D5E7E7);
    font-size: 0.95rem;
    line-height: 1.65;}
@media (max-width: 600px) {.secondary-section{
      padding: 52px 18px 64px;
    }.secondary-section h2{
      font-size: 1.4rem;
    }.secondary-section .fresh-view{
      gap: 28px;
    }
  }
.secondary-section{
  background: #12333B;
  color: #F4FBFB;
}
.content-media{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 80px;
  }
.content-media .visual-shell{max-width: 1080px;
    margin: 0 auto;}
.content-media .section{max-width: 720px;
    margin-bottom: 48px;}
.content-media .section h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.content-media .quiet-group{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    color: #2A4A52;}
.content-media .steady-note{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;}
.content-media .primary-area{display: flex;
    flex-direction: column;
    border-top: 3px solid #0E7C86;
    padding-top: 22px;}
.content-media .primary-area:nth-child(2){border-top-color: var(--surface-light, #7FD8C8);}
.content-media .primary-area:nth-child(3){border-top-color: #EAF6F5;}
.content-media .primary-area h3{font-size: 1.18rem;
    line-height: 1.3;
    margin: 0 0 12px;}
.content-media .primary-area p{font-size: 0.96rem;
    line-height: 1.6;
    margin: 0 0 18px;
    color: #2A4A52;}
.content-media .offer-fields{list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;}
.content-media .offer-fields li{position: relative;
    padding-left: 18px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #12333B;}
.content-media .offer-fields li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--surface-light, #7FD8C8);color:var(--line-main);}
.content-media .quiet-footer{
    margin-top: auto;
    align-self: flex-start;
    display: inline-block;
    background: #0E7C86;
    color: #F4FBFB;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 999px;
    transition: background 0.2s ease;
  }
.content-media .quiet-footer:hover{
    background: #0A6570;color:var(--line-main);}
.content-media .bottom-media{margin: 52px 0 0;
    max-width: 680px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2A4A52;
    border-left: 3px solid var(--surface-light, #7FD8C8);
    padding-left: 18px;}
@media (max-width: 900px) {.content-media .steady-note{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
@media (max-width: 560px) {.content-media{
      padding: 52px 18px 60px;
    }.content-media .section{
      margin-bottom: 36px;
    }.content-media .quiet-footer{
      width: 100%;
      text-align: center;
    }
  }
.content-media{
  background: #F7FCFC;
  color: #12333B;
}
.text-lead{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 80px;
  }
.text-lead .visual-shell{max-width: 760px;
    margin: 0 auto;}
.text-lead h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.text-lead .quiet-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.text-lead .plain-intro{display: flex;
    flex-direction: column;
    gap: 40px;}
.text-lead .bottom-media h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.text-lead .bottom-media p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.text-lead .service-summary{margin: 56px 0 0;
    padding-top: 28px;
    font-size: 0.98rem;
    line-height: 1.7;
    border-top: 1px solid var(--tone-strong, #D5E7E7);}
.text-lead .service-summary a{text-decoration: underline;
    text-underline-offset: 3px;}
.text-lead .service-summary a:hover{}
@media (min-width: 720px) {.text-lead{
      padding: 96px 40px 104px;
    }.text-lead h2{
      font-size: 2.1rem;
    }.text-lead .quiet-group{
      font-size: 1.12rem;
    }.text-lead .plain-intro{
      gap: 48px;
    }
  }
.text-lead{
  background: #12333B;
  color: #F4FBFB;
}
.service-benefit{
    background: #F7FCFC;
    color: #12333B;
    padding: 64px 20px 72px;
  }
.service-benefit .visual-shell{max-width: 1040px;
    margin: 0 auto;}
.service-benefit .section{max-width: 640px;
    margin-bottom: 44px;}
.service-benefit .section h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.service-benefit .section p{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.service-benefit .section a{color: #0E7C86;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-benefit .top-list{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--tone-strong, #D5E7E7);
    border-bottom: 1px solid var(--tone-strong, #D5E7E7);}
.service-benefit .top-contact{padding: 26px 24px 28px;
    border-right: 1px solid var(--tone-strong, #D5E7E7);}
.service-benefit .top-contact:last-child{border-right: none;}
.service-benefit .top-contact h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.service-benefit .top-contact p{font-size: 0.94rem;
    line-height: 1.6;
    margin: 0 0 12px;
    color: #2A4A52;}
.service-benefit .top-contact .compact-note{margin: 0;
    font-size: 0.95rem;
    color: #12333B;
    word-break: break-word;}
.service-benefit .top-contact .compact-note a{color: #0E7C86;
    text-decoration: none;
    border-bottom: 1px solid #7FD8C8;
    padding-bottom: 1px;}
.service-benefit .public-details{margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;}
.service-benefit .public-details p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 560px;
    color: #2A4A52;}
.service-benefit .public-details .go{
    display: inline-block;
    background: #0E7C86;
    color: #F4FBFB;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.service-benefit .public-details .go:hover{
    background: #0A6570;color:var(--line-main);}
@media (max-width: 820px) {.service-benefit .top-list{
      grid-template-columns: 1fr;
    }.service-benefit .top-contact{
      border-right: none;
      border-bottom: 1px solid var(--tone-strong, #D5E7E7);
      padding: 22px 4px 24px;
    }.service-benefit .top-contact:last-child{
      border-bottom: none;
    }
  }
@media (max-width: 520px) {.service-benefit{
      padding: 48px 16px 56px;
    }.service-benefit .section h2{
      font-size: 1.4rem;
    }
  }
.service-benefit{
  background: #F7FCFC;
  color: #12333B;
}
.steady-shell{
    --label-large: #D5E7E7;
    --tone-light: #12333B;
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 88px;
  }
.steady-shell .visual-shell{max-width: 640px;
    margin: 0 auto;}
.steady-shell .section h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.steady-shell .section p{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.6;}
.steady-shell .section a{text-decoration: underline;
    text-underline-offset: 3px;}
.steady-shell .local-method{margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.steady-shell .local-rail{display: flex;
    flex-direction: column;
    gap: 6px;}
.steady-shell .local-rail label{font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.steady-shell .local-rail input,
  .steady-shell .local-rail select,
  .steady-shell .local-rail textarea{
    font: inherit;
    color: var(--line-main, #12333B);
    background: var(--ink-warm, #FFFFFF);
    border: 1px solid var(--label-large);
    border-radius: 12px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.15s ease;
  }
.steady-shell .local-rail textarea{resize: vertical;
    min-height: 110px;
    line-height: 1.5;}
.steady-shell .local-rail input::placeholder,
  .steady-shell .local-rail textarea::placeholder{}
.steady-shell .local-rail input:focus,
  .steady-shell .local-rail select:focus,
  .steady-shell .local-rail textarea:focus{border-color: #0E7C86;}
.steady-shell button[type="submit"]{
    font: inherit;
    font-weight: 600;
    font-size: 1.05rem;
    color: #F4FBFB;
    background: #0E7C86;
    border: none;
    border-radius: 14px;
    padding: 16px 22px;
    cursor: pointer;
    transition: background 0.15s ease;
  }
.steady-shell button[type="submit"]:hover{
    background: #0A6570;color:var(--line-main);}
.steady-shell .bottom-media{margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;}
.steady-shell .bottom-media a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 520px) {.steady-shell{
      padding: 52px 18px 64px;
    }.steady-shell .section h2{
      font-size: 1.45rem;
    }
  }
.steady-shell{
  background: #12333B;
  color: #F4FBFB;
}
.clear-method{
    --copy-heading: #D5E7E7;
    --field-static: #EAF6F5;
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 20px 88px;
  }
.clear-method .visual-shell{max-width: 880px;
    margin: 0 auto;}
.clear-method .section{max-width: 620px;
    margin-bottom: 48px;}
.clear-method h2{margin: 0 0 16px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.clear-method .quiet-group{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #2A4A52;}
.clear-method .top-list{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--copy-heading);}
.clear-method .top-contact{display: grid;
    grid-template-columns: 140px 1fr;
    gap: 8px 32px;
    padding: 26px 0;
    border-bottom: 1px solid var(--copy-heading);}
.clear-method .top-contact .steady-details{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2A4A52;
    padding-top: 4px;}
.clear-method .top-contact a{font-size: 1.15rem;
    font-weight: 600;
    color: #0E7C86;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s ease;}
.clear-method .top-contact a:hover{border-bottom-color: #7FD8C8;}
.clear-method .top-contact .public-plan{margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;}
.clear-method .top-contact .bottom-media{grid-column: 2;
    margin: 6px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #2A4A52;}
.clear-method .site-panel{
    margin-top: 56px;
    padding: 32px 36px;
    background: var(--field-static);
    border-radius: 14px;color:var(--line-main);}
.clear-method .site-panel h3{margin: 0 0 20px;
    font-size: 1.15rem;
    letter-spacing: -0.005em;}
.clear-method .site-panel dl{margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;}
.clear-method .site-panel .narrow-frame{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 16px;
    align-items: baseline;}
.clear-method .site-panel dt{font-size: 0.95rem;
    color: #2A4A52;}
.clear-method .site-panel dd{margin: 0;
    font-size: 1rem;
    font-weight: 500;}
.clear-method .service-summary{margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--copy-heading);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2A4A52;}
@media (max-width: 640px) {.clear-method{
      padding: 52px 18px 64px;
    }.clear-method h2{
      font-size: 1.4rem;
    }.clear-method .top-contact{
      grid-template-columns: 1fr;
      gap: 4px;
    }.clear-method .top-contact .bottom-media{
      grid-column: 1;
    }.clear-method .site-panel{
      padding: 24px 22px;
    }.clear-method .site-panel .narrow-frame{
      grid-template-columns: 1fr;
      gap: 2px;
    }
  }
.clear-method{
  background: #F7FCFC;
  color: #12333B;
}
.narrow-copy{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 88px;
  }
.narrow-copy .visual-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 56px 72px;
    align-items: start;}
.narrow-copy .quiet-group h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 600;}
.narrow-copy .quiet-group .clear-footer{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0;
    max-width: 46ch;}
.narrow-copy .bottom-media{border-left: 2px solid #0E7C86;
    padding-left: 22px;
    margin-top: 6px;}
.narrow-copy .bottom-media h2{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin: 0 0 16px;}
.narrow-copy .bottom-media p{font-size: 0.97rem;
    line-height: 1.7;
    margin: 0 0 16px;}
.narrow-copy .bottom-media p:last-child{margin-bottom: 0;}
@media (max-width: 780px) {.narrow-copy{
      padding: 52px 20px 64px;
    }.narrow-copy .visual-shell{
      grid-template-columns: 1fr;
      gap: 36px;
    }.narrow-copy .bottom-media{
      padding-left: 18px;
    }
  }
.narrow-copy{
  background: #F7FCFC;
  color: #12333B;
}
.soft-header{
    background: #F7FCFC;
    color: #12333B;
    padding: 4.5rem 1.25rem 5rem;
  }
.soft-header .visual-shell{max-width: 760px;
    margin: 0 auto;}
.soft-header .section h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.soft-header .section p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.soft-header .direct-visual{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tone-strong, #D5E7E7);}
.soft-header .visual-menu{display: grid;
    grid-template-columns: 4.5rem 1fr;
    grid-template-areas:
      "year title"
      "year text";
    column-gap: 1.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--tone-strong, #D5E7E7);}
.soft-header .visual-menu .page-track{grid-area: year;
    font-size: 0.95rem;
    font-weight: 600;
    padding-top: 0.15rem;}
.soft-header .visual-menu h3{grid-area: title;
    font-size: 1.15rem;
    margin: 0 0 0.4rem;
    line-height: 1.35;}
.soft-header .visual-menu p{grid-area: text;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.soft-header .bottom-media{
    margin-top: 2.5rem;
    padding: 1.5rem 1.75rem;
    background: #EAF6F5;
    color: #2A4A52;
    border-radius: 10px;
  }
.soft-header .bottom-media h3{font-size: 1.05rem;
    margin: 0 0 0.5rem;}
.soft-header .bottom-media p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 560px) {.soft-header{
      padding: 3rem 1rem 3.5rem;
    }.soft-header .section h2{
      font-size: 1.45rem;
    }.soft-header .visual-menu{
      grid-template-columns: 1fr;
      grid-template-areas:
        "year"
        "title"
        "text";
      row-gap: 0.35rem;
    }.soft-header .visual-menu .page-track{
      padding-top: 0;
    }
  }
.soft-header{
  background: #12333B;
  color: #F4FBFB;
}
.direct-visual{
    --font-lead: #D5E7E7;
    --field-local: #0E7C86;
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 80px;
  }
.direct-visual .visual-shell{max-width: 880px;
    margin: 0 auto;}
.direct-visual .active-header{max-width: 620px;
    margin-bottom: 48px;}
.direct-visual h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.direct-visual .quiet-group{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;
    color: #2A4A52;}
.direct-visual .primary-unit{list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
    border-left: 2px solid var(--font-lead);}
.direct-visual .visual-menu{position: relative;
    padding: 0 0 36px 26px;}
.direct-visual .visual-menu:last-child{padding-bottom: 0;}
.direct-visual .visual-menu::before{
    content: "";
    position: absolute;
    left: -35px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--field-local);
    border: 3px solid #F7FCFC;color:var(--line-main);}
.direct-visual .service-region{display: block;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0E7C86;
    margin-bottom: 6px;
    font-weight: 600;}
.direct-visual .contact-service h3{font-size: 1.12rem;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.35;}
.direct-visual .contact-service p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.62;
    color: #2A4A52;
    max-width: 58ch;}
@media (max-width: 560px) {.direct-visual{
      padding: 52px 18px 60px;
    }.direct-visual h2{
      font-size: 1.4rem;
    }.direct-visual .primary-unit{
      padding-left: 20px;
    }.direct-visual .visual-menu{
      padding-left: 20px;
    }.direct-visual .visual-menu::before{
      left: -27px;
    }
  }
.direct-visual{
  background: #F7FCFC;
  color: #12333B;
}
.clear-service{
    background: #F7FCFC;
    color: #12333B;
    padding: 4.5rem 1.25rem 5rem;
  }
.clear-service .visual-shell{max-width: 780px;
    margin: 0 auto;}
.clear-service .quiet-group{margin-bottom: 2.75rem;}
.clear-service .quiet-group h2{font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.clear-service .quiet-group p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    color: #2A4A52;
    max-width: 62ch;}
.clear-service .fresh-view{display: flex;
    flex-direction: column;
    border-top: 1px solid var(--tone-strong);}
.clear-service .text-nav{padding: 1.6rem 0 1.7rem;
    border-bottom: 1px solid var(--tone-strong);}
.clear-service .text-nav h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    color: #12333B;}
.clear-service .text-nav p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #2A4A52;
    max-width: 68ch;}
.clear-service .text-nav a{color: #0E7C86;
    text-decoration: underline;
    text-underline-offset: 3px;}
.clear-service .text-nav a:hover{color: #0A6570;}
@media (max-width: 560px) {.clear-service{
      padding: 3rem 1rem 3.5rem;
    }.clear-service .quiet-group{
      margin-bottom: 2rem;
    }.clear-service .text-nav{
      padding: 1.35rem 0 1.45rem;
    }
  }
.clear-service{
  background: #F7FCFC;
  color: #12333B;
}
.service-entries{
    --state-soft: #D5E7E7;
    --field-soft: #EAF6F5;
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 20px 88px;
  }
.service-entries .visual-shell{max-width: 880px;
    margin: 0 auto;}
.service-entries h2{font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.service-entries .quiet-group{font-size: 1.05rem;
    line-height: 1.65;
    color: #2A4A52;
    margin: 0 0 40px;
    max-width: 62ch;}
.service-entries .fresh-view{display: flex;
    flex-direction: column;}
.service-entries .narrow-frame{border-top: 1px solid var(--state-soft);
    padding: 26px 0 30px;}
.service-entries .narrow-frame:last-child{border-bottom: 1px solid var(--state-soft);}
.service-entries .narrow-frame h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 12px;}
.service-entries .narrow-frame p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 12px;
    max-width: 68ch;}
.service-entries .narrow-frame p:last-child{margin-bottom: 0;}
.service-entries a{color: #0E7C86;
    text-decoration: underline;
    text-underline-offset: 2px;}
.service-entries a:hover{color: #0A6570;}
@media (min-width: 760px) {.service-entries .narrow-frame{
      display: grid;
      grid-template-columns: 240px 1fr;
      column-gap: 36px;
      padding: 30px 0 34px;
    }.service-entries .narrow-frame h3{
      margin: 0;
      font-size: 1.05rem;
    }.service-entries .narrow-frame p{
      grid-column: 2;
    }
  }
.service-entries{
  background: #F7FCFC;
  color: #12333B;
}
.bottom-entries{
    background: #F7FCFC;
    color: #12333B;
    padding: 72px 24px 88px;
  }
.bottom-entries .visual-shell{max-width: 880px;
    margin: 0 auto;}
.bottom-entries h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.bottom-entries .quiet-group{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 62ch;}
.bottom-entries .bottom-items{display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--tone-strong, #D5E7E7);}
.bottom-entries .visual-menu{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 22px 4px;
    border-bottom: 1px solid var(--tone-strong, #D5E7E7);
    align-items: baseline;}
.bottom-entries .visual-menu h3{font-size: 1rem;
    margin: 0;
    font-weight: 600;}
.bottom-entries .visual-menu p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.bottom-entries .steady-surface{
    margin-top: 48px;
    padding: 28px 28px 24px;
    background: #EAF6F5;
    color: #2A4A52;
    border-radius: 14px;
  }
.bottom-entries .steady-surface h3{margin: 0 0 12px;
    font-size: 1.1rem;}
.bottom-entries .steady-surface p{margin: 0 0 20px;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 60ch;}
.bottom-entries .content-details{list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;}
.bottom-entries .content-details li{display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
    font-size: 0.98rem;
    align-items: baseline;}
.bottom-entries .content-details span{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.75;}
.bottom-entries .content-details a{text-decoration: none;
    border-bottom: 1px solid transparent;}
.bottom-entries .content-details a:hover{border-bottom-color: #0E7C86;}
@media (max-width: 640px) {.bottom-entries{
      padding: 52px 18px 64px;
    }.bottom-entries .visual-menu{
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 18px 2px;
    }.bottom-entries .content-details li{
      grid-template-columns: 1fr;
      gap: 2px;
    }
  }
.bottom-entries{
  background: #12333B;
  color: #F4FBFB;
}
.404{
    background: #F7FCFC;
    color: #12333B;
    padding: 88px 20px 96px;
  }
.404 .visual-shell{
    max-width: 720px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
  }
.404 .quiet-group{
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 0 18px;
    color: #2A4A52;
  }
.404 p{
    line-height: 1.65;
    margin: 0 0 26px;
  }
.404 .visual-region{
    list-style: none;
    margin: 34px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid var(--tone-strong);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
  }
.404 .visual-region li{
    margin: 0;
  }
.404 .visual-region a{
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    background: #0E7C86;
    color: #F4FBFB;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.18s ease;
  }
.404 .visual-region a:hover{
    background: #0A6570;color:var(--line-main);}
.404 .visual-region li:last-child a{
    background: transparent;
    color: #12333B;
    border: 1px solid var(--tone-strong);
  }
.404 .visual-region li:last-child a:hover{
    background: #EAF6F5;color:#2A4A52;}
@media (max-width: 520px) {.404{
      padding: 64px 18px 72px;
    }.404 .visual-region{
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }
  }
.404{
  background: #F7FCFC;
  color: #12333B;
}
