@import url('_variables.css');
@import url('header.css');
@import url('footer.css');

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--body-font);
  background: var(--white);
  color: var(--text-primary);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
  background: var(--gray-300);
  border-radius: 5px;
  border: 2px solid var(--gray-100);
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand-400);
}

/* Firefox scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--gray-300) var(--gray-100);
}

h1, h2 {
  font-family: var(--headings-font);
  font-weight: 400;
  line-height: 1.2;
}

h3, h4 {
  font-family: var(--subheadings-font);
  color: var(--brand-700);
  line-height: 1.2;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION - Enhanced gradients and depth
   ═══════════════════════════════════════════════════════════════ */
.hero {
  padding: 8rem 0 4rem;
  background: 
    linear-gradient(135deg, var(--brand-50) 0%, var(--white) 40%, var(--white) 60%, var(--accent-50) 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 800px 500px at 5% 10%, rgba(77, 142, 187, 0.12), transparent 60%),
    radial-gradient(ellipse 600px 400px at 95% 90%, rgba(232, 127, 53, 0.08), transparent 60%),
    radial-gradient(ellipse 400px 300px at 50% 50%, rgba(77, 142, 187, 0.04), transparent 50%);
  pointer-events: none;
}

/* Subtle grid pattern overlay */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(77, 142, 187, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 142, 187, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
  }
}

.hero-content {
  max-width: 600px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  background: var(--white);
  border: 1px solid var(--brand-200);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-700);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.hero-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(77, 142, 187, 0.4);
}

