body[data-layout="mobile"] {
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
  background: #e8eff3;
}

.mobile-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

.mobile-header .header-inner {
  width: calc(100% - 24px);
  min-height: 64px;
  gap: 8px;
}

.mobile-header .brand { gap: 8px; }
.mobile-header .brand img { width: 40px; height: 40px; }
.mobile-header .brand-wordmark { font-size: 15px; }
.mobile-header .header-actions { margin-left: auto; gap: 5px; }
.mobile-header .language-switch { min-width: 80px; font-size: 11px; }
.mobile-header .site-menu-trigger { min-width: 57px; font-size: 11px; }
.mobile-header .site-primary-nav { max-height: calc(100svh - 64px); padding-inline: 16px; }
body[data-layout="mobile"] .mobile-header .header-service-panel { grid-template-columns: 1fr; padding-block: 8px 14px; }
body[data-layout="mobile"] .mobile-header .header-service-panel section { padding: 12px 0; }
body[data-layout="mobile"] .mobile-header .header-service-panel section + section { border-top: 1px solid rgb(51 91 116 / 0.12); border-left: 0; }

.mobile-cover {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #dae5ea;
}

.mobile-cover picture,
.mobile-cover picture::after {
  position: absolute;
  inset: 0;
}

.mobile-cover picture::after {
  content: "";
  background: linear-gradient(90deg, rgb(234 240 243 / 0.99) 0%, rgb(234 240 243 / 0.95) 49%, rgb(234 240 243 / 0.62) 70%, rgb(234 240 243 / 0.08) 100%);
}

.mobile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.mobile-cover-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 36px, 560px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
}

