:root {
  --ink: #0b2a51;
  --coral: #ff6c5e;
  --gold: #d7a84c;
  --paper: #fffdf8;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 108, 94, 0.11), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(127, 200, 232, 0.15), transparent 32%),
    #fffaf1;
  -webkit-font-smoothing: antialiased;
}

button,
a,
textarea,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-shell {
  min-height: 100vh;
  padding: clamp(10px, 1.6vw, 24px);
}

.hero-stage {
  --cursor-x: 58%;
  --cursor-y: 40%;
  position: relative;
  width: min(100%, 1536px);
  min-height: calc(100vh - 48px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.2) 0%, rgba(255, 253, 248, 0.72) 58%, rgba(255, 250, 241, 0.98) 100%),
    var(--paper);
  box-shadow: 0 32px 110px rgba(47, 63, 94, 0.16);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stage::before {
  z-index: 1;
  background:
    radial-gradient(circle at 13% 17%, rgba(255, 108, 94, 0.09), transparent 24%),
    radial-gradient(circle at 83% 18%, rgba(112, 211, 240, 0.11), transparent 26%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.62) 0%, rgba(255, 253, 248, 0.2) 43%, rgba(255, 253, 248, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0) 0%, rgba(255, 253, 248, 0.08) 48%, rgba(255, 250, 241, 0.88) 78%);
}

.hero-stage::after {
  z-index: 1;
  opacity: 0.34;
  background:
    repeating-linear-gradient(0deg, transparent 0 37px, rgba(215, 168, 76, 0.1) 38px 39px, transparent 40px 76px),
    repeating-linear-gradient(90deg, transparent 0 57px, rgba(127, 200, 232, 0.09) 58px 59px, transparent 60px 114px);
  mix-blend-mode: multiply;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 76%;
  object-fit: cover;
  object-position: 56% top;
  opacity: 0.96;
}

.site-header,
.hero-content,
.gateway-grid,
.service-strip,
.trust-strip,
.live-signal-strip,
.journey-strip {
  position: relative;
  z-index: 2;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 18px;
  margin: 24px 34px 0;
  padding: 13px 18px;
  border: 1px solid rgba(215, 168, 76, 0.26);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 18px 60px rgba(47, 63, 94, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(215, 168, 76, 0.92);
  border-radius: 50%;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  box-shadow: inset 0 0 0 6px rgba(215, 168, 76, 0.08), 0 10px 24px rgba(215, 168, 76, 0.12);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.brand-mark::before {
  width: 25px;
  height: 2px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
}

.brand-mark::after {
  width: 2px;
  height: 24px;
  top: 17px;
  border-radius: 999px;
  box-shadow: -10px 0 0 currentColor, 10px 0 0 currentColor;
}

.brand-mark::before,
.brand-mark::after {
  color: var(--gold);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.95;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--coral);
  font-weight: 900;
  letter-spacing: 0.34em;
}

.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}

.main-nav button,
.language-button,
.sign-in-button,
.gateway-card button,
.support-actions button {
  border: 0;
  color: var(--ink);
  background: transparent;
}

.main-nav button {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-width: 102px;
  min-height: 64px;
  padding: 8px 8px 7px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 850;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.main-nav button:hover {
  background: rgba(127, 200, 232, 0.08);
  transform: translateY(-1px);
}

.nav-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: var(--ink);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.nav-torii::before {
  left: 4px;
  top: 6px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor;
}

.nav-torii::after {
  left: 8px;
  top: 10px;
  width: 14px;
  height: 16px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.nav-home::before {
  left: 5px;
  top: 11px;
  width: 20px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.nav-home::after {
  left: 7px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.nav-ask::before {
  left: 5px;
  top: 5px;
  width: 20px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nav-ask::after {
  content: "?";
  left: 11px;
  top: 4px;
  color: currentColor;
  font-weight: 900;
}

.nav-calendar::before {
  left: 4px;
  top: 7px;
  width: 22px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 5px;
  box-shadow: inset 0 6px 0 rgba(255, 108, 94, 0.18);
}

.nav-calendar::after {
  left: 9px;
  top: 4px;
  width: 12px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.nav-crew::before {
  left: 9px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nav-crew::after {
  left: 3px;
  top: 17px;
  width: 24px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 14px 14px 4px 4px;
}

.main-nav button::before {
  content: "";
  position: absolute;
  top: 6px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 42, 81, 0.1);
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.92), transparent 28%),
    rgba(255, 253, 248, 0.78);
  box-shadow: 0 10px 20px rgba(47, 63, 94, 0.07);
}

.main-nav button.active::after,
.main-nav button:hover::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--coral);
}

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

.language-button {
  display: inline-grid;
  place-items: center;
  min-height: 40px;
  padding: 0 8px;
  font-weight: 900;
}

.sign-in-button {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 16px 28px rgba(232, 76, 66, 0.2);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 344px);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px) clamp(38px, 5vw, 72px) 22px;
}

.hero-copy {
  max-width: 600px;
}

.kicker {
  margin: 0 0 20px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.26em;
}

.hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 7.2vw, 110px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 36px rgba(12, 42, 82, 0.08);
}

.hero-lede {
  max-width: 430px;
  margin: 28px 0 0;
  color: #243d63;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 900;
}

.primary-action {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8270);
  box-shadow: 0 18px 34px rgba(232, 76, 66, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.secondary-action {
  border: 1.5px solid rgba(11, 42, 81, 0.92);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.76);
  backdrop-filter: blur(8px);
}

.primary-action::after,
.secondary-action::after {
  content: ">";
  margin-left: 14px;
}

.support-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0;
  min-height: 500px;
  padding: 52px 20px 12px;
  border: 1.5px solid rgba(215, 168, 76, 0.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 230, 170, 0.16), transparent 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 251, 244, 0.92)),
    rgba(255, 253, 248, 0.82);
  box-shadow: 0 24px 68px rgba(47, 63, 94, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.support-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 16px;
  border: 1px solid rgba(215, 168, 76, 0.13);
  background:
    radial-gradient(circle at 50% 47%, rgba(215, 168, 76, 0.12) 0 3px, transparent 4px),
    repeating-radial-gradient(circle at 50% 47%, transparent 0 31px, rgba(215, 168, 76, 0.28) 32px 33px, transparent 34px 46px),
    radial-gradient(circle at 50% 47%, rgba(255, 245, 220, 0.72), transparent 30%);
  pointer-events: none;
}

.support-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 210px;
  height: 62px;
  border-radius: 0;
  background:
    radial-gradient(circle at 7% 38%, rgba(215, 168, 76, 0.38) 0 2px, transparent 3px),
    radial-gradient(circle at 16% 28%, rgba(215, 168, 76, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 24%, rgba(215, 168, 76, 0.26) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 38%, rgba(215, 168, 76, 0.28) 0 2px, transparent 3px),
    repeating-radial-gradient(ellipse at 20% 100%, transparent 0 12px, rgba(215, 168, 76, 0.22) 13px 14px, transparent 15px 25px),
    repeating-radial-gradient(ellipse at 80% 100%, transparent 0 12px, rgba(215, 168, 76, 0.22) 13px 14px, transparent 15px 25px);
  opacity: 0.72;
  pointer-events: none;
}

.support-card > * {
  position: relative;
  z-index: 1;
}

.support-sigil {
  position: relative;
  order: 3;
  width: 106px;
  height: 106px;
  margin-top: 14px;
  border: 1.5px solid rgba(215, 168, 76, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 168, 76, 0.92) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(215, 168, 76, 0.28) 43% 45%, transparent 46%),
    repeating-radial-gradient(circle, transparent 0 12px, rgba(215, 168, 76, 0.18) 13px 14px, transparent 15px 24px),
    rgba(255, 251, 242, 0.42);
  box-shadow: 0 0 26px rgba(215, 168, 76, 0.18);
}

.support-sigil::before,
.support-sigil::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(215, 168, 76, 0.36);
}

.support-sigil::before {
  inset: 27px;
  transform: rotate(45deg);
  border: 0;
  border-radius: 36% 64% 36% 64%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 251, 242, 0.92) 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(215, 168, 76, 0.96) 0 22%, transparent 23%),
    repeating-conic-gradient(from -2deg, rgba(215, 168, 76, 0.9) 0deg 35deg, transparent 35deg 45deg, rgba(215, 168, 76, 0.9) 45deg 80deg, transparent 80deg 90deg);
}

