/* ==============================================
   FORT WORTH DRAIN — PAGE COMPONENTS
   Extends style.css (main.css) with all
   page-specific component classes.
   ============================================== */

/* ---- Page Hero ---- */
.page-hero {
  background: var(--navy);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}
.hero-orb {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.page-h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.97;
  letter-spacing: 0.03em;
  color: var(--white);
  margin-bottom: 16px;
}
.page-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  max-width: 560px;
  margin-bottom: 24px;
}
.page-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.02em;
}
.page-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---- Section Header (centered heading block) ---- */
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--navy);
  margin: 8px 0 12px;
}
.section-header p {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}
.eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}

/* ---- Prose (long-form body copy) ---- */
.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.03em;
  color: var(--navy);
  margin: 40px 0 12px;
}
.prose h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin: 28px 0 10px;
}
.prose p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--gray-600);
  margin-bottom: 16px;
}
.prose ul, .prose ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.prose li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 8px;
}

/* ---- Locations Grid & Cards ---- */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.loc-card {
  display: block;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px 22px 20px;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.loc-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 8px;
}
.loc-card p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 12px;
}
.loc-card .arrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
}
.loc-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* ---- Services Grid & Cards ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.service-card:hover {
  border-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.service-card-inner {
  padding: 32px 28px 28px;
}
.service-icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 18px;
  display: block;
}
.service-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 20px;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  transition: gap var(--t);
}
.service-card:hover .link-arrow { gap: 10px; }

/* ---- Hero Stats (PDX design) ---- */
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stat-val { font-family: var(--font-display); font-size: 32px; color: var(--orange); line-height: 1; }
.hero-stat-lbl { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ---- Trust Bar (replaces stats-strip on service pages) ---- */
.trust-bar { background: var(--off-white); border-top: 3px solid var(--orange); }
.trust-bar-inner { max-width: 1300px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: repeat(4,1fr); }
.tb-item { display: flex; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid var(--gray-200); }
.tb-item:last-child { border-right: none; }
.tb-icon { width: 46px; height: 46px; background: var(--navy); border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; }
.tb-title { font-weight: 700; font-size: 14.5px; color: var(--navy); }
.tb-desc { font-size: 12px; color: var(--gray-400); margin-top: 2px; }

/* ---- Benefits Grid ---- */
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.benefit-card { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px 24px; transition: border-color var(--t), box-shadow var(--t), transform var(--t); }
.benefit-card:hover { border-color: rgba(255,92,0,0.4); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.benefit-icon { width: 52px; height: 52px; background: var(--orange-tint); border-radius: 10px; display: grid; place-items: center; margin-bottom: 16px; color: var(--orange); }
.benefit-card h3 { font-family: var(--font-display); font-size: 20px; letter-spacing: 0.03em; color: var(--navy); margin-bottom: 8px; }
.benefit-card p { font-size: 14px; color: var(--gray-400); line-height: 1.68; }

/* ---- Process Steps (PDX design) ---- */
.process-steps { display: flex; flex-direction: column; gap: 20px; max-width: 720px; margin: 0 auto; }
.process-step { display: flex; gap: 20px; align-items: flex-start; }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: var(--white); font-family: var(--font-display); font-size: 20px; display: grid; place-items: center; flex-shrink: 0; }
.process-step h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.process-step p { font-size: 14px; color: var(--gray-400); line-height: 1.68; }

/* ---- Stats Strip ---- */
.stats-strip {
  background: var(--navy-2);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid rgba(255, 92, 0, 0.18);
  padding: 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide: true;
}
.stat-item {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: 0.04em;
  color: var(--orange);
  line-height: 1;
}
.stat-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  margin: 6px 0 4px;
}
.stat-sub {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
}

/* ---- Jump Nav ---- */
.jump-nav {
  background: var(--white);
  border-bottom: 1.5px solid var(--gray-200);
  position: sticky;
  top: 72px;
  z-index: 80;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jump-nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  gap: 0;
}
.jump-nav a {
  padding: 14px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gray-600);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color var(--t), border-color var(--t);
}
.jump-nav a:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* ---- Sidebar Layout ---- */
.sidebar-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}

