/*
 * Theme Name:    Raffle Creators — C2W Child
 * Theme URI:     https://rafflecreators.com
 * Description:   GeneratePress child theme for rafflecreators.com.
 *                Part of the Chance2Win satellite network.
 *                Palette: Cardinal Red · Deep Navy · White bg.
 *                Typography: Plus Jakarta Sans (body) · Playfair Display (accent italics).
 * Author:        The Web Design Ninja
 * Author URI:    https://chance2win.org
 * Template:      generatepress
 * Version:       1.0.0
 * Last Updated:  April 2026
 *
 * DESIGN DECISIONS — DO NOT CHANGE WITHOUT TEAM SIGN-OFF
 * ─────────────────────────────────────────────────────────────────────────────
 * rafflecreators.com has a deliberately distinct visual identity from
 * onlinequeenofhearts.com and basketraffle.org. It uses a white-base,
 * red+navy palette — matching C2W brand values exactly — but with its own
 * typography pairing (Plus Jakarta Sans + Playfair Display italics) to give
 * it a premium, done-for-you service feel vs. the satellite site feel.
 *
 * Color tokens map to C2W brand values:
 *   --rc-red    = #C8102E  (C2W Cardinal Red — ALL primary CTAs)
 *   --rc-navy   = #1A1464  (C2W Brand Navy — H1–H4)
 *   Note: Previous files used #C43C30 / #1A1B4B — corrected to exact C2W tokens.
 *
 * TOKEN SYSTEM
 * ─────────────────────────────────────────────────────────────────────────────
 * --rc-red         #C8102E   All primary CTA buttons — cardinal rule
 * --rc-red-dark    #A00D24   CTA :hover and :active only
 * --rc-navy        #1A1464   All H1–H4 headings, logo wordmark text
 * --rc-navy-deep   #0D0B2B   Dark accent sections (footer, dark modules)
 * --rc-purple      #7B2FBE   Links, secondary accents (C2W purple)
 * --rc-ink         #2B2D42   Body text (slightly darker than C2W grey-600)
 * --rc-grey-600    #4A4C65   Secondary body text (C2W grey-600)
 * --rc-grey-400    #9CA3AF   Caption, small text
 * --rc-grey-200    #E5E7EB   Borders, dividers
 * --rc-grey-100    #F3F4F6   Subtle surface
 * --rc-bg          #FFFFFF   Primary background
 * --rc-bg-soft     #FAFAFB   Secondary background
 * --rc-bg-wash     #EEF1F7   Tinted surface
 * ─────────────────────────────────────────────────────────────────────────────
 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600;1,700;1,800&family=Playfair+Display:ital,wght@1,500;1,600;1,700&display=swap');

/* ═══════════════════════════════════════════════════════════════════════════
   CSS CUSTOM PROPERTIES
   ═══════════════════════════════════════════════════════════════════════════ */

:root {

  /* ── Core palette ── */
  --rc-red:         #C43C30;
  --rc-red-dark:    #9E2F25;
  --rc-navy:        #1A1B4B;
  --rc-navy-deep:   #0F1033;
  --rc-purple:      #7B2FBE;

  /* ── Text ── */
  --rc-ink:         #2B2D42;
  --rc-grey-600:    #4B5163;
  --rc-grey-500:    #6B7280;
  --rc-grey-400:    #9CA3AF;

  /* ── Surfaces ── */
  --rc-grey-200:    #E5E7EB;
  --rc-grey-100:    #F3F4F6;
  --rc-bg:          #FFFFFF;
  --rc-bg-soft:     #FAFAFB;
  --rc-bg-wash:     #EEF1F7;

  /* ── Typography ── */
  --rc-font-body:     'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --rc-font-accent:   'Playfair Display', Georgia, serif;

  /* ── Spacing ── */
  --rc-space-xs:    0.5rem;
  --rc-space-sm:    0.875rem;
  --rc-space-md:    1.25rem;
  --rc-space-lg:    2rem;
  --rc-space-xl:    3rem;
  --rc-space-2xl:   4.5rem;

  /* ── Radius ── */
  --rc-radius-sm:   4px;
  --rc-radius-md:   8px;
  --rc-radius-lg:   12px;
  --rc-radius-xl:   16px;
  --rc-radius-2xl:  24px;

  /* ── Shadows ── */
  --rc-shadow-sm:   0 1px 3px rgba(26,20,100,0.08), 0 1px 2px rgba(26,20,100,0.04);
  --rc-shadow-md:   0 4px 12px rgba(26,20,100,0.10), 0 2px 4px rgba(26,20,100,0.06);
  --rc-shadow-lg:   0 10px 30px rgba(26,20,100,0.12), 0 4px 8px rgba(26,20,100,0.06);
  --rc-shadow-red:  0 4px 18px rgba(200,16,46,0.28);

  /* ── Transitions ── */
  --rc-transition:    0.18s ease;
  --rc-transition-md: 0.28s ease;

}


