/*
Theme Name: Growth Engine IVF
Theme URI: https://zoimakers.com/
Author: Zero One Infinity Makers
Description: Editable WordPress landing page theme for IVF Google Ads growth audits.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: growth-engine-ivf
*/

:root {
  --navy-deep: #161329;
  --navy: #241f42;
  --purple: #8b35f6;
  --purple-glow: #d691ff;
  --success: #17a878;
  --danger: #e85249;
  --background: #ffffff;
  --foreground: #161329;
  --card: #ffffff;
  --secondary: #f5f3fa;
  --muted: #766f86;
  --border: #e7e3ef;
  --accent: #f2e8ff;
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .geivf-sticky { bottom: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.geivf-page h1,
.geivf-page h2,
.geivf-page h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.geivf-page p { margin: 0; }
.geivf-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.geivf-narrow { width: min(100% - 32px, 820px); margin-inline: auto; }
.geivf-section { padding: 96px 0; }
.geivf-dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 5%, rgba(139, 53, 246, .34), transparent 28rem),
    radial-gradient(circle at 88% 30%, rgba(214, 145, 255, .2), transparent 30rem),
    linear-gradient(135deg, #111022 0%, #1b1734 62%, #2a194a 100%);
}
.geivf-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 24px 24px;
}
.geivf-dark > * { position: relative; z-index: 1; }
.geivf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple-glow);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.geivf-kicker.dark { color: var(--purple); }
.geivf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(139, 53, 246, .32);
  transition: transform .18s ease, background .18s ease;
}
.geivf-btn:hover { transform: translateY(-1px); background: #7a28df; }
.geivf-btn.ghost {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: none;
}
.geivf-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 16px 40px rgba(17, 16, 34, .06);
}
.geivf-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--accent);
  color: var(--purple);
  font-weight: 900;
}
.geivf-svg { width: 1em; height: 1em; flex: 0 0 auto; }
.geivf-icon .geivf-svg { width: 20px; height: 20px; }
.geivf-icon.danger { color: var(--danger); background: #fff1ef; }

.geivf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.geivf-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.geivf-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--purple);
  color: #fff;
  font-weight: 900;
}
.geivf-hero { padding-bottom: 88px; }
.geivf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 52px;
  align-items: center;
  padding-top: 20px;
}
.geivf-hero h1 {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.04;
}
.geivf-highlight { color: var(--purple-glow); }
.geivf-hero-text {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.7;
}
.geivf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.geivf-meta { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 13px; }
.geivf-meta span, .geivf-rating { display: inline-flex; align-items: center; gap: 8px; }
.geivf-meta .geivf-svg, .geivf-rating .geivf-svg { color: var(--purple-glow); width: 16px; height: 16px; }
.geivf-rating { margin-top: 18px; color: rgba(255,255,255,.58); font-size: 13px; }
.geivf-rating span { display: inline-flex; gap: 0; }

