/* ============================================================
   RS2 · /contact/ · rs2-contact.css · v2 (Sep 2026)
   FULL REPLACEMENT for the v1 contact block that was appended to
   rs2-shell.css. Remove the v1 block (.rs2-ct / .rs2-ctp) from
   rs2-shell.css and load this file on /contact/ only via the
   enqueue block in 26-09-06_functions-php-addition.php.

   Namespaces (one per Divi Code module):
     .rs2-cth  Section 00  hero + intent routes
     .rs2-ct   Section 01  rail + Gravity Form (GF styles scoped here)
     .rs2-ctc  Section 02  direct lines + ways to work together
     .rs2-ctf  Section 03  questions answered (native details)
     .rs2-ctb  Section 04  proof band + final CTA

   Motion is CSS-only. rs2-contact.js adds .is-in to .rs2-ct-reveal
   via IntersectionObserver (Visual Builder bail-out included) and
   routes the intent tiles into the form's segmented control.
   Single locked brand red #C8102E. Derived deep tone #9E0C24 for
   hover and pressed states. No retired reds anywhere in this file.
============================================================ */

/* ── Shared tokens (interior set; mirrors tokens.css names) ── */

.rs2-cth,
.rs2-ct,
.rs2-ctc,
.rs2-ctf,
.rs2-ctb {
  --ctc-red:      var(--rs-color-brand-red, #C8102E);
  --ctc-red-deep: #9E0C24;
  --ctc-red-tint: #FDF1F3;
  --ctc-ink:      #14151A;
  --ctc-ink-2:    #1C1D23;
  --ctc-graphite: #575756;
  --ctc-muted:    #8A8B92;
  --ctc-bone:     #F6F6F6;
  --ctc-line:     #E4E4E1;
  --ctc-line-dk:  rgba(255, 255, 255, .12);
  --ctc-white:    #FFFFFF;
  --ctc-display:  'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --ctc-body:     'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --ctc-ease:     cubic-bezier(.4, 0, .2, 1);
  --ctc-ease-out: cubic-bezier(.16, 1, .3, 1);
  --ctc-container: 1240px;
  --ctc-gutter:   clamp(20px, 5vw, 64px);
  --ctc-nav-offset: 112px; /* fixed header clearance for anchor jumps */

  font-family: var(--ctc-body);
  color: var(--ctc-ink);
  -webkit-font-smoothing: antialiased;
}

/* Divi wrapper neutralizers: full-bleed, zero padding, no row cap.
   Specificity deliberately high; Divi 5's flex rules beat :where(). */
#page-container .et_pb_section:has(.rs2-cth),
#page-container .et_pb_section:has(.rs2-ct),
#page-container .et_pb_section:has(.rs2-ctc),
#page-container .et_pb_section:has(.rs2-ctf),
#page-container .et_pb_section:has(.rs2-ctb) {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
#page-container .et_pb_section:has(.rs2-cth) .et_pb_row,
#page-container .et_pb_section:has(.rs2-ct) .et_pb_row,
#page-container .et_pb_section:has(.rs2-ctc) .et_pb_row,
#page-container .et_pb_section:has(.rs2-ctf) .et_pb_row,
#page-container .et_pb_section:has(.rs2-ctb) .et_pb_row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#page-container .et_pb_section:has(.rs2-cth) .et_pb_column,
#page-container .et_pb_section:has(.rs2-cth) .et_pb_module,
#page-container .et_pb_section:has(.rs2-cth) .et_pb_code_inner,
#page-container .et_pb_section:has(.rs2-ct) .et_pb_column,
#page-container .et_pb_section:has(.rs2-ct) .et_pb_module,
#page-container .et_pb_section:has(.rs2-ct) .et_pb_code_inner,
#page-container .et_pb_section:has(.rs2-ctc) .et_pb_column,
#page-container .et_pb_section:has(.rs2-ctc) .et_pb_module,
#page-container .et_pb_section:has(.rs2-ctc) .et_pb_code_inner,
#page-container .et_pb_section:has(.rs2-ctf) .et_pb_column,
#page-container .et_pb_section:has(.rs2-ctf) .et_pb_module,
#page-container .et_pb_section:has(.rs2-ctf) .et_pb_code_inner,
#page-container .et_pb_section:has(.rs2-ctb) .et_pb_column,
#page-container .et_pb_section:has(.rs2-ctb) .et_pb_module,
#page-container .et_pb_section:has(.rs2-ctb) .et_pb_code_inner {
  padding: 0 !important;
  margin: 0 !important;
}

/* Box model: Divi sets border-box globally; restated here so the
   payloads render identically in any harness */
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb),
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb) :where(*, *::before, *::after) {
  box-sizing: border-box;
}

/* Element resets at low specificity, ahead of component rules */
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb) :where(h1, h2, h3, h4, p, ul, ol, li, address) {
  margin: 0;
  padding: 0;
}
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb) :where(ul, ol) {
  list-style: none !important;
}
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb) :where(address) {
  font-style: normal;
}
:where(.rs2-cth, .rs2-ct, .rs2-ctc, .rs2-ctf, .rs2-ctb) :where(a) {
  color: inherit;
}

/* Anchor targets clear the fixed header */
.rs2-ct,
.rs2-ctc,
.rs2-ctf,
.rs2-ctb,
.rs2-ctc__head--ways,
.rs2-ctf__group {
  scroll-margin-top: var(--ctc-nav-offset);
}

/* ── Shared primitives: eyebrow, rules, pulse, reveal ─────── */

.rs2-cth__eyebrow,
.rs2-ct__eyebrow,
.rs2-ctc__eyebrow,
.rs2-ctf__eyebrow,
.rs2-ctb__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--ctc-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ctc-red);
}

