/* ==========================================================================
   Kitchen Renovations Kitchener — Global Stylesheet (Redesign v2)
   Colours: teal accent (#6aabb8), charcoal primary (#3a3f4b)
   Layout: Split-screen hero, numbered services, timeline process,
           large-quote testimonials, pill locations, 2-col FAQ, centred footer
   ========================================================================== */

:root {
  --primary: #3a3f4b;
  --primary-light: #4d6070;
  --accent: #6aabb8;
  --accent-dark: #4d8fa0;
  --text: #1e1e1e;
  --text-light: #555;
  --bg: #ffffff;
  --bg-alt: #f0f5f6;
  --bg-dark: #1f2730;
  --border: #d8e4e7;
  --radius: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.15);
  --transition: 0.25s ease;
  --max-width: 1140px;
  /* Typography */
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- GOOGLE FONTS: Playfair Display ---- */
/* Added via <head> in HTML — no @import needed */

/* ---- HEADING HIERARCHY ---- */
h1, h2, h3 {
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}
h4, h5, h6, label, .nav-links a, .section-label, .trust-item, .sn-num, .tl-author {
  font-family: var(--font-body);
}

/* ---- NAV ---- */
/* Both <header> (home page) and bare <nav class="navbar"> (inner pages) get sticky */
header { position: sticky; top: 0; z-index: 200; }
nav.navbar { position: sticky; top: 0; z-index: 200; }
.navbar { background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); transition: box-shadow var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow); }
.nav-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 68px; gap: 32px; }
.logo { font-size: 1.15rem; font-weight: 700; color: var(--primary); flex-shrink: 0; font-family: var(--font-body); }
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 0.93rem; font-weight: 500; color: var(--text); transition: color var(--transition); }
.nav-links a:hover { color: var(--accent); }
/* Global nav phone number — colour and sizing consistent across all pages */
.nav-phone { font-size: 0.9rem; font-weight: 700; color: var(--accent) !important; white-space: nowrap; flex-shrink: 0; letter-spacing: 0.01em; transition: color var(--transition); text-decoration: none; }
.nav-phone:hover { color: var(--accent-dark) !important; }
.nav-cta { background: var(--accent); color: #fff !important; padding: 10px 22px; border-radius: 6px; font-weight: 600; font-size: 0.9rem; transition: background var(--transition), transform var(--transition); white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--primary); margin-left: auto; }

/* ---- HERO SPLIT SCREEN ---- */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
}
.hero-split-text {
  background: linear-gradient(150deg, var(--bg-dark) 0%, var(--primary) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 56px 80px 40px;
}
.hero-badge {
  display: inline-block;
  background: rgba(106,171,184,0.15);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  width: fit-content;
  font-family: var(--font-body);
}
.hero-split-text h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.hero-split-text h1 span { color: var(--accent); font-style: italic; }
.hero-split-text > p {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  margin-bottom: 36px;
  max-width: 440px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 0; }
.btn-primary {
  background: var(--accent);
  color: #fff;
  padding: 14px 32px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 1rem;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 16px rgba(106,171,184,0.4);
  display: inline-block;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(106,171,184,0.5); }
.btn-secondary-dark {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.35);
  padding: 14px 32px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--transition);
  display: inline-block;
  font-family: var(--font-body);
}
.btn-secondary-dark:hover { background: rgba(255,255,255,0.2); border-color: #fff; }
.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 14px 32px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--transition);
  display: inline-block;
  font-family: var(--font-body);
}
.btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: #fff; }
.btn-outline-accent {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  box-shadow: none;
  white-space: nowrap;
  align-self: flex-start;
}
.btn-outline-accent:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }

/* split stats */
.hero-split-stats {
  display: flex;
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 28px;
}
.split-stat {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 16px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.split-stat:last-child { border-right: none; padding-right: 0; padding-left: 16px; }
.split-stat-num { font-size: 1.6rem; font-weight: 800; color: var(--accent); line-height: 1; font-family: var(--font-body); }
.split-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 4px; font-family: var(--font-body); }

/* split image panel */
.hero-split-img {
  position: relative;
  overflow: hidden;
}
.hero-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-img-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: rgba(31,39,48,0.88);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 6px;
  border-left: 3px solid var(--accent);
  font-family: var(--font-body);
}

/* ---- TRUST BAR ---- */
.trust-bar { background: var(--primary); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 14px 24px; }
.trust-bar-inner { max-width: var(--max-width); margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; font-family: var(--font-body); }
.trust-icon { color: var(--accent); font-size: 1rem; }

