/* ============================================
   LOMAX INSULATION — Interior Pages
   ============================================ */

/* ---- INTERIOR PAGE CONTAINER OVERRIDE ---- */
body:not(.home) .container { max-width: 1380px; }
body:not(.home) .navbar .container { max-width: 1380px; }

/* ---- PAGE HERO ---- */
.page-hero {
  background: linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy) 50%, var(--navy-light) 100%);
  color: var(--white); padding: clamp(4rem, 8vw, 6rem) 0 clamp(3rem, 6vw, 4rem);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 80% 30%, rgba(61,63,158,0.4) 0%, transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.03em; line-height: 1.05;
}
.page-hero p { color: rgba(255,255,255,0.75); font-size: 1.0625rem; max-width: 600px; }
.page-hero .section-tag { margin-bottom: 1rem; }

/* ---- SERVICE DETAIL SECTIONS ---- */
.service-detail { scroll-margin-top: 80px; }
.service-detail:not(.alt-bg),
.product-detail:not(.dark-section):not(.alt-bg) {
  background-color: #f8f9fc;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8cfe0' fill-opacity='0.25'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alt-bg { background: var(--gray-50); }

/* General dark section */
.dark-section {
  background: linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy-dark) 60%, var(--navy) 100%);
  color: var(--white);
}
.dark-textured {
  background-image:
    linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy-dark) 60%, var(--navy) 100%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.dark-section .section-header h2 { color: var(--white); }
.dark-section .section-header p { color: rgba(255,255,255,0.65); }
.dark-section .process-step h4 { color: var(--white); }
.dark-section .process-step p { color: rgba(255,255,255,0.6); }
.dark-section .sign-item {
  background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
}
.dark-section .sign-item::before { background: var(--accent); }
.dark-section .process-step::after {
  background: linear-gradient(90deg, var(--accent), rgba(232,168,56,0.3));
}
.detail-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.detail-grid.reverse { direction: rtl; }
.detail-grid.reverse > * { direction: ltr; }
.detail-content .section-tag { margin-bottom: 0.75rem; }
.detail-content h2 {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; color: var(--gray-900); margin-bottom: 1rem; letter-spacing: -0.025em; line-height: 1.1;
}
.detail-content > p { color: var(--gray-500); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.75rem; }

