:root {
  --text: #1f2933;
  --text-strong: #111827;
  --muted: #667085;
  --subtle: #98a2b3;
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --bg-tint: #eef4f2;
  --line: #d9dee7;
  --line-dark: #b8c0cc;
  --accent: #533afd;
  --accent-dark: #4434d4;
  --accent-soft: #f0eeff;
  --warning-soft: #fff7e6;
  --max: 1120px;
  --content: 720px;
  --font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a:hover {
  color: var(--accent-dark);
}

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-strong);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
}

.brand__text {
  font-size: 16px;
}

.menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.menu a,
.footer-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.nav-toggle {
  display: none;
  min-height: 38px;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  padding: 7px 12px;
  color: var(--text);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}

.hero {
  padding: 48px 0 40px;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.hero__mesh {
  display: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

.hero__grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.22;
}

h1 span {
  display: inline;
}

h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
}

h3 {
  font-size: 19px;
  line-height: 1.45;
}

p {
  margin: 0;
}

.hero__copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 18px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.9;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.button,
.sdn-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--accent-dark);
  border-radius: 4px;
  padding: 9px 16px;
  color: var(--accent-dark);
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.button:hover,
.sdn-search button:hover {
  color: #fff;
  background: var(--accent-dark);
}

.button--primary,
.sdn-search button {
  color: #fff;
  background: var(--accent-dark);
}

.button--primary:hover,
.sdn-search button:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.sdn-language-switcher {
  display: inline-flex;
  align-items: center;
  margin-left: clamp(0.5rem, 1vw, 1rem);
}

.sdn-language-switcher select {
  min-height: 2.35rem;
  border: 1px solid rgba(18, 32, 51, 0.18);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.35rem 2rem 0.35rem 0.75rem;
}

.sdn-language-switcher select:focus-visible {
  outline: 3px solid rgba(7, 78, 168, 0.22);
  outline-offset: 2px;
}

#sdn-google-translate,
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.button--secondary,
.button--ghost,
.button--light,
.button--outline-light {
  color: var(--accent-dark);
  background: #fff;
}

.data-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}

.metric-grid div {
  min-height: 88px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-grid div:nth-child(2n) {
  border-right: 0;
}

.metric-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.metric-grid strong {
  display: block;
  color: var(--text-strong);
  font-size: 28px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.metric-grid span,
.article-meta,
.sdn-card__meta {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.check-list,
.issue-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding: 13px 16px;
  color: var(--text);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.65;
}

.check-list li:last-child {
  border-bottom: 0;
}

.section {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.section--soft,
.section--search {
  background: var(--bg-soft);
}

.section--dark {
  color: var(--text);
  background: #fff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.sdn-search {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) 128px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.sdn-search label {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.sdn-search select {
  width: 100%;
  min-height: 32px;
  border: 0;
  padding: 0;
  color: var(--text-strong);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  outline: 0;
}

.sdn-search button {
  min-height: 100%;
  border-width: 0 0 0 1px;
  border-radius: 0;
}

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

.feature-card,
.sdn-card,
.tool-card,
.pricing-card,
.operator-card,
.sidebar-box,
.source-box,
.business-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
}

.feature-card,
.sdn-card,
.tool-card,
.pricing-card {
  min-height: 190px;
}

.feature-card p,
.sdn-card p,
.tool-card p,
.pricing-card p,
.sidebar-box p {
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.sidebar-links {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.sidebar-links a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 12px;
  color: var(--text-strong);
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.sidebar-links li:last-child a {
  border-bottom: 0;
}

.sidebar-links a:hover {
  color: #0b63ce;
  background: #f4f8ff;
}

.pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  border-radius: 3px;
  padding: 3px 8px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.text-link,
.sdn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 700;
}

.text-link::after,
.sdn-link::after {
  content: "→";
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 40px;
  align-items: start;
}

.split p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

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

.purpose-grid a {
  min-height: 58px;
  padding: 15px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text-strong);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.operator-card ul {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
  margin: 14px 0 0;
}

.operator-card li {
  font-size: 15px;
  line-height: 1.75;
}

.issue-list {
  border-top: 1px solid var(--line);
}

.issue-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.pricing-card .price {
  margin-top: 16px;
  color: var(--text-strong);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.site-footer {
  padding: 44px max(20px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--text-strong);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 36px;
}

.site-footer .brand,
.site-footer .footer-menu,
.site-footer a {
  color: #fff;
}

.site-footer .brand__mark {
  color: var(--text-strong);
  background: #fff;
}

.site-footer p {
  max-width: 480px;
  margin-top: 14px;
  color: #d0d5dd;
  font-size: 14px;
  line-height: 1.8;
}

.footer-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-note {
  margin-top: 24px;
  color: #d0d5dd;
  font-size: 12px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  padding: 40px 0 72px;
}

.content-layout--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 880px;
}

.content-layout--about {
  max-width: 1040px;
}

.entry-main,
.archive-main {
  min-width: 0;
}

.page-heading,
.article-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.article-header h1,
.page-heading h1 {
  max-width: 840px;
  font-size: clamp(32px, 4.4vw, 50px);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}

.lead {
  max-width: var(--content);
  margin-top: 18px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.9;
}

.entry-content {
  max-width: var(--content);
  color: var(--text);
  font-size: 17px;
  line-height: 1.95;
}

.content-layout--about .entry-content,
.content-layout--about .page-heading {
  width: 100%;
  max-width: none;
}

.content-layout--about .page-heading {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.content-layout--about .entry-content > .consulting-section,
.content-layout--about .entry-content > .wp-block-group.consulting-section {
  padding-top: 12px;
  border-bottom: 0;
}

.content-layout--about .about-profile {
  margin-right: auto;
  margin-left: auto;
}

.entry-content p + p {
  margin-top: 1em;
}

.entry-content h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
}

.entry-content h3 {
  margin-top: 28px;
  margin-bottom: 8px;
}

.entry-content a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25em;
  margin-top: 1em;
}

.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.toc a {
  min-height: 36px;
  padding: 8px 11px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.content-block,
.summary-table,
.business-cta,
.source-box {
  max-width: var(--content);
  margin-top: 32px;
}

.content-block {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.content-block h2 {
  font-size: 26px;
}

.summary-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.summary-table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--line);
}

.summary-table div:last-child {
  border-bottom: 0;
}

.summary-table dt,
.summary-table dd {
  margin: 0;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.7;
}

.summary-table dt {
  background: var(--bg-soft);
  font-weight: 700;
}

.data-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.data-list article {
  padding: 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.data-list article h3 {
  font-size: 17px;
}

.data-list article p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.75;
}

.sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sidebar-box h2 {
  font-size: 17px;
}

.sidebar .sdn-search,
.sidebar .sdn-card-grid {
  grid-template-columns: 1fr;
}

.sidebar .sdn-search label {
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.sidebar .sdn-search button {
  width: 100%;
  min-height: 44px;
  border-left: 0;
  border-top: 1px solid var(--line);
}

.sidebar-cta,
.business-cta {
  background: var(--accent-soft);
}

.business-cta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px;
}

.business-cta p {
  color: var(--text);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.reviewer-box {
  max-width: var(--content);
  margin-top: 34px;
  padding: 22px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.reviewer-box__inner {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
}

.reviewer-box__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--line);
}

.reviewer-box__avatar--placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent-dark);
  font-size: 28px;
  font-weight: 700;
}