/* ═══════════════════════════════════════════════════════════════════════════
   BASE / RESET
   ═══════════════════════════════════════════════════════════════════════════ */

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--rc-font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--rc-ink);
  background-color: var(--rc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { max-width: 100%; height: auto; display: block; }


/* ═══════════════════════════════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════════════════════════════ */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: var(--rc-font-body);
  color: var(--rc-navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 0;
}

h1, .h1 {
  font-size: clamp(1.875rem, 4.5vw, 2.875rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.875rem;
}

h3, .h3 {
  font-size: clamp(1.0625rem, 2vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

/* Playfair Display — accent italic only */
/* Usage: <em class="rc-accent">text</em> or any italic inside .rc-accent-parent */
.rc-accent,
.hero-headline em,
.section-head em,
.compete h2 em,
.rc-italic-accent {
  font-family: var(--rc-font-accent);
  font-style: italic;
  font-weight: 600;
  color: var(--rc-red);
}

/* Eyebrow labels */
.eyebrow,
.hero-eyebrow,
.section-eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rc-red);
  margin-bottom: 0.625rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--rc-ink);
}

a {
  color: var(--rc-purple);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--rc-transition), opacity var(--rc-transition);
}

a:hover, a:focus { color: var(--rc-navy); opacity: 0.85; }

/* Small / legal text */
.small-text, .legal-text {
  font-size: 0.8125rem;
  color: var(--rc-grey-500);
  line-height: 1.55;
}


/* ═══════════════════════════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════════════════════════ */

.container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
}

.container--narrow  { max-width: 760px; }
.container--wide    { max-width: 1320px; }

.section { padding-block: var(--rc-space-2xl); }
.section--sm { padding-block: var(--rc-space-xl); }
.section--lg { padding-block: calc(var(--rc-space-2xl) * 1.3); }

/* Section backgrounds */
.section--white  { background-color: var(--rc-bg); }
.section--soft   { background-color: var(--rc-bg-soft); }
.section--wash   { background-color: var(--rc-bg-wash); }
.section--navy   { background-color: var(--rc-navy); color: #fff; }
.section--dark   { background-color: var(--rc-navy-deep); color: #fff; }

.section--navy h1, .section--navy h2, .section--navy h3,
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.section--navy p, .section--dark p { color: rgba(255,255,255,0.80); }

/* Grid helpers */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: var(--rc-space-lg); }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: var(--rc-space-lg); }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: var(--rc-space-md); }

.text-center { text-align: center; }
.text-left   { text-align: left; }


/* ═══════════════════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════════════════ */

.btn,
.button,
button,
input[type="submit"],
input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.75em 1.75em;
  border: 2px solid transparent;
  border-radius: var(--rc-radius-md);
  font-family: var(--rc-font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color var(--rc-transition),
    border-color var(--rc-transition),
    color var(--rc-transition),
    box-shadow var(--rc-transition),
    transform var(--rc-transition);
}

.btn:hover, button:hover,
input[type="submit"]:hover { transform: translateY(-1px); }

.btn:active, button:active { transform: translateY(0); }

/* Primary — Cardinal Red. All primary CTAs. No exceptions. */
.btn-primary,
.btn--primary,
button[type="submit"],
input[type="submit"] {
  background-color: var(--rc-red);
  border-color: var(--rc-red);
  color: #ffffff;
  box-shadow: var(--rc-shadow-red);
}

.btn-primary:hover, .btn--primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: var(--rc-red-dark);
  border-color: var(--rc-red-dark);
  color: #ffffff;
  box-shadow: 0 6px 24px rgba(200,16,46,0.35);
}

/* Secondary — Navy outline */
.btn-secondary,
.btn--secondary {
  background-color: transparent;
  border-color: var(--rc-navy);
  color: var(--rc-navy);
}