/* ---- SECTIONS ---- */
.section { padding: 88px 24px; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--bg-dark); color: #fff; }
.container { max-width: var(--max-width); margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: block; font-family: var(--font-body); }
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.section-dark .section-title { color: #fff; }
.section-subtitle { font-size: 1rem; color: var(--text-light); max-width: 600px; margin-bottom: 48px; line-height: 1.8; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.65); }
.centered { text-align: center; }
.centered.section-subtitle { margin-left: auto; margin-right: auto; }

/* section header row (title left, button right) */
.section-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-header-row .section-subtitle { margin-bottom: 0; }

/* ---- SERVICES NUMBERED LIST ---- */
.services-numbered {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.sn-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--border);
  background: #fff;
  transition: background var(--transition), border-color var(--transition);
  cursor: pointer;
}
.sn-item:last-child { border-bottom: none; }
.sn-item:hover { background: var(--bg-alt); }
.sn-item:hover .sn-arrow { transform: translateX(6px); color: var(--accent); }
.sn-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--border);
  min-width: 40px;
  flex-shrink: 0;
  transition: color var(--transition);
  font-family: var(--font-body);
}
.sn-item:hover .sn-num { color: var(--accent); }
.sn-body {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.sn-icon { font-size: 1.6rem; flex-shrink: 0; }
.sn-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin-bottom: 2px; font-family: var(--font-heading); letter-spacing: -0.01em; }
.sn-body p { font-size: 0.87rem; color: var(--text-light); line-height: 1.6; }
.sn-arrow { font-size: 1.2rem; color: var(--border); margin-left: auto; flex-shrink: 0; transition: transform var(--transition), color var(--transition); }

/* ---- TWO-COL ---- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.two-col-reverse { direction: rtl; }
.two-col-reverse > * { direction: ltr; }
.two-col-img { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.two-col-img img { width: 100%; height: 460px; object-fit: cover; display: block; }
.two-col-text .section-label { margin-bottom: 10px; }

/* inline stats bar */
.inline-stats {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.inline-stat {
  flex: 1;
  padding: 16px 18px;
  text-align: center;
  border-right: 1px solid var(--border);
  background: #fff;
}
.inline-stat:last-child { border-right: none; }
.inline-stat strong { display: block; font-size: 1.35rem; font-weight: 800; color: var(--accent); font-family: var(--font-body); }
.inline-stat span { font-size: 0.76rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.07em; font-family: var(--font-body); }

/* checklist */
.checklist { list-style: none !important; margin-left: 0 !important; }
.checklist li { padding-left: 28px; position: relative; margin-bottom: 12px; color: var(--text-light); font-size: 0.95rem; line-height: 1.65; }
.checklist li::before { content: '\2713'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* ---- TIMELINE (PROCESS) ---- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.timeline-step {
  display: grid;
  grid-template-columns: 56px 32px 1fr;
  gap: 0 16px;
  align-items: start;
  padding-bottom: 40px;
}
.timeline-step.last { padding-bottom: 0; }
.timeline-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.timeline-dot span { font-size: 0.85rem; font-weight: 800; color: #fff; font-family: var(--font-body); }
.timeline-connector {
  width: 2px;
  background: rgba(106,171,184,0.3);
  margin: 56px auto 0;
  height: calc(100% - 56px);
  grid-row: 1;
  grid-column: 2;
  align-self: stretch;
  justify-self: center;
}
/* Use visibility:hidden instead of display:none so the grid column is preserved,
   preventing the timeline-content from collapsing to a narrow width on step 5 */
.timeline-step.last .timeline-connector { visibility: hidden; }
.timeline-content {
  padding-top: 14px;
  padding-bottom: 0;
}
.timeline-content h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 6px; font-family: var(--font-heading); letter-spacing: -0.01em; }
.timeline-content p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-family: var(--font-body); }

/* ---- TESTIMONIALS LARGE QUOTE ---- */
.testimonials-large {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.tl-item {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 36px 32px 28px;
  position: relative;
  border-top: 4px solid var(--accent);
}
.tl-quote {
  font-size: 5rem;
  line-height: 0.8;
  color: var(--accent);
  opacity: 0.25;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  user-select: none;
}
.tl-item > p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
  font-family: var(--font-body);
}
.tl-meta { display: flex; align-items: center; gap: 14px; }
.tl-stars { font-size: 1rem; color: var(--accent); letter-spacing: 2px; }
.tl-author { font-weight: 700; font-size: 0.9rem; color: var(--primary); font-family: var(--font-body); }
.tl-location { font-size: 0.8rem; color: var(--text-light); font-family: var(--font-body); }

/* ---- LOCATIONS PILLS ---- */
.locations-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.loc-pill {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 100px;
  padding: 10px 22px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  transition: all var(--transition);
  white-space: nowrap;
  font-family: var(--font-body);
  letter-spacing: 0.01em;
}
.loc-pill-lg {
  padding: 13px 28px;
  font-size: 0.95rem;
  background: var(--bg-alt);
}
.loc-pill:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ---- FAQ TWO COLUMN ---- */
.faq-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item { border-bottom: 1px solid var(--border); list-style: none; }
.faq-item::-webkit-details-marker { display: none; }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--primary);
  list-style: none;
  user-select: none;
  font-family: var(--font-body);
  line-height: 1.5;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question .icon {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
  transition: transform var(--transition);
  display: inline-block;
}
.faq-question .icon::before { content: '+'; }
details[open] > .faq-question .icon { transform: rotate(45deg); }
.faq-answer { overflow: hidden; }
.faq-answer p { font-size: 0.9rem; color: var(--text-light); padding-bottom: 18px; line-height: 1.75; }

