/* ATOM Couples Retreat — dark theme, ATOM gold + wine (mirrors retreat.muyiwaareo.com's flow) */
:root {
  --rt-bg: #141013;          /* near-black, warm */
  --rt-bg2: #1c161b;         /* alternate sections */
  --rt-card: #241b22;        /* cards */
  --rt-card2: #2c222a;
  --rt-line: rgba(255,255,255,0.10);
  --rt-ink: #f5efe7;         /* warm off-white */
  --rt-muted: #b4a596;       /* secondary text */
  --rt-gold: #d7b054;
  --rt-gold-soft: #ecd49a;
  --rt-wine: #6d1a2e;
  --rt-wine-deep: #4f1120;
  --rt-serif: 'Merriweather', Georgia, serif;
  --rt-sans: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --rt-shadow: 0 18px 50px rgba(0,0,0,0.45);
  --rt-maxw: 1160px;
}
* { box-sizing: border-box; }
.rt { margin: 0; font-family: var(--rt-sans); color: var(--rt-ink); background: var(--rt-bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
.rt img { max-width: 100%; display: block; }
.rt a { color: inherit; text-decoration: none; }
.rt-wrap { width: 100%; max-width: var(--rt-maxw); margin: 0 auto; padding: 0 22px; }
.rt h1, .rt h2, .rt h3 { font-family: var(--rt-serif); line-height: 1.14; margin: 0; }

/* Buttons */
.rt-btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; border: 1px solid transparent; transition: transform .12s ease, background .12s ease, color .12s ease; }
.rt-btn.sm { padding: 10px 20px; font-size: 14px; }
.rt-btn.full { width: 100%; justify-content: center; }
.rt-btn--gold { background: var(--rt-gold); color: #2a1e07; }
.rt-btn--gold:hover { background: var(--rt-gold-soft); transform: translateY(-1px); }
.rt-btn--ghost { background: transparent; color: var(--rt-gold-soft); border-color: rgba(215,176,84,.5); }
.rt-btn--ghost:hover { background: rgba(215,176,84,.12); }

/* Nav */
.rt-nav { position: sticky; top: 0; z-index: 50; background: rgba(20,16,19,.82); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rt-line); }
.rt-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.rt-brand { display: flex; flex-direction: column; line-height: 1; }
.rt-brand__k { font-family: var(--rt-serif); font-weight: 900; font-size: 18px; color: var(--rt-ink); }
.rt-brand__by { font-size: 11px; letter-spacing: .2em; color: var(--rt-gold); font-weight: 700; margin-top: 3px; }
.rt-nav__links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 14.5px; color: var(--rt-muted); text-transform: uppercase; letter-spacing: .04em; }
.rt-nav__links a:not(.rt-btn):hover { color: var(--rt-gold-soft); }

/* Hero */
.rt-hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end; overflow: hidden; }
.rt-hero__media { position: absolute; inset: 0; }
.rt-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.rt-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,19,.55) 0%, rgba(20,16,19,.35) 35%, rgba(20,16,19,.96) 100%); }
.rt-hero__inner { position: relative; z-index: 2; padding: 80px 22px 70px; max-width: 920px; }
.rt-eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: 12.5px; font-weight: 700; color: var(--rt-gold); margin: 0 0 16px; }
.rt-hero h1 { font-size: clamp(46px, 8.5vw, 100px); font-weight: 900; letter-spacing: -.02em; }
.rt-hero h1 span { display: block; color: var(--rt-gold); font-size: .46em; letter-spacing: .05em; margin-top: 4px; }
.rt-hero__theme { font-size: clamp(17px, 2.4vw, 22px); max-width: 640px; margin: 18px 0 22px; color: rgba(245,239,231,.9); }
.rt-hero__facts { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-weight: 600; color: var(--rt-ink); }
.rt-hero__facts li { display: inline-flex; align-items: center; gap: 8px; }
.rt-hero__facts i { color: var(--rt-gold); }

/* Sections */
.rt-section { padding: 88px 0; }
.rt-section--alt { background: var(--rt-bg2); }
.rt-section--wine { background: linear-gradient(135deg, var(--rt-wine) 0%, var(--rt-wine-deep) 100%); }
.rt-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.rt-head.left { text-align: left; margin-left: 0; }
.rt-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 12.5px; font-weight: 700; color: var(--rt-gold); margin: 0 0 12px; }
.rt-head h2 { font-size: clamp(30px, 4.2vw, 44px); }
.rt-sub { color: var(--rt-muted); margin: 14px auto 0; }
.rt-head.left .rt-sub { margin-left: 0; }