@keyframes pulse {
  0%, 100% { 
    opacity: 1; 
    box-shadow: 0 0 0 0 rgba(77, 142, 187, 0.4);
  }
  50% { 
    opacity: 0.8; 
    box-shadow: 0 0 0 6px rgba(77, 142, 187, 0);
  }
}

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.hero h1 .highlight {
  color: var(--accent);
  position: relative;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.hero-subtitle-last {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-note {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hero-note strong {
  color: var(--text-secondary);
}

/* ═══════════════════════════════════════════════════════════════
   THE STACK - Enhanced card with better depth
   ═══════════════════════════════════════════════════════════════ */
.the-stack {
  background: var(--white);
  border-radius: 24px;
  box-shadow: 
    0 0 0 1px rgba(228, 233, 237, 0.8),
    0 8px 40px rgba(30, 42, 56, 0.08),
    0 20px 60px rgba(30, 42, 56, 0.06);
  overflow: hidden;
  position: relative;
}

/* Subtle inner glow */
.the-stack::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(77, 142, 187, 0.03) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.stack-header {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-700) 100%);
  color: var(--white);
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtle shine effect on header */
.stack-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  animation: shine 8s ease-in-out infinite;
}

@keyframes shine {
  0%, 100% { transform: translateX(-50%); }
  50% { transform: translateX(50%); }
}

.stack-header h2 {
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.stack-body {
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.stack-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}

.stack-item:hover {
  background: var(--gray-50);
  margin: 0 -1rem;
  padding: 1rem;
  border-radius: 12px;
  border-bottom-color: transparent;
}

.stack-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stack-item:first-child {
  padding-top: 0;
}

.stack-icon {
  width: 44px;
  height: 44px;
  background: var(--brand-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stack-item:hover .stack-icon {
  transform: scale(1.05);
  box-shadow: var(--shadow-brand-soft);
}

.stack-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.stack-icon.highlight {
  background: var(--accent-100);
}

.stack-content {
  flex: 1;
}

.stack-content h3 {
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.stack-content p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0;
}

.stack-badge {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  background: var(--success-100);
  color: var(--success-700);
  white-space: nowrap;
}

.stack-badge.unique {
  background: var(--accent-100);
  color: var(--accent-700);
}

.stack-footer {
  background: var(--gray-50);
  padding: 1.5rem 2rem;
  border-top: 1px solid var(--border);
}

.stack-price-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.price-old {
  text-align: center;
}

.price-old-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.price-old-amount {
  font-size: 1.5rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.price-arrow {
  font-size: 1.5rem;
  color: var(--text-muted);
}

.price-new {
  text-align: center;
  background: var(--success-100);
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  border: 2px solid var(--success);
}

.price-new-label {
  font-size: 0.7rem;
  color: var(--success-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.price-new-amount {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--success);
}

.stack-cta {
  margin-top: 1.25rem;
}

.stack-cta .btn {
  width: 100%;
}

.stack-cta-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

/* ═══════════════════════════════════════════════════════════════
   KILLER SECTION - Major Enhancement with Modern Effects
   ═══════════════════════════════════════════════════════════════ */
.killer-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

/* Enhanced multi-layer background */
.killer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 800px 500px at 0% 0%, rgba(77, 142, 187, 0.20), transparent 50%),
    radial-gradient(ellipse 600px 400px at 100% 100%, rgba(232, 127, 53, 0.12), transparent 50%),
    radial-gradient(ellipse 400px 400px at 50% 50%, rgba(77, 142, 187, 0.08), transparent 50%);
  pointer-events: none;
}

/* Subtle noise texture */
.killer-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.02;
  pointer-events: none;
}

.killer-inner {
  position: relative;
  z-index: 1;
}

.killer-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.killer-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.killer-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.killer-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Enhanced comparison grid with glass effect */
.killer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 
    0 4px 24px rgba(0, 0, 0, 0.2),
    0 8px 48px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  .killer-grid {
    grid-template-columns: 1fr;
  }
}

.killer-col {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease;
}

.killer-col:last-child {
  border-right: none;
}

@media (max-width: 900px) {
  .killer-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .killer-col:last-child {
    border-bottom: none;
  }
}

.killer-col-header {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.killer-col.others .killer-col-header {
  opacity: 0.6;
}

/* FEATURED COLUMN - The "ours" column with enhanced styling */
.killer-col.ours {
  background: 
    linear-gradient(135deg, rgba(77, 142, 187, 0.18) 0%, rgba(77, 142, 187, 0.08) 100%);
  position: relative;
}

/* Glow effect for featured column */
.killer-col.ours::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-400), var(--accent-400), var(--brand-400));
  background-size: 200% 100%;
  animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Inner glow for featured column */
.killer-col.ours::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(77, 142, 187, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

.killer-col-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.killer-col.others .killer-col-label {
  color: rgba(255, 255, 255, 0.45);
}

.killer-col.ours .killer-col-label {
  color: var(--accent);
  text-shadow: 0 0 20px rgba(232, 127, 53, 0.5);
}

.killer-col-name {
  /*font-family: 'DM Serif Display', Georgia, serif;*/
  font-family: var(--headings-font);
  font-size: 1.5rem;
  color: var(--white);
}

.killer-col.ours .killer-col-name {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.killer-features {
  list-style: none;
  position: relative;
  z-index: 1;
}

.killer-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.2s ease;
}

.killer-features li:last-child {
  border-bottom: none;
}

.killer-col.others .killer-features li {
  color: rgba(255, 255, 255, 0.5);
}

.killer-col.ours .killer-features li {
  color: var(--white);
}

.killer-col.ours .killer-features li:hover {
  background: rgba(255, 255, 255, 0.03);
  margin: 0 -0.75rem;
  padding: 0.85rem 0.75rem;
  border-radius: 8px;
}

.killer-check {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.killer-col.others .killer-check {
  color: rgba(255, 255, 255, 0.25);
}

.killer-col.ours .killer-check {
  color: var(--success);
  text-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.killer-price {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  position: relative;
  z-index: 1;
}

.killer-price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}

.killer-price-amount {
  /*font-family: 'DM Serif Display', Georgia, serif;*/
  font-family: var(--headings-font);
  font-size: 1.5rem;
}

.killer-col.others .killer-price-amount {
  color: rgba(255, 255, 255, 0.55);
}

.killer-col.ours .killer-price-amount {
  color: var(--success);
  text-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.killer-bottom {
  text-align: center;
  margin-top: 4rem;
}

.killer-bottom p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.killer-bottom p strong {
  color: var(--white);
}

.killer-bottom .btn-accent {
  box-shadow: 
    0 4px 20px rgba(232, 127, 53, 0.4),
    0 8px 40px rgba(232, 127, 53, 0.2),
    0 0 60px rgba(232, 127, 53, 0.15);
}

.killer-bottom .btn-accent:hover {
  box-shadow: 
    0 6px 28px rgba(232, 127, 53, 0.5),
    0 12px 50px rgba(232, 127, 53, 0.25),
    0 0 80px rgba(232, 127, 53, 0.2);
}

/* ═══════════════════════════════════════════════════════════════
   WHY NOW SECTION - Enhanced cards
   ═══════════════════════════════════════════════════════════════ */
.why-now-section {
  padding: 6rem 0;
  background: var(--white);
}

.why-now-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.why-now-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.why-now-card {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--white) 100%);
  border: 1px solid var(--brand-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Stronger gradient on hover */
.why-now-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--brand-100) 0%, var(--white) 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-now-card:hover {
  border-color: var(--brand-200);
  box-shadow: 
    0 8px 30px rgba(30, 42, 56, 0.08),
    0 4px 12px rgba(77, 142, 187, 0.08);
  transform: translateY(-6px);
}

.why-now-card:hover::before {
  opacity: 1;
}

.why-now-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-50);
  border-radius: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.why-now-card:hover .why-now-card-icon {
  background: var(--brand-100);
  transform: scale(1.05);
}

.why-now-card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.why-now-card h3 {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-700);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.why-now-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.why-now-bottom {
  text-align: center;
  margin-top: 3.5rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--white) 100%);
  border-radius: 20px;
  border: 1px solid var(--brand-100);
  position: relative;
  overflow: hidden;
}