.geivf-form {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
}
.geivf-form-title { text-align: center; color: #fff; font: 800 20px "Space Grotesk", sans-serif; margin: 8px 0 18px; }
.geivf-form-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.geivf-form input,
.geivf-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}
.geivf-form textarea { margin-top: 12px; resize: vertical; }
.geivf-form input::placeholder,
.geivf-form textarea::placeholder { color: rgba(255,255,255,.46); }
.geivf-form .geivf-btn { width: 100%; margin-top: 14px; }
.geivf-status { margin-top: 12px; text-align: center; font-size: 14px; }
.geivf-status.ok { color: #63e1b7; }
.geivf-status.err { color: #ff9e98; }

.geivf-trust { padding: 30px 0; border-block: 1px solid var(--border); }
.geivf-trust p { text-align: center; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.geivf-logo-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 42px; margin-top: 18px; color: rgba(22, 19, 41, .62); font: 800 17px "Space Grotesk", sans-serif; }

.geivf-center { text-align: center; }
.geivf-section h2 { margin-top: 12px; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; color: var(--navy-deep); }
.geivf-muted { color: var(--muted); line-height: 1.72; }
.geivf-bg-soft { background: var(--secondary); }
.geivf-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.geivf-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.geivf-pain { display: flex; gap: 12px; padding: 18px; text-align: left; font-weight: 700; }
.geivf-pain .geivf-icon { width: 30px; height: 30px; color: var(--danger); background: #fff1ef; flex: 0 0 auto; }

.geivf-feature,
.geivf-case,
.geivf-price,
.geivf-testimonial { padding: 28px; }
.geivf-feature h3,
.geivf-case h3,
.geivf-price h3 { margin-top: 16px; color: var(--navy-deep); font-size: 22px; }
.geivf-feature p,
.geivf-case p { margin-top: 10px; color: var(--muted); line-height: 1.65; }
.geivf-search-list { display: grid; gap: 12px; }
.geivf-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17,16,34,.05);
}
.geivf-search span { flex: 1; font-size: 14px; }
.geivf-search strong { color: var(--purple); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.geivf-ad-preview { margin-top: 16px; padding: 18px; border: 1px solid rgba(139,53,246,.22); border-radius: 18px; background: #fff; }

.geivf-dark .geivf-section h2,
.geivf-dark h2,
.geivf-dark h3 { color: #fff; }
.geivf-dark .geivf-card {
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.geivf-dark .geivf-muted { color: rgba(255,255,255,.68); }
.geivf-case strong { color: var(--purple); }
.geivf-case-metrics { display: grid; gap: 10px; margin-top: 20px; }
.geivf-case-metrics div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--border); padding-top: 10px; }
.geivf-case p .geivf-svg { width: 16px; height: 16px; color: var(--purple-glow); margin-right: 8px; vertical-align: -2px; }

.geivf-proven-wrap { align-items: center; gap: 64px; }
.geivf-bullet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.geivf-bullet { display: flex; align-items: center; gap: 12px; padding: 14px 16px; font-size: 14px; font-weight: 700; }
.geivf-bullet span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: rgba(139,53,246,.14); color: var(--purple); }
.geivf-playbook-art { position: relative; min-height: 448px; }
.geivf-float-card { position: absolute; border: 1px solid var(--border); border-radius: 14px; background: #fff; padding: 16px; box-shadow: 0 24px 60px rgba(17,16,34,.16); }
.geivf-float-card small { display: block; color: var(--muted); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.geivf-float-card strong { display: block; margin-top: 8px; color: var(--navy-deep); font: 800 24px "Space Grotesk", sans-serif; }
.geivf-float-card.dashboard { right: 0; top: 0; width: 288px; transform: rotate(3deg); }
.geivf-float-card.ad { left: 0; top: 88px; width: 256px; transform: rotate(-6deg); }
.geivf-float-card.landing { left: 50%; bottom: 0; width: 320px; transform: translateX(-50%) rotate(2deg); }
.geivf-window-dots { display: flex; gap: 6px; margin-bottom: 14px; }
.geivf-window-dots i { width: 8px; height: 8px; border-radius: 999px; background: var(--danger); }
.geivf-window-dots i:nth-child(2) { background: #f4b83f; }
.geivf-window-dots i:nth-child(3) { background: var(--success); }
.geivf-bars { display: flex; align-items: end; gap: 4px; height: 64px; margin-top: 12px; }
.geivf-bars span { flex: 1; border-radius: 2px; background: var(--purple); }
.geivf-float-card.ad p { color: var(--muted); font-size: 11px; line-height: 1.5; }
.geivf-float-card.ad b { display: inline-flex; margin-top: 10px; border-radius: 999px; background: var(--purple); color: #fff; padding: 5px 12px; font-size: 10px; }
.geivf-float-card.landing div { border-radius: 10px; background: var(--navy-deep); padding: 16px; }
.geivf-float-card.landing span { display: block; height: 10px; width: 70%; border-radius: 999px; background: rgba(255,255,255,.35); margin-bottom: 8px; }
.geivf-float-card.landing b { display: inline-flex; margin-top: 6px; border-radius: 6px; background: var(--purple); color: #fff; padding: 5px 12px; font-size: 10px; }
.geivf-float-card.landing em { display: inline-block; width: 31%; height: 24px; margin: 8px 1% 0 0; border-radius: 6px; background: var(--secondary); }

.geivf-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 64px; }
.geivf-process { padding: 24px; color: #fff; transition: transform .18s ease; }
.geivf-process:hover { transform: translateY(-4px); }
.geivf-process > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.geivf-process-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--purple); box-shadow: 0 0 40px -10px rgba(139,53,246,.6); }
.geivf-process small { color: var(--purple-glow); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.geivf-process h3 { margin-top: 20px; color: #fff; font-size: 18px; }
.geivf-process p { margin-top: 8px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }

.geivf-roi {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.geivf-slider { margin-top: 18px; }
.geivf-slider label { display: flex; justify-content: space-between; font-weight: 800; }
.geivf-slider input { width: 100%; margin-top: 12px; accent-color: var(--purple); }
.geivf-result { padding: 30px; background: var(--navy-deep); color: #fff; border-radius: 20px; }
.geivf-funnel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.geivf-funnel-grid div { border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); padding: 16px; }
.geivf-funnel-grid .geivf-svg { color: var(--purple-glow); width: 16px; height: 16px; }
.geivf-funnel-grid strong { display: block; margin-top: 8px; color: #fff; font-size: 30px; }
.geivf-funnel-grid span { color: rgba(255,255,255,.6); font-size: 11px; }
.geivf-result-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.geivf-result strong { color: var(--purple-glow); font: 800 28px "Space Grotesk", sans-serif; }

.geivf-price.featured { background: var(--navy-deep); color: #fff; border-color: rgba(139,53,246,.38); }
.geivf-price .price { margin-top: 16px; font: 800 48px "Space Grotesk", sans-serif; color: var(--navy-deep); }
.geivf-price.featured .price { color: var(--purple-glow); }
.geivf-price ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.geivf-price li::before { content: "✓"; color: var(--purple); font-weight: 900; margin-right: 10px; }
.geivf-price li::before { content: none; }
.geivf-price li { display: flex; align-items: center; gap: 10px; }
.geivf-price li .geivf-svg { width: 15px; height: 15px; color: var(--purple); }
.geivf-commitment { display: flex; gap: 16px; margin-top: 28px; padding: 24px; border: 1px solid rgba(139,53,246,.28); border-radius: 16px; background: rgba(139,53,246,.06); }
.geivf-commitment > .geivf-svg { width: 26px; height: 26px; color: var(--purple); }
.geivf-commitment strong { font: 800 16px "Space Grotesk", sans-serif; color: var(--navy-deep); }
.geivf-commitment p { margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.geivf-comparison { margin-top: 48px; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 16px 40px rgba(17,16,34,.06); }
.geivf-comparison-head, .geivf-comparison-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.geivf-comparison-head { background: var(--navy-deep); color: #fff; padding: 16px 24px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.geivf-comparison-head div:not(:first-child), .geivf-comparison-row div:not(:first-child) { text-align: center; }
.geivf-comparison-head div:nth-child(2) { color: var(--purple-glow); }
.geivf-comparison-row { padding: 16px 24px; font-size: 14px; }
.geivf-comparison-row:nth-child(odd) { background: rgba(245,243,250,.55); }
.geivf-cell .geivf-svg { width: 18px; height: 18px; color: var(--purple); display: inline-block; }

.geivf-testimonial p { color: var(--foreground); line-height: 1.65; }
.geivf-stars { display: flex; gap: 0; color: var(--purple); margin-bottom: 16px; }
.geivf-stars .geivf-svg { fill: currentColor; width: 16px; height: 16px; }
.geivf-person { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); font-weight: 800; }
.geivf-person span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 500; }

.geivf-faq { display: grid; gap: 12px; margin-top: 38px; }
.geivf-faq-item { overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.geivf-faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px;
  color: var(--navy-deep);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}
.geivf-faq-button .geivf-svg { color: var(--purple); width: 20px; height: 20px; transition: transform .18s ease; }
.geivf-faq-item.is-open .geivf-faq-button .geivf-svg { transform: rotate(180deg); }
.geivf-faq-answer { display: none; padding: 0 20px 20px; color: var(--muted); line-height: 1.65; }
.geivf-faq-item.is-open .geivf-faq-answer { display: block; }

.geivf-footer { padding: 36px 0 92px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.6); }
.geivf-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.geivf-note-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 34px; }
.geivf-note-pills span { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 999px; background: #fff; padding: 10px 20px; font-size: 14px; font-weight: 700; }
.geivf-note-pills .geivf-svg, #contact a .geivf-svg { color: var(--purple); width: 16px; height: 16px; }
#contact a { display: inline-flex; align-items: center; gap: 8px; }
.geivf-sticky {
  position: fixed;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(22,19,41,.96);
  border-top: 1px solid rgba(255,255,255,.12);
}
.geivf-sticky .geivf-btn { flex: 1; min-height: 44px; font-size: 12px; padding: 0 12px; }

@media (max-width: 900px) {
  .geivf-section { padding: 68px 0; }
  .geivf-hero-grid,
  .geivf-grid-2,
  .geivf-grid-3,
  .geivf-roi,
  .geivf-process-grid,
  .geivf-bullet-grid { grid-template-columns: 1fr; }
  .geivf-hero { text-align: center; }
  .geivf-actions,
  .geivf-meta { justify-content: center; }
  .geivf-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .geivf-container,
  .geivf-narrow { width: min(100% - 24px, 1180px); }
  .geivf-nav { padding: 18px 0; }
  .geivf-nav .geivf-btn { display: none; }
  .geivf-hero h1 { font-size: 38px; }
  .geivf-section h2 { font-size: 32px; }
  .geivf-form { padding: 18px; border-radius: 18px; }
  .geivf-playbook-art { display: none; }
  .geivf-comparison { overflow-x: auto; }
  .geivf-comparison-head, .geivf-comparison-row { min-width: 720px; }
  .geivf-footer-inner { align-items: flex-start; flex-direction: column; }
  .geivf-sticky { display: flex; }
}
