:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-light: #eff6ff;
  --black: #0f172a;
  --dark: #1e293b;
  --gray: #64748b;
  --light: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --font: 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--dark); background: var(--white); }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; display: block; }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--black); line-height: 1.2; margin-bottom: 16px; }
.section-sub { color: var(--gray); font-size: 1.05rem; max-width: 560px; margin-bottom: 48px; line-height: 1.7; }

.btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; font-family: var(--font); }
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-large { padding: 18px 40px; font-size: 1.05rem; }
.btn-full { width: 100%; text-align: center; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); padding: 0 24px; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { font-size: 1.4rem; font-weight: 800; color: var(--black); letter-spacing: -0.02em; }
.logo span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--gray); transition: color 0.2s; }
.nav-links a:hover { color: var(--black); }
.nav-cta { background: var(--blue) !important; color: var(--white) !important; padding: 10px 20px; border-radius: 8px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--blue-dark) !important; color: var(--white) !important; }
.hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--black) 0%, #1e3a5f 100%); min-height: 90vh; display: flex; align-items: center; padding: 80px 24px; gap: 48px; }
.hero-content { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; width: 100%; }
.hero-badge { display: inline-block; background: rgba(37,99,235,0.3); color: #93c5fd; font-size: 0.8rem; font-weight: 600; padding: 6px 14px; border-radius: 100px; border: 1px solid rgba(147,197,253,0.3); margin-bottom: 20px; }
.hero-content h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.hero-content p { color: rgba(255,255,255,0.7); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; align-items: center; gap: 24px; }
.stat strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--white); }
.stat span { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }

