/* =============================================================================
   Recore Landing Page — rc-landing.css
   Fonts: robotobold (headings), libre_franklinregular (body), roboto_flexregular (nav/ui)
   Brand: #e55024 orange | #231f20 dark | #140f0e near-black | #25293a card-dark
   ========================================================================== */

/* ── CSS Variables ────────────────────────────────────────────────────────── */
:root {
  --rc-orange:    #e55024;
  --rc-black:     #140f0e;
  --rc-dark:      #231f20;
  --rc-dark-card: #25293a;
  --rc-gray-bg:   #f5fafc;
  --rc-light-bg:  #e9eff2;
  --rc-gray-txt:  #7c868e;
  --rc-body-txt:  #262b36;
  --rc-white:     #ffffff;
  --rc-container: 1200px;
  --rc-radius:    4px;
}

/* ── Reset & Base ─────────────────────────────────────────────────────────── */
.rc-lp-page {
  margin: 0 !important;
  background: var(--rc-white);
  overflow-x: hidden;
}
.rc-lp-page *,
.rc-lp-page *::before,
.rc-lp-page *::after { box-sizing: border-box; }

/* ── Container — Figma: 1320px wide, 80px horizontal padding ─────────────── */
.rc-lp-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
}

/* ── Typography helpers ───────────────────────────────────────────────────── */
.rc-lp-eyebrow {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--rc-orange) !important;
  margin-bottom: 20px !important;
  line-height: 26px !important;
}
.rc-lp-eyebrow--dark { color: var(--rc-dark) !important; }

/* Figma: section headline = 48px fw:700 lh:50-60px */
.rc-lp-section-title {
  font-family: 'robotobold', sans-serif;
  font-size: 46px !important;
  line-height: 50px !important;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--rc-dark);
  margin-bottom: 24px !important;
}
.rc-lp-section-title--white { color: var(--rc-white) !important; }
.rc-lp-section-title--dark  { color: var(--rc-dark) !important; }

/* Figma: stat num = 40px fw:700 lh:48px | stat label = 16px fw:400 lh:26px opacity:0.7 */
.rc-lp-stat-num  { font-family: 'robotobold', sans-serif; font-size: 40px !important; line-height: 48px !important; font-weight: 700 !important; white-space: nowrap; }
.rc-lp-stat-lbl  { font-family: 'libre_franklinregular', sans-serif; font-size: 16px !important; line-height: 26px !important; font-weight: 400 !important; }

/* Figma: section body = 20px fw:400 lh:29-32px color:#7C868E */
.rc-lp-section-body {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 20px !important;
  line-height: 29px !important;
  color: #7C868E !important;
  margin-bottom: 0 !important;
}
.rc-lp-section-body--muted { color: #7C868E !important; }
.rc-lp-section-body--white { color: rgba(255,255,255,0.85) !important; }
.rc-lp-section-body--gray  { color: #7C868E !important; }

.rc-lp-section-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 60px;
}

/* ── Buttons ─────────────────────────────────────────────────────────────────
   Primary buttons use site's .btn.btn-color classes directly in HTML.
   .rc-lp-btn-primary handles only LP-specific overrides (no margin-right, size).
   ─────────────────────────────────────────────────────────────────────────── */
.rc-lp-btn-primary {
  margin-right: 0 !important;      /* site's .btn-color adds margin-right:30px — remove it */
  white-space: nowrap;
  text-decoration: none !important;
}

/* Large CTA variant — hero + territory */
.rc-lp-btn-primary.rc-lp-btn-lg {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  line-height: 32px !important;
}
.rc-lp-btn-block { display: block !important; text-align: center; }

/* Outline — secondary CTA (hero outline button, no site class equivalent) */
.rc-lp-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #fff !important;
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.rc-lp-btn-outline:hover,
.rc-lp-btn-outline:focus {
  border-color: #fff !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
}
.rc-lp-btn-outline.rc-lp-btn-lg {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  padding: 14px 32px !important;
}

/* =============================================================================
   HEADER / NAV
   ========================================================================== */
.rc-lp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--rc-black);
}
.rc-lp-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
  height: 72px;
  display: flex !important;
  align-items: center;
  gap: 24px;
}
.rc-lp-nav-brand { flex-shrink: 0; }
.rc-lp-logo-img  { height: 60px; width: auto; }
.rc-lp-logo-text {
  font-family: 'official_recore_blkregular', sans-serif;
  font-size: 28px;
  color: var(--rc-white) !important;
  letter-spacing: 2px;
}
.rc-lp-nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  flex: 1;
}
.rc-lp-nav-links a,
.rc-lp-nav-menu > li > a {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--rc-white) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.rc-lp-nav-links a:hover,
.rc-lp-nav-menu > li > a:hover { color: var(--rc-orange) !important; }

/* wp_nav_menu list reset */
.rc-lp-nav-menu,
.rc-lp-mob-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  align-items: center;
}
.rc-lp-nav-menu li,
.rc-lp-mob-nav-menu li { margin: 0; padding: 0; }

/* Mobile menu list */
.rc-lp-mob-nav-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 8px;
}
.rc-lp-mob-nav-menu li a {
  display: block;
  padding: 10px 0;
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rc-white) !important;
  text-decoration: none !important;
}
.rc-lp-nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.rc-lp-phone {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--rc-orange) !important;
  text-decoration: none !important;
}
/* Nav CTA button — self-contained orange button, no dependency on site classes */
.rc-lp-nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  background: #e55024 !important;
  color: #ffffff !important;
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  border: none !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
  white-space: nowrap !important;
}
.rc-lp-nav-cta:hover { background: #c8481e !important; color: #fff !important; }
.rc-lp-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.rc-lp-hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--rc-white);
  transition: transform 0.2s, opacity 0.2s;
}
.rc-lp-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rc-lp-hamburger.is-open span:nth-child(2) { opacity: 0; }
.rc-lp-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.rc-lp-mob-menu {
  display: none !important;
  background: var(--rc-black);
  padding: 20px 24px 24px;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rc-lp-mob-menu.is-open {
  display: flex !important;
}
.rc-lp-mob-menu a {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rc-white) !important;
  text-decoration: none !important;
}

/* =============================================================================
   SECTION 1 — HERO
   ========================================================================== */
