/* ── RESET ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; color: #7a7a7a; background: #f3f3f3; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; }

/* ── NAVIGATION ─────────────────────────────────────────────────────────── */
header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); box-shadow: 0 2px 24px rgba(0,0,0,0.07); }
nav { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; height: 72px; }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo img { height: 42px; width: 42px; object-fit: contain; object-position: center; }
.logo-text h1 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.06em; line-height: 1; text-transform: uppercase; }
.logo-text h1 span.red { color: #b52025; }
.logo-text h1 span.gray { color: #6d6e71; }
.logo-text p { font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 500; color: #7a7a7a; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { text-decoration: none; color: #7a7a7a; font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 15px; letter-spacing: 0.2px; transition: color 0.2s; }
.nav-links a:hover { color: #b52025; }
.nav-cta { background: #b52025 !important; color: #fff !important; padding: 13px 26px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; transition: background 0.2s; }
.nav-cta:hover { background: #8f1a1f !important; }

/* ── PAGE-NAV TAB BAR ───────────────────────────────────────────────────── */
.page-nav { display: flex; gap: 0; border-bottom: 1px solid rgba(0,0,0,0.07); background: #fff; max-width: 100%; overflow-x: auto; }
.page-nav button { padding: 13px 26px; border: none; background: transparent; font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #7a7a7a; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; transition: all 0.2s; }
.page-nav button.active { color: #b52025; border-bottom-color: #b52025; }
.page-nav button:hover:not(.active) { color: #1c1c1c; background: #f9f9f9; }

/* ── PAGE TOGGLE ────────────────────────────────────────────────────────── */
.page { display: none; }
.page.active { display: block; }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 120px 32px 100px; background: radial-gradient(ellipse 90% 70% at 70% 30%, rgba(181,32,37,0.22) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 15% 75%, rgba(181,32,37,0.10) 0%, transparent 55%), linear-gradient(155deg, #060606 0%, #141414 45%, #0b0b0b 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,0.013) 3px, rgba(255,255,255,0.013) 4px); pointer-events: none; z-index: 1; }
.hero-bg { display: none; }
.hero-overlay { display: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.52) 55%, rgba(0,0,0,0.28) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 920px; text-align: center; }
.hero-eyebrow { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #b52025; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 36px; height: 1px; background: #b52025; display: block; }
.hero-content { position: relative; z-index: 2; max-width: 960px; text-align: center; }
.hero-rule { width: 56px; height: 2px; background: linear-gradient(90deg, #b52025, #e8343a); margin: 0 auto 28px; border-radius: 2px; }
.hero-content h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(52px, 8.5vw, 108px); font-weight: 800; color: #fff; line-height: 0.88; text-transform: uppercase; letter-spacing: -0.03em; margin-bottom: 28px; }
.hero-content h1 em { font-style: normal; color: #b52025; }
.hero-content p { font-family: 'Manrope', sans-serif; font-size: clamp(15px, 1.7vw, 17px); color: rgba(255,255,255,0.48); line-height: 1.85; margin-bottom: 52px; max-width: 580px; margin-left: auto; margin-right: auto; letter-spacing: 0.01em; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #b52025; color: #fff; padding: 16px 34px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: #8f1a1f; }
.btn-outline { border: 2px solid rgba(255,255,255,0.6); color: #fff; padding: 16px 34px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; background: transparent; cursor: pointer; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { background: #fff; color: #1c1c1c; border-color: #fff; }

/* ── DIVISION BANNER ────────────────────────────────────────────────────── */
.division-banner { background: #1c1c1c; padding: 28px 32px; }
.division-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.division-text .eyebrow { font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.division-text .headline { font-family: 'Montserrat', sans-serif; font-size: clamp(13px, 2vw, 17px); font-weight: 600; color: #fff; line-height: 1.4; letter-spacing: 0.2px; }
.division-text .sub { font-family: 'Manrope', sans-serif; font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 5px; }
.division-cta { background: #b52025; color: #fff; padding: 13px 26px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
.division-cta:hover { background: #8f1a1f; }

/* ── SECTION BASE ───────────────────────────────────────────────────────── */
.section { padding: 96px 32px; background: #f3f3f3; }
.section.dark { background: #1c1c1c; }
.section.white { background: #fff; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow { font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #b52025; text-align: center; margin-bottom: 12px; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(26px, 4vw, 44px); font-weight: 700; color: #1c1c1c; text-transform: uppercase; text-align: center; line-height: 0.95; letter-spacing: -0.01em; margin-bottom: 16px; }
.section-title.light { color: #fff; }
.section-title.red { color: #b52025; }
.section-sub { font-family: 'Manrope', sans-serif; color: #7a7a7a; font-size: 16px; text-align: center; max-width: 580px; margin: 0 auto 60px; line-height: 1.75; }
.section-sub.light { color: rgba(255,255,255,0.55); }

/* ── WHY GRID ───────────────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.why-card { background: #fff; padding: 40px; border-radius: 2px; border-top: 3px solid #b52025; box-shadow: 0 4px 32px rgba(0,0,0,0.05); transition: box-shadow 0.25s, transform 0.25s; }
.why-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.1); transform: translateY(-3px); }
.why-icon { width: 40px; height: 40px; color: #b52025; margin-bottom: 20px; }
.why-card h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #1c1c1c; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.8px; }
.why-card p { font-family: 'Manrope', sans-serif; color: #7a7a7a; font-size: 14px; line-height: 1.75; }

/* ── HOME COMPARISON SECTION ────────────────────────────────────────────── */
.comparison-section { padding: 96px 32px; background: #1c1c1c; }
.comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; margin-top: 52px; border-radius: 2px; overflow: hidden; }
.comp-card { padding: 40px 32px; color: #fff; }
.comp-card h3 { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 18px; }
.rvalue-box { background: rgba(255,255,255,0.1); padding: 11px 16px; border-radius: 2px; margin-bottom: 22px; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 0.3px; }
.rvalue-box span { font-size: 22px; font-weight: 700; color: #fff; }
.comp-row { display: flex; justify-content: space-between; font-family: 'Manrope', sans-serif; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 9px 0; }
.comp-row span:first-child { color: rgba(255,255,255,0.45); }
.comp-row span:last-child { font-weight: 600; color: #fff; }

/* ── PROCESS GRID ───────────────────────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px; margin-top: 52px; border-radius: 2px; overflow: hidden; }
.process-card { background: #b52025; color: #fff; padding: 48px 32px; text-align: center; transition: background 0.2s; }
.process-card:nth-child(even) { background: #8f1a1f; }
.process-card:hover { background: #741417; }
.process-num { font-family: 'Montserrat', sans-serif; font-size: 56px; font-weight: 800; line-height: 1; margin-bottom: 18px; opacity: 0.25; }
.process-card h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.process-card p { font-family: 'Manrope', sans-serif; font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.65; }

/* ── HOME CONTACT SECTION ───────────────────────────────────────────────── */
.contact-section { padding: 96px 32px; background: #b52025; }
.contact-inner { max-width: 740px; margin: 0 auto; }
.contact-inner h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #fff; text-align: center; text-transform: uppercase; line-height: 0.95; letter-spacing: -0.01em; margin-bottom: 14px; }
.contact-inner > p { font-family: 'Manrope', sans-serif; color: rgba(255,255,255,0.75); font-size: 16px; text-align: center; margin-bottom: 44px; line-height: 1.75; }
.contact-form { background: #fff; border-radius: 2px; padding: 52px; box-shadow: 0 32px 96px rgba(0,0,0,0.28); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #1c1c1c; margin-bottom: 8px; }
.form-group input, .form-group textarea { width: 100%; padding: 14px 16px; border: 1.5px solid #ededed; border-radius: 2px; font-family: 'Manrope', sans-serif; font-size: 15px; color: #1c1c1c; background: #fafafa; outline: none; transition: border-color 0.2s, background 0.2s; }
.form-group input:focus, .form-group textarea:focus { border-color: #b52025; background: #fff; }
.form-group textarea { height: 100px; resize: none; }
.form-submit { width: 100%; background: #b52025; color: #fff; border: none; padding: 17px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; }
.form-submit:hover { background: #8f1a1f; }
.form-note { text-align: center; font-family: 'Manrope', sans-serif; font-size: 11px; color: #7a7a7a; margin-top: 14px; letter-spacing: 0.3px; }

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.site-footer { background: #1c1c1c; color: #7a7a7a; padding: 72px 32px 36px; border-top: 3px solid #b52025; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 52px; margin-bottom: 52px; }
.footer-col h3 { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; margin-bottom: 22px; }
.footer-col p { font-family: 'Manrope', sans-serif; font-size: 13px; line-height: 1.85; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-family: 'Manrope', sans-serif; font-size: 13px; color: #7a7a7a; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #b52025; }
.roofing-link { color: #b52025 !important; font-weight: 600; }
.roofing-link:hover { color: #fff !important; }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.06); margin-bottom: 20px; }
.footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-list a, .footer-contact-list span { font-family: 'Manrope', sans-serif; font-size: 13px; color: #7a7a7a; text-decoration: none; transition: color 0.2s; }
.footer-contact-list a:hover { color: #b52025; }
.social-row { display: flex; gap: 10px; margin-top: 14px; }
.social-row a { font-family: 'Manrope', sans-serif; color: #7a7a7a; transition: all 0.2s; font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-decoration: none; padding: 7px 14px; border: 1px solid rgba(255,255,255,0.1); border-radius: 30px; text-transform: uppercase; }
.social-row a:hover { color: #b52025; border-color: #b52025; }
.footer-bottom { text-align: center; font-family: 'Manrope', sans-serif; font-size: 12px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px; color: #6d6e71; }
.footer-bottom a { color: #b52025; font-weight: 600; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom p + p { margin-top: 7px; }

/* ── BREADCRUMBS ────────────────────────────────────────────────────────── */
.breadcrumb-bar { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); padding: 13px 32px; }
.breadcrumb-bar .breadcrumb-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb-bar ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; list-style: none; font-family: 'Manrope', sans-serif; font-size: 12px; }
.breadcrumb-bar li { display: flex; align-items: center; gap: 7px; }
.breadcrumb-bar a { color: #7a7a7a; text-decoration: none; transition: color 0.2s; }
.breadcrumb-bar a:hover { color: #b52025; }
.breadcrumb-bar .current { color: #1c1c1c; font-weight: 600; }
.breadcrumb-bar .sep { color: #ccc; }

/* ── PAGE HERO (About / FAQ / Contact / Hub pages) ──────────────────────── */
.page-hero { background: #1c1c1c; color: #fff; padding: 88px 32px 72px; }
.page-hero-inner { max-width: 960px; margin: 0 auto; }
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 6vw, 64px); font-weight: 800; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; color: #b52025; margin-bottom: 16px; }
.page-hero p { font-family: 'Manrope', sans-serif; font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.75; }

/* ── ABOUT ──────────────────────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 72px; }
.about-img { background: #ededed; border-radius: 2px; height: 320px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.value-card { padding: 32px; border-radius: 2px; border-top: 3px solid #b52025; background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
.value-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #1c1c1c; margin-bottom: 10px; }
.value-card p { font-family: 'Manrope', sans-serif; font-size: 14px; color: #7a7a7a; line-height: 1.75; }

/* ── SERVICES ───────────────────────────────────────────────────────────── */
.svc-nav { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; padding: 28px 32px; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); }
.svc-tab { padding: 11px 22px; border-radius: 30px; border: 1.5px solid #ededed; background: #f3f3f3; font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7a7a7a; cursor: pointer; transition: all 0.2s; }
.svc-tab.active, .svc-tab:hover { background: #b52025; border-color: #b52025; color: #fff; }
.svc-content { display: none; }
.svc-content.active { display: block; background: #f3f3f3; }

.svc-hero { padding: 72px 32px 56px; background: #1c1c1c; color: #fff; }
.svc-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.svc-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; margin-bottom: 16px; color: #fff; }
.svc-hero .tag { display: inline-block; background: #b52025; color: #fff; font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 30px; margin-bottom: 16px; }
.svc-hero p { font-family: 'Manrope', sans-serif; font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.85; }
.svc-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.svc-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 2px; padding: 20px; text-align: center; }
.svc-stat .num { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 700; color: #b52025; }
.svc-stat .lbl { font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.5px; color: rgba(255,255,255,0.4); margin-top: 5px; }
.svc-hero-img { background: #2a2a2a; border-radius: 2px; height: 320px; overflow: hidden; border: 1px solid rgba(255,255,255,0.07); background-size: cover; background-position: center; }

.svc-body { max-width: 1200px; margin: 0 auto; padding: 40px 32px 72px; }

.info-section { padding: 44px; background: #fff; border-radius: 2px; box-shadow: 0 2px 24px rgba(0,0,0,0.04); margin: 18px 0; }
.info-section h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: #1c1c1c; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1.5px solid #ededed; }
.info-section p { font-family: 'Manrope', sans-serif; font-size: 15px; color: #7a7a7a; line-height: 1.85; margin-bottom: 14px; }

.bullet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; margin-top: 16px; }
.grid-2col { grid-template-columns: repeat(2, 1fr) !important; }
.bullet-card { background: #f3f3f3; border-radius: 2px; padding: 24px; border-top: 2px solid #b52025; }
.bullet-card h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #1c1c1c; margin-bottom: 9px; }
.bullet-card p { font-family: 'Manrope', sans-serif; font-size: 13px; color: #7a7a7a; line-height: 1.7; margin: 0; }

.ideal-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.ideal-chip { background: #1c1c1c; border-radius: 30px; padding: 11px 20px; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.75); flex: 0 1 auto; }

.compare-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-family: 'Manrope', sans-serif; font-size: 14px; }
.compare-table th { background: #1c1c1c; color: #fff; padding: 15px 18px; text-align: left; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.compare-table td { padding: 13px 18px; border-bottom: 1px solid #ededed; color: #1c1c1c; }
.compare-table tr:nth-child(even) td { background: #fafafa; }
.compare-table tr:hover td { background: #f3f3f3; }
.compare-table .good { color: #059669; font-weight: 600; }
.compare-table .mid { color: #b07d00; font-weight: 600; }
.compare-table .low { color: #b52025; font-weight: 600; }

.warning-box { background: #fdf4f4; border-left: 3px solid #b52025; padding: 22px 26px; margin-top: 18px; }
.warning-box h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #b52025; margin-bottom: 8px; }
.warning-box p { font-family: 'Manrope', sans-serif; font-size: 13px; color: #6d6e71; line-height: 1.75; margin: 0; }

.tip-box { background: #f3f3f3; border-left: 3px solid #1c1c1c; padding: 22px 26px; margin-top: 18px; }
.tip-box h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1c1c1c; margin-bottom: 8px; }
.tip-box p { font-family: 'Manrope', sans-serif; font-size: 13px; color: #7a7a7a; line-height: 1.75; margin: 0; }

.pro-con { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.pro-col { background: #1c1c1c; border-radius: 2px; padding: 28px; }
.con-col { background: #f3f3f3; border-radius: 2px; padding: 28px; }
.pro-col h4 { font-family: 'Montserrat', sans-serif; color: #b52025; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 16px; }
.con-col h4 { font-family: 'Montserrat', sans-serif; color: #1c1c1c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 16px; }
.pro-col li { font-family: 'Manrope', sans-serif; font-size: 13px; line-height: 1.85; margin-left: 16px; color: rgba(255,255,255,0.7); }
.con-col li { font-family: 'Manrope', sans-serif; font-size: 13px; line-height: 1.85; margin-left: 16px; color: #6d6e71; }

.cta-banner { background: #b52025; color: #fff; border-radius: 2px; padding: 44px 52px; margin: 44px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-banner h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 7px; }
.cta-banner p { font-family: 'Manrope', sans-serif; font-size: 14px; color: rgba(255,255,255,0.7); }
.cta-banner a { background: #fff; color: #b52025; padding: 14px 28px; border-radius: 30px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: all 0.2s; }
.cta-banner a:hover { background: #1c1c1c; color: #fff; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item { overflow: hidden; border-bottom: 1px solid #ededed; }
.faq-item:first-child { border-top: 1px solid #ededed; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; background: #fff; border: none; font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 600; color: #1c1c1c; cursor: pointer; text-align: left; gap: 12px; transition: background 0.15s; }
.faq-q:hover { background: #fafafa; }
.faq-q.open { color: #b52025; background: #fff; }
.faq-chevron { font-size: 18px; flex-shrink: 0; transition: transform 0.2s; color: #ededed; }
.faq-q.open .faq-chevron { transform: rotate(180deg); color: #b52025; }
.faq-a { display: none; padding: 0 28px 22px; font-family: 'Manrope', sans-serif; font-size: 14px; color: #7a7a7a; line-height: 1.85; background: #fff; }
.faq-a.open { display: block; }

/* ── CONTACT PAGE ───────────────────────────────────────────────────────── */
.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info h3 { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #b52025; margin-bottom: 22px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; font-family: 'Manrope', sans-serif; font-size: 15px; color: #1c1c1c; }
.contact-info-item .icon { color: #b52025; font-size: 18px; flex-shrink: 0; margin-top: 2px; }

/* ── HUB PAGES (Services / Service Areas index) ─────────────────────────── */
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.hub-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.hub-card { display: block; background: #fff; padding: 32px; border-radius: 2px; border-top: 3px solid #b52025; box-shadow: 0 2px 20px rgba(0,0,0,0.05); text-decoration: none; transition: box-shadow 0.25s, transform 0.25s; }
.hub-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.1); transform: translateY(-3px); }
.hub-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.8px; color: #1c1c1c; margin-bottom: 10px; }
.hub-card p { font-family: 'Manrope', sans-serif; font-size: 14px; color: #7a7a7a; line-height: 1.7; margin-bottom: 14px; }
.hub-card .hub-link { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #b52025; }

/* ── TESTIMONIAL ────────────────────────────────────────────────────────── */
.testimonial-section { padding: 96px 32px; background: #fff; }
.testimonial-card { max-width: 720px; margin: 0 auto; text-align: center; }
.testimonial-stars { color: #b52025; font-size: 22px; letter-spacing: 4px; margin-bottom: 24px; }
.testimonial-quote { font-family: 'Manrope', sans-serif; font-size: 18px; color: #1c1c1c; line-height: 1.85; font-style: italic; margin-bottom: 24px; }
.testimonial-author { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #b52025; }

/* ── SCROLL ANIMATIONS ──────────────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.page.active .fade-up { opacity: 1; }
.light-bg { background: #f3f3f3; }

/* ── MOBILE ─────────────────────────────────────────────────────────────── */
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 200; }
.hamburger span { display: block; width: 24px; height: 2px; background: #1c1c1c; border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .breadcrumb-bar { padding: 12px 20px; }
  .hamburger { display: flex; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 150; padding: 96px 32px 40px; gap: 0; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .nav-links a:not(.nav-cta) { font-size: 22px; font-weight: 700; letter-spacing: 0.04em; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.07); width: 100%; color: #1c1c1c; text-decoration: none; }
  .nav-links .nav-cta { margin-top: 24px; font-size: 13px; background: #b52025; color: #fff; padding: 14px 28px; border-radius: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .about-grid, .svc-hero-inner, .service-detail, .contact-page-grid, .pro-con { grid-template-columns: 1fr; }
  .division-inner { flex-direction: column; text-align: center; }
  .cta-banner { flex-direction: column; text-align: center; }
  .why-grid { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .grid-2col { grid-template-columns: 1fr !important; }
  .hero-content h1 { line-height: 1; }
  .crawl-callout-grid { grid-template-columns: 1fr !important; }
  .contact-form { padding: 32px 24px; }
  .info-section { padding: 28px 24px; }
  .svc-body { padding: 28px 20px 56px; }
  .section { padding: 64px 20px; }
  .comparison-section, .contact-section { padding: 64px 20px; }
}