.btn-secondary:hover, .btn--secondary:hover {
  background-color: var(--rc-navy);
  color: #ffffff;
}

/* Ghost — for dark backgrounds */
.btn-ghost,
.btn--ghost {
  background-color: transparent;
  border-color: rgba(255,255,255,0.6);
  color: #ffffff;
}

.btn-ghost:hover, .btn--ghost:hover {
  background-color: rgba(255,255,255,0.12);
  border-color: #ffffff;
}

/* Size modifiers */
.btn-lg, .btn--lg {
  padding: 0.9em 2.25em;
  font-size: 1.0625rem;
}

.btn-sm, .btn--sm {
  padding: 0.55em 1.25em;
  font-size: 0.8125rem;
}

/* Arrow suffix */
.btn-arrow::after {
  content: " →";
  font-style: normal;
}

/* CTA group */
.hero-ctas,
.cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--rc-space-sm);
}

/* Phone CTA inline */
.nav-phone,
.cta-phone {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--rc-grey-600);
  text-decoration: none;
}

.nav-phone:hover, .cta-phone:hover { color: var(--rc-navy); }

.section--dark .cta-phone,
.section--navy .cta-phone { color: rgba(255,255,255,0.75); }


/* ═══════════════════════════════════════════════════════════════════════════
   NAVIGATION — GeneratePress overrides
   ═══════════════════════════════════════════════════════════════════════════ */

.site-header {
  background-color: var(--rc-bg);
  border-bottom: 1px solid var(--rc-grey-200);
  box-shadow: var(--rc-shadow-sm);
  position: sticky;
  top: 0;
  z-index: 100;
}

.main-navigation a {
  font-family: var(--rc-font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--rc-navy);
  text-decoration: none;
  padding: 0.5em 0.875em;
  border-radius: var(--rc-radius-sm);
  transition: color var(--rc-transition), background-color var(--rc-transition);
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
  color: var(--rc-red);
  background-color: rgba(200,16,46,0.05);
}

/* Nav CTA — "Start Your Raffle" */
.nav-cta > a,
.menu-item--cta > a {
  background-color: var(--rc-red) !important;
  color: #ffffff !important;
  border-radius: var(--rc-radius-md) !important;
  padding: 0.5em 1.25em !important;
  box-shadow: var(--rc-shadow-red);
}

.nav-cta > a:hover,
.menu-item--cta > a:hover {
  background-color: var(--rc-red-dark) !important;
  color: #ffffff !important;
}

/* Nav phone link */
.nav-phone {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--rc-navy) !important;
}

/* Dropdown */
.main-navigation ul ul {
  background: var(--rc-bg);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-lg);
  box-shadow: var(--rc-shadow-lg);
}

.main-navigation ul ul a {
  font-weight: 500;
  font-size: 0.875rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   HERO — RC pattern
   ═══════════════════════════════════════════════════════════════════════════ */

.hero {
  background-color: var(--rc-bg);
  padding-block: var(--rc-space-2xl) var(--rc-space-xl);
  position: relative;
  overflow: hidden;
}

/* Decorative stripe accents used in the existing HTML files */
.hero-stripe,
.hero-stripe-2 {
  position: absolute;
  width: 200px;
  height: 3px;
  border-radius: 2px;
  pointer-events: none;
}

.hero-stripe {
  top: 60px;
  right: 0;
  background: linear-gradient(90deg, transparent, var(--rc-red) 40%, var(--rc-navy) 60%, transparent);
}

.hero-stripe-2 {
  bottom: 80px;
  left: 0;
  background: linear-gradient(90deg, transparent, var(--rc-navy) 40%, var(--rc-red) 60%, transparent);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
}

.hero-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  background-color: rgba(200,16,46,0.08);
  color: var(--rc-red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.3em 0.75em;
  border-radius: 999px;
}

.hero-headline {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--rc-navy);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

.hero-subhead {
  font-size: 1.0625rem;
  color: var(--rc-grey-600);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rc-grey-200);
}

.hero-trust-item {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rc-grey-600);
  display: flex;
  align-items: center;
  gap: 0.4em;
}

/* Visual column — hero right side */
.hero-visual {
  position: relative;
}

.hero-stat-card {
  background: var(--rc-bg);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-xl);
  padding: 1.5rem 2rem;
  box-shadow: var(--rc-shadow-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hero-stat-item { text-align: center; }

.hero-stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--rc-navy);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: var(--rc-grey-500);
  line-height: 1.4;
}

