/* Offertebank prototype — v3 styles
   True ClickUp aesthetic:
   - Plus Jakarta Sans for headlines (lighter, friendly, geometric)
   - Inter for body
   - Official ClickUp gradient: purple #6647F0 → magenta #FF02F0
   - White-first design (geen donkere blauwe heros)
   - Lighter font weights (500-700, geen 800/900)
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  /* ClickUp official colors */
  --cu-magenta: #FF02F0;
  --cu-orange: #FC6D2D;
  --cu-purple: #6647F0;
  --cu-blue: #0091FF;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #6647F0 0%, #FF02F0 100%);
  --gradient-warm: linear-gradient(135deg, #FF02F0 0%, #FC6D2D 100%);
  --gradient-cool: linear-gradient(135deg, #6647F0 0%, #0091FF 100%);
  --gradient-soft: linear-gradient(135deg, #f5f0ff 0%, #fef0fb 100%);
  --gradient-soft-warm: linear-gradient(135deg, #fff0f8 0%, #fff4e6 100%);
  --gradient-card: #ffffff;
  --hero-home-glow: radial-gradient(ellipse at center, rgba(102, 71, 240, 0.12) 0%, rgba(255, 2, 240, 0.08) 30%, transparent 70%);
  --hero-subtle-glow: radial-gradient(ellipse, rgba(255, 2, 240, 0.08) 0%, rgba(102, 71, 240, 0.05) 40%, transparent 70%);
  --overlay-primary: linear-gradient(135deg, rgba(102, 71, 240, 0.22), rgba(255, 2, 240, 0.14));
  --hero-photo-overlay: linear-gradient(135deg, rgba(102, 71, 240, 0.85) 0%, rgba(255, 2, 240, 0.7) 50%, rgba(252, 109, 45, 0.6) 100%);
  --image-overlay-end: linear-gradient(180deg, transparent 40%, rgba(102, 71, 240, 0.85) 100%);
  --image-overlay-hover: linear-gradient(180deg, rgba(102, 71, 240, 0.2) 0%, rgba(255, 2, 240, 0.85) 100%);
  --soft-image-overlay: linear-gradient(135deg, rgba(102, 71, 240, 0.08), rgba(255, 2, 240, 0.08));
  --footer-bg: #0a0c20;
  --footer-text: #9ca0bd;
  --footer-border: #2a2c4a;
  --footer-glow: radial-gradient(ellipse, rgba(102, 71, 240, 0.3) 0%, transparent 70%);

  /* Text colors */
  --text-primary: #0a0c20;
  --text-body: #2d2f47;
  --text-muted: #6c6e87;
  --text-soft: #9ca0bd;

  /* Surfaces */
  --bg-white: #ffffff;
  --bg-soft: #fafafe;
  --bg-purple-soft: #f5f0ff;
  --border: #ececf3;
  --border-soft: #f4f4f9;

  /* Shadows — softer, more natural */
  --shadow-xs: 0 1px 2px rgba(10, 12, 32, 0.04);
  --shadow-sm: 0 4px 12px rgba(10, 12, 32, 0.05);
  --shadow-md: 0 12px 32px rgba(10, 12, 32, 0.07);
  --shadow-lg: 0 24px 56px rgba(10, 12, 32, 0.1);
  --shadow-xl: 0 32px 80px rgba(10, 12, 32, 0.14);
  --shadow-purple: 0 16px 40px rgba(102, 71, 240, 0.25);
  --shadow-magenta: 0 16px 40px rgba(255, 2, 240, 0.2);

  /* Radius */
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

:root[data-theme="blue"] {
  --cu-magenta: #22d3ee;
  --cu-orange: #38bdf8;
  --cu-purple: #2563eb;
  --cu-blue: #0ea5e9;
  --gradient-primary: linear-gradient(135deg, #2563eb 0%, #22d3ee 100%);
  --gradient-warm: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 100%);
  --gradient-cool: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 100%);
  --gradient-soft: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
  --gradient-soft-warm: linear-gradient(135deg, #e0f2fe 0%, #ecfeff 100%);
  --hero-home-glow: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.13) 0%, rgba(34, 211, 238, 0.09) 30%, transparent 70%);
  --hero-subtle-glow: radial-gradient(ellipse, rgba(34, 211, 238, 0.1) 0%, rgba(37, 99, 235, 0.06) 40%, transparent 70%);
  --overlay-primary: linear-gradient(135deg, rgba(37, 99, 235, 0.24), rgba(34, 211, 238, 0.16));
  --hero-photo-overlay: linear-gradient(135deg, rgba(37, 99, 235, 0.86) 0%, rgba(14, 165, 233, 0.72) 50%, rgba(34, 211, 238, 0.58) 100%);
  --image-overlay-end: linear-gradient(180deg, transparent 40%, rgba(37, 99, 235, 0.86) 100%);
  --image-overlay-hover: linear-gradient(180deg, rgba(37, 99, 235, 0.22) 0%, rgba(34, 211, 238, 0.86) 100%);
  --soft-image-overlay: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(34, 211, 238, 0.09));
  --footer-bg: #082f49;
  --footer-border: rgba(186, 230, 253, 0.18);
  --footer-glow: radial-gradient(ellipse, rgba(34, 211, 238, 0.28) 0%, transparent 70%);
  --bg-purple-soft: #eff6ff;
  --shadow-purple: 0 16px 40px rgba(37, 99, 235, 0.22);
  --shadow-magenta: 0 16px 40px rgba(34, 211, 238, 0.18);
}

:root[data-theme="green"] {
  --cu-magenta: #84cc16;
  --cu-orange: #f59e0b;
  --cu-purple: #059669;
  --cu-blue: #14b8a6;
  --gradient-primary: linear-gradient(135deg, #059669 0%, #84cc16 100%);
  --gradient-warm: linear-gradient(135deg, #84cc16 0%, #f59e0b 100%);
  --gradient-cool: linear-gradient(135deg, #047857 0%, #14b8a6 100%);
  --gradient-soft: linear-gradient(135deg, #ecfdf5 0%, #f7fee7 100%);
  --gradient-soft-warm: linear-gradient(135deg, #f7fee7 0%, #fffbeb 100%);
  --hero-home-glow: radial-gradient(ellipse at center, rgba(5, 150, 105, 0.13) 0%, rgba(132, 204, 22, 0.09) 30%, transparent 70%);
  --hero-subtle-glow: radial-gradient(ellipse, rgba(132, 204, 22, 0.1) 0%, rgba(5, 150, 105, 0.06) 40%, transparent 70%);
  --overlay-primary: linear-gradient(135deg, rgba(5, 150, 105, 0.24), rgba(132, 204, 22, 0.16));
  --hero-photo-overlay: linear-gradient(135deg, rgba(5, 150, 105, 0.86) 0%, rgba(20, 184, 166, 0.7) 50%, rgba(132, 204, 22, 0.56) 100%);
  --image-overlay-end: linear-gradient(180deg, transparent 40%, rgba(5, 150, 105, 0.86) 100%);
  --image-overlay-hover: linear-gradient(180deg, rgba(5, 150, 105, 0.22) 0%, rgba(132, 204, 22, 0.82) 100%);
  --soft-image-overlay: linear-gradient(135deg, rgba(5, 150, 105, 0.09), rgba(132, 204, 22, 0.09));
  --footer-bg: #052e24;
  --footer-border: rgba(187, 247, 208, 0.18);
  --footer-glow: radial-gradient(ellipse, rgba(132, 204, 22, 0.24) 0%, transparent 70%);
  --bg-purple-soft: #ecfdf5;
  --shadow-purple: 0 16px 40px rgba(5, 150, 105, 0.2);
  --shadow-magenta: 0 16px 40px rgba(132, 204, 22, 0.18);
}

:root[data-theme="coral"] {
  --cu-magenta: #fb7185;
  --cu-orange: #f97316;
  --cu-purple: #e11d48;
  --cu-blue: #f59e0b;
  --gradient-primary: linear-gradient(135deg, #e11d48 0%, #f97316 100%);
  --gradient-warm: linear-gradient(135deg, #fb7185 0%, #f59e0b 100%);
  --gradient-cool: linear-gradient(135deg, #be123c 0%, #f97316 100%);
  --gradient-soft: linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%);
  --gradient-soft-warm: linear-gradient(135deg, #fff1f2 0%, #fffbeb 100%);
  --hero-home-glow: radial-gradient(ellipse at center, rgba(225, 29, 72, 0.13) 0%, rgba(249, 115, 22, 0.09) 30%, transparent 70%);
  --hero-subtle-glow: radial-gradient(ellipse, rgba(249, 115, 22, 0.1) 0%, rgba(225, 29, 72, 0.06) 40%, transparent 70%);
  --overlay-primary: linear-gradient(135deg, rgba(225, 29, 72, 0.24), rgba(249, 115, 22, 0.16));
  --hero-photo-overlay: linear-gradient(135deg, rgba(225, 29, 72, 0.86) 0%, rgba(251, 113, 133, 0.72) 50%, rgba(249, 115, 22, 0.58) 100%);
  --image-overlay-end: linear-gradient(180deg, transparent 40%, rgba(225, 29, 72, 0.86) 100%);
  --image-overlay-hover: linear-gradient(180deg, rgba(225, 29, 72, 0.22) 0%, rgba(249, 115, 22, 0.86) 100%);
  --soft-image-overlay: linear-gradient(135deg, rgba(225, 29, 72, 0.09), rgba(249, 115, 22, 0.09));
  --footer-bg: #431407;
  --footer-border: rgba(254, 215, 170, 0.2);
  --footer-glow: radial-gradient(ellipse, rgba(249, 115, 22, 0.26) 0%, transparent 70%);
  --bg-purple-soft: #fff1f2;
  --shadow-purple: 0 16px 40px rgba(225, 29, 72, 0.2);
  --shadow-magenta: 0 16px 40px rgba(249, 115, 22, 0.18);
}

:root[data-theme="mono"] {
  --cu-magenta: #64748b;
  --cu-orange: #94a3b8;
  --cu-purple: #0f172a;
  --cu-blue: #475569;
  --gradient-primary: linear-gradient(135deg, #0f172a 0%, #64748b 100%);
  --gradient-warm: linear-gradient(135deg, #334155 0%, #94a3b8 100%);
  --gradient-cool: linear-gradient(135deg, #020617 0%, #475569 100%);
  --gradient-soft: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  --gradient-soft-warm: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  --hero-home-glow: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.1) 0%, rgba(100, 116, 139, 0.08) 30%, transparent 70%);
  --hero-subtle-glow: radial-gradient(ellipse, rgba(100, 116, 139, 0.09) 0%, rgba(15, 23, 42, 0.05) 40%, transparent 70%);
  --overlay-primary: linear-gradient(135deg, rgba(15, 23, 42, 0.22), rgba(100, 116, 139, 0.14));
  --hero-photo-overlay: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(51, 65, 85, 0.72) 50%, rgba(100, 116, 139, 0.58) 100%);
  --image-overlay-end: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.86) 100%);
  --image-overlay-hover: linear-gradient(180deg, rgba(15, 23, 42, 0.24) 0%, rgba(100, 116, 139, 0.86) 100%);
  --soft-image-overlay: linear-gradient(135deg, rgba(15, 23, 42, 0.07), rgba(100, 116, 139, 0.08));
  --footer-bg: #020617;
  --footer-border: rgba(148, 163, 184, 0.2);
  --footer-glow: radial-gradient(ellipse, rgba(100, 116, 139, 0.22) 0%, transparent 70%);
  --bg-purple-soft: #f1f5f9;
  --shadow-purple: 0 16px 40px rgba(15, 23, 42, 0.18);
  --shadow-magenta: 0 16px 40px rgba(71, 85, 105, 0.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-body);
  line-height: 1.6;
  background: var(--bg-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'cv11', 'ss01';
  font-weight: 400;
}

/* Typography — Plus Jakarta Sans for headings */

h1, h2, h3, h4, h5, h6, .heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  line-height: 1.2;
}

h1 { font-weight: 700; }

/* === ANIMATIONS === */

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 0.7s ease-out forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === HEADER === */

.site-header {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border-soft);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header .container {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
  justify-self: start;
}
.logo img {
  display: block;
  width: 139px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}
.logo-text {
  font-family: var(--ob-font-heading);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--cu-purple);
}
.mobile-menu-toggle {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.32rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: white;
  color: var(--text-primary);
}
.mobile-menu-toggle span {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.main-nav {
  display: flex;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: center;
  justify-content: center;
  justify-self: center;
  flex-wrap: wrap;
}
.main-nav a {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-nav a:hover {
  color: var(--cu-purple);
}
.header-cta {
  background: var(--gradient-primary);
  color: white !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 2.45rem;
  padding: 0.58rem 1.05rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.15;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-purple);
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

/* === BREADCRUMBS === */

.breadcrumbs {
  background: var(--bg-soft);
  padding: 0.85rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border-soft);
}
.breadcrumbs a { color: var(--cu-purple); text-decoration: none; transition: color 0.2s; font-weight: 500; }
.breadcrumbs a:hover { color: var(--cu-magenta); }
.breadcrumbs span { color: var(--text-soft); margin: 0 0.5rem; }

/* === HERO HOME === */

.hero-home {
  position: relative;
  background: var(--bg-white);
  padding: 5rem 0 4rem;
  text-align: center;
  overflow: hidden;
}
.hero-home::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 800px;
  background: var(--hero-home-glow);
  pointer-events: none;
  z-index: 0;
}
.hero-home .container { position: relative; z-index: 1; }

.hero-home h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-primary);
  animation: fadeInUp 0.7s ease-out;
}
.hero-home h1 .highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-home .lead {
  font-size: 1.25rem;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  color: var(--text-muted);
  animation: fadeInUp 0.7s ease-out 0.1s backwards;
  font-weight: 400;
}

/* === SUB-PAGE HERO (lighter, white) === */

.hero {
  position: relative;
  background: var(--bg-white);
  padding: 4rem 0 3rem;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -100px;
  width: 800px;
  height: 600px;
  background: var(--hero-subtle-glow);
  pointer-events: none;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--text-primary);
  animation: fadeInUp 0.7s ease-out;
}
.hero .lead {
  font-size: 1.2rem;
  max-width: 680px;
  margin-bottom: 2rem;
  color: var(--text-muted);
  animation: fadeInUp 0.7s ease-out 0.1s backwards;
}

.service-cost-hero.hero-image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0 4.5rem;
}

.service-cost-hero.hero-image-background::before {
  background: var(--overlay-primary);
  inset: 0;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}

.service-cost-hero.hero-image-background .eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: white;
  backdrop-filter: blur(12px);
}

.service-cost-hero.hero-image-background h1,
.service-cost-hero.hero-image-background .lead {
  color: white;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.service-cost-hero.hero-image-background .lead {
  color: rgba(255, 255, 255, 0.92);
}

/* === HERO WITH IMAGE (split layout) === */

.hero-with-image .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-with-image h1 { text-align: left; margin: 0 0 1.25rem; }
.hero-with-image .lead { text-align: left; margin: 0 0 2rem; }
.hero-image-wrap {
  position: relative;
  animation: fadeInUp 0.7s ease-out 0.2s backwards;
}
.hero-image-wrap img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  display: block;
}
.hero-image-wrap .floating-card {
  position: absolute;
  background: white;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  color: var(--text-body);
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: float 4s ease-in-out infinite;
  border: 1px solid var(--border-soft);
}
.hero-image-wrap .floating-card.top-right { top: 1.5rem; right: -1rem; animation-delay: -1s; }
.hero-image-wrap .floating-card.bottom-left { bottom: 1.5rem; left: -1rem; animation-delay: -2s; }
.hero-image-wrap .floating-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  font-weight: 600;
}
.hero-image-wrap .floating-card strong {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.hero-image-wrap .floating-card span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hero .stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s ease-out 0.3s backwards;
}
.hero .stat strong {
  display: block;
  font-size: 1.85rem;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .stat span { font-size: 0.9rem; color: var(--text-muted); }

/* === SEARCH BOX === */

.search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto 1.5rem;
  background: white;
  border-radius: 999px;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  animation: fadeInUp 0.7s ease-out 0.2s backwards;
  transition: all 0.3s ease;
}
.search-box:hover { transform: translateY(-2px); box-shadow: var(--shadow-xl); }
.search-box:focus-within {
  border-color: var(--cu-purple);
  box-shadow: 0 0 0 4px rgba(102, 71, 240, 0.1), var(--shadow-xl);
}