.rs2-cth__eyebrow-rule,
.rs2-ct__eyebrow-rule,
.rs2-ctc__eyebrow-rule,
.rs2-ctf__eyebrow-rule,
.rs2-ctb__eyebrow-rule {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--ctc-red);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform .8s var(--ctc-ease-out) .25s;
}
.is-in .rs2-cth__eyebrow-rule,
.is-in .rs2-ct__eyebrow-rule,
.is-in .rs2-ctc__eyebrow-rule,
.is-in .rs2-ctf__eyebrow-rule,
.is-in .rs2-ctb__eyebrow-rule,
.rs2-ct__eyebrow.is-in .rs2-ct__eyebrow-rule,
.rs2-ctc__eyebrow.is-in .rs2-ctc__eyebrow-rule,
.rs2-ctf__eyebrow.is-in .rs2-ctf__eyebrow-rule,
.rs2-cth__eyebrow.is-in .rs2-cth__eyebrow-rule { transform: scaleX(1); }

.rs2-cth__pulse,
.rs2-ct__pulse {
  position: relative;
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ctc-red);
}
.rs2-cth__pulse::before,
.rs2-ct__pulse::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid var(--ctc-red);
  animation: ctc-pulse 2.2s var(--ctc-ease) infinite;
}
@keyframes ctc-pulse {
  0%   { transform: scale(.6); opacity: .9; }
  70%  { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}

.rs2-ct-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ctc-ease-out), transform .8s var(--ctc-ease-out);
}
.rs2-ct-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.rs2-ct-reveal[data-d="1"] { transition-delay: .1s; }
.rs2-ct-reveal[data-d="2"] { transition-delay: .2s; }
.rs2-ct-reveal[data-d="3"] { transition-delay: .3s; }
.rs2-ct-reveal[data-d="4"] { transition-delay: .4s; }
.rs2-ct-reveal[data-d="5"] { transition-delay: .5s; }

/* Ambient corner ticks (shared between hero and form) */
.rs2-cth__tick,
.rs2-ct__tick {
  position: absolute;
  width: 26px;
  height: 26px;
  opacity: .35;
  pointer-events: none;
  z-index: 1;
}
.rs2-cth__tick::before, .rs2-cth__tick::after,
.rs2-ct__tick::before,  .rs2-ct__tick::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--ctc-red);
}
.rs2-cth__tick::before, .rs2-ct__tick::before { width: 100%; height: 2px; }
.rs2-cth__tick::after,  .rs2-ct__tick::after  { width: 2px; height: 100%; }
.rs2-cth__tick--tl { top: 140px; left: 44px; animation: ctc-tick-spin 26s linear infinite; }
.rs2-ct__tick--br  { bottom: 44px; right: 44px; animation: ctc-tick-spin 26s linear infinite reverse; }
@keyframes ctc-tick-spin { to { transform: rotate(360deg); } }

/* ============================================================
   SECTION 00 · .rs2-cth · Hero + intent routes
   Ink panel on top, bone floor below; route tiles overlap the seam.
============================================================ */

.rs2-cth {
  --cth-seam: 150px;            /* how far the tiles hang into the bone floor */
  position: relative;
  background: var(--ctc-bone);
  overflow: clip;
  isolation: isolate;
}

/* The ink panel */
.rs2-cth::before {
  content: "";
  position: absolute;
  inset: 0 0 var(--cth-seam) 0;
  background: var(--ctc-ink);
  /* fine engineering grid, barely there */
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  z-index: -2;
}

/* Red glow: the one saturated ambient element on the page */
.rs2-cth__glow {
  position: absolute;
  top: -20vw;
  right: -14vw;
  width: 62vw;
  height: 62vw;
  max-width: 900px;
  max-height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(200,16,46,.42) 0%, rgba(200,16,46,.10) 38%, rgba(200,16,46,0) 66%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
  animation: ctc-glow-drift 18s var(--ctc-ease) infinite alternate;
}
@keyframes ctc-glow-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-4%, 6%, 0) scale(1.06); }
}

.rs2-cth__container {
  position: relative;
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: clamp(150px, 16vw, 200px) var(--ctc-gutter) clamp(56px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
  color: var(--ctc-white);
}

.rs2-cth__eyebrow { color: var(--ctc-red); flex-wrap: wrap; }
.rs2-cth__eyebrow-sep { color: rgba(255,255,255,.35); font-weight: 400; }
.rs2-cth__eyebrow-place { color: rgba(255,255,255,.7); }

.rs2-cth__title {
  margin: 0 0 24px;
  max-width: 14ch;
  font-family: var(--ctc-display);
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.024em;
  color: var(--ctc-white);
}

.rs2-cth__mark {
  position: relative;
  color: var(--ctc-red);
  white-space: nowrap;
}
.rs2-cth__mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.06em;
  height: .07em;
  background: var(--ctc-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .9s var(--ctc-ease-out) .55s;
}
.rs2-cth__title.is-in .rs2-cth__mark::after { transform: scaleX(1); }

.rs2-cth__sub {
  max-width: 54ch;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}

/* Quick lines card (glass on ink) */
.rs2-cth__quick {
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid var(--ctc-line-dk);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.rs2-cth__quick-status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  font-family: var(--ctc-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(255,255,255,.9);
}
.rs2-cth__quick-list { display: grid; gap: 4px; }
.rs2-cth__quick-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 10px;
  margin: 0 -10px;
  text-decoration: none;
  color: var(--ctc-white);
  border-radius: 2px;
  transition: background-color .3s var(--ctc-ease);
}
.rs2-cth__quick-link:hover,
.rs2-cth__quick-link:focus-visible { background: rgba(255,255,255,.06); outline: none; }
.rs2-cth__quick-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ctc-line-dk);
  color: var(--ctc-red);
  transition: background-color .3s var(--ctc-ease), color .3s var(--ctc-ease), border-color .3s var(--ctc-ease);
}
.rs2-cth__quick-icon svg { width: 17px; height: 17px; }
.rs2-cth__quick-link:hover .rs2-cth__quick-icon {
  background: var(--ctc-red);
  border-color: var(--ctc-red);
  color: var(--ctc-white);
}
.rs2-cth__quick-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rs2-cth__quick-label {
  font-family: var(--ctc-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.rs2-cth__quick-value {
  font-family: var(--ctc-display);
  font-size: 14.5px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.rs2-cth__quick-proof {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--ctc-line-dk);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.62);
}
.rs2-cth__quick-proof [data-stat-key] { color: var(--ctc-white); font-weight: 500; }

/* Routes: overlap the seam */
.rs2-cth__routes-wrap {
  position: relative;
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: 0 var(--ctc-gutter) clamp(40px, 4.5vw, 56px);
}
.rs2-cth__routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.rs2-cth__route {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 26px 24px 22px;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  text-decoration: none;
  color: var(--ctc-ink);
  box-shadow: 0 26px 60px -34px rgba(20,21,26,.45);
  overflow: hidden;
  transition: transform .4s var(--ctc-ease), box-shadow .4s var(--ctc-ease), border-color .4s var(--ctc-ease);
}
.rs2-cth__route:hover,
.rs2-cth__route:focus-visible,
.rs2-cth__route.is-active {
  transform: translateY(-6px);
  border-color: var(--ctc-red);
  box-shadow: 0 34px 70px -30px rgba(200,16,46,.35);
  outline: none;
}
/* red bar draws across the top on hover, sits full on active */
.rs2-cth__route-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--ctc-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s var(--ctc-ease-out);
}
.rs2-cth__route:hover .rs2-cth__route-bar,
.rs2-cth__route:focus-visible .rs2-cth__route-bar,
.rs2-cth__route.is-active .rs2-cth__route-bar { transform: scaleX(1); }