/* Floating accent cards over hero visual */
.hero-accent-card {
  position: absolute;
  background: var(--rc-bg);
  border-radius: var(--rc-radius-lg);
  padding: 0.875rem 1.25rem;
  box-shadow: var(--rc-shadow-md);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rc-navy);
  display: flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  pointer-events: none;
}

.hero-accent-card--tl { top: -1rem;  left: -1rem; }
.hero-accent-card--br { bottom: -1rem; right: -1rem; }
.hero-accent-card--tr { top: -0.5rem; right: -0.5rem; }


/* ═══════════════════════════════════════════════════════════════════════════
   CARDS — general
   ═══════════════════════════════════════════════════════════════════════════ */

.card,
.format-card,
.price-card,
.feature-card {
  background-color: var(--rc-bg);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-lg);
  box-shadow: var(--rc-shadow-sm);
  padding: 1.75rem;
  transition:
    box-shadow var(--rc-transition-md),
    transform var(--rc-transition-md);
}

.card:hover,
.format-card:hover,
.feature-card:hover {
  box-shadow: var(--rc-shadow-lg);
  transform: translateY(-2px);
}

/* Format card — with top stripe accent */
.format-card {
  position: relative;
  overflow: hidden;
}

.format-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background-color: var(--rc-grey-200);
  transition: background-color var(--rc-transition);
}

.format-card:hover::before,
.format-card.featured::before {
  background-color: var(--rc-red);
}

.format-card .card-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(200,16,46,0.08);
  border-radius: var(--rc-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: var(--rc-red);
}

.format-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 0.5rem;
}

.format-card p {
  font-size: 0.9rem;
  color: var(--rc-grey-600);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured card variant */
.format-card.featured {
  border-color: rgba(200,16,46,0.25);
  background-color: var(--rc-bg-soft);
}

/* Exclusive badge */
.badge-exclusive {
  display: inline-flex;
  align-items: center;
  background-color: rgba(200,16,46,0.10);
  color: var(--rc-red);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2em 0.65em;
  border-radius: 999px;
  margin-top: 0.75rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   PRICING CARDS
   ═══════════════════════════════════════════════════════════════════════════ */

.price-card {
  position: relative;
}

/* Premium card highlight */
.price-card.premium {
  border-color: var(--rc-red);
  border-width: 2px;
}

.price-card.premium::before {
  content: 'Most Popular';
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--rc-red);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3em 1em;
  border-radius: 999px;
  white-space: nowrap;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--rc-navy);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.price-period {
  font-size: 0.8125rem;
  color: var(--rc-grey-500);
  margin-bottom: 1.5rem;
}

.price-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.price-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9rem;
  color: var(--rc-grey-600);
  line-height: 1.5;
}

.price-feature-list li::before {
  content: '✓';
  color: var(--rc-red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.05rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════════════════════════════════════════ */

.section-head {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--rc-space-xl);
}

.section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--rc-navy);
  margin-bottom: 0.75rem;
}

.section-head p {
  font-size: 1rem;
  color: var(--rc-grey-600);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Left-aligned section head variant */
.section-head--left {
  text-align: left;
  margin-inline: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════
   HOTLINE / REALITY BLOCK
   The story-based callout used across RC pages
   ═══════════════════════════════════════════════════════════════════════════ */

.hotline-card {
  background-color: var(--rc-navy-deep);
  border-radius: var(--rc-radius-xl);
  padding: 2rem 2.5rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hotline-card::before {
  content: '"';
  position: absolute;
  top: -0.25em;
  left: 0.5rem;
  font-size: 8rem;
  color: rgba(255,255,255,0.04);
  font-family: var(--rc-font-accent);
  line-height: 1;
  pointer-events: none;
}

.hotline-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1rem;
}

.hotline-quote {
  font-family: var(--rc-font-accent);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hotline-response {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin-bottom: 0;
}

.hotline-attribution {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.40);
  margin-top: 1rem;
  margin-bottom: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════
   COMPETE / COMPARISON SECTION
   ═══════════════════════════════════════════════════════════════════════════ */

.compete {
  background-color: var(--rc-navy);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-block: var(--rc-space-2xl);
}

.compete h2 { color: #ffffff; }
.compete p  { color: rgba(255,255,255,0.80); }

/* Decorative gradient accents */
.compete::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rc-red), var(--rc-purple), var(--rc-red));
  opacity: 0.6;
}

/* Comparison table inside compete section */
.compete-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.compete-table th {
  padding: 0.875rem 1.25rem;
  text-align: left;
  background-color: rgba(255,255,255,0.08);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8125rem;
}

.compete-table td {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.78);
}

