:root {
  --accent: #4f46e5;
  --accent-d: #4338ca;
  --accent-bright: #6366f1;
  --ink: #16202a; --muted: #5b6b78; --line: #e6ebf0;
  --bg: #ffffff; --bg-soft: #f4f7fa; --dark: #14202b;
  --radius: 10px; --shadow: 0 8px 28px rgba(16,32,42,.12);
  --wrap: 1140px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
h1,h2,h3 { line-height: 1.18; color: var(--ink); }
h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 8px; }
section { padding: 64px 0; }
.section-soft { background: var(--bg-soft); }
.center { text-align: center; }
.lead { font-size: 1.14rem; color: var(--muted); }
.eyebrow { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.btn { display: inline-block; padding: 14px 26px; border-radius: var(--radius); font-weight: 800; cursor: pointer; border: 0; font-size: 1rem; transition: .2s; }
.btn-green { background: var(--accent-bright); color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.btn-green:hover { background: var(--accent); color: #fff; transform: translateY(-1px); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-outline { background: transparent; color: var(--dark); border: 1.5px solid var(--line); }
.btn-outline:hover { background: #fff; }
.topbar { background: var(--dark); color: #d7e3ee; font-size: .9rem; }
.topbar .wrap { display: flex; justify-content: space-between; padding: 8px 20px; }
.tb-right a { color: #fff; font-weight: 700; margin-left: 16px; }
header.site { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; max-width: var(--wrap); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--dark); font-size: 1.22rem; }
.brand .dot { width: 34px; height: 34px; border-radius: 8px; background: var(--accent-bright); display: grid; place-items: center; color: #fff; font-size: 1.1rem; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { color: var(--ink); font-weight: 700; font-size: .96rem; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-weight: 900; color: var(--accent); }
.hero { background: linear-gradient(180deg, var(--bg-soft), #fff); }
.hero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 64px 20px; }
.hero h1 { margin: 12px 0 14px; }
.hero .sub { font-size: 1.16rem; color: var(--muted); margin-bottom: 22px; }
.ticks { list-style: none; margin: 18px 0 24px; }
.ticks li { padding-left: 28px; position: relative; margin-bottom: 8px; font-weight: 600; }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; box-shadow: var(--shadow); }
.quote-card h3 { margin-bottom: 6px; }
.quote-card .sub { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.quote-card input, .quote-card select, .quote-card textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 12px; font-size: 1rem; font-family: inherit; }
.quote-card .btn { width: 100%; }
.fineprint { font-size: .8rem; color: var(--muted); margin-top: 10px; text-align: center; }
.truststrip { background: var(--dark); color: #cfe; }
.truststrip .wrap { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-around; padding: 22px 20px; }
.truststrip .item { font-weight: 700; font-size: .98rem; color: #e7f3ee; }
.grid { display: grid; gap: 22px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; overflow: hidden; }
.card .ico { font-size: 1.8rem; margin-bottom: 10px; }
.card h3 { margin-bottom: 6px; }
.card p { color: var(--muted); font-size: .98rem; }
.card .thumb { height: 158px; margin: -26px -26px 18px; background: var(--bg-soft); overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.feature .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.feature .shot { height: 380px; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); background: var(--bg-soft); }
.feature .shot img { width: 100%; height: 100%; object-fit: cover; }
.feature h2 { margin-bottom: 14px; }
.feature .ticks { margin-top: 16px; }
.hero { background-size: cover; background-position: center; }
.hero .badge-img { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-weight: 800; font-size: .85rem; color: var(--accent-d); box-shadow: var(--shadow); margin-bottom: 14px; }
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step { position: relative; padding-top: 8px; }
.step .n { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 900; margin-bottom: 10px; }
.step h3 { font-size: 1.08rem; margin-bottom: 4px; }
.step p { color: var(--muted); font-size: .94rem; }
.cta-band { background: var(--accent); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); margin: 10px 0 22px; font-size: 1.1rem; }
.cta-band .btn-green { background: #fff; color: var(--accent-d); }
.areas { display: flex; flex-wrap: wrap; gap: 10px; }
.areas a { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .92rem; color: var(--ink); }
.areas a:hover { background: var(--accent); color: #fff; }
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; margin-bottom: 12px; }
.faq summary { font-weight: 800; cursor: pointer; }
.faq p { color: var(--muted); margin-top: 10px; }
.post { max-width: 760px; margin: 0 auto; }
.post h1 { margin-bottom: 10px; }
.post .meta { color: var(--muted); font-weight: 700; font-size: .9rem; margin-bottom: 24px; }
.post p { margin-bottom: 16px; font-size: 1.06rem; }
.post h2 { margin: 28px 0 10px; }
.callout { background: var(--bg-soft); border-left: 4px solid var(--accent); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 22px 0; }
footer.site { background: var(--dark); color: #aebccb; padding: 48px 0 28px; }
footer.site .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; margin-bottom: 28px; }
footer.site a { color: #cdd9e5; }
footer.site a:hover { color: #fff; }
footer.site h4 { color: #fff; margin-bottom: 10px; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 7px; font-size: .94rem; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: .82rem; color: #8aa0b3; }
@media (max-width: 860px) {
  .hero .wrap, .g3, .g2, .steps, footer.site .cols, .feature .wrap { grid-template-columns: 1fr; }
  .feature .shot { height: 240px; }
  .nav-links { display: none; }
}
