:root {
  --navy: #06111f;
  --ink: #101923;
  --teal: #007c87;
  --aqua: #28c4cc;
  --mist: #f3fbfb;
  --wash: #dff5f4;
  --line: rgba(6, 17, 31, 0.16);
  --white: #ffffff;
  --muted: #5d6871;
  --shadow: 0 16px 36px rgba(6, 17, 31, 0.09);
  --font: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background:
    radial-gradient(circle at 10% 8%, rgba(40, 196, 204, 0.1), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fefe 42%, var(--mist) 100%);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
  isolation: isolate;
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px clamp(14px, 4vw, 48px);
  background: rgba(3, 9, 17, 0.94);
  border-bottom: 1px solid rgba(40, 196, 204, 0.26);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.brand,
.hero-actions,
.trust-strip,
.quick-contact {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 54px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
}

.header-call {
  color: var(--aqua);
  font-weight: 900;
}

.hero {
  position: relative;
  padding: 10px clamp(16px, 5vw, 48px) 7px;
  background: transparent;
  color: var(--ink);
}

.hero-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(0, 124, 135, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.92), rgba(255, 255, 255, 0.98) 52%),
    var(--white);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
  word-break: normal;
}

h1,
h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.6vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
}

h3 {
  margin: 0;
  font-size: 1.2rem;
}

.lede {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.button {
  display: inline-flex;
  min-height: 46px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  color: var(--white);
}

.button.secondary {
  border-color: rgba(0, 124, 135, 0.24);
  color: var(--teal);
  background: var(--white);
}

.hero-actions {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 20px;
}

.trust-strip {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.trust-strip li {
  padding: 7px 10px;
  border: 1px solid rgba(0, 124, 135, 0.2);
  border-radius: 999px;
  color: var(--teal);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
}

.section {
  position: relative;
  padding: 9px clamp(16px, 5vw, 48px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.split,
.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.apply-stack {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 4vw, 28px);
}

.intro,
.included,
.choice,
.fit,
.support-option,
.outcomes,
.meet,
.meet-details,
.extra-intro,
.apply {
  background: var(--mist);
}

.lead-intro,
.center-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.lead-intro,
.intro-grid,
.play-grid,
.image-split,
.conversion-card,
.included .section-inner,
.choice .section-inner,
.fit .section-inner,
.support-option .section-inner,
.apply .section-inner {
  padding: clamp(24px, 5vw, 44px);
  border-radius: 8px;
}

.lead-intro,
.intro-grid,
.play-grid,
.image-split,
.conversion-card,
.included .section-inner,
.fit .section-inner,
.support-option .section-inner {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.conversion-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.outcomes h2,
.meet-details h2,
.extra-intro h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.outcome-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.outcome-list li {
  min-height: 74px;
  padding: 18px;
  border: 1px solid rgba(0, 124, 135, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, var(--mist));
  color: var(--ink);
  font-weight: 900;
}

.outcome-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--teal);
  vertical-align: 0.08em;
}

.inline-cta {
  width: fit-content;
  margin-top: 28px;
}

.bottom-cta {
  width: fit-content;
  margin-top: 8px;
}

.compact-lede {
  margin-top: 0;
}

.intro-grid,
.play-grid,
.image-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.intro-grid .center-copy {
  justify-items: start;
  text-align: left;
}

.image-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 124, 135, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soft-edge {
  aspect-ratio: 1 / 1;
  background: var(--white);
}

.cuddle-photo {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, var(--mist) 100%);
}

.cuddle-photo img {
  object-fit: cover;
  object-position: 48% 18%;
  transform: scale(1.08);
}

.play-method {
  background: transparent;
}

.play-grid {
  grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.9), rgba(255, 255, 255, 0.98)),
    var(--white);
}

.play-image {
  aspect-ratio: 4 / 5;
}

.play-photo img {
  object-position: 52% 48%;
  transform: scale(1.18);
}

.play-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

.play-kicker {
  margin: 18px 0 12px;
  color: var(--teal) !important;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem) !important;
  font-weight: 900;
}

.testimonial {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid rgba(0, 124, 135, 0.16);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  quotes: "\201C" "\201D";
}

