.wma-page {
  --wma-plum: #771847;
  --wma-pink: #e50059;
  --wma-soft: #f3f3f3;
  --wma-copy: #111111;
}

.wma-page .container {
  width: min(calc(100% - 48px), 1104px);
}

.wma-hero {
  padding: 126px 0 86px;
  background: var(--color-white);
}

.wma-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(360px, 520px);
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}

.wma-page .hero-title {
  margin: 34px 0 0;
  font-size: clamp(48px, 5.2vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.wma-hero-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 29px;
}

.wma-hero-copy .lede {
  font-size: 20px;
  line-height: 32px;
}

.wma-hero-copy p + p {
  margin-top: 24px;
}

.wma-metrics {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding: 54px 0 0;
  color: var(--color-white);
  background: url("/images/whole-mindset-assessment/background.png") center / cover no-repeat;
}

.wma-metrics::before,
.wma-metrics::after {
  display: none;
}

.wma-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.wma-stat-grid strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Playfair Display", serif;
  font-size: clamp(31px, 3.2vw, 38px);
  line-height: 1;
}

.wma-stat-grid span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.wma-map-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  margin: 142px auto 64px;
}

.wma-map-stage {
  position: relative;
}

.wma-world-map {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
}

.wma-dimensions {
  padding: 78px 0 92px;
  background: var(--color-black);
  color: var(--color-white);
}

.wma-dimensions-grid {
  display: grid;
  grid-template-columns: minmax(560px, 590px) minmax(300px, 346px);
  justify-content: space-between;
  align-items: center;
  gap: 52px;
}

.wma-dimensions .section-title {
  max-width: 385px;
  font-size: clamp(36px, 4vw, 44px);
  line-height: 1.12;
}

.wma-dimensions-title span {
  display: block;
}

.wma-dimensions .section-rule {
  color: var(--color-white);
}

.wma-dimension-diagram {
  position: relative;
  height: 390px;
  margin-top: 36px;
}

.diagram-column {
  position: absolute;
  left: 212px;
  top: 38px;
  width: 160px;
  height: 302px;
  background: linear-gradient(90deg, rgba(119, 24, 71, 0.12), rgba(229, 0, 89, 0.22), rgba(119, 24, 71, 0.04));
  clip-path: polygon(34% 0, 100% 0, 70% 100%, 0 100%);
}

.diagram-ring {
  position: absolute;
  left: 170px;
  width: 310px;
  height: 86px;
  border: 12px solid var(--wma-pink);
  border-left-color: rgba(229, 0, 89, 0.28);
  border-bottom-color: rgba(229, 0, 89, 0.48);
  border-radius: 50%;
  transform: skewX(-7deg);
}

.diagram-ring-top {
  top: 8px;
}

.diagram-ring-middle {
  top: 182px;
  width: 270px;
  height: 62px;
}

.diagram-ring-bottom {
  left: 165px;
  top: 300px;
  width: 185px;
  height: 54px;
  border-width: 7px;
}

.diagram-pill {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 25px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #c73c75;
  color: var(--color-black);
  font-size: 11px;
  font-weight: 600;
}

.pill-1 { left: 142px; top: 30px; }
.pill-2 { left: 92px; top: 82px; }
.pill-3 { left: 138px; top: 192px; }
.pill-4 { left: 320px; top: 200px; }
.pill-5 { left: 365px; top: 252px; }
.pill-6 { left: 320px; top: 316px; }

.diagram-label {
  position: absolute;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.25;
}

.label-top { left: 270px; top: 56px; }
.label-middle { left: 245px; top: 220px; }
.label-bottom { left: 230px; top: 321px; }

.wma-dimensions .hoa-visual {
  display: flex;
  justify-content: flex-start;
  min-height: 540px;
  margin-top: 30px;
}

.wma-dimensions .hoa-diagram {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 590 / 540;
}

.wma-dimensions .hoa-diagram-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center bottom;
  pointer-events: none;
}