.why-now-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 300px 200px at 10% 20%, rgba(77, 142, 187, 0.08), transparent 50%),
    radial-gradient(ellipse 250px 150px at 90% 80%, rgba(232, 127, 53, 0.05), transparent 50%);
  pointer-events: none;
}

.why-now-statement {
  /*font-family: 'DM Serif Display', Georgia, serif;*/
  font-family: var(--headings-font);
  font-size: 1.6rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.why-now-statement .accent {
  /*color: var(--brand);*/
  color: var(--accent);
}

.why-now-subtext {
  color: var(--text-secondary);
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════
   STARTING POINT SECTION
   ═══════════════════════════════════════════════════════════════ */
.starting-point-section {
  padding: 6rem 0;
  background: var(--gray-50);
}

.starting-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.starting-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.starting-header p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.starting-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.starting-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.starting-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-400) 100%);
  transition: height 0.35s ease;
  border-radius: 0 0 4px 0;
}

.starting-card:hover {
  border-color: var(--brand-200);
  box-shadow: 
    0 8px 32px rgba(30, 42, 56, 0.08),
    0 4px 12px rgba(77, 142, 187, 0.06);
  transform: translateY(-4px);
}

.starting-card:hover::before {
  height: 100%;
}

.starting-card-quote {
  /*font-family: 'DM Serif Display', Georgia, serif;*/
  font-family: var(--headings-font);
  font-size: 1.3rem;
  color: var(--accent);
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.starting-card-quote::before {
  content: '"';
  color: var(--brand);
}

.starting-card-quote::after {
  content: '"';
  color: var(--brand);
}

.starting-card h3 {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-700);
  margin-bottom: 0.75rem;
}

.starting-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.starting-card .btn {
  width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   DUTY OF CARE SECTION
   ═══════════════════════════════════════════════════════════════ */
.duty-section {
  padding: 6rem 0;
  background: var(--white);
}

.duty-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .duty-content {
    grid-template-columns: 1fr 1fr;
  }
}

.duty-text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  margin-bottom: 1.5rem;
}

.duty-text p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.duty-text p strong {
  color: var(--text-primary);
}

.duty-visual {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--white) 100%);
  border: 1px solid var(--brand-100);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: var(--shadow-soft);
}

.duty-visual h3 {
  margin-bottom: 1.5rem;
  color: var(--brand);
  font-size: 1.5rem;
}

