:root {
  --vibrant-primary: #5A00FF;
  --vibrant-accent: #FF2E7E;
  --vibrant-cyan: #00F0FF;
  --bg-pure: #FFFFFF;
  --bg-off: #F4F6FB;
  --text-dark: #0A0F1E;
  --text-muted: #4A5568;
  --border-light: #E2E8F0;
}

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

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-pure);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Header */
.apex-header-mast {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  border-bottom: 1px solid var(--border-light);
}

.brand-logo-mark {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: var(--vibrant-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon-svg {
  color: var(--vibrant-accent);
}

.apex-navigation-ribbon {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-anchor-txt {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.nav-anchor-txt:hover {
  color: var(--vibrant-accent);
}

.action-highlight {
  background: var(--vibrant-primary);
  color: var(--bg-pure);
  padding: 10px 24px;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.action-highlight:hover {
  background: var(--vibrant-accent);
  color: var(--bg-pure);
  transform: translateY(-2px);
}

/* Typography Shared */
.section-title-vibrant {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--text-dark);
  position: relative;
}

.text-center {
  text-align: center;
}

.action-trigger-btn {
  display: inline-block;
  background: var(--vibrant-accent);
  color: var(--bg-pure);
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.action-trigger-btn:hover {
  background: var(--vibrant-primary);
  box-shadow: 0 10px 20px rgba(90, 0, 255, 0.2);
}

/* Hero Split */
.growth-hero-split {
  display: flex;
  min-height: 85vh;
  align-items: center;
  background: linear-gradient(135deg, var(--bg-off) 0%, var(--bg-pure) 100%);
}

.hero-text-col {
  flex: 1;
  padding: 60px 8%;
}

.hero-visual-col {
  flex: 1;
  height: 85vh;
}

.hero-visual-col img {
  height: 100%;
  border-bottom-left-radius: 40px;
}

.hero-massive-headline {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(45deg, var(--vibrant-primary), var(--vibrant-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub-pitch {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 35px;
  max-width: 90%;
}

.micro-process-wrapper {
  background: var(--bg-pure);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  margin-bottom: 40px;
  display: inline-block;
  border-left: 4px solid var(--vibrant-cyan);
}

.process-label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 10px;
  font-weight: 700;
}

.step-micro-list {
  display: flex;
  gap: 20px;
  list-style: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.step-micro-list li {
  position: relative;
  padding-left: 15px;
}

.step-micro-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--vibrant-primary);
}

/* About Section */
.agency-roots-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 120px 8%;
  align-items: center;
}

.roots-visual-frame img {
  border-radius: 20px;
  box-shadow: -20px 20px 0px var(--vibrant-cyan);
}

.roots-narrative {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.inline-data-stat {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-off);
  padding: 25px;
  border-radius: 12px;
}

.stat-huge {
  font-size: 3rem;
  font-weight: 900;
  color: var(--vibrant-primary);
  line-height: 1;
}

.stat-context {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
  max-width: 200px;
}

/* Services Matrix */
.growth-solutions-matrix {
  background: var(--text-dark);
  color: var(--bg-pure);
  padding: 140px 5%;
}

.growth-solutions-matrix .section-title-vibrant {
  color: var(--bg-pure);
}

.solutions-header-span {
  max-width: 700px;
  margin: 0 auto 70px auto;
}

.solutions-intro-text {
  text-align: center;
  font-size: 1.15rem;
  color: #A0AABF;
}

.inline-text-link {
  color: var(--vibrant-cyan);
  text-decoration: underline;
}

.matrix-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.matrix-card-deep {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 40px 30px;
  border-radius: 16px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.matrix-card-deep:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-5px);
  border-color: var(--vibrant-cyan);
}

.card-title-neon {
  font-size: 1.5rem;
  color: var(--vibrant-cyan);
  margin-bottom: 20px;
}

.card-heavy-text {
  font-size: 1rem;
  color: #D1D5DB;
  line-height: 1.7;
}

.solutions-visual-span img {
  border-radius: 20px;
  max-height: 500px;
  opacity: 0.8;
}

/* Testimonials */
.client-success-stories {
  padding: 110px 8%;
  background: var(--bg-off);
}

.stories-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}

.story-capsule {
  background: var(--bg-pure);
  padding: 40px;
  border-radius: 16px;
  width: calc(33.333% - 27px);
  min-width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  position: relative;
}

.avatar-round {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid var(--vibrant-accent);
}

.story-quote {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.story-author {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-dark);
}

/* Advantage & FAQ */
.the-apex-advantage {
  padding: 130px 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.asymmetric-benefits-list {
  list-style: none;
  margin-top: 30px;
}

.asymmetric-benefits-list li {
  background: var(--bg-off);
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 4px solid var(--vibrant-primary);
  font-size: 1.05rem;
}

.advantage-faq-module {
  background: var(--bg-pure);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.faq-header-small {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--text-dark);
}

.faq-item-wrap {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-light);
}

.faq-toggle-action {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
}

.faq-toggle-action::after {
  content: '+';
  color: var(--vibrant-accent);
  font-size: 1.5rem;
}

.faq-hidden-content {
  display: none;
  padding: 0 0 20px 0;
  color: var(--text-muted);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Contact Module */
.reach-out-module {
  display: flex;
  flex-wrap: wrap;
}

.contact-visual-side {
  flex: 1;
  min-width: 400px;
}

.contact-visual-side img {
  height: 100%;
  min-height: 600px;
}

.contact-form-side {
  flex: 1;
  padding: 100px 8%;
  background: var(--bg-off);
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-sub-text {
  color: var(--text-muted);
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.secure-data-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.apex-text-input, .apex-text-area {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-pure);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.apex-text-input:focus, .apex-text-area:focus {
  outline: none;
  border-color: var(--vibrant-primary);
}

.full-width-btn {
  width: 100%;
  text-align: center;
}

.tiny-privacy-noise {
  font-size: 0.75rem;
  color: #A0AABF;
  text-align: center;
  margin-top: 10px;
  display: block;
}

/* Footer */
.apex-footer-base {
  background: var(--text-dark);
  color: #D1D5DB;
  padding: 80px 5% 30px 5%;
}

.footer-grid-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.footer-version {
  color: var(--bg-pure);
  margin-bottom: 15px;
}

.footer-tagline-text {
  color: #A0AABF;
  max-width: 300px;
}

.footer-heading-mini {
  color: var(--bg-pure);
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.footer-contact-col p, .footer-legal-col ul {
  margin-bottom: 10px;
  list-style: none;
}

.footer-link-txt {
  color: #D1D5DB;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link-txt:hover {
  color: var(--vibrant-cyan);
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 0.9rem;
  color: #A0AABF;
}

/* Responsive Leakage & Tweaks */
@media (max-width: 1024px) {
  .growth-hero-split, .agency-roots-block, .the-apex-advantage {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .hero-visual-col {
    height: 50vh;
  }
  .hero-massive-headline {
    font-size: 3rem;
  }
  .roots-visual-frame {
    order: 2;
  }
  .roots-content-frame {
    order: 1;
  }
}

@media (max-width: 768px) {
  .apex-navigation-ribbon {
    display: none;
  }
  .matrix-grid-layout {
    grid-template-columns: 1fr;
  }
  .story-capsule {
    width: 100%;
  }
  .footer-grid-layout {
    grid-template-columns: 1fr;
  }
  .contact-visual-side {
    display: none;
  }
}
