:root {
  --maw-cin-black: #031122;
  --maw-cin-dark: #07192d;
  --maw-cin-navy: #15293f;
  --maw-cin-cyan: #7ec7ff;
  --maw-navy: #0d1f4d;
  --maw-gold: #c8982a;
  --maw-gold-light: #deb84a;
  --maw-white: #ffffff;
  --maw-off-white: #f7f9fc;
  --maw-text: #172033;
  --maw-text-muted: #5e6b7d;
  --maw-border: #dbe5ef;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--maw-text);
  background: var(--maw-white);
  font-family: "Noto Sans JP", "Inter", system-ui, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

h1,
h2,
h3,
.balanced-title,
.section-head h2,
.legal-body h2,
.product-brand h3 {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: normal;
}

p,
li,
.page-hero p,
.section-head p,
.info-card p,
.product-card p,
.product-card__tagline,
.product-brand h3,
.button,
.audience-row span,
.legal-body p,
.legal-body li {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--maw-navy);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

/* My Agent Research service guide */
.mar-guide-chapters{display:grid;gap:32px}
.mar-guide-chapter{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:28px;align-items:center;padding-block:8px 32px;border-bottom:1px solid rgba(13,31,77,.14);scroll-margin-top:108px}
.mar-guide-chapter:nth-child(even) .mar-guide-chapter__visual{order:2}
.mar-guide-chapter__visual{margin:0;overflow:hidden;border:1px solid rgba(13,31,77,.18);border-radius:6px;background:#031122;box-shadow:0 18px 42px rgba(7,25,45,.14)}
.mar-guide-chapter__visual img{display:block;width:100%;height:auto;aspect-ratio:841.89/595.28;object-fit:cover}
.mar-guide-chapter__number{margin:0 0 8px;color:#8a6515;font:800 13px/1 Inter,sans-serif}
.mar-guide-chapter__content h3{margin:0 0 14px;color:#0d1f4d;font-size:clamp(24px,3vw,38px);line-height:1.35}
.mar-guide-chapter__content>p:not(.mar-guide-chapter__number){margin:0 0 16px;line-height:1.9}
.mar-document-actions{display:grid;grid-template-columns:minmax(240px,420px) minmax(0,1fr);gap:32px;align-items:center}
.mar-document-actions img{display:block;width:100%;height:auto;border:1px solid rgba(13,31,77,.18);border-radius:6px;box-shadow:0 18px 42px rgba(7,25,45,.14)}
@media(max-width:820px){
  .mar-guide-chapter,.mar-document-actions{grid-template-columns:1fr}
  .mar-guide-chapter:nth-child(even) .mar-guide-chapter__visual{order:0}
}

.sub-header :focus-visible,
.page-hero :focus-visible,
.sub-footer :focus-visible {
  outline-color: #ffffff;
  box-shadow: 0 0 0 6px var(--maw-navy);
}

.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;
}

.sub-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 17, 34, 0.88);
  border-bottom: 1px solid rgba(126, 199, 255, 0.16);
  backdrop-filter: blur(16px);
}

.sub-header__inner,
.sub-footer__inner,
.page-hero__inner,
.page-section__inner {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
}

.sub-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  padding: 4px 0;
  line-height: 1;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 224, 142, 0.76);
  border-radius: 7px;
  color: #061525;
  background:
    linear-gradient(135deg, #fff1a8 0%, #deb84a 48%, #a97816 100%);
  box-shadow:
    inset -8px -9px 18px rgba(70, 42, 2, 0.24),
    inset 7px 7px 14px rgba(255, 255, 255, 0.34),
    0 0 18px rgba(222, 184, 74, 0.22),
    0 10px 22px rgba(0, 0, 0, 0.26);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 5px;
  height: 17px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7ec7ff, #0b5f9d);
  transform: skewX(-18deg);
  box-shadow: 0 0 10px rgba(126, 199, 255, 0.62);
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.46);
  white-space: nowrap;
}

.brand-word strong {
  color: var(--maw-gold-light);
  font-weight: 900;
}

.brand img {
  width: 205px;
  height: auto;
  filter:
    drop-shadow(0 0 1px rgba(241, 245, 250, 0.44))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}

.brand-picture {
  display: block;
  width: 205px;
  line-height: 0;
}

.sub-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  font-weight: 800;
}

.sub-nav a:hover {
  color: var(--maw-cin-cyan);
}

.sub-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.sub-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(222, 184, 74, 0.82);
  color: #ffe196;
  background: rgba(200, 152, 42, 0.17);
  font-size: 12.5px;
  font-weight: 900;
}

.page-hero {
  position: relative;
  padding: 118px 0 76px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 17, 34, 0.96), rgba(7, 25, 45, 0.78)),
    image-set(url("/images/home/hp-top-hero.webp") type("image/webp"), url("/images/home/hp-top-hero.png") type("image/png"));
  background-size: cover;
  background-position: center bottom;
}

.page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero--trust,
.page-hero--about,
.page-hero--video {
  background: #031122;
}

.page-hero--business {
  background: #031122 url("/images/business/business-hero-v07-20260811-poster.webp") center / cover no-repeat;
}

.page-hero--products {
  background: #031122 url("/images/products/products-hero-v01-20260811-poster.webp") center / cover no-repeat;
}

.page-hero--trust .page-hero__media,
.page-hero--about .page-hero__media,
.page-hero--business .page-hero__media,
.page-hero--products .page-hero__media {
  object-fit: contain;
  object-position: right center;
  background: #031122;
}

.page-hero--trust::before,
.page-hero--about::before,
.page-hero--video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 17, 34, 0.96) 0%, rgba(3, 17, 34, 0.84) 44%, rgba(3, 17, 34, 0.22) 78%, rgba(3, 17, 34, 0.08) 100%);
}

.page-hero--trust::after,
.page-hero--about::after,
.page-hero--video::after {
  z-index: 2;
}

.page-hero--trust .page-hero__inner,
.page-hero--about .page-hero__inner,
.page-hero--video .page-hero__inner {
  z-index: 3;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(126, 199, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 199, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--maw-cin-cyan);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
}

.balanced-title span {
  display: inline-block;
}

.balanced-title .h1-mobile {
  display: none;
}

.page-section {
  padding: 78px 0;
  border-bottom: 1px solid var(--maw-border);
  background: var(--maw-white);
}

.page-section[id],
.mar-guide-chapter[id] {
  scroll-margin-top: 112px;
}

