/* readiness.css — Human Systems Readiness Report page
   Extends landing.css. Uses homepage visual language for continuity. */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PULL QUOTE — dark teal, large centered type, visual break
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-pull-quote {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 6vw, 96px);
  background: #155c59;
  color: var(--white);
  text-align: center;
}

.r-pull-quote blockquote {
  max-width: 960px;
  margin: 0 auto 28px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3.2vw, 2.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  quotes: none;
}

.r-pull-quote p {
  margin: 0 0 36px;
  color: rgba(255, 254, 249, 0.78);
  font-size: 1.05rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SHIFT SECTION — add visual breathing room around shift table
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-shift-section {
  background: var(--white);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   AI CAPACITY SECTION — charcoal dark, 2×2 relief grid
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-capacity-section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 96px);
  background: #101820;
  color: var(--white);
}

.r-capacity-section .section-kicker {
  color: #d87426;
}

.r-capacity-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: 56px;
}

.r-capacity-intro {
  max-width: none;
}

.r-capacity-intro h2 {
  margin-bottom: 24px;
}

.r-capacity-intro p {
  color: rgba(255, 254, 249, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 16px;
}

.r-capacity-image {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 254, 249, 0.08);
}

.r-capacity-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (max-width: 880px) {
  .r-capacity-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .r-capacity-image {
    max-width: 520px;
    margin: 0 auto;
  }
}

.r-relief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 254, 249, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.r-relief-grid article {
  padding: 32px 28px;
  background: rgba(255, 254, 249, 0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s ease;
}

.r-relief-grid article:hover {
  background: rgba(255, 254, 249, 0.08);
}

.r-relief-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
}

.r-relief-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 254, 249, 0.06);
  border: 1px solid rgba(216, 116, 38, 0.28);
}

.r-relief-icon svg {
  width: 36px;
  height: 36px;
}

.r-relief-word {
  font-size: 1.5rem;
  font-weight: 900;
  color: #d87426;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.r-relief-grid article h3 {
  margin: 0;
  color: var(--white);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.3;
}

.r-relief-grid article p {
  margin: 0;
  color: rgba(255, 254, 249, 0.68);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   GUIDE SECTION — mirrors homepage guide layout
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-guide-section {
  background: #f1ede3;
}

.r-guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.r-guide-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.r-guide-portrait {
  width: 220px;
  height: 270px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 26, 0.1);
  background: #ddd7ca;
  box-shadow: 0 18px 45px rgba(17, 23, 26, 0.14);
}

.r-guide-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.r-guide-credentials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.r-guide-credentials img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  opacity: 0.88;
}

.r-guide-copy h2 {
  margin-bottom: 20px;
}

.r-guide-copy p {
  color: #354249;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* ── Proof points grid ────────────────────────────────────────── */

.r-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  border: 1px solid #d8d2c4;
  border-radius: 8px;
  overflow: hidden;
  background: #d8d2c4;
}

.r-proof-grid article {
  padding: 20px;
  background: var(--white);
}

.r-proof-grid strong {
  display: block;
  color: #155c59;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1;
}

.r-proof-grid span {
  display: block;
  margin-top: 8px;
  color: #354249;
  font-size: 0.88rem;
  line-height: 1.35;
}

/* ── Logo strip ───────────────────────────────────────────────── */

.r-logo-strip {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #d8d2c4;
}

.r-logo-strip > span {
  display: block;
  color: #d87426;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.r-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 32px;
}

.r-logos img {
  width: 100px;
  height: 52px;
  object-fit: contain;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.r-logos img:hover {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   OFFER SECTION — single grid, rows auto-equal across both columns
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-offer-section {
  background: var(--white);
}

.r-items-headers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 clamp(24px, 4vw, 48px);
  margin-bottom: 28px;
}

.r-items-headers h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  margin-top: 8px;
}

/* One grid — items alternate left/right, rows are auto-equal */
.r-offer-section .section-kicker {
  margin-bottom: 48px;
}

.r-items-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 clamp(24px, 4vw, 48px);
  margin-top: 48px;
}

.r-item {
  display: flex;
  align-items: stretch;
  border-left: 1px solid #c8c2b4;
  border-right: 1px solid #c8c2b4;
  border-bottom: 1px solid #c8c2b4;
}