.rs2-cth__route-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: var(--ctc-bone);
  color: var(--ctc-red);
  transition: background-color .35s var(--ctc-ease), color .35s var(--ctc-ease), transform .35s var(--ctc-ease);
}
.rs2-cth__route-icon svg { width: 22px; height: 22px; }
.rs2-cth__route:hover .rs2-cth__route-icon,
.rs2-cth__route.is-active .rs2-cth__route-icon {
  background: var(--ctc-red);
  color: var(--ctc-white);
  transform: rotate(-6deg) scale(1.05);
}
.rs2-cth__route-for {
  font-family: var(--ctc-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ctc-muted);
}
.rs2-cth__route-title {
  font-family: var(--ctc-display);
  font-size: clamp(18px, 1.6vw, 21px);
  font-weight: 700;
  letter-spacing: -.012em;
  line-height: 1.15;
}
.rs2-cth__route-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ctc-graphite);
}
.rs2-cth__route-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  font-family: var(--ctc-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ctc-red);
}
.rs2-cth__route-arrow {
  display: inline-block;
  transition: transform .35s var(--ctc-ease);
}
.rs2-cth__route:hover .rs2-cth__route-arrow { transform: translateX(6px); }

/* Jump strip */
.rs2-cth__jump {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 26px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--ctc-line);
}
.rs2-cth__jump-label {
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ctc-muted);
  margin-right: 6px;
}
.rs2-cth__jump-link {
  position: relative;
  padding-left: 14px;
  font-family: var(--ctc-display);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ctc-ink);
  transition: color .3s var(--ctc-ease);
}
.rs2-cth__jump-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ctc-line);
  transform: translateY(-50%);
  transition: background-color .3s var(--ctc-ease), transform .3s var(--ctc-ease);
}
.rs2-cth__jump-link:hover { color: var(--ctc-red); }
.rs2-cth__jump-link:hover::before { background: var(--ctc-red); transform: translateY(-50%) scale(1.4); }

/* ============================================================
   SECTION 01 · .rs2-ct · Rail + Gravity Form card
============================================================ */

.rs2-ct {
  position: relative;
  background: var(--ctc-white);
  padding: clamp(72px, 8vw, 120px) 0 clamp(80px, 9vw, 128px);
  overflow: clip;
}

.rs2-ct__container {
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: 0 var(--ctc-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.rs2-ct__title {
  margin: 0 0 22px;
  max-width: 16ch;
  font-family: var(--ctc-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.018em;
  color: var(--ctc-ink);
}
.rs2-ct__mark {
  position: relative;
  color: var(--ctc-red);
  white-space: nowrap;
}
.rs2-ct__mark::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -.08em;
  height: 3px;
  background: var(--ctc-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .9s var(--ctc-ease-out) .55s;
}
.rs2-ct__title.is-in .rs2-ct__mark::after { transform: scaleX(1); }

.rs2-ct__intro {
  margin: 0 0 22px;
  max-width: 56ch;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.7;
  color: var(--ctc-graphite);
}
.rs2-ct__intro [data-stat-key] { color: var(--ctc-ink); font-weight: 500; }

.rs2-ct__status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 30px;
  font-family: var(--ctc-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ctc-ink);
}

/* Channels */
.rs2-ct__channels {
  display: grid;
  gap: 12px;
  margin: 0 0 32px !important;
}
.rs2-ct__channel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid var(--ctc-line);
  background: var(--ctc-white);
  text-decoration: none;
  color: var(--ctc-ink);
  transition: transform .35s var(--ctc-ease), border-color .35s var(--ctc-ease), box-shadow .35s var(--ctc-ease);
}
.rs2-ct__channel:hover {
  transform: translateY(-3px);
  border-color: var(--ctc-red);
  box-shadow: 0 14px 34px -14px rgba(20,21,26,.22);
}
.rs2-ct__channel-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ctc-bone);
  color: var(--ctc-red);
  transition: background-color .35s var(--ctc-ease), color .35s var(--ctc-ease), transform .35s var(--ctc-ease);
}
.rs2-ct__channel-icon svg { width: 20px; height: 20px; }
.rs2-ct__channel:hover .rs2-ct__channel-icon {
  background: var(--ctc-red);
  color: var(--ctc-white);
  transform: rotate(-8deg) scale(1.06);
}
.rs2-ct__channel-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rs2-ct__channel-label {
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ctc-muted);
  transition: color .35s var(--ctc-ease);
}
.rs2-ct__channel:hover .rs2-ct__channel-label { color: var(--ctc-red); }
.rs2-ct__channel-value {
  font-family: var(--ctc-display);
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 600;
  letter-spacing: .01em;
  overflow-wrap: anywhere;
}
.rs2-ct__channel-arrow {
  margin-left: auto;
  flex: none;
  color: var(--ctc-red);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .35s var(--ctc-ease), transform .35s var(--ctc-ease);
}
.rs2-ct__channel-arrow svg { width: 16px; height: 16px; display: block; }
.rs2-ct__channel:hover .rs2-ct__channel-arrow { opacity: 1; transform: translateX(0); }