/* ---- Feature Grid & Cards ---- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
}
.feature-card {
  background: var(--off-white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}
.fc-icon {
  display: block;
  font-size: 28px;
  margin-bottom: 12px;
}
.fc-title {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--navy);
  margin-bottom: 8px;
}
.fc-body {
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.68;
}

/* ---- Callout Boxes ---- */
.callout {
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  margin: 28px 0;
}
.callout-info {
  background: #EFF6FF;
  border: 1.5px solid #BFDBFE;
}
.callout-green {
  background: #F0FDF4;
  border: 1.5px solid #BBF7D0;
}
.callout-warn {
  background: #FFF7ED;
  border: 1.5px solid #FED7AA;
}
.callout-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1.4;
}
.callout-body h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.callout-body p {
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0;
}

/* ---- Warning / Icon List ---- */
.warn-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0 28px;
}
.warn-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: var(--off-white);
  border-radius: var(--radius);
  border-left: 3px solid var(--orange);
}
.wl-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1.3;
}
.wl-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wl-body strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}
.wl-body span {
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.65;
}

/* ---- VS Comparison ---- */
.vs-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  margin: 24px 0 28px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.vs-col {
  padding: 28px 24px;
  background: var(--white);
}
.vs-col.winner {
  background: var(--navy);
}
.vs-col.winner h4 { color: var(--white); }
.vs-col.winner .vs-list li { color: rgba(255,255,255,0.72); }
.vs-col.winner .vs-list li::before { background: var(--orange); }
.vs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  padding: 0 12px;
  border-left: 1.5px solid var(--gray-200);
  border-right: 1.5px solid var(--gray-200);
}
.vs-label {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--gray-400);
}
.vs-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.vs-icon { font-size: 24px; }
.vs-head h4 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--navy);
  line-height: 1.2;
}
.vs-win-badge {
  display: inline-block;
  padding: 2px 8px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.04em;
  vertical-align: middle;
  margin-left: 4px;
}
.vs-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vs-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.5;
}
.vs-list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gray-400);
  flex-shrink: 0;
  margin-top: 5px;
}

/* ---- Process Steps ---- */
.process-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0 28px;
}
.pv-step {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  border-top: 3px solid var(--orange);
}
.pv-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.pv-step h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.pv-step p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.65;
  margin: 0;
}

/* ---- Highlight Panel ---- */
.highlight-panel {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  margin: 32px 0;
  border: 1.5px solid rgba(255, 92, 0, 0.22);
}
.hp-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.highlight-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.03em;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.05;
}
.highlight-panel p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.72;
  margin-bottom: 28px;
}
.hp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
}
.hp-stat { text-align: center; }
.hp-num {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: 0.04em;
  color: var(--orange);
  line-height: 1;
}
.hp-lbl {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.48);
  margin-top: 6px;
  line-height: 1.5;
}

/* ---- Pricing Table ---- */
.pricing-table {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0 8px;
}
.pt-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 14px 20px;
  background: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.pt-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 14px 20px;
  border-top: 1px solid var(--gray-200);
  font-size: 14px;
  color: var(--gray-800);
  align-items: center;
}
.pt-row strong {
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}
.pt-row.highlight {
  background: #F0FDF4;
  color: #166534;
}
.pt-row.highlight strong { color: #166534; }

/* ---- FAQ Answer (site uses .faq-a instead of .faq-body) ---- */
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s var(--ease), padding 0.38s var(--ease);
  padding: 0 22px;
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.78;
}
.faq-item.is-open .faq-a {
  max-height: 480px;
  padding: 0 22px 20px;
}
/* Ensure faq-q shows full text without needing faq-q-text wrapper */
.faq-q {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  width: 100%;
}

/* ---- Sidebar Cards ---- */
.sidebar-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 16px;
}
.sidebar-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 16px;
}
.sidebar-card-cta {
  background: var(--navy);
  border: 1.5px solid var(--orange);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  margin-bottom: 16px;
}
.scc-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.scc-phone {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 6px;
}
.scc-hours {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 18px;
}
.sidebar-fact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-100);
}
.sidebar-fact:last-child { border-bottom: none; }
.sf-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.sf-text {
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.5;
}
.sf-text strong { color: var(--navy); }
.sidebar-services {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidebar-services li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-800);
  border-bottom: 1px solid var(--gray-100);
  transition: color var(--t);
}
.sidebar-services li:last-child a { border-bottom: none; }
.sidebar-services li a:hover { color: var(--orange); }
.sidebar-services li a span { color: var(--orange); font-weight: 700; }