.compete-table tr:last-child td { border-bottom: none; }

.compete-check { color: #4ade80; font-weight: 700; }
.compete-cross  { color: rgba(255,255,255,0.30); font-weight: 700; }
.compete-c2w    { color: #38bdf8; font-weight: 700; }


/* ═══════════════════════════════════════════════════════════════════════════
   DUAL-ROUTE SECTION (DIY → WPRaffle / Done-for-you → Chance2Win)
   ═══════════════════════════════════════════════════════════════════════════ */

.route-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.route-card {
  background-color: var(--rc-bg);
  border: 2px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-xl);
  padding: 2.25rem;
  transition: border-color var(--rc-transition-md), box-shadow var(--rc-transition-md);
}

.route-card:hover {
  border-color: var(--rc-red);
  box-shadow: var(--rc-shadow-lg);
}

.route-card--primary {
  border-color: var(--rc-red);
  background-color: var(--rc-bg-soft);
}

.route-card__tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--rc-red);
  background-color: rgba(200,16,46,0.08);
  padding: 0.3em 0.75em;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 1rem;
}

.route-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--rc-navy);
  margin-bottom: 0.625rem;
}

.route-card__desc {
  font-size: 0.9375rem;
  color: var(--rc-grey-600);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.route-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.route-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.875rem;
  color: var(--rc-grey-600);
}

.route-card__list li::before {
  content: '→';
  color: var(--rc-red);
  flex-shrink: 0;
  font-weight: 700;
}


/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════════════════════ */

.testimonial-card {
  background-color: var(--rc-bg);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-lg);
  padding: 1.75rem;
  box-shadow: var(--rc-shadow-sm);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
  font-size: 3rem;
  color: var(--rc-red);
  font-family: var(--rc-font-accent);
  font-style: italic;
  line-height: 1;
  opacity: 0.35;
}

.testimonial-body {
  font-size: 0.9375rem;
  color: var(--rc-grey-600);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-org {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--rc-navy);
}

.testimonial-type {
  font-size: 0.75rem;
  color: var(--rc-grey-500);
}


/* ═══════════════════════════════════════════════════════════════════════════
   STEPS / PROCESS
   ═══════════════════════════════════════════════════════════════════════════ */

.steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 680px;
}

.step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.25rem 1.5rem;
  background-color: var(--rc-bg-soft);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-lg);
  transition: box-shadow var(--rc-transition-md);
}

.step:hover { box-shadow: var(--rc-shadow-md); }

.step__number {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--rc-red);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--rc-shadow-red);
}

.step__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 0.375rem;
}

.step__body {
  font-size: 0.9375rem;
  color: var(--rc-grey-600);
  line-height: 1.6;
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════
   FAQ ACCORDION
   ═══════════════════════════════════════════════════════════════════════════ */

.rc-faq { max-width: 760px; margin-inline: auto; }

.rc-faq__item { border-bottom: 1px solid var(--rc-grey-200); }

.rc-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 0;
  text-align: left;
  font-family: var(--rc-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: color var(--rc-transition);
  box-shadow: none;
  transform: none;
}

.rc-faq__question:hover { color: var(--rc-red); transform: none; }

.rc-faq__chevron {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--rc-purple);
  transition: transform var(--rc-transition-md);
}

.rc-faq__item--open .rc-faq__chevron { transform: rotate(180deg); }

.rc-faq__answer {
  display: none;
  padding-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: var(--rc-grey-600);
  line-height: 1.65;
}

.rc-faq__item--open .rc-faq__answer { display: block; }


/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */

.site-footer {
  background-color: var(--rc-navy);
  color: rgba(255,255,255,0.75);
  padding-block: var(--rc-space-2xl) var(--rc-space-lg);
}

.site-footer a {
  color: rgba(255,255,255,0.70);
  text-decoration: none;
  transition: color var(--rc-transition);
}

.site-footer a:hover { color: #ffffff; }

.site-footer h4 {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--rc-space-xl);
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a { font-size: 0.875rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: var(--rc-space-xl);
  padding-top: var(--rc-space-md);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--rc-space-sm);
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.40);
}