.r-col-header {
  padding: 10px 0 14px;
  font-size: 1.36rem;
  font-weight: 900;
  color: #d87426;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* Top border + radius on first item row (items 3 & 4, after 2 col headers) */
.r-items-grid .r-item:nth-child(3),
.r-items-grid .r-item:nth-child(4) {
  border-top: 1px solid #c8c2b4;
}
.r-items-grid .r-item:nth-child(3) { border-radius: 10px 10px 0 0; overflow: hidden; }
.r-items-grid .r-item:nth-child(4) { border-radius: 10px 10px 0 0; overflow: hidden; }

/* Bottom radius on last row */
.r-items-grid .r-item:nth-last-child(1) { border-radius: 0 0 10px 10px; overflow: hidden; }
.r-items-grid .r-item:nth-last-child(2) { border-radius: 0 0 10px 10px; overflow: hidden; }

.r-item-deliverable { background: #fffcf5; }
.r-item-bonus       { background: var(--white); }
.r-item-deliverable .r-item-label {
  background: #d87426;
  color: #ffffff;
}

/* Dark label column — identical on both sides */
.r-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-width: 72px;
  flex-shrink: 0;
  align-self: stretch;
  background: #101820;
  color: #d87426;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.r-item-content {
  padding: 14px 18px;
  flex: 1;
}

.r-item-content strong {
  display: block;
  color: #11171a;
  font-size: 1rem;
  font-weight: 750;
  margin-bottom: 4px;
}

.r-item-content span {
  display: block;
  color: #354249;
  font-size: 0.93rem;
  line-height: 1.55;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   CLIENT TESTIMONIALS — offer page
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-testimonials-section {
  background: var(--white);
}

.r-testimonials-layout {
  max-width: 1100px;
  margin: 0 auto;
}

.r-testimonials-section h2 {
  margin: 8px 0 36px;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  color: var(--ink);
}

.r-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.r-testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 26px 26px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  border-radius: 10px;
}

.r-testimonial-featured {
  background: var(--charcoal);
  color: var(--white);
  border-color: var(--charcoal);
  border-left-color: var(--amber);
}

.r-testimonial-quote {
  flex: 1;
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
}

.r-testimonial-featured .r-testimonial-quote {
  color: rgba(255, 254, 249, 0.92);
}

.r-testimonial-source {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.88rem;
  line-height: 1.3;
}

.r-testimonial-source strong {
  color: var(--ink);
  font-weight: 700;
  font-style: normal;
}

.r-testimonial-featured .r-testimonial-source strong {
  color: var(--white);
}

.r-testimonial-source span {
  color: var(--ink-soft);
}

.r-testimonial-featured .r-testimonial-source span {
  color: rgba(255, 254, 249, 0.7);
}

@media (max-width: 960px) {
  .r-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SELF-QUALIFY — "This is for you if..." checklist
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-qualify-section {
  background: var(--paper);
}

.r-qualify-layout {
  max-width: 980px;
  margin: 0 auto;
}

.r-qualify-section h2 {
  margin: 8px 0 36px;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  color: var(--ink);
  max-width: 720px;
}

.r-qualify-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r-qualify-list li {
  display: flex;
  gap: 18px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.r-qualify-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #d87426;
  color: var(--white);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.r-qualify-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.r-qualify-list span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}

@media (max-width: 880px) {
  .r-qualify-list {
    grid-template-columns: 1fr;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ROI ANCHOR — cost-of-inaction frame placed before pricing
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-roi-anchor {
  background: #fffcf5;
  border-top: 1px solid #e8dcc1;
  border-bottom: 1px solid #e8dcc1;
}

.r-roi-layout {
  max-width: 1100px;
  margin: 0 auto;
}

.r-roi-anchor h2 {
  margin: 8px 0 36px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
  color: var(--ink);
  max-width: 760px;
}

.r-roi-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.r-roi-stats article {
  padding: 22px 20px;
  background: var(--white);
  border: 1px solid #e8dcc1;
  border-left: 4px solid var(--amber);
  border-radius: 8px;
}

.r-roi-stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--amber);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.r-roi-stats span {
  display: block;
  color: var(--ink);
  font-size: 0.93rem;
  line-height: 1.4;
}

.r-roi-footnote {
  max-width: 760px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

@media (max-width: 880px) {
  .r-roi-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .r-roi-stats {
    grid-template-columns: 1fr;
  }

  /* Comparison grid: collapse to single column so text doesn't clip */
  .r-items-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* Tighten proof logos so they don't feel cramped at 170px each */
  .r-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  /* Tap targets for footer links */
  .r-footer .footer-col ul a,
  .r-footer .footer-bottom a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .r-footer .footer-col ul {
    gap: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PRICING — featured card with strong visual hierarchy
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-pricing-section {
  background: #f1ede3;
}

.r-pricing-note {
  margin: 8px 0 0;
  color: #354249;
  font-size: 0.95rem;
  font-weight: 750;
}

.r-featured-card {
  background: #101820 !important;
  border-color: #d87426 !important;
  color: var(--white);
  position: relative;
  box-shadow: 0 24px 56px rgba(16, 24, 32, 0.38) !important;
  transform: translateY(-8px);
}

.r-featured-card span {
  color: #ffc978 !important;
}

.r-featured-card h3 {
  color: #f0b35b !important;
}

.r-featured-card .best-for {
  color: rgba(255, 254, 249, 0.72) !important;
}

.r-featured-card li {
  color: rgba(255, 254, 249, 0.82) !important;
}

.r-featured-card li::before {
  background: #d87426 !important;
}

.r-featured-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #d87426;
  color: #fffef9;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.r-featured-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 8px;
  background: #d87426;
  color: #11171a;
  font-weight: 850;
  text-decoration: none;
  align-self: end;
  margin-top: auto;
  transition: background 0.2s ease;
}

.r-featured-cta:hover {
  background: #ffc978;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ROI CALLOUT — dark, split layout
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-roi-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 96px);
  background: #17272f;
  color: var(--white);
}

.r-roi-section .section-kicker {
  color: #d87426;
}

.r-roi-section h2 {
  color: var(--white);
}

.r-roi-right p {
  color: rgba(255, 254, 249, 0.82);
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* ── Guide credential logos ───────────────────────────────────── */

.r-guide-credentials img {
  display: block;
  width: 130px;
  height: 100px;
  object-fit: contain;
  opacity: 0.9;
}

.r-guide-credentials .credential-logo-ufred {
  width: 150px;
  height: 118px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   CLARITY GUARANTEE — standalone risk-reversal section
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-guarantee-section {
  background: var(--charcoal);
  color: var(--white);
}

.r-guarantee-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(28px, 5vw, 64px);
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.r-guarantee-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-width: 280px;
  margin: 0 auto;
  padding: 24px;
  background: radial-gradient(circle at center, #d87426 0%, #b35f1c 100%);
  border: 6px solid rgba(255, 254, 249, 0.18);
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  box-shadow: 0 20px 60px rgba(216, 116, 38, 0.35);
}

.r-guarantee-badge span {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.2;
}

.r-guarantee-badge strong {
  margin: 4px 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}

.r-guarantee-copy .section-kicker {
  color: #f0b35b;
}

.r-guarantee-copy h2 {
  margin: 8px 0 20px;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  color: var(--white);
}

.r-guarantee-copy > p {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 254, 249, 0.85);
}

.r-guarantee-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.r-guarantee-points li {
  padding: 14px 18px;
  background: rgba(255, 254, 249, 0.06);
  border-left: 3px solid var(--amber);
  border-radius: 6px;
  font-size: 0.97rem;
  line-height: 1.5;
  color: rgba(255, 254, 249, 0.88);
}

.r-guarantee-points strong {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-weight: 700;
}

@media (max-width: 880px) {
  .r-guarantee-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .r-guarantee-badge {
    max-width: 220px;
  }

  .r-guarantee-points {
    text-align: left;
  }
}

/* ── FAQ — 10 questions, 1-col for readability ───────────────── */

.r-faq-grid {
  align-items: start;
}

.r-faq-grid details {
  border: 1px solid #d8d2c4;
  border-radius: 8px;
  background: var(--white);
}

.r-faq-grid details[open] {
  background: #f9f8f2;
}

.r-faq-grid summary {
  font-size: 1.02rem;
  padding: 20px 24px;
  line-height: 1.4;
}

.r-faq-grid p {
  padding: 0 24px 20px;
  font-size: 0.97rem;
  line-height: 1.65;
  color: #354249;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER — 3-column, matches homepage
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.r-footer {
  display: block !important;
  padding: 32px clamp(20px, 6vw, 96px) 24px !important;
  font-size: 0.85rem;
}

.r-footer a {
  color: rgba(255, 254, 249, 0.72) !important;
  text-decoration: none;
}

.r-footer a:hover {
  color: var(--white) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.r-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 32px;
  margin-bottom: 24px;
}

.r-footer .footer-col h4 {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.r-footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.r-footer .footer-col address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.r-footer .footer-bottom {
  border-top: 1px solid rgba(255, 254, 249, 0.12);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.r-footer .footer-bottom p {
  margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 1050px) {
  .r-relief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r-guide-layout {
    grid-template-columns: 1fr;
  }

  .r-guide-visual {
    position: static;
    flex-direction: row;
    align-items: flex-start;
  }

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

  .r-offer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .r-relief-grid {
    grid-template-columns: 1fr;
  }

  .r-guide-visual {
    flex-direction: column;
    align-items: center;
  }

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

  .r-featured-card {
    transform: none;
  }

  .r-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .r-pull-quote blockquote {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }
}

@media (max-width: 430px) {
  .r-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .r-relief-word {
    font-size: 1.2rem;
  }

  .r-deliverable-list li::before {
    width: 40px;
    font-size: 0.7rem;
  }
}
