:root {
  --navy: #061d3d;
  --gold: #b58022;
  --line: rgba(6, 29, 61, 0.14);
  --soft: #f4f8fc;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 64px;
  padding: 10px clamp(14px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.section-anchor {
  scroll-margin-top: 78px;
}

.brand-link,
.language-link,
.site-header nav a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.brand-link {
  min-width: max-content;
}

.site-header nav {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: clamp(12px, 2vw, 30px);
  font-size: 0.92rem;
}

.site-header nav a:hover,
.site-header nav a.is-active {
  color: var(--gold);
}

.language-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border: 1px solid rgba(181, 128, 34, 0.45);
  border-radius: 6px;
}

.products-page-body {
  min-height: 100vh;
  background: #eef5f5;
  color: var(--navy);
}

.product-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 12px clamp(18px, 3vw, 34px);
  background: linear-gradient(90deg, #020914 0%, #071a32 56%, #020914 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(2, 9, 20, 0.2);
}

.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 800;
}

.product-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.product-brand span span {
  color: var(--gold);
}

.product-header nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 26px);
  font-size: 0.9rem;
  font-weight: 800;
}

.product-header nav a,
.product-login {
  color: #fff;
  text-decoration: none;
}

.product-header nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  opacity: 0.92;
}

.product-header nav a:hover,
.product-header nav a.is-active {
  color: #e0a23a;
  opacity: 1;
}

.product-header nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  border-radius: 999px;
  background: #e0a23a;
}

.product-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}

.product-lang {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(181, 128, 34, 0.38);
  border-radius: 6px;
  color: #e8eef7;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.product-lang:hover,
.product-lang.is-active {
  background: rgba(181, 128, 34, 0.18);
  color: #f1a526;
}

.product-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d39b2f, #a8660b);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(181, 128, 34, 0.24);
}

.product-suite-page {
  width: min(1536px, 100%);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98) 50%, #fff 100%);
}

.product-hero {
  position: relative;
  min-height: clamp(360px, 36vw, 500px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(42px, 5.2vw, 78px) clamp(24px, 6vw, 92px) clamp(48px, 5.5vw, 78px);
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.92) 42%, rgba(247, 251, 255, 0.28) 72%, rgba(6, 29, 61, 0.12) 100%);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 47% 12%, rgba(255, 255, 255, 0.96) 0 2px, transparent 3px),
    linear-gradient(180deg, transparent 0 60%, rgba(255, 255, 255, 0.9) 100%),
    repeating-linear-gradient(90deg, rgba(6, 29, 61, 0.04) 0 1px, transparent 1px 42px);
  opacity: 0.8;
  pointer-events: none;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 54vw);
}

.product-hero h1 {
  margin: 0 0 20px;
  color: #061326;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 7.3vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.product-hero h1 span {
  color: var(--gold);
}

.product-hero strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.product-hero p {
  width: min(520px, 100%);
  margin: 0;
  color: #22324a;
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-world {
  position: absolute;
  top: -110px;
  right: -140px;
  width: min(760px, 56vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.95) 0 2%, transparent 2.5%),
    radial-gradient(circle at 30% 34%, rgba(255, 210, 127, 0.8), transparent 7%),
    radial-gradient(circle at 40% 42%, rgba(255, 190, 78, 0.52), transparent 3%),
    radial-gradient(circle at 74% 54%, rgba(255, 210, 127, 0.8), transparent 2%),
    radial-gradient(circle at 50% 50%, #0b2747 0%, #051225 54%, transparent 70%);
  box-shadow: inset 42px -36px 88px rgba(0, 0, 0, 0.4), 0 0 90px rgba(6, 29, 61, 0.18);
}

.product-world::before,
.product-world::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background:
    linear-gradient(28deg, transparent 0 29%, rgba(218, 165, 66, 0.75) 30%, transparent 31% 100%),
    linear-gradient(148deg, transparent 0 39%, rgba(218, 165, 66, 0.55) 40%, transparent 41% 100%),
    linear-gradient(78deg, transparent 0 49%, rgba(255, 255, 255, 0.28) 50%, transparent 51% 100%);
  opacity: 0.72;
}

.product-world::after {
  inset: 0;
  background: radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.85), transparent 8%), linear-gradient(180deg, transparent 55%, rgba(255, 255, 255, 0.9) 74%, #fff 92%);
}

.product-world-glow {
  position: absolute;
  top: 18%;
  left: 18%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 8%, rgba(255, 211, 126, 0.9) 9% 18%, transparent 58%);
  filter: blur(0.5px);
}

.product-section {
  position: relative;
  z-index: 2;
  margin-top: clamp(-36px, -2.6vw, -22px);
  padding: 0 clamp(24px, 3.5vw, 36px);
}

.product-section--coming {
  margin-top: 32px;
}

.product-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(560px, 100%);
  margin: 0 auto 20px;
  color: #b27316;
  text-align: center;
  text-transform: uppercase;
}

.product-section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 128, 34, 0.9));
}

.product-section-title span:last-child {
  background: linear-gradient(90deg, rgba(181, 128, 34, 0.9), transparent);
}

.product-section-title h2 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.product-grid {
  display: grid;
  align-items: stretch;
  gap: 18px;
}

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

.product-grid--coming {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(6, 29, 61, 0.09);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(181, 128, 34, 0.46);
  box-shadow:
    0 24px 58px rgba(6, 29, 61, 0.16),
    0 0 0 1px rgba(181, 128, 34, 0.28);
  filter: saturate(1.06) contrast(1.03);
  outline: none;
}

.product-card:hover {
  animation: productCardWobble 420ms ease both;
}