.page-section--soft {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  min-width: 0;
  margin-bottom: 36px;
}

.section-head h2,
.legal-body h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
}

.section-head__line {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: keep-all;
}

.section-head__segment {
  display: inline-block;
  max-width: 100%;
}

.section-head p {
  margin: 0;
  color: #334155;
}

.page-hero p,
.section-head p,
.info-card p,
.product-card p,
.legal-body p,
.legal-body li {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.product-card,
.legal-body {
  border: 1px solid var(--maw-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(13, 31, 77, 0.08);
}

.info-card,
.product-card {
  padding: 28px;
  min-height: 100%;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--maw-gold), var(--maw-cin-cyan));
}

.product-card--series {
  grid-column: span 2;
  background:
    radial-gradient(circle at 92% 12%, rgba(126, 199, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fffaf0 100%);
}

.product-card--education {
  background:
    radial-gradient(circle at 86% 14%, rgba(200, 152, 42, 0.16), transparent 32%),
    linear-gradient(135deg, #ffffff, #fbfcff);
}

.product-card--research {
  grid-column: span 3;
  background:
    radial-gradient(circle at 88% 14%, rgba(200, 152, 42, 0.16), transparent 34%),
    radial-gradient(circle at 14% 18%, rgba(126, 199, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff, #f8fbff);
}

.product-card--support {
  grid-column: span 3;
  background:
    radial-gradient(circle at 86% 14%, rgba(13, 31, 77, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8fbff);
}

.info-card h3,
.product-card h3 {
  margin: 0 0 12px;
  color: var(--maw-navy);
  font-size: 19px;
  line-height: 1.45;
}

.info-card p,
.product-card p,
.legal-body p,
.legal-body li {
  color: var(--maw-text-muted);
  font-size: 14px;
  line-height: 1.9;
}

.product-card > img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  min-width: 0;
}

.product-brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 8px;
  color: #061525;
  background:
    linear-gradient(135deg, #fff1a8 0%, #deb84a 48%, #a97816 100%);
  box-shadow:
    inset -10px -12px 20px rgba(70, 42, 2, 0.22),
    inset 8px 8px 15px rgba(255, 255, 255, 0.36),
    0 15px 34px rgba(13, 31, 77, 0.14);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 950;
  letter-spacing: 0;
}

.product-brand__mark::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 7px;
  height: 25px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7ec7ff, #0b5f9d);
  transform: skewX(-18deg);
  box-shadow: 0 0 12px rgba(126, 199, 255, 0.58);
}

.product-brand__mark--education,
.product-brand__mark--support {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  overflow: hidden;
  color: var(--maw-navy);
  background:
    radial-gradient(circle at 42% 34%, rgba(126, 199, 255, 0.18), transparent 58%),
    linear-gradient(135deg, #ffffff, #f7fbff);
  border: 1px solid rgba(200, 152, 42, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 34px rgba(13, 31, 77, 0.12);
}

.product-brand__mark--image {
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(126, 199, 255, 0.14), transparent 58%),
    #ffffff;
  border: 1px solid rgba(126, 199, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 34px rgba(13, 31, 77, 0.12);
}

.product-brand__mark--education::after,
.product-brand__mark--support::after,
.product-brand__mark--series::after,
.product-brand__mark--image::after {
  display: none;
}

.product-brand__mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.product-brand__mark--support img {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(13, 31, 77, 0.14));
}

.product-brand__mark--image img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 5px 8px rgba(13, 31, 77, 0.12));
}

.product-brand__mark--series {
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 38%, rgba(126, 199, 255, 0.12), transparent 58%),
    linear-gradient(135deg, #ffffff, #f4f9ff);
  border: 1px solid rgba(126, 199, 255, 0.46);
}

.product-brand__mark--series img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(13, 31, 77, 0.16));
}

.product-brand__mark--education img {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(13, 31, 77, 0.18));
}

.product-brand__label {
  margin: 0 0 4px;
  color: var(--maw-gold);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-brand h3 {
  margin: 0;
  color: var(--maw-navy);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
  line-height: 1.22;
  text-wrap: balance;
}

.product-brand h3 strong {
  color: var(--maw-gold);
}

.product-card__tagline {
  margin: 0 0 12px;
  color: #0b1f3f;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: balance;
}

.product-card__body {
  max-width: 640px;
}

.product-card__promo {
  display: block;
  margin: 20px 0 4px;
  overflow: hidden;
  border: 1px solid rgba(200, 152, 42, 0.42);
  border-radius: 8px;
  background: #031122;
  box-shadow: 0 14px 30px rgba(3, 17, 34, 0.15);
}

.product-card__promo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.product-card__promo:hover img,
.product-card__promo:focus-visible img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.product-card__promo:focus-visible {
  outline: 3px solid var(--maw-cin-cyan);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .product-card__promo img {
    transition: none;
  }
}

/* Contact page — Enterprise Editorial System (selected direction 3) */
.contact-page--editorial {
  --contact-ink: #07192d;
  --contact-rule: #d7e0e9;
  --contact-soft: #f5f8fb;
  background: #ffffff;
}

.contact-page--editorial .sub-header {
  position: relative;
  background: #031122;
}

.contact-page--editorial .sub-header__inner {
  min-height: 68px;
}

.contact-editorial-hero {
  position: relative;
  min-height: 365px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #031122;
  background-image: url("/images/contact/contact-hero-v02-20260811-poster.webp");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-editorial-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  background: #031122;
}

.contact-editorial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 17, 34, .98) 0%, rgba(3, 17, 34, .94) 38%, rgba(3, 17, 34, .24) 71%, rgba(3, 17, 34, .06) 100%);
}

.contact-editorial-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 199, 255, .6), transparent);
}

.contact-editorial-hero__inner,
.contact-reassurance__inner,
.contact-editorial-layout,
.contact-related__inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.contact-editorial-hero__inner {
  position: relative;
  z-index: 3;
  padding: 54px 0 58px;
}

.contact-editorial-hero .eyebrow {
  margin-bottom: 16px;
  color: #deb84a;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: none;
}

.contact-editorial-hero h1 {
  max-width: 620px;
  font-size: clamp(40px, 5.1vw, 60px);
  line-height: 1.34;
  letter-spacing: -.035em;
}