/* Benefits */
.benefit-cards { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.benefit {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem 1rem 1rem 1.25rem; border-radius: 10px; background: var(--white);
  border: 1px solid var(--gray-200); border-left: 3px solid transparent;
  transition: all 0.25s var(--ease);
}
.alt-bg .benefit { background: var(--white); }
.benefit:hover { border-left-color: var(--accent); transform: translateX(4px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.benefit-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
  background: rgba(43,45,123,0.06); display: flex; align-items: center;
  justify-content: center; color: var(--navy);
}
.benefit h4 { font-size: 0.9375rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.25rem; }
.benefit p { font-size: 0.8375rem; color: var(--gray-500); line-height: 1.5; }

/* Visual Placeholders */
.detail-visual { display: flex; align-items: center; justify-content: center; }
.visual-placeholder {
  width: 100%; aspect-ratio: 4/3; border-radius: 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; color: var(--white);
}
.visual-placeholder span {
  font-size: 0.875rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; opacity: 0.5;
}
.vp-1 { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); }
.vp-2 { background: linear-gradient(135deg, #1a3a5c 0%, #2d6a9e 100%); }
.vp-3 { background: linear-gradient(135deg, #3d1f1f 0%, #7c3a3a 100%); }
.vp-4 { background: linear-gradient(135deg, #1a4a3a 0%, #2d8a6a 100%); }
.vp-5 { background: linear-gradient(135deg, #3a2d1a 0%, #8a6a2d 100%); }

/* Detail Image Wrap */
.detail-img-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.detail-img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.detail-img-wrap:hover img {
  transform: scale(1.03);
}

/* Warning Signs Grid */
.warning-signs { margin-bottom: 2rem; }
.warning-signs h4 { font-size: 0.9375rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.75rem; }
.signs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.sign-item {
  font-size: 0.875rem; color: var(--gray-600); padding: 0.6rem 1rem;
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 8px;
  position: relative; padding-left: 1.75rem;
}
.sign-item::before {
  content: ''; position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: #e85555;
}

/* Seal Areas */
.seal-areas { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.seal-area {
  padding: 1rem; background: var(--white); border: 1px solid var(--gray-200);
  border-radius: 10px; transition: border-color 0.2s var(--ease);
}
.seal-area:hover { border-color: var(--navy); }
.seal-area h4 { font-size: 0.875rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.25rem; }
.seal-area p { font-size: 0.8125rem; color: var(--gray-500); line-height: 1.5; }

/* ---- PRODUCTS PAGE ---- */
.product-detail {
  scroll-margin-top: 80px;
}
.product-detail:not(.dark-section) {
  background:
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h1v1H0zM20 20h1v1h-1z' fill='%232B2D7B' fill-opacity='0.03'/%3E%3C/svg%3E"),
    linear-gradient(170deg, #f8f8fc 0%, #f3f2f0 40%, #f8f7f5 100%);
}
.product-detail:not(.dark-section):nth-child(odd) {
  background:
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h1v1H0zM20 20h1v1h-1z' fill='%232B2D7B' fill-opacity='0.03'/%3E%3C/svg%3E"),
    linear-gradient(170deg, #faf9f7 0%, #f5f4f8 40%, #f8f8fc 100%);
}
.product-hero-card {
  background: transparent; overflow: hidden;
}
.product-hero-top {
  padding: 0; display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center;
}
.product-detail.alt-bg .product-hero-top { direction: rtl; }
.product-detail.alt-bg .product-hero-top > * { direction: ltr; }

/* Dark product sections */
.product-detail.dark-section {
  background: linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy-dark) 60%, var(--navy) 100%);
  color: var(--white);
}
.product-detail.dark-section .product-hero-top h2 { color: var(--white); }
.product-detail.dark-section .product-hero-top p { color: rgba(255,255,255,0.7); }
.product-detail.dark-section .product-features-grid { border-top-color: rgba(255,255,255,0.12); }
.product-detail.dark-section .pf-item { border-right-color: rgba(255,255,255,0.12); }
.product-detail.dark-section .pf-item h4 { color: var(--white); }
.product-detail.dark-section .pf-item p { color: rgba(255,255,255,0.6); }
.product-detail.dark-section .detail-img-wrap { box-shadow: 0 12px 40px rgba(0,0,0,0.4); }

.product-hero-top h2 {
  font-family: var(--font-display); font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700; color: var(--gray-900); margin-bottom: 1rem; letter-spacing: -0.03em; line-height: 1.08;
}
.product-hero-top h3 {
  font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase;
  letter-spacing: 0.12em; margin-bottom: 0.5rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.product-hero-top h3::before {
  content: ''; width: 24px; height: 2px; background: var(--accent);
}
.product-hero-top p { color: var(--gray-500); font-size: 0.95rem; line-height: 1.75; }
.product-features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-top: 3rem;
}
.pf-item {
  text-align: left; padding: 1.25rem 1.5rem;
  background: var(--navy); border-radius: 12px;
  position: relative;
}
.pf-item::before {
  content: ''; position: absolute; top: 0; left: 1.5rem;
  width: 28px; height: 3px; background: var(--accent); border-radius: 0 0 2px 2px;
}
.pf-item h4 { font-size: 0.875rem; font-weight: 700; color: var(--white); margin-bottom: 0.35rem; }
.pf-item p { font-size: 0.8125rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* Dark section pf-items - slightly lighter */
.product-detail.dark-section .pf-item { background: rgba(255,255,255,0.08); }

/* Cell Comparison */
.cell-comparison { margin-top: 4rem; padding-top: 4rem; border-top: 1px solid rgba(255,255,255,0.12); }
.cell-comparison .section-header { margin-bottom: 2rem; }
.cell-comparison .section-header h2 { color: var(--white); }
.cell-comparison-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 860px; margin: 0 auto;
}
.dark-section .tier-card {
  background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
}
.dark-section .tier-card::before { background: rgba(255,255,255,0.15); }
.dark-section .tier-card:hover::before { background: var(--accent); }
.dark-section .tier-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.dark-section .tier-name { color: rgba(255,255,255,0.7); }
.dark-section .tier-card h3 { color: var(--white); }
.dark-section .tier-card > p { color: rgba(255,255,255,0.6); }
.dark-section .tier-features li { color: rgba(255,255,255,0.7); border-bottom-color: rgba(255,255,255,0.08); }

/* Comparison section dark bg */
.comparison-dark {
  background: linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy-dark) 100%);
}
.comparison-dark .section-tag { color: var(--accent); }
.comparison-dark .section-header h2 { color: var(--white); }
.comparison-dark .section-header p { color: rgba(255,255,255,0.65); }

/* ---- FAQ CARDS ---- */
.faq-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 900px; margin: 0 auto;
}
.faq-card {
  background: var(--white); border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  border: 1px solid var(--gray-200);
  position: relative; overflow: hidden;
}
.faq-card-mark {
  font-family: var(--font-display); font-size: 4rem; font-weight: 900;
  line-height: 1; color: var(--accent); opacity: 0.15;
  position: absolute; top: 0.5rem; right: 1.25rem;
  pointer-events: none;
}
.faq-card-q {
  font-size: 0.9375rem; font-weight: 700; color: var(--navy);
  margin-bottom: 0.75rem; line-height: 1.4; position: relative;
}
.faq-card-a {
  font-size: 0.875rem; color: var(--gray-500); line-height: 1.7; margin: 0;
}

/* ---- FAQ ACCORDION (legacy) ---- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--gray-200); border-radius: 10px; margin-bottom: 0.75rem;
  overflow: hidden; background: var(--white);
}
.faq-q {
  width: 100%; padding: 1.125rem 1.25rem; border: none; background: none;
  font-family: var(--font-sans); font-size: 0.9375rem; font-weight: 600;
  color: var(--gray-900); text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-q::after {
  content: '+'; font-size: 1.25rem; color: var(--navy); font-weight: 400;
  transition: transform 0.2s var(--ease);
}
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease);
}
.faq-a-inner {
  padding: 0 1.25rem 1.125rem; font-size: 0.9rem; color: var(--gray-500); line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 300px; }

/* ---- PROCESS STEPS ---- */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.process-step {
  text-align: left; padding: 1.75rem 1.5rem 1.75rem;
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  backdrop-filter: blur(4px);
}
.process-step::after {
  content: ''; position: absolute; top: 50%; right: -1px;
  width: 1px; height: 60%; transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(232,168,56,0.4), transparent);
}
.process-step:last-child::after { display: none; }
.step-ghost {
  position: absolute; bottom: -0.5rem; right: 0.75rem;
  font-size: 4.5rem; font-weight: 900; line-height: 1;
  color: rgba(255,255,255,0.04); pointer-events: none;
  font-family: var(--font-display); letter-spacing: -0.05em;
}
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy-deeper); color: var(--accent);
  border: 2px solid var(--accent);
  font-family: var(--font-display); font-weight: 700; font-size: 1.125rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 1rem; position: relative; z-index: 1;
}
.process-step h4 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.process-step p { font-size: 0.8125rem; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* Process steps on light background */
.textured .process-step, .section:not(.dark-section) .process-step {
  background: var(--white);
  border-color: var(--gray-200);
}
.textured .process-step h4, .section:not(.dark-section) .process-step h4 { color: var(--navy); }
.textured .process-step p, .section:not(.dark-section) .process-step p { color: var(--gray-500); }
.textured .step-ghost, .section:not(.dark-section) .step-ghost { color: var(--navy); opacity: 0.05; }
.textured .process-step::after, .section:not(.dark-section) .process-step::after {
  background: linear-gradient(180deg, transparent, var(--gray-200), transparent);
}

/* ---- TIERS / PACKAGES ---- */
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tier-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 2.25rem;
  transition: all 0.3s var(--ease); position: relative; overflow: hidden;
}
.tier-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--gray-200);
  transition: background 0.3s var(--ease);
}
.tier-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
.tier-card:hover::before { background: var(--navy); }
.tier-card.tier-featured {
  border-color: rgba(232,168,56,0.25);
  box-shadow: 0 8px 32px rgba(232,168,56,0.1);
  transform: translateY(-8px);
}
.tier-card.tier-featured::before { background: var(--accent); }
.tier-card.tier-featured:hover { box-shadow: 0 20px 56px rgba(232,168,56,0.18); transform: translateY(-12px); }
.tier-card.tier-featured:hover::before { background: var(--accent); }
.tier-name {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--navy); margin-bottom: 0.625rem;
}
.tier-name::before {
  content: ''; display: block; width: 16px; height: 2px;
  background: var(--accent); flex-shrink: 0;
}
.tier-card.tier-featured .tier-name { color: var(--accent); }
.tier-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.tier-card > p { font-size: 0.875rem; color: var(--gray-500); margin-bottom: 1.25rem; line-height: 1.6; }
.tier-features { margin-bottom: 1.75rem; }
.tier-features li {
  font-size: 0.8375rem; color: var(--gray-600); padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative; border-bottom: 1px solid var(--gray-100);
}
.tier-features li:last-child { border-bottom: none; }
.tier-features li::before {
  content: ''; position: absolute; left: 0; top: 0.85rem;
  width: 8px; height: 2px; background: var(--accent);
}

/* ---- ABOUT PAGE ---- */
.about-intro {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.about-intro h2 {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; color: var(--gray-900); margin-bottom: 1rem; letter-spacing: -0.025em; line-height: 1.1;
}
.about-intro p { color: var(--gray-500); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1rem; }
.about-photo {
  width: 100%; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value-card {
  text-align: center; padding: 2rem 1.5rem;
  border: 1px solid var(--gray-200); border-top: 4px solid var(--accent);
  border-radius: 14px; background: var(--white);
  transition: all 0.3s var(--ease);
}
.value-card:hover { border-color: var(--gray-200); border-top-color: var(--navy); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.value-icon {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 1rem;
  background: rgba(43,45,123,0.06); display: flex; align-items: center;
  justify-content: center; color: var(--navy);
}
.value-card h3 { font-size: 1.0625rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.5rem; }
.value-card p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.6; }
.navy-card {
  background: var(--navy) !important; border-color: var(--navy) !important;
  border-top-color: var(--accent) !important;
}
.navy-card h3 { color: var(--white) !important; }
.navy-card p { color: rgba(255,255,255,0.65) !important; }

/* ---- SERVICE AREA CARDS WITH MAP ---- */
.service-area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }
.area-card {
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.area-map { height: 220px; overflow: hidden; }
.area-card-body {
  background: var(--navy); padding: 1.25rem 1.5rem;
  border-top: 3px solid var(--accent);
}
.area-card-body h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
.area-card-body p { font-size: 0.8125rem; color: rgba(255,255,255,0.65); margin: 0; }

.dark-section .value-card {
  background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1);
  border-top-color: var(--accent);
}
.dark-section .value-card h3 { color: var(--white); }
.dark-section .value-card p { color: rgba(255,255,255,0.6); }
.dark-section .value-icon { background: rgba(255,255,255,0.08); color: var(--accent); }
.dark-section .section-header h2 { color: var(--white); }

/* Service area map placeholder */
.map-placeholder {
  width: 100%; height: 300px; border-radius: 16px;
  background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray-400); font-size: 0.875rem; font-weight: 500;
}

/* ---- CONTACT PAGE ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-form {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 2.5rem;
}
.contact-form h2 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 0.5rem; letter-spacing: -0.02em;
}
.contact-form > p { color: var(--gray-500); font-size: 0.9rem; margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block; font-size: 0.8125rem; font-weight: 600;
  color: var(--gray-700); margin-bottom: 0.375rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--gray-200);
  border-radius: 8px; font-family: var(--font-sans); font-size: 0.9rem;
  transition: border-color 0.2s var(--ease); background: var(--gray-50);
  color: var(--gray-800);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(43,45,123,0.08);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; }

.contact-info { padding-top: 1rem; }
.contact-info h2 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 0.5rem; letter-spacing: -0.02em;
}
.contact-info > p { color: var(--gray-500); font-size: 0.9rem; margin-bottom: 2rem; }
.info-cards { display: flex; flex-direction: column; gap: 1rem; }
.info-card {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.25rem; border: 1px solid var(--gray-200); border-radius: 12px;
  background: var(--white); transition: border-color 0.2s var(--ease);
}
.info-card:hover { border-color: var(--navy); }
.info-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
  background: rgba(43,45,123,0.06); display: flex; align-items: center;
  justify-content: center; color: var(--navy);
}
.info-card h4 { font-size: 0.875rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.25rem; }
.info-card p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.5; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .detail-grid { grid-template-columns: 1fr; gap: 2rem; }
  .detail-grid.reverse { direction: ltr; }
  .detail-visual { order: -1; }
  .visual-placeholder { max-height: 280px; }
  .product-hero-top { grid-template-columns: 1fr; }
  .product-detail.alt-bg .product-hero-top { direction: ltr; }
  .product-features-grid { grid-template-columns: 1fr 1fr; }
  .cell-comparison-grid { grid-template-columns: 1fr; max-width: 480px; }
  .tiers-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step::after { display: none; }
  .about-intro { grid-template-columns: 1fr; gap: 2rem; }
  .values-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .seal-areas { grid-template-columns: 1fr; }
  .signs-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
}

/* ---- SERVICE DETAIL IMAGES ---- */
.detail-img-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.detail-img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.detail-img-wrap:hover img {
  transform: scale(1.03);
}

/* ---- INTRO IMAGE BANNER ---- */
.intro-image-banner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  max-height: 360px;
}
.intro-image-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

/* ---- ABOUT GALLERY ---- */
.about-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 420px;
}
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
}
.gallery-item.large {
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}

/* ---- CONTACT IMG ---- */
.contact-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  height: 180px;
}
.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* center inside-page heroes (were floating left) */
.page-hero .container { text-align: center; }
.page-hero p { margin-left: auto; margin-right: auto; }

/* attic CTA box (.cta-box/.cta-content were unstyled) */
.cta-box { max-width: 760px; margin: 0 auto; text-align: center; padding: 3rem 2.5rem; border-radius: 20px; }
.cta-content h2 { margin-bottom: 0.75rem; }
.cta-content > p { margin: 0 auto 1.5rem; max-width: 560px; color: var(--gray-600); }
/* crawl-space Pro Tip callout (.vapor-layer was unstyled -> white-on-white) */
.vapor-layer { background: var(--navy); padding: 1rem 1.25rem; border-radius: 12px; margin-top: 1.25rem; }