.product-card.is-active {
  transform: translateY(-7px);
  border-color: rgba(181, 128, 34, 0.62);
  box-shadow:
    0 26px 65px rgba(6, 29, 61, 0.2),
    0 0 0 2px rgba(181, 128, 34, 0.58);
  outline: none;
}

.product-card.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 22px;
  height: 22px;
  border-left: 1px solid rgba(181, 128, 34, 0.32);
  border-top: 1px solid rgba(181, 128, 34, 0.32);
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.product-card--main {
  min-height: 640px;
  padding: 28px 32px 30px;
}

.product-card--small {
  min-height: 390px;
  padding: 24px 24px 22px;
  background: rgba(249, 252, 255, 0.94);
}

.product-icon {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 18%, #0b2342, #020914 72%);
  color: #d19125;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 12px 24px rgba(6, 29, 61, 0.18);
}

.product-icon--small {
  width: 74px;
  height: 74px;
  margin-bottom: 16px;
}

.product-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-card h3 {
  margin: 0;
  color: #061326;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
  text-align: center;
}

.product-card--small h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
}

.product-category {
  margin: 8px 0 10px;
  color: #b27316;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.product-status {
  justify-self: center;
  margin: 0 0 22px;
  padding: 5px 13px;
  border: 1px solid rgba(46, 157, 82, 0.32);
  border-radius: 999px;
  background: rgba(231, 248, 235, 0.9);
  color: #14743a;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-status::before {
  content: "✓";
  margin-right: 6px;
}

.product-status--soon,
.product-status--internal {
  border-color: rgba(46, 126, 184, 0.36);
  background: rgba(232, 244, 255, 0.92);
  color: #084a77;
}

.product-status--pilot {
  border-color: rgba(181, 128, 34, 0.42);
  background: rgba(255, 246, 228, 0.94);
  color: #9b5f08;
}

.product-status--internal {
  border-color: rgba(6, 29, 61, 0.26);
  background: rgba(232, 237, 244, 0.94);
  color: #26364d;
}

.product-status--pilot::before,
.product-status--soon::before,
.product-status--internal::before {
  content: "";
  margin: 0;
}

.product-card > p:not(.product-category, .product-status) {
  margin: 0 0 26px;
  color: #26364d;
  font-size: 0.98rem;
  line-height: 1.62;
}

.product-card--small > p:not(.product-category, .product-status) {
  margin-bottom: 18px;
  font-size: 0.9rem;
}

.product-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #17263d;
  font-size: 0.9rem;
  line-height: 1.35;
}

.product-card--small ul {
  gap: 7px;
  font-size: 0.82rem;
}

.product-card li {
  position: relative;
  padding-left: 24px;
}

.product-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border: 1px solid #c98319;
  border-radius: 50%;
  color: #c98319;
  font-size: 0.62rem;
  font-weight: 900;
}

.product-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  margin-top: auto;
  border-radius: 6px;
  background: linear-gradient(135deg, #d7a23a, #a8660b);
  color: white;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(181, 128, 34, 0.22);
}

.product-card-action::after,
.detail-cta::after,
.product-ecosystem > a::after {
  content: "→";
  font-size: 1.4rem;
  line-height: 1;
}

.product-detail-panel {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.85fr);
  gap: 28px;
  margin: 8px 0 14px;
  padding: 30px;
  border: 1px solid rgba(181, 128, 34, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.93)),
    radial-gradient(circle at top right, rgba(30, 145, 210, 0.1), transparent 42%);
  box-shadow: 0 22px 58px rgba(6, 29, 61, 0.14);
  overflow: hidden;
  animation: productDetailOpen 260ms ease both;
}

.product-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(181, 128, 34, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #061326;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-detail-close:hover,
.product-detail-close:focus-visible {
  transform: scale(1.07);
  border-color: rgba(181, 128, 34, 0.68);
  box-shadow: 0 10px 24px rgba(6, 29, 61, 0.13);
  outline: none;
}

.product-detail-kicker {
  margin: 0 0 8px;
  color: #b27316;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-panel h3 {
  margin: 0 0 10px;
  color: #061326;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.product-detail-panel .product-status {
  justify-self: start;
  margin-bottom: 8px;
}

.product-detail-block {
  margin-top: 18px;
}

.product-detail-block strong,
.product-detail-lists h4 {
  display: block;
  margin-bottom: 7px;
  color: #061326;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-detail-block p {
  margin: 0;
  color: #34435a;
  font-size: 0.98rem;
  line-height: 1.68;
}

.product-detail-lists {
  display: grid;
  gap: 18px;
  align-content: start;
}

.product-detail-lists > div {
  padding: 20px;
  border: 1px solid rgba(6, 29, 61, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.product-detail-lists ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #26364d;
  font-size: 0.9rem;
  line-height: 1.38;
}

.product-detail-lists li {
  position: relative;
  padding-left: 22px;
}

.product-detail-lists li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.04em;
  color: #c98319;
  font-weight: 900;
}

.detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d7a23a, #a8660b);
  color: white;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(181, 128, 34, 0.22);
}

@keyframes productCardWobble {
  0%, 100% {
    transform: translateY(-7px) scale(1);
  }
  35% {
    transform: translateY(-8px) scale(1.012) rotate(-0.35deg);
  }
  70% {
    transform: translateY(-8px) scale(1.012) rotate(0.35deg);
  }
}

@keyframes productDetailOpen {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    max-height: 1400px;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card:hover,
  .product-detail-panel {
    animation: none;
  }
}

.product-ecosystem {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 1fr auto;
  gap: 24px 34px;
  align-items: center;
  margin: 26px clamp(24px, 3.5vw, 36px) 42px;
  padding: 34px 38px 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #04152b, #061d3d 58%, #020914);
  color: #fff;
  box-shadow: 0 22px 54px rgba(6, 29, 61, 0.22);
}