.wma-dimensions .hoa-stage {
  position: absolute;
  color: var(--color-white);
}

.wma-dimensions .hoa-stage-ring {
  display: block;
  width: 100%;
  height: auto;
}

.wma-dimensions .hoa-stage-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.wma-dimensions .hoa-stage-copy strong {
  display: inline-block;
  margin-top: 2px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.wma-dimensions .hoa-stage-copy br + strong {
  margin-top: 6px;
}

.wma-dimensions .hoa-node-link {
  --node-direction: 1;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  text-decoration: none;
  transform: scaleX(var(--node-direction));
  transform-origin: center;
}

.wma-dimensions .hoa-node-link:hover .hoa-node-tag,
.wma-dimensions .hoa-node-link:focus-visible .hoa-node-tag {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.wma-dimensions .hoa-node-link:focus-visible {
  outline: 2px solid #ff5ca8;
  outline-offset: 4px;
}

.wma-dimensions .hoa-node-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 30px;
  padding: 0 32px 0 8px;
  background: none;
  color: #18030d;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.wma-dimensions .hoa-node-tag-label {
  display: inline-block;
}

.wma-dimensions .hoa-node-tag::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url('/images/whole-mindset-assessment/hoa-oval.svg') center / 100% 100% no-repeat;
}

.wma-dimensions .hoa-node-callout {
  display: flex;
  align-items: center;
  gap: 0;
}

.wma-dimensions .hoa-callout-line {
  display: none;
}

.wma-dimensions .hoa-callout-copy {
  display: grid;
  gap: 1px;
  transform: translateY(-1px);
}

.wma-dimensions .hoa-callout-copy strong {
  display: block;
  color: rgba(255, 255, 255, 0.98);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.wma-dimensions .hoa-callout-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.25;
}

.wma-dimensions .hoa-node-link-left {
  --node-direction: -1;
}

.wma-dimensions .hoa-node-link-left .hoa-callout-copy {
  min-width: 76px;
  text-align: right;
  transform: scaleX(-1) translateY(-1px);
}

.wma-dimensions .hoa-node-link-left .hoa-node-tag-label {
  transform: scaleX(-1);
}

.wma-dimensions .hoa-node-link-right .hoa-callout-copy {
  min-width: 92px;
  text-align: left;
}

.wma-dimensions .hoa-stage-top {
  left: 50%;
  width: 450px;
  transform: translateX(-50%);
}

.wma-dimensions .hoa-stage-top .hoa-stage-copy {
  padding: 27px 74px 24px;
}

.wma-dimensions .hoa-stage-middle {
  top: 240px;
  left: 50%;
  width: 360px;
  transform: translateX(-50%);
}

.wma-dimensions .hoa-stage-middle .hoa-stage-ring {
  transform: scaleX(-1);
}

.wma-dimensions .hoa-stage-middle .hoa-stage-copy {
  padding: 26px 64px 23px;
}

.wma-dimensions .hoa-stage-bottom {
  bottom: 0px;
  left: 50%;
  width: 246px;
  transform: translateX(-50%);
}

.wma-dimensions .hoa-base-circle {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 300px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.wma-dimensions .hoa-stage-bottom .hoa-stage-copy {
  padding: 25px 58px 22px;
}

.wma-dimensions .hoa-stage-arrow {
  position: absolute;
  width: 22px;
  height: auto;
  opacity: 0.88;
}

.wma-dimensions .hoa-stage-arrow-top {
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}

.wma-dimensions .hoa-stage-arrow-bottom {
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
}

.wma-dimension-cards {
  display: grid;
  gap: 24px;
  width: min(100%, 520px);
}

.wma-dimension-cards article {
  padding: 32px 36px 34px;
  border-radius: 7px;
  background: var(--color-white);
  color: var(--wma-copy);
}

.wma-dimension-cards h3 {
  margin: 0 0 4px;
  color: var(--wma-plum);
  font-size: 20px;
  line-height: 28px;
}

.wma-dimension-cards p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
}