/* What happens next (a real sequence, hence numbered) */
.rs2-ct__steps {
  display: grid;
  gap: 14px;
  margin: 0 0 30px !important;
  padding: 22px 0 0 !important;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ct__step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.rs2-ct__step-n {
  flex: none;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--ctc-red);
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 800;
  color: var(--ctc-red);
  margin-top: 1px;
}
.rs2-ct__step-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ctc-graphite);
}
.rs2-ct__step-text strong { color: var(--ctc-ink); font-weight: 600; }

/* Privacy block */
.rs2-ct__privacy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ct__shield {
  flex: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  color: var(--ctc-red);
  transition: transform .4s var(--ctc-ease), box-shadow .4s var(--ctc-ease);
}
.rs2-ct__shield svg { width: 22px; height: 22px; }
.rs2-ct__privacy:hover .rs2-ct__shield {
  transform: translateY(-3px) rotate(-6deg);
  box-shadow: 0 12px 26px -14px rgba(20,21,26,.3);
}
.rs2-ct__privacy-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ctc-graphite);
}
.rs2-ct__privacy-text a {
  color: var(--ctc-red);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* Form card */
.rs2-ct__card {
  position: relative;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  padding: clamp(28px, 3.4vw, 48px);
  box-shadow: 0 24px 64px -32px rgba(20,21,26,.18);
}
.rs2-ct__card-bar {
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--ctc-red), var(--ctc-red-deep));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s var(--ctc-ease-out) .35s;
}
.rs2-ct__card.is-in .rs2-ct__card-bar { transform: scaleX(1); }
.rs2-ct__card-head { margin-bottom: 22px; }
.rs2-ct__card-title {
  margin: 0 0 8px;
  font-family: var(--ctc-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ctc-ink);
}
.rs2-ct__card-note { font-size: 13px; color: var(--ctc-muted); }

/* ── Gravity Forms · scoped to .rs2-ct (GF 2.5+ .gravity-theme) ── */

.rs2-ct .gform_wrapper { margin: 0; }

.rs2-ct .gform_wrapper .gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}
.rs2-ct .gform_wrapper .gfield { margin: 0; }

/* Full-width rows */
.rs2-ct .gform_wrapper .gfield--width-full,
.rs2-ct .gform_wrapper .gsection,
.rs2-ct .gform_wrapper .gfield--type-section,
.rs2-ct .gform_wrapper .gfield--type-textarea,
.rs2-ct .gform_wrapper .gfield--type-fileupload,
.rs2-ct .gform_wrapper .gfield--type-consent,
.rs2-ct .gform_wrapper .gfield--type-honeypot,
.rs2-ct .gform_wrapper .gfield--type-captcha,
.rs2-ct .gform_wrapper .ct-intent,
.rs2-ct .gform_wrapper .ct-full,
.rs2-ct .gform_wrapper .gfield:has(textarea),
.rs2-ct .gform_wrapper .gfield:has(input[type="file"]),
.rs2-ct .gform_wrapper .gfield:has(.ginput_complex.ginput_container_name) {
  grid-column: 1 / -1;
}

/* Labels */
.rs2-ct .gform_wrapper .gfield_label,
.rs2-ct .gform_wrapper legend.gfield_label {
  display: block;
  margin: 0 0 7px;
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ctc-graphite);
}
.rs2-ct .gform_wrapper .gfield_required {
  color: var(--ctc-red);
  padding-left: 2px;
}
.rs2-ct .gform_wrapper .gfield_required_text { display: none; } /* asterisk only; note explains it */

/* Complex sub-labels (name first/last) */
.rs2-ct .gform_wrapper .ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rs2-ct .gform_wrapper .ginput_complex label,
.rs2-ct .gform_wrapper .ginput_complex legend {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ctc-muted);
}
.rs2-ct .gform_wrapper .ginput_complex span { display: block; }
.rs2-ct .gform_wrapper .hidden_sub_label,
.rs2-ct .gform_wrapper .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Section headers inside the form (rendered per intent) */
.rs2-ct .gform_wrapper .gsection {
  margin-top: 8px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ct .gform_wrapper .gsection_title {
  margin: 0;
  font-family: var(--ctc-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.005em;
  color: var(--ctc-ink);
}
.rs2-ct .gform_wrapper .gsection_description,
.rs2-ct .gform_wrapper .gsection .gfield_description {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--ctc-muted);
}

/* Inputs, selects, textareas */
.rs2-ct .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.rs2-ct .gform_wrapper select,
.rs2-ct .gform_wrapper textarea {
  width: 100%;
  padding: 13px 14px;
  font-family: var(--ctc-body);
  font-size: 15px;
  color: var(--ctc-ink);
  background-color: var(--ctc-bone);
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(90deg, var(--ctc-red), var(--ctc-red));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 2px;
  transition: background-color .3s var(--ctc-ease), background-size .45s var(--ctc-ease), border-color .3s var(--ctc-ease), box-shadow .3s var(--ctc-ease);
}
.rs2-ct .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):hover,
.rs2-ct .gform_wrapper select:hover,
.rs2-ct .gform_wrapper textarea:hover { border-color: var(--ctc-line); }
.rs2-ct .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
.rs2-ct .gform_wrapper select:focus,
.rs2-ct .gform_wrapper textarea:focus {
  background-color: var(--ctc-white);
  background-size: 100% 2px;
  border-color: var(--ctc-line);
  box-shadow: 0 10px 26px -18px rgba(20,21,26,.35);
}
.rs2-ct .gform_wrapper ::placeholder { color: var(--ctc-muted); opacity: 1; }
.rs2-ct .gform_wrapper textarea { min-height: 140px; resize: vertical; }

