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

:root {
  --red: #7F1D1D;
  --red-2: #991B1B;
  --red-3: #B91C1C;
  --red-soft: #FEE2E2;
  --yellow: #FBBF24;
  --yellow-deep: #D97706;
  --yellow-soft: #FEF3C7;
  --cream: #FDF6E3;
  --cream-warm: #FFFBED;
  --cream-deep: #F5EDD3;
  --charcoal: #1F1917;
  --slate: #57534E;
  --slate-light: #78716C;
  --border: #EAE1C4;
  --border-2: #D8CDA9;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Merriweather', Georgia, serif; font-weight: 700; color: var(--charcoal); letter-spacing: -0.015em; line-height: 1.2; }

/* ---- TOPBAR ---- */
.topbar { background: var(--charcoal); color: var(--cream); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.3px; border-bottom: 2px solid var(--yellow); }
.topbar-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { font-family: 'Merriweather', serif; font-style: italic; font-size: 0.88rem; color: var(--yellow-soft); font-weight: 400; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--yellow); text-decoration: none; font-weight: 500; letter-spacing: 0.3px; }
.topbar a:hover { color: var(--yellow-soft); }

/* ---- NAV ---- */
.nav { background: var(--cream-warm); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav-logo { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--red); display: flex; align-items: center; justify-content: center; color: var(--yellow); font-family: 'Merriweather', serif; font-weight: 900; font-size: 1.1rem; border-radius: 2px; position: relative; }
.logo-mark::before { content: ''; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; border: 1px solid var(--yellow); pointer-events: none; }
.logo-text { font-family: 'Merriweather', serif; font-size: 1.35rem; font-weight: 700; color: var(--red); letter-spacing: -0.4px; line-height: 1; }
.logo-text em { color: var(--yellow-deep); font-style: normal; }
.logo-sub { display: block; font-family: 'Work Sans', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.6px; margin-top: 4px; font-weight: 500; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--red); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--yellow); }
.nav-right { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone { font-size: 0.88rem; font-weight: 500; color: var(--red); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--yellow-deep); }
.btn-nav { background: var(--red); color: var(--cream); padding: 0.7rem 1.5rem; text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.4px; transition: all 0.2s; border: 1.5px solid var(--red); border-radius: 2px; }
.btn-nav:hover { background: var(--red-2); border-color: var(--red-2); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--red); display: block; }
.nav-mobile { display: none; background: var(--cream-deep); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--red); text-decoration: none; font-size: 0.95rem; }

/* ---- MENU CARD HERO ---- */
.hero { background: var(--cream); padding: 5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(251,191,36,0.18), transparent 65%); pointer-events: none; }
.hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: 'Work Sans', sans-serif; font-size: 0.72rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.6rem; padding: 0.35rem 0.9rem; background: var(--yellow-soft); border-radius: 2px; }
.hero-eyebrow::before { content: '\2605'; color: var(--yellow-deep); }
.hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); margin-bottom: 1.5rem; color: var(--charcoal); font-weight: 900; }
.hero h1 em { font-style: normal; color: var(--red); position: relative; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--yellow); z-index: -1; }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.4rem; max-width: 560px; line-height: 1.75; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 1.8rem; font-family: 'Work Sans', sans-serif; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--red); border-radius: 2px; }
.btn-primary { background: var(--red); color: var(--cream); }
.btn-primary:hover { background: var(--red-2); border-color: var(--red-2); }
.btn-ghost { background: transparent; color: var(--red); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--red); background: var(--cream-warm); }

/* Menu card */
.hero-menu { background: var(--cream-warm); border: 1px solid var(--border); position: relative; padding: 2rem 1.8rem; box-shadow: 0 20px 50px rgba(127,29,29,0.1); }
.hero-menu::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--yellow); }
.hero-menu::after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px dashed var(--border-2); pointer-events: none; }
.menu-heading { text-align: center; padding-bottom: 1.2rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--border); position: relative; }
.menu-heading .title { font-family: 'Merriweather', serif; font-size: 1.3rem; color: var(--red); font-weight: 700; letter-spacing: 0.5px; }
.menu-heading .meta { display: block; font-family: 'Merriweather', serif; font-style: italic; font-size: 0.78rem; color: var(--slate); margin-top: 0.3rem; }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: 0.85rem 0; border-bottom: 1px dotted var(--border-2); position: relative; }
.menu-row:last-child { border-bottom: 0; }
.menu-row .role { color: var(--charcoal); font-weight: 600; font-size: 0.92rem; font-family: 'Merriweather', serif; }
.menu-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Merriweather', serif; }
.menu-row .band { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.85rem; color: var(--yellow-deep); white-space: nowrap; }