.search-box input {
  flex: 1;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  border-radius: 999px;
  outline: none;
  color: var(--text-primary);
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.search-box input::placeholder { color: var(--text-soft); font-weight: 400; }
.search-box button {
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: 0 2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: 'Inter', sans-serif;
}
.search-box button:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-purple);
}

.search-results {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.65rem);
  left: 0;
  right: 0;
  display: grid;
  gap: 0.35rem;
  padding: 0.55rem;
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-xl);
  text-align: left;
}

.search-results[hidden] {
  display: none;
}

.search-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.95rem;
  color: var(--text-primary);
  text-decoration: none;
}

.search-result:hover,
.search-result:focus {
  background: var(--surface-soft);
  outline: none;
}

.search-result span {
  min-width: 0;
}

.search-result strong,
.search-result small {
  display: block;
}

.search-result strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.98rem;
}

.search-result small {
  margin-top: 0.15rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.search-result em {
  flex: 0 0 auto;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(102, 71, 240, 0.1);
  color: var(--cu-purple);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.detailed-price-table {
  min-width: 760px;
}

.price-note {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.cost-calculator {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.calculator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.calculator-grid label {
  display: grid;
  gap: 0.45rem;
}

.calculator-grid span {
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.calculator-grid input,
.calculator-grid select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 0.75rem 0.9rem;
  background: var(--surface-soft);
  color: var(--text-primary);
  font: inherit;
}

.calculator-result {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(102, 71, 240, 0.1), rgba(255, 2, 240, 0.08));
}

.calculator-result span {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.calculator-result strong {
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.calculator-result ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-body);
}

.seo-content-section {
  padding: 0;
  background: var(--bg-soft);
}

.seo-content-layout {
  display: block;
  width: 100%;
}

.seo-content-main,
.seo-content-side {
  display: contents;
}

.seo-content-block,
.seo-side-card {
  width: 100%;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-content-block:nth-child(odd) {
  background: var(--bg-white);
}

.seo-content-inner {
  width: min(100% - 3rem, 1120px);
  margin: 0 auto;
}

.seo-content-block h2,
.seo-side-card h3 {
  margin-bottom: 0.85rem;
  max-width: 820px;
}

.seo-content-block p,
.mini-explainer p {
  color: var(--text-body);
}

.seo-content-block .seo-content-inner > p {
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 920px;
}

.seo-content-block .price-hero.compact {
  margin-top: 1rem;
}

.seo-table-wrap {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.seo-table-wrap .price-table {
  margin: 0.5rem 0 0;
  min-width: 720px;
  box-shadow: none;
}

.price-range-chart {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, color-mix(in srgb, var(--cu-purple) 8%, white), #fff);
}

.price-range-chart-copy h3 {
  margin: 0.45rem 0 0.55rem;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.price-range-chart-copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.price-range-chart-bars {
  display: grid;
  gap: 1rem;
}

.price-range-row {
  display: grid;
  gap: 0.45rem;
}

.price-range-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-primary);
}

.price-range-row-head span {
  font-weight: 800;
}

.price-range-row-head strong {
  color: var(--cu-pink);
  white-space: nowrap;
}

.price-range-track {
  height: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--bg-white);
  box-shadow: inset 0 0 0 1px var(--border-soft);
}

.price-range-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient-primary);
}

.price-range-row small {
  color: var(--text-muted);
  font-weight: 700;
}

.seo-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.seo-content-block .seo-three-column-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.mini-explainer {
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-white);
  box-shadow: var(--shadow-xs);
}