.contact-editorial-hero__lead {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.contact-editorial-hero__reply {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  color: #68d4f8;
  font-size: 13px;
  font-weight: 800;
}

.contact-reassurance {
  border-bottom: 1px solid var(--contact-rule);
  background: #ffffff;
}

.contact-reassurance__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 18px 0;
}

.contact-reassurance__inner > i {
  flex: 0 0 auto;
  padding-right: 26px;
  border-right: 1px solid #b9c5d2;
  color: #bd8d21;
  font-size: 31px;
}

.contact-reassurance p {
  margin: 0;
  color: #27364b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.contact-editorial-form {
  padding: 32px 0 18px;
  background: #ffffff;
}

.contact-editorial-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
}

.contact-editorial-intro,
.contact-faq__heading {
  padding: 4px 30px 0 0;
  border-right: 1px solid var(--contact-rule);
}

.contact-editorial-intro__index {
  margin: 0 0 14px;
  color: #9a6c08;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.contact-editorial-intro h2,
.contact-faq__heading h2 {
  margin: 0 0 20px;
  color: var(--contact-ink);
  font-size: clamp(24px, 2.5vw, 31px);
  line-height: 1.4;
}

.contact-editorial-intro > p:not(.contact-editorial-intro__index) {
  margin: 0 0 12px;
  color: #536174;
  font-size: 12px;
  line-height: 1.85;
}

.contact-editorial-intro .contact-editorial-intro__reply {
  color: #27364b;
  font-weight: 700;
}

.contact-editorial-body {
  min-width: 0;
}

.contact-page--editorial .contact-form {
  gap: 18px;
}

.contact-page--editorial .contact-purpose legend {
  margin-bottom: 14px;
  font-size: 15px;
}

.contact-page--editorial .field-status {
  min-height: 19px;
  margin-left: 7px;
  padding: 0 6px;
  font-size: 9px;
}

.contact-page--editorial .contact-purpose__grid {
  gap: 12px;
}

.contact-page--editorial .contact-purpose__option {
  min-height: 95px;
  gap: 8px;
  padding: 16px 10px;
  border-color: #ccd6e0;
  font-size: 12px;
  line-height: 1.55;
}

.contact-page--editorial .contact-purpose__option > i {
  font-size: 21px;
}

.contact-page--editorial .contact-purpose__option input {
  top: 13px;
  left: 13px;
  width: 17px;
  height: 17px;
}

.contact-page--editorial .contact-fields {
  gap: 9px;
}

.contact-page--editorial .contact-field {
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 18px;
}

.contact-page--editorial .contact-field > label {
  padding-top: 11px;
  font-size: 13px;
}

.contact-page--editorial .contact-field input {
  min-height: 46px;
  padding: 9px 15px;
  font-size: 14px;
}

.contact-page--editorial .contact-field textarea {
  min-height: 110px;
  padding: 12px 15px;
  font-size: 14px;
}

.contact-page--editorial .field-error {
  min-height: 1.2em;
  margin-top: 3px;
  font-size: 11px;
}

.contact-page--editorial .field-error:empty {
  display: none;
}

.contact-page--editorial .contact-consent,
.contact-page--editorial .contact-submit,
.contact-page--editorial .contact-error-summary,
.contact-page--editorial .contact-fallback {
  width: 100%;
}

.contact-page--editorial .contact-consent {
  margin-top: 0;
  padding: 14px 18px;
}

.contact-page--editorial .contact-consent > label {
  font-size: 12px;
}

.contact-page--editorial .contact-consent > p:not(.field-error) {
  font-size: 10px;
}

.contact-page--editorial .contact-submit {
  min-height: 54px;
  margin-top: -8px;
  background: linear-gradient(90deg, #b78112, #d4a526);
  font-size: 15px;
}

.contact-page--editorial .contact-fallback {
  margin-top: 18px;
  padding: 12px 16px;
  background: #f3f7fb;
}

.contact-page--editorial .contact-fallback__icon {
  width: 44px;
  height: 44px;
  font-size: 18px;
}

.contact-page--editorial .contact-fallback a {
  font-size: clamp(17px, 2vw, 21px);
}

.contact-faq {
  padding: 24px 0 18px;
  border-top: 1px solid var(--contact-rule);
  background: #ffffff;
}

.contact-faq__heading h2 {
  margin-bottom: 0;
}

.contact-faq__list details {
  border-bottom: 1px solid var(--contact-rule);
}

.contact-faq__list summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #18263a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.contact-faq__list summary::-webkit-details-marker {
  display: none;
}

.contact-faq__list summary i {
  color: #43546b;
  font-size: 10px;
  transition: transform 180ms ease;
}

.contact-faq__list details[open] summary i {
  transform: rotate(180deg);
}

.contact-faq__list details p {
  margin: -4px 40px 18px 0;
  color: #536174;
  font-size: 12px;
  line-height: 1.85;
}

.contact-faq__list details p a {
  color: #1769aa;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-related {
  padding: 20px 0 28px;
  border-top: 1px solid var(--contact-rule);
  background: #ffffff;
}

.contact-related__inner {
  display: grid;
  grid-template-columns: 120px repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.contact-related h2 {
  margin: 0;
  padding: 11px 18px 11px 0;
  color: var(--contact-ink);
  font-size: 17px;
}

.contact-related a {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 12px;
  align-items: start;
  gap: 10px;
  padding: 11px 16px;
  border-left: 1px solid var(--contact-rule);
  color: #26364b;
}

.contact-related a:hover {
  background: var(--contact-soft);
}

.contact-related a > i:first-child {
  margin-top: 3px;
  color: #66778c;
  font-size: 16px;
}

.contact-related a > i:last-child {
  align-self: center;
  color: #66778c;
  font-size: 9px;
}

.contact-related span {
  min-width: 0;
}

.contact-related strong,
.contact-related small {
  display: block;
}

.contact-related strong {
  color: #162439;
  font-size: 12px;
}

.contact-related small {
  margin-top: 3px;
  color: #6a788a;
  font-size: 9px;
  line-height: 1.5;
}

.contact-page--editorial .sub-footer {
  padding: 0;
}

.contact-page--editorial .sub-footer__inner {
  min-height: 84px;
}

.contact-page--editorial .contact-confirm h2 span + span::before {
  content: "";
}

@media (max-width: 920px) {
  .contact-editorial-hero {
    min-height: 390px;
    background-position: 58% center;
  }

  .contact-editorial-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
  }

  .contact-editorial-intro,
  .contact-faq__heading {
    padding-right: 22px;
  }

  .contact-page--editorial .contact-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page--editorial .contact-field {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-page--editorial .contact-field > label {
    padding-top: 0;
  }

  .contact-related__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-related h2 {
    grid-column: 1 / -1;
    padding-bottom: 14px;
  }
}

@media (max-width: 680px) {
  .contact-editorial-hero__inner,
  .contact-reassurance__inner,
  .contact-editorial-layout,
  .contact-related__inner {
    width: min(100% - 36px, 1120px);
  }

  .contact-editorial-hero {
    min-height: 430px;
    align-items: end;
    background-position: 72% center;
    background-size: cover;
  }

  .contact-editorial-hero__media {
    object-fit: cover;
    object-position: 72% center;
  }

  .contact-editorial-hero::before {
    background: linear-gradient(180deg, rgba(3, 17, 34, .28) 0%, rgba(3, 17, 34, .92) 56%, #031122 100%);
  }

  .contact-editorial-hero__inner {
    padding: 82px 0 42px;
  }

  .contact-editorial-hero h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.32;
  }

  .contact-editorial-hero__lead {
    font-size: 13px;
  }

  .desktop-only {
    display: none;
  }

  .contact-reassurance__inner {
    justify-content: flex-start;
    gap: 18px;
    padding: 20px 0;
  }

  .contact-reassurance__inner > i {
    padding-right: 18px;
    font-size: 26px;
  }

  .contact-reassurance p {
    font-size: 11px;
  }

  .contact-editorial-form {
    padding-top: 34px;
  }

  .contact-editorial-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-editorial-intro,
  .contact-faq__heading {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid var(--contact-rule);
  }

  .contact-editorial-intro h2,
  .contact-faq__heading h2 {
    margin-bottom: 12px;
  }

  .contact-page--editorial .contact-purpose__grid {
    grid-template-columns: 1fr;
  }

  .contact-page--editorial .contact-purpose__option {
    grid-template-columns: 22px 28px minmax(0, 1fr);
    min-height: 72px;
    place-items: center start;
    gap: 12px;
    padding: 12px 14px;
    text-align: left;
  }

  .contact-page--editorial .contact-purpose__option input {
    position: static;
    width: 20px;
    height: 20px;
  }

  .contact-page--editorial .contact-purpose__option span br {
    display: none;
  }

  .contact-page--editorial .contact-consent,
  .contact-page--editorial .contact-fallback {
    padding: 18px 16px;
  }

  .contact-page--editorial .contact-fallback {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .contact-page--editorial .contact-fallback button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .contact-faq {
    padding-top: 28px;
  }

  .contact-faq__list summary {
    min-height: 62px;
    font-size: 12px;
  }

  .contact-related__inner {
    grid-template-columns: 1fr;
  }

  .contact-related h2 {
    grid-column: auto;
  }

  .contact-related a {
    border-top: 1px solid var(--contact-rule);
    border-left: 0;
    padding: 14px 4px;
  }

  .contact-page--editorial .contact-confirm h2 span {
    display: block;
  }
}

/* Contact page — customer-first inquiry flow */
.contact-page {
  background: #f7f9fc;
}

.contact-page .sub-header {
  position: relative;
}

.contact-hero {
  min-height: 390px;
  padding: 72px 0 54px;
  background-position: center 58%;
}

.contact-hero .eyebrow {
  color: #e0ad32;
  font-size: 13px;
  letter-spacing: .08em;
}

.contact-hero h1 {
  max-width: 650px;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.32;
}

.contact-hero p:not(.eyebrow) {
  max-width: 610px;
}

.contact-hero__reply {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px !important;
  color: #54cff6 !important;
  font-size: 14px !important;
  font-weight: 800;
}

.contact-form-section {
  padding: 52px 0 64px;
  background: #ffffff;
}

.contact-form-wrap {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 30px;
}

.contact-purpose {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-purpose legend {
  margin-bottom: 18px;
  color: #101b2e;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
}

.field-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 10px;
  padding: 0 8px;
  border: 1px solid #aab7c5;
  color: #5e6b7d;
  background: #ffffff;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
  white-space: nowrap;
}

.field-status--required {
  border-color: #c8982a;
  color: #9a6c08;
}

.contact-purpose__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-purpose__option {
  position: relative;
  display: grid;
  min-height: 126px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 20px 16px;
  border: 1px solid #d7e0e9;
  color: #12213a;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.contact-purpose__option:hover {
  border-color: #9cb1c5;
  background: #fbfcfe;
}

.contact-purpose__option:has(input:checked) {
  border: 2px solid #c8982a;
  background: #fffdf8;
}

.contact-purpose__option input {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #c8982a;
}

.contact-purpose__option input:focus-visible {
  outline: 3px solid #0d1f4d;
  outline-offset: 3px;
}

.contact-purpose__indicator {
  display: none;
}

.contact-purpose__option > i {
  color: #617188;
  font-size: 25px;
}

.contact-purpose__option:has(input:checked) > i {
  color: #a57817;
}

.contact-fields {
  display: grid;
  gap: 17px;
}

.contact-field {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.contact-field > label {
  padding-top: 14px;
  color: #101b2e;
  font-size: 15px;
  font-weight: 800;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfd9e4;
  border-radius: 2px;
  color: #172033;
  background: #ffffff;
  font: inherit;
  font-size: 16px;
}

.contact-field input {
  min-height: 52px;
  padding: 10px 18px;
}

.contact-field textarea {
  min-height: 146px;
  padding: 14px 18px;
  line-height: 1.8;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9aa7b7;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: #9cb1c5;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #0d1f4d;
  outline: 3px solid rgba(126, 199, 255, .42);
  outline-offset: 1px;
}

.contact-field [aria-invalid="true"] {
  border-color: #b42318;
  background: #fffafa;
}

.field-error {
  min-height: 1.5em;
  margin: 5px 0 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
}

.contact-counter {
  margin: 5px 0 0;
  color: #7a8ba3;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: right;
}

.contact-consent {
  width: min(880px, 100%);
  margin: 4px auto 0;
  padding: 21px 30px;
  border: 1px solid #d7e0e9;
  background: #ffffff;
}

.contact-consent > label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.contact-consent input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 3px;
  accent-color: #0d1f4d;
}

.contact-consent a {
  color: #1769aa;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-consent > p:not(.field-error) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0 36px;
  color: #7a8ba3;
  font-size: 12px;
}

.contact-submit {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  width: min(880px, 100%);
  min-height: 62px;
  margin: -10px auto 0;
  padding: 15px 26px;
  border: 0;
  color: #ffffff;
  background: #c8982a;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.contact-submit:hover {
  background: #a87916;
  transform: translateY(-1px);
}

.contact-error-summary {
  width: min(880px, 100%);
  margin: -18px auto 0;
  padding: 12px 16px;
  border-left: 4px solid #b42318;
  color: #8a1c13;
  background: #fff1f0;
  font-size: 14px;
  font-weight: 800;
}

.contact-fallback {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: min(880px, 100%);
  margin: 28px auto 0;
  padding: 22px 30px;
  background: #f4f8fc;
}

.contact-fallback__icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #07192d;
  font-size: 25px;
}

.contact-fallback p {
  margin: 0;
  color: #536174;
  font-size: 12px;
}

.contact-fallback a {
  display: inline-block;
  margin: 2px 0;
  color: #1769aa;
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 800;
}

.contact-fallback button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid #9cb1c5;
  color: #0d1f4d;
  background: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.contact-confirm {
  width: min(680px, calc(100% - 32px));
  max-height: min(86vh, 850px);
  padding: 0;
  border: 1px solid #9cb1c5;
  color: #172033;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(3, 17, 34, .35);
}

.contact-confirm::backdrop {
  background: rgba(3, 17, 34, .72);
}

.contact-confirm__panel {
  position: relative;
  padding: 38px;
}

.contact-confirm__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #d7e0e9;
  color: #0d1f4d;
  background: #ffffff;
  cursor: pointer;
}

.contact-confirm h2 {
  margin: 0 0 24px;
  color: #101b2e;
  font-size: clamp(25px, 4vw, 34px);
}

.contact-confirm dl {
  margin: 0;
  border-top: 1px solid #d7e0e9;
}

.contact-confirm dl > div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #d7e0e9;
}