.reviewer-box h2 {
  font-size: 21px;
}

.reviewer-box p {
  margin-top: 8px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.reviewer-box__title {
  color: var(--muted);
  font-weight: 700;
}

.about-profile {
  width: min(960px, 100%);
  max-width: 100%;
  margin: 24px auto 34px;
  padding: 20px;
  border: 1px solid #e4e8ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 36, 62, 0.08);
}

.about-profile__caption {
  min-width: 0;
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 8px 16px;
  color: #fff;
  background: #0b63ce;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.about-profile__content {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 18px;
  padding: 34px;
  background: #f7f8fa;
  border-radius: 8px;
}

.about-profile__media {
  min-width: 0;
}

.about-profile__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(16, 36, 62, 0.08);
}

.about-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.about-profile__body {
  min-width: 0;
}

.about-profile__avatar {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
}

.about-profile h2 {
  margin: 0;
  color: #10243e;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.about-profile__title {
  margin-top: 8px;
  color: #46566d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.about-profile a:not(.button) {
  color: #0b63ce;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(11, 99, 206, 0.78);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.about-profile__facts ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.about-profile__facts li {
  position: relative;
  padding-left: 18px;
  color: #25364a;
  font-size: 14px;
  line-height: 1.75;
}

.about-profile__facts li::before {
  position: absolute;
  top: 0.76em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #f59e0b;
  border-radius: 50%;
}