.support-sigil::after {
  inset: 37px;
  width: auto;
  height: auto;
  border: 1.5px solid rgba(255, 251, 242, 0.85);
  border-radius: 36% 64% 36% 64%;
  background:
    radial-gradient(circle, rgba(255, 251, 242, 0.94) 0 13%, transparent 14%),
    repeating-conic-gradient(from 0deg, rgba(255, 251, 242, 0.84) 0deg 20deg, transparent 20deg 45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 8px rgba(215, 168, 76, 0.08);
}

.support-card h2 {
  order: 1;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}

.support-card h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -38px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 26%, rgba(215, 168, 76, 0.95) 27% 34%, transparent 35%),
    repeating-conic-gradient(from 0deg, rgba(215, 168, 76, 0.88) 0deg 16deg, transparent 16deg 30deg);
  transform: translateX(-50%);
  box-shadow: 0 0 16px rgba(215, 168, 76, 0.12);
}

.support-card p {
  order: 2;
  max-width: 292px;
  margin: 10px 0 0;
  text-align: center;
  color: #31476b;
  font-size: 16px;
  line-height: 1.34;
}

.support-actions {
  order: 4;
  display: grid;
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid rgba(12, 42, 82, 0.1);
  border-radius: 17px;
  background: rgba(255, 251, 244, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.support-actions button {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 1px 12px;
  min-height: 53px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(12, 42, 82, 0.09);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 72%);
  transition: background 180ms ease, transform 180ms ease;
}

.support-actions button:hover {
  background:
    linear-gradient(90deg, rgba(127, 224, 255, 0.14), transparent 72%),
    rgba(255, 255, 255, 0.52);
  transform: translateX(2px);
}

.support-icon {
  position: relative;
  grid-row: 1 / span 2;
  align-self: center;
  display: block;
  width: 32px;
  height: 32px;
  color: var(--gold);
  font-style: normal;
}

.support-icon::before,
.support-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.support-join::before {
  left: 12px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}

.support-join::after {
  left: 6px;
  top: 19px;
  width: 24px;
  height: 11px;
  border-radius: 12px 12px 4px 4px;
  background: currentColor;
}

.support-share::before {
  left: 6px;
  top: 15px;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: rotate(-28deg);
  box-shadow: 0 10px 0 currentColor;
}

.support-share::after {
  left: 2px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 22px -5px 0 currentColor, 22px 15px 0 currentColor;
}

.support-review::before {
  left: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.support-help::before {
  left: 4px;
  top: 7px;
  width: 24px;
  height: 21px;
  border: 3px solid currentColor;
  border-top: 0;
  background: transparent;
  transform: rotate(-45deg);
  border-radius: 0 0 13px 13px;
}

.support-help::after {
  left: 12px;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  transform: rotate(45deg);
}

.support-actions button:last-child {
  border-bottom: 0;
}

.support-actions button::after {
  content: ">";
  grid-row: 1 / span 2;
  grid-column: 3;
  align-self: center;
  color: rgba(12, 42, 82, 0.45);
}

.support-actions span {
  color: #526782;
  font-size: 12px;
  line-height: 1.2;
}

.support-actions strong {
  align-self: end;
  font-size: 16px;
  line-height: 1.05;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 clamp(22px, 4vw, 60px) 18px;
}

.gateway-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 44px rgba(47, 63, 94, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gateway-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(47, 63, 94, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.gateway-card::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gateway-card::before {
  inset: 0 0 auto;
  height: 126px;
  background: linear-gradient(90deg, var(--card-cover) 0 49%, rgba(255, 255, 255, 0.12) 67%, transparent 83%);
  z-index: 1;
  opacity: 0.98;
}

.card-scene {
  position: absolute;
  inset: 0 0 auto;
  height: 126px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
}

.card-scene::before,
.card-scene::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.visit-card .card-scene {
  background-image: url("./assets/card-visit-ref.png");
}

.live-card .card-scene {
  background-image: url("./assets/card-live-ref.png");
}

.ask-card .card-scene {
  background-image: url("./assets/card-ask-ref.png");
}

.event-card .card-scene {
  background-image: url("./assets/card-events-ref.png");
}

.gateway-card .card-scene::before,
.gateway-card .card-scene::after {
  content: none;
}

.visit-card .card-scene::before {
  right: 24px;
  bottom: -2px;
  width: 104px;
  height: 94px;
  background:
    linear-gradient(90deg, transparent 0 49px, rgba(37, 55, 82, 0.34) 50px 54px, transparent 55px),
    linear-gradient(0deg, transparent 0 75px, rgba(255, 253, 248, 0.82) 76px 79px, transparent 80px),
    linear-gradient(0deg, transparent 0 56px, rgba(255, 253, 248, 0.74) 57px 60px, transparent 61px),
    linear-gradient(0deg, transparent 0 38px, rgba(255, 253, 248, 0.58) 39px 42px, transparent 43px),
    linear-gradient(135deg, transparent 0 52px, rgba(37, 55, 82, 0.28) 53px 56px, transparent 57px),
    linear-gradient(45deg, transparent 0 52px, rgba(37, 55, 82, 0.28) 53px 56px, transparent 57px);
  filter: drop-shadow(0 8px 10px rgba(58, 65, 84, 0.08));
}

.visit-card .card-scene::after {
  left: 15px;
  bottom: 17px;
  width: 112px;
  height: 56px;
  background:
    radial-gradient(circle at 14px 25px, rgba(255, 253, 248, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 28px 14px, rgba(255, 253, 248, 0.74) 0 2px, transparent 3px),
    radial-gradient(circle at 42px 28px, rgba(255, 253, 248, 0.72) 0 2px, transparent 3px),
    linear-gradient(15deg, transparent 0 36px, rgba(255, 253, 248, 0.78) 37px 39px, transparent 40px),
    linear-gradient(0deg, transparent 0 20px, rgba(255, 253, 248, 0.54) 21px 22px, transparent 23px);
}

.live-card .card-scene::before {
  right: 30px;
  bottom: 7px;
  width: 118px;
  height: 70px;
  background:
    radial-gradient(circle at 50% 58%, rgba(91, 158, 205, 0.18) 0 12px, transparent 13px),
    linear-gradient(135deg, transparent 0 55px, rgba(255, 253, 248, 0.92) 56px 58px, transparent 59px),
    linear-gradient(45deg, transparent 0 55px, rgba(255, 253, 248, 0.92) 56px 58px, transparent 59px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(255, 253, 248, 0.44) 11px 12px, transparent 13px 18px);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.live-card .card-scene::after,
.event-card .card-scene::after {
  left: 22px;
  bottom: 0;
  width: 148px;
  height: 50px;
  background:
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(255, 253, 248, 0.46) 14px 17px, transparent 18px 26px),
    linear-gradient(0deg, rgba(255, 253, 248, 0.54) 0 2px, transparent 3px);
}

.ask-card .card-scene::before {
  right: 22px;
  bottom: 18px;
  width: 84px;
  height: 58px;
  border: 2px solid rgba(255, 253, 248, 0.78);
  border-radius: 23px;
  background:
    radial-gradient(circle at 27px 27px, rgba(255, 253, 248, 0.85) 0 3px, transparent 4px),
    radial-gradient(circle at 42px 27px, rgba(255, 253, 248, 0.7) 0 3px, transparent 4px),
    radial-gradient(circle at 57px 27px, rgba(255, 253, 248, 0.56) 0 3px, transparent 4px);
  box-shadow: 24px -14px 0 -4px rgba(255, 253, 248, 0.28);
}

.ask-card .card-scene::after {
  left: 22px;
  bottom: 0;
  width: 112px;
  height: 52px;
  background:
    linear-gradient(90deg, transparent 0 19px, rgba(255, 253, 248, 0.52) 20px 23px, transparent 24px 52px, rgba(255, 253, 248, 0.42) 53px 56px, transparent 57px),
    linear-gradient(0deg, rgba(255, 253, 248, 0.46) 0 2px, transparent 3px),
    radial-gradient(circle at 18px 18px, rgba(255, 253, 248, 0.56) 0 9px, transparent 10px);
}

.event-card .card-scene::before {
  right: 24px;
  bottom: 16px;
  width: 122px;
  height: 64px;
  background:
    radial-gradient(circle at 17px 9px, rgba(255, 235, 170, 0.86) 0 3px, transparent 4px),
    radial-gradient(circle at 49px 3px, rgba(255, 235, 170, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 83px 10px, rgba(255, 235, 170, 0.74) 0 3px, transparent 4px),
    linear-gradient(10deg, transparent 0 29px, rgba(255, 253, 248, 0.62) 30px 31px, transparent 32px),
    linear-gradient(0deg, transparent 0 28px, rgba(255, 253, 248, 0.8) 29px 31px, transparent 32px),
    linear-gradient(90deg, transparent 0 25px, rgba(255, 253, 248, 0.72) 26px 28px, transparent 29px 66px, rgba(255, 253, 248, 0.72) 67px 69px, transparent 70px);
}

.gateway-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 16px 22px 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(29, 44, 69, 0.16);
}

.gateway-card h2 {
  position: relative;
  z-index: 2;
  min-height: 70px;
  margin: 0;
  padding: 0 64px 15px 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.82vw, 29px);
  font-weight: 500;
  line-height: 1.02;
  text-shadow: 0 2px 14px rgba(29, 44, 69, 0.18);
}

.gateway-card h2 span {
  position: absolute;
  right: 22px;
  top: 1px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 10px 24px rgba(47, 63, 94, 0.12);
}

.gateway-card h2 span::before {
  content: ">";
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-1px);
}

.gateway-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 250, 241, 0.98));
}