.rc-lp-hero {
  position: relative;
  min-height: 100vh;
  background: var(--rc-dark) center/cover no-repeat;
  display: flex !important;
  align-items: center;
  padding: 100px 0 80px;
  margin-top: 72px;
}
.rc-lp-hero-overlay {
  position: absolute;
  inset: 0;
  background-image: url('https://recorenew.gotchahosting.com/wp-content/uploads/2026/06/Overlay-landing-page-scaled.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.rc-lp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
}
/* Blanket reset — prevent theme p{margin-bottom:20px; color:#262b36} from overriding hero */
.rc-lp-hero p { margin-bottom: 0 !important; }
/* Force all text inside hero to be white by default */
.rc-lp-hero-text { color: #ffffff; }
/* Specific overrides with high specificity to beat theme styles */
/* Figma: eyebrow 16px fw:500 | subtitle 20px fw:400 lh:32px */
.rc-lp-hero .rc-lp-eyebrow        { color: var(--rc-orange) !important; font-size: 18px !important; font-weight: 700 !important; line-height: 26px !important; margin-bottom: 16px !important; }
.rc-lp-hero .rc-lp-hero-subtitle  { color: rgba(255,255,255,0.85) !important; font-size: 20px !important; line-height: 32px !important; font-weight: 400 !important; margin-bottom: 32px !important; }
.rc-lp-hero .rc-lp-quote-text     { color: #ffffff !important; font-size: 18px !important; line-height: 28px !important; font-weight: 500 !important; font-style: normal !important; margin: 0 !important; }
.rc-lp-hero .rc-lp-quote-attr     { color: #7c868e !important; font-size: 15px !important; line-height: 22px !important; margin: 0 !important; }

/* wider text column so title stays on fewer lines */
.rc-lp-hero-text { max-width: 780px; }
/* Figma: hero title = 64px fw:700 lh:65px ls:1.28 */
.rc-lp-hero .rc-lp-hero-title,
.rc-lp-hero-title {
  font-family: 'robotobold', sans-serif !important;
  font-size: 64px !important;
  line-height: 65px !important;
  letter-spacing: 1.28px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  word-break: normal;
  overflow-wrap: normal;
}
.rc-lp-hero-subtitle {
  font-family: 'libre_franklinregular', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 32px !important;
  max-width: 620px;
}
/* Fix Bootstrap overriding flex on cta row */
.rc-lp-hero-ctas {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
/* Fix equal height — explicit 60px locks both buttons regardless of Bootstrap */
.rc-lp-hero-ctas .rc-lp-btn-primary.rc-lp-btn-lg,
.rc-lp-hero-ctas .rc-lp-btn-outline.rc-lp-btn-lg {
  height: 60px !important;
  min-height: 0 !important;
  max-height: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap;
  width: auto !important;
}
.rc-lp-proof-bar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-bottom: 32px;
  align-items: center;
}
.rc-lp-proof-item {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 14px;
  color: var(--rc-white);
  font-weight: 500;
  white-space: nowrap;
}
.rc-lp-check {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  min-width: 20px;
  background: var(--rc-orange);
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}
.rc-lp-check svg { display: block; }
.rc-lp-hero-quote {
  display: flex !important;
  align-items: center;
  gap: 16px;
  background: var(--rc-dark-card);
  border-radius: 6px;
  border-left: 4px solid var(--rc-orange);
  padding: 16px 24px !important;
  max-width: 640px;
}
.rc-lp-quote-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rc-lp-quote-text {
  font-family: 'libre_franklinregular', sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: var(--rc-white) !important;
  margin: 0 !important;
}
.rc-lp-quote-attr {
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: var(--rc-gray-txt) !important;
  margin: 0 !important;
}

/* =============================================================================
   SECTION 2 — PROBLEM
   ========================================================================== */
.rc-lp-problem {
  background: var(--rc-gray-bg);
  padding: 100px 0;
  text-align: center;
}
.rc-lp-problem .rc-lp-section-body { margin: 0 auto 60px !important; }
.rc-lp-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}
.rc-lp-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 36px 40px;
  border-radius: var(--rc-radius);
  flex: 1;
  min-width: 200px;
}
.rc-lp-stat-card--light { background: var(--rc-white); }
.rc-lp-stat-card--dark  { background: transparent; }
.rc-lp-stat-num {
  font-family: 'robotobold', sans-serif;
  font-size: 44px;
  color: var(--rc-dark);
  text-transform: uppercase;
}
.rc-lp-stat-num--orange { color: var(--rc-orange); }
.rc-lp-stat-lbl {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 15px;
  color: var(--rc-gray-txt);
  text-align: center;
}
.rc-lp-stat-lbl--white { color: rgba(255,255,255,0.8); }

/* =============================================================================
   SECTION 3 — OPPORTUNITY (RC vs RSF)
   ========================================================================== */
/* Full-section background image (or video). Overlay darkens left half.
   Content is inside .rc-lp-container — same margins as every other section. */
.rc-lp-opportunity {
  position: relative;
  background: var(--rc-dark) right top / cover no-repeat;
  overflow: hidden;
}
/* Video covers the right half only — left shows background image with overlay */
.rc-lp-opp-video-bg {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 60% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  display: block !important;
  max-width: none !important;
}
.rc-lp-opportunity-overlay {
  position: absolute;
  inset: 0;
  background-image: url('https://recorenew.gotchahosting.com/wp-content/uploads/2026/06/Overlay-9-scaled.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
/* Container is same as all other sections — max-width 1320px, 80px padding */
.rc-lp-opportunity-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
  min-height: 520px;
}
/* LEFT: text */
.rc-lp-opp-left {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rc-lp-opp-left .rc-lp-eyebrow,
.rc-lp-opp-left .rc-lp-section-title,
.rc-lp-opp-left .rc-lp-section-body { margin-bottom: 0 !important; }
/* RIGHT: two cards side-by-side */
.rc-lp-opp-right {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.rc-lp-opp-card {
  flex: 1;
  padding: 20px !important;
  border-radius: 12px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rc-lp-opp-card--dark   { background: var(--rc-dark-card); }
.rc-lp-opp-card--orange { background: var(--rc-orange); }

/* Card body text */
.rc-lp-opp-card-body,
.rc-lp-opp-card p {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 12px !important;
  line-height: 23px !important;
  color: rgba(255,255,255,0.8);
  margin: 0 !important;
}
/* Figma: opp label=14px fw:500 ls:0.56px | card title=32px fw:700 lh:37px | body=16px fw:400 lh:23px */
.rc-lp-opp-card-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.56px !important;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0 !important;
  line-height: 20px !important;
}
.rc-lp-opp-card--orange .rc-lp-opp-card-label { color: rgba(255,255,255,0.85); }
.rc-lp-opp-right .rc-lp-opp-card-label { font-size: 10px !important; line-height: 20px !important; }
.rc-lp-opp-card-title {
  font-family: 'robotobold', sans-serif;
  font-size: 28px !important;
  line-height: 38px !important;
  color: var(--rc-white) !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

/* =============================================================================
   SECTION 4 — SOLUTION
   ========================================================================== */
.rc-lp-solution {
  background: var(--rc-dark);
  padding: 100px 0;
  text-align: center;
}
.rc-lp-solution-header { margin-bottom: 60px; }
.rc-lp-solution-header .rc-lp-section-body { max-width: 760px; margin: 0 auto; }

/* Figma: stats row — NO borders, just gap between stats */
.rc-lp-stats-row--dark {
  gap: 60px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 60px;
}
.rc-lp-stats-row--dark .rc-lp-stat-card {
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  padding: 20px 0 !important;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}

/* Stat numbers in dark row */
.rc-lp-stats-row--dark .rc-lp-stat-num {
  font-size: 40px !important;
  line-height: 48px !important;
  white-space: nowrap;
}
.rc-lp-stats-row--dark .rc-lp-stat-lbl {
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: center;
}

/* Figma: label opacity 0.7 */
.rc-lp-stat-lbl--white {
  color: var(--rc-white) !important;
  opacity: 0.7;
}

/* =============================================================================
   SECTION 5 — BENEFITS
   ========================================================================== */
.rc-lp-benefits {
  background: var(--rc-gray-bg);
  padding: 100px 0;
}
.rc-lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rc-lp-benefit-card {
  background: var(--rc-white);
  padding: 36px 32px;
  border-radius: var(--rc-radius);
  position: relative;
}
.rc-lp-benefit-bar {
  width: 48px;
  height: 4px;
  background: var(--rc-orange);
  margin-bottom: 20px;
  border-radius: 2px;
}
/* Figma: benefit title = 22px fw:700 lh:25px | desc = 18px fw:400 lh:26px | pillar = 11px fw:500 */
.rc-lp-benefit-title {
  font-family: 'robotobold', sans-serif;
  font-size: 22px !important;
  line-height: 25px !important;
  color: var(--rc-dark);
  text-transform: uppercase;
  margin-bottom: 12px !important;
}
.rc-lp-benefit-desc {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 18px !important;
  line-height: 26px !important;
  color: var(--rc-gray-txt);
  margin-bottom: 16px !important;
}
.rc-lp-benefit-pillar {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--rc-orange);
  margin: 0 !important;
}

/* =============================================================================
   SECTION 6 — COMPARISON TABLE
   Figma: section pad:100px 80px, gap:56px | table radius:12px border:#E9EFF2
   Header: h:76px pad:24px 32px | Rows: h:88px pad:28px 32px
   ========================================================================== */
.rc-lp-comparison {
  background: var(--rc-white);
  padding: 100px 0;
}
.rc-lp-comparison .rc-lp-section-header { margin-bottom: 56px; }

/* Figma: table radius:12px, border:1px solid #E9EFF2 */
.rc-lp-compare-table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E9EFF2;
}
.rc-lp-compare-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* Figma: header pad:24px 32px, h:76px */
.rc-lp-compare-head {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  height: 76px;
}
.rc-lp-compare-head--gray   { background: var(--rc-gray-txt); }
.rc-lp-compare-head--orange { background: var(--rc-orange); }

/* Figma: header text = 22px fw:700 lh:28px */
.rc-lp-compare-head span {
  font-family: 'robotobold', sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  color: var(--rc-white) !important;
}
.rc-lp-compare-row { display: grid; grid-template-columns: 1fr 1fr; }

/* Figma: alt rows bg:#F5FAFC */
.rc-lp-compare-row--alt .rc-lp-compare-cell { background: #F5FAFC; }

/* Figma: cell pad:28px 32px, h:88px, border-top:#E9EFF2 */
.rc-lp-compare-cell {
  padding: 28px 32px;
  min-height: 88px;
  background: var(--rc-white);
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 20px !important;
  line-height: 32px !important;
  border-top: 1px solid #E9EFF2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rc-lp-compare-cell--old { color: var(--rc-gray-txt) !important; font-weight: 400 !important; }
.rc-lp-compare-cell--new {
  color: var(--rc-dark) !important;
  font-family: 'robotobold', sans-serif;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
}

/* Figma: dot = 10x10 orange ellipse */
.rc-lp-compare-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  background: var(--rc-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Figma: social proof quote=24px fw:500 lh:33px | partner label=14px fw:500 ls:0.56px */
.rc-lp-partner-label { font-size: 14px !important; font-weight: 500 !important; letter-spacing: 0.56px !important; line-height: 16px !important; }
.rc-lp-quote { font-size: 24px !important; line-height: 33px !important; font-weight: 500 !important; font-style: normal !important; }

/* =============================================================================
   SECTION 7 — SOCIAL PROOF
   Figma: section pad:100px 80px gap:56px bg:#231f20
   Card: 1320×320 HORIZONTAL gap:40px radius:16px bg:#25293a
   Video panel: 480px full-height bg:#E9EFF2 flex-col centered gap:12px
   Content: flex:1 pad:32px 40px gap:18px
   ========================================================================== */
.rc-lp-social-proof {
  background: var(--rc-dark);
  padding: 100px 0;
}

/* Slider wrapper */
.rc-lp-testimonial-slider {
  position: relative;
}
/* Track wrap — ONLY this clips. Width = 100% of container */
.rc-lp-testimonial-track-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.rc-lp-testimonial-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}
.rc-lp-testimonial-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}

/* Prev / Next arrows — overlaid on card edges, z-index above card */
.rc-lp-slider-btn {
  display: none !important;
}

/* Dot indicators */
.rc-lp-slider-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 4px;
}
.rc-lp-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.rc-lp-slider-dot.active {
  background: var(--rc-orange);
  transform: scale(1.3);
}
.rc-lp-sp-header {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

/* Figma: card = horizontal, gap:40px, radius:16px, bg:#25293a */
.rc-lp-testimonial-card {
  background: var(--rc-dark-card);
  border-radius: 16px;
  overflow: hidden;
  display: flex !important;
  flex-direction: row !important;
  gap: 0;
  align-items: stretch;
  width: 100%;
}

/* Figma: video panel = 480px, bg:#E9EFF2, column flex centered, gap:12px */
.rc-lp-testimonial-video {
  flex: 0 0 480px;
  width: 480px;
  background: #E9EFF2;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  padding: 0;
}
.rc-lp-video-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}
.rc-lp-video-trigger img {
  width: 100%;
  display: block;
}

/* Figma: play button = 72×72px orange circle */
.rc-lp-play-btn {
  width: 72px;
  height: 72px;
  background: var(--rc-orange);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rc-lp-play-btn svg {
  width: 22px;
  height: 22px;
  background: none;
  border-radius: 0;
  padding: 0;
  fill: white;
}

/* Figma: "Watch the video" = 13px fw:400 gray */
.rc-lp-video-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--rc-gray-txt) !important;
  text-align: center;
  margin: 0 !important;
}

/* Figma: content panel = flex:1 pad:32px 40px gap:18px */
.rc-lp-testimonial-body {
  flex: 1;
  padding: 32px 40px !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Figma: partner label = 14px fw:500 orange ls:0.56px */
.rc-lp-partner-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.56px !important;
  text-transform: uppercase;
  color: var(--rc-orange) !important;
  margin: 0 !important;
}

/* Figma: stars = 18×18px gap:4px */
.rc-lp-stars {
  display: flex !important;
  gap: 4px;
  margin: 0 !important;
}
.rc-lp-stars svg { width: 18px !important; height: 18px !important; }

.rc-lp-quote {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  color: var(--rc-white) !important;
  font-style: normal !important;
  margin: 0 !important;
  border: none;
  padding: 0;
}

/* Testimonial card — no video: body takes full width */
.rc-lp-testimonial-card--no-video .rc-lp-testimonial-body {
  flex: 1 !important;
  width: 100% !important;
}

/* Read more / less quote toggle */
.rc-lp-quote-wrap { display: flex; flex-direction: column; gap: 8px; }
.rc-lp-quote--clamped {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rc-lp-quote--clamped.is-expanded {
  display: block !important;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.rc-lp-read-more-btn {
  background: none !important;
  border: none !important;
  color: var(--rc-orange) !important;
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  padding: 0 !important;
  text-align: left !important;
  width: fit-content !important;
}
.rc-lp-read-more-btn:hover { text-decoration: underline !important; }

/* Figma: name+attr wrapper gap:6px */
.rc-lp-testimonial-meta { display: flex; flex-direction: column; gap: 6px; }

/* Figma: name = 28px fw:500 orange — NOT uppercase */
.rc-lp-testimonial-name {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: var(--rc-orange) !important;
  text-transform: none !important;
  margin: 0 !important;
}

/* Figma: attribution = 14px fw:700 white */
.rc-lp-testimonial-attr {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--rc-white) !important;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 !important;
}

/* =============================================================================
   SECTION 8 — AD TOOL
   Figma: HORIZONTAL pad:100px 290px gap:64px white bg
   Left: 520px bg:#E9EFF2 border:2px solid orange radius:16px pad:56px 48px gap:16px
   Right: 756px VERTICAL gap:24px (no padding)
   ========================================================================== */
.rc-lp-ad-tool {
  background: var(--rc-white);
  padding: 100px 0;
}
/* Figma: horizontal layout, gap:64px */
.rc-lp-ad-tool-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex !important;
  flex-direction: row !important;
  gap: 64px;
  align-items: stretch;
}
/* When image uploaded — plain, no styling */
.rc-lp-ad-tool-left {
  flex: 0 0 520px;
  width: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* When no image — show Figma placeholder card styling */
.rc-lp-ad-tool-left--placeholder {
  background: #E9EFF2;
  border: 2px solid var(--rc-orange);
  border-radius: 16px;
  padding: 56px 48px;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  justify-content: center;
}
.rc-lp-ad-placeholder-note {
  font-size: 13px !important;
  color: var(--rc-gray-txt) !important;
  margin: 0 !important;
}
/* Figma: tool label = 18px fw:500 dark */
.rc-lp-ad-tool-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: var(--rc-dark) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 !important;
}
.rc-lp-ad-tool-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}
/* Figma: right = flex col gap:24px */
.rc-lp-ad-tool-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Remove margins from all children — gap handles spacing */
.rc-lp-ad-tool-right .rc-lp-eyebrow,
.rc-lp-ad-tool-right .rc-lp-section-title,
.rc-lp-ad-tool-right .rc-lp-ad-subhead,
.rc-lp-ad-tool-right .rc-lp-ad-body { margin: 0 !important; }

/* Figma: subhead = 28px fw:700 orange */
.rc-lp-ad-subhead {
  font-family: 'robotobold', sans-serif;
  font-size: 28px !important;
  line-height: 1.2 !important;
  color: var(--rc-orange) !important;
  text-transform: none;
  margin: 0 !important;
}
/* Figma: body = 18px fw:400 lh:27px color:#7C868E */
.rc-lp-ad-body {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  color: #7C868E !important;
  margin: 0 !important;
}
/* Figma: checklist gap:16px between items */
.rc-lp-checklist {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Figma: checklist item = gap:12px, text 18px fw:500 dark */
.rc-lp-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  color: var(--rc-dark) !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
/* Figma: check icon = 24×24px orange circle */
.rc-lp-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: var(--rc-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* =============================================================================
   SECTION 9 — TERRITORY
   Figma: HORIZONTAL pad:100px 290px gap:80px bg:#25293a
   Left: 740px VERTICAL gap:24px | Right map: 520px pad:32px radius:12px border:2px orange bg:#231f20 centered gap:16px
   ========================================================================== */
.rc-lp-territory {
  background: var(--rc-dark-card);
  padding: 100px 0;
}
/* Figma: horizontal flex, gap:80px, centered vertically */
.rc-lp-territory-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex !important;
  flex-direction: row !important;
  gap: 80px;
  align-items: center;
}
/* Left: 740px, column, gap:24px */
.rc-lp-territory-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
/* All children in left — gap handles spacing, no extra margins */
.rc-lp-territory-content .rc-lp-eyebrow,
.rc-lp-territory-content .rc-lp-section-title,
.rc-lp-territory-content .rc-lp-section-body { margin: 0 !important; }
/* Body text on dark bg = WHITE */
.rc-lp-territory-content .rc-lp-section-body { color: rgba(255,255,255,0.85) !important; font-size: 20px !important; line-height: 29px !important; }
.rc-lp-territory-content .rc-lp-btn-primary { align-self: flex-start; }

/* Right map: 520px, bg:#231f20, border:2px solid orange, radius:12px, pad:32px, centered, gap:16px */
.rc-lp-territory-map {
  flex: 0 0 520px;
  width: 520px;
  background: var(--rc-dark) !important;
  border: 2px solid var(--rc-orange);
  border-radius: 12px;
  padding: 32px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px;
  overflow: visible;
  position: static;
  min-height: 380px;
}
.rc-lp-map-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
/* Iframe option */
.rc-lp-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.rc-lp-map-iframe iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
  display: block;
}
/* Map panel content — if no map image, show slots panel */
.rc-lp-territory-panel {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  width: 100%;
}

/* Figma: "YOUR REGION" = 16px fw:500 orange */
.rc-lp-territory-panel .rc-lp-eyebrow { margin: 0 !important; }

/* Figma: slots number = 144px fw:700 orange lh:72px */
.rc-lp-territory-slots {
  font-family: 'robotobold', sans-serif;
  font-size: 144px !important;
  line-height: 72px !important;
  color: var(--rc-orange) !important;
  display: block;
  margin: 16px 0;
}

/* Figma: "SLOTS REMAINING" = 22px fw:700 white lh:28px */
.rc-lp-territory-slots-label {
  font-family: 'robotobold', sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  color: var(--rc-white) !important;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 !important;
}

/* Figma: region = 16px fw:400 white lh:26px */
.rc-lp-territory-region {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--rc-white) !important;
  margin: 0 !important;
}

/* =============================================================================
   SECTION 10 — OFFER
   Figma: 1920×994px | bg photo (833px) over solid #140F0E | content centered
   Frame 2342: 1012×676px VERTICAL gap:42px
   Frame 2337 (top): gap:32px | Frame 2338 (coupon): pad:32px gap:24px
   ========================================================================== */
.rc-lp-offer {
  position: relative;
  background: var(--rc-black) center top/cover no-repeat;
  min-height: 994px;
  display: flex;
  align-items: center;
  padding: 0;
}
/* Overlay image from Figma export */
.rc-lp-offer-overlay {
  position: absolute;
  inset: 0;
  background-image: url('https://recorenew.gotchahosting.com/wp-content/uploads/2026/06/overlay-image-12-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Content wrapper: Figma Frame 2342 = 1012×676px VERTICAL gap:42px centered */
.rc-lp-offer-inner {
  position: relative;
  z-index: 1;
  width: 1012px;
  max-width: 90%;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 42px;
  text-align: center;
  padding: 159px 0; /* (994 - 676) / 2 = ~159px vertical centering */
}
/* Top section: Figma Frame 2337 = gap:32px between eyebrow and content frame */
.rc-lp-offer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
/* Inner frame within header: headline + line + body gap:16px */
.rc-lp-offer-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.rc-lp-offer-header .rc-lp-eyebrow,
.rc-lp-offer-header .rc-lp-section-title,
.rc-lp-offer-header .rc-lp-offer-body { margin: 0 !important; }

/* Figma: orange accent line 72×4px between headline and body */
.rc-lp-offer-accent-line {
  width: 72px;
  height: 4px;
  background: var(--rc-orange);
  border-radius: 2px;
  flex-shrink: 0;
}
/* Figma: body = 20px fw:400 white lh:30px */
.rc-lp-offer-body {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  color: var(--rc-white) !important;
  margin: 0 !important;
  text-align: center;
}
/* Figma Frame 2338: bg:#231f20, border:1px dashed orange, pad:32px, gap:24px, centered */
.rc-lp-offer-coupon {
  background: var(--rc-dark);
  border: 1px dashed var(--rc-orange);
  padding: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
/* Figma: "YOUR ONE-TIME CODE" = 16px fw:500 orange */
.rc-lp-offer-coupon-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--rc-orange) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 !important;
}
/* Figma: code box = dashed border, 36px fw:700 white, pad:18px 32px, radius:8px */
.rc-lp-offer-code-box {
  border: 2px dashed rgba(255,255,255,0.4);
  border-radius: 8px;
  padding: 18px 32px;
}
.rc-lp-offer-code {
  font-family: 'robotobold', sans-serif;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
  color: var(--rc-white) !important;
  letter-spacing: 2px;
}
/* Figma: note = 14px fw:500 white */
.rc-lp-offer-coupon-note {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--rc-white) !important;
  margin: 0 !important;
  text-align: center;
}
/* Figma: coupon CTA = white bg, orange text, 18px fw:600, pad:18px 28px, radius:6px */
.rc-lp-offer-cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--rc-white);
  color: var(--rc-orange) !important;
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  padding: 18px 28px;
  border-radius: 6px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s;
}
.rc-lp-offer-cta-btn:hover { background: #f5f5f5; }

/* =============================================================================
   FOOTER
   Figma: 1920×228px | VERTICAL pad:48px 80px gap:24px centered | bg:#231f20
   Logo: 128×36px | address: 15px fw:400 lh:22px white | copyright: 16px fw:500 lh:26px white
   ========================================================================== */
.rc-lp-footer {
  background: var(--rc-dark) !important;
  padding: 48px 80px !important;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px;
}
/* Figma: logo 128×36px */
.rc-lp-footer-logo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rc-lp-footer-logo img {
  height: 36px;
  width: auto;
  display: block;
  margin: 0 auto;
}
/* Figma: address = 15px fw:400 lh:22px #ffffff */
.rc-lp-footer p,
.rc-lp-footer-info,
footer.rc-lp-footer p {
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #ffffff !important;
  margin: 0 !important;
}
.rc-lp-footer a,
footer.rc-lp-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.rc-lp-footer a:hover,
footer.rc-lp-footer a:hover { color: var(--rc-orange) !important; }

/* Figma: copyright = 16px fw:500 lh:26px #ffffff */
.rc-lp-footer-copy,
footer.rc-lp-footer .rc-lp-footer-copy {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  color: #ffffff !important;
  margin: 0 !important;
}

/* =============================================================================
   ASSESSMENT PAGE
   Figma: 1920×1347px | Header dark bg | Content light bg two-column layout
   ========================================================================== */

/* Header */
.rc-as-header {
  background: var(--rc-dark);
  padding: 80px 0 72px;
  text-align: center;
  margin-top: 72px;
}
.rc-as-header-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
.rc-as-header .rc-lp-eyebrow { margin-bottom: 16px !important; }
.rc-as-title {
  font-family: 'robotobold', sans-serif;
  font-size: 48px !important;
  line-height: 52px !important;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 20px !important;
}
.rc-as-subtitle {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 15px !important;
  line-height: 24px !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 !important;
}

/* Content section */
.rc-as-content {
  background: var(--rc-gray-bg);
  padding: 72px 0 80px;
}
.rc-as-content-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex !important;
  gap: 48px;
  align-items: flex-start;
}

