/*
Theme Name: Growpha Custom Theme
Theme URI: https://growpha.com
Author: Growpha
Author URI: https://growpha.com
Description: Custom WordPress theme converted from the Growpha frontend codebase.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: growpha
*/

:root {
  --growpha-black: #060b07;
  --growpha-surface-1: #080e09;
  --growpha-surface-2: #0c1410;
  --growpha-surface-3: #101a12;
  --growpha-green-bright: #22c55e;
  --growpha-orange: #f97316;
  --growpha-orange-dark: #ea6c0a;
  --growpha-text-primary: #f2f7f2;
  --growpha-text-secondary: #c8d9c9;
  --growpha-text-muted: #7a9a7e;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--growpha-surface-1);
  color: var(--growpha-text-primary);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 1024px) {
  .container { max-width: 1320px; padding: 0 2.5rem; }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(6, 11, 7, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--growpha-text-primary);
}
.header-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #060b07;
  font-size: 0.9rem;
}
.header-logo-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.03em;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
}
.nav-link {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--growpha-text-primary);
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  opacity: 0.82;
  background: transparent;
  border: 0;
}
.nav-link:hover { opacity: 1; background: rgba(255, 255, 255, 0.04); }
.nav-has-dropdown { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: 0.35rem; cursor: pointer; }
.caret { font-size: 0.72rem; }

.mega-menu,
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 18, 11, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 120;
}
.mega-menu.open,
.dropdown-menu.open { display: block; }
.mega-menu { width: 720px; overflow: hidden; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mega-col {
  padding: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.mega-col:last-child { border-right: none; }
.mega-col-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--growpha-green-bright);
  margin-bottom: 0.875rem;
}
.mega-item {
  display: block;
  padding: 0.6rem 0.7rem;
  border-radius: 0.6rem;
  margin-bottom: 0.25rem;
}
.mega-item:hover { background: rgba(34, 197, 94, 0.07); }
.mega-item strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  color: var(--growpha-text-primary);
}
.mega-item span {
  display: block;
  font-size: 0.75rem;
  color: var(--growpha-text-muted);
  margin-top: 2px;
}
.mega-sub-title {
  font-size: 0.6875rem;
  color: var(--growpha-text-muted);
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0.65rem 0 0.35rem;
}
.mega-sub {
  display: block;
  color: var(--growpha-text-secondary);
  font-size: 0.8125rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
}
.mega-sub:hover { background: rgba(255, 255, 255, 0.05); }
.mega-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); }
.mega-audit-row,
.mega-cta-row {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mega-audit-row {
  background: rgba(249, 115, 22, 0.06);
  border-bottom: 1px solid rgba(249, 115, 22, 0.1);
}
.mega-audit-row span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.72); }
.mega-audit-row a {
  font-size: 0.8125rem;
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.25);
  background: rgba(249, 115, 22, 0.1);
  padding: 0.375rem 0.875rem;
  border-radius: 8px;
}
.mega-cta-row { background: rgba(34, 197, 94, 0.04); }
.mega-cta-row span { font-size: 0.8125rem; color: var(--growpha-text-muted); }
.mega-cta-row a { font-size: 0.8125rem; color: var(--growpha-orange); font-weight: 700; }

.dropdown-menu { width: 210px; padding: 0.5rem; }
.dropdown-item {
  display: block;
  padding: 0.6rem 0.65rem;
  border-radius: 0.55rem;
  font-size: 0.875rem;
  color: var(--growpha-text-secondary);
}
.dropdown-item:hover { background: rgba(34, 197, 94, 0.06); color: var(--growpha-text-primary); }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.audit-btn {
  display: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.3);
  background: rgba(249, 115, 22, 0.1);
  padding: 0.5rem 0.9rem;
  border-radius: 0.75rem;
}
@media (min-width: 1024px) {
  .audit-btn { display: inline-flex; }
}
.header-actions .btn-primary { display: none; }
@media (min-width: 1024px) {
  .header-actions .btn-primary { display: inline-flex; align-items: center; }
}
.mobile-toggle {
  border: 0;
  background: transparent;
  color: var(--growpha-text-primary);
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .mobile-toggle { display: none; }
}