.gateway-card li {
  border-top: 1px solid rgba(12, 42, 82, 0.08);
}

.gateway-card button {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 41px;
  padding: 0 20px 0 42px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  text-align: left;
  transition: background 180ms ease, padding-left 180ms ease;
}

.gateway-card button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  opacity: 0.66;
  transform: translateY(-50%);
}

.gateway-card li:nth-child(2) button::before {
  border-radius: 50%;
}

.gateway-card li:nth-child(3) button::before {
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.gateway-card li:nth-child(4) button::before {
  border-radius: 50% 50% 4px 4px;
}

.gateway-card button::after {
  content: ">";
  color: rgba(12, 42, 82, 0.46);
}

.gateway-card button:hover {
  padding-left: 46px;
  background: rgba(127, 200, 232, 0.12);
}

.status-pill {
  margin-left: auto;
  padding: 2px 7px;
  border: 1px solid rgba(12, 42, 82, 0.32);
  border-radius: 5px;
  color: rgba(12, 42, 82, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.visit-card {
  --card-cover: rgba(245, 119, 94, 0.92);
  background:
    radial-gradient(circle at 75% 34%, rgba(255, 218, 174, 0.62), transparent 27%),
    radial-gradient(circle at 13% 18%, rgba(255, 255, 255, 0.34), transparent 19%),
    linear-gradient(135deg, rgba(252, 105, 94, 0.97), rgba(239, 143, 105, 0.87));
}

.live-card,
.event-card {
  --card-cover: rgba(82, 151, 199, 0.9);
  background:
    radial-gradient(circle at 73% 35%, rgba(255, 255, 255, 0.48), transparent 25%),
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.25), transparent 18%),
    linear-gradient(135deg, rgba(83, 151, 202, 0.97), rgba(111, 189, 222, 0.87));
}

.ask-card {
  --card-cover: rgba(206, 153, 76, 0.9);
  background:
    radial-gradient(circle at 73% 34%, rgba(255, 255, 255, 0.52), transparent 25%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.25), transparent 18%),
    linear-gradient(135deg, rgba(207, 155, 80, 0.98), rgba(239, 195, 119, 0.88));
}

.visit-card button::before,
.support-help {
  color: var(--coral);
}

.live-card button::before,
.event-card button::before {
  color: #2f75a7;
}

.ask-card button::before {
  color: #d7a84c;
}

.service-strip,
.trust-strip {
  display: grid;
  align-items: center;
  gap: 14px;
  margin: 0 clamp(22px, 4vw, 60px) 18px;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 44px rgba(47, 63, 94, 0.06);
  backdrop-filter: blur(10px);
}

.service-strip {
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  padding: 14px 22px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 241, 0.86)),
    radial-gradient(circle at 98% 10%, rgba(127, 224, 255, 0.18), transparent 30%);
}

.service-strip p,
.service-strip span,
.trust-strip strong,
.trust-strip span {
  display: block;
}

.service-strip p {
  margin: 0 0 4px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-strip span {
  color: #526782;
  font-size: 13px;
}

.service-strip a {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 3px;
  min-height: 48px;
  padding: 0 16px;
  border-left: 1px solid rgba(12, 42, 82, 0.1);
  color: var(--ink);
  font-weight: 850;
}

.service-strip a strong,
.service-strip a small {
  position: relative;
  z-index: 1;
  display: block;
}

.service-strip a strong {
  align-self: end;
}

.service-strip a small {
  align-self: start;
  color: #526782;
  font-size: 12px;
}

.service-strip a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(127, 224, 255, 0.24), transparent);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 180ms ease, transform 420ms ease;
}

.service-strip a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.service-strip a:hover::before {
  opacity: 1;
  transform: translateX(80%);
}

.trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px 22px;
}

.journey-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 18px;
  margin: 0 clamp(22px, 4vw, 60px) 28px;
  border: 1px solid rgba(127, 200, 232, 0.32);
  border-radius: 14px;
  padding: 18px 22px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 108, 94, 0.08), transparent 28%),
    radial-gradient(circle at 98% 4%, rgba(127, 200, 232, 0.18), transparent 32%),
    rgba(255, 253, 248, 0.88);
  box-shadow: 0 18px 44px rgba(47, 63, 94, 0.06);
  backdrop-filter: blur(10px);
}

.journey-strip p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-strip strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.15;
}

.journey-strip ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-strip button {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(12, 42, 82, 0.12);
  border-radius: 12px;
  padding: 10px;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  background: rgba(255, 255, 255, 0.62);
}

.journey-strip button span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8870);
}

.live-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 60px 22px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 14px;
  background:
    radial-gradient(circle at 8% 0%, rgba(127, 200, 232, 0.14), transparent 30%),
    rgba(255, 253, 248, 0.74);
  box-shadow: 0 18px 42px rgba(47, 63, 94, 0.06);
}

.live-signal-strip article {
  display: grid;
  gap: 7px;
  min-height: 132px;
  border-right: 1px solid rgba(12, 42, 82, 0.1);
  padding: 4px 14px 4px 4px;
}

.live-signal-strip article:last-child {
  border-right: 0;
}

.live-signal-strip p,
.dynamic-panel-heading p,
.dynamic-card-grid p,
.event-card-grid p,
.credit-wall-list p,
.youtube-content-grid p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.live-signal-strip strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.live-signal-strip span {
  color: #526782;
  font-size: 12px;
  line-height: 1.38;
}

.live-signal-strip button {
  align-self: end;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  border: 1px solid rgba(12, 42, 82, 0.15);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.86);
}

.trust-strip div {
  min-height: 54px;
  padding: 0 18px;
  border-left: 1px solid rgba(12, 42, 82, 0.12);
}

.trust-strip div:first-child {
  border-left: 0;
}

.trust-strip strong {
  margin-bottom: 5px;
}

.trust-strip span {
  color: #526782;
  font-size: 13px;
}

.approved-screen {
  min-height: 100vh;
  padding: clamp(8px, 1.6vw, 24px);
}

.approved-frame {
  position: relative;
  width: min(100%, 1536px);
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(47, 63, 94, 0.12);
}

.approved-home {
  display: block;
  width: 100%;
  height: auto;
}

.tech-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cursor-aura {
  position: absolute;
  left: var(--cursor-x, 58%);
  top: var(--cursor-y, 40%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 224, 255, 0.32), rgba(255, 211, 125, 0.16) 35%, transparent 68%);
  filter: blur(10px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 280ms ease;
}

.approved-frame:hover .cursor-aura {
  opacity: 1;
}

.constellation-grid,
.torii-halo,
.portal-pulse,
.holo-beam,
.tokyo-scan,
.data-road,
.nav-holo,
.data-node,
.credit-glow {
  position: absolute;
  display: block;
}

.portal-pulse {
  left: 56.2%;
  top: 34.2%;
  width: 7.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(104, 223, 255, 0.64) 35%, rgba(255, 221, 143, 0.28) 53%, transparent 72%);
  filter: blur(1px) drop-shadow(0 0 32px rgba(83, 219, 255, 0.78));
  animation: portalPulse 3.2s ease-in-out infinite;
}

.constellation-grid {
  left: 39.4%;
  top: 12.2%;
  width: 34%;
  height: 23%;
  background:
    linear-gradient(90deg, rgba(60, 202, 255, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 194, 94, 0.13) 1px, transparent 1px),
    radial-gradient(circle at 20% 26%, rgba(60, 202, 255, 0.56) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 15%, rgba(255, 194, 94, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 43%, rgba(60, 202, 255, 0.46) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 12%, rgba(255, 108, 94, 0.38) 0 2px, transparent 3px);
  background-size: 76px 76px, 76px 76px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  clip-path: polygon(7% 0, 100% 0, 92% 100%, 0 82%);
  filter: drop-shadow(0 0 12px rgba(62, 217, 255, 0.22));
  opacity: 0.52;
  animation: gridBreathe 5.4s ease-in-out infinite;
  mix-blend-mode: multiply;
}

.torii-halo {
  left: 45.3%;
  top: 19.5%;
  width: 25%;
  height: 29%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, transparent 0 44%, rgba(90, 217, 255, 0.18) 46%, transparent 56%),
    radial-gradient(ellipse at center, rgba(255, 228, 153, 0.14), transparent 62%);
  filter: blur(0.4px) drop-shadow(0 0 18px rgba(69, 206, 255, 0.2));
  opacity: 0.54;
  animation: haloBreath 4.6s ease-in-out infinite;
  mix-blend-mode: screen;
}