.footer-bottom a { color: rgba(255,255,255,0.50); }
.footer-bottom a:hover { color: rgba(255,255,255,0.85); }

.footer-attrib {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.55;
}

.footer-phone {
  font-weight: 700;
  color: rgba(255,255,255,0.80) !important;
}


/* ═══════════════════════════════════════════════════════════════════════════
   BLOG / POST CARDS
   ═══════════════════════════════════════════════════════════════════════════ */

.post-card {
  background-color: var(--rc-bg);
  border: 1px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-lg);
  overflow: hidden;
  transition: box-shadow var(--rc-transition-md), transform var(--rc-transition-md);
}

.post-card:hover {
  box-shadow: var(--rc-shadow-lg);
  transform: translateY(-3px);
}

.post-card__img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.post-card__body { padding: 1.25rem 1.5rem; }

.post-card__cat {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--rc-red);
  margin-bottom: 0.5rem;
}

.post-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-navy);
  line-height: 1.3;
  margin-bottom: 0.625rem;
}

.post-card__excerpt {
  font-size: 0.875rem;
  color: var(--rc-grey-600);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.post-card__meta {
  font-size: 0.75rem;
  color: var(--rc-grey-400);
}

/* Entry content (single post) */
.entry-content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--rc-grey-600);
}

.entry-content h2 { margin-top: 2.5rem; margin-bottom: 0.875rem; }
.entry-content h3 { margin-top: 2rem; margin-bottom: 0.75rem; }

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.entry-content li { margin-bottom: 0.5rem; }

/* Inline CTA block in posts */
.post-cta-block {
  background-color: var(--rc-bg-soft);
  border-radius: var(--rc-radius-lg);
  border-left: 4px solid var(--rc-red);
  padding: var(--rc-space-md) var(--rc-space-lg);
  margin-block: var(--rc-space-xl);
}

.post-cta-block p {
  font-weight: 600;
  color: var(--rc-navy);
  margin-bottom: 0.875rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   GENERATEPRESS OVERRIDES
   ═══════════════════════════════════════════════════════════════════════════ */

/* GP link color → RC purple */
.entry-content a,
.gp-post-meta a,
.sidebar-widget a { color: var(--rc-purple); }

/* GP widget title */
.widget-title {
  font-family: var(--rc-font-body);
  font-weight: 800;
  color: var(--rc-navy);
  font-size: 1rem;
  border-bottom: 2px solid var(--rc-red);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* GP search */
.search-form input[type="search"] {
  border: 1.5px solid var(--rc-grey-200);
  border-radius: var(--rc-radius-md);
  padding: 0.625em 1em;
  font-family: var(--rc-font-body);
  color: var(--rc-grey-600);
}

.search-form input[type="search"]:focus {
  border-color: var(--rc-purple);
  outline: 2px solid rgba(123,47,190,0.20);
}

/* GP pagination */
.pagination .page-numbers {
  color: var(--rc-navy);
  text-decoration: none;
  padding: 0.4em 0.75em;
  border-radius: var(--rc-radius-sm);
  font-weight: 600;
  font-size: 0.875rem;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: var(--rc-red);
  color: #ffffff;
}

/* GP breadcrumbs */
.breadcrumb-trail { font-size: 0.8125rem; color: var(--rc-grey-400); }
.breadcrumb-trail a { color: var(--rc-purple); }


/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .route-cards  { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {

  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-stripe, .hero-stripe-2 { display: none; }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hero-ctas, .cta-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-3, .grid-4 { grid-template-columns: 1fr; }

  .steps { max-width: 100%; }

  .main-navigation a:not(.btn):not(.nav-phone) { display: none; }
  .nav-phone { display: none !important; }

}

@media (max-width: 480px) {
  .btn--lg, .btn-lg { width: 100%; justify-content: center; }
  .hero-stat-card { grid-template-columns: 1fr 1fr; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   ACCESSIBILITY
   ═══════════════════════════════════════════════════════════════════════════ */

:focus-visible {
  outline: 2px solid var(--rc-purple);
  outline-offset: 3px;
  border-radius: var(--rc-radius-sm);
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--rc-red);
  color: #ffffff;
  padding: 0.5em 1em;
  font-weight: 700;
  z-index: 9999;
  text-decoration: none;
}

.skip-link:focus { top: 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}


/* =============================================================================
   GP OVERRIDES — strip default header/nav/footer chrome
   ============================================================================= */

.site-header, #masthead,
.main-navigation, #site-navigation,
.site-content, #content { padding-top: 0 !important; margin-top: 0 !important; }
.inside-article { padding: 0 !important; }
.entry-header    { display: none !important; }


/* =============================================================================
   RC HEADER  — matches homepage HTML exactly
   ============================================================================= */

.rc-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.88);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--rc-grey-200);
}

.rc-header .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	max-width: 1160px;
	margin: 0 auto;
	gap: 1.5rem;
}