.mobile-cover-copy > p {
  color: var(--brand-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mobile-cover-copy h1 {
  max-width: 78%;
  margin-top: 6px;
  font-size: clamp(28px, 8.5vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mobile-cover-copy > span {
  max-width: 71%;
  margin-top: 8px;
  color: #536c79;
  font-size: 11px;
  line-height: 1.45;
}

.mobile-context {
  position: relative;
  z-index: 4;
  width: min(100% - 28px, 570px);
  margin: -14px auto 0;
  padding: 15px 16px 13px;
  border-radius: 11px;
  background: rgb(249 251 252 / 0.98);
  box-shadow: 0 18px 45px rgb(42 79 98 / 0.12);
}

.mobile-service-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-service-control > div { display: grid; gap: 3px; }
.mobile-service-control > div span { color: var(--muted); font-size: 10px; }
.mobile-service-control > div strong { font-size: 18px; letter-spacing: -0.02em; }

.mobile-service-control > button {
  min-width: 112px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgb(49 139 200 / 0.42);
  border-radius: 8px;
  background: transparent;
  color: var(--brand-strong);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.mobile-service-control > button img { width: 16px; height: 16px; transition: transform 200ms ease; }
.mobile-service-control > button[aria-expanded="true"] img { transform: rotate(180deg); }
.mobile-service-control > button:active { background: rgb(77 166 231 / 0.07); transform: scale(0.985); }

.mobile-scope {
  display: grid;
  gap: 2px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.mobile-scope strong { color: #385564; font-size: 10px; }

.mobile-stage,
.mobile-consult,
.mobile-footer .footer-inner {
  width: min(100% - 28px, 570px);
  margin-inline: auto;
}

.mobile-stage { padding-block: 18px 42px; }

.mobile-pricing-board {
  overflow: hidden;
  border-radius: 13px;
  background: rgb(249 251 252 / 0.98);
  box-shadow: 0 20px 54px rgb(42 79 98 / 0.1), 0 2px 8px rgb(42 79 98 / 0.05);
}

.mobile-pricing-board > header {
  padding: 20px 18px 16px;
  border-bottom: 1px solid var(--line);
}

.mobile-pricing-board > header h2 {
  max-width: 330px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.mobile-pricing-board > header p { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.mobile-edition-block { padding: 20px 18px 8px; }
.mobile-edition-block + .mobile-edition-block { padding-top: 17px; }

.mobile-edition-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 3px;
}

.mobile-edition-header > div { display: flex; align-items: baseline; gap: 10px; }
.mobile-edition-header > div > span { color: var(--brand-strong); font-size: 35px; font-weight: 820; line-height: 0.8; letter-spacing: -0.07em; }
.mobile-edition-header h2 { font-size: 19px; }
.mobile-edition-header > p { color: var(--muted); font-size: 10px; text-align: right; }

.mobile-plan-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(128px, 0.8fr) minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 93px;
  padding: 15px 0;
}

.mobile-plan-row + .mobile-plan-row { border-top: 1px solid var(--line); }

.mobile-price-lockup {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  white-space: nowrap;
}

.mobile-price-lockup > span {
  align-self: flex-start;
  margin-top: 5px;
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 800;
}

.mobile-price-lockup strong {
  color: #173642;
  font-size: clamp(32px, 9.4vw, 40px);
  font-weight: 790;
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.mobile-price-lockup small { margin-bottom: 3px; color: var(--muted); font-size: 11px; }
.mobile-plan-scope { min-width: 0; display: grid; gap: 4px; }
.mobile-plan-scope strong { font-size: 12px; line-height: 1.4; }
.mobile-plan-scope span { color: var(--muted); font-size: 10px; line-height: 1.4; }

.mobile-plan-row > a {
  width: 24px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--brand-strong);
  text-decoration: none;
}

.mobile-plan-row > a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.mobile-plan-row > a img { width: 15px; height: 15px; transition: transform 160ms ease; }
.mobile-plan-row > a:active img { transform: translate(2px, -2px); }

.same-amount-compare {
  margin: 13px 18px 3px;
  padding: 15px 0 9px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.same-amount-compare > header {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  padding: 0 8px 12px;
}

.same-amount-compare > header img { width: 24px; height: 24px; }
.same-amount-compare > header strong { font-size: 12px; }
.same-amount-compare > header p { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.same-amount-pair { display: grid; grid-template-columns: 1fr 1fr; }
.same-amount-pair article { min-width: 0; padding: 12px 10px 11px; }
.same-amount-pair article + article { border-left: 1px solid rgb(49 139 200 / 0.23); }
.same-amount-pair article > span { color: var(--brand-strong); font-size: 10px; font-weight: 800; }
.same-amount-pair .mobile-price-lockup { margin-top: 8px; }
.same-amount-pair .mobile-price-lockup strong { font-size: clamp(28px, 8vw, 35px); }
.same-amount-pair article > strong { display: block; margin-top: 10px; font-size: 11px; line-height: 1.4; }
.same-amount-pair article > small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }

.mobile-purchase-boundary {
  margin: 7px 18px 0;
  padding: 14px 0 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.mobile-purchase-boundary strong { color: #3e5967; }

.mobile-features { margin-top: 38px; }

.mobile-features > header > p,
.mobile-compare > header > p,
.mobile-faq > p {
  color: var(--brand-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.mobile-features > header h2,
.mobile-compare > header h2,
.mobile-faq > h2 {
  margin-top: 6px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.mobile-features > header > span,
.mobile-compare > header > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.mobile-features ol { margin-top: 19px; list-style: none; }

.mobile-features li {
  min-height: 68px;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 13px;
  align-items: start;
  padding: 10px 0;
}

.mobile-features li:first-child { min-height: 96px; }
.mobile-features li + li { border-top: 1px solid var(--line); }
.mobile-features li img { width: 27px; height: 27px; }
.mobile-features li strong { font-size: 13px; line-height: 1.4; }
.mobile-features li p { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.mobile-compare {
  margin-top: 35px;
  padding: 21px 18px;
  border-radius: 11px;
  background: #dce8ed;
}

.mobile-compare > div { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; }
.mobile-compare article { min-width: 0; padding: 0 12px; }
.mobile-compare article:first-child { padding-left: 0; }
.mobile-compare article + article { border-left: 1px solid var(--line); }
.mobile-compare article > span { display: block; color: var(--brand-strong); font-size: 44px; font-weight: 820; line-height: 0.88; letter-spacing: -0.08em; }
.mobile-compare article > strong { display: block; margin-top: 8px; font-size: 12px; }
.mobile-compare article > p { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.mobile-capability-catalogue {
  margin-top: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgb(248 250 251 / 0.72);
}

.mobile-capability-catalogue > summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  cursor: pointer;
  color: #2d4d5c;
  font-size: 11px;
  font-weight: 800;
  list-style: none;
}

.mobile-capability-catalogue > summary::-webkit-details-marker { display: none; }
.mobile-capability-catalogue > summary b { color: var(--brand-strong); font-size: 20px; font-weight: 400; transition: transform 180ms ease; }
.mobile-capability-catalogue[open] > summary b { transform: rotate(45deg); }
.mobile-capability-catalogue > div { display: grid; gap: 8px; padding: 0 9px 9px; }
.mobile-capability-catalogue section { padding: 13px 11px; background: rgb(223 233 238 / 0.45); }
.mobile-capability-catalogue h3 { font-size: 12px; }
.mobile-capability-catalogue section > p { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.mobile-capability-catalogue ul { margin-top: 9px; list-style: none; }
.mobile-capability-catalogue li { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; align-items: baseline; padding: 6px 0; }
.mobile-capability-catalogue li strong { min-width: 0; font-size: 10px; overflow-wrap: anywhere; }
.mobile-capability-catalogue li span { color: var(--brand-strong); font-size: 10px; white-space: nowrap; }
.mobile-capability-catalogue li p { grid-column: 1 / -1; color: var(--muted); font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }
.mobile-capability-catalogue > p { margin: 0 9px 9px; padding: 11px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; }

.mobile-so-boundary,
.mobile-more {
  margin-top: 13px;
  padding: 15px;
  border-radius: 9px;
  background: rgb(77 166 231 / 0.07);
}

.mobile-so-boundary strong { font-size: 11px; }
.mobile-so-boundary p { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.mobile-so-boundary a,
.mobile-more a { display: inline-flex; align-items: center; gap: 4px; margin-top: 9px; color: var(--brand-strong); font-size: 10px; font-weight: 800; text-decoration: none; }
.mobile-so-boundary a img,
.mobile-more a img { width: 13px; height: 13px; transition: transform 160ms ease; }
.mobile-so-boundary a:active img,
.mobile-more a:active img { transform: translate(2px, -2px); }
.mobile-more { color: var(--muted); font-size: 10px; line-height: 1.5; }
.mobile-more a { margin-left: 4px; }

.mobile-faq { margin-top: 37px; }
.mobile-faq > details { padding: 15px 0; border-top: 1px solid var(--line); }
.mobile-faq > details:first-of-type { margin-top: 14px; }
.mobile-faq summary { cursor: pointer; font-size: 12px; font-weight: 750; line-height: 1.45; }
.mobile-faq details > p { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.55; }

.mobile-consult {
  margin-bottom: 36px;
  padding: 22px 19px;
  border-radius: 11px;
  background: #dbe7ec;
}

.mobile-consult > p:first-child { color: var(--muted); font-size: 10px; line-height: 1.5; }
.mobile-consult h2 { margin-top: 12px; font-size: 21px; letter-spacing: -0.025em; }
.mobile-consult h2 + p { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.mobile-consult > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.mobile-consult > div > span { color: var(--muted); font-size: 10px; }
.mobile-consult > div > span strong { color: var(--text); font-size: 11px; }
.mobile-consult > div > a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 8px; background: var(--brand); color: #0b2938; font-size: 11px; font-weight: 800; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.mobile-consult > div > a:active { background: #72b9eb; transform: scale(0.985); }

.mobile-footer .footer-inner {
  min-height: 0;
  display: block;
  padding-block: 24px 30px;
}

.mobile-footer .footer-inner > div { gap: 5px; }
.mobile-footer .footer-inner > div strong { font-size: 12px; }
.mobile-footer .footer-inner > div p { font-size: 9px; }
.mobile-footer .footer-inner nav { justify-content: flex-start; gap: 8px 14px; margin-top: 16px; }
.mobile-footer .footer-inner nav a { font-size: 9px; }

.service-dialog {
  width: min(100%, 610px);
  max-width: none;
  max-height: min(84dvh, 760px);
  margin: auto 0 0;
  padding: 0;
  overflow: hidden auto;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: #f7fafb;
  color: var(--text);
  box-shadow: 0 -22px 70px rgb(28 58 73 / 0.2);
}

.service-dialog::backdrop { background: rgb(35 57 69 / 0.34); }

.dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 18px 13px;
  background: #f7fafb;
}

.dialog-head > div > span { color: var(--brand-strong); font-size: 9px; font-weight: 800; }
.dialog-head h2 { margin-top: 3px; font-size: 20px; }
.dialog-head > button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #e1ebef; color: var(--text); cursor: pointer; font-size: 22px; transition: background 160ms ease, transform 160ms ease; }
.dialog-head > button:active { background: #d6e5eb; transform: scale(0.94); }

.dialog-services { display: grid; gap: 18px; padding: 6px 18px calc(24px + env(safe-area-inset-bottom)); }
.dialog-services h3 { margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: 0.06em; }
.dialog-services section > div { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 15px; }
.dialog-services button { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #3b5967; cursor: pointer; font-size: 11px; text-align: left; transition: color 160ms ease, transform 160ms ease; }
.dialog-services button:active { transform: translateX(2px); }
.dialog-services button[aria-current="true"] { color: var(--brand-strong); font-weight: 800; }
.dialog-services button b { color: var(--brand-strong); }

.mobile-sticky {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: calc(62px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgb(51 91 116 / 0.2);
  background: rgb(247 250 251 / 0.97);
  box-shadow: 0 -10px 35px rgb(42 79 98 / 0.11);
}

.mobile-sticky > span { display: grid; gap: 2px; min-width: 0; }
.mobile-sticky small { color: var(--muted); font-size: 8px; }
.mobile-sticky strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-sticky > a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 8px; background: var(--brand); color: #0b2938; font-size: 11px; font-weight: 800; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.mobile-sticky > a:active { background: #72b9eb; transform: scale(0.985); }

@media (max-width: 350px) {
  .mobile-plan-row { grid-template-columns: 118px minmax(0, 1fr) 20px; gap: 8px; }
  .mobile-price-lockup strong { font-size: 30px; }
  .same-amount-pair .mobile-price-lockup strong { font-size: 26px; }
  .mobile-service-control > button { min-width: 102px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-dialog { scroll-behavior: auto; }
  .mobile-service-control > button,
  .mobile-service-control > button img,
  .mobile-plan-row > a img,
  .mobile-capability-catalogue > summary b,
  .mobile-so-boundary a img,
  .mobile-more a img,
  .mobile-consult > div > a,
  .dialog-head > button,
  .dialog-services button,
  .mobile-sticky > a { transition: none !important; }
}