/* Left: Gravity Form column */
.rc-as-form-col {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  padding: 36px 40px 48px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}
.rc-as-form-placeholder {
  text-align: center;
  padding: 60px 40px;
  color: var(--rc-gray-txt);
  font-size: 15px;
  border: 2px dashed #d0d8dc;
  border-radius: 8px;
}

/* Right: Sidebar */
/* Sidebar — sticky so it stays visible while form scrolls */
.rc-as-sidebar {
  flex: 0 0 380px;
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 88px;
  align-self: flex-start;
}

/* What You'll Get card — Figma: bg:#231f20 radius:12 padding:24px gap:14px */
.rc-as-sidebar-section {
  background: #231f20;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* Eyebrow — Figma: 11px fw:700 orange */
.rc-as-sidebar-section .rc-lp-eyebrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
/* "Three things, every call." — Figma: 20px fw:700 white */
.rc-as-sidebar-intro {
  font-family: 'robotobold', sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  color: #ffffff !important;
  margin: 0 !important;
}

/* Benefit items — Figma: gap:12px between items */
.rc-as-benefits { display: flex; flex-direction: column; gap: 12px; }
.rc-as-benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
/* Number — Figma: 22px fw:700 orange bold */
.rc-as-benefit-num {
  font-family: 'robotobold', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  color: #e55024 !important;
  flex-shrink: 0;
  min-width: 32px;
  font-style: normal !important;
}
/* Title — Figma: 14px fw:700 white */
.rc-as-benefit-title {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  color: #ffffff !important;
  margin: 0 0 2px !important;
  letter-spacing: 0;
}
/* Desc — Figma: 12px fw:400 white */
.rc-as-benefit-desc {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 12px !important;
  line-height: 18px !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 !important;
}

/* Bonus box — orange */
.rc-as-sidebar-bonus {
  background: var(--rc-orange);
  border-radius: 12px;
  padding: 28px 32px;
}
.rc-as-bonus-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 0 10px !important;
}
.rc-as-bonus-code {
  font-family: 'robotobold', sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  margin: 0 0 8px !important;
}
.rc-as-bonus-note {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 13px !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 !important;
}