.about-profile p:not(.eyebrow) {
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.about-profile__bio {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.about-profile__bio p,
.about-profile__text p {
  margin: 0;
  color: #334155;
  font-size: 15px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.about-profile__bio p + p,
.about-profile__text p + p {
  margin-top: 12px;
}

.about-profile__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-profile__links .button--primary,
.about-profile__links .about-profile__primary-link {
  color: #053b7a;
  background: #ffffff;
  border: 2px solid #0b63ce;
  box-shadow:
    0 10px 24px rgba(11, 99, 206, 0.14),
    0 0 0 3px rgba(11, 99, 206, 0.08);
}

.about-profile__links .button--primary:hover,
.about-profile__links .button--primary:focus-visible,
.about-profile__links .about-profile__primary-link:hover,
.about-profile__links .about-profile__primary-link:focus-visible {
  color: #ffffff;
  background: #0b63ce;
  border-color: #0b63ce;
}

.about-profile--small {
  margin-top: 12px;
}

.about-profile--small .about-profile__caption {
  display: inline-block;
  margin: -14px 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 4px #fff;
  font-size: 13px;
}

.about-profile--inside .about-profile__caption {
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  background: #0b63ce;
  border-left: 0;
  font-size: 14px;
}

.about-profile--inside .about-profile__content {
  padding-top: 34px;
}

.about-profile--inside .about-profile__photo {
  border-radius: 6px;
}

.lp-hero {
  padding: 56px 0;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

.lp-lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.9;
}

.lp-diagnostic {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lp-diagnostic h2 {
  font-size: 20px;
}

.lp-diagnostic ul,
.lp-list ul {
  padding-left: 1.2em;
  margin: 14px 0 0;
}

.lp-diagnostic li,
.lp-list li {
  margin-top: 8px;
  line-height: 1.7;
}

.lp-section {
  padding: 58px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.lp-section--soft {
  background: var(--bg-soft);
}

.lp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 44px;
  align-items: start;
}

.lp-list p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
}

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

.lp-card {
  min-height: 190px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lp-card p {
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.lp-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.lp-table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.lp-table div:last-child {
  border-bottom: 0;
}

.lp-table strong {
  color: var(--text-strong);
}

.lp-table span {
  color: var(--text);
  line-height: 1.75;
}

.lp-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.lp-process li {
  min-height: 180px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.lp-process li:last-child {
  border-right: 0;
}

.lp-process strong {
  display: block;
  color: var(--text-strong);
  font-size: 18px;
}

.lp-process span {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.lp-faq {
  display: grid;
  gap: 10px;
}

.lp-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.lp-faq summary {
  padding: 16px 18px;
  color: var(--text-strong);
  font-weight: 700;
  cursor: pointer;
}

.lp-faq p {
  padding: 0 18px 18px;
  color: var(--text);
  line-height: 1.8;
}

.lp-cta {
  padding: 58px 0;
  background: var(--bg-tint);
}

.lp-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.lp-cta__inner p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 12px;
  color: var(--text);
  line-height: 1.85;
}

.supervisor-hero {
  padding: 58px 0;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.supervisor-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

.supervisor-lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.9;
}

.supervisor-summary,
.supervisor-card,
.supervisor-profile,
.supervisor-price {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.supervisor-summary {
  padding: 22px;
}

.supervisor-summary__label {
  margin: 0;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.supervisor-summary ul {
  padding-left: 1.2em;
  margin: 12px 0 0;
}

.supervisor-summary li {
  margin-top: 8px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.supervisor-section {
  padding: 58px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.supervisor-section--soft {
  background: var(--bg-soft);
}

.supervisor-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 44px;
  align-items: start;
}

.supervisor-copy p,
.supervisor-note p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
}

.supervisor-copy p + p,
.supervisor-note p + p {
  margin-top: 14px;
}

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

.supervisor-card {
  min-height: 188px;
  padding: 22px;
}

.supervisor-card h3,
.supervisor-price h3 {
  color: var(--text-strong);
  font-size: 19px;
  line-height: 1.45;
}

.supervisor-card p,
.supervisor-price p {
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.supervisor-profile {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
}

.supervisor-profile__media {
  display: grid;
  place-items: center;
  width: 164px;
  height: 164px;
  background: var(--accent-soft);
  border: 1px solid rgba(17, 94, 89, 0.18);
  border-radius: 6px;
}

.supervisor-profile__media span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
}

.supervisor-profile__body {
  min-width: 0;
}

.supervisor-profile__body h2 {
  font-size: 26px;
  line-height: 1.35;
}

.supervisor-profile__body p {
  margin-top: 10px;
  color: var(--text);
  line-height: 1.85;
}

.supervisor-profile__name {
  color: var(--text-strong) !important;
  font-size: 21px;
  font-weight: 700;
}

.supervisor-profile__list {
  display: grid;
  margin: 20px 0 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.supervisor-profile__list div {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.supervisor-profile__list div:last-child {
  border-bottom: 0;
}

.supervisor-profile__list dt,
.supervisor-profile__list dd {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.7;
}

.supervisor-profile__list dt {
  color: var(--text-strong);
  background: var(--bg-soft);
  font-weight: 700;
}

.supervisor-profile__list dd {
  color: var(--text);
  border-left: 1px solid var(--line);
}

.supervisor-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.supervisor-flow li {
  min-height: 178px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.supervisor-flow li:last-child {
  border-right: 0;
}

.supervisor-flow strong {
  display: block;
  color: var(--text-strong);
  font-size: 18px;
  line-height: 1.45;
}

.supervisor-flow span {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.supervisor-price {
  padding: 22px;
}

.supervisor-price__amount {
  color: var(--accent-dark) !important;
  font-size: 28px !important;
  font-weight: 800;
  line-height: 1.2 !important;
}

.supervisor-cta {
  padding: 58px 0;
  background: var(--bg-tint);
}

.supervisor-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.supervisor-cta__inner p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 12px;
  color: var(--text);
  line-height: 1.85;
}

.block-page__content > * {
  margin-block-start: 0;
}

.block-page__content .wp-block-group {
  margin-block-start: 0;
}

.u-nowrap {
  white-space: nowrap;
}

.consulting-hero {
  padding: 76px 0 66px;
  color: var(--text-strong);
  background:
    radial-gradient(circle at 18% 0%, rgba(249, 107, 238, 0.22), transparent 28%),
    radial-gradient(circle at 78% 8%, rgba(83, 58, 253, 0.18), transparent 34%),
    linear-gradient(180deg, #f6f9fc 0%, #fff 74%);
  border-bottom: 1px solid #d8e4f7;
}

.consulting-hero > .wp-block-group__inner-container,
.consulting-section > .wp-block-group__inner-container,
.consulting-cta > .wp-block-group__inner-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.consulting-hero > *,
.consulting-section > *,
.consulting-cta > * {
  width: min(var(--max), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.consulting-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 48px;
  align-items: center;
  width: 100%;
}

.consulting-hero__grid > .wp-block-group__inner-container {
  display: contents;
}

.consulting-kicker {
  margin: 0 0 12px;
  color: #1d64c8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.consulting-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #10243e;
  font-size: clamp(36px, 4.3vw, 56px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.consulting-hero h1 strong {
  color: #0b63ce;
  font-weight: inherit;
}

.consulting-hero--center {
  padding: 76px 0 72px;
  text-align: center;
}

.consulting-hero--center h1 {
  max-width: 900px;
}

.consulting-hero--center h1,
.consulting-hero--center .consulting-lead {
  margin-right: auto;
  margin-left: auto;
}

.consulting-hero--center .consulting-lead {
  max-width: 760px;
}

.consulting-hero--center .wp-block-buttons,
.consulting-cta--center .wp-block-buttons {
  justify-content: center;
}

.consulting-lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: #46566d;
  font-size: 17px;
  line-height: 1.85;
  word-break: normal;
}

.consulting-hero .wp-block-buttons,
.consulting-cta .wp-block-buttons {
  gap: 10px;
  margin-top: 28px;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #0b63ce;
  border-radius: 6px;
  padding: 9px 16px;
  color: #fff;
  background: #0b63ce;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #0b63ce;
  background: #fff;
  border-color: #b9cff0;
}

.consulting-hero .is-style-outline > .wp-block-button__link,
.consulting-hero .wp-block-button.is-style-outline .wp-block-button__link,
.consulting-cta .is-style-outline > .wp-block-button__link,
.consulting-cta .wp-block-button.is-style-outline .wp-block-button__link {
  color: #0b63ce;
  background: #fff;
  border-color: #b9cff0;
}

.consulting-panel {
  padding: 22px;
  color: var(--text);
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 36, 62, 0.08);
}

.consulting-panel h2,
.consulting-panel h3 {
  color: #10243e;
  font-size: 20px;
}

.consulting-panel p,
.consulting-panel li {
  color: #46566d;
  font-size: 14px;
  line-height: 1.7;
}

.consulting-panel ul {
  padding-left: 1.2em;
  margin: 12px 0 0;
}

.consulting-visual {
  width: 100%;
  margin: 0;
}

.consulting-visual img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(16, 36, 62, 0.12);
}

.consulting-visual--panel {
  margin-bottom: 18px;
}

.consulting-visual--panel img {
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  box-shadow: none;
}

.consulting-section--media .consulting-visual {
  margin-top: 0;
}

.home-proof > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-proof {
  max-width: 920px;
  margin-top: 32px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(16, 36, 62, 0.08);
}

.home-proof > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-proof p {
  min-height: 104px;
  padding: 20px 22px;
  border-right: 1px solid #d8e4f7;
}

.home-proof p:last-child {
  border-right: 0;
}

.home-proof strong,
.home-proof span {
  display: block;
}

.home-proof strong {
  color: #10243e;
  font-size: 18px;
  line-height: 1.3;
}

.home-proof span {
  margin-top: 8px;
  color: #46566d;
  font-size: 14px;
  line-height: 1.65;
}

.home-hero-visual,
.home-wide-visual {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  overflow: hidden;
}

.home-hero-visual img,
.home-wide-visual img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(16, 36, 62, 0.12);
}

.home-hero-v2 .home-hero-visual {
  margin-top: 34px;
}

.consulting-section--media {
  background:
    radial-gradient(circle at 84% 18%, rgba(83, 58, 253, 0.09), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.consulting-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
  overflow: hidden;
}

.consulting-metrics > * {
  min-height: 88px;
  padding: 16px;
  background: #f8fbff;
  border-right: 1px solid #d8e4f7;
  border-bottom: 1px solid #d8e4f7;
}

.consulting-metrics > *:nth-child(2n) {
  border-right: 0;
}

.consulting-metrics > *:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.consulting-metrics strong {
  display: block;
  color: #0b63ce;
  font-size: 26px;
  line-height: 1.1;
}

.consulting-metrics span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}

.consulting-section {
  padding: 62px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.consulting-section--soft {
  background: #f7faff;
}

.consulting-section--center {
  text-align: center;
}

.consulting-section--center h2,
.consulting-section--center > p:not(.eyebrow),
.consulting-section--center .wp-block-group__inner-container > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.consulting-section--center h2 {
  max-width: 860px;
}

.consulting-section--center > p:not(.eyebrow),
.consulting-section--center .wp-block-group__inner-container > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 16px;
}

.consulting-section h2 {
  max-width: 780px;
  margin: 0;
  color: #10243e;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.26;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.consulting-section h3 {
  color: #10243e;
  font-size: 20px;
  line-height: 1.35;
}

.consulting-section p {
  color: var(--text);
  line-height: 1.85;
}

.consulting-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 44px;
  align-items: start;
}

.consulting-two-col > .wp-block-group__inner-container {
  display: contents;
}

.consulting-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.consulting-card-grid > .wp-block-group__inner-container {
  display: contents;
}

.consulting-card {
  min-height: 184px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(13, 37, 61, 0.05);
}

.consulting-card p {
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.consulting-card h3,
.consulting-price h3,
.consulting-panel h2 {
  text-wrap: balance;
  word-break: keep-all;
}

.block-page--llmo {
  background: #fff;
}

.block-page--llmo .consulting-hero {
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 14% 8%, rgba(249, 107, 238, 0.2), transparent 26%),
    radial-gradient(circle at 82% 4%, rgba(83, 58, 253, 0.18), transparent 32%),
    linear-gradient(180deg, #f6f9fc 0%, #fff 76%);
}

.block-page--llmo .consulting-hero h1 {
  max-width: 760px;
  color: #0d253d;
  font-size: 54px;
  font-weight: 650;
  line-height: 1.1;
}

.block-page--llmo .consulting-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #4434d4;
  background: #f0eeff;
  border: 1px solid #d8d4ff;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0;
}

.block-page--llmo .consulting-lead {
  color: #273951;
  font-size: 17px;
  line-height: 1.85;
}

.block-page--llmo .wp-block-button__link {
  min-height: 44px;
  border-radius: 9999px;
  padding: 10px 18px;
  background: #533afd;
  border-color: #533afd;
  box-shadow: 0 10px 24px rgba(83, 58, 253, 0.18);
}

.block-page--llmo .wp-block-button.is-style-outline .wp-block-button__link {
  color: #533afd;
  background: #fff;
  border-color: #d8d4ff;
  box-shadow: none;
}

.block-page--llmo .consulting-panel {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(13, 37, 61, 0.09);
}

.block-page--llmo .consulting-panel h2 {
  margin-top: 18px;
  color: #0d253d;
}

.block-page--llmo .consulting-panel ul,
.block-page--llmo .consulting-two-col ul {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.block-page--llmo .consulting-panel li,
.block-page--llmo .consulting-two-col li {
  position: relative;
  padding-left: 22px;
  color: #273951;
}

.block-page--llmo .consulting-panel li + li {
  margin-top: 9px;
}

.block-page--llmo .consulting-panel li::before,
.block-page--llmo .consulting-two-col li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #533afd;
  border-radius: 9999px;
}

.block-page--llmo .consulting-two-col ul {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.block-page--llmo .consulting-two-col li {
  padding: 14px 16px 14px 40px;
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
}

.block-page--llmo .consulting-two-col li::before {
  top: 21px;
  left: 18px;
}

.block-page--llmo .consulting-section {
  padding: 68px 0;
}

.block-page--llmo .consulting-section h2 {
  color: #0d253d;
  font-size: 38px;
  font-weight: 650;
  line-height: 1.18;
}

.block-page--llmo .consulting-card {
  min-height: 0;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(13, 37, 61, 0.06);
}

.block-page--llmo .consulting-card h3 {
  color: #0d253d;
  font-size: 19px;
}

.block-page--llmo .consulting-card p {
  color: #46566d;
}

.block-page--llmo .consulting-steps {
  border-color: #e3e8ee;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(13, 37, 61, 0.05);
}

.block-page--llmo .consulting-steps li {
  padding: 24px;
}

.block-page--llmo .consulting-visual img {
  border: 1px solid #e3e8ee;
  box-shadow: 0 18px 44px rgba(13, 37, 61, 0.1);
}

.block-page--llmo .lp-faq details {
  border-radius: 12px;
}

.block-page--llmo .consulting-cta {
  background:
    radial-gradient(circle at 82% 0%, rgba(249, 107, 238, 0.22), transparent 28%),
    linear-gradient(135deg, #1c1e54 0%, #4434d4 100%);
  --cta-button-bg: #533afd;
  --cta-button-bg-hover: #3f29de;
  --cta-button-border: rgba(255, 255, 255, 0.88);
  --cta-button-ring: rgba(255, 255, 255, 0.16);
}

.block-page--contact .contact-section {
  min-height: 680px;
  padding-top: 72px;
  background:
    radial-gradient(circle at 18% 0%, rgba(249, 107, 238, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(83, 58, 253, 0.14), transparent 34%),
    linear-gradient(180deg, #f7faff 0%, #fff 72%);
  text-align: center;
}

.block-page--contact .contact-section h2,
.block-page--contact .contact-section > .wp-block-group__inner-container > h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.block-page--contact .contact-section > .wp-block-group__inner-container > p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
  color: #46566d;
}

.block-page--contact .sdn-contact {
  text-align: left;
}

.home-service-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-service-grid {
  margin-top: 32px;
  text-align: left;
}

.home-service-grid > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-service-card {
  min-height: 218px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 8px;
}

.home-service-card h3 {
  color: #10243e;
  font-size: 21px;
}

.home-service-card p {
  margin-top: 12px;
  color: #46566d;
  font-size: 15px;
  line-height: 1.85;
}

.home-split > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 52px;
  align-items: start;
}

.home-split {
  display: block;
}

.home-split > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-split h2 {
  max-width: 520px;
}

.home-split p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
}

.home-method-list > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
}

.home-method-list {
  display: block;
}

.home-method-list > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-method-item {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
}

.home-method-item p {
  display: grid;
  gap: 8px;
  margin: 0;
}

.home-method-item strong {
  color: #10243e;
  font-size: 17px;
  line-height: 1.45;
}

.home-method-item span {
  color: #46566d;
  font-size: 15px;
  line-height: 1.75;
}

.home-news-section .sdn-news-list {
  max-width: 880px;
  margin: 28px auto 0;
  text-align: left;
}

.home-visual-section > .wp-block-group__inner-container,
.home-news-section > .wp-block-group__inner-container {
  text-align: center;
}

.home-visual-section h2,
.home-news-section h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-news-section > .wp-block-group__inner-container > p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
}

.home-hero-v2 {
  padding: 70px 0 58px;
  background:
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.home-hero-v2 h1 {
  max-width: 860px;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.14;
}

.home-hero-v2 .consulting-lead {
  max-width: 700px;
}

.home-hero-strip > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-hero-strip {
  max-width: 900px;
  margin: 34px auto 0;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 36, 62, 0.08);
}

.home-hero-strip > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-hero-strip p {
  min-height: 96px;
  padding: 20px 22px;
  border-right: 1px solid #d8e4f7;
}

.home-hero-strip p:last-child {
  border-right: 0;
}

.home-hero-strip strong,
.home-hero-strip span {
  display: block;
}

.home-hero-strip strong {
  color: #10243e;
  font-size: 17px;
  line-height: 1.35;
}

.home-hero-strip span {
  margin-top: 7px;
  color: #46566d;
  font-size: 14px;
  line-height: 1.65;
}

.home-diagnostic-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  gap: 46px;
  align-items: start;
}

.home-diagnostic-grid {
  display: block;
}

.home-diagnostic-grid > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-diagnostic-grid p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
}

.home-audit-card {
  padding: 24px;
  background: #f7faff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
}

.home-audit-card__label {
  margin: 0 0 12px !important;
  color: #0b63ce !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.home-audit-card ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.home-audit-card li {
  padding: 13px 0;
  border-top: 1px solid #d8e4f7;
  color: #10243e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.home-scope-section h2 {
  max-width: 720px;
}

.home-scope-list > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
}

.home-scope-list {
  display: block;
  margin-top: 24px;
}

.home-scope-list > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-scope-item {
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
}

.home-scope-item p {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 20px 22px;
  margin: 0;
}

.home-scope-item strong {
  color: #10243e;
  font-size: 18px;
  line-height: 1.45;
}

.home-scope-item span {
  color: #46566d;
  font-size: 15px;
  line-height: 1.8;
}

.home-flow-section h2 {
  max-width: 820px;
}

.home-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
}

.home-flow-list li {
  min-height: 172px;
  padding: 22px;
  border-right: 1px solid #d8e4f7;
}

.home-flow-list li:last-child {
  border-right: 0;
}

.home-flow-list strong,
.home-flow-list span {
  display: block;
}

.home-flow-list strong {
  color: #0b63ce;
  font-size: 17px;
  line-height: 1.45;
}

.home-flow-list span {
  margin-top: 10px;
  color: #46566d;
  font-size: 14px;
  line-height: 1.75;
}

.home-supervisor-section .about-profile {
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: left;
  border-color: #d8e4f7;
  box-shadow: 0 16px 42px rgba(16, 36, 62, 0.07);
}

.home-supervisor-section .about-profile__caption {
  color: #fff;
  border-left-color: transparent;
}

.home-supervisor-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.home-supervisor-grid {
  display: block;
}

.home-supervisor-grid > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-supervisor-grid > .wp-block-group__inner-container > .wp-block-group:first-child {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-supervisor-grid h2 {
  max-width: 100%;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.24;
}

.home-supervisor-grid > .wp-block-group__inner-container > .wp-block-group:first-child p:not(.eyebrow),
.home-supervisor-grid > .wp-block-group:first-child p:not(.eyebrow) {
  max-width: 390px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  color: #46566d;
  font-size: 15px;
  line-height: 1.85;
}

.home-supervisor-cta-button.wp-block-button.is-style-outline .wp-block-button__link {
  color: #053b7a;
  background: #ffffff;
  border: 2px solid #0b63ce;
  box-shadow: 0 10px 24px rgba(11, 99, 206, 0.18);
}

.home-supervisor-cta-button.wp-block-button.is-style-outline .wp-block-button__link:hover,
.home-supervisor-cta-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  color: #ffffff;
  background: #0b63ce;
  border-color: #0b63ce;
}

.home-credential-card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
  gap: 34px;
  align-items: center;
}

.home-credential-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(13, 37, 61, 0.06);
}

.home-credential-card > .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}

.home-credential-card h2 {
  max-width: 680px;
  font-size: clamp(25px, 2.6vw, 36px);
}

.home-credential-card p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 12px;
  color: #46566d;
}

.home-credential-profile {
  padding: 22px;
  background: #f6f9fc;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
}

.home-credential-profile p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.home-credential-profile strong {
  color: #0d253d;
  font-size: 22px;
  line-height: 1.25;
}

.home-credential-profile span {
  color: #64748d;
  font-size: 14px;
  line-height: 1.6;
}

.home-credential-profile .wp-block-buttons {
  margin-top: 18px;
}

.supervisor-request-profile .about-profile {
  max-width: 880px;
  margin-top: 24px;
  border-color: #d8e4f7;
}

.sdn-news-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 8px;
}