.ecosystem-heading {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ecosystem-heading img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.ecosystem-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.1;
}

.ecosystem-heading h2 span {
  color: #d99b2a;
}

.product-ecosystem > p {
  margin: 0;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.product-ecosystem > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 260px;
  min-height: 56px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d7a23a, #a8660b);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.ecosystem-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.ecosystem-benefits div {
  display: grid;
  gap: 6px;
  padding-left: 18px;
  border-left: 2px solid rgba(215, 162, 58, 0.72);
}

.ecosystem-benefits strong {
  color: #d99b2a;
  font-size: 0.92rem;
}

.ecosystem-benefits span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.35;
}

.image-section {
  position: relative;
  width: min(1536px, 100%);
  margin: 0 auto;
}

.image-section img {
  display: block;
  width: 100%;
  height: auto;
}

.image-section--top {
  width: 100%;
  height: clamp(560px, 72vh, 720px);
  overflow: hidden;
  background: #f8fbff;
}

.image-section--top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#bootcamp {
  width: 100%;
  min-height: clamp(620px, 78vh, 780px);
  overflow: hidden;
  margin-top: 0;
  background: #fff;
}

#bootcamp img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: left top;
}

#bootcamp::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 72px;
  background: linear-gradient(to bottom, #f8fbff, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
  transition: box-shadow 180ms ease, outline-color 180ms ease;
}

.hotspot:hover {
  outline: 2px solid rgba(198, 143, 43, 0.65);
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(198, 143, 43, 0.35);
}

.hotspot:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.top-bootcamp {
  left: 25.1%;
  top: 86.3%;
  width: 22.7%;
  height: 8.6%;
}

.top-contact {
  left: 50.7%;
  top: 86.3%;
  width: 23%;
  height: 8.6%;
}

.top-bootcamp-de {
  left: 26.4%;
  top: 75.6%;
  width: 20.2%;
  height: 9.2%;
}

.top-contact-de {
  left: 51%;
  top: 75.6%;
  width: 24.6%;
  height: 9.2%;
}

.bootcamp-book {
  left: 26%;
  top: 74%;
  width: 20%;
  height: 9%;
}

.bootcamp-contact {
  left: 51%;
  top: 74%;
  width: 25%;
  height: 9%;
}

.footer-contact {
  right: 4.8%;
  top: 13%;
  width: 24.2%;
  height: 72%;
}

.community-explore {
  left: 63.2%;
  top: 81.2%;
  width: 18.2%;
  height: 7.6%;
}

.community-updates {
  left: 82.1%;
  top: 81.2%;
  width: 16.8%;
  height: 7.6%;
}

.community-nav-home,
.community-nav-bootcamp,
.community-nav-content,
.community-nav-schedule,
.community-nav-community,
.community-nav-about,
.community-nav-contact {
  top: 1%;
  height: 5%;
  border-radius: 6px;
}

.community-nav-home {
  left: 22.8%;
  width: 8.8%;
}

.community-nav-bootcamp {
  left: 33.3%;
  width: 9.2%;
}

.community-nav-content {
  left: 44.7%;
  width: 9%;
}

.community-nav-schedule {
  left: 53.9%;
  width: 10.2%;
}

.community-nav-community {
  left: 62.6%;
  width: 14.3%;
}

.community-nav-about {
  left: 78.5%;
  width: 7.8%;
}

.community-nav-contact {
  left: 88.9%;
  width: 8.3%;
}

.mobile-hero-actions {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, calc(100% - 36px));
  margin: clamp(36px, 6vw, 78px) auto;
  align-items: center;
}

.pricing-copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.pricing-copy p {
  color: #5d6a7d;
  line-height: 1.65;
}

.pricing-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 29, 61, 0.1);
}

.pricing-note {
  display: grid;
  gap: 7px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #fffaf1;
  color: #4f5f74;
  line-height: 1.5;
}

.pricing-note strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.pricing-caption {
  margin: 0;
  padding: 12px 16px;
  color: #5d6a7d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricing-table table,
.mini-table table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td,
.mini-table th,
.mini-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(6, 29, 61, 0.1);
  text-align: left;
  font-size: 0.92rem;
}

.pricing-table th,
.mini-table th {
  background: #f4f8fc;
  color: var(--navy);
}

.mini-table {
  max-height: 260px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.booking-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 36px));
  margin: clamp(20px, 4vw, 42px) auto;
  padding: 22px;
  border: 1px solid rgba(181, 128, 34, 0.32);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 29, 61, 0.1);
}

.booking-strip div {
  display: grid;
  gap: 9px;
}

.booking-strip strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.booking-strip em {
  color: var(--navy);
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.booking-strip span {
  color: #5d6a7d;
  line-height: 1.45;
}

.booking-strip small {
  color: var(--gold);
  font-weight: 800;
  line-height: 1.45;
}

.booking-strip button,
.booking-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #b58022, #d59c32);
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.booking-strip button {
  min-width: 220px;
  padding: 0 20px;
}

.content-book-section {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  width: min(1240px, calc(100% - 36px));
  margin: clamp(42px, 7vw, 88px) auto;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(181, 128, 34, 0.16), transparent 28%),
    linear-gradient(135deg, #f8fbff, #fffdf8 48%, #eef7ff);
}

.book-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(6, 29, 61, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #fffaf1;
  box-shadow: 0 26px 80px rgba(6, 29, 61, 0.18);
}

.book-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 1px);
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(6, 29, 61, 0.28), transparent);
  z-index: 1;
}