.holo-beam {
  left: 58.7%;
  top: 27.5%;
  width: 2.3%;
  height: 31.8%;
  border-radius: 999px;
  background:
    linear-gradient(180deg, transparent, rgba(84, 224, 255, 0.52) 18%, rgba(255, 255, 255, 0.76) 50%, rgba(255, 211, 121, 0.4) 77%, transparent),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.88), transparent 62%);
  filter: blur(3px) drop-shadow(0 0 30px rgba(75, 214, 255, 0.72));
  opacity: 0.78;
  animation: beamRise 3.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.tokyo-scan {
  left: 36%;
  top: 48.8%;
  width: 41%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(47, 207, 255, 0.92), rgba(255, 229, 151, 0.95), transparent);
  box-shadow: 0 0 18px rgba(62, 217, 255, 0.75);
  transform-origin: center;
  animation: scanRoad 4.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.scan-two {
  top: 53.4%;
  width: 35%;
  animation-delay: -2.1s;
  opacity: 0.72;
}

.data-road {
  left: 42.5%;
  top: 49.5%;
  width: 26%;
  height: 13%;
  border-left: 1px solid rgba(60, 202, 255, 0.28);
  border-right: 1px solid rgba(60, 202, 255, 0.2);
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(69, 206, 255, 0.22) 19px 20px, transparent 21px 38px),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(74, 213, 255, 0.18), rgba(255, 215, 122, 0.15));
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 0 12px rgba(69, 206, 255, 0.42));
  opacity: 0.58;
  animation: roadFlow 2.8s linear infinite;
  mix-blend-mode: screen;
}

.road-two {
  left: 35.6%;
  top: 50.2%;
  width: 39%;
  height: 12%;
  opacity: 0.34;
  animation-duration: 4.1s;
  animation-direction: reverse;
}

.nav-holo {
  left: 29%;
  top: 2.4%;
  width: 43.5%;
  height: 9.2%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(74, 213, 255, 0.16), rgba(255, 216, 128, 0.15), transparent),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(74, 213, 255, 0.18) 85px 86px, transparent 87px 138px);
  filter: blur(0.2px);
  opacity: 0.45;
  animation: navSweep 5.2s ease-in-out infinite;
  mix-blend-mode: multiply;
}

.data-node {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(39, 195, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 18px rgba(39, 195, 255, 0.86), 0 0 4px rgba(255, 216, 128, 0.62);
  animation: nodeBlink 2.8s ease-in-out infinite;
}

.node-one {
  left: 58%;
  top: 13%;
}

.node-two {
  left: 65.6%;
  top: 25.6%;
  animation-delay: -1s;
}

.node-three {
  left: 75.1%;
  top: 49.2%;
  animation-delay: -1.8s;
}

.credit-glow {
  right: 4.1%;
  top: 9.4%;
  width: 24.4%;
  height: 49.8%;
  border-radius: 18px;
  border: 1px solid rgba(255, 190, 75, 0.52);
  box-shadow:
    inset 0 0 46px rgba(255, 215, 126, 0.34),
    0 0 38px rgba(255, 183, 75, 0.28);
  opacity: 0.56;
  animation: creditBreath 3.6s ease-in-out infinite;
}

.hotspot {
  position: absolute;
  display: block;
  border: 0;
  background: transparent;
  color: transparent;
  opacity: 0;
  cursor: pointer;
}

.hotspot:hover {
  opacity: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), rgba(127, 224, 255, 0.1), transparent 70%);
  box-shadow: 0 0 28px rgba(127, 224, 255, 0.18);
}

.hotspot:focus-visible {
  opacity: 1;
  outline: 3px solid rgba(127, 200, 232, 0.8);
  outline-offset: 3px;
  border-radius: 999px;
}

.hotspot-ask {
  left: 8.3%;
  top: 40.6%;
  width: 17.8%;
  height: 5.7%;
}

.hotspot-event {
  left: 27%;
  top: 40.6%;
  width: 14.8%;
  height: 5.7%;
}

.hotspot-support {
  right: 7.5%;
  top: 10%;
  width: 22%;
  height: 49%;
}

.hotspot-nav-visit,
.hotspot-nav-live,
.hotspot-nav-ask,
.hotspot-nav-events,
.hotspot-nav-crew {
  top: 3.3%;
  height: 8%;
}

.hotspot-nav-visit {
  left: 30.5%;
  width: 7.8%;
}

.hotspot-nav-live {
  left: 38.9%;
  width: 9.2%;
}

.hotspot-nav-ask {
  left: 48.6%;
  width: 5.2%;
}

.hotspot-nav-events {
  left: 54.6%;
  width: 6.5%;
}

.hotspot-nav-crew {
  left: 62%;
  width: 9.8%;
}

.hotspot-card-visit,
.hotspot-card-live,
.hotspot-card-ask,
.hotspot-card-events {
  top: 59.7%;
  height: 28%;
}

.hotspot-card-visit {
  left: 3.9%;
  width: 22.2%;
}

.hotspot-card-live {
  left: 27.3%;
  width: 22%;
}

.hotspot-card-ask {
  left: 50.4%;
  width: 21.2%;
}

.hotspot-card-events {
  left: 72.8%;
  width: 23.4%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.below-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1536px);
  margin: 18px auto 0;
  padding: 26px 30px;
  border: 1px solid rgba(215, 168, 76, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 52px rgba(47, 63, 94, 0.08);
}

.below-note p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.below-note h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.05;
}

.below-note span {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: #31476b;
  line-height: 1.5;
}

.below-note button,
.panel-submit {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  background: linear-gradient(135deg, var(--coral), #ff8970);
  box-shadow: 0 16px 28px rgba(232, 76, 66, 0.22);
}

.info-panel {
  width: min(560px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid rgba(215, 168, 76, 0.42);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 40px 100px rgba(12, 42, 82, 0.22);
}

.info-panel {
  width: min(620px, calc(100vw - 32px));
}

.info-panel::backdrop {
  background: rgba(12, 42, 82, 0.32);
  backdrop-filter: blur(5px);
}

.info-panel form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 34px;
}

.eyebrow {
  margin: 0;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.info-panel h2 {
  margin: 0 36px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
}

.info-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(12, 42, 82, 0.12);
  border-radius: 14px;
  background: #fffaf1;
}

.info-list a,
.info-list button {
  position: relative;
  appearance: none;
  width: 100%;
  min-height: 54px;
  border: 0;
  padding: 16px 46px 14px 18px;
  border-bottom: 1px solid rgba(12, 42, 82, 0.1);
  color: var(--ink);
  font: inherit;
  font-weight: 780;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.info-list a:last-child,
.info-list button:last-child {
  border-bottom: 0;
}

.info-list a::after,
.info-list button::after {
  content: ">";
  position: absolute;
  right: 18px;
  top: 50%;
  color: rgba(12, 42, 82, 0.46);
  transform: translateY(-50%);
}

.info-list a:hover,
.info-list button:hover {
  background: rgba(127, 200, 232, 0.12);
}

.service-shelf {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 92% 12%, rgba(127, 224, 255, 0.18), transparent 34%);
}

.service-shelf > p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.service-card {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 14px 38px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(12, 42, 82, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(127, 224, 255, 0.22), transparent);
  opacity: 0;
  transform: translateX(-60%);
  transition: opacity 220ms ease, transform 460ms ease;
}

.service-card::after {
  content: ">";
  position: absolute;
  right: 14px;
  top: 16px;
  color: rgba(12, 42, 82, 0.42);
  font-weight: 900;
}

.service-card:hover {
  border-color: rgba(127, 200, 232, 0.52);
  background: #fff;
  box-shadow: 0 12px 28px rgba(47, 63, 94, 0.08);
}

.service-card:hover::before {
  opacity: 1;
  transform: translateX(60%);
}

.service-card span,
.service-card small {
  position: relative;
  z-index: 1;
}

.service-card span {
  color: var(--ink);
  font-weight: 900;
}

.service-card small {
  color: #4b5f7d;
  font-size: 12px;
  line-height: 1.35;
}

.panel-close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(12, 42, 82, 0.12);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 26px;
  line-height: 1;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.topic-grid button {
  min-height: 42px;
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: #fffaf1;
  font-weight: 800;
}

.topic-grid button.selected {
  border-color: var(--coral);
  color: #fff;
  background: var(--coral);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(12, 42, 82, 0.18);
  border-radius: 14px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}

textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(127, 200, 232, 0.46);
  outline-offset: 3px;
}