.wma-dimension-cards .dimension-assessed {
  font-size: 15px;
  line-height: 24px;
}

.wma-dimension-cards .section-rule {
  width: 48px;
  height: 2px;
  margin: 10px 0 18px;
  color: var(--color-black);
}

.wma-personal {
  padding: 104px 0 98px;
  background: var(--color-white);
}

.wma-personal .section-title,
.wma-pricing-section .section-title,
.wma-faq .section-title {
  font-size: clamp(34px, 3.6vw, 40px);
  line-height: 1.14;
}

.wma-box-strip {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
}

.wma-box-card {
  position: relative;
  flex: 0 0 70px;
  min-height: 390px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--wma-soft);
  box-shadow: inset 0 0 0 1px rgba(119, 24, 71, 0.03);
  transition: background var(--transition), box-shadow var(--transition);
}

.wma-box-card.is-active {
  flex-basis: 336px;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.7), transparent 26%),
    linear-gradient(145deg, #f4f4f4 0%, #eeeeee 100%);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.wma-box-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 31px 18px 24px;
  border: 0;
  background: transparent;
  color: var(--wma-plum);
  text-align: left;
}

.wma-box-trigger:focus-visible {
  outline: 2px solid var(--wma-plum);
  outline-offset: -4px;
}

.wma-box-title {
  display: block;
  margin: 0;
  color: var(--wma-plum);
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
}

.wma-box-number {
  position: absolute;
  left: 18px;
  bottom: 24px;
  color: var(--wma-plum);
  font-size: 13px;
  line-height: 20px;
}

.wma-box-content {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 100%;
  padding: 72px 36px 64px;
  pointer-events: none;
}

.wma-box-card.is-active .wma-box-title {
  opacity: 0;
}

.wma-box-card.is-content-visible .wma-box-content {
  display: block;
}

.wma-box-content h3 {
  margin: 0 0 16px;
  color: var(--wma-plum);
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.wma-box-content p {
  max-width: 31ch;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

.wma-box-content p + p {
  margin-top: 28px;
}

.wma-practice-kicker {
  margin: 58px 0 28px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

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

.wma-practice-grid article {
  padding-right: 60px;
}

.wma-practice-grid article + article {
  padding-right: 0;
  padding-left: 60px;
  border-left: 1px solid rgba(119, 24, 71, 0.28);
}

.wma-practice-grid h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: var(--wma-plum);
  font-size: 26px;
  line-height: 34px;
}

.wma-practice-grid .section-rule {
  width: 62px;
  height: 2px;
  margin: 10px 0 24px;
  color: var(--wma-plum);
}

.wma-practice-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.wma-practice-grid h4 {
  margin: 34px 0 8px;
  font-size: 14px;
  line-height: 20px;
}

.wma-practice-grid strong {
  color: var(--wma-plum);
}

.wma-practice-grid .button {
  min-height: 41px;
  margin-top: 30px;
  padding: 9px 25px;
  font-size: 12px;
}

.wma-organisation {
  padding: 128px 0;
  color: var(--color-white);
  background: linear-gradient(90deg, #6b123d 0%, #160008 46%, #000000 100%);
}

.wma-org-grid {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(420px, 548px);
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

.wma-org-copy p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 27px;
}

.wma-org-copy .button {
  min-height: 43px;
  padding: 10px 28px;
  color: var(--color-black);
  font-size: 13px;
}

.wma-org-reasons {
  position: relative;
  display: grid;
  gap: 18px;
}

.wma-org-reasons-header {
  display: flex;
  justify-content: flex-end;
}

.wma-org-kicker {
  margin: 0;
  color: var(--wma-pink);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wma-org-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.wma-org-controls button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wma-pink);
  font-size: 18px;
  line-height: 1;
  transition: color var(--transition), transform var(--transition);
}

.wma-org-controls button:hover,
.wma-org-controls button:focus-visible {
  color: var(--color-white);
  transform: translateY(-1px);
}

.wma-org-slider {
  overflow: hidden;
}

.wma-org-track {
  display: grid;
  gap: 20px;
}

.wma-org-track article {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  min-height: 100px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), var(--wma-plum));
}