.mini-explainer:first-of-type {
  border-top: 1px solid var(--border);
}

.seo-content-block:nth-child(odd) .mini-explainer {
  background: var(--bg-soft);
}

.seo-content-block:nth-child(even) .mini-explainer {
  background: var(--bg-white);
}

.mini-explainer strong {
  display: block;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}

.mini-explainer p {
  margin: 0;
  line-height: 1.65;
}

.saving-tip-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.saving-tip-number {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--shadow-purple);
}

.seo-content-flat .subpage-card {
  box-shadow: none;
}

.services-index-hero {
  text-align: center;
}

.services-index-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.text-page-hero {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4rem);
}

.text-page-hero h1,
.text-page-hero .lead {
  max-width: 780px;
}

.page-flow-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.detailed-process {
  margin: 0 0 clamp(3rem, 6vw, 5rem);
}

.split-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--radius-xl);
  background: var(--gradient-soft);
}

.split-info-grid h2 {
  margin-bottom: 1rem;
}

.split-info-grid p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.info-list {
  display: grid;
  gap: 0.85rem;
}

.info-list div,
.company-signup-tile {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-xs);
}

.info-list strong,
.company-signup-tile strong {
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
}

.info-list span,
.company-signup-tile span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.compact-heading {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.company-signup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.company-signup-tile {
  color: inherit;
  text-decoration: none;
  background: white;
  border: 1px solid var(--border);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.company-signup-tile:hover {
  transform: translateY(-3px);
  border-color: var(--cu-purple);
  box-shadow: var(--shadow-md);
}

.services-index-stats {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.services-index-stats div {
  min-width: 150px;
  padding: 1rem 1.25rem;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-xs);
}

.services-index-stats strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.8rem;
  color: var(--text-primary);
}

.services-index-stats span {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.services-index {
  padding-top: 2rem;
}

.services-category-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--border-soft);
}