.duty-list {
  list-style: none;
}

.duty-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.duty-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.duty-list-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-600) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-brand-soft);
}

.duty-list-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.duty-list-content h4 {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.duty-list-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   HOW IT WORKS SECTION - Journey timeline
   ═══════════════════════════════════════════════════════════════ */
.how-section {
  padding: 6rem 0;
  background: var(--gray-50);
}

.section-header {
  margin-bottom: 3.5rem;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.journey-visual {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.journey-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--border) 0%, var(--brand) 20%, var(--brand) 80%, var(--brand-300) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .journey-line {
    left: 24px;
  }
}

.journey-step {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  margin-bottom: -5rem;
  position: relative;
  min-height: 120px;
}

.journey-step:first-child {
  margin-top: 0;
}

.journey-step:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .journey-step {
    flex-direction: column;
    padding-left: 60px;
    margin-bottom: 1.5rem;
  }
}

.journey-step:nth-child(odd) {
  flex-direction: row;
}

.journey-step:nth-child(even) {
  flex-direction: row;
}

@media (max-width: 768px) {
  .journey-step:nth-child(odd),
  .journey-step:nth-child(even) {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}

.journey-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5rem;
  width: 52px;
  height: 52px;
  background: var(--white);
  border: 3px solid var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(77, 142, 187, 0.15);
  transition: all 0.3s ease;
}

.journey-marker:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(77, 142, 187, 0.25);
}

.journey-marker img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .journey-marker {
    left: 24px;
  }
}

.journey-marker.faded {
  border-color: var(--border);
  background: var(--gray-100);
}

.journey-card {
  width: 380px;
  max-width: 380px;
  background: var(--white);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.journey-card:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}

.journey-card.highlight {
  border-color: var(--brand);
  box-shadow: var(--shadow-brand-medium);
}

.journey-card.ongoing {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--white) 100%);
  border-color: var(--brand-200);
}

.journey-card-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.journey-card.highlight .journey-card-label,
.journey-card.ongoing .journey-card-label {
  color: var(--brand);
}

.journey-card h3 {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: var(--body-font);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--brand-700);
  margin-bottom: 0.5rem;
}

.journey-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

.journey-spacer {
  width: 380px;
  max-width: 380px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   WHY US SECTION
   ═══════════════════════════════════════════════════════════════ */
.why-us-section {
  padding: 6rem 0;
  background: var(--white);
}

.why-us-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 900px) {
  .why-us-content {
    grid-template-columns: 1fr 1fr;
  }
}

.why-us-text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 1.5rem;
}

.why-us-text p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.why-us-points {
  margin-top: 2rem;
}

.why-us-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  margin-left: -1rem;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.why-us-point:hover {
  background: var(--gray-50);
}

.why-us-point-icon {
  width: 48px;
  height: 48px;
  background: var(--brand-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.why-us-point:hover .why-us-point-icon {
  background: var(--brand-100);
  transform: scale(1.05);
}

.why-us-point-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.why-us-point h4 {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.why-us-point p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin: 0;
}

.credibility-box {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--white) 60%, var(--accent-50) 100%);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid var(--brand-100);
  box-shadow: var(--shadow-medium);
  position: relative;
  overflow: hidden;
}

.credibility-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-400) 50%, var(--accent-400) 100%);
}

.credibility-box h3 {
  font-size: 1.55rem;
  margin-bottom: 2rem;
  color: var(--brand);
  text-align: center;
}

.credibility-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.cred-stat-number {
  /*font-family: 'DM Serif Display', Georgia, serif;*/
  font-family: var(--headings-font);
  font-size: 2.5rem;
  color: var(--brand);
  margin-bottom: 0.25rem;
}

.cred-stat-suffix {
  font-size: 0.5em;
  opacity: 0.7;
}

.cred-stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.credibility-note {
  font-size: 0.95rem;
  color: var(--text-secondary);
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  line-height: 1.6;
}

/* Rolling References Section */
.references-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.references-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 1.25rem;
}