@keyframes portalPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.14);
  }
}

@keyframes gridBreathe {
  0%,
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }
  50% {
    opacity: 0.62;
    transform: translateY(-4px);
  }
}

@keyframes haloBreath {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.58;
    transform: scale(1.03);
  }
}

@keyframes beamRise {
  0%,
  100% {
    opacity: 0.5;
    transform: scaleY(0.86);
  }
  50% {
    opacity: 0.92;
    transform: scaleY(1.08);
  }
}

@keyframes scanRoad {
  0%,
  100% {
    opacity: 0;
    transform: translateY(18px) scaleX(0.45);
  }
  35% {
    opacity: 0.85;
  }
  65% {
    opacity: 0.65;
    transform: translateY(-10px) scaleX(1);
  }
}

@keyframes roadFlow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 0, 0 0;
  }
}

@keyframes navSweep {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-1.2%);
  }
  50% {
    opacity: 0.52;
    transform: translateX(1.2%);
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes creditBreath {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.66;
  }
}

.boundary {
  margin: 0;
  color: #31476b;
  font-size: 13px;
  line-height: 1.45;
}

.form-feedback {
  border: 1px solid rgba(127, 200, 232, 0.34);
  border-radius: 12px;
  padding: 12px 14px;
  color: #23466c;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  background:
    radial-gradient(circle at 92% 0%, rgba(127, 200, 232, 0.16), transparent 34%),
    rgba(247, 252, 253, 0.88);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.panel-submit {
  width: max-content;
}

.product-section {
  position: relative;
  width: min(100%, 1536px);
  margin: 22px auto 0;
  padding: clamp(28px, 4vw, 58px) clamp(18px, 4vw, 60px);
  overflow: hidden;
  border: 1px solid rgba(215, 168, 76, 0.25);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 108, 94, 0.08), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 241, 0.92));
  box-shadow: 0 28px 80px rgba(47, 63, 94, 0.08);
  scroll-margin-top: 18px;
}

.product-section,
.service-strip {
  display: none;
}

body.view-ask #ask,
body.view-help-desk #help-desk,
body.view-help-desk #useful-services,
body.view-community #community,
body.view-support-credit #support-credit,
body.view-youtube-hub #youtube-hub {
  display: block;
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(215, 168, 76, 0.08) 43px 44px, transparent 45px 86px),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(127, 200, 232, 0.08) 63px 64px, transparent 65px 124px);
}

.product-section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 500;
  line-height: 1;
}

.section-heading span {
  color: #31476b;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.5;
}

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

.section-layout,
.community-layout {
  display: grid;
  gap: 24px;
}

.two-column,
.community-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
}

.ask-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.68fr) minmax(260px, 0.68fr);
  align-items: start;
}

.ask-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -4px 0 24px;
}

.ask-fit-grid article {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 5%, rgba(127, 200, 232, 0.12), transparent 36%),
    rgba(255, 253, 248, 0.8);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.ask-fit-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.ask-fit-grid span {
  display: block;
  color: #526782;
  font-size: 14px;
  line-height: 1.45;
}

.ask-triage-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: -6px 0 24px;
  border: 1px solid rgba(127, 200, 232, 0.24);
  border-radius: 14px;
  padding: clamp(18px, 2.4vw, 24px);
  background:
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.14), transparent 34%),
    rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 42px rgba(47, 63, 94, 0.06);
}

.ask-triage-panel h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.08;
}

.ask-triage-panel span {
  display: block;
  max-width: 760px;
  color: #526782;
  line-height: 1.45;
}

.ask-triage-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ask-triage-actions button {
  min-height: 38px;
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.contact-check-panel,
.loop-map-panel,
.credit-bridge-panel {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 108, 94, 0.08), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(127, 200, 232, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(255, 250, 241, 0.82));
  box-shadow: 0 22px 54px rgba(47, 63, 94, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contact-check-panel {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  margin: -6px 0 24px;
}

.contact-check-panel::before,
.loop-map-panel::before,
.credit-bridge-panel::before,
.free-events-section::before {
  content: "";
  position: absolute;
  inset: auto 24px 16px auto;
  width: 120px;
  height: 56px;
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 9px, rgba(215, 168, 76, 0.2) 10px 11px, transparent 12px 21px);
  opacity: 0.72;
}

.contact-check-panel h3,
.credit-bridge-panel h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 500;
  line-height: 1.06;
}

.contact-check-panel > div > span,
.credit-bridge-panel > div > span {
  display: block;
  max-width: 640px;
  color: #526782;
  line-height: 1.48;
}

.contact-check-panel ol,
.credit-bridge-panel ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-check-panel li,
.credit-bridge-panel li {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(12, 42, 82, 0.08);
  border-radius: 12px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.62);
}

.contact-check-panel li strong,
.credit-bridge-panel li strong {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(215, 168, 76, 0.38);
  border-radius: 999px;
  padding: 5px 10px;
  color: #b88122;
  font-size: 12px;
  font-weight: 950;
  background: rgba(255, 251, 242, 0.84);
}

.contact-check-panel li span,
.credit-bridge-panel li span {
  color: #435b7b;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.34;
}

.ask-status-panel,
.dynamic-desk-panel,
.support-credit-wall,
.youtube-hub-panel {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
  border: 1px solid rgba(127, 200, 232, 0.24);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(127, 200, 232, 0.14), transparent 32%),
    radial-gradient(circle at 94% 12%, rgba(255, 108, 94, 0.08), transparent 34%),
    rgba(255, 253, 248, 0.82);
  box-shadow: 0 22px 54px rgba(47, 63, 94, 0.07);
}

.ask-status-panel {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
}

.ask-status-panel h3,
.dynamic-panel-heading h3,
.youtube-feature h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 1.06;
}

.ask-status-panel span,
.dynamic-panel-heading span,
.youtube-feature > span {
  display: block;
  max-width: 780px;
  color: #526782;
  line-height: 1.48;
}

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

.status-rail article {
  display: grid;
  gap: 8px;
  min-height: 148px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 15px;
  background: rgba(255, 253, 248, 0.78);
}

.status-rail article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--coral), #ff957d);
}

.status-rail strong {
  color: var(--ink);
  font-weight: 950;
}

.status-rail small,
.dynamic-card-grid small,
.event-card-grid small {
  color: #6a7e98;
  font-size: 12px;
  line-height: 1.35;
}

.dynamic-card-grid,
.event-card-grid,
.youtube-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dynamic-card-grid article,
.event-card-grid article,
.youtube-content-grid article,
.credit-wall-list article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 34px rgba(47, 63, 94, 0.06);
}

.dynamic-card-grid h4,
.event-card-grid h4,
.youtube-content-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.dynamic-card-grid span,
.event-card-grid span,
.youtube-content-grid span,
.credit-wall-list span {
  color: #526782;
  font-size: 13px;
  line-height: 1.42;
}

.dynamic-card-grid button,
.event-card-grid button,
.youtube-content-grid button,
.youtube-actions button {
  align-self: end;
  width: max-content;
  max-width: 100%;
  min-height: 36px;
  border: 1px solid rgba(12, 42, 82, 0.15);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  background: rgba(255, 253, 248, 0.9);
}

.thanks-section {
  min-height: calc(100vh - 48px);
  align-content: center;
}

.thanks-section h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.thanks-actions {
  justify-content: center;
  margin-top: 24px;
}

.thanks-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.tabivibe-form,
.principle-card,
.ask-process-card,
.helpdesk-card,
.community-board article,
.support-credit-grid article {
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.tabivibe-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.tabivibe-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.tabivibe-form label > span {
  font-size: 13px;
}

.tabivibe-form input,
.tabivibe-form select,
.tabivibe-form textarea {
  width: 100%;
  border: 1px solid rgba(12, 42, 82, 0.14);
  border-radius: 10px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tabivibe-form textarea {
  resize: vertical;
}

.tabivibe-form input:focus,
.tabivibe-form select:focus,
.tabivibe-form textarea:focus {
  border-color: rgba(255, 108, 94, 0.62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 108, 94, 0.1);
}

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

.check-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 650;
}

.check-line input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.principle-card {
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(circle at 50% 10%, rgba(215, 168, 76, 0.16), transparent 34%),
    rgba(255, 253, 248, 0.9);
}

.ask-process-card {
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 108, 94, 0.1), transparent 34%),
    rgba(255, 253, 248, 0.9);
}

