/* ============================================
   GRITT Business Coaching - Main Stylesheet
   ============================================ */

:root {
  --navy: #1A1A1A;
  --navy-mid: #262626;
  --navy-light: #333333;
  --gold: #C13538;
  --gold-light: #D43B3E;
  --gold-pale: #FBF0F0;
  --slate: #555555;
  --slate-light: #888888;
  --white: #FFFFFF;
  --off-white: #F7F7F7;
  --light-gray: #EFEFEF;
  --border: #E8E8E8;
  --text-dark: #1A1A1A;
  --text-mid: #3A3A3A;
  --text-muted: #888888;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.14);
  --radius: 6px;
  --radius-lg: 10px;
  --transition: 0.25s ease;
  --max-width: 1200px;
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---- Typography ---- */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 700;
}

h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.625rem); }
h4 { font-size: 1.125rem; }

p { line-height: 1.75; color: var(--text-mid); }

.lead {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--slate);
  line-height: 1.8;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}

/* ---- Layout ---- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }
.section-lg { padding: 8rem 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(193, 53, 56, 0.35);
}

.btn-secondary {
  background: transparent;
  color: var(--text-dark);
  border-color: var(--border);
}
.btn-secondary:hover {
  background: var(--off-white);
  border-color: var(--text-muted);
}
/* btn-secondary on dark backgrounds */
.how-section .btn-secondary,
.cta-section .btn-secondary,
.hero-dark .btn-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.how-section .btn-secondary:hover,
.cta-section .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

.btn-gold-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-gold-outline:hover {
  background: var(--gold);
  color: var(--navy);
}

.btn-lg { padding: 1.125rem 2.5rem; font-size: 1rem; }

/* ---- Navigation ---- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(26, 26, 26, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all var(--transition);
}

.nav.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo-mark {
  width: 38px;
  height: 38px;
  background: var(--gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  flex-shrink: 0;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  line-height: 1.1;
}

.nav-logo-sub {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links > li > a {
  color: rgba(255,255,255,0.82);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.nav-links > li > a:hover {
  color: var(--white);
  background: rgba(255,255,255,0.08);
}

.nav-links > li > a.active {
  color: var(--gold);
}

.nav-links > li > a.nav-highlight {
  color: var(--gold);
  font-weight: 600;
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 0.5rem;
  padding-top: calc(0.5rem + 8px);
  min-width: 200px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
}

/* Bridge the gap so the mouse can travel from the trigger into the menu */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.625rem 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  border-radius: var(--radius);
  transition: all var(--transition);
}

.nav-dropdown-menu a:hover {
  background: rgba(255,255,255,0.08);
  color: var(--gold);
}

.nav-cta {
  margin-left: 0.75rem;
}

.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ---- Hero ---- */
.hero {
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #ffffff 0%, #f7f7f7 100%);
  pointer-events: none;
}