.contact-confirm dt {
  color: #536174;
  font-size: 12px;
  font-weight: 800;
}

.contact-confirm dd {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.contact-confirm__note {
  margin: 20px 0;
  color: #536174;
  font-size: 13px;
}

.contact-confirm__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 920px) {
  .contact-hero {
    min-height: 380px;
    padding: 64px 0 48px;
  }

  .contact-hero h1 {
    font-size: clamp(38px, 9.8vw, 52px);
  }

  .contact-form-wrap {
    width: min(100% - 36px, 1180px);
  }

  .contact-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .contact-purpose__option {
    min-height: 116px;
  }

  .contact-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-field > label {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .contact-page .sub-cta {
    min-width: 88px;
  }

  .contact-hero {
    min-height: 370px;
    padding: 58px 0 44px;
  }

  .contact-hero h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1.36;
  }

  .contact-hero p:not(.eyebrow) {
    font-size: 14px;
  }

  .contact-form-section {
    padding: 48px 0 58px;
  }

  .contact-form {
    gap: 30px;
  }

  .contact-purpose legend {
    font-size: 18px;
  }

  .contact-purpose__grid {
    grid-template-columns: 1fr;
  }

  .contact-purpose__option {
    grid-template-columns: 22px 28px minmax(0, 1fr);
    min-height: 78px;
    place-items: center start;
    align-content: center;
    gap: 12px;
    padding: 14px 16px;
    text-align: left;
  }

  .contact-purpose__option input {
    position: static;
    width: 22px;
    height: 22px;
  }

  .contact-purpose__option > i {
    text-align: center;
  }

  .contact-purpose__option span:last-child br {
    display: none;
  }

  .contact-consent,
  .contact-fallback {
    padding: 22px 18px;
  }

  .contact-consent > p:not(.field-error) {
    margin-left: 0;
  }

  .contact-fallback {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-fallback__icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .contact-fallback button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .contact-confirm__panel {
    padding: 30px 20px 22px;
  }

  .contact-confirm dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .contact-confirm__actions {
    display: grid;
  }
}

/* Option 1 — customer-first editorial system */
.sub-header {
  background: rgba(3, 17, 34, .94);
}

.sub-header__inner {
  min-height: 72px;
}

.sub-nav a[aria-current="page"] {
  color: var(--maw-cin-cyan);
}

.page-hero {
  min-height: 470px;
  display: grid;
  align-items: center;
  padding: 104px 0 72px;
  background-position: center 62%;
}

.page-hero::after {
  opacity: .68;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.9;
}

.page-section {
  padding: 72px 0;
}

.info-card,
.product-card,
.legal-body,
.brand-card,
.governance-flow article,
.product-card__promo,
.product-brand__mark,
.product-brand__mark--education,
.product-brand__mark--support,
.product-brand__mark--image,
.product-brand__mark--series,
.service-map span {
  border-radius: 4px;
  box-shadow: none;
}

.info-card,
.product-card {
  padding: 30px;
}

.product-card--research {
  grid-column: span 3;
}

.brand-system {
  gap: 0;
  border-top: 1px solid var(--maw-border);
  border-bottom: 1px solid var(--maw-border);
}

.brand-card {
  border-width: 0 1px 0 0;
  padding: 34px;
  background: #fff;
}

.brand-card:last-child {
  border-right: 0;
}

.pillar-list {
  border-top: 1px solid var(--maw-border);
}

.pillar-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 26px;
  padding: 42px 0;
  border-bottom: 1px solid var(--maw-border);
}