.wma-org-track article[hidden] {
  display: none;
}

.wma-org-track strong {
  color: transparent;
  background: linear-gradient(90deg, var(--wma-plum), #b60950);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.wma-org-track h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 23px;
}

.wma-org-track p {
  max-width: 286px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.wma-pricing-section {
  padding: 100px 0 94px;
  background: var(--wma-soft);
}

.wma-pricing-heading {
  display: grid;
  grid-template-columns: minmax(280px, 360px) auto;
  align-items: start;
  gap: 56px;
  max-width: 780px;
  margin: 0 auto 30px;
}

.wma-tabs {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  background: var(--color-white);
  font-size: 14px;
  line-height: 22px;
}

.wma-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 30px;
  border: 0;
  background: transparent;
  color: var(--color-black);
  font: inherit;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.wma-tab.is-active {
  background: var(--wma-plum);
  color: var(--color-white);
  transform: translateY(-1px);
}

.wma-tab:focus-visible {
  outline: 2px solid var(--wma-plum);
  outline-offset: 2px;
}

.wma-pricing-panels {
  max-width: 780px;
  margin: 0 auto;
}

.wma-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  opacity: 1;
  transform: translateY(0);
}

.wma-pricing[hidden] {
  display: none;
}

.wma-pricing[data-pricing-panel="organisation"] {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
}

.wma-price-panel {
  min-height: 390px;
  padding: 34px 48px;
  border-radius: 4px;
  background: var(--wma-plum);
  color: var(--color-white);
}

.wma-price-panel h3 {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

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

.price-grid span,
.price-full {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 10px;
  border-radius: 4px;
  background: var(--color-white);
  color: var(--color-black);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.price-grid strong,
.price-full strong {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.price-full {
  min-height: 74px;
  max-width: 270px;
  margin: 0 auto;
}

.wma-pricing[data-pricing-panel="organisation"] .price-full {
  max-width: none;
}

.price-note {
  margin: 154px 0 0;
  font-size: 12px;
  line-height: 20px;
}

.price-note a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.wma-faq {
  padding: 104px 0 98px;
  text-align: center;
}

.wma-faq .section-rule {
  margin: 18px auto 44px;
}

.wma-faq-grid {
  display: grid;
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}

.wma-faq-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(119, 24, 71, 0.64);
}

.wma-faq-row.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.wma-faq-item {
  border-bottom: 1px solid rgba(119, 24, 71, 0.64);
}

.wma-faq-row .wma-faq-item {
  border-bottom: 0;
}

.wma-faq-item:first-child:not(:last-child) {
  border-right: 1px solid rgba(119, 24, 71, 0.64);
}

.wma-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 70px;
  padding: 16px 20px 16px 18px;
  list-style: none;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
}

.wma-faq summary::-webkit-details-marker {
  display: none;
}

.wma-faq summary::marker {
  content: "";
}

.wma-faq-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(119, 24, 71, 0.72);
  border-radius: 50%;
  color: var(--wma-plum);
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  box-shadow: 0 3px 7px rgba(17, 17, 17, 0.16);
  transform-origin: center;
  will-change: transform;
}

.wma-faq-minus {
  grid-area: 1 / 1;
}

.wma-faq-plus {
  grid-area: 1 / 1;
}

.wma-faq summary::selection {
  background: transparent;
}

.wma-faq-answer {
  overflow: hidden;
  will-change: height, opacity;
}

.wma-faq-answer p {
  margin: -2px 62px 24px 18px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 14px;
  line-height: 23px;
  will-change: transform, opacity;
}

@media (max-width: 1180px) {
  .wma-dimensions-grid,
  .wma-org-grid {
    grid-template-columns: 1fr;
  }

  .wma-dimensions-grid {
    align-items: start;
  }

  .wma-dimension-cards {
    justify-self: start;
    width: min(calc(100vw - 28px), 520px);
  }

  .wma-dimensions .hoa-visual {
    justify-content: center;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .wma-hero-grid,
  .wma-pricing-heading,
  .wma-pricing,
  .wma-practice-grid {
    grid-template-columns: 1fr;
  }

  .wma-page .hero-title {
    margin-top: 0;
  }

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

  .wma-practice-grid article,
  .wma-practice-grid article + article {
    padding: 0;
    border-left: 0;
  }

  .wma-practice-grid {
    gap: 42px;
  }

  .wma-pricing-heading,
  .wma-pricing {
    max-width: 620px;
  }

  .price-note {
    margin-top: 80px;
  }

}

@media (max-width: 760px) {
  .wma-page .container {
    width: min(calc(100% - 28px), 1104px);
  }

  .wma-dimensions-grid {
    gap: 22px;
  }

  .wma-hero {
    padding: 82px 0 60px;
  }

  .wma-page .hero-title {
    font-size: 43px;
  }

  .wma-hero-copy p,
  .wma-hero-copy .lede {
    font-size: 16px;
    line-height: 27px;
  }

  .wma-metrics {
    min-height: auto;
    padding: 54px 0 42px;
  }

  .wma-stat-grid {
    gap: 34px 18px;
  }

  .wma-map-panel {
    width: min(100%, 620px);
    margin: 72px auto 18px;
  }

  .wma-dimensions,
  .wma-personal,
  .wma-organisation,
  .wma-pricing-section,
  .wma-faq {
    padding: 72px 0;
  }

  .wma-dimension-diagram {
    height: 320px;
    transform: scale(0.75);
    transform-origin: left top;
  }

  .wma-dimensions .hoa-visual {
    min-height: 288px;
    overflow: hidden;
  }

  .wma-dimensions .hoa-diagram {
    width: 590px;
    max-width: none;
    transform: scale(0.68);
    transform-origin: left top;
  }

  .wma-org-track article {
    grid-template-columns: 72px 1fr;
    min-height: 104px;
  }

  .wma-org-track strong {
    font-size: 36px;
  }

  .wma-org-track p {
    padding-right: 12px;
    font-size: 15px;
    line-height: 24px;
  }

  .wma-tabs {
    width: 100%;
    align-items: stretch;
  }

  .wma-tab {
    flex: 1 1 0;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
  }

  .wma-faq-row,
  .wma-faq-row.is-single {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .wma-faq-row .wma-faq-item,
  .wma-faq-row:last-child .wma-faq-item:not(:last-child) {
    border-bottom: 1px solid rgba(119, 24, 71, 0.64);
  }

  .wma-faq-row:last-child .wma-faq-item:last-child {
    border-bottom: 0;
  }

  .wma-faq-item:first-child:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .wma-stat-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .wma-dimensions .hoa-visual {
    min-height: 236px;
  }

  .wma-dimensions .hoa-diagram {
    transform: scale(0.58);
  }

  .wma-box-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    overflow: visible;
    padding: 4px 2px 12px;
  }

  .wma-box-card,
  .wma-box-card.is-active {
    flex-basis: auto;
    min-height: 0;
    box-shadow: none;
  }

  .wma-box-trigger {
    position: relative;
    min-height: 0;
    padding: 18px 24px;
  }

  .wma-box-title {
    font-size: 17px;
    line-height: 24px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .wma-box-number {
    position: static;
    flex: 0 0 auto;
    margin-left: 18px;
  }

  .wma-box-content {
    min-height: 0;
    padding: 0 24px 24px;
  }

  .wma-box-content h3 {
    display: none;
  }

  .wma-box-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .wma-price-panel {
    min-height: 0;
    padding: 30px 24px;
  }

  .price-note {
    margin-top: 36px;
  }
}