.principle-card p,
.ask-process-card p,
.helpdesk-card p,
.community-board p,
.passport-label {
  margin: 0 0 9px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.principle-card h3,
.helpdesk-card h3,
.community-board h3,
.passport-form h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.principle-card span,
.ask-process-card span,
.community-board span,
.support-credit-grid span {
  display: block;
  color: #526782;
  line-height: 1.45;
}

.ask-process-card ol {
  display: grid;
  gap: 14px;
  margin: 14px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: askSteps;
}

.ask-process-card li {
  position: relative;
  min-height: 58px;
  padding-left: 46px;
  counter-increment: askSteps;
}

.ask-process-card li::before {
  content: counter(askSteps);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(215, 168, 76, 0.52);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
  background: rgba(255, 251, 242, 0.9);
}

.ask-process-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.ask-process-card button {
  border: 1px solid rgba(12, 42, 82, 0.18);
  border-radius: 999px;
  padding: 11px 15px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

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

.ask-ops-grid article {
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 4%, rgba(127, 200, 232, 0.13), transparent 34%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.ask-ops-grid p {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ask-ops-grid h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.08;
}

.ask-ops-grid span {
  display: block;
  color: #526782;
  line-height: 1.42;
}

.answer-promise-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.answer-promise-panel article {
  display: grid;
  gap: 10px;
  min-height: 208px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 108, 94, 0.08), transparent 32%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.answer-promise-panel p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.answer-promise-panel h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.08;
}

.answer-promise-panel span {
  color: #526782;
  line-height: 1.42;
}

.loop-map-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  padding: 18px;
}

.loop-map-panel article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 7px 12px;
  align-items: start;
  min-height: 94px;
  border-right: 1px solid rgba(12, 42, 82, 0.1);
  padding: 4px 16px 4px 0;
}

.loop-map-panel article:last-child {
  border-right: 0;
}

.loop-map-panel article > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 108, 94, 0.34);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--coral), #ff947a);
  box-shadow: 0 10px 22px rgba(255, 108, 94, 0.18);
}

.loop-map-panel strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.loop-map-panel small {
  color: #526782;
  font-size: 12px;
  line-height: 1.38;
}

.principle-card ul,
.helpdesk-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.principle-card li,
.helpdesk-card li {
  position: relative;
  padding-left: 22px;
  color: #243d63;
  font-weight: 720;
}

.principle-card li::before,
.helpdesk-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

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

.helpdesk-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 22px;
}

.helpdesk-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(215, 168, 76, 0.32);
  border-radius: 999px;
  padding: 0 13px;
  color: #31476b;
  font-size: 13px;
  font-weight: 850;
  background: rgba(255, 253, 248, 0.78);
}

.problem-solver {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  margin: 0 0 22px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: clamp(18px, 2.6vw, 28px);
  background:
    radial-gradient(circle at 92% 10%, rgba(127, 200, 232, 0.14), transparent 32%),
    radial-gradient(circle at 0 0, rgba(255, 108, 94, 0.08), transparent 30%),
    rgba(255, 253, 248, 0.88);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.06);
}

.problem-solver-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.problem-solver-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.problem-solver-copy span {
  color: #526782;
  font-size: 15px;
  line-height: 1.5;
}

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

.problem-solver-list article {
  display: grid;
  gap: 8px;
  min-height: 178px;
  border: 1px solid rgba(12, 42, 82, 0.08);
  border-radius: 12px;
  padding: 15px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(247, 252, 253, 0.86)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 26px rgba(18, 54, 91, 0.045);
}

.problem-solver-list p {
  margin: 0;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.problem-solver-list h4 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.problem-solver-list span {
  color: #526782;
  font-size: 13px;
  line-height: 1.42;
}

.problem-solver-list div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-self: end;
  margin-top: 2px;
}

.problem-solver-list a,
.problem-solver-list button {
  border: 1px solid rgba(12, 42, 82, 0.14);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  background: rgba(255, 253, 248, 0.88);
}

.problem-solver-list a {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 10px 20px rgba(232, 76, 66, 0.12);
}

.decision-lab {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
  border: 1px solid rgba(127, 200, 232, 0.24);
  border-radius: 14px;
  padding: clamp(18px, 2.6vw, 28px);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(246, 253, 255, 0.86)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.055);
}

.decision-lab-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.36fr) minmax(0, 0.3fr);
  gap: 16px;
  align-items: end;
}

.decision-lab-header h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.04;
}

.decision-lab-header span {
  color: #526782;
  font-size: 14px;
  line-height: 1.45;
}

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

.decision-path-grid article {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(12, 42, 82, 0.08);
  border-radius: 12px;
  padding: 17px;
  background:
    radial-gradient(circle at 96% 4%, rgba(215, 168, 76, 0.11), transparent 30%),
    rgba(255, 253, 248, 0.78);
}

.decision-path-grid p {
  margin: 0;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.decision-path-grid h4 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
}

.decision-path-grid ol,
.decision-path-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-path-grid li {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding-top: 9px;
  color: #526782;
  font-size: 13px;
  line-height: 1.36;
}

.decision-path-grid li:first-child {
  border-top: 0;
  padding-top: 0;
}

.decision-path-grid li strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.decision-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-self: end;
}

.decision-fit-tags span {
  border: 1px solid rgba(215, 168, 76, 0.26);
  border-radius: 999px;
  padding: 6px 9px;
  color: #31476b;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.82);
}

.decision-guardrail {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 108, 94, 0.1), transparent 34%),
    rgba(255, 253, 248, 0.82);
}

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

.helpdesk-workflow article {
  display: grid;
  gap: 9px;
  min-height: 210px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.12), transparent 34%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 36px rgba(47, 63, 94, 0.055);
}

.helpdesk-workflow p,
.service-rules-grid p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.helpdesk-workflow h3,
.service-rules-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 500;
  line-height: 1.08;
}

.helpdesk-workflow span,
.service-rules-grid span {
  color: #526782;
  font-size: 14px;
  line-height: 1.42;
}

.helpdesk-guide-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.guide-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(215, 168, 76, 0.28);
  border-radius: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 4%, rgba(127, 200, 232, 0.13), transparent 34%),
    radial-gradient(circle at 10% 0%, rgba(255, 108, 94, 0.06), transparent 28%),
    rgba(255, 253, 248, 0.9);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.guide-card p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.06;
}

.guide-answer {
  display: block;
  border-left: 3px solid rgba(127, 200, 232, 0.5);
  padding-left: 12px;
  color: #31476b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.46;
}

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

.guide-detail-grid div {
  border: 1px solid rgba(12, 42, 82, 0.08);
  border-radius: 12px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.5);
}

.guide-detail-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.guide-detail-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 17px;
  color: #526782;
  font-size: 13px;
  line-height: 1.35;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-actions a,
.guide-actions button {
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.guide-actions a {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 10px 20px rgba(232, 76, 66, 0.13);
}

.case-file-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.case-file-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(127, 200, 232, 0.24);
  border-radius: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.15), transparent 34%),
    radial-gradient(circle at 10% 0%, rgba(255, 108, 94, 0.06), transparent 28%),
    rgba(255, 253, 248, 0.9);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.case-file-card p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-file-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.08;
}

.case-answer {
  display: block;
  border-left: 3px solid rgba(255, 108, 94, 0.4);
  padding-left: 12px;
  color: #31476b;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.46;
}

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

.case-grid div {
  border: 1px solid rgba(12, 42, 82, 0.08);
  border-radius: 12px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.5);
}

.case-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.case-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 17px;
  color: #526782;
  font-size: 13px;
  line-height: 1.35;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-actions a,
.case-actions button {
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.case-actions a {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 10px 20px rgba(232, 76, 66, 0.13);
}

.helpdesk-card {
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: 24px;
}

.question-line {
  display: block;
  min-height: 54px;
  margin: 0 0 14px;
  border-left: 3px solid rgba(255, 108, 94, 0.42);
  padding: 0 0 0 12px;
  color: #526782;
  font-size: 14px;
  line-height: 1.38;
}

.helpdesk-card a,
.helpdesk-card button {
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 248, 0.86);
}

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