.pillar-row__number {
  margin: 7px 0 0;
  color: var(--maw-gold);
  font: 800 14px/1 "Inter", sans-serif;
}

.pillar-row .eyebrow {
  margin-bottom: 8px;
  color: #52708f;
}

.pillar-row h3 {
  margin: 0 0 10px;
  color: var(--maw-navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.pillar-row p:not(.eyebrow, .pillar-row__number) {
  max-width: 720px;
  margin: 0;
  color: var(--maw-text-muted);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: var(--maw-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--maw-gold);
  text-underline-offset: 5px;
}

.governance-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 920px) {
  .page-hero {
    min-height: 410px;
  }

  .brand-system,
  .governance-flow {
    grid-template-columns: 1fr;
  }

  .brand-card {
    border-width: 0 0 1px;
  }

  .brand-card:last-child {
    border-bottom: 0;
  }

  .governance-flow article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .sub-header__inner,
  .sub-footer__inner,
  .page-hero__inner,
  .page-section__inner {
    width: min(var(--container), calc(100% - 40px));
  }

  .page-hero {
    min-height: 390px;
    padding: 78px 0 58px;
  }

  .page-hero--business .page-hero__media,
  .page-hero--products .page-hero__media,
  .page-hero--trust .page-hero__media,
  .page-hero--about .page-hero__media {
    object-fit: cover;
  }

  .page-hero--business .page-hero__media,
  .page-hero--products .page-hero__media {
    object-position: 72% center;
  }

  .page-hero--trust .page-hero__media {
    object-position: center;
  }

  .page-hero--about .page-hero__media {
    object-fit: cover;
    object-position: 82% center;
  }

  .page-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .page-section {
    padding: 56px 0;
  }

  .section-head {
    gap: 14px;
    margin-bottom: 28px;
  }

  .pillar-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 32px 0;
  }

  .info-card,
  .product-card,
  .brand-card {
    padding: 24px 22px;
  }
}