.mobile-menu {
  position: fixed;
  inset: 70px 0 0;
  z-index: 90;
  background: rgba(6, 11, 7, 0.98);
  backdrop-filter: blur(20px);
}
.mobile-menu-inner {
  padding: 1.25rem;
  display: grid;
  gap: 0.35rem;
}
.mobile-menu-inner a {
  color: var(--growpha-text-primary);
  padding: 0.7rem 0.8rem;
  border-radius: 0.5rem;
}
.mobile-menu-inner a:hover { background: rgba(255, 255, 255, 0.05); }

body {
  padding-top: 70px;
}

.btn-primary,
.wp-block-button__link {
  display: inline-block;
  background: var(--growpha-orange);
  color: #060b07;
  padding: 0.75rem 1.4rem;
  border-radius: 0.625rem;
  font-weight: 700;
}
.btn-primary:hover { background: var(--growpha-orange-dark); }

.btn-ghost {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.75rem 1.4rem;
  border-radius: 0.625rem;
  color: var(--growpha-text-primary);
}

.hero {
  padding: 4.5rem 0;
  background: var(--growpha-surface-1);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 3rem; }
}

.section-label {
  display: inline-flex;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--growpha-green-bright);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
  margin: 0 0 0.8rem;
}

.hero h1 { font-size: clamp(2rem, 5vw, 3.75rem); }
.lead { color: var(--growpha-text-secondary); max-width: 560px; }

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 960px) {
  .card-grid { grid-template-columns: repeat(3, 1fr); }
}

.growpha-card {
  background: var(--growpha-surface-3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.2rem;
}

.section {
  padding: 3rem 0;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--growpha-black);
  padding: 2rem 0;
}

.post-list { display: grid; gap: 1rem; }

.entry-content p { color: var(--growpha-text-secondary); }

.dot-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 197, 94, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.45;
  pointer-events: none;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 3.5rem;
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .home-hero-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

.home-hero-copy h1 { font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -0.03em; }

.button-row { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.25rem; }

.trust-row {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--growpha-text-secondary);
  font-size: 0.85rem;
}

.home-hero-visual { position: relative; }
.home-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 1rem;
  border: 1px solid rgba(34, 197, 94, 0.2);
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.08), 0 24px 60px rgba(0, 0, 0, 0.5);
}

.metric-card {
  background: var(--growpha-surface-3);
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 0.875rem;
  padding: 0.875rem 1.125rem;
  backdrop-filter: blur(12px);
  min-width: 130px;
}
.metric-value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.metric-value-small { font-size: 1.5rem; }
.metric-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  color: var(--growpha-text-muted);
  margin-top: 0.25rem;
  white-space: nowrap;
}
.metric-left { position: absolute; left: 1rem; bottom: 1rem; z-index: 3; }
.metric-right { position: absolute; right: -1rem; top: 2rem; z-index: 3; }

.trust-strip {
  background: var(--growpha-surface-3);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}

.section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.trust-divider { margin: 2rem 0; }

.service-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--growpha-text-secondary);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
}

.sectors-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.tools-strip {
  background: var(--growpha-surface-2);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 2rem 0;
  overflow: hidden;
}
.tools-strip-label {
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--growpha-text-muted);
  margin-bottom: 1rem;
}
.tools-strip-track-wrap {
  position: relative;
  overflow: hidden;
}
.tools-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.tools-fade.left {
  left: 0;
  background: linear-gradient(90deg, var(--growpha-surface-2) 0%, transparent 100%);
}
.tools-fade.right {
  right: 0;
  background: linear-gradient(270deg, var(--growpha-surface-2) 0%, transparent 100%);
}
.tools-scroll-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  animation: tools-scroll 35s linear infinite;
}
.tools-scroll-track:hover {
  animation-play-state: paused;
}
.tools-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  min-width: 120px;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}
.tools-logo-item:hover { opacity: 1; }
.tools-logo-shell {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-logo-shell img {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
}
.tools-logo-item span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.6875rem;
  color: rgba(200, 217, 201, 0.7);
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1;
}

