:root {
  --teal-900: #134e4a;
  --teal-800: #115e59;
  --teal-700: #0f766e;
  --teal-100: #ccfbf1;
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --radius: 28px;
  --shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--slate-900);
  background: #fff;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--slate-200);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 75px; height: 75px; object-fit: contain; flex-shrink: 0;
  border-radius: 22px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--slate-200);
}
.brand-title { font-weight: 800; font-size: 1rem; line-height: 1.1; color: var(--teal-900); }
.brand-subtitle { font-size: 0.82rem; color: var(--slate-500); margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--slate-700); font-size: 0.95rem; }
.site-nav a:hover, .footer-links a:hover { color: var(--teal-800); }
.nav-btn { color: #fff !important; }
.menu-toggle {
  display: none; border: 1px solid var(--slate-200); background: #fff; border-radius: 12px;
  padding: 10px 12px; font-size: 1.1rem;
}
.hero {
  position: relative; overflow: hidden; color: #fff; background: var(--slate-950);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at top right, rgba(13,148,136,0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(45,212,191,0.12), transparent 28%);
}
.hero-grid, .two-col, .contact-grid {
  position: relative;
  display: grid; gap: 32px; align-items: start;
}
.hero-grid { grid-template-columns: 1.15fr 0.85fr; padding: 56px 0 72px; }
.two-col { grid-template-columns: 1fr 1fr; }
.contact-grid { grid-template-columns: 0.9fr 1.1fr; }
.eyebrow, .section-label.light {
  display: inline-block; padding: 10px 14px; border-radius: 999px;
  background: rgba(204,251,241,0.1); border: 1px solid rgba(204,251,241,0.25);
  color: var(--teal-100); font-size: 0.82rem; font-weight: 700;
}
.hero h1, h2 { margin: 18px 0 0; line-height: 1.05; }
.hero h1 { font-size: clamp(2.1rem, 4vw, 4.25rem); max-width: 820px; }
h2 { font-size: clamp(1.8rem, 3vw, 3.2rem); }
h3 { margin: 0; }
.hero-copy, .lead { line-height: 1.8; color: inherit; }
.hero-copy { color: var(--slate-300); max-width: 720px; font-size: 1.05rem; }
.lead, .service-card p, .info-card p, .photo-card-body p, .contact-card p { color: var(--slate-600); }
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 20px; border-radius: 18px; font-weight: 700;
}
.btn-primary { background: var(--teal-800); color: #fff; }
.btn-primary:hover { background: var(--teal-900); }
.btn-outline { border: 1px solid rgba(255,255,255,0.25); color: #fff; }
.btn-outline:hover, .btn-dark-outline:hover { background: rgba(255,255,255,0.08); }
.btn-dark-outline { border: 1px solid rgba(255,255,255,0.22); color: #fff; }
.hero-card, .steps-card, .dark-card {
  border-radius: 32px; padding: 24px; box-shadow: 0 20px 50px rgba(2,6,23,0.28);
}
.hero-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px); }
.check-list { display: grid; gap: 14px; margin-top: 20px; }
.check-item {
  display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 18px; background: rgba(255,255,255,0.05);
}
.check-item span {
  width: 28px; height: 28px; flex-shrink: 0; display: grid; place-items: center; border-radius: 999px;
  background: rgba(204,251,241,0.16); color: var(--teal-100); font-weight: 700;
}
.check-item p { margin: 0; color: var(--slate-200); line-height: 1.6; }
.section { padding: 64px 0; }
.section-alt { background: var(--slate-100); }
.section-label {
  margin: 0; color: var(--teal-800); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; font-weight: 700;
}
.max-copy { max-width: 760px; }
.info-grid, .card-grid { display: grid; gap: 18px; }
.info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-grid.compact .info-card { padding: 18px; }
.four-up { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card, .service-card, .form-card, .contact-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 24px;
}
.service-card h3, .info-card h3, .form-card h3, .photo-card-body h3 { font-size: 1.35rem; }
.service-card p, .info-card p, .photo-card-body p { margin: 14px 0 0; line-height: 1.75; }
.service-lower { margin-top: 36px; }
.photo-card {
  overflow: hidden; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); box-shadow: var(--shadow);
}
.photo-card img { width: 100%; height: 320px; object-fit: cover; }
.photo-card-body { padding: 24px; }
.steps-card { background: linear-gradient(135deg, var(--teal-800), var(--teal-700)); color: #fff; }
.step-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: 18px; background: rgba(255,255,255,0.1); margin-top: 14px;
}
.step-item span {
  width: 40px; height: 40px; border-radius: 16px; background: #fff; color: var(--teal-900); display: grid; place-items: center; font-weight: 800; flex-shrink: 0;
}
.step-item p { margin: 4px 0 0; color: #f0fdfa; line-height: 1.65; }
.dark-card { background: var(--slate-900); color: #fff; }
.dark-list { display: grid; gap: 14px; margin-top: 20px; }
.dark-list > div {
  padding: 14px; border-radius: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
}
.contact-card p { line-height: 1.75; }
.contact-list { display: grid; gap: 14px; margin-top: 24px; }
.form-note { color: var(--slate-500); margin-top: 12px; line-height: 1.6; }
.contact-form { display: grid; gap: 14px; margin-top: 24px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--slate-300); font: inherit;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.site-footer { border-top: 1px solid var(--slate-200); background: #fff; }
.footer-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 28px 0; color: var(--slate-500); font-size: 0.95rem;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 1024px) {
  .hero-grid, .two-col, .contact-grid, .four-up, .three-up { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--slate-200); padding: 14px 16px 20px; display: none; flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .site-nav .nav-btn { width: 100%; }
}
@media (max-width: 768px) {
  .container { width: min(1120px, calc(100% - 24px)); }
  .brand-logo { width: 70px; height: 70px; }
  .brand-title { font-size: 0.95rem; }
  .brand-subtitle { font-size: 0.74rem; }
  .section { padding: 56px 0; }
  .hero-grid { padding: 48px 0 56px; gap: 24px; }
  .hero-actions, .dark-card .hero-actions { flex-direction: column; }
  .hero-actions .btn, .dark-card .hero-actions .btn { width: 100%; }
  .info-grid { grid-template-columns: 1fr; }
  .photo-card img { height: 240px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
