/*
Theme Name: RBLocal
Theme URI: https://rblocal.com
Description: Custom RBLocal theme for the home service marketing agency site. Includes hero animations, cursor effects, cream-primary design system, and 4 page templates (Home, How We Help, How It Works, About Us). Child of Hello Elementor.
Author: Zarnain Hassan for RBLocal
Author URI: https://rblocal.com
Template: hello-elementor
Version: 1.0
License: Proprietary
Text Domain: rblocal
*/

/* ============ BASE (CREAM PRIMARY) ============ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { background: #F5F4EF; color: #0a0a0a; font-family: 'DM Sans', system-ui, sans-serif; overflow-x: hidden; }
body { cursor: none; }
a, button { cursor: none; font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.wrap--narrow { max-width: 960px; }
.mt-sm { margin-top: 12px; }
.mt-md { margin-top: 20px; }
.mt-lg { margin-top: 40px; }
.center { text-align: center; }
.bold-line { font-weight: 700; color: #0a0a0a; }
.section--dark .bold-line, .section--charcoal .bold-line, .cta-band .bold-line { color: #f0f0f0; }

/* ============ CURSOR ============ */
.cursor-blob { position: fixed; width: 140px; height: 140px; background: radial-gradient(circle, rgba(74,143,31,0.4) 0%, rgba(74,143,31,0.1) 40%, rgba(74,143,31,0) 70%); border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); mix-blend-mode: multiply; z-index: 9999; will-change: transform; top: 0; left: 0; transition: background 0.4s; }
.cursor-dot { position: fixed; width: 10px; height: 10px; background: #4a8f1f; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); box-shadow: 0 0 14px rgba(74,143,31,0.6); z-index: 9999; will-change: transform; top: 0; left: 0; transition: background 0.3s, box-shadow 0.3s; }
body.cursor-dark .cursor-blob { background: radial-gradient(circle, rgba(122,199,65,0.55) 0%, rgba(122,199,65,0.15) 40%, rgba(122,199,65,0) 70%); mix-blend-mode: screen; }
body.cursor-dark .cursor-dot { background: #7AC741; box-shadow: 0 0 16px #7AC741, 0 0 4px rgba(255,255,255,0.6); }

/* ============ AMBIENT ============ */
.ambient { position: fixed; background: #4a8f1f; border-radius: 50%; box-shadow: 0 0 6px rgba(74,143,31,0.5); opacity: 0.5; pointer-events: none; z-index: 1; }
@keyframes drift-a { 0%,100% { transform: translate(0,0); } 50% { transform: translate(40px, -40px); } }
@keyframes drift-b { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-40px, 30px); } }
@keyframes drift-c { 0%,100% { transform: translate(0,0); } 50% { transform: translate(30px, 50px); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ============ GRID BG ============ */
.grid-bg { position: fixed; inset: 0; pointer-events: none; z-index: 1; background-image: linear-gradient(rgba(74,143,31,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(74,143,31,0.05) 1px, transparent 1px); background-size: 80px 80px; }

/* ============ NAV ============ */
.nav-top { position: fixed; top: 0; left: 0; right: 0; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 100; background: rgba(245,244,239,0.85); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0,0,0,0.06); }
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 3px; color: #4a8f1f; }
.nav-logo span { color: #0a0a0a; }
.nav-links { display: flex; gap: 40px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; list-style: none; }
.nav-links a { color: #666; transition: color 0.3s; padding: 4px 0; }
.nav-links a:hover, .nav-links a.is-active { color: #4a8f1f; }
.nav-cta { padding: 10px 20px; background: #0a0a0a; color: #7AC741; border-radius: 6px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; border: 1px solid #0a0a0a; transition: all 0.3s; }
.nav-cta:hover { background: transparent; color: #0a0a0a; }

/* ============ PILL NAV ============ */
.pill-nav { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.95); border: 1px solid #ddd; border-radius: 30px; padding: 12px 24px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #0a0a0a; z-index: 100; backdrop-filter: blur(12px); pointer-events: none; font-weight: 600; transition: background 0.4s, color 0.4s, border-color 0.4s; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.pill-nav .dot { display: inline-block; width: 6px; height: 6px; background: #4a8f1f; border-radius: 50%; margin-right: 10px; vertical-align: middle; box-shadow: 0 0 8px #4a8f1f; animation: pulse 2s ease-in-out infinite; }
body.cursor-dark .pill-nav { background: rgba(15,15,15,0.9); color: #7AC741; border-color: #1f1f1f; box-shadow: 0 4px 20px rgba(0,0,0,0.4); }
body.cursor-dark .pill-nav .dot { background: #7AC741; box-shadow: 0 0 8px #7AC741; }

/* ============ SECTIONS ============ */
section { position: relative; z-index: 10; padding: 100px 40px; }
section:not(.hero):not(.cta-band) { border-top: 1px solid #e5e2d8; }
.section--dark { background: #0a0a0a; color: #f0f0f0; border-top: 1px solid #1a1a1a !important; }
.section--dark .grid-bg { display: none; }
.section--charcoal { background: #141414; color: #f0f0f0; border-top: 1px solid #1a1a1a !important; }

/* ============ HEADINGS ============ */
h1, h2, h3, h4, h5 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; line-height: 0.95; letter-spacing: -1px; text-transform: uppercase; overflow-wrap: normal; word-break: keep-all; hyphens: none; }
h1 { font-size: clamp(56px, 9vw, 128px); letter-spacing: -3px; }
h2 { font-size: clamp(40px, 5.5vw, 80px); letter-spacing: -2px; }
h3 { font-size: clamp(24px, 2.8vw, 36px); }
h4 { font-size: 22px; letter-spacing: -0.5px; }
h5 { font-size: 14px; letter-spacing: 1.5px; }
.eyebrow { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #4a8f1f; margin-bottom: 24px; font-weight: 600; display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: currentColor; }
.section--dark .eyebrow, .section--charcoal .eyebrow, .cta-band .eyebrow { color: #7AC741; }
.lede { font-size: 18px; color: #555; line-height: 1.55; max-width: 720px; }
.section--dark .lede, .section--charcoal .lede, .cta-band .lede { color: #999; }
p { line-height: 1.6; color: #555; font-size: 16px; }
.section--dark p, .section--charcoal p, .cta-band p { color: #999; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--charcoal h1, .section--charcoal h2, .section--charcoal h3, .section--charcoal h4, .cta-band h1, .cta-band h2, .cta-band h3 { color: #f0f0f0; }

/* ============ LETTER ANIMATION ============ */
.huge-headline span, .letter { display: inline-block; opacity: 0; transform: translateY(28px); transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease-out, color 0.4s; }
.huge-headline span.in, .letter.in { opacity: 1; transform: translateY(0); }
.huge-headline span.in:hover, .letter.in:hover { transform: translateY(-16px) rotate(-5deg); color: #4a8f1f; }
.section--dark .letter.in:hover, .section--charcoal .letter.in:hover, .cta-band .letter.in:hover { color: #7AC741; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============ HERO ============ */
.hero { min-height: 100vh; padding-top: 160px; padding-bottom: 80px; display: flex; align-items: center; overflow: hidden; }
.hero-bg-word { position: absolute; top: 20%; right: -80px; font-family: 'Bebas Neue', sans-serif; font-size: clamp(200px, 30vw, 380px); line-height: 1; letter-spacing: -12px; color: #eae7dc; pointer-events: none; user-select: none; will-change: transform; --mouseX: 0px; --mouseY: 0px; --scrollY: 0px; transform: translate(var(--mouseX), calc(var(--mouseY) + var(--scrollY))); transition: transform 0.3s ease-out; z-index: 0; }
.section--dark .hero-bg-word, .cta-band .hero-bg-word { color: #0f0f0f; }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { margin-top: 8px; }
.hero .lede { font-size: 20px; margin-top: 24px; max-width: 720px; }
.hero__actions { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.hero__tag { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; max-width: 780px; }
.hero__tag span { padding: 8px 16px; border: 1px solid #d5d0c0; border-radius: 20px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #666; transition: all 0.3s; background: rgba(255,255,255,0.5); }
.hero__tag span:hover { border-color: #4a8f1f; color: #4a8f1f; transform: translateY(-2px); background: #fff; }

/* ============ BUTTONS ============ */
.btn { display: inline-block; padding: 16px 32px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-radius: 6px; border: 1px solid transparent; transition: all 0.3s; text-align: center; }
.btn--lime { background: #0a0a0a; color: #7AC741; border-color: #0a0a0a; }
.btn--lime:hover { background: transparent; color: #0a0a0a; box-shadow: 0 8px 32px rgba(0,0,0,0.15); transform: translateY(-2px); }
.section--dark .btn--lime, .section--charcoal .btn--lime, .cta-band .btn--lime { background: #7AC741; color: #0a0a0a; border-color: #7AC741; }
.section--dark .btn--lime:hover, .section--charcoal .btn--lime:hover, .cta-band .btn--lime:hover { background: transparent; color: #7AC741; box-shadow: 0 0 32px rgba(122,199,65,0.4); }
.btn--outline { background: transparent; color: #0a0a0a; border-color: #ccc; }
.btn--outline:hover { border-color: #4a8f1f; color: #4a8f1f; }
.section--dark .btn--outline, .section--charcoal .btn--outline, .cta-band .btn--outline { color: #f0f0f0; border-color: #333; }
.section--dark .btn--outline:hover, .section--charcoal .btn--outline:hover, .cta-band .btn--outline:hover { border-color: #7AC741; color: #7AC741; }

/* ============ HEAD BLOCKS ============ */
.head { max-width: 900px; margin-bottom: 60px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.head.center .eyebrow { justify-content: center; }

/* ============ GRIDS ============ */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ============ CARDS ============ */
.card { background: #fff; border: 1px solid #e5e2d8; border-radius: 8px; padding: 32px; transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s; position: relative; overflow: hidden; }
.card:hover { border-color: #4a8f1f; transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.section--dark .card, .section--charcoal .card { background: #0f0f0f; border-color: #1f1f1f; }
.section--dark .card:hover, .section--charcoal .card:hover { border-color: #7AC741; box-shadow: 0 0 32px rgba(122,199,65,0.15); }
.card__num { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: #d5d0c0; margin-bottom: 16px; letter-spacing: -2px; line-height: 1; transition: color 0.4s; }
.card:hover .card__num { color: #4a8f1f; }
.section--dark .card__num, .section--charcoal .card__num { color: #1f1f1f; }
.section--dark .card:hover .card__num, .section--charcoal .card:hover .card__num { color: #7AC741; }
.card h4 { margin-bottom: 12px; }
.card p { font-size: 14px; }

/* ============ TIERS ============ */
.tier { background: #fff; border: 1px solid #e5e2d8; border-radius: 12px; padding: 40px 32px; transition: all 0.4s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.tier:hover { border-color: #4a8f1f; transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.section--dark .tier { background: #0f0f0f; border-color: #1f1f1f; }
.section--dark .tier:hover { border-color: #7AC741; box-shadow: 0 0 40px rgba(122,199,65,0.15); }
.tier--featured { background: linear-gradient(180deg, #fff 0%, rgba(122,199,65,0.08) 100%); border-color: rgba(74,143,31,0.4); }
.section--dark .tier--featured { background: linear-gradient(180deg, #0f0f0f 0%, rgba(122,199,65,0.08) 100%); border-color: rgba(122,199,65,0.4); }
.tier__name { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #4a8f1f; margin-bottom: 20px; font-weight: 700; }
.section--dark .tier__name { color: #7AC741; }
.tier h3 { margin-bottom: 8px; }
.tier p { flex-grow: 1; font-size: 15px; }
.tier__price { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: #4a8f1f; letter-spacing: -2px; margin: 20px 0 4px; line-height: 1; }
.section--dark .tier__price { color: #7AC741; }
.tier__sub { font-size: 13px; color: #666; letter-spacing: 0.5px; margin-bottom: 20px; }
.tier .btn { margin-top: 20px; align-self: flex-start; }
.tier__step { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: #4a8f1f; letter-spacing: 1px; margin-bottom: 10px; }
.section--dark .tier__step { color: #7AC741; }

/* ============ DIY / DFY BIG PICKER (homepage) ============ */
.picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 900px; margin: 0 auto; }
.picker__card { background: #fff; border: 1px solid #e5e2d8; border-radius: 12px; padding: 48px 40px; text-align: center; transition: all 0.4s; display: flex; flex-direction: column; align-items: center; }
.picker__card:hover { border-color: #4a8f1f; transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.picker__card--featured { background: linear-gradient(180deg, #fff 0%, rgba(122,199,65,0.08) 100%); border-color: rgba(74,143,31,0.4); }
.picker__label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #4a8f1f; margin-bottom: 20px; font-weight: 700; }
.picker__card h3 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 40px); }
.picker__card p { font-size: 15px; margin-bottom: 28px; max-width: 340px; }
.picker__card .btn { margin-top: auto; }

/* ============ TWO-COL (fixed alignment) ============ */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col--top { align-items: start; }
.two-col p { margin-bottom: 12px; font-size: 16px; }
.stack { display: flex; flex-direction: column; gap: 16px; }

/* ============ CHAPTER (How We Help) ============ */
.chapter { padding: 120px 40px; position: relative; }
.chapter__index { font-family: 'Bebas Neue', sans-serif; font-size: 140px; letter-spacing: -6px; color: #eae7dc; line-height: 1; position: absolute; top: 60px; right: 40px; pointer-events: none; z-index: 0; }
.section--dark .chapter__index, .section--charcoal .chapter__index { color: #0f0f0f; }
.chapter__head { max-width: 800px; margin-bottom: 60px; position: relative; z-index: 1; }
.chapter__lede { font-size: 20px; color: #444; line-height: 1.5; margin-top: 24px; max-width: 640px; }
.section--dark .chapter__lede, .section--charcoal .chapter__lede { color: #bbb; }
.chapter__list-title { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #4a8f1f; margin-bottom: 24px; font-weight: 700; }
.section--dark .chapter__list-title, .section--charcoal .chapter__list-title { color: #7AC741; }
.chapter__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.chapter__item { border-top: 1px solid #e5e2d8; padding-top: 20px; transition: border-color 0.3s; }
.section--dark .chapter__item, .section--charcoal .chapter__item { border-top-color: #1f1f1f; }
.chapter__item:hover { border-top-color: #4a8f1f; }
.section--dark .chapter__item:hover, .section--charcoal .chapter__item:hover { border-top-color: #7AC741; }
.chapter__item h4 { font-size: 18px; margin-bottom: 6px; }
.chapter__item p { font-size: 14px; color: #666; }
.section--dark .chapter__item p, .section--charcoal .chapter__item p { color: #999; }
.chapter__list--simple { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 32px; list-style: none; }
.chapter__list--simple li { font-size: 16px; font-weight: 700; padding: 12px 0; border-top: 1px solid #e5e2d8; color: #0a0a0a; }
.section--dark .chapter__list--simple li, .section--charcoal .chapter__list--simple li { border-top-color: #1f1f1f; color: #f0f0f0; }

/* ============ STEPS (DFY 3-phase) ============ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid #e5e2d8; border-radius: 8px; padding: 32px; transition: all 0.4s; position: relative; }
.step:hover { border-color: #4a8f1f; transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.section--dark .step, .section--charcoal .step { background: #0f0f0f; border-color: #1f1f1f; }
.section--dark .step:hover, .section--charcoal .step:hover { border-color: #7AC741; box-shadow: 0 0 32px rgba(122,199,65,0.15); }
.step__num { font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: #4a8f1f; letter-spacing: 3px; margin-bottom: 8px; font-weight: 400; }
.section--dark .step__num, .section--charcoal .step__num { color: #7AC741; }
.step__phase { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: -1px; margin-bottom: 12px; color: #0a0a0a; }
.section--dark .step__phase, .section--charcoal .step__phase { color: #f0f0f0; }
.step p { font-size: 14px; }

/* ============ APPROACH BLOCK (homepage stacked DIY / DFY) ============ */
.approach { margin-bottom: 40px; padding: 60px; background: #fff; border: 1px solid #e5e2d8; border-radius: 16px; transition: all 0.4s; }
.approach:hover { border-color: #4a8f1f; box-shadow: 0 16px 40px rgba(0,0,0,0.06); }
.section--dark .approach { background: #0f0f0f; border-color: #1f1f1f; }
.section--dark .approach:hover { border-color: #7AC741; box-shadow: 0 0 40px rgba(122,199,65,0.1); }
.approach__label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #4a8f1f; font-weight: 700; margin-bottom: 12px; }
.section--dark .approach__label { color: #7AC741; }
.approach h2 { font-size: clamp(36px, 4vw, 60px); letter-spacing: -1.5px; margin-bottom: 16px; }
.approach__intro { font-size: 17px; color: #444; max-width: 720px; margin-bottom: 40px; line-height: 1.5; }
.section--dark .approach__intro { color: #aaa; }

/* ============ NEWSLETTER ============ */
.newsletter { background: #0a0a0a; color: #f0f0f0; padding: 80px 40px; text-align: center; position: relative; z-index: 10; }
.newsletter h2 { font-size: clamp(40px, 5vw, 72px); margin-bottom: 12px; color: #f0f0f0; letter-spacing: -2px; }
.newsletter .eyebrow { color: #7AC741; }
.newsletter p { color: #999; max-width: 600px; margin: 12px auto 32px; font-size: 17px; }
.newsletter__form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter__input { flex: 1; min-width: 260px; padding: 16px 20px; background: rgba(255,255,255,0.05); border: 1px solid #333; border-radius: 6px; color: #f0f0f0; font-size: 14px; font-family: inherit; }
.newsletter__input:focus { outline: none; border-color: #7AC741; }
.newsletter__input::placeholder { color: #666; }
.newsletter__hint { font-size: 12px; color: #666; margin-top: 20px; letter-spacing: 0.5px; }
.newsletter__hint a { color: #7AC741; }
.newsletter__hint a:hover { text-decoration: underline; }

/* ============ CTA BAND ============ */
.cta-band { padding: 140px 40px; text-align: center; position: relative; overflow: hidden; background: #0a0a0a; color: #f0f0f0; border-top: 1px solid #1a1a1a; }
.cta-band h2 { font-size: clamp(56px, 8vw, 120px); margin-bottom: 24px; letter-spacing: -3px; }
.cta-band p { max-width: 640px; margin: 0 auto 40px; font-size: 18px; }
.cta-band__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.footer { background: #050505; padding: 80px 40px 40px; border-top: 1px solid #1a1a1a; position: relative; z-index: 10; color: #f0f0f0; }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer__logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 3px; color: #7AC741; margin-bottom: 16px; }
.footer__logo span { color: #f0f0f0; }
.footer__top p { font-size: 14px; max-width: 320px; color: #999; }
.footer h5 { color: #7AC741; margin-bottom: 20px; }
.footer__links { list-style: none; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: 13px; color: #666; transition: color 0.3s; }
.footer__links a:hover { color: #7AC741; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid #1a1a1a; font-size: 12px; color: #555; letter-spacing: 0.5px; }

/* ============ MOBILE ============ */
@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .grid--2 { grid-template-columns: 1fr; }
  .picker { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .chapter__list, .chapter__list--simple, .steps { grid-template-columns: 1fr; }
  .chapter__index { font-size: 100px; top: 40px; right: 20px; }
  .approach { padding: 40px 24px; }
  .wrap { padding: 0 24px; }
}
@media (max-width: 768px) {
  body { cursor: auto; }
  a, button { cursor: pointer; }
  .cursor-blob, .cursor-dot { display: none; }
  .nav-links { display: none; }
  .hero-bg-word { font-size: 160px; right: -30px; top: 25%; opacity: 0.7; }
  section, .chapter { padding: 70px 20px; }
  .cta-band, .newsletter { padding: 80px 20px; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: left; }
}