.hero-grid {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 1.5rem 0 2.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.375rem 1rem;
  margin-bottom: 2rem;
  color: var(--slate);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge-dot {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero h1 {
  color: var(--text-dark);
  margin-bottom: 1.75rem;
}

.hero h1 span {
  color: var(--gold);
}

.hero .lead {
  color: var(--slate);
  font-size: clamp(1rem, 1.6vw, 1.175rem);
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

.hero-stats {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.hero-stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-dark);
  display: block;
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: var(--slate-light);
  margin-top: 0.375rem;
  display: block;
}

/* ---- Page Hero (Interior Pages) ---- */
.page-hero {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 8rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(193, 53, 56, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.page-hero h1 { color: var(--text-dark); margin-bottom: 1rem; }
.page-hero .lead { color: var(--slate); }

/* ---- Section Headers ---- */
.section-header {
  margin-bottom: 3.5rem;
}

.section-header.centered {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 { margin-bottom: 1rem; }
.section-header p { color: var(--slate); }

/* ---- Three Pillars ---- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.pillar-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}

.pillar-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: rgba(193, 53, 56, 0.3);
}

.pillar-card:hover::after { transform: scaleX(1); }

.pillar-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #1f2937;
}
.pillar-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.pillar-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; }
.pillar-card p { font-size: 0.9375rem; color: var(--slate); margin-bottom: 1.25rem; }

.pillar-features {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.pillar-features li {
  font-size: 0.875rem;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pillar-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- How It Works ---- */
.how-section { background: var(--navy); }
.how-section .section-header h2 { color: var(--white); }
.how-section .section-header p { color: rgba(255,255,255,0.62); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: calc(12.5% + 0.5rem);
  right: calc(12.5% + 0.5rem);
  height: 1px;
  background: rgba(193, 53, 56, 0.25);
  z-index: 0;
}

.step-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 64px;
  height: 64px;
  background: rgba(193, 53, 56, 0.1);
  border: 2px solid rgba(193, 53, 56, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
  transition: all var(--transition);
}

.step-item:hover .step-number {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.step-item h4 { color: var(--white); margin-bottom: 0.5rem; }
.step-item p { color: rgba(255,255,255,0.58); font-size: 0.875rem; }

/* ---- Services / Cards ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition);
  display: flex;
  gap: 1.25rem;
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(193, 53, 56, 0.25);
}

.service-card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1f2937;
}
.service-card-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.service-card-body h4 { margin-bottom: 0.4rem; }
.service-card-body p { font-size: 0.9rem; color: var(--slate); }

/* ---- Testimonials ---- */
.testimonials-section { background: var(--off-white); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.testimonial-quote {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-mid);
  font-style: italic;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.testimonial-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
  display: block;
}

.testimonial-role {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: block;
}

/* ---- CTA Banner ---- */
.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(193, 53, 56, 0.1) 0%, transparent 70%);
}

.cta-section h2 { color: var(--white); margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.68); max-width: 520px; margin: 0 auto 2.25rem; }

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* ---- Results Bar ---- */
.results-bar { background: var(--gold); padding: 2.5rem 0; }

.results-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.result-item { text-align: center; }
.result-value {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  display: block;
}
.result-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.7);
  margin-top: 0.25rem;
  display: block;
}

/* ---- Two Column Layout ---- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.two-col.reversed > *:first-child { order: 2; }
.two-col.reversed > *:last-child { order: 1; }

.content-block h2 { margin-bottom: 1rem; }
.content-block p { margin-bottom: 1.25rem; color: var(--slate); }

.check-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-mid);
}

.check-list li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  background: var(--gold-pale);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.visual-block {
  background: var(--light-gray);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
}

.visual-block-dark {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
}

/* ---- Feature List ---- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-item {
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--transition);
  overflow: hidden;
}

.fi-photo {
  height: 150px;
  background-size: cover;
  background-position: center;
  margin: -1.75rem -1.75rem 1.25rem;
  border-radius: calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px) 0 0;
  position: relative;
}
.fi-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,31,60,0.25) 0%, rgba(13,31,60,0.1) 100%);
  border-radius: inherit;
}

.feature-item:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(193, 53, 56, 0.25);
}

.feature-item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 1rem;
  color: #1f2937;
}
.feature-item-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.feature-item h4 { margin-bottom: 0.5rem; font-size: 1rem; }
.feature-item p { font-size: 0.875rem; color: var(--slate); }

/* ---- Comparison Table ---- */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.comparison-table th {
  background: var(--navy);
  color: var(--white);
  padding: 1rem 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
}

.comparison-table th:first-child { border-radius: 0; }
.comparison-table .highlight-col {
  background: var(--gold) !important;
  color: var(--navy) !important;
}

.comparison-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  background: var(--white);
}

.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: var(--off-white); }

.check-yes { color: #2F9E52; font-weight: 700; }
.check-no { color: #CBD5E0; }
.check-partial { color: var(--gold); font-weight: 600; }

/* ---- Accordion ---- */
.accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  background: var(--white);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-dark);
  text-align: left;
  transition: all var(--transition);
  border: none;
}

.accordion-header:hover { background: var(--off-white); }
.accordion-header.open { color: var(--gold); background: var(--off-white); }