.sdn-news-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 20px 22px;
  border-bottom: 1px solid #d8e4f7;
}

.sdn-news-item:last-child {
  border-bottom: 0;
}

.sdn-news-item time {
  padding-top: 3px;
  color: #0b63ce;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}

.sdn-news-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.sdn-news-item h3 a {
  color: #10243e;
  text-decoration: none;
}

.sdn-news-item h3 a:hover {
  color: #0b63ce;
}

.sdn-news-item p {
  grid-column: 2;
  margin: 0;
  color: #46566d;
  font-size: 14px;
  line-height: 1.75;
}

.sdn-news-empty {
  margin: 0;
  padding: 20px 22px;
  color: #667085;
  font-size: 14px;
}

.consulting-steps,
.consulting-steps.wp-block-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 8px;
  overflow: hidden;
}

.consulting-steps li {
  min-height: 172px;
  padding: 20px;
  border-right: 1px solid #dfe7f3;
}

.consulting-steps li:last-child {
  border-right: 0;
}

.consulting-steps strong {
  display: block;
  color: #10243e;
  font-size: 18px;
  line-height: 1.45;
}

.consulting-steps span {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.consulting-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.consulting-price-grid > .wp-block-group__inner-container {
  display: contents;
}

.consulting-price {
  padding: 28px;
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 37, 61, 0.06);
}

