/**
 * Resilience Conference landing — scoped to .resilience-landing
 * Palette: deep navy, ember orange, parchment text (see variables).
 */

.resilience-landing {
  --res-bg-deep: #0d1117;
  --res-bg-panel: #111827;
  --res-bg-elevated: #182234;
  --res-ember: #d95a3f;
  --res-ember-hover: #c24a32;
  --res-ember-soft: rgba(217, 90, 63, 0.18);
  --res-parchment: #f7f3ee;
  --res-muted: #b6becb;
  --res-border: rgba(247, 243, 238, 0.12);
  --res-font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --res-font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --res-font-hero: "Bebas Neue", "Oswald", Impact, "Arial Narrow", sans-serif;
  --res-radius-lg: 1.25rem;
  --res-radius-xl: 1.75rem;
  --res-shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.45);
  background: var(--res-bg-deep);
  color: var(--res-parchment);
  font-family: var(--res-font-body);
  font-size: 1.05rem;
  line-height: 1.65;
}

.resilience-landing .container-xl {
  max-width: 1140px;
}

.resilience-landing a {
  color: var(--res-ember);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.resilience-landing a:hover {
  color: #e8785f;
}

.resilience-landing a:focus-visible {
  outline: 2px solid var(--res-ember);
  outline-offset: 3px;
}

.resilience-landing .res-accent {
  color: var(--res-ember);
}

/* ——— Hero ——— */
.res-hero {
  --res-hero-s1: clamp(0.65rem, 1.5vw, 1rem);
  --res-hero-s2: clamp(1rem, 2.2vw, 1.65rem);
  --res-hero-s3: clamp(1.35rem, 3vw, 2.35rem);
  --res-hero-s4: clamp(1.75rem, 4vw, 3rem);
  position: relative;
  min-height: 0;
  padding: clamp(5rem, 10vh, 6.25rem) 0 clamp(1.85rem, 5vh, 2.75rem);
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .res-hero {
    min-height: min(92vh, 920px);
    padding: clamp(7.25rem, 12vh, 9rem) 0 clamp(4.5rem, 9vh, 6.5rem);
    overflow: hidden;
  }

  .res-hero__row {
    min-height: min(72vh, 780px);
    align-items: center;
  }

  .res-hero__bg {
    background-position: center, 58% center;
  }
}

/* Mobile: photo band + title, then body copy below (see .res-hero__mobile-stack) */
@media (max-width: 991.98px) {
  .res-hero {
    padding-top: clamp(4.75rem, 10vh, 6rem);
    padding-bottom: clamp(2.25rem, 6vw, 3.25rem);
  }
}

.res-hero__inner {
  max-width: 38rem;
  padding-right: clamp(0.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(0.5rem, 2vw, 1.5rem);
}

@media (max-width: 991.98px) {
  .res-hero__inner {
    max-width: 26.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
    padding-top: clamp(2rem, 6vw, 3rem);
    padding-bottom: 0.5rem;
    text-align: center;
  }
}

.res-hero__bg {
  position: absolute;
  inset: 0;
  background-color: var(--res-bg-deep);
  background-image:
    radial-gradient(ellipse 70% 55% at 88% 42%, rgba(217, 90, 63, 0.2) 0%, transparent 50%),
    url("/img/events/resilience/steel-worker-wider.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
}

/* Full-width photo + centered conference line + RESILIENCE (mobile only; markup uses .d-lg-none) */
.res-hero__mobile-stack {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(0.25rem, 1.5vw, 0.5rem);
}

.res-hero__mobile-stack-bg {
  aspect-ratio: 16 / 9;
  min-height: 200px;
  max-height: min(46vh, 380px);
  width: 100%;
  background:
    linear-gradient(to top, rgba(10, 15, 24, 0.55) 0%, transparent 42%),
    url("/img/events/resilience/resilience_webheader.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

.res-hero__mobile-stack-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 1.75rem);
  text-align: center;
  pointer-events: none;
}

.res-hero__eyebrow--photo {
  font-family: var(--res-font-display);
  font-size: clamp(0.58rem, 2.6vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.92);
  margin: 0 0 clamp(0.35rem, 1.5vw, 0.65rem);
  line-height: 1.35;
  max-width: 22rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}

.res-hero__eyebrow--photo span {
  display: inline-block;
}

/* Bebas-style wordmark — no italics (mockup) */
.res-hero__title-display {
  margin: 0;
  padding: 0;
  font-family: var(--res-font-hero);
  font-weight: 400;
  font-size: clamp(3.75rem, 19vw, 6.75rem);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--res-parchment);
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 0 40px rgba(0, 0, 0, 0.45);
}

@media (min-width: 992px) {
  .res-hero__desktop-head .res-hero__title-display {
    font-size: clamp(4.25rem, 11vw, 6.5rem);
    letter-spacing: 0.07em;
    text-shadow: none;
  }

  .res-hero__desktop-head {
    margin-bottom: var(--res-hero-s2);
  }
}

.res-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.res-hero__content {
  position: relative;
  z-index: 2;
}

.res-hero__col {
  position: relative;
  z-index: 1;
}

.res-hero__eyebrow {
  font-family: var(--res-font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--res-muted);
  margin-bottom: var(--res-hero-s1);
}

.res-hero__eyebrow span {
  display: inline-block;
}

.res-hero__desktop-head .res-hero__eyebrow {
  font-size: clamp(0.62rem, 1.1vw, 0.76rem);
  letter-spacing: 0.3em;
  color: rgba(198, 206, 219, 0.95);
  margin-bottom: clamp(0.45rem, 1.2vw, 0.75rem);
}

.res-hero__headline {
  font-family: var(--res-font-display);
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 34rem;
  margin-bottom: var(--res-hero-s3);
}

@media (max-width: 991.98px) {
  .res-hero__headline {
    margin-left: auto;
    margin-right: auto;
  }
}

.res-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 2.25rem;
  margin-top: var(--res-hero-s1);
  margin-bottom: var(--res-hero-s4);
  font-family: var(--res-font-display);
  font-size: 0.92rem;
  font-weight: 600;
  padding: var(--res-hero-s2) 0 0;
  border-top: 1px solid rgba(247, 243, 238, 0.12);
}

@media (max-width: 991.98px) {
  .res-hero__meta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 22rem;
  }
}