.services-category-section:first-child {
  border-top: 0;
}

.services-category-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.75rem;
}

.services-category-heading h2 {
  margin-bottom: 0.65rem;
}

.services-category-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.category-count {
  align-self: center;
  color: var(--cu-purple);
  background: var(--bg-purple-soft);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.profession-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.profession-card {
  display: grid;
  grid-template-rows: 180px 1fr;
  overflow: hidden;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.profession-image {
  display: block;
  background:
    var(--hero-photo-overlay),
    var(--bg-purple-soft);
  background-size: cover;
  background-position: center;
}

.profession-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem;
}

.profession-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.profession-title-row h3 {
  margin: 0;
  font-size: 1.2rem;
}

.profession-title-row a {
  color: var(--text-primary);
  text-decoration: none;
}

.profession-title-row span {
  flex: 0 0 auto;
  min-width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: white;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
}

.profession-body p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.service-links {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.service-links a {
  color: var(--text-body);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 600;
  background: var(--bg-soft);
}

.service-links a:hover {
  color: white;
  border-color: transparent;
  background: var(--gradient-primary);
}

.not-found-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
  background:
    var(--soft-image-overlay),
    var(--bg-white);
}

.not-found-hero::before {
  content: '';
  position: absolute;
  inset: auto -10% -45% -10%;
  height: 360px;
  background: var(--hero-home-glow);
  pointer-events: none;
}

.not-found-hero .container {
  position: relative;
  z-index: 1;
}

.not-found-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  background: var(--gradient-primary);
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: var(--shadow-purple);
}

.not-found-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  margin-bottom: 1rem;
}

.not-found-hero .lead {
  max-width: 760px;
  margin: 0 auto 1.75rem;
  color: var(--text-muted);
  font-size: 1.18rem;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: white;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow-xs);
}

.not-found-content {
  background: var(--bg-soft);
  padding-top: 3rem;
}

.not-found-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.not-found-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-xs);
}

.not-found-panel .panel-heading {
  margin-bottom: 1.25rem;
}

.not-found-panel h2 {
  margin: 0;
}

.not-found-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.not-found-service-card,
.not-found-cost-grid a,
.not-found-link-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-primary);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.not-found-service-card:hover,
.not-found-cost-grid a:hover,
.not-found-link-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(102, 71, 240, 0.28);
  box-shadow: var(--shadow-sm);
}

.not-found-service-card {
  min-height: 96px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background:
    var(--soft-image-overlay),
    white;
}

.not-found-service-card span,
.not-found-cost-grid span,
.not-found-link-list span {
  font-weight: 700;
}

.not-found-service-card small,
.not-found-cost-grid small,
.not-found-link-list small {
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.not-found-link-list {
  display: grid;
  gap: 0.65rem;
}

.not-found-link-list a,
.not-found-cost-grid a {
  align-items: center;
  padding: 0.9rem 1rem;
}

.not-found-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.popular-tags {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.92rem;
  margin-top: 1.5rem;
  animation: fadeInUp 0.7s ease-out 0.3s backwards;
}
.popular-tags > span { color: var(--text-muted); align-self: center; font-weight: 500; }
.popular-tags a {
  color: var(--text-body);
  text-decoration: none;
  background: white;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
  font-weight: 500;
}
.popular-tags a:hover {
  background: var(--gradient-primary);
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: var(--shadow-purple);
}


/* === BUTTONS === */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gradient-primary);
  color: white;
  padding: 0.95rem 1.85rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-purple);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.6s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(102, 71, 240, 0.4);
}
.btn-primary:hover::before { left: 100%; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  color: var(--text-primary);
  padding: 0.95rem 1.85rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1.5px solid var(--border);
  transition: all 0.25s ease;
}
.btn-secondary:hover {
  border-color: var(--cu-purple);
  color: var(--cu-purple);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* === TRUST BAR === */

.trust-bar {
  background: var(--bg-soft);
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-soft);
  border-top: 1px solid var(--border-soft);
}
.trust-bar .container {
  display: flex;
  justify-content: space-around;
  gap: 1.5rem;
  flex-wrap: wrap;
  text-align: center;
}
.trust-item { transition: transform 0.3s ease; }
.trust-item:hover { transform: translateY(-4px); }
.trust-item strong {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.trust-item span {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 0.25rem;
  display: inline-block;
}

/* === SECTIONS === */

section { padding: 5rem 0; }
section.alt { background: var(--bg-soft); }
section.gradient-bg {
  background: var(--gradient-soft);
  position: relative;
  overflow: hidden;
}
section.warm-bg {
  background: var(--gradient-soft-warm);
  position: relative;
  overflow: hidden;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
h3 {
  font-size: 1.35rem;
  margin: 1.5rem 0 0.75rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
p { margin-bottom: 1rem; color: var(--text-body); }
section p, section ul, section ol { max-width: 820px; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }

/* === EYEBROW === */

.eyebrow {
  display: inline-block;
  background: var(--bg-purple-soft);
  color: var(--cu-purple);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}
.eyebrow.warm { background: #fff0f8; color: var(--cu-magenta); }
.eyebrow.orange { background: #fff4e6; color: var(--cu-orange); }
.eyebrow.blue { background: #e6f4ff; color: var(--cu-blue); }

/* === SERVICE CATEGORIES === */

.service-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.category-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}
.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.category-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: transparent;
  transform: translateY(-6px);
}
.category-card:hover::before { transform: scaleX(1); }

.category-card .cat-icon {
  width: 56px;
  height: 56px;
  background: var(--gradient-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease;
  box-shadow: var(--shadow-purple);
}
.category-card:hover .cat-icon { transform: scale(1.08) rotate(-4deg); }

.category-card h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.category-card ul { list-style: none; padding: 0; margin: 0; }
.category-card li { padding: 0.3rem 0; }
.category-card a {
  color: var(--text-body);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
  font-weight: 500;
}
.category-card a:hover { color: var(--cu-purple); }
.category-card .more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: var(--cu-purple);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}
.category-card .more::after { content: '→'; transition: transform 0.2s; }
.category-card:hover .more::after { transform: translateX(4px); }

/* === COST TEASER === */

.cost-teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.cost-teaser {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-decoration: none;
  color: var(--text-body);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cost-teaser::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-warm);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cost-teaser:hover {
  border-color: transparent;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.cost-teaser:hover::after { transform: scaleX(1); }

.cost-teaser .ct-label {
  font-size: 0.78rem;
  color: var(--text-soft);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.cost-teaser .ct-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.cost-teaser .ct-price {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1rem;
}

/* === PROCESS STEPS === */

.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}
.process-step {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--border-soft);
  position: relative;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-xs);
}
.process-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.process-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-purple);
}
.process-step:hover .step-num { animation: pulse 1.5s ease infinite; }
.process-step h3 { margin: 0.75rem 0; font-size: 1.2rem; font-weight: 600; }
.process-step p { font-size: 0.95rem; color: var(--text-muted); margin: 0; }

/* === WHY === */

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}
.why-item {
  text-align: center;
  padding: 1.5rem 1rem;
  transition: transform 0.3s ease;
}
.why-item:hover { transform: translateY(-4px); }
.why-item .why-icon {
  width: 76px;
  height: 76px;
  background: var(--gradient-primary);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-purple);
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: transform 0.3s ease;
}
.why-item:hover .why-icon { transform: scale(1.1) rotate(8deg); }
.why-item h3 { font-size: 1.2rem; margin-bottom: 0.5rem; font-weight: 600; }
.why-item p { color: var(--text-muted); font-size: 0.95rem; margin: 0; }