.references-track-wrapper {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.references-track {
  display: flex;
  gap: 3rem;
  animation: scroll-left 35s linear infinite;
  width: max-content;
}

.references-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.reference-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 60px;
  padding: 0 0.5rem;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.reference-item:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.reference-item img {
  max-height: 50px;
  max-width: auto;
  object-fit: contain;
}

.reference-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════
   INDIVIDUAL PATH SECTION
   ═══════════════════════════════════════════════════════════════ */
.individual-section {
  padding: 5rem 0;
  background: var(--brand-50);
  border-top: 1px solid var(--brand-100);
  border-bottom: 1px solid var(--brand-100);
}

.individual-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .individual-inner {
    grid-template-columns: 1fr 1fr;
  }
}

.individual-text h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
}

.individual-text p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.individual-cta {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: var(--shadow-medium);
}

.individual-cta h3 {
  font-size: 1.55rem;
  margin-bottom: 1.3rem;
  color: var(--brand);
}

.individual-cta p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.individual-cta .btn {
  width: 100%;
  margin-bottom: 0.75rem;
}

.individual-cta .note {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ═══════════════════════════════════════════════════════════════
   PRICING SECTION
   ═══════════════════════════════════════════════════════════════ */
.pricing-section {
  padding: 6rem 0;
  background: var(--white);
}

.pricing-intro {
  max-width: 700px;
  margin-bottom: 3rem;
}

.pricing-intro p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.pricing-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.pricing-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: var(--gray-50);
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.pricing-feature:hover {
  background: var(--white);
  border-color: var(--brand-200);
  box-shadow: var(--shadow-soft);
}

.pricing-feature-icon {
  font-size: 1.25rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-feature-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pricing-feature span {
  font-size: 0.95rem;
  color: var(--text-primary);
}

.pricing-cta-box {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-700) 100%);
  border-radius: 24px;
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(77, 142, 187, 0.25),
    0 4px 16px rgba(30, 42, 56, 0.15);
}

.pricing-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 400px 300px at 0% 0%, rgba(255, 255, 255, 0.1), transparent 50%),
    radial-gradient(ellipse 300px 200px at 100% 100%, rgba(232, 127, 53, 0.1), transparent 50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .pricing-cta-box {
    grid-template-columns: 1fr auto;
  }
}

.pricing-cta-text {
  position: relative;
  z-index: 1;
}

.pricing-cta-text h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  color: var(--white);
}

.pricing-cta-text p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 1.05rem;
}

.pricing-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .pricing-cta-actions {
    align-items: flex-end;
  }
}