.res-hero__meta > li {
  list-style: none;
}

.res-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--res-parchment);
}

@media (max-width: 991.98px) {
  .res-hero__meta-item {
    justify-content: center;
    text-align: left;
  }
}

.res-hero__meta-item i {
  color: var(--res-ember);
  font-size: 1.1rem;
  margin-top: 0;
}

.res-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  padding-top: clamp(1.75rem, 4.5vw, 3rem);
}

@media (max-width: 991.98px) {
  .res-hero__cta-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.35rem;
  }
}

.res-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.25rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .res-hero__actions {
    justify-content: center;
  }
}

.res-hero .res-btn {
  padding: 1.15rem 2rem;
  min-height: 3.25rem;
}

.res-hero__schedule-link {
  font-family: var(--res-font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 991.98px) {
  .res-hero__schedule-link {
    width: 100%;
    text-align: center;
  }
}

.res-hero__schedule-link a {
  color: var(--res-muted);
}

.res-hero__schedule-link a:hover {
  color: var(--res-parchment);
}

.res-post-hero {
  background: var(--res-bg-panel);
  border-bottom: 1px solid var(--res-border);
  padding: clamp(1.35rem, 3.5vw, 2.25rem) 0 clamp(1.25rem, 3vw, 2rem);
}

.res-post-hero__intro {
  max-width: 44rem;
  margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
  text-align: center;
  font-size: clamp(1.02rem, 1.35vw, 1.15rem);
  line-height: 1.72;
  letter-spacing: 0.01em;
  color: rgba(247, 243, 238, 0.9);
}

.res-post-hero__lang {
  margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  color: rgba(247, 243, 238, 0.88);
  line-height: 1.65;
  text-align: center;
}

.res-post-hero__lang-label {
  display: inline-block;
  margin-right: 0.35rem;
  font-family: var(--res-font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--res-ember);
}

.res-jump-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.35rem;
  margin-top: 0.35rem;
  font-family: var(--res-font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.res-jump-nav__label {
  color: var(--res-muted);
  margin-right: 0.35rem;
}

.res-jump-nav__sep {
  color: rgba(156, 163, 175, 0.45);
  margin: 0 0.15rem;
  user-select: none;
}

.resilience-landing .res-jump-nav a {
  color: rgba(247, 243, 238, 0.55);
  text-decoration: none;
}

.resilience-landing .res-jump-nav a:hover {
  color: var(--res-parchment);
}

.resilience-landing .res-external-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  font-size: 0.78em;
  line-height: 1;
  opacity: 0.92;
  vertical-align: middle;
}

.resilience-landing a.res-btn .res-external-mark {
  font-size: 0.72em;
  margin-left: 0.45rem;
}

.resilience-landing a.res-btn--primary .res-external-mark,
.resilience-landing a.res-btn--primary .res-external-mark i {
  color: #fff;
}

.resilience-landing a.res-btn--ghost .res-external-mark i {
  color: var(--res-parchment);
}

.res-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--res-font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1rem 1.75rem;
  border-radius: 0.35rem;
  border: 2px solid transparent;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.res-btn:focus-visible {
  outline: 2px solid var(--res-ember);
  outline-offset: 3px;
}

.res-btn--primary {
  background: var(--res-ember);
  color: #fff !important;
  border-color: var(--res-ember);
}

.res-btn--primary:hover {
  background: var(--res-ember-hover);
  border-color: var(--res-ember-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.res-btn--ghost {
  background: transparent;
  color: var(--res-parchment) !important;
  border-color: rgba(247, 243, 238, 0.35);
}

.res-btn--ghost:hover {
  border-color: var(--res-parchment);
  background: rgba(247, 243, 238, 0.06);
  color: var(--res-parchment) !important;
}

.res-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.res-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-family: var(--res-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--res-border);
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: blur(8px);
  color: var(--res-parchment);
}

.res-badge i {
  color: var(--res-ember);
  font-size: 0.85rem;
}

/* ——— Sections ——— */
.res-section {
  padding: clamp(4rem, 9vw, 7rem) 0;
  position: relative;
}

.res-section--alt {
  background: linear-gradient(180deg, var(--res-bg-deep) 0%, var(--res-bg-panel) 40%, var(--res-bg-deep) 100%);
}

.res-section--panel {
  background: var(--res-bg-panel);
}

.res-section__kicker {
  font-family: var(--res-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--res-ember);
  margin-bottom: 0.75rem;
}

.res-section__title {
  font-family: var(--res-font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  color: var(--res-parchment);
}

.res-section__lead {
  max-width: 42rem;
  color: rgba(247, 243, 238, 0.92);
  margin-bottom: 0;
  line-height: 1.7;
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
}

.res-section__center {
  text-align: center;
}

.res-section__center .res-section__lead {
  margin-left: auto;
  margin-right: auto;
}

/* Value cards */
.res-value-card {
  height: 100%;
  padding: clamp(2rem, 3.5vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem);
  border-radius: var(--res-radius-lg);
  border: 1px solid var(--res-border);
  background: linear-gradient(160deg, var(--res-bg-elevated) 0%, rgba(17, 24, 39, 0.6) 100%);
  box-shadow: var(--res-shadow-soft);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.res-value-card:hover {
  border-color: rgba(217, 90, 63, 0.35);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .res-value-card:hover {
    transform: none;
  }
}

.res-value-card__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--res-ember-soft);
  color: var(--res-ember);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.res-value-card h3 {
  font-family: var(--res-font-display);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  color: var(--res-parchment);
}

.res-value-card p {
  margin: 0;
  color: var(--res-muted);
  font-size: 0.98rem;
}

/* Split panel (hosted / Shane) */
.res-split {
  border-radius: var(--res-radius-xl);
  overflow: hidden;
  border: 1px solid var(--res-border);
  box-shadow: var(--res-shadow-soft);
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .res-split {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
}

.res-split__visual {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}

.res-split__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 17, 23, 0.85) 0%, rgba(13, 17, 23, 0.2) 45%, rgba(13, 17, 23, 0.35) 100%);
}

.res-split__visual-inner {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

.res-split__visual h3 {
  font-family: var(--res-font-display);
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}

.res-split__body {
  padding: clamp(2rem, 4vw, 3rem);
  background: var(--res-bg-elevated);
}

.res-split__body--light {
  background: #f0ebe4;
  color: #1f2937;
}

.res-split__body--light .res-section__title {
  color: #111827;
}

.res-split__body--light p {
  color: #4b5563;
}

.res-split__body--light .res-btn--ghost {
  color: #111827 !important;
  border-color: rgba(17, 24, 39, 0.35);
}

.res-split__body--light .res-btn--ghost:hover {
  background: rgba(17, 24, 39, 0.06);
}

.res-split__body--light .res-btn--ghost .res-external-mark i {
  color: #111827;
}

/* Shane feature */
.res-shane-feature {
  position: relative;
  border-radius: var(--res-radius-xl);
  overflow: hidden;
  border: 1px solid var(--res-border);
  min-height: 380px;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .res-shane-feature {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
}

.res-shane-feature__copy {
  padding: clamp(2.5rem, 6vw, 4.25rem) clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, #151c2a 0%, var(--res-bg-panel) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.res-shane-feature__media {
  position: relative;
  min-height: 260px;
  background-size: cover;
  background-position: center top;
}

.res-shane-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--res-bg-panel) 0%, transparent 35%),
    linear-gradient(0deg, rgba(13, 17, 23, 0.5) 0%, transparent 40%);
}

