:root {
  --primary: #1d4ed8;
  --primary-dark: #1e3a8a;
  --accent: #f59e0b;
  --text: #0f172a;
  --muted: #475569;
  --bg: #f8fafc;
  --card: #ffffff;
  --border: #e2e8f0;
  --success: #166534;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 1rem; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 4vw, 4.3rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
h3 { font-size: 1.3rem; }
small, .eyebrow { color: var(--primary); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.section { padding: 78px 0; }
.section.alt { background: var(--bg); }
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 14px 26px rgba(29, 78, 216, 0.2); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: #fff; border: 1px solid var(--border); }
.btn-accent { background: var(--accent); color: #111827; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0 1.5rem; }
.badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(29, 78, 216, 0.08); color: var(--primary-dark);
  padding: .65rem .9rem; border-radius: 999px; font-weight: 700; font-size: .95rem;
}

.topbar {
  background: var(--text);
  color: #fff;
  font-size: .95rem;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem 0;
}
.topbar a { color: #fff; font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(226,232,240,.9);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0;
}
.logo {
  display: flex; align-items: center; gap: .85rem; font-weight: 800; font-size: 1.05rem;
}
.logo-mark {
  width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: grid; place-items: center; color: #fff; font-weight: 800; box-shadow: var(--shadow);
}
.nav-links {
  display: flex; align-items: center; gap: 1.2rem; font-weight: 600;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.8rem; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.18), transparent 26%),
    radial-gradient(circle at right, rgba(29, 78, 216, 0.16), transparent 24%),
    linear-gradient(180deg, #f8fbff, #ffffff 72%);
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -120px auto; width: 380px; height: 380px; border-radius: 50%;
  background: rgba(29, 78, 216, 0.08); filter: blur(12px);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; padding: 72px 0; }
.hero-panel {
  border-radius: 28px; padding: 1.25rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.hero-visual {
  position: relative; min-height: 480px; border-radius: 28px; overflow: hidden;
  background: linear-gradient(140deg, #dbeafe, #eff6ff 45%, #f8fafc);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.hero-visual .surface {
  position: absolute; inset: auto 0 0 0; height: 55%;
  background: linear-gradient(180deg, #64748b 0%, #334155 100%);
}
.hero-visual .slab {
  position: absolute; left: 8%; right: 8%; bottom: 12%; height: 32%; border-radius: 24px;
  background: linear-gradient(180deg, #f8fafc 0%, #cbd5e1 100%); border: 1px solid rgba(148, 163, 184, .6);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.35), 0 18px 40px rgba(15,23,42,.15);
}
.hero-visual .shine {
  position: absolute; inset: auto 13% 19% 13%; height: 8%; border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  filter: blur(1px);
}
.hero-visual .house {
  position: absolute; right: 14%; top: 14%; width: 190px; height: 150px; background: #fff;
  border-radius: 18px 18px 12px 12px; box-shadow: var(--shadow);
}
.hero-visual .house::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: -54px;
  border-left: 105px solid transparent; border-right: 105px solid transparent; border-bottom: 60px solid #1e293b;
}
.hero-visual .house::after {
  content: ""; position: absolute; bottom: 18px; left: 28px; width: 54px; height: 86px; border-radius: 12px; background: #dbeafe;
}
.hero-visual .tree, .hero-visual .tree.two {
  position: absolute; bottom: 23%; width: 28px; height: 92px; background: #92400e; border-radius: 20px;
}
.hero-visual .tree { left: 12%; }
.hero-visual .tree.two { right: 10%; height: 78px; }
.hero-visual .tree::before, .hero-visual .tree.two::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 46px; width: 78px; height: 78px;
  background: #16a34a; border-radius: 50%; box-shadow: inset 0 -10px 0 rgba(0,0,0,.08);
}

.stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.stat { padding: 1rem; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.stat strong { display: block; font-size: 1.6rem; margin-bottom: .25rem; }

.kicker-list, .check-list, .footer-links, .service-list { list-style: none; padding: 0; margin: 0; }
.kicker-list li, .check-list li, .service-list li {
  display: flex; align-items: flex-start; gap: .8rem; margin-bottom: .85rem; color: var(--muted);
}
.kicker-list li::before, .check-list li::before, .service-list li::before {
  content: "✓"; color: var(--success); font-weight: 800; margin-top: .05rem;
}
.icon-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.icon-card { padding: 1.35rem; border-radius: 20px; border: 1px solid var(--border); background: #fff; }
.icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: rgba(29,78,216,.1); color: var(--primary); font-weight: 800; margin-bottom: 1rem;
}

.page-hero { padding: 54px 0; background: linear-gradient(180deg, #f8fbff, #fff 75%); border-bottom: 1px solid var(--border); }
.breadcrumbs { color: var(--muted); font-size: .95rem; margin-bottom: 1rem; }
.breadcrumbs a { color: var(--primary); }
.lead { font-size: 1.08rem; max-width: 720px; }
.info-strip {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem;
}
.info-pill { padding: .9rem 1rem; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-weight: 700; }

.cta-band {
  padding: 1.25rem; border-radius: 24px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff;
  box-shadow: var(--shadow);
}
.cta-band p { color: rgba(255,255,255,.86); }

.process { counter-reset: steps; }
.process .card h3::before {
  counter-increment: steps; content: "0" counter(steps); display: inline-grid; place-items: center;
  width: 42px; height: 42px; border-radius: 12px; background: rgba(29,78,216,.1); color: var(--primary); margin-right: .8rem;
}

.faq details {
  border: 1px solid var(--border); border-radius: 18px; padding: 1rem 1.15rem; background: #fff; margin-bottom: 1rem;
}
.faq summary { cursor: pointer; font-weight: 700; }

.contact-panel form { display: grid; gap: 1rem; }
label { font-weight: 700; color: var(--text); }
input, textarea, select {
  width: 100%; margin-top: .45rem; padding: .95rem 1rem; border-radius: 14px; border: 1px solid var(--border);
  font: inherit; color: var(--text); background: #fff;
}
textarea { min-height: 150px; resize: vertical; }

.footer {
  background: #0f172a; color: #cbd5e1; padding: 64px 0 30px;
}
.footer h3, .footer h4 { color: #fff; }
.footer a { color: #cbd5e1; }
.footer-links li { margin-bottom: .7rem; }
.footer-bottom {
  border-top: 1px solid rgba(148,163,184,.22); margin-top: 2rem; padding-top: 1.3rem; font-size: .94rem; color: #94a3b8;
}

.sticky-call {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 60;
}
.sticky-call a {
  display: inline-flex; align-items: center; gap: .6rem; background: var(--primary); color: #fff;
  padding: 1rem 1.15rem; border-radius: 999px; font-weight: 800; box-shadow: 0 14px 26px rgba(29, 78, 216, 0.26);
}

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; }
th, td { padding: 1rem; border-bottom: 1px solid var(--border); text-align: left; }
th { background: #eff6ff; }

@media (max-width: 980px) {
  .hero-grid, .grid-4, .grid-3, .grid-2, .icon-grid, .stats { grid-template-columns: 1fr 1fr; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--border);
    padding: 1rem; flex-direction: column; align-items: flex-start; display: none;
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
}

@media (max-width: 720px) {
  .hero-grid, .grid-4, .grid-3, .grid-2, .icon-grid, .stats { grid-template-columns: 1fr; }
  .topbar .container { flex-direction: column; align-items: flex-start; }
  .hero-grid { padding: 54px 0; }
  .hero-visual { min-height: 360px; }
  .section { padding: 60px 0; }
  .sticky-call { left: 1rem; right: 1rem; }
  .sticky-call a { width: 100%; justify-content: center; }
}
