/* SearchSpark Deterministic Site Template */
/* Generated by deterministicSiteGenerator.ts */

/* === CSS VARIABLES === */
:root {
  --color-primary: #0891b2;
  --color-primary-dark: #083344;
  --color-secondary: #0e7490;
  --color-accent: #22d3ee;
  --color-accent-hover: #10c1dc;
  --hero-gradient: linear-gradient(135deg, #083344 0%, #0c4a6e 100%);
  --color-text: #0f172a;
  --color-text-muted: #475569;
  --color-text-light: #94a3b8;
  --color-bg: #ffffff;
  --color-bg-light: #f8fafc;
  --color-border: #e2e8f0;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 8px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--color-text); line-height: 1.65; background: var(--color-bg); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
p + p { margin-top: 0.85rem; }

/* === LAYOUT === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.bg-light { background: var(--color-bg-light); }
.bg-primary-dark { background: var(--color-primary-dark); }

/* === TYPOGRAPHY === */
h1 { font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; line-height: 1.15; }
h2 { font-family: var(--font-heading); font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 700; line-height: 1.2; }
h3 { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.section-title { text-align: center; margin-bottom: 0.75rem; }
.section-subtitle { text-align: center; color: var(--color-text-muted); max-width: 640px; margin: 0 auto 3rem; font-size: 1.05rem; }

/* === BUTTONS === */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  border: 2px solid transparent;
}
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn:active { filter: brightness(0.96); transform: translateY(0); }
.btn-cta { background: var(--color-accent); color: #fff; border-color: var(--color-accent); box-shadow: 0 4px 14px rgba(0,0,0,0.18); }
.btn-primary { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.8); }
.btn-outline-hero { background: rgba(255,255,255,0.12); backdrop-filter: blur(4px); color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-hero:hover { background: rgba(255,255,255,0.22); }
.btn-full { width: 100%; display: block; text-align: center; }

/* === SITE HEADER === */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-primary);
  height: 70px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.logo {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  margin-right: auto;
}
nav ul {
  display: flex;
  gap: 28px;
  align-items: center;
}
nav a {
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.15s;
}
nav a:hover, nav a.active { color: #fff; }
.header-phone {
  padding: 10px 22px;
  font-size: 0.88rem;
  white-space: nowrap;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s;
}
.nav-open nav { display: flex !important; }

/* === HERO === */
.hero {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-gradient);
  padding: 80px 24px;
  text-align: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(245,158,11,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1rem;
}
.hero-tagline {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero h1 { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.25); margin-bottom: 1.25rem; }
.hero-sub { color: rgba(255,255,255,0.88); font-size: 1.2rem; max-width: 620px; margin: 0 auto 2.5rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* === PAGE HERO (sub-pages) === */
.page-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-gradient);
  text-align: center;
  padding: 64px 24px;
}
.page-hero-content { max-width: 740px; margin: 0 auto; }
.page-hero h1 { color: #fff; margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.88); font-size: 1.1rem; margin-bottom: 0; }

/* === CARDS GRID === */
.cards-grid { display: grid; gap: 24px; }
.services-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.trust-grid    { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* === SERVICE CARD === */
.service-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-card-icon { color: var(--color-primary); margin-bottom: 1rem; }
.service-card h3 { margin-bottom: 0.5rem; color: var(--color-text); }
.service-card p { color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 1rem; }
.service-card-link { color: var(--color-primary); font-weight: 600; font-size: 0.9rem; }
.service-card-link:hover { text-decoration: underline; }

/* === TRUST CARD === */
.trust-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.trust-card-icon { color: var(--color-accent); margin: 0 auto 1rem; }
.trust-card h3 { margin-bottom: 0.5rem; }
.trust-card p { color: var(--color-text-muted); font-size: 0.95rem; }

/* === PROCESS GRID === */
.process-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.process-card { text-align: center; padding: 24px 16px; }
.process-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.process-card h3 { margin-bottom: 0.5rem; }
.process-card p { color: var(--color-text-muted); font-size: 0.95rem; }

/* === QUOTE / LEAD FORM === */
.quote-section { background: var(--color-bg-light); }
.quote-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 48px; align-items: start; }
.quote-form-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.quote-form-header { background: var(--color-primary); color: #fff; padding: 20px 28px; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.04em; }
.lead-form { padding: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; color: var(--color-text-muted); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--color-border);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(30,64,175,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-intro { padding: 8px 0; }
.quote-intro h2 { margin-bottom: 1rem; }
.quote-intro p { color: var(--color-text-muted); }
.quote-checklist { margin: 1.25rem 0; }
.quote-checklist li { padding: 6px 0 6px 1.5rem; position: relative; color: var(--color-text-muted); font-size: 0.95rem; }
.quote-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; }

/* === SERVICE DETAIL LIST === */
.service-detail-list { display: flex; flex-direction: column; gap: 28px; }
.service-detail-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  align-items: start;
}
.service-detail-icon { color: var(--color-primary); padding-top: 4px; }
.service-detail-content h3 { margin-bottom: 0.75rem; }
.service-detail-content p { color: var(--color-text-muted); font-size: 0.95rem; }

/* === ABOUT PAGE === */
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.about-values-box { background: var(--color-bg-light); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 28px; }
.about-values-box h3 { margin-bottom: 1rem; color: var(--color-primary); }
.about-list li { padding: 6px 0 6px 1.5rem; position: relative; color: var(--color-text-muted); font-size: 0.95rem; border-bottom: 1px solid var(--color-border); }
.about-list li:last-child { border-bottom: none; }
.about-list li::before { content: "→"; position: absolute; left: 0; color: var(--color-primary); font-weight: 700; }

/* === ABOUT IMAGE === */
.about-image-wrap { border-radius: var(--radius); overflow: hidden; }
.about-img { width: 100%; height: 320px; object-fit: cover; border-radius: var(--radius); display: block; }

/* === CTA BANNER === */
.cta-banner { background: var(--color-primary); color: #fff; text-align: center; padding: 72px 24px; }
.cta-banner h2 { color: #fff; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.88); max-width: 560px; margin: 0 auto; }

/* === CONTACT SECTION === */
.contact-section { padding: 80px 0; background: var(--color-bg-light); }

/* === MAP SECTION === */
.map-section { padding: 60px 0; }
.map-section .section-title { text-align: center; margin-bottom: 0.5rem; }

/* === THANK-YOU PAGE === */
.thankyou-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); padding: 48px 36px; box-shadow: var(--shadow-md); }
.thankyou-card h2 { margin-bottom: 1rem; }
.thankyou-card p { color: var(--color-text-muted); }

/* === FOOTER === */
footer { background: var(--color-primary-dark); color: rgba(255,255,255,0.88); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-bottom: 48px; }
footer h3 { color: #fff; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
footer p { font-size: 0.9rem; line-height: 1.6; margin-bottom: 0.5rem; }
footer a { color: rgba(255,255,255,0.75); font-size: 0.9rem; transition: color 0.15s; }
footer a:hover { color: #fff; }
footer ul li { margin-bottom: 0.5rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 0; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); }

/* === MOBILE CTA === */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 16px;
  background: var(--color-primary-dark);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
}
.mobile-cta .btn { width: 100%; text-align: center; padding: 14px; font-size: 1rem; }

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .service-detail-card { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .hero { min-height: 80vh; padding: 60px 20px; }
  .page-hero { min-height: 240px; padding: 48px 20px; }
  nav { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--color-primary-dark); padding: 16px 24px 24px; gap: 0; z-index: 999; }
  nav ul { flex-direction: column; gap: 0; }
  nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .hamburger { display: flex; }
  .header-phone { display: none; }
  .header-inner { position: relative; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .mobile-cta { display: block; }
  body { padding-bottom: 70px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
}

/* === HERO SPLIT LAYOUT === */
.hero-split { text-align: left; padding: 48px 24px; }
.hero-split-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; }
.hero-left h1 { text-align: left; }
.hero-left .hero-sub { text-align: left; margin-left: 0; margin-right: 0; }
.hero-left .hero-eyebrow,
.hero-left .hero-tagline,
.hero-left .hero-badge { text-align: left; }
.hero-left .hero-actions { justify-content: flex-start; }

/* === HERO QUOTE CARD === */
.hero-quote-card { background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.28); }
.hero-quote-card-header { background: var(--color-accent); color: #fff; padding: 14px 24px; font-family: var(--font-heading); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-quote-form { padding: 20px 24px 24px; }
.hero-quote-form .form-group { margin-bottom: 14px; }
.hero-quote-form .form-group label { color: var(--color-text-muted); }
.hero-quote-form .btn-full { margin-top: 6px; padding: 13px; }

/* === MAP FALLBACK CARD === */
.map-fallback-card { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 20px 28px; background: var(--color-bg-light); border: 1px solid var(--color-border); border-radius: var(--radius); }
.map-fallback-label { font-family: var(--font-heading); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-primary); margin-bottom: 0.2rem; }
.map-fallback-query { color: var(--color-text-muted); font-size: 0.95rem; }

@media (max-width: 900px) {
  .hero-split-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-split { text-align: center; }
  .hero-left h1,
  .hero-left .hero-sub,
  .hero-left .hero-eyebrow,
  .hero-left .hero-tagline,
  .hero-left .hero-badge { text-align: center; }
  .hero-left .hero-actions { justify-content: center; }
  .hero-quote-card { max-width: 480px; margin: 0 auto; }
}