.book-page {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 720px;
  padding: clamp(22px, 3vw, 36px);
  background:
    linear-gradient(90deg, rgba(6, 29, 61, 0.04), transparent 10%, transparent 90%, rgba(181, 128, 34, 0.06)),
    #fffdf8;
}

.book-page-right {
  background:
    linear-gradient(270deg, rgba(6, 29, 61, 0.05), transparent 11%, transparent 90%, rgba(181, 128, 34, 0.08)),
    #f9fcff;
}

.book-page-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.book-page-header > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(181, 128, 34, 0.45);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.book-page h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.book-page p {
  margin: 0;
  color: #5d6a7d;
  line-height: 1.58;
}

.newsletter-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.42fr);
  gap: 10px;
}

.newsletter-tools input,
.newsletter-tools select,
.chat-compose textarea {
  width: 100%;
  border: 1px solid rgba(6, 29, 61, 0.16);
  border-radius: 6px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--navy);
  font: inherit;
}

.newsletter-layout {
  display: grid;
  gap: 16px;
}

.newsletter-list {
  display: grid;
  gap: 10px;
  max-height: 290px;
  overflow: auto;
  padding-right: 4px;
}

.newsletter-item {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.newsletter-item.is-active {
  border-color: rgba(181, 128, 34, 0.65);
  box-shadow: 0 0 0 3px rgba(181, 128, 34, 0.13);
}

.newsletter-item span,
.newsletter-item em {
  color: #657286;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.45;
}

.newsletter-item small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.newsletter-item b {
  border-radius: 999px;
  padding: 3px 7px;
  background: rgba(181, 128, 34, 0.12);
  color: var(--gold);
  font-size: 0.72rem;
}

.newsletter-reader,
.signin-panel,
.admin-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.newsletter-reader h4,
.admin-panel h4 {
  margin: 0;
  color: var(--navy);
  font-size: 1.25rem;
}

.newsletter-reader footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6a7788;
  font-size: 0.85rem;
}

.placeholder-badge {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(6, 29, 61, 0.08);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.community-flow {
  display: grid;
  gap: 14px;
}

.access-note,
.community-guidelines {
  margin: 0;
  color: #66758a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.chat-thread {
  display: grid;
  align-content: start;
  gap: 10px;
  max-height: 340px;
  overflow: auto;
  padding: 4px;
}

.chat-message {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.chat-message--admin {
  border-color: rgba(181, 128, 34, 0.32);
  background: #fffaf1;
}

.chat-message.is-flagged {
  border-color: rgba(181, 128, 34, 0.65);
  background: #fff7e7;
}

.chat-message header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--navy);
}

.chat-message header span,
.chat-message small {
  color: #6a7788;
  font-size: 0.78rem;
}

.chat-compose {
  display: grid;
  gap: 10px;
}

.chat-compose button,
.signin-panel button,
.admin-panel button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.signin-panel {
  grid-template-columns: 1fr auto auto;
  align-items: center;
}

.signin-panel .secondary,
.admin-panel button {
  border: 1px solid rgba(181, 128, 34, 0.35);
  background: #fff;
  color: var(--navy);
}

.message-admin-actions,
.admin-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-columns section {
  display: grid;
  flex: 1 1 220px;
  gap: 8px;
}

.signin-panel--restricted {
  grid-template-columns: 1fr;
  border-color: rgba(161, 49, 49, 0.25);
  background: #fff5f2;
}

.signin-panel--form {
  grid-template-columns: 1fr;
}

.signin-panel--form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.signin-panel--form input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(6, 29, 61, 0.16);
  border-radius: 6px;
  padding: 9px 11px;
  color: var(--navy);
  font: inherit;
  font-weight: 500;
}

.content-loading {
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.54);
  color: #66758a;
  font-weight: 800;
}

.content-page-body {
  min-height: 100vh;
  background: #020914;
  color: #fff;
}

.content-site-header {
  position: sticky;
  background: rgba(2, 9, 20, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.content-site-header .brand-link,
.content-site-header .language-link,
.content-site-header nav a {
  color: #fff;
}

.content-site-header nav a:hover,
.content-site-header nav a.is-active {
  color: #e0a23a;
}

.content-page {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 14% 24%, rgba(181, 128, 34, 0.22), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(16, 146, 210, 0.18), transparent 24%),
    #020914;
}

.content-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  overflow: hidden;
}

.content-heading {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24.5%;
  width: min(720px, 52vw);
  color: #fff;
}

.content-heading h1 {
  margin: 0 0 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.9rem;
  line-height: 0.98;
}

.content-heading .lead {
  margin: 0 0 12px;
  color: #e0a23a;
  font-size: 1.08rem;
  font-weight: 800;
}

.content-heading p {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.38;
}

.book-stage {
  position: relative;
  width: min(1536px, 100vw);
  margin: 0 auto;
}

.book-background {
  display: block;
  width: 100%;
  height: auto;
}

.book-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.content-page .book-page {
  position: absolute;
  z-index: 2;
  display: block;
  min-height: 0;
  padding: 24px 26px;
  overflow: auto;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 252, 244, 0.25);
  color: var(--navy);
  box-shadow: none;
  pointer-events: auto;
}

.content-page .book-page-left {
  top: 31.5%;
  left: 13.1%;
  width: 35.5%;
  height: 59%;
}

.content-page .book-page-right {
  top: 31.5%;
  left: 53.1%;
  width: 34.7%;
  height: 59%;
}

.content-page .book-page-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.content-page .book-page-header > span {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.content-page .book-page h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
  line-height: 1.05;
}

.content-page .book-page p {
  color: #21344f;
  font-size: 0.86rem;
  line-height: 1.42;
}