/* Phone box — WHITE bg, dark phone number */
.rc-as-sidebar-phone {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}
.rc-as-phone-label {
  font-family: 'roboto_flexregular', sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--rc-orange) !important;
  margin: 0 0 8px !important;
}
.rc-as-phone-num {
  display: block;
  font-family: 'robotobold', sans-serif !important;
  font-size: 34px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: var(--rc-dark) !important;
  text-decoration: none !important;
  margin-bottom: 6px;
}
.rc-as-phone-note {
  font-family: 'libre_franklinregular', sans-serif;
  font-size: 13px !important;
  color: var(--rc-gray-txt) !important;
  margin: 0 !important;
}

/* ── Gravity Forms — styled to match Figma assessment form ──────────────── */
.rc-as-form-col .gform_wrapper,
.rc-as-form-col .gform_wrapper.gravity-theme { margin: 0 !important; padding: 0 !important; }
.rc-as-form-col .gform_heading { display: none !important; }
.rc-as-form-col .gf_page_steps { display: none !important; }

/* GF 2.5+ uses 12-col grid — we match it so half-width fields sit side by side */
.rc-as-form-col .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  column-gap: 20px !important;
  row-gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.rc-as-form-col .gfield               { grid-column: span 12; margin: 0 !important; padding: 0 !important; }