@keyframes tools-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.text-gradient-orange {
  background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-green {
  background: linear-gradient(135deg, #22c55e 0%, #4ade80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-grid-three {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 960px) {
  .card-grid-three { grid-template-columns: repeat(3, 1fr); }
}
.services-section { background: var(--growpha-surface-1); }
.services-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .services-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.services-head h2 {
  font-weight: 800;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  max-width: 480px;
}
.services-cta { flex-shrink: 0; }

.service-card {
  padding: 1.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}
.service-card:hover {
  border-color: rgba(34, 197, 94, 0.22);
  box-shadow: 0 0 28px rgba(34, 197, 94, 0.07), 0 4px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.service-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: var(--growpha-green-bright);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.service-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--growpha-text-primary);
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}
.service-card p {
  color: var(--growpha-text-secondary);
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1rem;
  color: var(--growpha-orange);
  font-size: 0.8125rem;
  font-weight: 600;
}

.why-section {
  position: relative;
  overflow: hidden;
  background: var(--growpha-surface-2);
}
.why-bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 60% at 0% 50%, rgba(34, 197, 94, 0.05) 0%, transparent 60%);
}
.why-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .why-wrap { grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
}
.why-copy h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1rem 0;
}
.why-copy p {
  color: var(--growpha-text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 2rem;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
.why-card { padding: 1.25rem; }
.why-icon {
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  color: var(--growpha-orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}
.why-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--growpha-text-primary);
  margin: 0 0 0.4rem;
  letter-spacing: -0.01em;
}
.why-card p {
  margin: 0;
  color: var(--growpha-text-secondary);
  font-size: 0.8125rem;
  line-height: 1.6;
}

.testimonials-section {
  background: var(--growpha-surface-2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 3rem 0;
}
.testimonials-inner { max-width: 860px; margin: 0 auto; }
.testimonials-label-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.testimonials-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--growpha-text-muted);
}
.testimonials-line {
  width: 28px;
  height: 1px;
  background: var(--growpha-text-muted);
  opacity: 0.4;
}
.testimonials-stage { position: relative; min-height: 220px; }
.testimonial-slide {
  display: none;
  position: relative;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.testimonial-slide.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.quote-mark {
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.18;
  pointer-events: none;
  color: var(--growpha-orange);
}
.testimonial-slide blockquote {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--growpha-orange);
}
.testimonial-slide p {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.75;
  color: var(--growpha-text-primary);
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.5rem;
}
.testimonial-slide footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
}
.author-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--growpha-text-primary);
  line-height: 1.3;
}
.author-meta {
  font-size: 0.75rem;
  color: var(--growpha-text-muted);
  line-height: 1.4;
  margin-top: 0.1rem;
}
.service-pill {
  margin-left: auto;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.ctrl-prev-next { display: flex; gap: 0.5rem; }
.ctrl-prev-next button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: var(--growpha-text-secondary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: border-color 0.2s, color 0.2s;
}
.ctrl-dots { display: flex; gap: 6px; align-items: center; }
.ctrl-dots button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
}
.ctrl-dots button.is-active {
  width: 20px;
  background: var(--growpha-orange);
}
.ctrl-counter {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75rem;
  color: var(--growpha-text-muted);
  letter-spacing: 0.04em;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 960px) {
  .process-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
}
.process-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  color: rgba(34, 197, 94, 0.25);
}
.process-card h3 { margin-top: 0.5rem; font-size: 1rem; }
.process-card p { color: var(--growpha-text-secondary); font-size: 0.88rem; }

.section-alt { background: var(--growpha-surface-2); }
.insights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .insights-grid { grid-template-columns: 2fr 1fr; gap: 2rem; }
}
.insights-head { margin-bottom: 3.5rem; }
.insights-head h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-top: 0.8rem;
}
.column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.column-head h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--growpha-text-primary);
  margin: 0;
}
.column-link {
  color: var(--growpha-orange);
  font-size: 0.875rem;
  font-weight: 600;
}
.insights-post-list { gap: 1rem; }
.insights-card { padding: 1.25rem; }
.insights-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--growpha-text-primary);
  line-height: 1.4;
  margin: 0.5rem 0;
}
.insights-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.75rem;
  color: var(--growpha-text-muted);
}
.news-col { padding: 1.25rem; }
.news-col .section-divider { margin: 1rem 0; }
.news-title {
  margin: 0 0 0.3rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--growpha-text-primary);
  line-height: 1.45;
}
.news-date { font-size: 0.75rem; color: var(--growpha-text-muted); }