.rs2-ct .gform_wrapper select {
  padding-right: 42px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8102E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(90deg, var(--ctc-red), var(--ctc-red));
  background-repeat: no-repeat, no-repeat;
  background-position: right 14px center, left bottom;
  background-size: 14px 14px, 0% 2px;
  cursor: pointer;
}
.rs2-ct .gform_wrapper select:focus { background-size: 14px 14px, 100% 2px; }

/* Intent: segmented control (field cssClass "ct-intent") */
.rs2-ct .gform_wrapper .ct-intent .gfield_label { margin-bottom: 10px; }
.rs2-ct .gform_wrapper .ct-intent .gfield_radio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  background: var(--ctc-bone);
}
.rs2-ct .gform_wrapper .ct-intent .gchoice { position: relative; margin: 0; }
.rs2-ct .gform_wrapper .ct-intent .gchoice input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.rs2-ct .gform_wrapper .ct-intent .gchoice label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  padding: 10px 8px;
  font-family: var(--ctc-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  line-height: 1.2;
  color: var(--ctc-graphite);
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .3s var(--ctc-ease), color .3s var(--ctc-ease), box-shadow .3s var(--ctc-ease), transform .3s var(--ctc-ease);
}
.rs2-ct .gform_wrapper .ct-intent .gchoice input:hover + label { color: var(--ctc-ink); background: rgba(255,255,255,.7); }
.rs2-ct .gform_wrapper .ct-intent .gchoice input:checked + label {
  color: var(--ctc-white);
  background: var(--ctc-red);
  box-shadow: 0 10px 22px -12px rgba(200,16,46,.6);
}
.rs2-ct .gform_wrapper .ct-intent .gchoice input:focus-visible + label {
  box-shadow: 0 0 0 3px rgba(200,16,46,.35);
}
/* the moment a route is chosen, the control flashes once */
.rs2-ct .gform_wrapper .ct-intent.is-routed .gfield_radio { animation: ctc-routed .9s var(--ctc-ease-out); }
@keyframes ctc-routed {
  0%   { box-shadow: 0 0 0 0 rgba(200,16,46,.45); }
  100% { box-shadow: 0 0 0 14px rgba(200,16,46,0); }
}

/* Generic radios and checkboxes (timeline, confidentiality, consent) */
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio),
.rs2-ct .gform_wrapper .gfield_checkbox { display: grid; gap: 8px; }
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) .gchoice,
.rs2-ct .gform_wrapper .gfield_checkbox .gchoice,
.rs2-ct .gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"],
.rs2-ct .gform_wrapper .gfield_checkbox input[type="checkbox"],
.rs2-ct .gform_wrapper .ginput_container_consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: none;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border: 1.5px solid var(--ctc-muted);
  background: var(--ctc-white);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .25s var(--ctc-ease), background-color .25s var(--ctc-ease);
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"] { border-radius: 50%; }
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"]::before,
.rs2-ct .gform_wrapper .gfield_checkbox input[type="checkbox"]::before,
.rs2-ct .gform_wrapper .ginput_container_consent input[type="checkbox"]::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--ctc-white);
  transform: scale(0);
  transition: transform .2s var(--ctc-ease-out);
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"]::before { border-radius: 50%; }
.rs2-ct .gform_wrapper .gfield_checkbox input[type="checkbox"]::before,
.rs2-ct .gform_wrapper .ginput_container_consent input[type="checkbox"]::before {
  width: 10px;
  height: 6px;
  background: none;
  border-left: 2px solid var(--ctc-white);
  border-bottom: 2px solid var(--ctc-white);
  transform: rotate(-45deg) scale(0);
  margin-top: -2px;
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"]:checked,
.rs2-ct .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked,
.rs2-ct .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked {
  border-color: var(--ctc-red);
  background: var(--ctc-red);
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input[type="radio"]:checked::before { transform: scale(1); }
.rs2-ct .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::before,
.rs2-ct .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked::before { transform: rotate(-45deg) scale(1); }
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) input:focus-visible,
.rs2-ct .gform_wrapper .gfield_checkbox input:focus-visible,
.rs2-ct .gform_wrapper .ginput_container_consent input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(200,16,46,.3);
}
.rs2-ct .gform_wrapper .gfield_radio:not(.ct-intent .gfield_radio) label,
.rs2-ct .gform_wrapper .gfield_checkbox label,
.rs2-ct .gform_wrapper .gfield_consent_label {
  margin: 0;
  font-family: var(--ctc-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ctc-ink);
  cursor: pointer;
}
.rs2-ct .gform_wrapper .gfield_consent_description {
  margin: 8px 0 0 28px;
  padding: 0;
  max-height: none;
  overflow: visible;
  border: 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ctc-muted);
}
.rs2-ct .gform_wrapper .gfield_consent_description a { color: var(--ctc-red); }

/* Resume upload: dropzone treatment (field cssClass "ct-resume") */
.rs2-ct .gform_wrapper .ct-resume .ginput_container_fileupload {
  position: relative;
  padding: 18px;
  border: 1.5px dashed var(--ctc-line);
  background: var(--ctc-bone);
  transition: border-color .3s var(--ctc-ease), background-color .3s var(--ctc-ease);
}
.rs2-ct .gform_wrapper .ct-resume .ginput_container_fileupload:hover,
.rs2-ct .gform_wrapper .ct-resume .ginput_container_fileupload:focus-within {
  border-color: var(--ctc-red);
  background: var(--ctc-white);
}
.rs2-ct .gform_wrapper input[type="file"] {
  width: 100%;
  font-size: 14px;
  color: var(--ctc-graphite);
  cursor: pointer;
}
.rs2-ct .gform_wrapper input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 11px 20px;
  font-family: var(--ctc-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ctc-red);
  background: var(--ctc-white);
  border: 1px solid var(--ctc-red);
  cursor: pointer;
  transition: background-color .3s var(--ctc-ease), color .3s var(--ctc-ease), transform .3s var(--ctc-ease);
}
.rs2-ct .gform_wrapper input[type="file"]:hover::file-selector-button {
  background: var(--ctc-red);
  color: var(--ctc-white);
  transform: translateY(-1px);
}
.rs2-ct .gform_wrapper .gform_fileupload_rules {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--ctc-muted);
}