/* BROWSER MOCKUP */
.hero-visual { display: flex; align-items: center; justify-content: center; }
.browser-mockup { background: #1e293b; border-radius: 12px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5); width: 100%; max-width: 440px; border: 1px solid rgba(255,255,255,0.1); }
.browser-bar { background: #0f172a; padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ef4444; }
.dot.yellow { background: #f59e0b; }
.dot.green { background: #22c55e; }
.browser-url { background: #1e293b; border-radius: 4px; padding: 4px 12px; font-size: 0.75rem; color: #64748b; margin-left: 8px; flex: 1; }
.browser-body { padding: 20px; }
.mock-hero-bar { height: 80px; background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 8px; margin-bottom: 16px; }
.mock-nav { height: 12px; background: #334155; border-radius: 4px; margin-bottom: 20px; width: 60%; }
.mock-content { margin-bottom: 20px; }
.mock-line { height: 10px; background: #334155; border-radius: 4px; margin-bottom: 10px; }
.mock-line.long { width: 90%; }
.mock-line.medium { width: 70%; }
.mock-line.short { width: 50%; }
.mock-btn { height: 32px; width: 120px; background: #2563eb; border-radius: 6px; margin-top: 16px; }
.mock-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.mock-card { height: 60px; background: #1e293b; border: 1px solid #334155; border-radius: 6px; }

/* PROBLEM */
.problem { padding: 100px 0; background: var(--light); }
.problem h2 { margin-bottom: 48px; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.problem-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 32px 24px; }
.problem-icon { font-size: 2rem; display: block; margin-bottom: 16px; }
.problem-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.problem-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.7; }

/* SERVICES */
.services { padding: 100px 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-card { border: 1px solid var(--border); border-radius: 12px; padding: 36px 28px; transition: all 0.2s; }
.service-card:hover { border-color: var(--blue); box-shadow: 0 8px 32px rgba(37,99,235,0.1); transform: translateY(-2px); }
.service-card.featured { border-color: var(--blue); background: var(--blue-light); }
.service-icon-wrap { font-size: 2rem; margin-bottom: 16px; }
.service-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--black); margin-bottom: 12px; }
.service-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.7; margin-bottom: 20px; }
.service-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.service-list li { font-size: 0.875rem; color: var(--dark); font-weight: 500; }
.service-price { font-size: 0.9rem; font-weight: 700; color: var(--blue); }

/* HOW IT WORKS */
.how { padding: 100px 0; background: var(--black); }
.how h2 { color: var(--white); }
.how .section-sub { color: rgba(255,255,255,0.6); }
.steps { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.step { flex: 1; min-width: 180px; }
.step-num { font-size: 2.5rem; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 12px; }
.step-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.step-content p { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
.step-arrow { font-size: 1.5rem; color: var(--blue); margin-top: 32px; flex-shrink: 0; }

/* WHO WE HELP */
.who { padding: 80px 0; background: var(--light); }
.who h2 { margin-bottom: 40px; }
.who-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.who-card { background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 12px 24px; font-size: 0.9rem; font-weight: 600; color: var(--dark); transition: all 0.2s; }
.who-card:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }

/* RESULTS */
.results { padding: 100px 0; background: var(--white); }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.result-card { padding: 32px 28px; border: 1px solid var(--border); border-radius: 12px; }
.result-icon { font-size: 2rem; margin-bottom: 16px; display: block; }
.result-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.result-card p { font-size: 0.875rem; color: var(--gray); line-height: 1.7; }

/* CTA BANNER */
.cta-banner { background: var(--blue); padding: 80px 24px; text-align: center; }
.cta-banner h2 { color: var(--white); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-banner .btn-primary { background: var(--white); color: var(--blue); border-color: var(--white); }
.cta-banner .btn-primary:hover { background: var(--blue-light); }

/* CONTACT */
.contact { padding: 100px 0; background: var(--light); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-text p { color: var(--gray); font-size: 0.95rem; line-height: 1.7; margin-bottom: 32px; }
.contact-detail { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; font-size: 1.3rem; }
.contact-detail strong { display: block; font-size: 0.85rem; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.contact-detail p { font-size: 0.875rem; color: var(--gray); margin: 0; }
.contact-detail a { color: var(--blue); font-weight: 600; }
.contact-form { display: flex; flex-direction: column; gap: 14px; background: var(--white); padding: 40px; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid var(--border); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: 8px; font-family: var(--font); font-size: 0.95rem; color: var(--dark); outline: none; transition: border-color 0.2s; background: var(--white); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { height: 100px; resize: vertical; }

/* FOOTER */
.footer { background: var(--black); color: rgba(255,255,255,0.6); padding: 64px 24px 0; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer .logo { color: var(--white); display: inline-block; margin-bottom: 12px; }
.footer-inner > div > p { font-size: 0.875rem; line-height: 1.7; margin-bottom: 8px; }
.footer-inner a { color: var(--blue); }
.footer-inner h4 { color: var(--white); font-size: 0.875rem; font-weight: 700; margin-bottom: 16px; }
.footer-inner ul { display: flex; flex-direction: column; gap: 10px; }
.footer-inner ul a { color: rgba(255,255,255,0.6); font-size: 0.875rem; transition: color 0.2s; }
.footer-inner ul a:hover { color: var(--white); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding: 20px 0; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .contact-inner { grid-template-columns: 1fr; }
  .steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); align-self: center; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .hamburger { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 24px; gap: 20px; border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .nav-links.open { display: flex; }
  .hero-btns { flex-direction: column; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stat-divider { display: none; }
}

.form-success { text-align: center; padding: 40px; }
.form-success span { font-size: 3rem; display: block; margin-bottom: 16px; }
.form-success h3 { font-size: 1.3rem; font-weight: 700; color: var(--black); margin-bottom: 8px; }
.form-success p { color: var(--gray); font-size: 0.95rem; }

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ─── ANIMATED HERO BACKGROUND BLOB ─── */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 60%; height: 160%;
  background: radial-gradient(circle, rgba(37,99,235,0.35) 0%, transparent 60%);
  filter: blur(20px);
  animation: floatBlob 14s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -40%; left: -10%;
  width: 50%; height: 140%;
  background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 60%);
  filter: blur(20px);
  animation: floatBlob 18s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}
.hero-content, .hero-visual { position: relative; z-index: 1; }
@keyframes floatBlob {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-40px, 40px) scale(1.1); }
}

/* ─── HOVER LIFT ON CARDS ─── */
.problem-card, .result-card {
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s, border-color 0.35s;
}
.problem-card:hover, .result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37,99,235,0.10);
  border-color: rgba(37,99,235,0.3);
}

/* ─── MARQUEE ─── */
.marquee {
  background: var(--black);
  padding: 22px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.marquee-track {
  display: inline-flex;
  gap: 56px;
  animation: marquee 28s linear infinite;
  align-items: center;
}
.marquee-item {
  font-size: 1.35rem;
  font-weight: 800;
  color: rgba(255,255,255,0.35);
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 56px;
}
.marquee-item.accent { color: var(--blue); }
.marquee-dot { width: 6px; height: 6px; background: rgba(255,255,255,0.15); border-radius: 50%; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── BROWSER MOCKUP SUBTLE FLOAT ─── */
.browser-mockup {
  animation: gentleFloat 6s ease-in-out infinite;
}
@keyframes gentleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ─── BUTTON SHIMMER ON PRIMARY HERO BTN ─── */
.hero-btns .btn-primary {
  position: relative;
  overflow: hidden;
}
.hero-btns .btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  to { left: 100%; }
}

/* ─── HERO DECK (3 floating browser cards) ─── */
.hero-deck {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 400px;
  margin: 0 auto;
}
.deck-card {
  position: absolute;
  width: 320px;
  background: #1e293b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s;
}
.deck-card-1 { top: 20px; left: 0; animation: deckFloat1 7s ease-in-out infinite; z-index: 3; }
.deck-card-2 { top: 70px; left: 70px; animation: deckFloat2 9s ease-in-out infinite; z-index: 2; }
.deck-card-3 { top: 130px; left: 140px; animation: deckFloat3 11s ease-in-out infinite; z-index: 1; }
@keyframes deckFloat1 {
  0%,100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(-12px); }
}
@keyframes deckFloat2 {
  0%,100% { transform: rotate(3deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-8px); }
}
@keyframes deckFloat3 {
  0%,100% { transform: rotate(8deg) translateY(0); }
  50% { transform: rotate(9deg) translateY(-6px); }
}
.hero-deck:hover .deck-card-1 { transform: rotate(-7deg) translate(-20px,-10px); box-shadow: 0 40px 90px rgba(0,0,0,0.6); }
.hero-deck:hover .deck-card-2 { transform: rotate(4deg) translate(0,-5px); }
.hero-deck:hover .deck-card-3 { transform: rotate(11deg) translate(20px,5px); }
.card-bar { background: #0f172a; padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
.card-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.card-url { background: #1e293b; border-radius: 4px; padding: 3px 12px; font-size: 0.7rem; color: #64748b; margin-left: 6px; flex: 1; }
.card-body { padding: 14px; }
.card-hero { height: 70px; border-radius: 6px; margin-bottom: 14px; }
.card-line { height: 8px; background: #334155; border-radius: 3px; margin-bottom: 8px; }
.card-line.long { width: 90%; }
.card-line.medium { width: 65%; }
.card-line.short { width: 45%; }
.card-btn { height: 28px; width: 100px; border-radius: 5px; margin-top: 12px; }
.deck-badge {
  position: absolute;
  top: -16px; right: 10px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: white;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(37,99,235,0.5);
  z-index: 10;
  animation: badgePulse 2.5s ease-in-out infinite;
  white-space: nowrap;
}
@keyframes badgePulse {
  0%,100% { transform: scale(1) rotate(3deg); }
  50% { transform: scale(1.06) rotate(3deg); }
}

/* ─── BEFORE / AFTER SLIDER ─── */
.before-after { padding: 100px 0; background: var(--light); }
.before-after .container { text-align: center; }
.before-after h2 { text-align: center; margin-bottom: 16px; }
.before-after .section-sub { text-align: center; margin: 0 auto 48px; max-width: 600px; }
.ba-wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 10;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  box-shadow: 0 30px 80px rgba(15,23,42,0.18);
  text-align: left;
}
.ba-before, .ba-after { position: absolute; inset: 0; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-content { width: 100%; height: 100%; padding: 32px 36px; box-sizing: border-box; pointer-events: none; }
.ba-label {
  position: absolute;
  top: 18px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 5;
  pointer-events: none;
}
.ba-label-bad { left: 18px; background: rgba(239,68,68,0.95); color: white; }
.ba-label-good { right: 18px; background: rgba(34,197,94,0.95); color: white; }

/* ─── BEFORE — Authentic 2012-era home-brew site ─── */
.ba-content { padding: 0 !important; }
.bad-site {
  background: #f4ead0;
  font-family: 'Times New Roman', Times, serif;
  color: #1a1a1a;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bad-topbar {
  background: #1d4e9e;
  color: #ffff66;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
.bad-header {
  background: linear-gradient(to bottom, #d9d9d9 0%, #b0b0b0 100%);
  border-bottom: 4px ridge #6f6f6f;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.bad-logo {
  font-weight: 700;
  font-size: 0.95rem;
  color: #003366;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bad-logo-icon {
  font-size: 1.4rem;
  filter: saturate(0.5);
}
.bad-nav-links {
  font-size: 0.78rem;
  color: #0000ee;
  text-decoration: underline;
  font-family: Arial, sans-serif;
}
.bad-ticker {
  background: #ffff00;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
.bad-ticker-track {
  display: inline-block;
  white-space: nowrap;
  color: #ff0000;
  font-weight: bold;
  font-size: 0.82rem;
  animation: badTicker 20s linear infinite;
  padding-left: 100%;
  font-family: Arial, sans-serif;
}
@keyframes badTicker { to { transform: translateX(-100%); } }
.bad-hero {
  padding: 14px 18px 8px;
  text-align: center;
  background: #f4ead0;
}
.bad-hero h1 {
  font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
  font-size: 1.4rem;
  color: #cc0000;
  text-shadow: 2px 2px 0 #ffcc00;
  text-decoration: underline;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.bad-hero p {
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: justify;
  color: #1a1a1a;
}
.bad-services-box {
  margin: 8px 18px;
  padding: 12px 14px;
  background: white;
  border: 2px ridge #888;
  font-size: 0.82rem;
}
.bad-services-box strong {
  display: block;
  text-decoration: underline;
  color: #003366;
  margin-bottom: 6px;
  font-size: 0.9rem;
  font-family: 'Comic Sans MS', cursive;
}
.bad-services-box ul {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 10px;
}
.bad-services-box li {
  margin-bottom: 2px;
}
.bad-cta-blink {
  display: inline-block;
  background: #00ff00;
  color: #ff0000;
  padding: 6px 12px;
  margin-top: 6px;
  border: 3px outset #ff00ff;
  font-weight: bold;
  font-family: 'Comic Sans MS', cursive;
  font-size: 0.82rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  animation: badBlink 1.4s steps(2) infinite;
}
@keyframes badBlink {
  0%, 50% { background: #00ff00; color: #ff0000; }
  50.01%, 100% { background: #ff0000; color: #ffff00; }
}
.bad-badges {
  text-align: center;
  padding: 8px;
  font-size: 0.7rem;
  font-family: monospace;
  color: #444;
  letter-spacing: 0.05em;
}
.bad-footer {
  margin-top: auto;
  background: #1d4e9e;
  color: white;
  padding: 6px 10px;
  font-size: 0.65rem;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* ─── AFTER — Premium modern plumbing site ─── */
.good-site {
  background: #fff;
  font-family: var(--font);
  color: var(--black);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.good-nav {
  padding: 13px 24px;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
}
.good-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.good-logo-mark {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: white;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0;
}
.good-logo em {
  color: #2563eb;
  font-style: normal;
  font-weight: 600;
}
.good-nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
}
.good-nav-links a { cursor: pointer; }
.good-cta-btn {
  background: #0f172a !important;
  color: white !important;
  padding: 8px 14px !important;
  border-radius: 7px !important;
  font-weight: 600 !important;
  font-size: 0.78rem !important;
}
.good-hero {
  flex: 1;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: center;
}
.good-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: #1e40af;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 14px;
  border: 1px solid #dbeafe;
}
.good-hero-text h3 {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #0f172a;
}
.good-hero-text p {
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.55;
  margin-bottom: 18px;
}
.good-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.good-btn-primary {
  background: #2563eb;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.78rem;
  box-shadow: 0 4px 14px rgba(37,99,235,0.3);
}
.good-btn-secondary {
  background: white;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.78rem;
}
.good-hero-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #1e293b;
}
.good-image-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1607400201515-c2c41c07d307?w=800&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}
.good-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0) 40%, rgba(15,23,42,0.5) 100%),
              radial-gradient(circle at 30% 20%, rgba(37,99,235,0.25), transparent 50%);
}
.good-floating-card {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: white;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  min-width: 130px;
}
.good-fc-label {
  font-size: 0.62rem;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 2px;
}
.good-fc-value {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  display: block;
  margin-bottom: 6px;
}
.good-fc-bar {
  height: 4px;
  background: #f1f5f9;
  border-radius: 100px;
  overflow: hidden;
}
.good-fc-bar span {
  display: block;
  height: 100%;
  width: 85%;
  background: linear-gradient(90deg, #10b981, #34d399);
  border-radius: 100px;
}
.good-floating-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.good-fb-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
  animation: dotPulse 1.6s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); }
  50% { box-shadow: 0 0 0 6px rgba(34,197,94,0.1); }
}
.good-bottom-bar {
  background: #0f172a;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 14px 0;
}
.good-bottom-bar > div {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 0 8px;
}
.good-bottom-bar > div:last-child { border-right: none; }
.good-bottom-bar b {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1px;
}
.good-bottom-bar span {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Responsive — collapse hero to one column on small screens */
@media (max-width: 700px) {
  .good-hero { grid-template-columns: 1fr; padding: 18px; gap: 16px; }
  .good-hero-image { aspect-ratio: 16/10; }
  .good-hero-text h3 { font-size: 1.2rem; }
  .good-hero-text p { font-size: 0.75rem; margin-bottom: 12px; }
  .good-nav { padding: 10px 14px; }
  .good-nav-links { gap: 10px; font-size: 0.7rem; }
  .good-nav-links a:not(.good-cta-btn) { display: none; }
  .good-bottom-bar b { font-size: 0.9rem; }
  .bad-hero h1 { font-size: 1.1rem; }
  .bad-hero p { font-size: 0.72rem; }
  .bad-services-box { font-size: 0.72rem; margin: 6px 12px; padding: 10px; }
  .bad-cta-blink { font-size: 0.72rem; padding: 5px 8px; }
  .bad-topbar { font-size: 0.6rem; }
  .bad-header { padding: 8px 10px; }
  .bad-logo { font-size: 0.78rem; }
  .bad-nav-links { font-size: 0.65rem; }
  .bad-footer { font-size: 0.55rem; }
}

/* Slider line + handle */
.ba-slider {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 3px;
  background: white;
  box-shadow: 0 0 14px rgba(0,0,0,0.35);
  transform: translateX(-50%);
  z-index: 6;
  pointer-events: none;
}
.ba-handle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.1em;
  font-size: 1.1rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
  animation: handlePulse 2s ease-in-out infinite;
}
@keyframes handlePulse {
  0%,100% { box-shadow: 0 6px 24px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,99,235,0.4); }
  50% { box-shadow: 0 6px 24px rgba(0,0,0,0.25), 0 0 0 14px rgba(37,99,235,0); }
}

/* ─── CUSTOM CURSOR BLOB ─── */
.cursor-blob {
  position: fixed;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(37,99,235,0.35);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.15s cubic-bezier(0.22,1,0.36,1), width 0.25s, height 0.25s, background 0.25s;
  mix-blend-mode: difference;
  filter: blur(8px);
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .cursor-blob { display: block; }
}
.cursor-blob.hovering {
  width: 70px; height: 70px;
  background: rgba(37,99,235,0.5);
}

/* ─── BEFORE/AFTER RESPONSIVE ─── */
@media (max-width: 700px) {
  .hero-deck { height: 320px; }
  .deck-card { width: 240px; }
  .ba-wrap { aspect-ratio: 4 / 5; }
  .good-body { padding: 24px 18px; }
  .good-body h3 { font-size: 1.2rem; }
  .good-stats { gap: 16px; flex-wrap: wrap; }
  .ba-content { padding: 20px 22px; }
  .bad-nav { margin: -20px -22px 14px; }
}