/* About: 1 big image + 2 small + copy */
.rt-about { display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: stretch; }
.rt-about__big { border-radius: 18px; overflow: hidden; box-shadow: var(--rt-shadow); }
.rt-about__big img { width: 100%; height: 100%; object-fit: cover; }
.rt-about__col { display: flex; flex-direction: column; gap: 18px; }
.rt-about__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rt-about__row img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 14px; }
.rt-about__p { color: var(--rt-muted); margin: 0; }
.rt-about__p p { margin: 0 0 12px; }

/* Speakers / hosts: image cards with name overlaid on gradient */
.rt-hosts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.rt-host { position: relative; border-radius: 18px; overflow: hidden; min-height: 440px; box-shadow: var(--rt-shadow); }
.rt-host img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.rt-host__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,19,0) 40%, rgba(20,16,19,.92) 100%); }
.rt-host__meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; z-index: 2; }
.rt-host__meta strong { font-family: var(--rt-serif); font-size: 23px; display: block; }
.rt-host__meta span { color: var(--rt-gold-soft); font-weight: 600; font-size: 13.5px; }
.rt-host__meta p { color: rgba(245,239,231,.85); font-size: 14px; margin: 10px 0 0; }

/* Pillars */
.rt-glance__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.rt-glance__top .rt-head { text-align: left; margin: 0; }
.rt-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rt-pillar { background: var(--rt-card); border: 1px solid var(--rt-line); border-radius: 16px; padding: 28px 22px; }
.rt-pillar__icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: rgba(215,176,84,.14); color: var(--rt-gold); font-size: 22px; margin-bottom: 16px; }
.rt-pillar h3 { font-size: 20px; margin-bottom: 8px; }
.rt-pillar p { color: var(--rt-muted); font-size: 14.5px; margin: 0; }

/* Impact */
.rt-impact { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.rt-impact__img { border-radius: 18px; overflow: hidden; box-shadow: var(--rt-shadow); }
.rt-impact__img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.rt-impact__data { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.rt-datum strong { font-family: var(--rt-serif); font-size: clamp(34px, 5vw, 52px); color: var(--rt-gold); display: block; line-height: 1; }
.rt-datum span { color: var(--rt-muted); font-size: 14.5px; display: block; margin-top: 8px; }

/* Timeline */
.rt-timeline { list-style: none; margin: 0 auto; padding: 0; max-width: 780px; }
.rt-tl { display: grid; grid-template-columns: 200px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--rt-line); }
.rt-tl:last-child { border-bottom: 0; }
.rt-tl__when { font-weight: 700; color: var(--rt-gold); }
.rt-tl__body strong { display: block; font-size: 17px; margin-bottom: 4px; }
.rt-tl__body p { margin: 0; color: var(--rt-muted); font-size: 14.5px; }
.rt-note { text-align: center; color: var(--rt-muted); font-size: 13.5px; margin-top: 28px; }

/* Testimonials */
.rt-testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rt-testi { background: var(--rt-card); border: 1px solid var(--rt-line); border-radius: 16px; padding: 28px; margin: 0; }
.rt-testi i { color: var(--rt-gold); font-size: 20px; }
.rt-testi blockquote { margin: 14px 0 18px; font-size: 15.5px; line-height: 1.72; color: var(--rt-ink); }
.rt-testi figcaption { display: flex; align-items: center; gap: 12px; }
.rt-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--rt-wine); color: var(--rt-gold-soft); display: grid; place-items: center; font-weight: 700; font-family: var(--rt-serif); }
.rt-testi figcaption strong { display: block; }
.rt-testi figcaption span { font-size: 13px; color: var(--rt-muted); }

/* FAQ */
.rt-faqwrap { max-width: 820px; }
.rt-faq { border: 1px solid var(--rt-line); border-radius: 12px; background: var(--rt-card); margin-bottom: 12px; overflow: hidden; }
.rt-faq summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rt-faq summary::-webkit-details-marker { display: none; }
.rt-faq summary i { color: var(--rt-gold); transition: transform .18s ease; }
.rt-faq[open] summary i { transform: rotate(180deg); }
.rt-faq__a { padding: 0 20px 18px; color: var(--rt-muted); }