.pricing-cta-box .btn-accent {
  background: var(--white);
  color: var(--brand-700);
  font-size: 1.05rem;
  padding: 1rem 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pricing-cta-box .btn-accent:hover {
  background: var(--brand-50);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pricing-cta-box .btn-accent_orange {
  background: var(--accent);
  color: var(--white);
  font-size: 1.05rem;
  padding: 1rem 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pricing-cta-box .btn-accent_orange:hover {
  background: var(--accent-700);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pricing-cta-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

@media (min-width: 768px) {
  .pricing-cta-note {
    text-align: right;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════════════════════════════ */
.faq-section {
  padding: 6rem 0;
  background: var(--gray-50);
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-item:hover {
  border-color: var(--brand-200);
  box-shadow: var(--shadow-xs);
}

.faq-item[open] {
  border-color: var(--brand);
  box-shadow: var(--shadow-brand-soft);
}

.faq-item summary {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-primary);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s, color 0.2s;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--brand);
  font-weight: 300;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  background: var(--brand-50);
}

/* Keep header styled when open */
.faq-item[open] summary {
  background: var(--brand-50);
}

.faq-answer {
  padding: 1.2rem 1.5rem 1.5rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer a {
  color: var(--brand);
  text-decoration: underline;
}

.faq-answer a:hover {
  color: var(--brand-700);
}

/* ═══════════════════════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════════════════════ */
.final-cta {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--brand-50) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 600px 400px at 20% 80%, rgba(77, 142, 187, 0.08), transparent 50%),
    radial-gradient(ellipse 500px 300px at 80% 20%, rgba(232, 127, 53, 0.05), transparent 50%);
  pointer-events: none;
}

.final-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.final-cta > .container > p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}

.final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.final-cta-note {
  font-size: 0.9rem;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE ADJUSTMENTS
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }

  .hero {
    padding: 7rem 0 3rem;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .credibility-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pricing-cta-box {
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .starting-cards {
    grid-template-columns: 1fr;
  }

  .the-stack {
    margin-top: 2rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   UTILITY ANIMATIONS
   ═══════════════════════════════════════════════════════════════ */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fade-in-up 0.6s ease-out forwards;
}

/* Smooth scroll offset for fixed header */
html {
  scroll-padding-top: 80px;
}
/* ═══════════════════════════════════════════════════════════════
   STATEMENT BANNERS - Floating inserts with depth
   ═══════════════════════════════════════════════════════════════ */
.statement-banner {
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
  /* Enhanced floating effect - stronger shadows */
  box-shadow: 
    0 -12px 32px -6px rgba(0, 0, 0, 0.12),
    0 12px 32px -6px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.statement-banner.brand {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-700) 100%);
  color: var(--white);
  box-shadow: 
    0 -12px 32px -6px rgba(77, 142, 187, 0.2),
    0 12px 32px -6px rgba(77, 142, 187, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.statement-banner.accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-700) 100%);
  color: var(--white);
  box-shadow: 
    0 -12px 32px -6px rgba(232, 127, 53, 0.2),
    0 12px 32px -6px rgba(232, 127, 53, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.statement-banner.dark {
  background: linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);
  color: var(--white);
  box-shadow: 
    0 -12px 32px -6px rgba(30, 42, 56, 0.25),
    0 12px 32px -6px rgba(30, 42, 56, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.statement-banner.light {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--brand-100) 100%);
  color: var(--text-primary);
  box-shadow: 
    0 -10px 28px -6px rgba(77, 142, 187, 0.15),
    0 10px 28px -6px rgba(77, 142, 187, 0.15);
}

.statement-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 400px 200px at 10% 50%, rgba(255, 255, 255, 0.08), transparent 50%),
    radial-gradient(ellipse 300px 150px at 90% 50%, rgba(255, 255, 255, 0.06), transparent 50%);
  pointer-events: none;
}

.statement-text {
  font-family: var(--headings-font);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.statement-number {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--accent-200);
}

.statement-banner.accent .statement-number {
  color: var(--white);
}

/* Statement Stats Row */
.statement-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.statement-stat {
  text-align: center;
}

.statement-stat .stat-number {
  font-family: var(--headings-font);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--white);
  display: block;
  margin-bottom: 0.25rem;
}

.stat-suffix {
  font-size: 0.5em;
  opacity: 0.7;
}

.statement-stat .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .statement-stats {
    gap: 2rem;
  }
  
  .statement-stat .stat-number {
    font-size: 1.75rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   SECTION BACKGROUND RHYTHM OVERRIDES
   ═══════════════════════════════════════════════════════════════ */

/* Why Now - White for contrast after dark killer section */
.why-now-section {
  background: var(--white);
}

/* Starting Point - Light warm background */
.starting-point-section {
  background: var(--gray-50);
}

/* Duty Section - White with subtle gradient */
.duty-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--brand-50) 100%);
}

/* How Section - Light background */
.how-section {
  background: var(--gray-50);
}

/* Why Us Section - White */
.why-us-section {
  background: var(--white);
}

/* Individual Section - Light brand tint */
.individual-section {
  background: linear-gradient(135deg, var(--brand-50) 0%, var(--gray-50) 100%);
  border-top: 1px solid var(--brand-100);
  border-bottom: 1px solid var(--brand-100);
}

/* Pricing Section - White to stand out */
.pricing-section {
  background: var(--white);
}

/* FAQ Section - Light gray */
.faq-section {
  background: var(--gray-50);
}

/* Final CTA - Gradient to brand light */
.final-cta {
  background: linear-gradient(180deg, var(--white) 0%, var(--brand-100) 100%);
}