/* ---- Neighborhood Profile ---- */
.nhood-profile {
  background: var(--off-white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 8px;
}
.nhood-profile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.nhood-profile-title h3 {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 4px;
}
.nhood-profile-title h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 0.03em;
  color: var(--navy);
  line-height: 1.05;
}
.nhood-risk {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}
.risk-high { background: #FEF2F2; color: #DC2626; border: 1.5px solid #FCA5A5; }
.risk-medium { background: #FFF7ED; color: #D97706; border: 1.5px solid #FCD34D; }
.risk-low { background: #F0FDF4; color: #16A34A; border: 1.5px solid #86EFAC; }
.nhood-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nhood-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 12px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
}
.nf-icon { font-size: 24px; margin-bottom: 8px; }
.nf-val {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}
.nf-key {
  font-size: 11.5px;
  color: var(--gray-600);
  line-height: 1.4;
}

/* ---- Problem Grid & Cards ---- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 28px;
}
.problem-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  transition: border-color var(--t), box-shadow var(--t);
}
.problem-card:hover { border-color: var(--orange); box-shadow: var(--shadow-sm); }
.pc-icon { display: block; font-size: 30px; margin-bottom: 12px; }
.pc-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.pc-body {
  font-size: 13.5px;
  color: var(--gray-600);
  line-height: 1.65;
}

/* ---- Recommended Services Grid & Cards ---- */
.rec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 20px 0 28px;
}
.rec-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.rec-card:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.rc-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}
.rc-body { flex: 1; }
.rc-body h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.rc-body p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0;
}
.rc-arrow {
  font-size: 18px;
  color: var(--orange);
  font-weight: 700;
  flex-shrink: 0;
  align-self: center;
}

/* ---- Guarantee Box ---- */
.guarantee-box {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  margin: 28px 0;
  text-align: center;
  border: 1.5px solid rgba(255, 92, 0, 0.3);
}
.gb-num {
  display: block;
  font-family: var(--font-display);
  font-size: 72px;
  letter-spacing: 0.04em;
  color: var(--orange);
  line-height: 1;
}
.gb-unit {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 16px;
  margin-top: 4px;
}
.guarantee-box h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 0.03em;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.1;
}
.guarantee-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.72;
  max-width: 520px;
  margin: 0 auto 24px;
}

/* ---- Nearby Grid & Cards ---- */
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 16px 0;
}
.nearby-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 14px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  gap: 6px;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.nearby-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.nc-icon { font-size: 28px; }
.nc-name {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--navy);
}
.nc-desc {
  font-size: 12px;
  color: var(--gray-600);
  line-height: 1.4;
}

/* ---- Contact Page ---- */
.pricing-strip {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-100);
  gap: 16px;
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row:nth-child(odd) { background: var(--off-white); }
.price {
  font-weight: 700;
  color: var(--navy);
  text-align: right;
  flex-shrink: 0;
}

/* ---- Quote Form ---- */
.hero-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 96px;
}
.hero-card h2 {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 8px;
}
.hero-card p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--gray-800);
  background: var(--white);
  transition: border-color var(--t);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--orange);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-note {
  font-size: 12px;
  color: var(--gray-400);
  line-height: 1.5;
  margin-top: 12px;
}

/* ---- CTA Box ---- */
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--navy);
  border: 1.5px solid rgba(255, 92, 0, 0.28);
  border-radius: var(--radius-lg);
  padding: 48px 52px;
}
.cta-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .sidebar-layout { grid-template-columns: 1fr 300px; gap: 36px; }
  .process-v2 { grid-template-columns: repeat(2, 1fr); }
  .hp-stats { grid-template-columns: repeat(3, 1fr); }
  .nhood-facts { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .sidebar-layout { grid-template-columns: 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .rec-grid { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .vs-wrap { grid-template-columns: 1fr; }
  .vs-center { display: none; }
  .hp-stats { grid-template-columns: 1fr 1fr; }
  .cta-box { flex-direction: column; padding: 36px 28px; align-items: flex-start; }
  .nhood-profile-head { flex-direction: column; align-items: flex-start; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; }
  .tb-item:nth-child(2) { border-right: none; }
}

@media (max-width: 640px) {
  .feature-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .process-v2 { grid-template-columns: 1fr 1fr; }
  .nhood-facts { grid-template-columns: repeat(2, 1fr); }
  .hp-stats { grid-template-columns: 1fr; gap: 16px; }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-panel { padding: 28px 20px; }
  .guarantee-box { padding: 28px 20px; }
  .hero-card { position: static; }
  .cta-box { padding: 28px 20px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { grid-template-columns: 1fr; }
  .tb-item { border-right: none; border-bottom: 1px solid var(--gray-200); }
  .tb-item:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
  .process-v2 { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .nearby-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 52px 0 60px; }
  .hero-stats { gap: 20px; }
}