.founder-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(8, 14, 9, 0.7), rgba(8, 14, 9, 0.7)),
    url("https://d2xsxph8kpxj0f.cloudfront.net/310519663175096512/o7r2daiNPhPZvTCWuZMwGh/growpa-founder-bg-ZapxtSWZyrNFAZuKx7Q9tk.webp") center/cover no-repeat;
}
.founder-inner { position: relative; z-index: 1; }
.founder-copy { max-width: 42rem; }
.founder-copy h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1.1rem 0 1.25rem;
}
.founder-copy .lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--growpha-text-secondary);
  max-width: 45rem;
}

.cta-final {
  background: var(--growpha-surface-3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.cta-inner { max-width: 52rem; margin: 0 auto; }
.cta-inner h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 1rem 0 1.25rem;
}
.cta-inner .lead {
  max-width: 500px;
  margin: 0 auto 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.cta-buttons { justify-content: center; gap: 1rem; }

.center { text-align: center; }

/* Footer */
.growpha-footer {
  background: var(--growpha-black);
  position: relative;
  overflow: hidden;
}
.footer-top-line {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(34, 197, 94, 0.35) 30%, rgba(34, 197, 94, 0.35) 70%, transparent 100%);
}
.footer-cta-band {
  background: var(--growpha-surface-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-cta-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer-cta-grid { grid-template-columns: 1fr 1fr; }
}
.footer-cta-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--growpha-text-primary);
  margin: 0 0 0.625rem;
}
.footer-cta-text {
  color: var(--growpha-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}
.footer-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .footer-cta-actions { flex-direction: row; }
}
@media (min-width: 1024px) {
  .footer-cta-actions { justify-content: flex-end; }
}

.footer-main {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 3fr 6fr 3fr;
    gap: 2.5rem;
  }
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.footer-logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #060b07;
  font-size: 0.95rem;
}
.footer-logo-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--growpha-text-primary);
  letter-spacing: -0.03em;
}
.footer-brand-text {
  color: var(--growpha-text-secondary);
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.footer-trust div {
  font-size: 0.8rem;
  color: var(--growpha-text-muted);
  margin-bottom: 0.35rem;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .footer-links-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.footer-links-grid h4,
.footer-newsletter-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--growpha-text-muted);
  margin: 0 0 1rem;
}
.footer-links-grid a {
  display: block;
  font-size: 0.875rem;
  color: var(--growpha-text-secondary);
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.footer-links-grid a:hover { color: var(--growpha-text-primary); }

.footer-newsletter-card {
  background: var(--growpha-surface-3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  padding: 1.25rem;
}
.footer-newsletter-card h4 { color: var(--growpha-green-bright); }
.footer-newsletter-card p {
  color: var(--growpha-text-secondary);
  font-size: 0.8125rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer-newsletter-form input {
  width: 100%;
  background: var(--growpha-surface-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.65rem 0.875rem;
  color: var(--growpha-text-primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
}
.footer-newsletter-form input:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.4);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom-inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .footer-bottom-inner { flex-direction: row; }
}
.footer-bottom-inner p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--growpha-text-muted);
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer-bottom-links a {
  font-size: 0.8rem;
  color: var(--growpha-text-muted);
}
.footer-bottom-links a:hover { color: var(--growpha-text-secondary); }

/* SEO service page */
.max-3xl { max-width: 48rem; }
.max-2xl { max-width: 42rem; }
.seo-hero {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.seo-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("https://d2xsxph8kpxj0f.cloudfront.net/310519663175096512/o7r2daiNPhPZvTCWuZMwGh/growpa-seo-visual-5dVBiujBGibFSK4H3Kxegm.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}
.seo-hero-inner { position: relative; z-index: 1; }
.seo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.seo-breadcrumbs a,
.seo-breadcrumbs span {
  font-size: 0.8125rem;
  color: var(--growpha-text-muted);
}
.seo-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-top: 1rem;
}
.seo-hero .lead { max-width: 580px; font-size: 1.125rem; line-height: 1.75; margin-bottom: 2.25rem; }

.seo-proof-strip {
  background: var(--growpha-surface-3);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 0;
}
.seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .seo-proof-grid { grid-template-columns: repeat(4, 1fr); }
}
.seo-proof-item { text-align: center; }
.seo-proof-item div:last-child { font-size: 0.8125rem; color: var(--growpha-text-secondary); line-height: 1.5; }

.seo-system {
  background: var(--growpha-surface-1);
  padding: 2rem 0;
}
.seo-system-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .seo-system-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
}
.seo-system h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1rem 0 1.25rem;
}
.seo-system p { color: var(--growpha-text-secondary); font-size: 1rem; line-height: 1.75; }
.seo-system-list { display: grid; gap: 0.75rem; }
.seo-system-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--growpha-surface-3);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.seo-system-item span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: rgba(34, 197, 94, 0.2);
  min-width: 2.5rem;
}
.seo-system-item b { font-family: "Space Grotesk", sans-serif; font-size: 0.9375rem; color: var(--growpha-text-primary); }
.seo-system-item i { margin-left: auto; color: var(--growpha-green-bright); font-style: normal; }