/* === TESTIMONIALS === */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.testimonial {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 1.85rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-xs);
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 5rem;
  color: var(--bg-purple-soft);
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 700;
  pointer-events: none;
}
.testimonial .stars {
  color: var(--cu-magenta);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.testimonial .quote {
  color: var(--text-body);
  margin-bottom: 1.25rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-size: 0.97rem;
}
.testimonial .author {
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  flex-shrink: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.testimonial .author-info strong {
  color: var(--text-primary);
  display: block;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.testimonial .author-info span { font-size: 0.85rem; }

.rating-summary {
  text-align: center;
  padding: 2.5rem;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  margin: 2rem auto 3rem;
  max-width: 480px;
  box-shadow: var(--shadow-md);
}
.rating-summary .score {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: -0.04em;
}
.rating-summary .out-of {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.rating-summary .stars-large {
  color: var(--cu-magenta);
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin: 0.85rem 0;
}

/* === PRICE HIGHLIGHTS === */

.cost-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
.quick-cost-card,
.cost-parts-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 1.75rem;
}
.quick-cost-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 1.5rem;
}
.full-width-cost-card {
  width: 100%;
}
.quick-cost-card h2,
.cost-parts-card h2 {
  font-size: 1.55rem;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}
.quick-cost-card p {
  color: var(--text-muted);
  margin: 0;
}
.cost-metric-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0.25rem 0;
}
.cost-metric {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(255, 255, 255, 0.94));
}
.cost-metric .metric-label,
.cost-metric .metric-note {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cost-metric strong {
  display: block;
  margin: 0.25rem 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cost-parts-card .price-table {
  margin: 1rem 0 0;
}
.compact-price-table th,
.compact-price-table td {
  padding: 0.9rem 1rem;
}

.price-hero {
  background: white;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), var(--gradient-primary);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: var(--radius-lg);
  padding: 1.85rem 2.25rem;
  display: inline-block;
  margin: 1.5rem 0;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease;
}
.price-hero:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.price-hero .label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.price-hero .amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.price-hero .range {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

/* === PRICE TABLES === */

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.75rem 0;
  background: white;
  box-shadow: var(--shadow-xs);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.price-table th, .price-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
}
.price-table th {
  background: var(--bg-purple-soft);
  color: var(--cu-purple);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Inter', sans-serif;
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tbody tr { transition: background 0.2s; }
.price-table tbody tr:hover { background: var(--bg-soft); }
.price-table .price-col {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* === FACTOR CARDS === */

.factor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.factor-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}
.factor-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
}
.factor-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.factor-card h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.factor-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

/* === CALCULATOR === */

.calculator {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin: 2.5rem 0;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.calculator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-warm);
}
.calculator h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.calc-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.calc-row label {
  flex: 1;
  min-width: 200px;
  font-weight: 500;
  color: var(--text-primary);
}
.calc-row input, .calc-row select {
  padding: 0.7rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  font-size: 1rem;
  min-width: 160px;
  transition: all 0.2s;
  background: white;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--text-primary);
}
.calc-row input:focus, .calc-row select:focus {
  outline: none;
  border-color: var(--cu-purple);
  box-shadow: 0 0 0 3px rgba(102, 71, 240, 0.1);
}

.calc-result {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: var(--gradient-soft);
  border-radius: var(--radius);
  font-size: 1.1rem;
  text-align: center;
}
.calc-result strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.85rem;
  font-weight: 700;
}
.calc-disclaimer {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.85rem;
  text-align: center;
}

/* === FAQ === */

.faq details {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-xs);
}
.faq details:hover { box-shadow: var(--shadow-sm); }
.faq details[open] {
  border-color: var(--bg-purple-soft);
  box-shadow: var(--shadow-sm);
}
.faq summary {
  padding: 1.15rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-primary);
  list-style: none;
  position: relative;
  padding-right: 3rem;
  transition: color 0.2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--cu-purple); }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--cu-purple);
  font-weight: 400;
  width: 28px;
  height: 28px;
  background: var(--bg-purple-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq details[open] summary::after {
  content: "−";
  background: var(--gradient-primary);
  color: white;
}
.faq details[open] summary { border-bottom: 1px solid var(--border-soft); }
.faq .answer,
.faq details > .answer {
  padding: 1.25rem 1.5rem;
  color: var(--text-body);
  animation: fadeIn 0.3s ease;
}
.faq .answer p {
  margin-top: 0;
}
.faq .answer p:last-child { margin-bottom: 0; }

/* === SUBPAGE GRID (hub) === */

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.subpage-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 0;
  text-decoration: none;
  color: var(--text-body);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-xs);
}
.subpage-card .card-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.subpage-card .card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(102, 71, 240, 0.15) 100%);
}
.subpage-card .card-content { padding: 1.5rem; }
.subpage-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.subpage-card:hover .card-image { transform: scale(1.05); }
.subpage-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.subpage-card .price-from {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.subpage-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0.5rem 0 0;
  line-height: 1.55;
}