/* Field descriptions */
.rs2-ct .gform_wrapper .gfield_description:not(.gfield_consent_description) {
  margin-top: 6px;
  font-size: 12.5px;
  color: var(--ctc-muted);
}

/* Submit */
.rs2-ct .gform_wrapper .gform_footer {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.rs2-ct .gform_wrapper .gform_footer input[type="submit"],
.rs2-ct .gform_wrapper .gform_footer button {
  position: relative;
  padding: 17px 44px;
  font-family: var(--ctc-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ctc-white);
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: var(--ctc-red);
  background-image: linear-gradient(105deg, var(--ctc-red-deep) 0%, var(--ctc-red-deep) 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  transition: background-size .45s var(--ctc-ease), transform .3s var(--ctc-ease), box-shadow .3s var(--ctc-ease);
}
.rs2-ct .gform_wrapper .gform_footer input[type="submit"]:hover,
.rs2-ct .gform_wrapper .gform_footer button:hover {
  background-size: 100% 100%;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -12px rgba(200,16,46,.5);
}
.rs2-ct .gform_wrapper .gform_footer input[type="submit"]:active,
.rs2-ct .gform_wrapper .gform_footer button:active { transform: translateY(-1px); }
.rs2-ct .gform_wrapper .gform_footer input[type="submit"]:focus-visible,
.rs2-ct .gform_wrapper .gform_footer button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(200,16,46,.35);
}

/* Validation */
.rs2-ct .gform_wrapper .gform_validation_errors {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--ctc-red);
  border-left-width: 4px;
  background: var(--ctc-red-tint);
  border-radius: 0;
  box-shadow: none;
}
.rs2-ct .gform_wrapper .gform_validation_errors h2,
.rs2-ct .gform_wrapper .gform_submission_error {
  margin: 0;
  font-family: var(--ctc-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ctc-red);
}
.rs2-ct .gform_wrapper .gfield_error .gfield_label { color: var(--ctc-red); }
.rs2-ct .gform_wrapper .gfield_error input,
.rs2-ct .gform_wrapper .gfield_error select,
.rs2-ct .gform_wrapper .gfield_error textarea { border-color: var(--ctc-red) !important; }
.rs2-ct .gform_wrapper .gfield_validation_message,
.rs2-ct .gform_wrapper .validation_message {
  margin-top: 6px;
  padding: 0;
  font-size: 12.5px;
  color: var(--ctc-red);
  background: none;
  border: none;
}

/* Confirmation */
.rs2-ct .gform_confirmation_message {
  padding: 24px 26px;
  border: 1px solid var(--ctc-line);
  border-left: 4px solid var(--ctc-red);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ctc-ink);
}
.rs2-ct .gform_confirmation_message strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ctc-display);
  font-size: 18px;
  font-weight: 700;
}
.rs2-ct .gform_wrapper .gform_ajax_spinner { margin-left: 12px; }

/* ============================================================
   SECTION 02 · .rs2-ctc · Direct lines + ways to work together
============================================================ */

.rs2-ctc {
  position: relative;
  background: var(--ctc-bone);
  border-top: 1px solid var(--ctc-line);
  padding: clamp(72px, 8vw, 120px) 0 clamp(64px, 7vw, 104px);
}
.rs2-ctc__container {
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: 0 var(--ctc-gutter);
}
.rs2-ctc__head { margin-bottom: 36px; max-width: 680px; }
.rs2-ctc__head--ways { margin-top: clamp(72px, 8vw, 112px); }
.rs2-ctc__title {
  max-width: 22ch;
  font-family: var(--ctc-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.016em;
  color: var(--ctc-ink);
}

/* Direct line cards */
.rs2-ctc__lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.rs2-ctc__line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 26px 24px 24px;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  transition: transform .4s var(--ctc-ease), box-shadow .4s var(--ctc-ease), border-color .4s var(--ctc-ease);
}
.rs2-ctc__line:hover {
  transform: translateY(-4px);
  border-color: var(--ctc-red);
  box-shadow: 0 24px 50px -30px rgba(20,21,26,.35);
}
.rs2-ctc__line--feature {
  background: var(--ctc-ink);
  border-color: var(--ctc-ink);
  color: var(--ctc-white);
}
.rs2-ctc__line--feature:hover { border-color: var(--ctc-red); box-shadow: 0 24px 50px -30px rgba(200,16,46,.5); }
.rs2-ctc__line-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--ctc-bone);
  color: var(--ctc-red);
  transition: background-color .35s var(--ctc-ease), color .35s var(--ctc-ease), transform .35s var(--ctc-ease);
}
.rs2-ctc__line-icon svg { width: 22px; height: 22px; }
.rs2-ctc__line--feature .rs2-ctc__line-icon { background: rgba(255,255,255,.08); }
.rs2-ctc__line:hover .rs2-ctc__line-icon {
  background: var(--ctc-red);
  color: var(--ctc-white);
  transform: rotate(-6deg) scale(1.05);
}
.rs2-ctc__line-label {
  font-family: var(--ctc-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ctc-muted);
}
.rs2-ctc__line--feature .rs2-ctc__line-label { color: rgba(255,255,255,.55); }
.rs2-ctc__line-value {
  font-family: var(--ctc-display);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.005em;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.rs2-ctc__line-value--link { transition: color .3s var(--ctc-ease); }
.rs2-ctc__line-value--link:hover { color: var(--ctc-red); }
.rs2-ctc__line-meta {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ctc-graphite);
}
.rs2-ctc__line--feature .rs2-ctc__line-meta { color: rgba(255,255,255,.7); }
.rs2-ctc__line-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 0 0;
  font-family: var(--ctc-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ctc-red);
  background: none;
  border: 0;
  cursor: pointer;
}
.rs2-ctc__line-action span:not([class]) { display: inline-block; transition: transform .35s var(--ctc-ease); }
.rs2-ctc__line-action:hover span:not([class]) { transform: translateX(5px); }
.rs2-ctc__line-action--solid {
  margin-top: 18px;
  padding: 14px 20px;
  background: var(--ctc-red);
  color: var(--ctc-white);
  background-image: linear-gradient(105deg, var(--ctc-red-deep), var(--ctc-red-deep));
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  transition: background-size .45s var(--ctc-ease), transform .3s var(--ctc-ease);
}
.rs2-ctc__line-action--solid:hover { background-size: 100% 100%; transform: translateY(-2px); }