.testimonial::before {
  content: "Testimonial";
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.testimonial p::before {
  content: open-quote;
}

.testimonial p::after {
  content: close-quote;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.testimonial-grid .testimonial {
  margin: 0;
  background: linear-gradient(180deg, #ffffff, var(--mist));
}

.testimonial-stars {
  margin-bottom: 10px;
  color: #f2a900;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.real-life p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
}

.town-photo {
  aspect-ratio: 4 / 5;
}

.town-photo img {
  object-position: 72% 46%;
  transform: scale(1.08);
}

.center-copy {
  max-width: 860px;
}

.center-copy h2 {
  max-width: 760px;
}

.center-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.support-option .copy-stack {
  padding: 0;
  background:
    linear-gradient(135deg, rgba(40, 196, 204, 0.14), transparent 48%),
    transparent;
  border: 0;
  border-left: 5px solid var(--teal);
  padding-left: clamp(18px, 4vw, 28px);
}

.choice .section-inner {
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.86), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(0, 124, 135, 0.18);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.copy-stack p,
.apply-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.copy-stack p + p {
  margin-top: 18px;
}

.choice .copy-stack p {
  color: var(--muted);
}

.section-lede {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.included .section-inner > .eyebrow,
.included .section-inner > h2,
.included .section-lede {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.feature-grid article {
  min-height: 220px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, var(--mist));
  border: 1px solid rgba(0, 124, 135, 0.14);
  border-radius: 8px;
}

.feature-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--wash);
  color: var(--teal);
  font-weight: 900;
}

.feature-grid p,
.check-list {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.08rem;
}

.check-list li {
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  font-weight: 800;
}

.check-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  font-size: 1rem;
}

.choice .check-list li {
  background: var(--white);
  border-color: rgba(0, 124, 135, 0.14);
  color: var(--ink);
}

.teal-list li {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(0, 124, 135, 0.18);
}

.fit h2 {
  max-width: 460px;
}

.support-eyebrow {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  letter-spacing: 0.08em;
}

.support-option h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.apply .section-inner {
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.92), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(0, 124, 135, 0.18);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.apply .section-inner {
  width: min(920px, 100%);
}

.apply-copy {
  width: 100%;
}

.apply-copy h2 {
  max-width: 720px;
  font-size: clamp(1.9rem, 3.5vw, 3.25rem);
}

.apply-copy p {
  max-width: 680px;
  margin-top: 20px;
  color: var(--muted);
}

.heading-lockup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: left;
}

.heading-copy {
  min-width: 0;
}

.programme-heading-logo {
  width: min(220px, 100%);
  height: auto;
  justify-self: end;
  object-fit: contain;
}

.quick-contact {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quick-contact a {
  padding: 9px 12px;
  border: 1px solid rgba(0, 124, 135, 0.24);
  border-radius: 999px;
  color: var(--teal);
  font-weight: 900;
  background: var(--white);
}

.form-panel {
  width: min(680px, 100%);
  padding: clamp(18px, 3vw, 28px);
  background: var(--white);
  border: 1px solid rgba(40, 196, 204, 0.22);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lead-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
  font-weight: 900;
}

legend span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 400;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(6, 17, 31, 0.24);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(40, 196, 204, 0.2);
}

.consent {
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: var(--muted);
  font-weight: 400;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.choice-fieldset {
  display: grid;
  gap: 8px;
}

.option-check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(6, 17, 31, 0.16);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.option-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.highlight-option {
  background: rgba(40, 196, 204, 0.12);
  border-color: rgba(0, 124, 135, 0.34);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-weight: 900;
}

.form-note {
  display: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(16px, 5vw, 72px);
  background: #030911;
  border-top: 1px solid rgba(40, 196, 204, 0.24);
  color: var(--white);
}

.footer img {
  width: 170px;
}

.footer p {
  margin: 0;
  color: #dce8e9;
  font-weight: 900;
}

.thanks-body {
  background:
    radial-gradient(circle at 82% 18%, rgba(40, 196, 204, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fdfd 42%, #eefafa 100%);
  color: var(--ink);
}

.thanks-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(16px, 5vw, 48px);
}

.thanks-hero,
.thanks-section {
  border-radius: 8px;
}

.thanks-hero {
  padding: clamp(28px, 6vw, 64px);
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.78), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(0, 124, 135, 0.18);
  box-shadow: var(--shadow);
}

.thanks-body h1,
.thanks-body h2 {
  letter-spacing: 0;
  line-height: 1.03;
  text-transform: none;
}

.thanks-hero h1 {
  max-width: 12ch;
}

.thanks-hero p,
.thanks-section p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.thanks-section {
  margin-top: 18px;
  padding: clamp(24px, 5vw, 44px);
  background: var(--white);
  border: 1px solid rgba(0, 124, 135, 0.12);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(6, 17, 31, 0.07);
}

.thanks-section h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 4vw, 3.7rem);
}