/* ---- CTA DIAGONAL ---- */
.cta-diagonal {
  position: relative;
  background: var(--bg-dark);
  padding: 72px 24px;
  overflow: hidden;
}
.cta-diagonal::before {
  content: '';
  position: absolute;
  top: 0; left: -10%; right: 50%;
  bottom: 0;
  background: var(--accent);
  transform: skewX(-8deg);
  transform-origin: top left;
  opacity: 0.12;
}
.cta-diagonal::after {
  content: '';
  position: absolute;
  top: 0; left: -5%; right: 55%;
  bottom: 0;
  background: var(--accent);
  transform: skewX(-8deg);
  opacity: 0.07;
}
.cta-diagonal-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-diagonal-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.cta-diagonal-text p { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.7; }
.btn-cta-lg { padding: 16px 40px; font-size: 1.05rem; white-space: nowrap; flex-shrink: 0; }

/* ---- CTA BANNER (inner pages) ---- */
.cta-banner { background: var(--bg-dark); padding: 56px 24px; text-align: center; }
.cta-banner h2 { font-family: var(--font-heading); font-size: clamp(1.4rem, 2.5vw, 2rem); color: #fff; font-weight: 700; margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 1rem; margin-bottom: 24px; }

/* ---- FOOTER CENTERED ---- */
.footer-centered { background: var(--bg-dark); color: rgba(255,255,255,0.8); padding-top: 64px; }
.footer-centered-top {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-centered-top h3 { font-size: 1.1rem; color: #fff; font-weight: 700; margin-bottom: 12px; font-family: var(--font-body); }
.footer-centered-top p { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.75; margin-bottom: 14px; }
.footer-phone { font-size: 1.2rem; font-weight: 700; color: var(--accent) !important; display: inline-block; }
.footer-centered-nav {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 44px 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-nav-group h4 { font-size: 0.78rem; color: rgba(255,255,255,0.9); font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.09em; font-family: var(--font-body); }
.footer-nav-group ul li { margin-bottom: 9px; }
.footer-nav-group ul li a { font-size: 0.87rem; color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-nav-group ul li a:hover { color: var(--accent); }
.footer-centered-disclaimer {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 24px 0;
}
.footer-centered-disclaimer p { font-size: 0.75rem; color: rgba(255,255,255,0.3); line-height: 1.6; }
.footer-bottom { padding: 18px 24px; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.35); border-top: 1px solid rgba(255,255,255,0.06); margin-top: 16px; }

/* ---- CONTACT FORM (inner pages) ---- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: 1.8rem; font-weight: 700; color: var(--primary); margin-bottom: 16px; font-family: var(--font-heading); }
.contact-info p { color: var(--text-light); margin-bottom: 28px; line-height: 1.75; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-detail .icon { background: var(--bg-alt); border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-detail div strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-light); margin-bottom: 2px; font-family: var(--font-body); }
.contact-detail div span { font-weight: 600; color: var(--primary); }
.contact-form-card { background: #fff; border-radius: 16px; padding: 36px; box-shadow: var(--shadow-lg); }
.contact-form-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--primary); margin-bottom: 24px; font-family: var(--font-heading); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; font-family: var(--font-body); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: 7px; font-size: 0.95rem; color: var(--text); transition: border-color var(--transition); font-family: var(--font-body); background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; background: var(--accent); color: #fff; border: none; padding: 15px; border-radius: 7px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background var(--transition), transform var(--transition); margin-top: 4px; font-family: var(--font-body); }
.form-submit:hover { background: var(--accent-dark); transform: translateY(-1px); }
.form-success { display: none; text-align: center; padding: 24px; }
.form-success h3 { color: #2a7d4f; font-size: 1.3rem; margin-bottom: 8px; font-family: var(--font-heading); }
.form-success p { color: var(--text-light); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero { background: linear-gradient(120deg, var(--bg-dark) 0%, var(--primary) 100%); padding: 72px 24px 56px; position: relative; overflow: hidden; }
.page-hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.08; display: block; pointer-events: none; }
.page-hero-inner { max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(1.7rem, 4vw, 2.8rem); color: #fff; font-weight: 700; margin-bottom: 14px; font-family: var(--font-heading); letter-spacing: -0.015em; }
.page-hero p { color: rgba(255,255,255,0.78); font-size: 1.1rem; max-width: 580px; line-height: 1.75; }
.breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 16px; font-family: var(--font-body); }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: var(--accent); }

/* ---- RICH CONTENT ---- */
.rich-content { max-width: 820px; }
.rich-content h2 { font-size: 1.45rem; font-weight: 700; color: var(--primary); margin: 36px 0 12px; font-family: var(--font-heading); }
.rich-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin: 24px 0 8px; font-family: var(--font-heading); }
.rich-content p { color: var(--text-light); margin-bottom: 16px; line-height: 1.8; }
.rich-content ul { margin: 0 0 18px 20px; }
.rich-content ul li { color: var(--text-light); font-size: 0.95rem; margin-bottom: 6px; list-style: disc; }

/* ---- ABOUT PAGE ---- */
.about-values { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.value-card { background: #fff; border-radius: 12px; padding: 28px 22px; box-shadow: var(--shadow); text-align: center; }
.value-card .icon { font-size: 2rem; margin-bottom: 14px; }
.value-card h3 { font-size: 1rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; font-family: var(--font-heading); }
.value-card p { font-size: 0.87rem; color: var(--text-light); }

/* ---- CARDS GRID (service sub-pages) ---- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-img { position: relative; height: 240px; overflow: hidden; background: #e8f0f2; }
.card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.card-body { padding: 24px; }
.card-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; font-family: var(--font-heading); }
.card-body p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 16px; line-height: 1.7; }
.card-link { font-size: 0.88rem; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 4px; }
.card-link::after { content: '\2192'; transition: transform var(--transition); }
.card-link:hover::after { transform: translateX(4px); }

/* ---- LOCATIONS GRID (inner pages) ---- */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.location-chip { background: #fff; border: 2px solid var(--border); border-radius: 8px; padding: 16px; text-align: center; font-weight: 600; font-size: 0.9rem; color: var(--primary); transition: all var(--transition); }
.location-chip:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ---- TESTIMONIALS GRID (inner pages) ---- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.testimonial { background: #fff; border-radius: 12px; padding: 28px; box-shadow: var(--shadow); border-left: 4px solid var(--accent); }
.testimonial-stars { color: var(--accent); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial p { font-size: 0.92rem; color: var(--text-light); font-style: italic; margin-bottom: 16px; line-height: 1.7; }
.testimonial-author { font-weight: 700; font-size: 0.88rem; color: var(--primary); font-family: var(--font-body); }
.testimonial-location { font-size: 0.8rem; color: var(--text-light); }

/* ---- PROCESS STEPS (inner pages fallback) ---- */
.process-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.step { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 28px 24px; }
.step-num { font-size: 2.5rem; font-weight: 800; color: var(--accent); opacity: 0.8; margin-bottom: 12px; font-family: var(--font-body); }
.step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; font-family: var(--font-heading); }
.step p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* ---- FAQ LIST (inner pages fallback) ---- */
.faq-list { max-width: 760px; margin: 0 auto; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split-text { padding: 64px 32px; }
  .hero-split-img { height: 55vw; max-height: 480px; }
  .testimonials-large { grid-template-columns: 1fr; max-width: 540px; margin-left: auto; margin-right: auto; }
  .faq-two-col { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .two-col-reverse { direction: ltr; }
  .two-col-img { order: -1; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .timeline { max-width: 100%; }
  .cta-diagonal-inner { flex-direction: column; text-align: center; }
  .section-header-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: #fff; padding: 20px 24px; border-bottom: 1px solid var(--border); gap: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .hamburger { display: block; }
  .hero-split-stats { gap: 0; flex-wrap: nowrap; }
  .split-stat:first-child { padding-left: 0; }
  .trust-bar-inner { gap: 16px; }
  .sn-item { padding: 16px 16px; gap: 12px; }
  .sn-num { font-size: 1.1rem; min-width: 28px; }
  .inline-stats { flex-direction: column; }
  .inline-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .inline-stat:last-child { border-bottom: none; }
  .timeline-step { grid-template-columns: 44px 20px 1fr; gap: 0 10px; }
  .timeline-dot { width: 44px; height: 44px; }
  .locations-pills { gap: 8px; }
  .footer-centered-nav { gap: 40px; justify-content: flex-start; }
  .form-row { grid-template-columns: 1fr; }
}