/* === QUOTE FORM SECTION === */

.lead-form-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  gap: 1.25rem;
}
.lead-form-card .lead-form-header {
  display: grid;
  gap: 0.65rem;
}
.lead-form-card .lead-form-header h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.15;
}
.lead-form-card .lead-form-header p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.lead-form-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}
.lead-form-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--bg-purple-soft);
  color: var(--cu-purple);
  font-size: 0.82rem;
  font-weight: 700;
}
.lead-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.lead-field-grid.compact {
  grid-template-columns: 1fr;
}
.lead-field {
  display: grid;
  gap: 0.45rem;
}
.lead-field.full {
  grid-column: 1 / -1;
}
.lead-field span {
  color: var(--text-primary);
  font-size: 0.88rem;
  font-weight: 700;
}
.lead-field input,
.lead-field textarea {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--bg-soft);
  color: var(--text-primary);
  font: inherit;
  padding: 0.85rem 1rem;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.lead-field textarea {
  min-height: 8rem;
  resize: vertical;
}
.lead-field input::placeholder,
.lead-field textarea::placeholder {
  color: var(--text-soft);
}
.lead-field input:focus,
.lead-field textarea:focus {
  background: white;
  border-color: var(--cu-purple);
  box-shadow: 0 0 0 4px rgba(102, 71, 240, 0.12);
}
.lead-submit-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}
.lead-submit-button {
  border: 0;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-md);
  padding: 1rem 1.35rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.lead-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.lead-submit-row p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.lead-form-iframe {
  width: 100%;
  min-height: 620px;
  border: 1px solid var(--ob-border);
  border-radius: 18px;
  background: white;
}
.lead-form-card .status-chip {
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  font-weight: 700;
}
.lead-form-card .status-chip.success {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}
.lead-form-card .status-chip.error {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}

.quote-form-section {
  background: var(--gradient-soft);
  padding: 4.5rem 0;
  text-align: center;
}
.quote-form-slot {
  background: white;
  border: 2px dashed var(--cu-purple);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  margin: 2rem auto;
  max-width: 720px;
  color: var(--text-muted);
  transition: all 0.3s;
  box-shadow: var(--shadow-sm);
}
.quote-form-slot:hover {
  border-color: var(--cu-magenta);
  box-shadow: var(--shadow-md);
}
.quote-form-slot strong {
  display: block;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
}

/* === CTA BANNER === */