.service-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.service-map span {
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(126, 199, 255, 0.24);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.9));
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-map span:hover {
  border-color: rgba(126, 199, 255, 0.48);
  box-shadow: 0 12px 26px rgba(13, 31, 77, 0.08);
  transform: translateY(-2px);
}

.service-map b {
  display: block;
  color: var(--maw-navy);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.service-map small {
  display: block;
  margin-top: 3px;
  color: var(--maw-text-muted);
  font-size: 11px;
  font-weight: 800;
}

.audience-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.audience-row span {
  padding: 5px 10px;
  border: 1px solid rgba(13, 31, 77, 0.16);
  border-radius: 999px;
  color: #334155;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip-row span {
  padding: 5px 10px;
  border: 1px solid rgba(29, 110, 232, 0.22);
  color: var(--maw-navy);
  background: #f7fbff;
  font-size: 12px;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--maw-navy);
  color: var(--maw-navy);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover {
  box-shadow: 0 14px 28px rgba(13, 31, 77, 0.12);
  transform: translateY(-2px);
}

.button--gold {
  border-color: rgba(200, 152, 42, 0.88);
  color: #07192d;
  background: linear-gradient(135deg, #fff0a6, var(--maw-gold-light));
}

.button--ghost {
  border-color: rgba(13, 31, 77, 0.24);
  color: #30415d;
  background: rgba(255, 255, 255, 0.68);
}

.page-hero .button:not(.button--gold) {
  border-color: rgba(241, 245, 250, 0.46);
  color: #f8fbff;
  background: rgba(3, 17, 34, 0.28);
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--maw-gold);
  color: #3b4658;
  background: #fffaf0;
  font-size: 14px;
}

.brand-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--maw-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(126, 199, 255, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(13, 31, 77, 0.08);
}

.brand-card--works {
  background:
    radial-gradient(circle at 85% 12%, rgba(200, 152, 42, 0.16), transparent 32%),
    linear-gradient(135deg, #061525, #0b2544);
  color: #ffffff;
}

.brand-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.brand-card__label {
  margin: 0 0 8px;
  color: var(--maw-gold);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-card h3 {
  margin: 0 0 10px;
  color: var(--maw-navy);
  font-size: 24px;
  line-height: 1.3;
}

.brand-card--works h3 {
  color: #ffffff;
}

.brand-card strong {
  display: block;
  margin-bottom: 14px;
  color: #0b1f3f;
  font-size: 18px;
  line-height: 1.55;
}

.brand-card--works strong {
  color: #ffe196;
}

.brand-card p:last-child {
  margin: 0;
  color: var(--maw-text-muted);
  font-size: 14px;
}

.brand-card--works p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.governance-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.governance-flow article {
  position: relative;
  padding: 26px 22px;
  border: 1px solid rgba(126, 199, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
  box-shadow: 0 16px 34px rgba(13, 31, 77, 0.07);
}

.governance-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--maw-cin-cyan), transparent);
}

.governance-flow span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--maw-navy);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.governance-flow h3 {
  margin: 0 0 10px;
  color: var(--maw-navy);
  font-size: 18px;
}

.governance-flow p {
  margin: 0;
  color: var(--maw-text-muted);
  font-size: 13px;
}

.page-section[id] {
  scroll-margin-top: 110px;
}

.mar-table-wrap {
  position: relative;
  border-radius: 4px;
  box-shadow: inset -14px 0 12px -14px rgba(13, 31, 77, 0.52);
}

.mar-table-wrap:focus-visible {
  outline: 3px solid var(--maw-navy);
  outline-offset: 3px;
  box-shadow: inset -14px 0 12px -14px rgba(13, 31, 77, 0.52), 0 0 0 6px #ffffff;
}

.mar-table th,
.mar-table td {
  border-color: #aab7c5;
}

.mar-table tbody th {
  color: var(--maw-navy);
  background: #f7f9fc;
  font-weight: 800;
  white-space: normal;
}

.mar-plan-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mar-plan-flow > li {
  min-width: 0;
}

.mar-plan-flow article {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 24px 20px;
  border: 1px solid rgba(126, 199, 255, 0.32);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 31, 77, 0.07);
}

.mar-plan-flow > li:not(:last-child) article::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -13px;
  z-index: 1;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--maw-cin-cyan), var(--maw-gold));
}

.mar-plan-flow article > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--maw-navy);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.mar-plan-flow__type {
  margin: 0 0 4px;
  color: #805d12;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.mar-plan-flow h3 {
  margin: 0 0 10px;
  color: var(--maw-navy);
  font-size: 19px;
}

.mar-plan-flow article > p:last-child {
  margin: 0;
  color: var(--maw-text-muted);
  font-size: 13px;
}

.mar-plan-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(200, 152, 42, 0.4);
  border-left: 4px solid var(--maw-gold);
  border-radius: 8px;
  background: linear-gradient(90deg, #fffaf0, #f8fbff);
}

.mar-plan-option > span {
  padding: 5px 9px;
  color: #ffffff;
  background: var(--maw-navy);
  font-size: 10px;
  font-weight: 900;
}

.mar-plan-option h3,
.mar-plan-option p {
  margin: 0;
}

.mar-plan-option h3 {
  color: var(--maw-navy);
  font-size: 18px;
}

.mar-plan-option p {
  color: var(--maw-text-muted);
  font-size: 13px;
}