/* ── Brand lockup ── */
.brand-lockup {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	text-decoration: none;
}

.brand-icon {
	width: 38px;
	height: 38px;
	border: 2px solid var(--rc-navy);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.brand-main {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--rc-navy);
	letter-spacing: -0.02em;
	line-height: 1;
}

.brand-main em {
	font-family: var(--rc-font-accent);
	font-style: italic;
	font-weight: 700;
	color: var(--rc-red);
}

.brand-attribution {
	font-size: 0.6875rem;
	font-weight: 500;
	color: var(--rc-grey-500);
	letter-spacing: 0.02em;
	margin-top: 3px;
}

.brand-attribution strong {
	color: var(--rc-navy);
	font-weight: 700;
}

/* ── Nav links ── */
.nav-links {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-links li { position: relative; }

.nav-links a {
	color: var(--rc-ink);
	font-weight: 500;
	font-size: 0.9375rem;
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--rc-transition);
}

.nav-links a:hover,
.nav-links .current-menu-item > a { color: var(--rc-red); text-decoration: none; opacity: 1; }

/* WP sub-menu dropdown */
.nav-links .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 200px;
	background: #fff;
	border: 1px solid var(--rc-grey-200);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(26,27,75,0.12);
	padding: 0.5rem 0;
	list-style: none;
	margin: 0;
	z-index: 200;
}

.nav-links li:hover > .sub-menu,
.nav-links li:focus-within > .sub-menu { display: block; }

.nav-links .sub-menu a {
	display: block;
	padding: 0.45rem 1rem;
	font-size: 0.875rem;
}

/* ── Header right: CTA + hamburger ── */
.rc-header__actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.rc-nav-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 1.375rem;
	cursor: pointer;
	color: var(--rc-navy);
	padding: 0.25rem;
	line-height: 1;
}

/* ── Mobile ── */
@media (max-width: 860px) {
	.nav-links > li > a:not(.btn) { display: none; }
}

@media (max-width: 680px) {
	.rc-nav-toggle { display: block; }

	.nav-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid var(--rc-grey-200);
		box-shadow: 0 8px 24px rgba(26,27,75,0.1);
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 1rem 1.5rem;
	}

	.rc-header--nav-open .nav-links { display: flex; }

	.nav-links > li { width: 100%; }
	.nav-links > li > a { display: block !important; padding: 0.6rem 0; font-size: 1rem; }

	.nav-links .sub-menu {
		position: static;
		box-shadow: none;
		border: none;
		border-left: 2px solid var(--rc-grey-200);
		border-radius: 0;
		padding: 0.25rem 0 0.5rem 0.75rem;
	}

	.rc-header .nav { position: relative; }
}

@media (max-width: 560px) {
	.brand-attribution { display: none; }
}


/* =============================================================================
   RC FOOTER  — light bg, matches homepage design exactly
   ============================================================================= */

footer {
	background: var(--rc-bg-soft);
	border-top: 1px solid var(--rc-grey-200);
	padding: 3.5rem 0 2rem;
	font-size: 0.9375rem;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr;
	gap: 3rem;
}

.footer-col h5 {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rc-navy);
	margin-bottom: 1rem;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.5rem; }

.footer-col a {
	color: var(--rc-grey-600);
	font-size: 0.875rem;
	text-decoration: none;
	transition: color var(--rc-transition);
}

.footer-col a:hover { color: var(--rc-red); text-decoration: none; opacity: 1; }

.footer-attrib {
	font-size: 0.875rem;
	color: var(--rc-grey-500);
	line-height: 1.6;
	margin-top: 1rem;
}

.footer-phone {
	color: var(--rc-red) !important;
	font-weight: 700;
}

.footer-bottom {
	border-top: 1px solid var(--rc-grey-200);
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.8125rem;
	color: var(--rc-grey-400);
}

@media (max-width: 860px) {
	.footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 500px) {
	.footer-inner { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; }
}
