/* Kick EPC — shared page styles (matches live homepage) */
:root{
  --bg:#F7F9FC;
  --ink:#0B1020;
  --muted:#4A5568;
  --brand:#1E3A8A;        /* Kick EPC deep blue */
  --brand-2:#2563EB;
  --accent:#22C55E;       /* WhatsApp green */
  --card:#FFFFFF;
  --line:#E5E9F2;
  --radius:14px;
  --shadow:0 4px 18px rgba(11,16,32,.06);
  --container:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--brand-2);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}

/* Header */
.site-header{
  background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;
}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--ink)}
.brand a{color:var(--ink)}
.brand-mark{
  width:34px;height:34px;border-radius:8px;background:var(--brand);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;letter-spacing:.5px;
}
.site-nav a{color:var(--ink);margin-left:18px;font-weight:500}
.site-nav a:hover{color:var(--brand-2)}

/* Hero */
.hero{padding:56px 0 40px}
.hero h1{font-size:clamp(28px,4vw,44px);line-height:1.15;margin:0 0 14px;font-weight:700}
.hero .lede{font-size:clamp(17px,1.7vw,19px);color:var(--muted);max-width:720px;margin:0 0 22px}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.btn{
  display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border-radius:12px;
  font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer;
}
.btn-wa{background:var(--accent);color:#fff}
.btn-wa:hover{background:#16a34a;text-decoration:none}
.btn-call{background:var(--brand);color:#fff}
.btn-call:hover{background:#142a66;text-decoration:none}
.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink)}

/* Trust strip */
.trust{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:20px;color:var(--muted);font-size:14px}
.trust span{display:inline-flex;align-items:center;gap:6px}
.dot{width:6px;height:6px;border-radius:50%;background:var(--brand);display:inline-block}

/* Sections */
section{padding:44px 0;border-top:1px solid var(--line)}
section h2{font-size:clamp(22px,2.4vw,30px);margin:0 0 14px;font-weight:700}
section p{color:var(--muted);margin:0 0 14px;max-width:780px}

/* Cards */
.grid{display:grid;gap:16px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:780px){.grid-3,.grid-2{grid-template-columns:1fr}}
.card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:20px;box-shadow:var(--shadow);
}
.card h3{margin:0 0 6px;font-size:18px}
.card p{margin:0;color:var(--muted);font-size:15px}

/* Pricing chip */
.chip{
  display:inline-block;background:#E8EEFD;color:var(--brand);
  padding:4px 10px;border-radius:999px;font-weight:600;font-size:13px;margin-bottom:10px;
}

/* FAQ */
.faq details{
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin-bottom:10px;
}
.faq summary{font-weight:600;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";float:right;font-weight:700;color:var(--brand)}
.faq details[open] summary::after{content:"−"}
.faq p{margin:10px 0 0;color:var(--muted)}

/* CTA strip */
.cta-band{
  background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;
  border-radius:var(--radius);padding:26px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;
}
.cta-band h3{margin:0;font-size:22px;color:#fff}
.cta-band p{color:#DAE3FB;margin:4px 0 0}
.cta-band .btn-wa{background:#fff;color:var(--brand)}
.cta-band .btn-wa:hover{background:#f0f3fb}

/* Footer */
footer{padding:30px 0;color:var(--muted);font-size:14px;border-top:1px solid var(--line)}
footer .container{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}
footer a{color:var(--muted)}

/* Breadcrumb */
.crumbs{font-size:14px;color:var(--muted);margin:10px 0 0}
.crumbs a{color:var(--muted)}
.crumbs span{margin:0 6px}

/* Local SEO list */
.area-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}
.area-list a{
  display:inline-block;padding:6px 12px;background:#fff;border:1px solid var(--line);
  border-radius:999px;color:var(--ink);font-size:14px;
}
.area-list a:hover{border-color:var(--brand);color:var(--brand);text-decoration:none}

/* Tier 3 notice strip (portfolio/agent coverage pages) */
.notice-strip{
  background:#FFF8E6;
  border:1px solid #F5D982;
  border-left:4px solid #E5A823;
  border-radius:10px;
  padding:14px 18px;
  color:#6B4A00;
  font-size:15px;
  line-height:1.5;
  max-width:none;
  margin:0;
}
.notice-strip strong{color:#4A3300}