.accordion-icon {
  font-size: 1.25rem;
  color: var(--gold);
  transition: transform var(--transition);
  flex-shrink: 0;
}

.accordion-header.open .accordion-icon { transform: rotate(45deg); }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-body-inner {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--slate);
  line-height: 1.75;
}

/* ---- Contact Form ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: start;
}

.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { color: var(--slate); margin-bottom: 2rem; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-detail-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1f2937;
}
.contact-detail-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.contact-detail-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  display: block;
  margin-bottom: 0.2rem;
}

.contact-detail-value {
  font-size: 0.9375rem;
  color: var(--text-mid);
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.form-group { margin-bottom: 1.25rem; }

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.9375rem;
  color: var(--text-dark);
  font-family: 'Inter', sans-serif;
  background: var(--white);
  transition: border-color var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(193, 53, 56, 0.15);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ---- Footer ---- */
.footer {
  background: var(--navy);
  padding: 5rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h5 {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.55);
  font-size: 0.875rem;
  transition: color var(--transition);
}

.footer-col ul li a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: rgba(255,255,255,0.35);
  font-size: 0.8125rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.35);
  font-size: 0.8125rem;
  transition: color var(--transition);
}

.footer-bottom-links a:hover { color: var(--gold); }

/* ---- Utility ---- */
.bg-off-white { background: var(--off-white); }
.bg-light { background: var(--light-gray); }
.bg-navy { background: var(--navy); }
.bg-gold { background: var(--gold); }

.text-gold { color: var(--gold); }
.text-white { color: var(--white); }
.text-muted { color: var(--text-muted); }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

.mt-auto { margin-top: auto; }

.divider {
  height: 1px;
  background: var(--border);
  margin: 0;
}

.tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--gold-pale);
  color: var(--gold);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.tag-navy {
  background: rgba(26, 26, 26, 0.08);
  color: var(--navy);
}

/* Process Steps Vertical */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process-step {
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
}

.process-step:last-child { padding-bottom: 0; }

.process-step::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: rgba(193, 53, 56, 0.2);
}

.process-step:last-child::before { display: none; }

.process-step-num {
  width: 40px;
  height: 40px;
  background: var(--gold-pale);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--gold);
  font-size: 0.9rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.process-step-content h4 { margin-bottom: 0.4rem; }
.process-step-content p { font-size: 0.9rem; color: var(--slate); }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
}

.breadcrumb a { color: var(--text-muted); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--light-gray); }
.breadcrumb li:last-child a { color: var(--text-mid); }
.breadcrumb li { display: flex; align-items: center; gap: 0.5rem; }

/* ---- Mobile Navigation ---- */
.nav-mobile {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.08);
  z-index: 999;
  padding: 1rem;
  flex-direction: column;
  gap: 0.25rem;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}

.nav-mobile.open { display: flex; }

.nav-mobile a {
  color: rgba(255,255,255,0.8);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.9375rem;
  transition: all var(--transition);
}

.nav-mobile a:hover {
  background: rgba(255,255,255,0.06);
  color: var(--white);
}

.nav-mobile .mobile-section-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  padding: 0.5rem 1rem 0.25rem;
  font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .two-col { gap: 3rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-toggle { display: flex; }

  .pillars-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col.reversed > *:first-child { order: 1; }
  .two-col.reversed > *:last-child { order: 2; }
  .feature-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .results-bar-inner { justify-content: center; }
  .hero-stats { gap: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 4rem 0; }
  .page-hero { padding: 6rem 0 3rem; }
}

/* ---- Animations ---- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* Hide HubSpot live chat — using GRITT AI chatbot instead */
#hubspot-messages-iframe-container,
.hs-shadow-container { display: none !important; }

/* GRITT AI chatbot — hidden until ready to launch */
#gritt-chat-btn,
#gritt-chat-panel { display: none !important; }

/* ---- Mobile: collapse all inline repeat(3,*) grids to single column ---- */
@media (max-width: 768px) {
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }
  .ei-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