.consulting-price__amount {
  margin-top: 14px;
  color: #533afd !important;
  font-size: 30px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  font-variant-numeric: tabular-nums;
}

.consulting-price-grid > .consulting-price:nth-child(2),
.consulting-price-grid > .wp-block-group__inner-container > .consulting-price:nth-child(2) {
  color: #fff;
  background: #1c1e54;
  border-color: #1c1e54;
}

.consulting-price-grid > .consulting-price:nth-child(2) h3,
.consulting-price-grid > .consulting-price:nth-child(2) p,
.consulting-price-grid > .wp-block-group__inner-container > .consulting-price:nth-child(2) h3,
.consulting-price-grid > .wp-block-group__inner-container > .consulting-price:nth-child(2) p {
  color: #fff;
}

.consulting-price-grid > .consulting-price:nth-child(2) .consulting-price__amount,
.consulting-price-grid > .wp-block-group__inner-container > .consulting-price:nth-child(2) .consulting-price__amount {
  color: #b9b9f9 !important;
}

.consulting-table {
  display: grid;
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.consulting-table > * {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.consulting-table > *:last-child {
  border-bottom: 0;
}

.consulting-table strong {
  color: var(--text-strong);
}

.consulting-cta {
  padding: 62px 0;
  color: #fff;
  background: #0b63ce;
  --cta-button-bg: #074ea8;
  --cta-button-bg-hover: #063f89;
  --cta-button-border: rgba(255, 255, 255, 0.9);
  --cta-button-ring: rgba(255, 255, 255, 0.18);
}

.consulting-cta h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(29px, 3.6vw, 46px);
  line-height: 1.2;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.consulting-cta p {
  max-width: 720px;
  color: #eef5ff;
  line-height: 1.85;
}

.consulting-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  background: var(--cta-button-bg);
  border: 2px solid var(--cta-button-border);
  box-shadow:
    0 14px 30px rgba(3, 28, 68, 0.28),
    0 0 0 4px var(--cta-button-ring);
}

.consulting-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  background: var(--cta-button-bg-hover);
  border-color: #fff;
}