.rc-as-form-col .gfield--width-half   { grid-column: span 6 !important; }
.rc-as-form-col .gfield--width-full   { grid-column: span 12 !important; }

/* Labels — 13px bold sentence-case dark, matching Figma */
.rc-as-form-col .gfield_label,
.rc-as-form-col label.gfield_label {
  font-family: 'roboto_flexregular', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--rc-dark) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Inputs — Figma exact: bg:#f5fafc, border:#e9eff2, radius:8px, h:41px, pad:12px 14px */
.rc-as-form-col input[type="text"],
.rc-as-form-col input[type="email"],
.rc-as-form-col input[type="tel"],
.rc-as-form-col input[type="number"],
.rc-as-form-col input[type="url"],
.rc-as-form-col select,
.rc-as-form-col textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #e9eff2 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  font-family: 'libre_franklinregular', sans-serif !important;
  color: var(--rc-dark) !important;
  background: #f5fafc !important;
  transition: border-color 0.2s !important;
  height: 41px !important;
  line-height: normal !important;
}
.rc-as-form-col textarea {
  height: auto !important;
  min-height: 100px !important;
  resize: vertical !important;
}
.rc-as-form-col input::placeholder,
.rc-as-form-col textarea::placeholder { color: #7c868e !important; font-size: 14px !important; }
.rc-as-form-col input:focus,
.rc-as-form-col select:focus,
.rc-as-form-col textarea:focus {
  outline: none !important;
  border-color: var(--rc-orange) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(229,80,36,0.08) !important;
}

/* Time field — parent is .gfield--type-time > .ginput_complex.gform-grid-row */
.rc-as-form-col .gfield--type-time .ginput_complex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
}
.rc-as-form-col .gfield--type-time .ginput_complex > .gform-grid-col {
  flex: 1 !important;
  min-width: 0 !important;
  width: auto !important;
}
.rc-as-form-col .gfield--type-time .ginput_complex .hour_minute_colon {
  flex: 0 0 auto !important;
  width: auto !important;
}
.rc-as-form-col .gfield--type-time .ginput_complex input,
.rc-as-form-col .gfield--type-time .ginput_complex select {
  width: 100% !important;
  text-align: center !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

/* Section headings via GF HTML fields — Figma: 17px fw:700 #231f20 */
.rc-as-form-col .gfield_html h2,
.rc-as-form-col .gfield_html h3 {
  font-family: 'libre_franklinregular', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #231f20 !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}
/* Timing label "~30 seconds" inside HTML field */
.rc-as-form-col .gfield_html p,
.rc-as-form-col .gfield_html span.timing {
  font-size: 13px !important;
  color: var(--rc-orange) !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
/* First HTML field (timing row) — no top margin */
.rc-as-form-col .gform_fields > .gfield:first-child .gfield_html { margin-top: 0 !important; }

/* Radio buttons — Figma: h:42px, radius:8px, gap:10px, pad:12px 14px
   Selected: bg:#e55024 white text | Unselected: bg:#f5fafc border:#e9eff2 dark text */
.rc-as-form-col .gfield_radio {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
.rc-as-form-col .gfield_radio li,
.rc-as-form-col .gfield_radio .gchoice { margin: 0 !important; display: block !important; }

/* Hide actual radio input, use label as full button */
.rc-as-form-col .gfield_radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Unselected state */
.rc-as-form-col .gfield_radio label {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid #e9eff2 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: 'libre_franklinregular', sans-serif !important;
  color: #231f20 !important;
  background: #f5fafc !important;
  transition: all 0.2s !important;
  height: 42px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
/* Unselected circle indicator */
.rc-as-form-col .gfield_radio label::before {
  content: '' !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e9eff2 !important;
  flex-shrink: 0 !important;
}

/* Selected state — orange bg, white text */
.rc-as-form-col .gfield_radio li:has(input:checked) label,
.rc-as-form-col .gfield_radio .gchoice:has(input:checked) label {
  background: #e55024 !important;
  border-color: #e55024 !important;
  color: #ffffff !important;
}
/* Selected circle — white with orange inner dot */
.rc-as-form-col .gfield_radio li:has(input:checked) label::before,
.rc-as-form-col .gfield_radio .gchoice:has(input:checked) label::before {
  background: radial-gradient(circle, #e55024 44%, #ffffff 44%) !important;
  border-color: transparent !important;
}

/* Checkbox */
.rc-as-form-col .gfield_checkbox {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rc-as-form-col .gfield_checkbox .gchoice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.rc-as-form-col .gfield_checkbox label {
  font-size: 14px !important;
  color: var(--rc-dark) !important;
  font-family: 'libre_franklinregular', sans-serif !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}
.rc-as-form-col .gfield_checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  accent-color: var(--rc-orange) !important;
  margin-top: 2px !important;
}

/* Error states */
.rc-as-form-col .gfield_error input,
.rc-as-form-col .gfield_error select,
.rc-as-form-col .gfield_error textarea { border-color: #e55024 !important; }
.rc-as-form-col .validation_message { font-size: 12px !important; color: #e55024 !important; margin-top: 4px !important; }

/* Submit / Continue button */
.rc-as-form-col .gform_footer,
.rc-as-form-col .gform_page_footer { margin-top: 28px !important; padding: 0 !important; }
.rc-as-form-col .gform_footer input[type="submit"],
.rc-as-form-col .gform_button,
.rc-as-form-col .gform_page_footer input[type="submit"],
.rc-as-form-col input[type="submit"] {
  background: #e55024 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px 32px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: 'roboto_flexregular', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.2s !important;
  height: 50px !important;
  line-height: 1 !important;
}
.rc-as-form-col .gform_footer input[type="submit"]:hover,
.rc-as-form-col .gform_button:hover,
.rc-as-form-col input[type="submit"]:hover { background: #c8481e !important; }

/* Privacy note — Figma: 11px fw:400 #7c868e centered, below form button */
.rc-as-privacy-note {
  font-family: 'libre_franklinregular', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #7c868e !important;
  text-align: center !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
/* Hide privacy note once GF shows confirmation message */
.rc-as-form-col .rc-as-form-wrap:has(.gform_confirmation_wrapper) ~ .rc-as-privacy-note,
.gform_confirmation_wrapper ~ .rc-as-privacy-note { display: none !important; }

/* GF confirmation message styling */
.rc-as-form-col .gform_confirmation_message {
  font-size: 15px !important;
  color: var(--rc-dark) !important;
  text-align: center !important;
  padding: 40px 20px !important;
  line-height: 1.6 !important;
}

/* =============================================================================
   ASSESSMENT PAGE — RESPONSIVE
   ========================================================================== */

/* ── 1024px tablet ── */
@media (max-width: 1024px) {
  .rc-as-content-inner {
    flex-direction: column !important;
    padding: 0 40px;
    gap: 32px;
  }
  .rc-as-sidebar {
    flex: none !important;
    width: 100% !important;
    position: static !important; /* remove sticky on tablet */
  }
  /* GF form grid — collapse half-width to full on tablet */
  .rc-as-form-col .gfield--width-half { grid-column: span 12 !important; }
}

/* ── 768px mobile ── */
@media (max-width: 768px) {
  /* Header */
  .rc-as-header { padding: 48px 0 40px; margin-top: 60px; }
  .rc-as-header-inner { padding: 0 20px; }
  .rc-as-title  { font-size: 28px !important; line-height: 34px !important; }
  .rc-as-subtitle { font-size: 13px !important; }

  /* Content */
  .rc-as-content { padding: 32px 0 48px; }
  .rc-as-content-inner { padding: 0 16px; gap: 24px; }
  .rc-as-form-col { padding: 24px 16px 32px; border-radius: 8px; }

  /* GF grid — single column on mobile */
  .rc-as-form-col .gform_fields {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
  }
  .rc-as-form-col .gfield,
  .rc-as-form-col .gfield--width-half,
  .rc-as-form-col .gfield--width-full { grid-column: span 1 !important; }

  /* Radio buttons — keep 2 cols but smaller */
  .rc-as-form-col .gfield_radio { gap: 8px !important; }
  .rc-as-form-col .gfield_radio label {
    padding: 10px 12px !important;
    font-size: 13px !important;
    height: 38px !important;
  }

  /* Section headers */
  .rc-as-form-col .gfield_html h2,
  .rc-as-form-col .gfield_html h3 { font-size: 15px !important; }

  /* Submit button */
  .rc-as-form-col .gform_footer input[type="submit"],
  .rc-as-form-col .gform_button { font-size: 14px !important; }

  /* Sidebar */
  .rc-as-sidebar { gap: 12px; }
  .rc-as-sidebar-section { padding: 20px; }
  .rc-as-sidebar-bonus { padding: 20px 24px; }
  .rc-as-sidebar-phone { padding: 20px 24px; }
  .rc-as-bonus-code { font-size: 18px !important; }
  .rc-as-phone-num { font-size: 28px !important; }

  /* Time field on mobile — keep 1 row */
  .rc-as-form-col .gfield--type-time .ginput_complex input,
  .rc-as-form-col .gfield--type-time .ginput_complex select {
    font-size: 13px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

/* ── 480px small phone ── */
@media (max-width: 480px) {
  .rc-as-title { font-size: 24px !important; line-height: 30px !important; }
  .rc-as-content-inner { padding: 0 12px; }
  .rc-as-form-col { padding: 20px 14px 28px; }

  /* Radio buttons stack to 1 col on very small phones */
  .rc-as-form-col .gfield_radio { grid-template-columns: 1fr !important; }
}

/* =============================================================================
   VIDEO LIGHTBOX MODAL
   ========================================================================== */
#rc-lp-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
#rc-lp-video-modal.is-open { display: flex; align-items: center; justify-content: center; }
.rc-lp-vm-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.88);
  cursor: pointer;
}
.rc-lp-vm-wrap {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 960px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.rc-lp-vm-player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.rc-lp-vm-player iframe,
.rc-lp-vm-player video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.rc-lp-vm-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}
.rc-lp-vm-close:hover { background: var(--rc-orange); }

/* =============================================================================
   RESPONSIVE
   ========================================================================== */

/* ── 1024px — Tablet landscape ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  /* Nav */
  .rc-lp-nav-inner     { padding: 0 24px; }
  .rc-lp-nav-links     { display: none !important; }
  .rc-lp-hamburger     { display: flex !important; }
  .rc-lp-nav-right .rc-lp-btn-primary { display: none; }

  /* Container */
  .rc-lp-container     { padding: 0 40px; }
  .rc-lp-hero-inner    { padding: 0 40px; }

  /* Hero */
  .rc-lp-hero-title    { font-size: 52px !important; line-height: 54px !important; }

  /* Benefits */
  .rc-lp-benefits-grid { grid-template-columns: repeat(2, 1fr); }

  /* Opportunity — stack to column on tablet */
  .rc-lp-opportunity-inner { flex-direction: column !important; gap: 32px; padding: 60px 0; }
  .rc-lp-opp-left  { flex: none !important; width: 100% !important; }
  .rc-lp-opp-right { flex: none !important; width: 100% !important; }
  .rc-lp-opp-video-bg { width: 100% !important; top: auto; height: 50% !important; bottom: 0; }

  /* AD Tool — stack to column */
  .rc-lp-ad-tool-inner {
    flex-direction: column !important;
    padding: 0 40px;
    gap: 40px;
  }
  .rc-lp-ad-tool-left  {
    flex: none !important;
    width: 100% !important;
  }
  .rc-lp-ad-tool-left--placeholder { padding: 40px 32px; }

  /* Territory — stack to column */
  .rc-lp-territory-inner {
    flex-direction: column !important;
    padding: 0 40px;
    gap: 48px;
  }
  .rc-lp-territory-map  {
    flex: none !important;
    width: 100% !important;
  }

  /* Solution stats — allow wrapping */
  .rc-lp-stats-row--dark { flex-wrap: wrap !important; gap: 32px; }
}

/* ── 768px — Tablet portrait / large phone ──────────────────────────────── */
@media (max-width: 768px) {
  /* Container */
  .rc-lp-container  { padding: 0 20px; }
  .rc-lp-hero-inner { padding: 0 20px; }

  /* Nav */
  .rc-lp-nav-inner  { padding: 0 20px; }
  .rc-lp-nav-right  { display: none !important; }
  .rc-lp-hamburger  { display: flex !important; }

  /* Section padding & title */
  .rc-lp-section-title { font-size: 36px !important; line-height: 40px !important; }
  .rc-lp-section-header { margin-bottom: 40px; }

  .rc-lp-hero,
  .rc-lp-problem,
  .rc-lp-opportunity,
  .rc-lp-solution,
  .rc-lp-benefits,
  .rc-lp-comparison,
  .rc-lp-social-proof,
  .rc-lp-ad-tool,
  .rc-lp-territory,
  .rc-lp-offer        { padding: 70px 0; }

  /* Hero */
  .rc-lp-hero          { min-height: auto; }
  .rc-lp-hero-title    { font-size: 38px !important; line-height: 42px !important; }
  .rc-lp-hero-subtitle { font-size: 16px !important; }
  .rc-lp-hero-quote    { max-width: 100%; }
  .rc-lp-hero-ctas     { flex-direction: column !important; }
  .rc-lp-hero-ctas .rc-lp-btn-primary,
  .rc-lp-hero-ctas .rc-lp-btn-outline {
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
  }

  /* Problem stats — 2 per row */
  .rc-lp-stats-row   { gap: 16px; }
  .rc-lp-stat-card   { flex: 1 1 calc(50% - 8px); min-width: 140px; padding: 24px 16px; }
  .rc-lp-stat-num    { font-size: 32px !important; }

  /* Solution stats — 2-3 per row, allow wrap */
  .rc-lp-stats-row--dark {
    flex-wrap: wrap !important;
    gap: 24px;
    justify-content: center;
  }
  .rc-lp-stats-row--dark .rc-lp-stat-card {
    flex: 1 1 calc(33% - 16px) !important;
    min-width: 120px !important;
    padding: 16px 8px !important;
  }
  .rc-lp-stats-row--dark .rc-lp-stat-num { font-size: 32px !important; }

  /* Opportunity — mobile */
  .rc-lp-opportunity-inner { padding: 40px 0; gap: 24px; }
  .rc-lp-opp-right { flex-direction: column !important; gap: 12px; }
  .rc-lp-opp-card { flex: none !important; width: 100% !important; }

  /* Benefits */
  .rc-lp-benefits-grid { grid-template-columns: 1fr; }

  /* Comparison table — scrollable */
  .rc-lp-compare-table { font-size: 14px; }
  .rc-lp-compare-head  { padding: 16px; height: auto; }
  .rc-lp-compare-head span { font-size: 16px !important; }
  .rc-lp-compare-cell  { padding: 16px; min-height: auto; font-size: 15px !important; line-height: 22px !important; }
  .rc-lp-compare-cell--new { font-size: 15px !important; }

  /* Social proof — stack to column */
  .rc-lp-testimonial-card  {
    flex-direction: column !important;
  }
  .rc-lp-testimonial-video {
    flex: none !important;
    width: 100% !important;
    min-height: 200px;
    padding: 40px 20px !important;
  }
  .rc-lp-testimonial-body  { padding: 24px 20px !important; gap: 14px; }
  .rc-lp-quote             { font-size: 18px !important; line-height: 26px !important; }
  .rc-lp-testimonial-name  { font-size: 22px !important; }

  /* AD Tool */
  .rc-lp-ad-tool-inner { padding: 0 20px; gap: 32px; }
  .rc-lp-section-title { font-size: 36px !important; }

  /* Territory */
  .rc-lp-territory-inner   { padding: 0 20px; gap: 40px; }
  .rc-lp-territory-content { gap: 16px; }
  .rc-lp-territory-map     { width: 100% !important; flex: none !important; min-height: 280px; padding: 24px; }
  .rc-lp-territory-slots   { font-size: 80px !important; line-height: 56px !important; margin: 12px 0; }
  .rc-lp-territory-content .rc-lp-btn-primary { align-self: stretch !important; text-align: center; justify-content: center; }

  /* Offer */
  .rc-lp-offer          { min-height: auto !important; }
  .rc-lp-offer-inner    {
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 20px !important;
    gap: 32px;
  }
  .rc-lp-offer-coupon   { padding: 24px 16px; }
  .rc-lp-offer-code     { font-size: 26px !important; letter-spacing: 1px; }
  .rc-lp-offer-cta-btn  { width: 100%; justify-content: center; }

  /* Footer */
  .rc-lp-footer         { padding: 40px 20px !important; gap: 16px; }
  .rc-lp-footer-info    { font-size: 13px !important; }
}

/* ── 480px — Small phone ────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .rc-lp-section-title { font-size: 30px !important; line-height: 34px !important; }
  .rc-lp-hero-title    { font-size: 32px !important; line-height: 36px !important; }
  .rc-lp-section-body  { font-size: 16px !important; }

  /* Stats — single column on small phones */
  .rc-lp-stat-card     { flex: 1 1 100% !important; }
  .rc-lp-stats-row--dark .rc-lp-stat-card {
    flex: 1 1 calc(50% - 12px) !important;
  }

  /* Nav logo */
  .rc-lp-logo-img { height: 44px; }

  /* Hero CTAs */
  .rc-lp-hero-ctas .rc-lp-btn-primary,
  .rc-lp-hero-ctas .rc-lp-btn-outline { font-size: 15px !important; padding: 14px 20px !important; }

  /* Opportunity card titles */
  .rc-lp-opp-card-title { font-size: 22px !important; }

  /* Comparison table cells */
  .rc-lp-compare-head span { font-size: 14px !important; }
  .rc-lp-compare-cell  { font-size: 13px !important; padding: 12px; }

  /* Territory slots */
  .rc-lp-territory-slots { font-size: 64px !important; line-height: 48px !important; }

  /* Offer code */
  .rc-lp-offer-code    { font-size: 22px !important; }

  /* Footer */
  .rc-lp-footer        { padding: 32px 16px !important; }
  .rc-lp-footer-info   { font-size: 12px !important; }
  .rc-lp-footer-logo img { height: 28px; }
}