.cta-banner {
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  color: white;
  padding: 3.75rem 2.5rem;
  border-radius: var(--radius-xl);
  text-align: center;
  margin: 3rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 109, 45, 0.3) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h3 {
  color: white;
  margin-bottom: 0.85rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.cta-banner p {
  margin-bottom: 1.75rem;
  opacity: 0.95;
  max-width: none;
  font-size: 1.08rem;
  color: white;
}

/* === RELATED PAGES === */

.related-pages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.related-pages a {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.15rem 1.4rem;
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 600;
  transition: all 0.25s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
}
.related-pages a::after {
  content: ' →';
  color: var(--cu-purple);
  transition: transform 0.2s;
}
.related-pages a:hover {
  border-color: transparent;
  background: var(--gradient-soft);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.related-pages a:hover::after { transform: translateX(4px); }

/* === INFO BOXES === */

.info-box {
  border-left: 4px solid var(--cu-purple);
  background: var(--bg-purple-soft);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: transform 0.3s ease;
}
.info-box:hover { transform: translateX(4px); }
.info-box.tip { border-left-color: #06d6a0; background: #d1fae5; }
.info-box.warning { border-left-color: var(--cu-orange); background: #fff4e6; }
.info-box h4 {
  margin-top: 0;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text-primary);
}
.info-box p:last-child, .info-box ul:last-child { margin-bottom: 0; }

/* === FOOTER === */

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 4rem 0 1.5rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;
  background: var(--footer-glow);
  pointer-events: none;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
.footer-cols h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-cols a {
  color: var(--footer-text);
  text-decoration: none;
  display: block;
  padding: 0.3rem 0;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.footer-cols a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid var(--footer-border);
  padding-top: 1.5rem;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* === RESPONSIVE === */

@media (max-width: 968px) {
  .site-header .container {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .main-nav {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
  }
  .hero-with-image .container { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-image-wrap { margin-top: 0; }
  .hero-with-image h1, .hero-with-image .lead { text-align: center; }
  .quick-cost-card { grid-template-columns: 1fr; align-items: stretch; }
  .seo-explainer-grid,
  .seo-content-block .seo-three-column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profession-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-info-grid { grid-template-columns: 1fr; }
  .company-signup-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .site-header .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    position: relative;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
  }
  .logo {
    grid-column: 2;
    justify-self: center;
  }
  .logo img {
    width: 139px;
    max-height: 38px;
  }
  .header-cta {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.58rem 0.75rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0.9rem;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: var(--shadow-md);
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 0.25rem;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 0.75rem 0.85rem;
    border-radius: var(--radius-sm);
  }
  .hero-home { padding: 3.5rem 0 2.5rem; }
  .hero-home h1 { font-size: 2.4rem; }
  .hero-home .lead { font-size: 1.05rem; }
  .hero h1 { font-size: 2rem; }
  .hero .lead { font-size: 1rem; }
  .hero .stats { gap: 1.5rem; }
  .hero .stat strong { font-size: 1.5rem; }

  h2 { font-size: 1.85rem; }

  .search-box { flex-direction: column; padding: 0.75rem; border-radius: var(--radius-lg); }
  .search-box input { border-radius: var(--radius); }
  .search-box button { padding: 0.95rem; border-radius: var(--radius); }
  .calculator-grid { grid-template-columns: 1fr; }
  .cost-calculator { padding: 1.25rem; }
  .cost-overview-grid { grid-template-columns: 1fr; }
  .cost-metric-list { grid-template-columns: 1fr; }
  .quick-cost-card,
  .cost-parts-card { padding: 1.25rem; }
  .lead-field-grid { grid-template-columns: 1fr; }
  .lead-submit-row { align-items: stretch; }
  .lead-submit-button { width: 100%; }
  .seo-content-layout { grid-template-columns: 1fr; }
  .price-range-chart { grid-template-columns: 1fr; }
  .seo-explainer-grid,
  .seo-content-block .seo-three-column-grid { grid-template-columns: 1fr; }
  .services-category-heading { grid-template-columns: 1fr; align-items: start; }
  .profession-grid { grid-template-columns: 1fr; }
  .profession-card { grid-template-rows: 160px 1fr; }
  .company-signup-grid { grid-template-columns: 1fr; }
  .split-info-grid { padding: 1.35rem; }
  .not-found-grid,
  .not-found-card-grid,
  .not-found-cost-grid { grid-template-columns: 1fr; }
  .not-found-link-list a,
  .not-found-cost-grid a { align-items: flex-start; flex-direction: column; gap: 0.2rem; }

  .trust-bar .container { gap: 1.25rem; }
  .trust-item strong { font-size: 1.65rem; }

  .calc-row { flex-direction: column; align-items: stretch; }
  .calc-row label { min-width: auto; }

  section { padding: 3rem 0; }
  .price-hero { padding: 1.25rem 1.5rem; }
  .price-hero .amount { font-size: 1.85rem; }
  .cta-banner { padding: 2.5rem 1.5rem; }
  .cta-banner h3 { font-size: 1.5rem; }

  .hero-image-wrap .floating-card.top-right,
  .hero-image-wrap .floating-card.bottom-left { display: none; }
}

/* === PROTOTYPE NOTICE === */

.proto-notice {
  background: linear-gradient(135deg, #fff3cd 0%, #ffe9a8 100%);
  color: #856404;
  border-bottom: 1px solid #ffeaa7;
  padding: 0.65rem 0;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 500;
}

/* ===========================================
   VARIATIE A — PHOTO HERO (warm, menselijk)
   =========================================== */

.hero-photo {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: #1a1a2e;
  overflow: hidden;
  padding: 4rem 0;
}
.hero-photo .bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=1800&auto=format&fit=crop&q=80');
}
.hero-photo .bg-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-photo-overlay);
  mix-blend-mode: multiply;
}
.hero-photo .bg-darken {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 32, 0.4) 0%, rgba(10, 12, 32, 0.2) 50%, rgba(10, 12, 32, 0.5) 100%);
}
.hero-photo .container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.hero-photo h1 {
  font-size: 4.25rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: white;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 24px rgba(0,0,0,0.2);
  animation: fadeInUp 0.7s ease-out;
}
.hero-photo .lead {
  font-size: 1.3rem;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 12px rgba(0,0,0,0.2);
  animation: fadeInUp 0.7s ease-out 0.1s backwards;
}
.hero-photo .search-box {
  border: none;
  box-shadow: 0 24px 80px rgba(10, 12, 32, 0.3);
}
.hero-photo .popular-tags a {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
}
.hero-photo .popular-tags a:hover {
  background: white;
  color: var(--cu-purple);
}
.hero-photo .popular-tags > span { color: rgba(255,255,255,0.85); }

/* Trade pills floating across the hero photo */
.trade-pills {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.trade-pill {
  position: absolute;
  background: rgba(255,255,255,0.95);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  animation: float 5s ease-in-out infinite;
  backdrop-filter: blur(8px);
}
.trade-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cu-magenta); }
.trade-pill.tp1 { top: 12%; left: 6%; animation-delay: 0s; }
.trade-pill.tp2 { top: 22%; right: 8%; animation-delay: -1s; }
.trade-pill.tp3 { bottom: 28%; left: 4%; animation-delay: -2s; }
.trade-pill.tp4 { bottom: 18%; right: 5%; animation-delay: -3s; }
.trade-pill.tp5 { top: 42%; left: 12%; animation-delay: -1.5s; }
.trade-pill.tp6 { top: 38%; right: 14%; animation-delay: -2.5s; }

/* "Real people" testimonials with photos */
.real-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.real-testimonial {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.real-testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.real-testimonial .photo {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.real-testimonial .photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6) 100%);
}
.real-testimonial .photo .stars {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  color: white;
  font-size: 1rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
.real-testimonial .body { padding: 1.5rem; }
.real-testimonial .quote { color: var(--text-body); margin-bottom: 1rem; font-size: 0.97rem; line-height: 1.6; }
.real-testimonial .author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
}
.real-testimonial .author strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text-primary);
  font-weight: 600;
  display: block;
  font-size: 0.95rem;
}
.real-testimonial .author span { font-size: 0.83rem; color: var(--text-muted); }

/* Picture-grid section */
.trades-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2.5rem 0;
}
.trade-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease;
  background-size: cover;
  background-position: center;
}
.trade-tile:hover { transform: translateY(-4px); }
.trade-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--image-overlay-end);
  transition: background 0.3s ease;
}
.trade-tile:hover::after { background: var(--image-overlay-hover); }
.trade-tile .tile-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  z-index: 1;
}
.trade-tile.large { grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }

@media (max-width: 768px) {
  .trades-showcase { grid-template-columns: repeat(2, 1fr); }
  .trade-tile.large { grid-column: span 2; grid-row: span 1; aspect-ratio: 2/1; }
  .hero-photo h1 { font-size: 2.4rem; }
  .trade-pill { display: none; }
}

/* ===========================================
   VARIATIE B — SPLIT met PRODUCT MOCKUP (SaaS-stijl)
   =========================================== */

.hero-split {
  position: relative;
  background: var(--bg-white);
  padding: 5rem 0 4rem;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero-split::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(102, 71, 240, 0.15) 0%, rgba(255, 2, 240, 0.1) 40%, transparent 70%);
  pointer-events: none;
}
.hero-split .container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-split .lead-col h1 {
  font-size: 4rem;
  margin: 0.5rem 0 1.25rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--text-primary);
  animation: fadeInUp 0.7s ease-out;
}
.hero-split .lead-col h1 .highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-split .lead-col .lead {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  animation: fadeInUp 0.7s ease-out 0.1s backwards;
}
.hero-split .cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  animation: fadeInUp 0.7s ease-out 0.2s backwards;
}
.hero-split .quick-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  animation: fadeInUp 0.7s ease-out 0.3s backwards;
}
.hero-split .quick-stats .qs strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-split .quick-stats .qs span { font-size: 0.85rem; color: var(--text-muted); }