.mar-plan-option a {
  color: var(--maw-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mar-scope-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.mar-scope-legend > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--maw-text-muted);
  font-size: 11px;
  font-weight: 800;
}

.mar-scope-level {
  display: block;
  width: 18px;
  height: 7px;
  background: #dbe5ef;
}

.mar-scope-level--1 { background: #2586d8; }
.mar-scope-level--2 { background: #1769aa; }
.mar-scope-level--3 { background: #0d1f4d; }
.mar-scope-level--4 { background: #805d12; }

.mar-scope-chart {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--maw-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(13, 31, 77, 0.07);
}

.mar-scope-chart article {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 18px 22px;
}

.mar-scope-chart > li + li {
  border-top: 1px solid var(--maw-border);
}

.mar-scope-chart__label h3,
.mar-scope-chart__label p {
  margin: 0;
}

.mar-scope-chart__label h3 {
  color: var(--maw-navy);
  font-size: 16px;
}

.mar-scope-chart__label p {
  color: var(--maw-text-muted);
  font-size: 12px;
}

.mar-scope-chart__measure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  align-items: center;
  gap: 14px;
}

.mar-scope-chart__track {
  position: relative;
  height: 12px;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #edf3f9 0 calc(25% - 2px), transparent calc(25% - 2px) 25%);
  border: 1px solid #dbe5ef;
}

.mar-scope-chart__track span {
  display: block;
  width: calc(var(--level) * 25%);
  height: 100%;
  background: #2586d8;
}

.mar-scope-chart > li:nth-child(2) .mar-scope-chart__track span { background: #1769aa; }
.mar-scope-chart > li:nth-child(3) .mar-scope-chart__track span { background: #0d1f4d; }
.mar-scope-chart > li:nth-child(4) .mar-scope-chart__track span { background: #805d12; }

.mar-scope-chart__measure strong {
  color: var(--maw-navy);
  font-size: 12px;
}

.mar-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mar-plan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  scroll-margin-top: 110px;
  border: 1px solid var(--maw-border);
  border-top: 4px solid var(--maw-cin-cyan);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(13, 31, 77, 0.08);
}

.mar-plan-card--featured {
  border-color: rgba(200, 152, 42, 0.68);
  border-top-color: var(--maw-gold);
  background: linear-gradient(145deg, #ffffff 0%, #fffaf0 100%);
}

.mar-plan-card--option {
  grid-column: 1 / -1;
  border-top-color: var(--maw-gold);
  background: linear-gradient(110deg, #fffaf0, #f6fbff);
}

.mar-plan-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.mar-plan-card__stage {
  margin: 0 0 2px;
  color: #805d12;
  font-size: 12px;
  font-weight: 900;
}

.mar-plan-card h3 {
  margin: 0;
  color: var(--maw-navy);
  font-size: 24px;
  line-height: 1.35;
}

.mar-plan-card__badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: #ffffff;
  background: var(--maw-navy);
  font-size: 10px;
  font-weight: 900;
}

.mar-plan-card__price {
  margin: 0 0 12px;
  color: var(--maw-navy);
  font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.mar-plan-card__price small {
  display: block;
  color: var(--maw-text-muted);
  font-size: 11px;
}

.mar-plan-card__summary {
  margin: 0 0 18px;
  color: var(--maw-text-muted);
  font-size: 14px;
}

.mar-plan-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
}

.mar-plan-card dl > div {
  padding: 12px;
  border-left: 2px solid var(--maw-cin-cyan);
  background: #f6f9fd;
}

.mar-plan-card dt {
  color: var(--maw-text-muted);
  font-size: 10px;
  font-weight: 900;
}

.mar-plan-card dd {
  margin: 2px 0 0;
  color: var(--maw-navy);
  font-size: 12px;
  font-weight: 800;
}

.mar-plan-card__detail {
  margin-bottom: 22px;
}

.mar-plan-card__detail h4 {
  margin: 0 0 12px;
  color: var(--maw-navy);
  font-size: 14px;
}

.mar-plan-card .check-list {
  margin-bottom: 0;
}

.mar-plan-card .check-list li {
  font-size: 13px;
}

.mar-plan-workflow {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mar-plan-workflow li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #344054;
  font-size: 13px;
}

.mar-plan-workflow span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  background: var(--maw-navy);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.mar-plan-card__audience {
  margin: auto 0 20px;
  padding-top: 18px;
  border-top: 1px solid var(--maw-border);
  color: var(--maw-text-muted);
  font-size: 13px;
}

.mar-plan-card__audience strong {
  display: block;
  margin-bottom: 4px;
  color: var(--maw-navy);
  font-size: 11px;
}

.mar-plan-card .button {
  align-self: flex-start;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #2d3a4f;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 15px;
  height: 8px;
  border-left: 2px solid var(--maw-gold);
  border-bottom: 2px solid var(--maw-gold);
  transform: rotate(-45deg);
}

.legal-body {
  padding: 42px;
}

.legal-body h2 {
  margin-top: 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--maw-gold);
  font-size: 22px;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 14px;
}

.legal-body th,
.legal-body td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--maw-border);
  vertical-align: top;
}

.legal-body th {
  width: 220px;
  color: var(--maw-navy);
  background: #f8fbff;
  text-align: left;
}

.sub-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(90deg, #061525, #082443);
}

.sub-footer__inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.sub-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
  font-size: 12px;
}

.sub-footer p {
  margin: 0;
  font-size: 11px;
}

@media (max-width: 920px) {
  .sub-header {
    background: #031122;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sub-header__inner,
  .sub-footer__inner,
  .page-hero__inner,
  .page-section__inner {
    width: min(100% - 36px, var(--container));
  }

  .sub-header__inner {
    min-height: 64px;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  .brand-word {
    font-size: 17px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    font-size: 20px;
  }

  .brand-picture,
  .brand img {
    width: 155px;
  }

  .sub-nav {
    display: none;
  }

  .sub-cta {
    min-height: 44px;
    margin-left: auto;
    padding: 0 11px;
    font-size: 11.5px;
    white-space: nowrap;
  }

  .section-head,
  .card-grid,
  .card-grid--two,
  .brand-system,
  .governance-flow {
    grid-template-columns: 1fr;
  }

  .governance-flow article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 28px;
    width: 2px;
    height: 14px;
    background: linear-gradient(180deg, var(--maw-cin-cyan), transparent);
  }

  .mar-plan-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mar-plan-flow > li:nth-child(2) article::after {
    display: none;
  }

  .mar-plan-option {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card--series {
    grid-column: auto;
  }

  .product-card--support {
    grid-column: auto;
  }

  .product-card--research {
    grid-column: auto;
  }

  .service-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-brand {
    align-items: flex-start;
  }

  .button-row {
    gap: 10px;
  }

  .page-hero {
    padding: 82px 0 58px;
  }

  h1 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.28;
    max-width: 100%;
  }

  .balanced-title .h1-desktop {
    display: none;
  }

  .balanced-title .h1-mobile {
    display: block;
    text-wrap: wrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .page-hero p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.85;
    word-break: normal;
  }

  .page-section {
    padding: 58px 0;
  }

  .legal-body {
    padding: 28px 20px;
  }

  .legal-body th,
  .legal-body td {
    display: block;
    width: 100%;
  }

  .sub-footer__inner {
    display: grid;
  }
}

@media (max-width: 560px) {
  .section-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .section-head h2,
  .legal-body h2 {
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.24;
    text-wrap: balance;
  }

  .section-head p {
    font-size: 14px;
    line-height: 1.78;
  }

  .mar-plan-flow,
  .mar-plan-grid {
    grid-template-columns: 1fr;
  }

  .mar-plan-flow > li:not(:last-child) article::after,
  .mar-plan-flow > li:nth-child(2) article::after {
    display: block;
    top: auto;
    right: auto;
    bottom: -13px;
    left: 34px;
    width: 2px;
    height: 14px;
    background: linear-gradient(180deg, var(--maw-cin-cyan), var(--maw-gold));
  }

  .mar-scope-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mar-scope-chart article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .mar-scope-chart__measure {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .mar-plan-card,
  .mar-plan-card--option {
    grid-column: auto;
    padding: 24px 20px;
  }

  .mar-plan-card header {
    display: grid;
  }

  .mar-plan-card__badge {
    justify-self: start;
  }

  .mar-plan-card dl {
    grid-template-columns: 1fr;
  }

  .product-card,
  .info-card {
    padding: 22px 20px;
  }

  .product-brand {
    gap: 12px;
  }

  .product-brand__mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .product-brand__mark--support {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .product-brand__mark--series img,
  .product-brand__mark--education img,
  .product-brand__mark--support img {
    width: 40px;
    height: 40px;
  }

  .product-brand h3 {
    font-size: clamp(21px, 7.4vw, 29px);
  }

  .service-map {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
.skip-link {
  position: fixed;
  z-index: 10000;
  inset: 8px auto auto 8px;
  padding: 12px 16px;
  color: #fff;
  background: #0d1f4d;
  border: 2px solid #deb84a;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.mobile-global-nav {
  display: none;
}

.mar-guide-detail {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 31, 77, .16);
  background: #f7f9fc;
}

.mar-guide-detail summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
}

.mar-guide-detail ul {
  margin: 10px 0 0;
  padding-left: 1.4em;
}

.mar-guide-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mar-guide-price {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(13, 31, 77, .16);
  background: #fff;
}

.mar-guide-price--featured {
  border: 2px solid #9b7518;
  background: #fffaf0;
}

.mar-guide-price__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #9b7518;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.mar-guide-price__old {
  margin: 0;
  color: #7a8ba3;
  font-size: .95rem;
}

.mar-guide-pricing-other {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(13, 31, 77, .12);
  background: #f7f8fb;
}

.mar-guide-pricing-other h3 {
  margin: 0 0 12px;
  font-size: .95rem;
  color: #0d1f4d;
}

.mar-guide-pricing-other ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mar-guide-pricing-other li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(13, 31, 77, .08);
  font-size: .92rem;
}

.mar-guide-pricing-other li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mar-guide-price-other__name small {
  color: #4b627e;
  font-weight: 700;
}

.mar-guide-price-other__price {
  color: #9b7518;
  font-weight: 800;
}

.mar-guide-pricing-other a {
  margin-left: auto;
  color: #0d1f4d;
  font-weight: 800;
}

.mar-guide-price h3 {
  margin: 0 0 12px;
  color: #0d1f4d;
}

.mar-guide-price h3 span,
.mar-guide-price h3 small {
  display: block;
}

.mar-guide-price h3 span {
  font-size: 1.08rem;
  line-height: 1.45;
}

.mar-guide-price h3 small {
  margin-top: 3px;
  color: #4b627e;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.mar-guide-price__price {
  margin: 0;
  color: #9b7518;
  font-size: 1.25rem;
  font-weight: 900;
}

.mar-guide-price__billing {
  margin: 4px 0 12px;
  color: #4b627e;
  font-weight: 700;
}

.mar-guide-price > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 10px;
  color: #0d1f4d;
  font-weight: 800;
}

@media (max-width: 920px) {
  .mobile-global-nav {
    display: block;
    position: sticky;
    z-index: 90;
    top: 64px;
    background: #07192d;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .mobile-global-nav summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    cursor: pointer;
    list-style: none;
    font-size: 1.35rem;
  }

  .mobile-global-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-global-nav nav {
    display: grid;
    padding: 0 20px 16px;
  }

  .mobile-global-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    text-decoration: none;
  }

  .mar-guide-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mar-guide-pricing-other li {
    font-size: .88rem;
  }
}

@media (max-width: 560px) {
  .mar-guide-pricing {
    grid-template-columns: 1fr;
  }

  .mar-guide-pricing-other a {
    margin-left: 0;
  }

  .mar-nav a,
  .sub-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Contact accessibility and mobile confirmation refinements */
.contact-page--editorial .contact-submit {
  color: #07192d;
  background: linear-gradient(90deg, #d6a92c, #f0ca5a);
}

.contact-field input,
.contact-field textarea {
  border-color: #7f91a6;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #5f6f82;
  opacity: 1;
}

.contact-counter,
.contact-consent > p:not(.field-error) {
  color: #536174;
}

.contact-fallback button {
  border-color: #6f8399;
}

.contact-copy-status {
  grid-column: 2 / -1;
  min-height: 1.4em;
  color: #43556a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 560px) {
  .contact-confirm__panel {
    padding-bottom: 0;
  }

  .contact-confirm__actions {
    position: sticky;
    z-index: 2;
    bottom: 0;
    margin: 16px -22px 0;
    padding: 14px 22px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid #c7d2df;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -10px 24px rgba(7, 25, 45, .08);
  }
}