.tip-card {
  overflow: hidden;
  border: 1px solid rgba(215, 168, 76, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(247, 252, 253, 0.9)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(18, 54, 91, 0.05);
}

.tip-card[open] {
  border-color: rgba(215, 168, 76, 0.42);
  box-shadow:
    0 14px 30px rgba(18, 54, 91, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.tip-card summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 13px 48px 13px 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.tip-card summary::-webkit-details-marker {
  display: none;
}

.tip-card summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(215, 168, 76, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
  transform: translateY(-50%);
  background: rgba(255, 251, 242, 0.86);
}

.tip-card[open] summary::after {
  content: "-";
}

.tip-card summary span {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.tip-card summary small {
  color: #6f819a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.tip-card p {
  margin: 0;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding: 13px 16px 0;
  color: #425a78;
  font-size: 14px;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.48;
  text-transform: none;
}

.tip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px 15px;
}

.tip-actions a,
.tip-actions button {
  min-height: 34px;
  padding: 8px 12px;
  font-size: 12px;
}

.tip-actions a {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 10px 20px rgba(232, 76, 66, 0.13);
}

.next-step-row {
  display: flex;
  flex-wrap: wrap;
  align-self: end;
  gap: 9px;
  margin-top: 22px;
}

.next-step-row a,
.next-step-row button {
  margin-top: 0;
}

.next-step-row a {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 12px 22px rgba(232, 76, 66, 0.16);
}

.real-question-card {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 108, 94, 0.12), transparent 32%),
    rgba(255, 253, 248, 0.9);
}

.real-question-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.real-question-strip article {
  min-height: 160px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 90% 8%, rgba(127, 200, 232, 0.11), transparent 34%),
    rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.real-question-strip p {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.real-question-strip h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.1;
}

.real-question-strip span {
  color: #526782;
  line-height: 1.4;
}

.helpdesk-rules-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 18px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: clamp(20px, 2.8vw, 28px);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 108, 94, 0.08), transparent 30%),
    rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 42px rgba(47, 63, 94, 0.06);
}

.helpdesk-rules-panel h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.05;
}

.helpdesk-rules-panel div > span {
  color: #526782;
  line-height: 1.45;
}

.helpdesk-rules-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helpdesk-rules-panel li {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 12px;
  align-items: start;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding-top: 10px;
}

.helpdesk-rules-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.helpdesk-rules-panel strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.helpdesk-rules-panel li span {
  color: #526782;
  font-size: 14px;
  line-height: 1.42;
}

.community-board {
  display: grid;
  gap: 16px;
}

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

.service-path-grid article {
  display: grid;
  gap: 10px;
  min-height: 278px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 108, 94, 0.08), transparent 32%),
    rgba(255, 253, 248, 0.88);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.service-path-grid p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-path-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.08;
}

.service-path-grid span {
  display: block;
  color: #526782;
  line-height: 1.45;
}

.service-path-grid small {
  display: block;
  align-self: end;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding-top: 9px;
  color: #6f819a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.service-path-grid a {
  align-self: end;
  width: max-content;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--coral), #ff8870);
  box-shadow: 0 12px 22px rgba(232, 76, 66, 0.15);
}

.service-link-pending {
  cursor: pointer;
  color: #6f819a;
  border-color: rgba(12, 42, 82, 0.12);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: none;
}

.service-card.service-link-pending::after {
  content: "Ask first";
}

.service-candidate-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  margin-top: 18px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 8% 12%, rgba(127, 200, 232, 0.12), transparent 32%),
    rgba(255, 253, 248, 0.84);
}

.service-candidate-panel h3 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.1;
}

.service-candidate-panel span {
  color: #526782;
  line-height: 1.45;
}

.service-candidate-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-candidate-panel li {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(12, 42, 82, 0.08);
  padding-bottom: 10px;
}

.service-candidate-panel li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-candidate-panel strong {
  color: var(--ink);
}

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

.service-rules-grid article {
  display: grid;
  gap: 10px;
  min-height: 190px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.12), transparent 34%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 36px rgba(47, 63, 94, 0.055);
}

.service-path-note {
  margin: 18px 0 0;
  border-left: 3px solid rgba(127, 200, 232, 0.5);
  padding-left: 14px;
  color: #31476b;
  font-weight: 760;
  line-height: 1.45;
}

.affiliate-note {
  max-width: 860px;
  margin: 10px 0 0;
  border-left: 3px solid rgba(215, 168, 76, 0.4);
  padding-left: 12px;
  color: #6f819a;
  font-size: 12px;
  line-height: 1.5;
}

.community-board article {
  padding: 20px;
}

.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -6px 0 24px;
}

.community-actions button {
  min-height: 38px;
  border: 1px solid rgba(12, 42, 82, 0.15);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 248, 0.86);
}

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

.community-pulse article {
  display: grid;
  gap: 14px;
  min-height: 286px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.74)),
    radial-gradient(circle at 92% 10%, rgba(127, 200, 232, 0.14), transparent 34%);
  box-shadow: 0 18px 42px rgba(47, 63, 94, 0.06);
}

.community-pulse p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.community-pulse h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.08;
}

.community-pulse ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.community-pulse li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: start;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding-top: 10px;
}

.community-pulse li:first-child {
  border-top: 0;
  padding-top: 0;
}

.community-pulse li strong {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(127, 200, 232, 0.34);
  border-radius: 999px;
  padding: 3px 8px;
  color: #2f75a7;
  font-size: 11px;
  font-weight: 900;
  background: rgba(247, 252, 253, 0.78);
}

.community-pulse li span {
  color: #526782;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
}

.community-pulse button,
.message-seed-list button {
  align-self: end;
  width: max-content;
  max-width: 100%;
  min-height: 36px;
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.free-events-section {
  position: relative;
  margin: 0 0 24px;
  border: 1px solid rgba(127, 200, 232, 0.26);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(127, 200, 232, 0.16), transparent 32%),
    radial-gradient(circle at 90% 6%, rgba(255, 108, 94, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(248, 253, 253, 0.8));
  box-shadow: 0 22px 54px rgba(47, 63, 94, 0.07);
}

.free-events-heading {
  position: relative;
  z-index: 1;
  max-width: 830px;
  margin-bottom: 18px;
}

.free-events-heading h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.free-events-heading span,
.free-events-note {
  display: block;
  color: #526782;
  line-height: 1.46;
}

.free-events-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.free-events-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 214px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 34px rgba(47, 63, 94, 0.06);
}

.free-events-grid p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.free-events-grid h4 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 500;
  line-height: 1.08;
}

.free-events-grid span {
  color: #526782;
  font-size: 13px;
  font-weight: 690;
  line-height: 1.42;
}

.free-events-grid button {
  align-self: end;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(12, 42, 82, 0.15);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  background: rgba(255, 253, 248, 0.9);
}

.free-events-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  border-left: 3px solid rgba(215, 168, 76, 0.42);
  padding-left: 12px;
  font-size: 12px;
}

.curated-event-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin-top: 22px;
  border-top: 1px solid rgba(12, 42, 82, 0.1);
  padding-top: 22px;
}

.tag-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  border: 1px solid rgba(12, 42, 82, 0.12);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.48);
}

.tag-fieldset legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.tag-fieldset label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  color: #31476b;
  font-size: 13px;
  font-weight: 750;
}

.tag-fieldset input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.passport-form {
  background:
    radial-gradient(circle at 88% 0%, rgba(127, 200, 232, 0.14), transparent 35%),
    rgba(255, 253, 248, 0.92);
}

.message-board-section {
  margin-top: 24px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 108, 94, 0.08), transparent 30%),
    radial-gradient(circle at 94% 10%, rgba(127, 200, 232, 0.14), transparent 34%),
    rgba(255, 253, 248, 0.78);
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.07);
}

.message-board-copy {
  display: grid;
  gap: 8px;
  max-width: 780px;
  margin-bottom: 18px;
}

.message-board-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.04;
}

.message-board-copy span {
  display: block;
  color: #526782;
  font-size: 16px;
  line-height: 1.48;
}

.message-board-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.message-board-form {
  background:
    radial-gradient(circle at 90% 0%, rgba(127, 200, 232, 0.12), transparent 36%),
    rgba(255, 253, 248, 0.92);
}

.message-seed-list {
  display: grid;
  gap: 12px;
}

.message-seed-list article {
  position: relative;
  border: 1px solid rgba(12, 42, 82, 0.1);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 30px rgba(47, 63, 94, 0.05);
}

.board-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 24px;
  margin-bottom: 9px;
  border: 1px solid rgba(127, 200, 232, 0.32);
  border-radius: 999px;
  padding: 3px 9px;
  color: #2f75a7;
  font-size: 11px;
  font-weight: 900;
  background: rgba(247, 252, 253, 0.82);
}

.board-status.answered {
  border-color: rgba(215, 168, 76, 0.38);
  color: #a87923;
  background: rgba(255, 251, 242, 0.88);
}

.message-seed-list p {
  margin: 0 0 7px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.message-seed-list h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
}

.message-seed-list span {
  display: block;
  color: #526782;
  line-height: 1.42;
}

.message-seed-list button {
  margin-top: 14px;
}

.board-rules {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.56);
}

.board-rules strong {
  color: var(--ink);
  font-weight: 900;
}