/* Speaker grid */
.res-speaker-group-title {
  font-family: var(--res-font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--res-ember);
  margin: 2.5rem 0 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--res-border);
}

.res-speaker-group-title:first-child {
  margin-top: 0;
}

.res-speaker-card {
  height: 100%;
  border-radius: var(--res-radius-lg);
  border: 1px solid var(--res-border);
  background: var(--res-bg-elevated);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.res-speaker-card:hover {
  border-color: rgba(217, 90, 63, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.res-speaker-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #0a0f18;
}

.res-speaker-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.res-speaker-card:hover .res-speaker-card__img img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .res-speaker-card:hover .res-speaker-card__img img {
    transform: none;
  }
}

.res-speaker-card__body {
  padding: 1.35rem 1.4rem 1.65rem;
}

.res-speaker-card__tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--res-muted);
  margin-bottom: 0.35rem;
}

.res-speaker-card__name {
  font-family: var(--res-font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--res-parchment) !important;
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.res-speaker-card__role {
  font-size: 0.9rem;
  color: rgba(198, 206, 219, 0.95) !important;
  margin: 0;
  line-height: 1.5;
}

/* Schedule */
.res-schedule-card {
  height: 100%;
  border-radius: var(--res-radius-lg);
  border: 1px solid var(--res-border);
  background: var(--res-bg-elevated);
  padding: 2.1rem 1.65rem;
}

.res-schedule-card__day {
  font-family: var(--res-font-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--res-ember);
  margin-bottom: 0.35rem;
}

.res-schedule-card__date {
  font-family: var(--res-font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: var(--res-parchment);
}

.res-schedule-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.res-schedule-card li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.55rem;
  color: rgba(198, 206, 219, 0.95);
  font-size: 0.95rem;
}

.res-schedule-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--res-ember);
}