/* CTA band */
.rt-cta { text-align: center; }
.rt-cta h2 { font-size: clamp(28px, 4.4vw, 44px); max-width: 640px; margin: 0 auto 22px; }
.rt-cta__contact { color: rgba(245,239,231,.85); margin-top: 18px; font-weight: 600; }

/* Packages */
.rt-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.rt-pkg { background: var(--rt-card); border: 1px solid var(--rt-line); border-radius: 18px; padding: 32px 26px; position: relative; }
.rt-pkg.is-featured { border-color: var(--rt-gold); box-shadow: var(--rt-shadow); background: var(--rt-card2); }
.rt-pkg__tag { position: absolute; top: -12px; left: 26px; background: var(--rt-gold); color: #2a1e07; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.rt-pkg h3 { font-size: 22px; }
.rt-pkg__price { font-family: var(--rt-serif); font-size: 26px; color: var(--rt-gold); font-weight: 700; margin: 10px 0 20px; }
.rt-pkg__price span { display: block; font-family: var(--rt-sans); font-size: 13px; color: var(--rt-muted); font-weight: 500; }
.rt-pkg ul { list-style: none; padding: 0; margin: 0 0 24px; }
.rt-pkg li { padding: 8px 0; font-size: 14.5px; border-bottom: 1px solid var(--rt-line); color: var(--rt-ink); }
.rt-pkg li i { color: var(--rt-gold); margin-right: 8px; }

/* Register */
.rt-register { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.rt-register__intro h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 6px 0 14px; }
.rt-register__intro p { color: var(--rt-muted); }
.rt-contact { font-weight: 600; color: var(--rt-gold-soft) !important; }
.rt-contact i { color: var(--rt-gold); margin-right: 8px; }
.rt-form { background: var(--rt-card); border: 1px solid var(--rt-line); border-radius: 18px; padding: 30px; }
.rt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rt-form label { display: flex; flex-direction: column; gap: 5px; font-weight: 600; font-size: 14px; margin-bottom: 14px; color: var(--rt-ink); }
.rt-form input, .rt-form select, .rt-form textarea { padding: 12px 14px; border: 1px solid var(--rt-line); border-radius: 10px; font: inherit; background: #171216; color: var(--rt-ink); }
.rt-form input::placeholder, .rt-form textarea::placeholder { color: #7d7167; }
.rt-form input:focus, .rt-form select:focus, .rt-form textarea:focus { outline: none; border-color: var(--rt-gold); box-shadow: 0 0 0 3px rgba(215,176,84,.25); }
.rt-form option { color: #111; }
.rt-hp { position: absolute; left: -9999px; }
.rt-formmsg { padding: 12px 14px; border-radius: 10px; font-size: 14.5px; margin: 0 0 12px; }
.rt-formmsg.ok { background: rgba(46,125,50,.18); color: #9be0a0; }
.rt-formmsg.err { background: rgba(179,38,30,.18); color: #f2a6a1; }
.rt-fineprint { text-align: center; color: var(--rt-muted); font-size: 12.5px; margin: 12px 0 0; }

/* Footer */
.rt-foot { background: #0f0c0e; color: var(--rt-ink); padding: 44px 0 26px; border-top: 1px solid var(--rt-line); }
.rt-foot__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.rt-foot__inner p { margin: 4px 0 0; color: var(--rt-muted); font-size: 14px; }
.rt-foot__links { display: flex; gap: 20px; font-weight: 600; color: var(--rt-muted); }
.rt-foot__links a:hover { color: var(--rt-gold-soft); }
.rt-copy { text-align: center; color: rgba(245,239,231,.45); font-size: 12.5px; margin: 30px 0 0; }

/* Responsive */
@media (max-width: 900px) {
  .rt-nav__links a:not(.rt-btn) { display: none; }
  .rt-about, .rt-impact, .rt-register { grid-template-columns: 1fr; }
  .rt-pillars { grid-template-columns: 1fr 1fr; }
  .rt-testis, .rt-packages, .rt-hosts { grid-template-columns: 1fr; }
  .rt-tl { grid-template-columns: 1fr; gap: 4px; }
  .rt-row { grid-template-columns: 1fr; }
  .rt-glance__top { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) { .rt-pillars, .rt-impact__data, .rt-about__row { grid-template-columns: 1fr; } }

/* Schedule — reference "Your journey": sticky header column + numbered timeline */
.rt-time { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; }
.rt-time__header { position: sticky; top: 96px; display: flex; flex-direction: column; align-items: flex-start; gap: 1.3rem; }
.rt-time__header .rt-head, .rt-time__header .rt-kicker { text-align: left; margin: 0; }
.rt-timeline2 { display: flex; flex-direction: column; position: relative; }
.rt-titem { display: flex; gap: 2rem; align-items: stretch; position: relative; }
.rt-bar { display: flex; flex-direction: column; align-items: center; align-self: stretch; flex: none; }
.rt-barnum { z-index: 2; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--rt-gold); color: #2a1e07; font-family: var(--rt-serif); font-weight: 800; font-size: 1.1rem; display: grid; place-items: center; flex: none; }
.rt-line { width: 2px; flex: 1; background: repeating-linear-gradient(to bottom, rgba(215,176,84,.55) 0 6px, transparent 6px 12px); margin: 6px 0; }
.rt-tcontent { flex: 1; padding-bottom: 3.25rem; }
.rt-titem:last-child .rt-tcontent { padding-bottom: 0; }
.rt-titem:last-child .rt-line { display: none; }
.rt-time2 { font-family: var(--rt-serif); font-size: clamp(1.05rem, 2.4vw, 1.55rem); font-weight: 700; text-transform: uppercase; color: var(--rt-gold); margin-bottom: 12px; }
.rt-ttitle { font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.rt-tdesc { color: var(--rt-muted); margin: 8px 0 0; font-size: 14.5px; }
@media (max-width: 900px) {
  .rt-time { grid-template-columns: 1fr; gap: 2.4rem; }
  .rt-time__header { position: relative; top: auto; }
  .rt-titem { gap: 1.3rem; }
}

/* ============================================================
   v5 — section-by-section match to reference (dark + ATOM gold)
   ============================================================ */

/* HERO — split editorial title + two-column content over gradient */
.rt-hero { position: relative; min-height: 94vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding-bottom: 3.2rem; }
.rt-hero__img { position: absolute; inset: 0; z-index: 1; }
.rt-hero__slide { position: absolute; inset: 0; background-size: cover; background-position: 50% 28%; background-repeat: no-repeat; }
.rt-hero__grad { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(20,16,19,.45) 0%, rgba(20,16,19,.18) 26%, rgba(20,16,19,.72) 72%, var(--rt-bg) 96%); pointer-events: none; }
.rt-hero__inner { position: relative; z-index: 3; width: 100%; max-width: var(--rt-maxw); padding-top: 24vh; }
.rt-hero__title { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: 2.6rem; }
.rt-h1 { font-family: var(--rt-serif); font-weight: 900; text-transform: uppercase; line-height: .96; letter-spacing: -.01em; font-size: clamp(3rem, 11vw, 8.5rem); }
.rt-hero__t1 { max-width: 25rem; color: var(--rt-ink); }
.rt-hero__t2 { text-align: right; color: var(--rt-gold); white-space: nowrap; }
.rt-hero__content { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.rt-hero__left { display: flex; flex-direction: column; align-items: flex-start; gap: .95rem; max-width: 30rem; }
.rt-2xl { font-family: var(--rt-serif); font-size: clamp(1.125rem, 3.2vw, 1.6rem); font-weight: 700; text-transform: uppercase; line-height: 1.2; }
.rt-hero__lead { color: var(--rt-muted); margin: .2rem 0 .5rem; font-size: 15px; }
.rt-hero__block { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
.rt-chip { display: inline-flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.08); border: 1px solid var(--rt-line); border-radius: 12px; padding: .85rem 1.15rem; font-weight: 600; font-size: 14.5px; backdrop-filter: blur(6px); }
.rt-chip i { color: var(--rt-gold); }
@media (max-width: 780px) {
  .rt-hero__inner { padding-top: 30vh; }
  .rt-hero__t1 { max-width: none; }
  .rt-hero__t2 { text-align: left; }
  .rt-hero__content { flex-direction: column; align-items: stretch; }
  .rt-hero__block { justify-content: flex-start; }
  .rt-chip { flex: 1 1 auto; }
}

/* AT A GLANCE — subtle translucent items (icon → title → text), not heavy cards */
.rt-pillar { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 1.6rem 1.5rem; display: flex; flex-direction: column; gap: 1.1rem; }
.rt-pillar__icon { display: inline-flex; width: auto; height: auto; background: none; color: var(--rt-gold); font-size: 1.75rem; margin: 0; }
.rt-pillar h3 { font-size: 1.12rem; text-transform: uppercase; letter-spacing: .02em; margin: 0; }
.rt-pillar p { color: var(--rt-muted); font-size: 14.5px; margin: 0; }

/* IMPACT — 1fr rail (label + button) / 2fr content (heading → image → 3 stats) */
.rt-impact { display: grid; grid-template-columns: 1fr 2fr; gap: 2.5rem; align-items: stretch; }
.rt-impact__left { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 1.5rem; }
.rt-impact__content { display: flex; flex-direction: column; gap: 2.6rem; }
.rt-impact__h { font-size: clamp(30px, 4.2vw, 44px); max-width: 18ch; margin: 0; }
.rt-impact__img { position: relative; padding-top: 51%; border-radius: 18px; overflow: hidden; box-shadow: var(--rt-shadow); }
.rt-impact__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rt-impact__data { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.rt-datum__n { font-family: var(--rt-serif); font-size: clamp(2.1rem, 4vw, 3.1rem); font-weight: 800; color: var(--rt-gold); line-height: 1.05; }
.rt-datum__l { color: var(--rt-muted); font-size: 14px; display: block; margin-top: .5rem; }
@media (max-width: 900px) {
  .rt-impact { grid-template-columns: 1fr; gap: 1.5rem; }
  .rt-impact__left { flex-direction: row; justify-content: space-between; align-items: center; }
  .rt-impact__btn { display: none; }
}
@media (max-width: 560px) { .rt-impact__data { grid-template-columns: 1fr; gap: 1.25rem; } }

/* TESTIMONIALS — horizontal cards (profile left / quote right), swipeable track */
.rt-testi-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0 1rem; scrollbar-width: thin; }
.rt-testi-track::-webkit-scrollbar { height: 6px; }
.rt-testi-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,.16); border-radius: 3px; }
.rt-tcard { scroll-snap-align: start; flex: 0 0 min(80%, 760px); display: grid; grid-template-columns: 200px 1fr; gap: 2rem; background: rgba(255,255,255,.06); border: 1px solid var(--rt-line); border-radius: 18px; padding: 1.75rem; }
.rt-tcard__left { display: flex; flex-direction: column; justify-content: space-between; gap: 1.75rem; }
.rt-tcard__role { font-family: var(--rt-serif); font-weight: 700; text-transform: uppercase; font-size: 1.05rem; }
.rt-tcard__profile { display: flex; align-items: center; gap: 1rem; }
.rt-tcard__profile strong { display: block; }
.rt-tcard__profile span { color: var(--rt-muted); font-size: 13.5px; }
.rt-tcard__quote { background: rgba(0,0,0,.20); border-radius: 14px; padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem; }
.rt-tcard__quote i { color: var(--rt-gold); font-size: 1.7rem; }
.rt-tcard__quote p { margin: 0; font-size: 1.02rem; line-height: 1.6; }
@media (max-width: 720px) {
  .rt-tcard { grid-template-columns: 1fr; flex-basis: 88%; gap: 1.25rem; }
  .rt-tcard__left { order: 2; flex-direction: row; align-items: center; justify-content: flex-start; gap: 1.25rem; }
}

/* FAQ CTA box */
.rt-faqcta { margin-top: 1.5rem; background: rgba(0,0,0,.28); border: 1px solid var(--rt-line); border-radius: 16px; padding: 1.6rem 2rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 2rem; }
.rt-faqcta h3 { font-family: var(--rt-serif); font-size: 1.35rem; margin: 0; }
.rt-faqcta__c { display: flex; flex-direction: column; gap: .6rem; }
.rt-faqcta__c a, .rt-faqcta__c span { display: inline-flex; align-items: center; gap: .6rem; color: var(--rt-muted); font-size: 14.5px; }
.rt-faqcta__c a:hover { color: var(--rt-gold-soft); }
.rt-faqcta__c i { color: var(--rt-gold); }
@media (max-width: 640px) { .rt-faqcta { flex-direction: column; align-items: flex-start; } }

/* CTA band — centered */
.rt-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.rt-cta h2 { font-size: clamp(30px, 4.6vw, 46px); max-width: 40rem; color: var(--rt-ink); }