.content-page .newsletter-tools {
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  margin-bottom: 10px;
}

.content-page .newsletter-tools input,
.content-page .newsletter-tools select,
.content-page .chat-compose textarea {
  min-height: 36px;
  padding: 9px 12px;
  border-color: rgba(6, 29, 61, 0.16);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.content-page .newsletter-layout {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 12px;
}

.content-page .newsletter-list {
  max-height: none;
  padding: 0;
}

.content-page .newsletter-item {
  gap: 6px;
  padding: 12px;
  border-color: rgba(6, 29, 61, 0.12);
  background: rgba(255, 255, 255, 0.48);
}

.content-page .newsletter-item strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.content-page .newsletter-item span,
.content-page .newsletter-item em {
  font-size: 0.72rem;
}

.content-page .newsletter-item b {
  padding: 3px 7px;
  background: rgba(181, 128, 34, 0.15);
  color: #946914;
}

.content-page .newsletter-reader {
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.48);
}

.newsletter-reader-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5b6878;
  font-size: 0.72rem;
}

.content-page .newsletter-reader h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.08;
}

.content-page .newsletter-reader p,
.content-page .newsletter-reader footer {
  font-size: 0.76rem;
  line-height: 1.45;
}

.content-page .newsletter-markdown {
  display: grid;
  gap: 8px;
}

.content-page .newsletter-markdown p,
.content-page .newsletter-markdown li {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.content-page .newsletter-markdown ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.content-page .newsletter-markdown h3,
.content-page .newsletter-markdown h4,
.content-page .newsletter-markdown h5 {
  margin: 4px 0 0;
  color: var(--navy);
}

.translation-note,
.chat-empty {
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(181, 128, 34, 0.12);
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 800;
}

.content-context-button {
  justify-self: start;
  border: 1px solid rgba(181, 128, 34, 0.35);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
}

.content-page .newsletter-reader blockquote {
  margin: 0;
  padding: 12px;
  border-radius: 6px;
  background: rgba(181, 128, 34, 0.14);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.content-page .community-flow {
  gap: 14px;
}

.flow-context {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(181, 128, 34, 0.24);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.5);
}

.flow-context strong {
  color: var(--navy);
  font-size: 0.78rem;
}

.flow-context span {
  color: var(--muted);
  font-size: 0.74rem;
}

.flow-context button {
  justify-self: start;
  border: 0;
  padding: 0;
  background: transparent;
  color: #946914;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
}

.content-page .access-note--signed {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 6px 10px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid rgba(58, 128, 207, 0.25);
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(202, 229, 255, 0.8), rgba(232, 244, 255, 0.65));
  color: var(--navy);
}

.content-page .access-note--signed span {
  grid-column: 1 / 3;
  font-size: 0.74rem;
}

.content-page .access-note--signed strong {
  grid-column: 1 / 3;
  font-size: 0.82rem;
}

.content-page .access-note--signed button {
  grid-row: 1 / 3;
  grid-column: 3;
  min-height: 34px;
  border: 1px solid rgba(6, 29, 61, 0.25);
  border-radius: 6px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--navy);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.content-page .chat-thread {
  max-height: 306px;
  gap: 0;
  padding: 12px 16px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.46);
}

.content-page .chat-message {
  gap: 5px;
  border: 0;
  border-bottom: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
}

.content-page .chat-message:last-child {
  border-bottom: 0;
}

.content-page .chat-message p,
.content-page .chat-message header {
  font-size: 0.78rem;
  line-height: 1.35;
}

.content-page .chat-message header strong {
  color: var(--navy);
}