/* Product mockup — fake "offerte vergelijking" widget */
.product-mockup {
  position: relative;
  animation: fadeInUp 0.7s ease-out 0.3s backwards;
}
.mockup-window {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.mockup-titlebar {
  background: var(--bg-soft);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--border-soft);
}
.mockup-dot { width: 12px; height: 12px; border-radius: 50%; }
.mockup-dot.r { background: #ff5f57; }
.mockup-dot.y { background: #ffbd2e; }
.mockup-dot.g { background: #28c840; }
.mockup-titlebar .url {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: 'Sometype Mono', monospace;
}
.mockup-body { padding: 1.5rem; }
.mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.mockup-header h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin: 0;
}
.mockup-badge {
  background: var(--gradient-primary);
  color: white;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.offerte-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  background: white;
  transition: all 0.3s ease;
  animation: slideInLeft 0.6s ease-out backwards;
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}
.offerte-card:nth-child(1) { animation-delay: 0.5s; }
.offerte-card:nth-child(2) { animation-delay: 0.8s; }
.offerte-card:nth-child(3) { animation-delay: 1.1s; }

.offerte-card.recommended {
  border-color: var(--cu-purple);
  background: linear-gradient(135deg, white, #f5f0ff);
  box-shadow: 0 4px 16px rgba(102, 71, 240, 0.15);
}
.offerte-card .biz-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.offerte-card .biz-info { flex: 1; min-width: 0; }
.offerte-card .biz-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
  margin-bottom: 0.15rem;
}
.offerte-card .biz-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.offerte-card .biz-meta .stars { color: var(--cu-magenta); font-size: 0.75rem; }
.offerte-card .biz-price {
  text-align: right;
  flex-shrink: 0;
}
.offerte-card .biz-price strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-primary);
  display: block;
}
.offerte-card .biz-price span { font-size: 0.75rem; color: var(--text-muted); }

.mockup-footer {
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.mockup-footer .save-amount {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Floating notification card on the mockup */
.mockup-notif {
  position: absolute;
  background: white;
  border-radius: var(--radius);
  padding: 0.85rem 1.1rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  animation: float 4s ease-in-out infinite, fadeInUp 0.5s ease-out 1.5s backwards;
  border: 1px solid var(--border-soft);
}
.mockup-notif.top { top: -1rem; left: -1.5rem; animation-delay: -1s; }
.mockup-notif.bottom { bottom: 1rem; right: -1.5rem; animation-delay: -2.5s; }
.mockup-notif .notif-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.mockup-notif strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9rem;
}
.mockup-notif span { color: var(--text-muted); font-size: 0.78rem; }

/* SaaS-style feature grid (variation B) */
.feature-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2.5rem 0;
}
.bento-tile {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: var(--shadow-xs);
}
.bento-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bento-tile .b-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-purple);
}
.bento-tile h3 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.bento-tile p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }
.bento-tile.wide { grid-column: span 2; }
.bento-tile.tall { grid-row: span 2; }
.bento-tile.feature {
  background: var(--gradient-primary);
  color: white;
  border: none;
}
.bento-tile.feature h3, .bento-tile.feature p { color: white; }
.bento-tile.feature p { opacity: 0.9; }
.bento-tile.feature .b-icon { background: rgba(255,255,255,0.2); box-shadow: none; backdrop-filter: blur(8px); }

@media (max-width: 968px) {
  .hero-split .container { grid-template-columns: 1fr; }
  .product-mockup { margin-top: 2rem; }
  .feature-bento { grid-template-columns: 1fr; }
  .bento-tile.wide, .bento-tile.tall { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 768px) {
  .hero-split .lead-col h1 { font-size: 2.4rem; }
  .mockup-notif.top, .mockup-notif.bottom { display: none; }
}

/* ===========================================
   VARIATIE C — BENTO GRID (modern, magazine-stijl)
   =========================================== */

.hero-bento {
  background: var(--bg-soft);
  padding: 3rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.hero-bento .bento-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}
.hero-bento h1 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 1.25rem;
  color: var(--text-primary);
  animation: fadeInUp 0.7s ease-out;
}
.hero-bento h1 .highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-bento .lead {
  font-size: 1.2rem;
  color: var(--text-muted);
  animation: fadeInUp 0.7s ease-out 0.1s backwards;
}

/* The bento grid itself — asymmetric tiles */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
  margin-top: 2rem;
}
.bento-cell {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease;
  box-shadow: var(--shadow-xs);
  border: 1px solid var(--border-soft);
}
.bento-cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bento-cell-link { text-decoration: none; color: inherit; display: block; height: 100%; }

/* Search cell — large, central */
.bento-search {
  grid-column: span 2;
  grid-row: span 2;
  background: var(--gradient-primary);
  color: white;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.bento-search::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,109,45,0.4) 0%, transparent 70%);
  pointer-events: none;
}
.bento-search h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
}
.bento-search .search-box {
  margin: 0;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}
.bento-search .popular-tags { margin-top: 1.25rem; justify-content: flex-start; position: relative; z-index: 1; }
.bento-search .popular-tags > span { color: rgba(255,255,255,0.85); }
.bento-search .popular-tags a {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.2);
}

/* Photo cells */
.bento-photo {
  background-size: cover;
  background-position: center;
  position: relative;
}
.bento-photo .label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}
.bento-photo.span2 { grid-column: span 2; }

/* Stat cells */
.bento-stat {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bento-stat .stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.bento-stat .stat-label {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 500;
}
.bento-stat.warm .stat-num { background: var(--gradient-warm); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Quote cell */
.bento-quote {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--bg-purple-soft), white);
}
.bento-quote .q-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.45;
  letter-spacing: -0.01em;
}
.bento-quote .q-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
}
.bento-quote .q-author .av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
}
.bento-quote .q-author strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text-primary);
  display: block;
}
.bento-quote .q-author span { font-size: 0.78rem; color: var(--text-muted); }

/* Price cell */
.bento-price {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bento-price .p-label {
  font-size: 0.78rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.bento-price .p-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}
.bento-price .p-amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CTA cell */
.bento-cta {
  background: var(--text-primary);
  color: white;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bento-cta h3 {
  color: white;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.bento-cta p {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  margin: 0 0 1rem;
}
.bento-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.bento-cta a::after { content: '→'; transition: transform 0.2s; }
.bento-cta a:hover::after { transform: translateX(4px); }

/* Mosaic / magazine sections (variation C) */
.magazine-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 4rem 0;
}
.magazine-row.reverse { grid-template-columns: 1fr 1.3fr; }
.magazine-row.reverse .magazine-text { order: 2; }
.magazine-row.reverse .magazine-img { order: 1; }
.magazine-text h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.magazine-text .lead-text {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.magazine-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.magazine-img img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }

@media (max-width: 968px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .bento-search { grid-column: span 2; grid-row: span 2; padding: 1.75rem; }
  .bento-search h2 { font-size: 1.4rem; }
  .bento-photo.span2 { grid-column: span 2; }
  .magazine-row, .magazine-row.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .magazine-row.reverse .magazine-text { order: 0; }
}
@media (max-width: 768px) {
  .hero-bento h1 { font-size: 2.4rem; }
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: 160px; }
  .bento-search { grid-column: span 1; grid-row: span 2; }
  .bento-photo.span2 { grid-column: span 1; }
}
