:root {
  --navy:#102a3c;
  --ink:#173247;
  --muted:#536b7a;
  --teal:#109f9a;
  --teal-dark:#087575;
  --line:#d8e7e8;
  --mist:#f7fbfb;
  --mint:#e4f5f3;
  --warm:#d8aa6e;
  --white:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:var(--ink);
  background:var(--white)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--white);
  font-size:16px;
  line-height:1.8
}
a {
  color:inherit;
  text-decoration:none
}
button,a,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,summary:focus-visible {
  outline:3px solid var(--teal);
  outline-offset:4px
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  line-height:1.4;
  font-weight:700;
  letter-spacing:.02em
}
.container {
  width:min(1280px,calc(100% - 80px));
  margin-inline:auto
}
.skip-link {
  position:absolute;
  z-index:30;
  left:12px;
  top:-100px;
  padding:8px 14px;
  background:var(--navy);
  color:#fff
}
.skip-link:focus {
  top:12px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.site-header {
  background:#fff
}
.header-inner {
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:24px;
  line-height:1;
  letter-spacing:.025em;
  white-space:nowrap
}
.brand-symbol {
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--teal);
  position:relative;
  display:inline-block;
  flex:none
}
.brand-symbol:after {
  content:"";
  position:absolute;
  width:13px;
  height:8px;
  left:7px;
  top:6px;
  border-left:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:rotate(-45deg)
}
.brand-symbol span {
  position:absolute;
  background:#fff;
  width:5px;
  height:9px;
  transform:rotate(30deg);
  right:3px;
  top:2px
}
.main-nav {
  display:flex;
  align-items:center;
  gap:36px;
  color:#4d6272;
  font-size:15px
}
.main-nav a:not(.nav-cta):hover,.hero-price:hover,.footer-inner a:hover {
  color:var(--teal-dark)
}
.nav-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:#fff;
  min-height:48px;
  padding:0 24px;
  border-radius:30px;
  margin-left:18px
}
.nav-cta:hover {
  background:#25475b
}
.hero {
  background:var(--mist);
  overflow:hidden
}
.hero-inner {
  min-height:720px;
  display:grid;
  grid-template-columns:1.06fr 1fr;
  gap:50px;
  align-items:center;
  padding-top:64px;
  padding-bottom:50px
}
.hero-copy {
  position:relative;
  z-index:2
}
.eyebrow {
  display:inline-block;
  border-radius:100px;
  background:#e5f5f3;
  color:var(--teal-dark);
  font-size:15px;
  line-height:1.5;
  padding:9px 20px;
  margin-bottom:32px
}
.hero h1 {
  font-size:clamp(38px,3.7vw,58px);
  letter-spacing:.04em;
  line-height:1.52;
  font-weight:600;
  color:var(--navy);
  margin-bottom:22px;
  white-space:nowrap
}
.hero-rule {
  height:7px;
  width:min(100%,585px);
  border-radius:8px;
  background:var(--teal);
  margin-bottom:28px
}
.hero-lead {
  font-size:25px;
  color:var(--navy);
  line-height:1.5;
  margin-bottom:14px
}
.hero-mobile-break {
  display:none
}
.hero-description {
  font-size:18px;
  line-height:1.8;
  color:var(--muted);
  margin-bottom:50px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-height:62px;
  padding:12px 34px;
  border-radius:100px;
  font-size:17px;
  font-weight:700;
  line-height:1.4;
  text-align:center
}
.button span {
  font-size:24px;
  font-weight:400;
  line-height:1
}
.button-primary {
  background:var(--teal-dark);
  color:#fff
}
.button-primary:hover {
  background:#066466
}
.hero-price {
  font-size:18px;
  color:var(--navy);
  white-space:nowrap
}
.hero-price small {
  font-size:15px
}
.hero-legal {
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  margin:20px 0 0;
  font-size:12px;
  color:var(--muted)
}
.hero-legal a {
  text-decoration:underline;
  text-underline-offset:3px
}
.hero-visual {
  height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  overflow:hidden
}
.hero-visual picture {
  display:block;
  width:100%;
  height:100%
}
.hero-visual img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}
.hero-bottom {
  border-top:1px solid var(--line);
  min-height:78px;
  display:flex;
  align-items:center;
  gap:0;
  color:var(--muted);
  font-size:17px
}
.hero-bottom>span:not(:last-child) {
  display:inline-flex;
  align-items:center;
  gap:34px;
  margin-right:34px
}
.hero-bottom>span:not(:last-child):after {
  content:"";
  height:6px;
  width:6px;
  border-radius:50%;
  background:var(--teal)
}
.hero-bottom-note {
  margin-left:auto;
  font-size:12px;
  letter-spacing:.05em;
  color:var(--muted)
}
.section {
  padding:112px 0
}
.section-kicker {
  font-size:13px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--teal-dark);
  margin-bottom:22px
}
.section-heading {
  max-width:780px;
  margin-bottom:50px
}
.section-heading h2,.scope-intro h2,.price-copy h2,.faq-layout h2,.final-layout h2 {
  font-size:clamp(32px,3vw,44px);
  color:var(--navy);
  margin-bottom:18px;
  letter-spacing:.03em
}
.section-heading>p:last-child,.scope-intro>p:last-child,.price-copy>p:last-child {
  font-size:18px;
  color:var(--muted);
  line-height:1.9;
  margin-bottom:0
}
.consult-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.consult-section {
  background:#f2f8f7
}
.consult-item {
  border:1px solid var(--line);
  border-top:6px solid var(--navy);
  background:#fff;
  min-height:290px;
  padding:30px 30px 36px;
  display:flex;
  flex-direction:column
}
.consult-item:nth-child(2) {
  border-top-color:var(--teal-dark);
  background:#e4f3f0
}
.consult-item:nth-child(3) {
  border-top-color:var(--warm)
}
.consult-item:nth-child(3) .item-mark {
  background:#faeee0;
  color:#9b5c26
}
.item-mark {
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--teal-dark);
  background:var(--mint);
  font-size:25px;
  line-height:1;
  margin-bottom:38px
}
.consult-item h3 {
  font-size:23px;
  color:var(--navy);
  margin-bottom:14px
}
.consult-item p {
  font-size:16px;
  color:var(--muted);
  margin-bottom:0;
  line-height:1.85
}
.scope-section {
  background:var(--navy)
}
.scope-section .section-kicker {
  color:#75d2cd
}
.scope-layout {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:9%;
  align-items:start
}
.scope-intro h2 {
  font-size:clamp(38px,3.4vw,52px);
  margin-bottom:24px;
  color:#fff
}
.scope-intro>p:last-child {
  max-width:340px;
  color:#c8dce0
}
.scope-list {
  border-top:1px solid #486674
}
.scope-list article {
  display:grid;
  grid-template-columns:55px 1fr 24px;
  gap:20px;
  align-items:start;
  padding:29px 0;
  border-bottom:1px solid #486674
}
.scope-index {
  color:var(--warm);
  font-size:14px;
  font-weight:700;
  letter-spacing:.1em;
  padding-top:5px
}
.scope-list h3 {
  font-size:22px;
  color:#fff;
  margin-bottom:8px
}
.scope-list p {
  color:#c8dce0;
  font-size:15px;
  line-height:1.8;
  margin:0
}
.scope-arrow {
  color:var(--warm);
  font-size:22px
}
.support-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px
}
.support-panel {
  min-height:430px;
  padding:38px 40px;
  display:flex;
  flex-direction:column
}
.support-panel.meeting {
  background:var(--navy);
  color:#fff
}
.support-panel.chat {
  background:#e9f6f4;
  color:var(--navy)
}
.support-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  letter-spacing:.13em;
  color:#b4d8d8;
  margin-bottom:42px
}
.chat .support-top {
  color:var(--teal-dark)
}
.support-icon {
  font-size:30px;
  line-height:1;
  color:#56c5c0
}
.support-panel h3 {
  font-size:30px;
  line-height:1.55;
  margin-bottom:18px
}
.support-panel>p {
  font-size:17px;
  line-height:1.9;
  max-width:440px;
  margin-bottom:38px
}
.meeting>p {
  color:#d9e6e9
}
.chat>p {
  color:#496a73
}
.support-foot {
  border-top:1px solid currentColor;
  padding-top:15px;
  margin-top:auto;
  font-size:14px;
  opacity:.8
}
.support-note {
  text-align:right;
  color:var(--muted);
  font-size:13px;
  margin:15px 0 0
}
.price-section {
  background:#f7fbfb
}
.price-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  align-items:center
}
.price-copy>p:last-child {
  max-width:390px
}
.price-card {
  background:#fff;
  border:1px solid var(--line);
  padding:45px 50px 42px;
  box-shadow:12px 12px 0 #e4f1f1
}
.price-label {
  font-size:16px;
  color:var(--muted);
  margin-bottom:15px
}
.price-number {
  color:var(--navy);
  font-size:clamp(54px,5vw,75px);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.035em;
  margin-bottom:6px;
  white-space:nowrap
}
.price-number span {
  font-size:27px;
  margin-left:5px;
  letter-spacing:0
}
.price-number small {
  font-size:15px;
  letter-spacing:0;
  font-weight:700;
  margin-left:10px;
  color:var(--teal-dark)
}
.price-tax {
  font-size:16px;
  color:var(--muted);
  margin-bottom:0
}
.price-tax span {
  font-size:13px
}
.price-divider {
  height:1px;
  background:var(--line);
  margin:30px 0 22px
}
.price-card ul {
  list-style:none;
  margin:0 0 32px;
  padding:0
}
.price-card li {
  position:relative;
  padding:7px 0 7px 28px
}
.price-card li:before {
  content:"";
  position:absolute;
  left:3px;
  top:17px;
  width:12px;
  height:6px;
  border-left:2px solid var(--teal);
  border-bottom:2px solid var(--teal);
  transform:rotate(-45deg)
}
.price-button {
  width:100%
}
.contract-terms {
  position:relative;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:60px;
  margin-top:60px;
  padding-top:25px;
  border-top:1px solid var(--line)
}
.contract-terms:before {
  content:"";
  position:absolute;
  top:-2px;
  left:0;
  width:82px;
  height:4px;
  background:var(--warm)
}
.contract-terms h3 {
  color:var(--navy);
  font-size:18px;
  margin:0
}
.contract-terms p {
  color:var(--muted);
  font-size:15px;
  line-height:1.9;
  margin:0
}
.flow-list {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.flow-section {
  background:#eef7f5
}
.flow-list li {
  position:relative;
  border-top:3px solid var(--teal);
  padding-top:25px;
  display:flex;
  gap:24px
}
.flow-list li:before {
  content:"";
  position:absolute;
  right:0;
  top:-9px;
  width:15px;
  height:15px;
  border-radius:50%;
  background:var(--warm)
}
.flow-list li>span {
  font-size:18px;
  font-weight:700;
  color:var(--teal-dark)
}
.flow-list h3 {
  font-size:20px;
  color:var(--navy);
  margin-bottom:10px
}
.flow-list p {
  font-size:15px;
  color:var(--muted);
  margin:0;
  line-height:1.85
}
.faq-section {
  background:#f7fbfb
}
.faq-layout {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:9%
}
.faq-intro {
  color:var(--muted);
  font-size:17px
}
.faq-list {
  border-top:1px solid var(--line)
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  position:relative;
  cursor:pointer;
  list-style:none;
  font-size:18px;
  font-weight:700;
  color:var(--navy);
  padding:27px 36px 27px 0;
  line-height:1.6
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:"+";
  position:absolute;
  right:3px;
  top:23px;
  font-size:25px;
  color:var(--teal);
  font-weight:400
}
.faq-list details[open] summary:after {
  content:"−"
}
.faq-list details p {
  color:var(--muted);
  margin:0;
  padding:0 28px 26px 0;
  font-size:16px;
  line-height:1.9
}
.final-section {
  background:var(--navy);
  color:#fff;
  padding:106px 0
}
.final-layout {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:12%;
  align-items:center
}
.final-layout .section-kicker {
  color:#65cec8
}
.final-layout h2 {
  color:#fff;
  font-size:clamp(38px,3.5vw,52px);
  margin-bottom:22px
}
.final-layout>div:first-child>p:last-child {
  color:#d5e5e9;
  font-size:17px;
  max-width:450px;
  line-height:1.9
}
.apply-status {
  background:#fff;
  color:var(--navy);
  padding:34px 38px;
  position:relative
}
.status-line {
  display:block;
  width:55px;
  height:5px;
  background:var(--teal);
  margin-bottom:23px
}
.status-label {
  font-size:13px;
  letter-spacing:.05em;
  color:var(--teal-dark);
  margin-bottom:8px
}
.status-main {
  font-size:23px;
  font-weight:700;
  margin-bottom:8px
}
.apply-status p:not(.status-main):not(.status-label) {
  color:var(--muted);
  font-size:15px;
  margin-bottom:20px
}
.apply-status a {
  font-weight:700;
  color:var(--teal-dark);
  border-bottom:1px solid var(--teal-dark);
  padding-bottom:2px
}
.apply-status .booking-button {
  width:100%;
  color:#fff;
  border:0;
  padding:12px 20px;
  font-size:15px;
  gap:12px
}
.site-footer {
  background:#0c2231;
  color:#c9dadf
}
.footer-inner {
  min-height:112px;
  display:flex;
  align-items:center;
  gap:25px
}
.footer-brand {
  color:#fff;
  font-size:20px
}
.footer-brand .brand-symbol {
  width:22px;
  height:22px
}
.footer-brand .brand-symbol:after {
  transform:scale(.8) rotate(-45deg);
  transform-origin:left top
}
.footer-inner>span {
  font-size:13px
}
.footer-inner small {
  margin-left:auto;
  font-size:12px
}
.footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  font-size:13px
}
.footer-links a:hover {
  text-decoration:underline
}
.legal-main {
  background:var(--mist);
  padding:72px 0 100px
}
.legal-content {
  max-width:850px
}
.legal-content h1 {
  color:var(--navy);
  font-size:clamp(30px,3vw,42px);
  text-wrap:balance;
  margin-bottom:30px
}
.legal-content h2 {
  color:var(--navy);
  font-size:22px;
  margin:46px 0 12px
}
.legal-content p,.legal-content li,.legal-content dd {
  color:var(--ink);
  font-size:16px;
  line-height:1.85
}
.legal-content ul {
  padding-left:1.5em
}
.legal-content a {
  color:var(--teal-dark);
  text-decoration:underline;
  text-underline-offset:3px
}
.legal-content dl {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:0 24px
}
.legal-content dt,.legal-content dd {
  padding:14px 0;
  border-bottom:1px solid var(--line);
  margin:0
}
.legal-content dt {
  font-weight:700;
  color:var(--navy)
}
@media(max-width:1100px) {
  .container {
    width:min(100% - 52px,1280px)
  }
  .hero-inner {
    gap:22px
  }
  .hero h1 {
    font-size:clamp(36px,4vw,48px)
  }
  .hero-visual {
    height:530px
  }
  .hero-bottom-note {
    display:none
  }
  .scope-layout,.faq-layout {
    gap:6%
  }
  .price-layout {
    gap:6%
  }
}
@media(max-width:900px) {
  .legal-main {
    padding:48px 0 76px
  }
  .legal-content dl {
    grid-template-columns:1fr
  }
  .legal-content dt {
    border-bottom:0;
    padding-bottom:0
  }
  .legal-content dd {
    padding-top:2px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    min-height:74px;
    align-items:center
  }
  .brand {
    font-size:20px;
    gap:10px
  }
  .brand-symbol {
    width:22px;
    height:22px
  }
  .brand-symbol:after {
    transform:scale(.8) rotate(-45deg);
    transform-origin:left top
  }
  .brand-symbol span {
    display:none
  }
  .main-nav {
    gap:0
  }
  .main-nav a:not(.nav-cta) {
    display:none
  }
  .nav-cta {
    min-height:40px;
    padding:0 16px;
    font-size:13px;
    margin:0
  }
  .hero-inner {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    min-height:0;
    padding-top:56px;
    padding-bottom:38px;
    gap:30px
  }
  .hero-copy {
    width:100%
  }
  .hero-eyebrow {
    font-size:13px;
    margin-bottom:22px;
    padding:7px 14px
  }
  .hero h1 {
    font-size:clamp(31px,8.5vw,43px);
    line-height:1.5;
    margin-bottom:19px;
    white-space:normal
  }
  .hero-rule {
    height:6px;
    margin-bottom:22px
  }
  .hero-lead {
    font-size:21px;
    margin-bottom:12px
  }
  .hero-description {
    font-size:15px;
    line-height:1.85;
    margin-bottom:27px
  }
  .desktop-only {
    display:none
  }
  .hero-actions {
    gap:14px 20px
  }
  .hero-actions .button {
    min-height:54px;
    padding:10px 22px;
    font-size:15px
  }
  .hero-price {
    font-size:15px
  }
  .hero-price small {
    font-size:13px
  }
  .hero-visual {
    width:100%;
    max-width:620px;
    align-self:center;
    aspect-ratio:1.3;
    height:auto
  }
  .hero-visual img {
    object-fit:cover;
    object-position:center 70%
  }
  .hero-bottom {
    min-height:61px;
    gap:6px 15px;
    flex-wrap:wrap;
    font-size:11px;
    padding-block:13px
  }
  .hero-bottom>span:not(:last-child) {
    gap:0;
    margin:0
  }
  .hero-bottom>span:not(:last-child):after {
    display:none
  }
  .section {
    padding:78px 0
  }
  .section-kicker {
    font-size:11px;
    margin-bottom:15px
  }
  .section-heading {
    margin-bottom:32px
  }
  .section-heading h2,.scope-intro h2,.price-copy h2,.faq-layout h2 {
    font-size:30px
  }
  .section-heading>p:last-child,.scope-intro>p:last-child,.price-copy>p:last-child {
    font-size:15px
  }
  .consult-grid,.support-grid,.price-layout,.scope-layout,.faq-layout,.final-layout {
    grid-template-columns:1fr
  }
  .consult-grid {
    gap:12px
  }
  .consult-item {
    min-height:0;
    padding:25px
  }
  .item-mark {
    margin-bottom:17px;
    width:38px;
    height:38px
  }
  .consult-item h3 {
    font-size:20px;
    margin-bottom:8px
  }
  .consult-item p {
    font-size:14px
  }
  .scope-layout {
    gap:32px
  }
  .scope-intro h2 {
    font-size:36px
  }
  .scope-intro>p:last-child {
    max-width:none
  }
  .scope-list article {
    grid-template-columns:32px 1fr 18px;
    gap:10px;
    padding:21px 0
  }
  .scope-list h3 {
    font-size:17px
  }
  .scope-list p {
    font-size:13px
  }
  .scope-arrow {
    font-size:17px
  }
  .support-grid {
    gap:12px
  }
  .support-panel {
    min-height:0;
    padding:29px 26px 27px
  }
  .support-top {
    margin-bottom:23px;
    font-size:10px
  }
  .support-panel h3 {
    font-size:24px;
    margin-bottom:12px
  }
  .support-panel>p {
    font-size:15px;
    margin-bottom:25px
  }
  .support-foot {
    font-size:12px
  }
  .support-note {
    text-align:left;
    font-size:12px
  }
  .price-layout {
    gap:30px
  }
  .price-card {
    padding:32px 25px;
    box-shadow:7px 7px 0 #e4f1f1
  }
  .price-number {
    font-size:58px
  }
  .price-number span {
    font-size:21px
  }
  .price-number small {
    font-size:13px
  }
  .price-tax {
    font-size:14px
  }
  .price-button {
    padding:12px 15px;
    font-size:14px;
    gap:10px
  }
  .contract-terms {
    grid-template-columns:1fr;
    gap:8px;
    margin-top:42px;
    padding-top:20px
  }
  .contract-terms h3 {
    font-size:17px
  }
  .contract-terms p {
    font-size:14px
  }
  .flow-list {
    grid-template-columns:1fr;
    gap:26px
  }
  .flow-list li {
    padding-top:18px;
    gap:20px
  }
  .flow-list h3 {
    font-size:18px
  }
  .faq-layout {
    gap:22px
  }
  .faq-list summary {
    font-size:16px;
    padding-block:22px
  }
  .faq-list details p {
    font-size:14px
  }
  .final-section {
    padding:75px 0
  }
  .final-layout {
    gap:28px
  }
  .final-layout h2 {
    font-size:38px
  }
  .final-layout>div:first-child>p:last-child {
    font-size:15px
  }
  .apply-status {
    padding:27px 25px
  }
  .status-main {
    font-size:19px
  }
  .footer-inner {
    min-height:105px;
    flex-wrap:wrap;
    gap:8px 20px;
    padding-block:25px
  }
  .footer-brand {
    width:100%
  }
  .footer-inner small {
    margin-left:auto
  }
}
@media(max-width:480px) {
  .hero-mobile-break {
    display:revert
  }
}
@media(max-width:380px) {
  .container {
    width:calc(100% - 32px)
  }
  .brand {
    font-size:17px
  }
  .nav-cta {
    font-size:11px;
    padding:0 12px
  }
  .hero h1 {
    font-size:30px
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }
  .price-number {
    font-size:44px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}