/* Copy-to-clipboard swap */
.rs2-ctc__copy .rs2-ctc__copy-done { display: none; color: var(--ctc-ink); }
.rs2-ctc__copy.is-copied .rs2-ctc__copy-default { display: none; }
.rs2-ctc__copy.is-copied .rs2-ctc__copy-done { display: inline; }

/* Ways to work together: list rows */
.rs2-ctc__ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.rs2-ctc__way {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 24px 26px 24px 30px;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  text-decoration: none;
  color: var(--ctc-ink);
  overflow: hidden;
  transition: transform .35s var(--ctc-ease), border-color .35s var(--ctc-ease), box-shadow .35s var(--ctc-ease);
}
/* left red bar grows on hover */
.rs2-ctc__way::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ctc-red);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .45s var(--ctc-ease-out);
}
.rs2-ctc__way:hover,
.rs2-ctc__way:focus-visible {
  transform: translateX(4px);
  border-color: var(--ctc-red);
  box-shadow: 0 18px 40px -26px rgba(20,21,26,.35);
  outline: none;
}
.rs2-ctc__way:hover::before,
.rs2-ctc__way:focus-visible::before { transform: scaleY(1); }
.rs2-ctc__way-body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.rs2-ctc__way-title {
  font-family: var(--ctc-display);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 700;
  letter-spacing: -.01em;
  transition: color .3s var(--ctc-ease);
}
.rs2-ctc__way:hover .rs2-ctc__way-title { color: var(--ctc-red); }
.rs2-ctc__way-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ctc-graphite);
}
.rs2-ctc__way-arrow {
  flex: none;
  margin-left: auto;
  color: var(--ctc-red);
  transform: translateX(-6px);
  opacity: .55;
  transition: transform .35s var(--ctc-ease), opacity .35s var(--ctc-ease);
}
.rs2-ctc__way-arrow svg { width: 18px; height: 18px; display: block; }
.rs2-ctc__way:hover .rs2-ctc__way-arrow { transform: translateX(0); opacity: 1; }

/* Social */
.rs2-ctc__social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(44px, 5vw, 64px);
  padding-top: 26px;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ctc__social-label {
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ctc-muted);
}
.rs2-ctc__social-list { display: flex; gap: 10px; }
.rs2-ctc__social-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--ctc-line);
  color: var(--ctc-graphite);
  background: var(--ctc-white);
  overflow: hidden;
  transition: color .35s var(--ctc-ease), border-color .35s var(--ctc-ease), transform .35s var(--ctc-ease), box-shadow .35s var(--ctc-ease);
}
.rs2-ctc__social-link svg { position: relative; z-index: 1; width: 16px; height: 16px; }
.rs2-ctc__social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ctc-red);
  transform: translateY(101%);
  transition: transform .38s var(--ctc-ease);
}
.rs2-ctc__social-link:hover,
.rs2-ctc__social-link:focus-visible {
  color: var(--ctc-white);
  border-color: var(--ctc-red);
  transform: translateY(-4px);
  box-shadow: 0 10px 22px -10px rgba(200,16,46,.55);
  outline: none;
}
.rs2-ctc__social-link:hover::before,
.rs2-ctc__social-link:focus-visible::before { transform: translateY(0); }

/* ============================================================
   SECTION 03 · .rs2-ctf · Questions answered
============================================================ */

.rs2-ctf {
  background: var(--ctc-white);
  padding: clamp(72px, 8vw, 120px) 0 clamp(72px, 8vw, 120px);
}
.rs2-ctf__container {
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: 0 var(--ctc-gutter);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.rs2-ctf__title {
  margin: 0 0 18px;
  max-width: 18ch;
  font-family: var(--ctc-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.018em;
  color: var(--ctc-ink);
}
.rs2-ctf__intro {
  max-width: 40ch;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ctc-graphite);
}
.rs2-ctf__nav {
  display: grid;
  gap: 2px;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ctf__nav-link {
  position: relative;
  padding: 14px 0 14px 18px;
  border-bottom: 1px solid var(--ctc-line);
  font-family: var(--ctc-display);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ctc-ink);
  transition: color .3s var(--ctc-ease), padding-left .3s var(--ctc-ease);
}
.rs2-ctf__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  background: var(--ctc-red);
  transform: translateY(-50%) scaleX(.5);
  transform-origin: left center;
  transition: transform .3s var(--ctc-ease-out);
}
.rs2-ctf__nav-link:hover { color: var(--ctc-red); padding-left: 24px; }
.rs2-ctf__nav-link:hover::before { transform: translateY(-50%) scaleX(1.6); }