/* ---- WAVE SEPARATOR ---- */
.wave-sep { display: block; width: 100%; height: 30px; color: var(--red); }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--red); color: var(--cream); padding: 3rem 1.5rem; position: relative; border-bottom: 3px solid var(--yellow); }
.stats-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); }
.stats-bar-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item { position: relative; padding: 0.4rem 0; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1rem; top: 15%; bottom: 15%; width: 1px; background: rgba(251,191,36,0.3); }
.stat-val { font-family: 'Merriweather', serif; font-size: 2.4rem; font-weight: 700; color: var(--yellow); line-height: 1; margin-bottom: 0.4rem; }
.stat-lbl { font-family: 'Work Sans', sans-serif; font-size: 0.78rem; color: var(--yellow-soft); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; }

/* ---- SECTIONS ---- */
.section { padding: 5.5rem 1.5rem; background: var(--cream); }
.section-alt { background: var(--cream-deep); position: relative; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: 'Work Sans', sans-serif; font-size: 0.72rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 20px; height: 2px; background: var(--yellow); }
.section-header h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1rem; color: var(--charcoal); font-weight: 900; }
.section-header h2 em { font-style: normal; color: var(--red); position: relative; }
.section-header h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 4px; background: var(--yellow); z-index: -1; }
.section-header p.lead { color: var(--slate); font-size: 1.05rem; line-height: 1.75; font-family: 'Merriweather', serif; font-style: italic; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.sector-card { background: var(--cream-warm); border: 1px solid var(--border); padding: 1.9rem 1.7rem 1.7rem; position: relative; transition: all 0.25s; border-radius: 2px; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 20px; width: 44px; height: 3px; background: var(--yellow); transition: width 0.3s; }
.sector-card:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(127,29,29,0.1); }
.sector-card:hover::before { width: calc(100% - 40px); background: var(--red); }
.sector-card .num { font-family: 'Merriweather', serif; font-style: italic; font-size: 0.85rem; color: var(--yellow-deep); margin-bottom: 0.5rem; letter-spacing: 1px; font-weight: 700; }
.sector-card h4 { font-family: 'Merriweather', serif; font-size: 1.15rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.65; }