/* Pricing */
.res-price-card {
  height: 100%;
  border-radius: var(--res-radius-lg);
  background: #f7f4ef;
  color: #1f2937;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.res-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .res-price-card:hover {
    transform: none;
  }
}

.res-price-card__label {
  font-family: var(--res-font-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.res-price-card__amount {
  font-family: var(--res-font-display);
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1;
  color: #111827;
  margin-bottom: 0.35rem;
}

.res-price-card__suffix {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
}

.res-price-card__note {
  font-size: 0.92rem;
  color: #6b7280;
  margin-top: auto;
  padding-top: 1rem;
}

.res-pricing-footnote {
  font-size: 0.85rem;
  color: var(--res-muted);
  margin-top: 1.5rem;
  text-align: center;
}

/* Final CTA */
.res-final-cta {
  text-align: center;
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--res-radius-xl);
  border: 1px solid rgba(217, 90, 63, 0.35);
  background:
    radial-gradient(ellipse 60% 80% at 50% 120%, rgba(217, 90, 63, 0.25) 0%, transparent 55%),
    linear-gradient(180deg, var(--res-bg-elevated) 0%, var(--res-bg-deep) 100%);
  margin-bottom: 2rem;
}

.res-final-cta .res-section__title {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.res-final-cta .res-section__lead {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* Reveal animation */
.res-reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: resReveal 0.7s ease forwards;
}

.res-reveal:nth-child(1) { animation-delay: 0.05s; }
.res-reveal:nth-child(2) { animation-delay: 0.1s; }
.res-reveal:nth-child(3) { animation-delay: 0.15s; }
.res-reveal:nth-child(4) { animation-delay: 0.2s; }

@keyframes resReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .res-reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