.rs2-ctf__groups { display: grid; gap: clamp(36px, 4vw, 56px); }
.rs2-ctf__group-title {
  margin: 0 0 6px;
  font-family: var(--ctc-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ctc-red);
}
.rs2-ctf__item {
  border-bottom: 1px solid var(--ctc-line);
}
.rs2-ctf__item:first-of-type { border-top: 1px solid var(--ctc-line); }
.rs2-ctf__q {
  position: relative;
  display: block;
  padding: 20px 44px 20px 0;
  font-family: var(--ctc-display);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  color: var(--ctc-ink);
  cursor: pointer;
  list-style: none;
  transition: color .3s var(--ctc-ease);
}
.rs2-ctf__q::-webkit-details-marker { display: none; }
.rs2-ctf__q::marker { content: ""; }
/* plus-to-minus toggle in pure CSS */
.rs2-ctf__q::before,
.rs2-ctf__q::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--ctc-red);
  transform: translateY(-50%);
  transition: transform .35s var(--ctc-ease);
}
.rs2-ctf__q::after { transform: translateY(-50%) rotate(90deg); }
.rs2-ctf__item[open] .rs2-ctf__q::after { transform: translateY(-50%) rotate(0deg); }
.rs2-ctf__item[open] .rs2-ctf__q,
.rs2-ctf__q:hover { color: var(--ctc-red); }
.rs2-ctf__q:focus-visible { outline: none; box-shadow: inset 0 -2px 0 var(--ctc-red); }
.rs2-ctf__a {
  padding: 0 44px 22px 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ctc-graphite);
  animation: ctc-answer .45s var(--ctc-ease-out);
}
.rs2-ctf__a p + p { margin-top: 10px; }
.rs2-ctf__a a {
  color: var(--ctc-red);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.rs2-ctf__a [data-stat-key] { color: var(--ctc-ink); font-weight: 500; }
@keyframes ctc-answer {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SECTION 04 · .rs2-ctb · Proof band + final CTA
============================================================ */

.rs2-ctb {
  background: var(--ctc-bone);
  border-top: 1px solid var(--ctc-line);
  padding: clamp(64px, 7vw, 104px) 0;
}
.rs2-ctb__container {
  max-width: var(--ctc-container);
  margin: 0 auto;
  padding: 0 var(--ctc-gutter);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.rs2-ctb__title {
  max-width: 20ch;
  font-family: var(--ctc-display);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.016em;
  color: var(--ctc-ink);
}
.rs2-ctb__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.rs2-ctb__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 24px;
  background: var(--ctc-white);
  border: 1px solid var(--ctc-line);
  border-left: 3px solid var(--ctc-line);
  transition: border-color .35s var(--ctc-ease), transform .35s var(--ctc-ease);
}
.rs2-ctb__stat:hover { border-left-color: var(--ctc-red); transform: translateY(-3px); }
.rs2-ctb__stat-value {
  font-family: var(--ctc-display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--ctc-ink);
  overflow-wrap: anywhere; /* unresolved [STAT:] tokens must not break the grid */
}
.rs2-ctb__stat:hover .rs2-ctb__stat-value { color: var(--ctc-red); }
.rs2-ctb__stat-label {
  font-family: var(--ctc-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ctc-muted);
}
.rs2-ctb__cta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 8px;
  padding-top: 32px;
  border-top: 1px solid var(--ctc-line);
}
.rs2-ctb__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 34px;
  font-family: var(--ctc-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ctc-white);
  background-color: var(--ctc-red);
  background-image: linear-gradient(105deg, var(--ctc-red-deep), var(--ctc-red-deep));
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  transition: background-size .45s var(--ctc-ease), transform .3s var(--ctc-ease), box-shadow .3s var(--ctc-ease);
}
.rs2-ctb__btn span { transition: transform .35s var(--ctc-ease); }
.rs2-ctb__btn:hover {
  background-size: 100% 100%;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -12px rgba(200,16,46,.5);
}
.rs2-ctb__btn:hover span { transform: translateX(5px); }
.rs2-ctb__link {
  font-family: var(--ctc-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  color: var(--ctc-ink);
  border-bottom: 2px solid var(--ctc-red);
  padding-bottom: 2px;
  transition: color .3s var(--ctc-ease);
}
.rs2-ctb__link:hover { color: var(--ctc-red); }

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1100px) {
  .rs2-cth__routes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rs2-ctc__lines { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .rs2-cth__container {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
    padding-top: clamp(130px, 18vw, 170px);
  }
  .rs2-cth__quick { max-width: 520px; }
  .rs2-ct__container { grid-template-columns: 1fr; gap: 56px; }
  .rs2-ct__title { max-width: 20ch; }
  .rs2-ctf__container { grid-template-columns: 1fr; gap: 40px; }
  .rs2-ctf__nav { max-width: 420px; }
  .rs2-ctb__container { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .rs2-ctc__ways { grid-template-columns: 1fr; }
  .rs2-ct .gform_wrapper .ct-intent .gfield_radio { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .rs2-cth { --cth-seam: 120px; }
  .rs2-cth__eyebrow-sep, .rs2-cth__eyebrow-place { display: none; }
  .rs2-cth__tick, .rs2-ct__tick { display: none; }
  .rs2-cth__routes { grid-template-columns: 1fr; }
  .rs2-cth__jump { gap: 10px 18px; }
  .rs2-ct { padding-top: 64px; }
  .rs2-ct .gform_wrapper .gform_fields { grid-template-columns: 1fr; }
  .rs2-ct .gform_wrapper .ginput_complex { grid-template-columns: 1fr; }
  .rs2-ct .gform_wrapper .gform_footer { justify-content: stretch; }
  .rs2-ct .gform_wrapper .gform_footer input[type="submit"],
  .rs2-ct .gform_wrapper .gform_footer button { width: 100%; }
  .rs2-ctc__lines { grid-template-columns: 1fr; }
  .rs2-ctc__social { flex-wrap: wrap; }
  .rs2-ctb__stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rs2-ctb__stat { padding: 16px 16px; }
}

@media (max-width: 420px) {
  .rs2-ctb__stats { grid-template-columns: 1fr; }
  .rs2-ct .gform_wrapper .ct-intent .gfield_radio { grid-template-columns: 1fr; }
}

/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {
  .rs2-ct-reveal,
  .rs2-cth__eyebrow-rule, .rs2-ct__eyebrow-rule, .rs2-ctc__eyebrow-rule,
  .rs2-ctf__eyebrow-rule, .rs2-ctb__eyebrow-rule,
  .rs2-cth__mark::after, .rs2-ct__mark::after,
  .rs2-ct__card-bar, .rs2-cth__route-bar {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .rs2-cth__tick--tl, .rs2-ct__tick--br,
  .rs2-cth__pulse::before, .rs2-ct__pulse::before,
  .rs2-cth__glow,
  .rs2-ct .gform_wrapper .ct-intent.is-routed .gfield_radio,
  .rs2-ctf__a {
    animation: none !important;
  }
  .rs2-cth__route, .rs2-cth__quick-link, .rs2-ct__channel, .rs2-ct__shield,
  .rs2-ctc__line, .rs2-ctc__way, .rs2-ctc__social-link, .rs2-ctb__stat, .rs2-ctb__btn {
    transition-duration: .01ms !important;
  }
}