.thanks-section p {
  color: var(--muted);
}

.next-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.next-grid article,
.faq-grid article {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, var(--mist));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.next-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--wash);
  color: var(--teal);
  font-weight: 900;
}

.next-grid p,
.faq-grid p {
  margin: 0;
  font-weight: 800;
}

.outcome {
  background: var(--mist);
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid h3 {
  margin-bottom: 10px;
}

.guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(40, 196, 204, 0.14), transparent 48%),
    linear-gradient(180deg, #ffffff, #f7ffff);
}

.guide .button {
  min-width: 180px;
}

.guide-action {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.guide-action .button {
  min-width: 220px;
}

.guide-action .button[hidden] {
  display: none;
}

.guide-action .button.is-complete {
  background: var(--white);
  color: var(--teal-dark);
  border-color: rgba(0, 124, 135, 0.34);
  box-shadow: none;
  cursor: default;
}

.guide-status {
  max-width: 260px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.intro-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 46px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(223, 245, 244, 0.84), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(0, 124, 135, 0.18);
  color: var(--ink);
}

.danielle-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 124, 135, 0.16);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(6, 17, 31, 0.12);
}

.danielle-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -80px 90px rgba(6, 17, 31, 0.08);
  pointer-events: none;
}

.danielle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
}

.danielle-copy {
  min-width: 0;
}

.intro-card p {
  color: var(--muted);
}

@media (max-width: 920px) {
  .split,
  .apply-grid,
  .intro-grid,
  .play-grid,
  .image-split {
    grid-template-columns: 1fr;
  }

  .intro-grid .center-copy {
    justify-items: center;
    text-align: center;
  }

  .apply-copy {
    position: static;
  }

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

  .check-list.compact {
    grid-template-columns: 1fr;
  }

  .next-grid,
  .faq-grid,
  .guide {
    grid-template-columns: 1fr;
  }

  .intro-card {
    grid-template-columns: 1fr;
  }

  .danielle-photo {
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }

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

@media (max-width: 620px) {
  .topbar {
    min-height: 62px;
    gap: 10px;
  }

  .brand img {
    width: 48px;
    height: 38px;
  }

  .brand span {
    max-width: 118px;
    line-height: 1.05;
    white-space: normal;
  }

  .header-call {
    font-size: 0.9rem;
  }

  .hero {
    padding: 8px 16px;
  }

  .section {
    padding: 44px 16px;
  }

  .apply-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
  }

  .heading-lockup {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .heading-copy {
    display: grid;
    justify-items: center;
  }

  .heading-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .programme-heading-logo {
    width: min(190px, 58vw);
    order: -1;
    justify-self: center;
    margin-bottom: 0;
  }

  h1 {
    max-width: 11.5ch;
    font-size: clamp(2.25rem, 10.8vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10.5vw, 3.1rem);
  }

  .lede {
    margin-top: 12px;
    font-size: 1rem;
  }

  .hero-actions,
  .quick-contact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .trust-strip {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
  }

  .trust-strip li {
    width: auto;
    padding: 6px 9px;
    font-size: 0.86rem;
  }

  .hero-card {
    padding: 20px 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }

  .thanks-wrap {
    padding: 26px 16px 44px;
  }

  .next-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .outcome-list {
    grid-template-columns: 1fr;
  }

  .inline-cta {
    width: 100%;
  }

  .bottom-cta {
    width: 100%;
  }

  .guide .button {
    width: 100%;
  }

  .guide-action {
    justify-items: stretch;
  }

  .guide-status {
    max-width: none;
    text-align: center;
  }
}