.consulting-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.consulting-cta--center {
  text-align: center;
}

.consulting-cta--center h2,
.consulting-cta--center p {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1020px) {
  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    inset: 64px 16px auto;
    display: none;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line-dark);
    border-radius: 6px;
  }

  .primary-nav.is-open {
    display: block;
  }

  .menu {
    display: grid;
    gap: 4px;
  }

  .hero__grid,
  .lp-hero__grid,
  .lp-two-col,
  .supervisor-hero__grid,
  .supervisor-two-col,
  .consulting-hero__grid,
  .consulting-hero__grid > .wp-block-group__inner-container,
  .consulting-two-col,
  .consulting-two-col > .wp-block-group__inner-container,
  .home-diagnostic-grid,
  .home-diagnostic-grid > .wp-block-group__inner-container,
  .home-supervisor-grid,
  .home-supervisor-grid > .wp-block-group__inner-container,
  .home-credential-card,
  .home-credential-card > .wp-block-group__inner-container,
  .home-split,
  .home-split > .wp-block-group__inner-container,
  .split,
  .content-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .theme-grid,
  .sdn-card-grid,
  .tool-grid,
  .pricing-grid,
  .lp-card-grid,
  .supervisor-card-grid,
  .supervisor-price-grid,
  .consulting-card-grid,
  .consulting-card-grid > .wp-block-group__inner-container,
  .consulting-price-grid,
  .consulting-price-grid > .wp-block-group__inner-container,
  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-flow-list li:nth-child(2n) {
    border-right: 0;
  }

  .home-flow-list li {
    border-bottom: 1px solid #d8e4f7;
  }

  .home-flow-list li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .home-credential-card {
    padding: 24px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sidebar {
    order: -1;
  }

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

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

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

  .lp-process li:nth-child(2n) {
    border-right: 0;
  }

  .lp-process li {
    border-bottom: 1px solid var(--line);
  }

  .supervisor-flow li:nth-child(2n) {
    border-right: 0;
  }

  .supervisor-flow li {
    border-bottom: 1px solid var(--line);
  }

  .consulting-steps li:nth-child(2n) {
    border-right: 0;
  }

  .consulting-steps li {
    border-bottom: 1px solid var(--line);
  }

  .consulting-steps li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: 60px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand__text {
    font-size: 15px;
  }

  .hero {
    padding: 34px 0 32px;
  }

  .supervisor-hero,
  .supervisor-section,
  .supervisor-cta,
  .consulting-hero,
  .consulting-section,
  .consulting-cta {
    padding: 42px 0;
  }

  .consulting-hero > .wp-block-group__inner-container,
  .consulting-section > .wp-block-group__inner-container,
  .consulting-cta > .wp-block-group__inner-container {
    width: min(100% - 28px, var(--max));
  }

  .consulting-hero > *,
  .consulting-section > *,
  .consulting-cta > * {
    width: min(100% - 28px, var(--max));
  }

  .consulting-hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .block-page--llmo .consulting-hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .u-nowrap {
    white-space: normal;
  }

  .consulting-hero h1,
  .consulting-section h2,
  .consulting-cta h2,
  .consulting-card h3,
  .consulting-price h3,
  .consulting-panel h2 {
    text-wrap: wrap;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .consulting-visual,
  .home-hero-visual,
  .home-wide-visual {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .consulting-visual img,
  .home-hero-visual img,
  .home-wide-visual img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .consulting-hero,
  .consulting-section,
  .consulting-cta,
  .consulting-hero *,
  .consulting-section *,
  .consulting-cta * {
    min-width: 0;
  }

  .consulting-lead,
  .consulting-section p,
  .consulting-cta p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .consulting-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  h1,
  .article-header h1,
  .page-heading h1 {
    font-size: 31px;
    line-height: 1.32;
  }

  h1 span {
    display: inline;
  }

  h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .hero__copy > p:not(.eyebrow),
  .entry-content,
  .lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .metric-grid,
  .sdn-search,
  .theme-grid,
  .sdn-card-grid,
  .tool-grid,
  .pricing-grid,
  .lp-card-grid,
  .lp-process,
  .supervisor-card-grid,
  .supervisor-price-grid,
  .supervisor-flow,
  .consulting-card-grid,
  .consulting-card-grid > .wp-block-group__inner-container,
  .consulting-price-grid,
  .consulting-price-grid > .wp-block-group__inner-container,
  .consulting-steps,
  .consulting-metrics,
  .home-hero-strip,
  .home-hero-strip > .wp-block-group__inner-container,
  .home-diagnostic-grid,
  .home-diagnostic-grid > .wp-block-group__inner-container,
  .home-proof,
  .home-proof > .wp-block-group__inner-container,
  .home-service-grid,
  .home-service-grid > .wp-block-group__inner-container,
  .home-split > .wp-block-group__inner-container,
  .home-flow-list,
  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .metric-grid div,
  .metric-grid div:nth-child(2n),
  .sdn-search label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-grid div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .metric-grid div:last-child {
    border-bottom: 0;
  }

  .sdn-search button {
    min-height: 48px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 42px 0;
  }

  .button-row,
  .cta-band,
  .lp-cta__inner,
  .business-cta {
    display: grid;
  }

  .lp-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lp-process li,
  .lp-process li:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lp-process li:last-child {
    border-bottom: 0;
  }

  .supervisor-flow li,
  .supervisor-flow li:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .supervisor-flow li:last-child {
    border-bottom: 0;
  }

  .consulting-steps li,
  .consulting-steps li:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .consulting-steps li:last-child {
    border-bottom: 0;
  }

  .consulting-card,
  .consulting-price,
  .consulting-panel,
  .home-service-card {
    padding: 18px 16px;
  }

  .home-proof {
    margin-top: 24px;
  }

  .home-proof p,
  .home-proof p:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8e4f7;
  }

  .home-proof p:last-child {
    border-bottom: 0;
  }

  .home-service-card {
    min-height: auto;
  }

  .home-hero-visual,
  .home-wide-visual {
    margin-top: 24px;
  }

  .home-split > .wp-block-group__inner-container {
    gap: 24px;
  }

  .home-hero-v2 {
    padding-top: 46px;
  }

  .home-hero-strip {
    margin-top: 24px;
  }

  .home-hero-strip p,
  .home-hero-strip p:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8e4f7;
  }

  .home-hero-strip p:last-child {
    border-bottom: 0;
  }

  .home-audit-card {
    padding: 18px 16px;
  }

  .home-scope-item p {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 16px;
  }

  .home-flow-list li,
  .home-flow-list li:nth-child(2n),
  .home-flow-list li:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8e4f7;
  }

  .home-flow-list li:last-child {
    border-bottom: 0;
  }

  .home-credential-card {
    padding: 18px 16px;
  }

  .home-supervisor-grid > .wp-block-group__inner-container {
    gap: 22px;
  }

  .home-supervisor-grid h2 {
    max-width: 100%;
  }

  .home-credential-profile {
    padding: 18px 16px;
  }

  .sdn-news-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 16px;
  }

  .sdn-news-item p {
    grid-column: auto;
  }

  .consulting-table > * {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .consulting-metrics > *,
  .consulting-metrics > *:nth-child(2n),
  .consulting-metrics > *:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #23252a;
  }

  .consulting-metrics > *:last-child {
    border-bottom: 0;
  }

  .wp-block-buttons,
  .wp-block-buttons.is-layout-flex {
    display: grid;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
  }

  .supervisor-profile {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px;
  }

  .supervisor-profile__media {
    width: 100%;
    height: auto;
    min-height: 112px;
  }

  .supervisor-profile__media span {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }

  .supervisor-profile__body h2 {
    font-size: 22px;
  }

  .supervisor-profile__name {
    font-size: 19px;
  }

  .supervisor-profile__list div {
    grid-template-columns: 1fr;
  }

  .supervisor-profile__list dd {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .supervisor-summary,
  .supervisor-card,
  .supervisor-price {
    padding: 18px 16px;
  }

  .supervisor-cta__inner {
    display: grid;
  }

  .button,
  .business-cta .button {
    width: 100%;
  }

  .reviewer-box__inner {
    grid-template-columns: 1fr;
  }

  .about-profile {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 14px;
    border-radius: 8px;
  }

  .about-profile__caption {
    padding: 9px 14px;
    font-size: 13px;
  }

  .about-profile__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px 20px;
  }

  .about-profile__photo {
    width: min(100%, 210px);
  }

  .about-profile__avatar {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }

  .about-profile h2 {
    font-size: 22px;
    line-height: 1.38;
  }

  .about-profile p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.85;
  }

  .about-profile__bio p,
  .about-profile__text p {
    font-size: 14px;
    line-height: 1.85;
  }

  .about-profile__facts li {
    font-size: 13px;
    line-height: 1.7;
  }

  .about-profile__links {
    display: grid;
    gap: 8px;
  }

  .about-profile__links .button {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }

  .about-profile--small {
    margin-top: 8px;
  }

  .about-profile--small .about-profile__caption {
    max-width: calc(100% - 28px);
    margin-left: 14px;
    white-space: normal;
  }

  .about-profile--inside .about-profile__caption {
    margin: 18px 16px 0;
  }

  .summary-table div {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    justify-content: flex-start;
  }
}