.seo-disciplines {
  background: var(--growpha-surface-2);
  padding: 2rem 0;
}
.seo-disciplines h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1rem 0 2rem;
}
.seo-cap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 960px) {
  .seo-cap-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.seo-cap-grid .growpha-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--growpha-text-primary);
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}
.seo-cap-grid .growpha-card p {
  color: var(--growpha-text-secondary);
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.seo-cap-card { padding: 1.5rem; }
.seo-cap-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: var(--growpha-green-bright);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}
.seo-cap-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.375rem;
}
.seo-cap-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--growpha-text-secondary);
}
.seo-cap-list li span {
  color: var(--growpha-green-bright);
  font-size: 0.8rem;
  flex-shrink: 0;
}
.seo-cap-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--growpha-orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.seo-faq {
  background: var(--growpha-surface-1);
  padding: 2rem 0;
}
.seo-faq .container {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.seo-faq h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  margin-bottom: 0.75rem;
  text-align: center;
}
.seo-faq .lead {
  margin: 0 auto 1.25rem;
  max-width: 760px;
  text-align: center;
}
.seo-faq details {
  background: var(--growpha-surface-3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  padding: 1rem 1rem;
  margin: 0 auto 0.75rem;
  max-width: 760px;
}
.seo-faq summary {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--growpha-text-primary);
  cursor: pointer;
}
.seo-faq details p {
  margin: 0.75rem 0 0;
  color: var(--growpha-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.seo-cta {
  background: var(--growpha-surface-3);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem 0;
}
.seo-cta h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1rem 0 1.25rem;
}
.seo-cta p {
  color: var(--growpha-text-secondary);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* Audit banner */
.audit-banner {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.08) 0%, rgba(249, 115, 22, 0.04) 50%, rgba(6, 11, 7, 0) 100%);
  border-top: 1px solid rgba(249, 115, 22, 0.15);
  border-bottom: 1px solid rgba(249, 115, 22, 0.08);
  padding: 2rem 0;
}
.audit-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .audit-banner-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; }
}
.audit-copy { flex: 1; max-width: 42rem; }
.audit-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  color: #f97316;
  font-family: "Space Grotesk", sans-serif;
}
.audit-pill-icon { font-size: 0.7rem; }
.audit-copy h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--growpha-text-primary);
  margin-bottom: 0.625rem;
}
.audit-copy h3 span { color: #f97316; }
.audit-copy p { color: var(--growpha-text-secondary); font-size: 0.9375rem; line-height: 1.65; }
.audit-trust-row { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 1rem; }
.audit-trust-item { display: inline-flex; align-items: center; gap: 0.45rem; }
.audit-trust-icon { color: #f97316; font-size: 0.8rem; }
.audit-trust-item span:last-child { font-size: 0.8125rem; color: var(--growpha-text-muted); }
.audit-cta { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-start; }
@media (min-width: 1024px) {
  .audit-cta { align-items: flex-end; }
}
.audit-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  background: linear-gradient(135deg, #f97316 0%, #ea6c0a 100%);
  padding: 0.875rem 1.75rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.3);
}
.audit-btn-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(249, 115, 22, 0.4);
}
.audit-cta p { margin: 0; font-size: 0.75rem; color: var(--growpha-text-muted); }