/* ---- WHY GRID ---- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1rem; }
.why-content h2 { font-size: clamp(1.75rem, 3.2vw, 2.2rem); margin-bottom: 1.2rem; color: var(--charcoal); }
.why-content h2 em { font-style: normal; color: var(--red); position: relative; }
.why-content h2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 4px; background: var(--yellow); z-index: -1; }
.why-content > p.intro { color: var(--slate); font-family: 'Merriweather', serif; font-style: italic; font-size: 1.08rem; line-height: 1.7; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.4rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .badge { flex-shrink: 0; width: 34px; height: 34px; background: var(--yellow); color: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Merriweather', serif; font-weight: 900; font-size: 1rem; }
.why-list .body strong { color: var(--charcoal); display: block; margin-bottom: 0.3rem; font-family: 'Merriweather', serif; font-size: 1.1rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.65; }

.why-visual { background: var(--red); color: var(--cream); padding: 2.4rem 2rem; position: relative; border-radius: 2px; }
.why-visual::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--yellow); }
.why-visual h4 { font-family: 'Merriweather', serif; font-size: 1.15rem; color: var(--yellow-soft); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; margin-bottom: 1.4rem; padding-bottom: 0.9rem; border-bottom: 1px solid rgba(251,191,36,0.2); }
.why-visual .checklist { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.why-visual .checklist li { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.94rem; color: var(--cream); line-height: 1.55; padding: 0.6rem 0.75rem; background: rgba(251,191,36,0.05); border-left: 3px solid var(--yellow); border-radius: 2px; }
.why-visual .checklist li strong { color: var(--yellow); font-family: 'Merriweather', serif; font-weight: 700; font-size: 1.05rem; margin-right: 0.3rem; }

/* ---- PROCESS ---- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.process-step { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.4rem 1.9rem 1.9rem; position: relative; border-radius: 2px; }
.process-step::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--yellow); }
.process-step .step-num { font-family: 'Merriweather', serif; font-size: 3.4rem; color: var(--red); line-height: 1; margin-bottom: 0.8rem; font-weight: 900; }
.process-step h4 { font-family: 'Merriweather', serif; font-size: 1.25rem; color: var(--charcoal); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.94rem; line-height: 1.7; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--charcoal); color: var(--cream); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; border-top: 3px solid var(--yellow); border-bottom: 3px solid var(--red); }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(251,191,36,0.14), transparent 60%); pointer-events: none; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--yellow); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--yellow); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--cream); font-weight: 900; }
.cta-banner h2 em { font-style: normal; color: var(--yellow); }
.cta-banner p { color: rgba(253,246,227,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-family: 'Merriweather', serif; font-style: italic; font-size: 1.05rem; }
.cta-banner .btn-primary { background: var(--yellow); color: var(--red); border-color: var(--yellow); }
.cta-banner .btn-primary:hover { background: var(--yellow-deep); border-color: var(--yellow-deep); color: var(--cream); }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--cream); padding: 4rem 1.5rem 1.8rem; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(251,191,36,0.15); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(253,246,227,0.7); font-size: 0.92rem; line-height: 1.7; max-width: 340px; font-family: 'Merriweather', serif; font-style: italic; }
.footer-col h5 { font-family: 'Merriweather', serif; font-size: 0.95rem; color: var(--yellow); margin-bottom: 1.1rem; font-weight: 700; letter-spacing: 0.3px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(253,246,227,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(253,246,227,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--yellow-soft); font-family: 'Merriweather', serif; font-style: italic; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--cream); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: -60px; right: -40px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(251,191,36,0.15), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 20%; right: 20%; height: 2px; background: linear-gradient(to right, transparent, var(--yellow), transparent); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.2rem; color: var(--charcoal); font-weight: 900; }
.page-header h1 em { font-style: normal; color: var(--red); position: relative; }
.page-header h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: var(--yellow); z-index: -1; }
.page-header p { color: var(--slate); max-width: 620px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; font-family: 'Merriweather', serif; font-style: italic; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Work Sans', sans-serif; font-size: 0.78rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; }
.crumbs a { color: var(--red); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Merriweather', serif; font-size: 1.55rem; margin: 2.4rem 0 1rem; color: var(--red); font-weight: 700; }
.prose h2::before { content: '\2605 '; color: var(--yellow-deep); }
.prose h3 { font-family: 'Merriweather', serif; font-size: 1.2rem; margin: 1.8rem 0 0.8rem; color: var(--charcoal); font-style: italic; font-weight: 700; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.08rem; color: var(--red); font-family: 'Merriweather', serif; font-style: italic; }
.prose ul { padding-left: 0; margin-bottom: 1.1rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 1.6rem; position: relative; margin-bottom: 0.6rem; line-height: 1.7; }
.prose ul li::before { content: '\2605'; position: absolute; left: 0.4rem; top: 0.4rem; color: var(--yellow-deep); font-size: 0.85rem; }
.prose strong { color: var(--red); font-weight: 700; }
.prose a { color: var(--red); text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--red-2); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--cream-warm); border: 1px solid var(--border); padding: 2.2rem; position: relative; border-radius: 2px; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 3px; background: var(--yellow); }
.contact-info h3 { font-family: 'Merriweather', serif; font-size: 1.35rem; margin-bottom: 1.5rem; color: var(--red); font-weight: 700; }
.contact-row { display: flex; gap: 1.1rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 40px; height: 40px; background: var(--red); display: flex; align-items: center; justify-content: center; color: var(--yellow); flex-shrink: 0; border-radius: 2px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Work Sans', sans-serif; font-size: 0.68rem; color: var(--red); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--charcoal); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--cream-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(127,29,29,0.08); border-radius: 2px; }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; }

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .stat-item + .stat-item::before { display: none; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 68px; }
  .sector-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
}
