:root {
  --orange: #ff973d;
  --coral: #ff684e;
  --pink: #f42c8a;
  --dark: #101217;
  --muted: #646a76;
  --cream: #fff8f2;
  --cream-2: #fff1e8;
  --white: #ffffff;
  --line: rgba(16, 18, 23, 0.10);
  --shadow: 0 26px 80px rgba(26, 15, 30, 0.13);
  --shadow-soft: 0 16px 42px rgba(26, 15, 30, 0.08);
  --gradient: linear-gradient(135deg, var(--orange), var(--coral) 48%, var(--pink));
  --container: 1160px;
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: radial-gradient(circle at 20% 0%, rgba(255, 151, 61, .16), transparent 32%), #fffaf6;
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 78px 0; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 250, 246, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 18, 23, .06);
}
.site-header.scrolled { box-shadow: 0 12px 36px rgba(16,18,23,.07); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 240px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; font-weight: 750; font-size: 15px; }
.nav-links a:not(.nav-cta) { transition: color .2s ease; }
.nav-links a:not(.nav-cta):hover { color: var(--pink); }
.nav-cta, .btn-primary { background: var(--gradient); color: white; box-shadow: 0 12px 28px rgba(244,44,138,.22); }
.nav-cta { padding: 14px 22px; border-radius: 12px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: white; box-shadow: var(--shadow-soft); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--dark); margin: 5px auto; transition: .2s ease; }
.hero { padding: 72px 0 42px; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.08fr; gap: 48px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--pink); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; background: white; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-soft); }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--gradient); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(43px, 6.3vw, 82px); line-height: .97; letter-spacing: -.07em; margin: 16px 0 24px; }
h1 span, .cta-content h2 { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.06; letter-spacing: -.045em; margin-bottom: 16px; }
h3 { font-size: 19px; line-height: 1.15; letter-spacing: -.025em; }
.hero-text { font-size: 18px; color: #343943; max-width: 570px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; padding: 16px 22px; font-weight: 850; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-secondary { color: var(--pink); background: white; border: 1px solid rgba(244, 44, 138, .28); }
.btn-light { background: white; color: var(--pink); }
.hero-media { min-height: 450px; position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); isolation: isolate; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,246,.65), rgba(255,250,246,.04)); z-index: 1; }
.hero-media img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.metric-card { position: absolute; z-index: 2; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.72); border-radius: 16px; box-shadow: var(--shadow-soft); padding: 14px 16px; min-width: 145px; }
.metric-card small { display: block; font-weight: 850; color: #3a3f49; }
.metric-card strong { display: block; font-size: 28px; line-height: 1; color: #15a65b; margin: 7px 0 4px; }
.metric-card span { color: var(--muted); font-size: 12px; font-weight: 700; }
.metric-ads { top: 54px; left: 38px; }
.metric-leads { left: 24px; bottom: 154px; }
.metric-calls { left: 70px; bottom: 54px; }
.metric-rate { right: 22px; bottom: 70px; }
.sparkline { width: 94px; height: 28px; margin-top: 8px; background: linear-gradient(135deg, transparent 0 20%, rgba(255,104,78,.22) 0 28%, transparent 0 45%, rgba(244,44,138,.2) 0 55%, transparent 0); border-radius: 8px; }
.benefits { padding: 28px 0 36px; }
.benefit-panel { background: rgba(255,255,255,.78); border: 1px solid rgba(16,18,23,.07); border-radius: var(--radius-lg); padding: 30px 24px 26px; box-shadow: var(--shadow-soft); text-align: center; }
.benefit-intro { font-size: 20px; font-weight: 800; line-height: 1.35; max-width: 850px; margin: 0 auto 24px; }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.benefit-card { min-height: 82px; background: white; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; box-shadow: 0 8px 26px rgba(16,18,23,.05); font-size: 13px; font-weight: 850; line-height: 1.15; }
.benefit-card i { font-style: normal; color: var(--coral); font-size: 24px; font-weight: 900; }
.benefit-card.small { grid-column: span 1.5; min-height: 58px; }
.problem-grid { display: grid; grid-template-columns: .9fr 1fr .66fr; gap: 24px; align-items: stretch; }
.image-card, .problem-copy, .insight-card, .feature-card, .service-card, .mini-card, .timeline-card { background: white; border: 1px solid var(--line); box-shadow: var(--shadow-soft); border-radius: var(--radius-md); }
.image-card { overflow: hidden; min-height: 280px; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.problem-copy { padding: 34px; }
.checklist { display: grid; gap: 9px; margin-top: 20px; }
.checklist p { margin: 0; padding: 11px 0; border-bottom: 1px solid rgba(16,18,23,.08); font-weight: 700; color: #343943; }
.checklist span { color: var(--pink); font-weight: 900; margin-right: 10px; }
.insight-card { padding: 30px; background: linear-gradient(145deg, #fff, var(--cream-2)); align-self: center; }
.warning { color: var(--pink); font-size: 36px; line-height: 1; }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 34px; }
.section-heading p:not(.section-kicker) { color: var(--muted); }
.solution-grid, .service-grid, .why-grid, .timeline { display: grid; gap: 22px; }
.solution-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card, .service-card, .mini-card, .timeline-card { padding: 30px; }
.icon, .service-icon, .mini-card span { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,104,78,.11); color: var(--coral); font-size: 30px; font-weight: 900; margin-bottom: 18px; }
.feature-card p, .service-card p, .mini-card p, .timeline-card p, .insight-card p { color: var(--muted); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--gradient); }
.service-icon.google { font-family: Arial, sans-serif; background: white; box-shadow: inset 0 0 0 1px var(--line); color: #4285f4; }
ul { padding-left: 0; list-style: none; margin: 18px 0 0; }
li { margin: 9px 0; font-weight: 750; font-size: 14px; }
li::before { content: "✓"; color: var(--coral); margin-right: 10px; font-weight: 900; }
.why-grid { grid-template-columns: repeat(4, 1fr); }
.mini-card span { font-size: 24px; }
.timeline { grid-template-columns: repeat(4, 1fr); position: relative; }
.timeline::before { content: ""; position: absolute; top: 31px; left: 12%; right: 12%; border-top: 2px dashed rgba(244,44,138,.28); }
.timeline-card { text-align: center; position: relative; }
.timeline-card b { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gradient); color: white; box-shadow: 0 10px 26px rgba(244,44,138,.25); margin-bottom: 20px; }
.cta-section { padding: 58px 0 82px; }
.cta-panel { display: grid; grid-template-columns: .56fr 1fr; gap: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--gradient); box-shadow: var(--shadow); }
.cta-image img { width: 100%; height: 100%; object-fit: cover; min-height: 330px; }
.cta-content { padding: clamp(34px, 5vw, 58px); color: white; }
.cta-content h2 { color: white; -webkit-text-fill-color: white; }
.cta-content p { max-width: 650px; font-size: 18px; font-weight: 600; }
.lead-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.lead-form input { width: 100%; border: 0; border-radius: 13px; padding: 16px; font: inherit; background: rgba(255,255,255,.94); outline: none; }
.lead-form button { grid-column: 1 / -1; width: max-content; }
.form-message { grid-column: 1 / -1; margin: 0; font-weight: 800; }
.footer { padding: 28px 0; background: white; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.footer img { width: 220px; }
.footer p { margin: 0; color: var(--muted); max-width: 560px; font-weight: 650; }
.socials { display: flex; gap: 12px; }
.socials a { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-items: center; font-weight: 900; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; }
@media (max-width: 980px) {
  .brand img { width: 190px; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 82px 18px auto; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid, .problem-grid, .cta-panel { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-grid, .service-grid, .why-grid, .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .lead-form { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 58px 0; }
  .hero { padding-top: 48px; }
  h1 { font-size: 46px; }
  .hero-media, .hero-media img { min-height: 420px; }
  .metric-rate { right: 14px; bottom: 22px; }
  .metric-calls { left: 18px; bottom: 32px; }
  .metric-leads { left: 18px; bottom: 138px; }
  .benefit-grid, .solution-grid, .service-grid, .why-grid, .timeline { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Backend-ready contact and legal pages */
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.75rem 1rem;border-radius:.5rem}
.contact-page{background:#fffaf6}.contact-hero{padding:8rem 0 3rem}.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:3rem;align-items:start}.contact-info-card,.form-card,.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 50px rgba(16,18,23,.08)}.contact-info-card{padding:2rem}.contact-form-section{padding:3rem 0 6rem}.form-card{padding:2rem}.detailed-form{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full,.privacy-check.full,.form-message.full{grid-column:1/-1}.form-field label{font-weight:700}.form-field label span,.privacy-check b{color:#d1004b}.form-field input,.form-field select,.form-field textarea{width:100%;padding:1rem;border:1px solid #cfd3d8;border-radius:12px;font:inherit;background:#fff}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:3px solid rgba(244,44,138,.15);border-color:var(--pink)}.field-error{border-color:#b00020!important;background:#fff7f8!important}.privacy-check{display:flex;align-items:flex-start;gap:.75rem}.privacy-check input{margin-top:.25rem}.form-message{min-height:1.5rem;font-weight:700}.form-message.success{color:#087f23}.form-message.error{color:#b00020}.legal-main{padding:8rem 0 5rem}.legal-card{padding:clamp(1.5rem,4vw,3.5rem);max-width:900px}.legal-card h2{margin-top:2rem}.legal-small{font-size:.9rem;color:var(--muted)}.error-page{min-height:100vh;display:grid;place-items:center;background:var(--cream)}.error-wrap{text-align:center;max-width:650px;padding:2rem}.error-wrap img{width:90px;margin:0 auto 1.5rem}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
@media(max-width:800px){.contact-layout{grid-template-columns:1fr}.detailed-form{grid-template-columns:1fr}.form-field{grid-column:1/-1}}