.content-page .chat-message--admin header strong::after {
  content: "Admin";
  display: inline-block;
  margin-left: 8px;
  border-radius: 999px;
  padding: 2px 7px;
  background: rgba(181, 128, 34, 0.2);
  color: #946914;
  font-size: 0.62rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content-page .chat-compose {
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.content-page .chat-compose textarea {
  resize: none;
}

.content-page .chat-compose button {
  min-height: 40px;
  min-width: 80px;
  border-radius: 6px;
}

.content-page .signin-panel {
  grid-template-columns: 1fr auto auto;
  padding: 14px;
  background: rgba(255, 255, 255, 0.54);
}

.content-page .community-guidelines {
  padding-left: 42px;
  color: #5f6b7b;
  font-size: 0.72rem;
  line-height: 1.35;
}

.content-page .admin-panel {
  max-height: 210px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.64);
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 0%, rgba(181, 128, 34, 0.16), transparent 28%),
    linear-gradient(135deg, #f7fbff, #fffdf8);
  color: var(--navy);
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-shell--denied {
  display: block;
}

.admin-access-card {
  display: grid;
  gap: 16px;
  width: min(720px, calc(100% - 32px));
  margin: 12vh auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(6, 29, 61, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(6, 29, 61, 0.12);
}

.admin-access-card h1,
.admin-section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
}

.admin-access-card p,
.admin-section-heading p,
.admin-footnote,
.admin-note p {
  margin: 0;
  color: #607087;
  line-height: 1.55;
}

.admin-access-card a,
.admin-topbar a {
  width: fit-content;
  border-radius: 6px;
  padding: 12px 16px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  height: 100vh;
  padding: 28px 20px;
  background: linear-gradient(180deg, #061d3d, #02142d);
  color: #fff;
}

.admin-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.admin-sidebar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar button,
.admin-stat-card,
.admin-toolbar button,
.admin-actions-cell button,
.admin-settings-form button,
.admin-detail-dialog button {
  border: 1px solid rgba(181, 128, 34, 0.28);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.admin-sidebar button {
  text-align: left;
}

.admin-sidebar button.is-active,
.admin-sidebar button:hover {
  background: linear-gradient(135deg, #b58022, #d59c32);
  color: #fff;
}

.admin-main {
  display: grid;
  align-content: start;
  gap: 22px;
  min-width: 0;
  padding: clamp(18px, 3vw, 36px);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(6, 29, 61, 0.1);
  border-radius: 8px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(6, 29, 61, 0.07);
}

.admin-topbar span {
  display: block;
  color: #6a7788;
  font-size: 0.82rem;
}

.admin-panel-page {
  display: grid;
  gap: 22px;
}

.admin-section-heading {
  display: grid;
  gap: 8px;
}

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

.admin-stat-card {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  text-align: left;
  box-shadow: 0 14px 36px rgba(6, 29, 61, 0.08);
}

.admin-stat-card strong {
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1;
}

.admin-stat-card em {
  color: #6a7788;
  font-style: normal;
}

.admin-note,
.admin-record-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(6, 29, 61, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.admin-toolbar input,
.admin-toolbar select,
.admin-table select,
.admin-settings-form input,
.admin-settings-form textarea {
  min-height: 40px;
  border: 1px solid rgba(6, 29, 61, 0.16);
  border-radius: 6px;
  padding: 9px 10px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}

.admin-toolbar input {
  flex: 1 1 260px;
}

.admin-toolbar button,
.admin-actions-cell button,
.admin-settings-form button,
.admin-detail-dialog button {
  background: var(--navy);
  color: #fff;
}

.admin-actions-cell button.danger,
.admin-actions-cell .danger {
  border-color: rgba(161, 49, 49, 0.32);
  background: #8f2f2f;
  color: #fff;
}

.admin-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.admin-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(6, 29, 61, 0.08);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  position: sticky;
  top: 0;
  background: #f4f8fc;
  color: var(--navy);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-actions-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 260px;
}

.admin-actions-cell button,
.admin-actions-cell select {
  min-height: 34px;
  padding: 7px 9px;
  font-size: 0.78rem;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 9px;
  background: #e8eef6;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: capitalize;
}

.admin-badge--pending {
  background: rgba(181, 128, 34, 0.16);
  color: #8f620d;
}

.admin-badge--success {
  background: rgba(42, 134, 84, 0.14);
  color: #236c46;
}

.admin-badge--danger {
  background: rgba(161, 49, 49, 0.13);
  color: #8f2f2f;
}

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

.admin-record-card header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.admin-record-card h3 {
  margin: 0;
  color: var(--navy);
}

.admin-record-card dl,
.admin-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.admin-record-card dl div,
.admin-detail-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: 10px;
}

.admin-record-card dt,
.admin-detail-list dt {
  color: #6a7788;
  font-weight: 800;
}

.admin-record-card dd,
.admin-detail-list dd {
  margin: 0;
  color: var(--navy);
  overflow-wrap: anywhere;
}

.admin-settings-form {
  display: grid;
  gap: 14px;
  width: min(760px, 100%);
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.admin-settings-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 800;
}

.admin-detail-dialog {
  width: min(780px, calc(100% - 32px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 28px 90px rgba(6, 29, 61, 0.28);
}

.admin-detail-dialog article {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
}

.admin-detail-dialog header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.admin-detail-dialog h3 {
  margin: 0;
  color: var(--navy);
}

.slice-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(1536px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 46px) clamp(10px, 2vw, 22px);
  background: #fff;
}

.slice-section--benefits {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--soft);
}

.slice-section img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(6, 29, 61, 0.09);
}

.slice-card {
  position: relative;
  display: block;
  min-width: 0;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: inherit;
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
}

.slice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  pointer-events: none;
}

.slice-card:hover::after,
.slice-card:focus-visible::after,
.slice-card.is-active::after {
  border-color: rgba(181, 128, 34, 0.72);
  box-shadow:
    0 22px 55px rgba(8, 32, 64, 0.22),
    0 0 0 4px rgba(181, 128, 34, 0.2);
}

.slice-card:hover,
.slice-card:focus-visible {
  transform: translateY(-8px) scale(1.025);
  filter: saturate(1.08) contrast(1.04);
  animation: cardShake 420ms ease both;
}

.slice-card.is-active {
  transform: translateY(-4px) scale(1.012);
}

@keyframes cardShake {
  0% { transform: translateY(-8px) scale(1.025) rotate(0deg); }
  20% { transform: translateY(-8px) scale(1.025) rotate(-0.7deg); }
  40% { transform: translateY(-8px) scale(1.025) rotate(0.7deg); }
  60% { transform: translateY(-8px) scale(1.025) rotate(-0.35deg); }
  80% { transform: translateY(-8px) scale(1.025) rotate(0.35deg); }
  100% { transform: translateY(-8px) scale(1.025) rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
  .slice-card,
  .hotspot {
    transition: none;
  }

  .slice-card:hover,
  .slice-card:focus-visible {
    animation: none;
  }
}

.slice-info-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(181, 128, 34, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f6fbff);
  box-shadow: 0 18px 44px rgba(6, 29, 61, 0.1);
}

.slice-info-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.slice-info-panel p {
  max-width: 920px;
  margin: 0;
  color: #4f5f74;
  line-height: 1.68;
}

.section-copy {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.section-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.section-copy p {
  margin: 0;
  color: #5d6a7d;
  line-height: 1.7;
}

.section-copy .lead {
  color: var(--navy);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 800;
}

.community-section {
  display: grid;
  gap: clamp(22px, 4vw, 38px);
  width: min(1180px, calc(100% - 36px));
  margin: clamp(34px, 6vw, 78px) auto;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #ffffff 56%, #fffaf2);
}

.image-section--community {
  margin: clamp(28px, 5vw, 70px) auto 0;
  background: #f4f8fc;
}

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

.community-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  background: #fff;
}

.community-grid h3,
.membership-note strong,
.contact-box h2,
.partner-program h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
}

.community-grid p,
.community-note,
.membership-note p,
.membership-note span,
.contact-box small,
.partner-program p,
.partner-program small {
  margin: 0;
  color: #5d6a7d;
  line-height: 1.58;
}

.community-note {
  font-weight: 700;
}

.membership-note {
  display: grid;
  gap: 8px;
  max-width: 820px;
  padding: 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
}

.partner-program {
  display: grid;
  gap: 10px;
  max-width: 860px;
  padding: 22px;
  border: 1px solid rgba(6, 29, 61, 0.12);
  border-radius: 8px;
  background: #fff;
}

.partner-program h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.partner-program .lead,
.helper-text {
  color: var(--navy);
  font-weight: 800;
}

.partner-program a,
.partner-inline-link {
  width: fit-content;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  gap: clamp(26px, 6vw, 92px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 0;
}

.booking-dialog {
  width: min(760px, calc(100% - 28px));
  border: 0;
  border-radius: 10px;
  padding: 0;
  color: var(--navy);
  box-shadow: 0 32px 90px rgba(6, 29, 61, 0.28);
}

.booking-dialog::backdrop {
  background: rgba(6, 29, 61, 0.48);
}

.booking-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 28px;
  max-height: min(84vh, 840px);
  overflow: auto;
}

.booking-form h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

.booking-form p,
.booking-form output {
  margin: 0;
  color: #5d6a7d;
  line-height: 1.55;
}

.progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f7;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #061d3d, #d59c32);
}