.board-rules span {
  color: #526782;
  line-height: 1.42;
}

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

.board-flow-grid article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(127, 200, 232, 0.22);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.board-flow-grid span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--coral), #ff8870);
}

.board-flow-grid strong {
  color: var(--ink);
  font-weight: 900;
}

.board-flow-grid small {
  color: #526782;
  font-size: 13px;
  line-height: 1.4;
}

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

.community-focus-grid article {
  min-height: 184px;
  border: 1px solid rgba(127, 200, 232, 0.24);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(127, 200, 232, 0.16), transparent 34%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 40px rgba(47, 63, 94, 0.06);
}

.community-focus-grid p {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.community-focus-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.community-focus-grid span {
  display: block;
  color: #526782;
  line-height: 1.42;
}

.support-credit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.credit-bridge-panel {
  grid-template-columns: minmax(260px, 0.64fr) minmax(0, 1fr);
  margin-top: 18px;
}

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

.credit-wall-list article {
  min-height: 174px;
}

.credit-wall-list strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.26;
}

.youtube-hub-panel {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
}

.youtube-feature {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(215, 168, 76, 0.24);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 108, 94, 0.1), transparent 34%),
    rgba(255, 253, 248, 0.84);
}

.youtube-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.support-credit-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 226px;
  padding: 24px;
}

.support-credit-grid strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.support-credit-grid button {
  align-self: end;
  width: max-content;
  border: 1px solid rgba(12, 42, 82, 0.15);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

.support-loop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.support-loop article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(247, 252, 253, 0.78)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(47, 63, 94, 0.06);
}

.support-loop article > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), #efc777);
}

.support-loop strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.support-loop small {
  color: #526782;
  font-size: 13px;
  line-height: 1.4;
}

.support-credit-explainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 18px;
}

.support-credit-explainer article {
  display: grid;
  gap: 10px;
  min-height: 204px;
  border: 1px solid rgba(215, 168, 76, 0.22);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 108, 94, 0.08), transparent 32%),
    rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 36px rgba(47, 63, 94, 0.055);
}

.support-credit-explainer p {
  margin: 0;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-credit-explainer h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.support-credit-explainer span {
  color: #526782;
  line-height: 1.42;
}

.support-action-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.support-action-form {
  margin-top: 0;
}

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

.support-impact-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  border: 1px solid rgba(215, 168, 76, 0.26);
  border-radius: 14px;
  padding: clamp(20px, 2.4vw, 28px);
  background:
    radial-gradient(circle at 90% 4%, rgba(127, 200, 232, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 251, 242, 0.78));
  box-shadow: 0 20px 48px rgba(47, 63, 94, 0.07);
}

.support-impact-panel h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.08;
}

.support-impact-panel ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-impact-panel li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  align-items: start;
  border-top: 1px solid rgba(12, 42, 82, 0.08);
  padding-top: 10px;
}

.support-impact-panel li:first-child {
  border-top: 0;
  padding-top: 0;
}

.support-impact-panel strong {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(215, 168, 76, 0.35);
  border-radius: 999px;
  padding: 4px 9px;
  color: #a87923;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 251, 242, 0.9);
}

.support-impact-panel span {
  color: #526782;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.38;
}

.support-impact-panel button {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  border: 1px solid rgba(12, 42, 82, 0.16);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 248, 0.88);
}

@media (max-width: 760px) {
  .site-shell {
    padding: 0;
  }

  .hero-stage {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-art {
    height: 520px;
    object-position: 58% top;
  }

  .site-header {
    grid-template-columns: 1fr;
    margin: 0;
    border-radius: 0;
    padding: 14px 16px;
  }

  .brand strong {
    font-size: 28px;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .main-nav button {
    min-width: 94px;
    font-size: 12px;
  }

  .header-actions {
    justify-content: flex-start;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 28px 18px 18px;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 17vw, 82px);
  }

  .support-card {
    min-height: auto;
  }

  .gateway-grid,
  .live-signal-strip,
  .trust-strip,
  .service-strip,
  .journey-strip {
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
  }

  .gateway-grid {
    padding: 0 14px 16px;
  }

  .service-strip {
    padding: 16px;
  }

  .journey-strip {
    padding: 16px;
  }

  .journey-strip ol {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-left: 0;
    border-top: 1px solid rgba(12, 42, 82, 0.1);
    padding: 14px 0 0;
  }

  .trust-strip div:first-child {
    border-top: 0;
    padding-top: 0;
  }

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

  .service-candidate-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .approved-screen {
    padding: 0;
  }

  .approved-frame {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .approved-home {
    width: 220vw;
    max-width: none;
    transform: translateX(-2%);
  }

  .below-note {
    display: grid;
    margin: 0;
    border-radius: 0;
    padding: 24px 18px;
  }

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

  .product-section {
    margin-top: 14px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 34px 18px;
  }

  .two-column,
  .ask-layout,
  .ask-triage-panel,
  .contact-check-panel,
  .loop-map-panel,
  .ask-status-panel,
  .status-rail,
  .dynamic-card-grid,
  .community-layout,
  .community-pulse,
  .free-events-grid,
  .event-card-grid,
  .problem-solver,
  .problem-solver-list,
  .decision-lab-header,
  .decision-path-grid,
  .helpdesk-grid,
  .helpdesk-workflow,
  .helpdesk-rules-panel,
  .helpdesk-guide-stack,
  .case-file-stack,
  .guide-detail-grid,
  .case-grid,
  .real-question-strip,
  .support-credit-grid,
  .credit-bridge-panel,
  .credit-wall-list,
  .support-loop,
  .support-credit-explainer,
  .support-action-layout,
  .youtube-hub-panel,
  .youtube-content-grid,
  .community-focus-grid,
  .service-path-grid,
  .service-rules-grid,
  .message-board-layout,
  .ask-ops-grid,
  .answer-promise-panel,
  .board-flow-grid,
  .ask-fit-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .tag-fieldset {
    grid-template-columns: 1fr;
  }

  .community-pulse li,
  .contact-check-panel li,
  .credit-bridge-panel li,
  .support-impact-panel li,
  .helpdesk-rules-panel li,
  .board-rules {
    grid-template-columns: 1fr;
  }

  .loop-map-panel article {
    border-right: 0;
    border-bottom: 1px solid rgba(12, 42, 82, 0.1);
    padding: 4px 0 14px;
  }

  .loop-map-panel article:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .ask-triage-actions {
    justify-content: flex-start;
  }

  .helpdesk-card,
  .support-credit-grid article {
    min-height: auto;
  }

  .live-signal-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(12, 42, 82, 0.1);
    padding-bottom: 14px;
  }

  .live-signal-strip article:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .problem-solver-list article {
    min-height: auto;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .main-nav,
  .header-actions {
    justify-content: flex-start;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .support-card {
    max-width: 520px;
  }

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

  .service-strip,
  .live-signal-strip,
  .trust-strip,
  .journey-strip,
  .status-rail,
  .support-loop,
  .support-credit-explainer,
  .support-action-layout,
  .community-pulse,
  .free-events-grid,
  .event-card-grid,
  .community-focus-grid,
  .service-path-grid,
  .service-rules-grid,
  .message-board-layout,
  .ask-ops-grid,
  .answer-promise-panel,
  .problem-solver-list,
  .decision-path-grid,
  .dynamic-card-grid,
  .credit-wall-list,
  .youtube-content-grid,
  .board-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .helpdesk-grid,
  .helpdesk-workflow,
  .helpdesk-guide-stack,
  .case-file-stack,
  .helpdesk-rules-panel,
  .support-credit-grid,
  .real-question-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-column,
  .ask-layout,
  .ask-triage-panel,
  .contact-check-panel,
  .credit-bridge-panel,
  .ask-status-panel,
  .youtube-hub-panel,
  .problem-solver,
  .decision-lab-header,
  .community-layout {
    grid-template-columns: 1fr;
  }

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

  .loop-map-panel article:nth-child(2) {
    border-right: 0;
  }

  .ask-triage-actions {
    justify-content: flex-start;
  }

  .support-action-layout {
    grid-template-columns: 1fr;
  }

  .ask-fit-grid {
    grid-template-columns: 1fr;
  }
}

body:not(.view-home) .hero-stage {
  min-height: auto;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 108, 94, 0.08), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(127, 200, 232, 0.12), transparent 32%),
    rgba(255, 253, 248, 0.78);
}

body:not(.view-home) .hero-art,
body:not(.view-home) .tech-layer,
body:not(.view-home) .hero-content,
body:not(.view-home) .gateway-grid,
body:not(.view-home) .trust-strip,
body:not(.view-home) .journey-strip {
  display: none;
}

body:not(.view-home) .site-header {
  margin-bottom: 22px;
}