.step-count {
  color: var(--gold) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wizard-step {
  display: grid;
  gap: 16px;
}

.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.wizard-actions button,
.choices button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  background: var(--navy);
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.wizard-actions .secondary {
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
}

.choices {
  display: grid;
  gap: 10px;
}

.choice {
  display: grid;
  gap: 5px;
  min-height: auto !important;
  padding: 14px 16px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--navy) !important;
  text-align: left;
}

.choice span {
  color: #5d6a7d;
  font-weight: 500;
  line-height: 1.45;
}

.choice.is-active {
  border-color: rgba(181, 128, 34, 0.7) !important;
  box-shadow: 0 0 0 3px rgba(181, 128, 34, 0.12);
}

.notice {
  padding: 12px 14px;
  border: 1px solid rgba(181, 128, 34, 0.3);
  border-radius: 8px;
  background: #fffaf1;
  color: #29384c;
  line-height: 1.5;
}

.notice-error {
  border-color: rgba(180, 40, 40, 0.35);
  background: #fff4f4;
}

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

.price-cards span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #5d6a7d;
}

.price-cards strong {
  color: var(--navy);
  font-size: 1.1rem;
}

.price-cards small,
.pricing-table small {
  display: block;
  margin-top: 3px;
  color: #6a7788;
  font-size: 0.78rem;
  line-height: 1.35;
}

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

.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(6, 29, 61, 0.18);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}

.check-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  font-weight: 600 !important;
  color: #5d6a7d !important;
  line-height: 1.45;
}

.summary-list {
  display: grid;
  grid-template-columns: minmax(140px, 0.5fr) minmax(0, 1fr);
  gap: 8px 14px;
  margin: 0;
}

.summary-list dt {
  color: #5d6a7d;
  font-weight: 700;
}

.summary-list dd {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.booking-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.booking-form input {
  width: 100%;
  border: 1px solid rgba(6, 29, 61, 0.18);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}

.booking-form button[type="submit"] {
  width: 100%;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--navy);
  font-size: 1.35rem;
  cursor: pointer;
}

.contact-panel h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
}

.contact-panel p {
  max-width: 560px;
  color: #5d6a7d;
  line-height: 1.7;
}

.contact-panel a {
  color: var(--gold);
  font-weight: 700;
}

.contact-box {
  display: grid;
  gap: 10px;
  max-width: 540px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(181, 128, 34, 0.3);
  border-radius: 8px;
  background: #fffaf2;
}

.contact-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.contact-box p {
  margin: 0;
}

.contact-box a {
  width: fit-content;
}

.contact-panel form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 50px rgba(6, 29, 61, 0.12);
}

.contact-panel label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  width: 100%;
  border: 1px solid rgba(6, 29, 61, 0.18);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}

.privacy {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: #5d6a7d !important;
  font-weight: 500 !important;
}

.privacy input {
  margin-top: 2px;
}

.legal-links {
  margin: -2px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.legal-links a {
  color: var(--gold);
  font-weight: 800;
}

.contact-panel button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--navy);
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 760px) {
  .product-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    min-height: 0;
    padding: 12px 16px;
  }

  .product-brand {
    font-size: 1.35rem;
  }

  .product-brand img {
    width: 34px;
    height: 34px;
  }

  .product-login {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .product-header-actions {
    gap: 6px;
  }

  .product-lang {
    min-width: 34px;
    min-height: 34px;
    font-size: 0.72rem;
  }

  .product-header nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    font-size: 0.8rem;
  }

  .product-header nav a {
    min-height: 30px;
  }

  .product-header nav a.is-active::after {
    bottom: -2px;
  }

  .product-hero {
    min-height: 560px;
    padding: 42px 20px 68px;
    align-items: start;
  }

  .product-hero-copy {
    width: 100%;
  }

  .product-hero h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .product-world {
    top: 310px;
    right: -250px;
    width: 540px;
    opacity: 0.55;
  }

  .product-section {
    margin-top: -40px;
    padding: 0 16px;
  }

  .product-section--coming {
    margin-top: 28px;
  }

  .product-section-title {
    gap: 10px;
  }

  .product-grid--main,
  .product-grid--coming {
    grid-template-columns: 1fr;
  }

  .product-card--main,
  .product-card--small {
    min-height: 0;
    padding: 24px 22px;
  }

  .product-card h3,
  .product-card--small h3 {
    font-size: 1.45rem;
  }

  .product-card:hover,
  .product-card:focus-visible,
  .product-card.is-active {
    transform: none;
  }

  .product-card.is-active::after {
    bottom: -14px;
    width: 18px;
    height: 18px;
  }

  .product-detail-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 6px;
    padding: 24px 20px;
  }

  .product-detail-panel h3 {
    font-size: 2rem;
  }

  .product-ecosystem {
    grid-template-columns: 1fr;
    margin: 24px 16px 32px;
    padding: 28px 22px;
  }

  .product-ecosystem > a {
    width: 100%;
    min-width: 0;
  }

  .ecosystem-benefits {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }

  .site-header nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px 15px;
    font-size: 0.84rem;
  }

  .top-bootcamp {
    left: 25.1%;
    top: 86.3%;
    width: 22.7%;
    height: 8.6%;
  }

  .top-contact {
    left: 50.7%;
    top: 86.3%;
    width: 23%;
    height: 8.6%;
  }

  .top-bootcamp-de {
    left: 26.4%;
    top: 75.6%;
    width: 20.2%;
    height: 9.2%;
  }

  .top-contact-de {
    left: 51%;
    top: 75.6%;
    width: 24.6%;
    height: 9.2%;
  }

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

  .pricing-section {
    grid-template-columns: 1fr;
  }

  .content-book-section {
    width: min(100% - 24px, 680px);
    padding: 26px 14px;
  }

  .book-wrapper,
  .newsletter-tools,
  .signin-panel {
    grid-template-columns: 1fr;
  }

  .book-wrapper::before {
    display: none;
  }

  .book-page {
    min-height: auto;
    padding: 22px 16px;
  }

  .book-page-left {
    border-bottom: 1px solid rgba(6, 29, 61, 0.14);
  }

  .chat-thread {
    max-height: 420px;
  }

  .content-site-header {
    background: rgba(2, 9, 20, 0.94);
  }

  .content-heading {
    position: relative;
    top: auto;
    left: auto;
    width: min(100% - 28px, 680px);
    margin: 0 auto 18px;
    padding-top: 28px;
  }

  .content-heading h1 {
    font-size: 2.7rem;
  }

  .content-heading p {
    max-width: none;
  }

  .book-stage {
    display: grid;
  }

  .book-background {
    min-height: 330px;
    object-fit: cover;
    object-position: center top;
  }

  .book-overlay {
    position: static;
    display: grid;
    gap: 16px;
    width: min(100% - 24px, 680px);
    margin: -42px auto 34px;
    pointer-events: auto;
  }

  .content-page .book-page,
  .content-page .book-page-left,
  .content-page .book-page-right {
    position: static;
    width: auto;
    height: auto;
    max-height: none;
    padding: 22px 16px;
    overflow: visible;
    border: 1px solid rgba(181, 128, 34, 0.22);
    border-radius: 8px;
    background: #fffdf7;
  }

  .content-page .book-page-left {
    border-bottom: 1px solid rgba(181, 128, 34, 0.22);
  }

  .content-page .newsletter-tools,
  .content-page .newsletter-layout,
  .content-page .chat-compose,
  .content-page .signin-panel,
  .content-page .access-note--signed {
    grid-template-columns: 1fr;
  }

  .content-page .access-note--signed span,
  .content-page .access-note--signed strong,
  .content-page .access-note--signed button {
    grid-column: auto;
    grid-row: auto;
  }

  .content-page .chat-thread {
    max-height: 360px;
  }

  .content-page .community-guidelines {
    padding-left: 0;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  .admin-sidebar nav,
  .admin-stat-grid,
  .admin-card-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar,
  .admin-record-card header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-table {
    min-width: 980px;
  }

  .admin-record-card dl div,
  .admin-detail-list div {
    grid-template-columns: 1fr;
  }

  .booking-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-strip button {
    width: 100%;
  }

  .slice-section,
  .slice-section--benefits {
    grid-template-columns: 1fr;
  }

  .slice-section img {
    height: auto;
  }

  .slice-info-panel {
    grid-column: auto;
  }

  .community-section {
    padding: 28px 18px;
  }

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

  .image-section--top img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .image-section--top {
    height: clamp(330px, 82vh, 520px);
  }

  #bootcamp {
    min-height: auto;
    overflow: visible;
  }

  #bootcamp img {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: left center;
  }

  #bootcamp .hotspot {
    display: none;
  }

  .image-section--community .hotspot {
    display: none;
  }

  .mobile-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(420px, calc(100% - 36px));
    margin: 14px auto 26px;
  }

  .mobile-hero-actions button,
  .mobile-hero-actions a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border: 1px solid rgba(181, 128, 34, 0.35);
    border-radius: 6px;
    padding: 0 16px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-hero-actions button {
    border: 0;
    background: linear-gradient(135deg, #b58022, #d59c32);
    color: #fff;
  }

  .mobile-hero-actions a:first-child {
    border: 0;
    background: linear-gradient(135deg, #b58022, #d59c32);
    color: #fff;
  }

  .mobile-hero-actions a:not(:first-child) {
    background: #fff;
    color: var(--navy);
  }

  .price-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .wizard-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .wizard-actions button {
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .slice-section,
  .slice-section--benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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