/**
 * GeoFlow brand overrides for Reference_Design (Fauna) Tailwind build.
 * Maps template teal/lime/orange to primary #009688.
 */

:root {
  --gf-brand: #009688;
  --gf-brand-dark: #004d45;
  --gf-brand-ink: #0d3d38;
  --gf-accent: #b2dfdb;
  --gf-accent-strong: #4db6ac;
  --gf-accent-violet: #7c3aed;
  --gf-accent-coral: #f97373;
  --gf-accent-amber: #fbbf24;
}

/* Soft accent mesh backgrounds (violet + coral) */
.gf-accent-mesh {
  background-image: radial-gradient(
      ellipse 70% 55% at 15% 25%,
      rgba(124, 58, 237, 0.12),
      transparent 55%
    ),
    radial-gradient(ellipse 55% 45% at 88% 72%, rgba(249, 115, 115, 0.1), transparent 50%),
    radial-gradient(ellipse 40% 35% at 50% 10%, rgba(251, 191, 36, 0.06), transparent 45%);
}

.gf-hero-mesh {
  background: radial-gradient(ellipse 80% 60% at 20% 30%, rgba(124, 58, 237, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(249, 115, 115, 0.12), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(0, 150, 136, 0.15), transparent 55%);
}

/* Hero accent blobs (teal / violet / coral) — works without rebuilding app Tailwind */
.gf-hero-accent-orbs {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gf-hero-accent-orbs .gf-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
}

.gf-hero-accent-orbs .gf-hero-orb--violet {
  right: -6rem;
  top: 22%;
  width: 18rem;
  height: 18rem;
  background: rgba(124, 58, 237, 0.28);
}

@media (min-width: 640px) {
  .gf-hero-accent-orbs .gf-hero-orb--violet {
    width: 24rem;
    height: 24rem;
  }
}

.gf-hero-accent-orbs .gf-hero-orb--teal {
  left: -4rem;
  bottom: 20%;
  width: 16rem;
  height: 16rem;
  background: rgba(45, 212, 191, 0.22);
}

@media (min-width: 640px) {
  .gf-hero-accent-orbs .gf-hero-orb--teal {
    width: 20rem;
    height: 20rem;
  }
}

.gf-hero-accent-orbs .gf-hero-orb--coral {
  left: 30%;
  top: 2.5rem;
  width: 14rem;
  height: 14rem;
  background: rgba(251, 146, 60, 0.2);
}

@media (min-width: 640px) {
  .gf-hero-accent-orbs .gf-hero-orb--coral {
    top: 4rem;
    width: 16rem;
    height: 16rem;
  }
}

/* Stats row — triad accent under numbers (no dependency on full Tailwind build) */
.gf-stat-card {
  border: 1px solid rgba(2, 44, 34, 0.06);
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.gf-stat-card--teal {
  border-bottom-color: #14b8a6;
  box-shadow: 0 12px 32px -8px rgba(20, 184, 166, 0.35);
}

.gf-stat-card--violet {
  border-bottom-color: #8b5cf6;
  box-shadow: 0 12px 32px -8px rgba(139, 92, 246, 0.3);
}

.gf-stat-card--coral {
  border-bottom-color: #fb923c;
  box-shadow: 0 12px 32px -8px rgba(251, 146, 60, 0.35);
}

.gf-stat-card--emerald {
  border-bottom-color: #10b981;
  box-shadow: 0 12px 32px -8px rgba(16, 185, 129, 0.3);
}

/* Trusted strip / eyebrow — brand triad dots */
.gf-brand-dot {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

.gf-brand-dot--teal {
  background: #14b8a6;
  box-shadow: 0 0 12px rgba(20, 184, 166, 0.7);
}

.gf-brand-dot--violet {
  background: #8b5cf6;
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.65);
}

.gf-brand-dot--coral {
  background: #fb923c;
  box-shadow: 0 0 12px rgba(251, 146, 60, 0.65);
}

/* Section 4 “Solutions” triad (larger, gradient fills) */
.gf-sec4-brand-pill {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.gf-sec4-brand-pill--teal {
  background: linear-gradient(135deg, #14b8a6, #34d399);
}

.gf-sec4-brand-pill--violet {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.gf-sec4-brand-pill--coral {
  background: linear-gradient(135deg, #fb923c, #fcd34d);
}

/* FAQ cards — left accent (triad) */
.gf-faq-accent-teal {
  border-left-color: #14b8a6;
}

.gf-faq-accent-violet {
  border-left-color: #8b5cf6;
}

.gf-faq-accent-coral {
  border-left-color: #fb923c;
}

/* Mid-page headline ribbons + gallery frames */
.gf-landing-ribbon {
  height: 0.25rem;
  width: 2.5rem;
  border-radius: 9999px;
}

.gf-landing-ribbon--teal {
  background: linear-gradient(90deg, #14b8a6, #34d399);
}

.gf-landing-ribbon--violet {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.gf-landing-ribbon--coral {
  background: linear-gradient(90deg, #fb923c, #fcd34d);
}

.gf-gallery-frame {
  flex-shrink: 0;
  border-radius: 0.75rem;
  padding: 2px;
}

.gf-gallery-frame--teal {
  background: linear-gradient(to bottom right, rgba(45, 212, 191, 0.85), rgba(16, 185, 129, 0.55));
  box-shadow: 0 10px 25px -5px rgba(15, 118, 110, 0.12);
}

.gf-gallery-frame--violet {
  background: linear-gradient(to bottom right, rgba(139, 92, 246, 0.85), rgba(124, 58, 237, 0.55));
  box-shadow: 0 10px 25px -5px rgba(76, 29, 149, 0.1);
}

.gf-gallery-frame--coral {
  background: linear-gradient(to bottom right, rgba(251, 146, 60, 0.85), rgba(251, 191, 36, 0.55));
  box-shadow: 0 10px 25px -5px rgba(154, 52, 18, 0.1);
}

.gf-gallery-frame img {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
}

.gf-still-questions-panel {
  border: 1px solid rgba(2, 44, 34, 0.08);
  border-radius: 1rem;
  background: linear-gradient(
    90deg,
    rgba(204, 251, 241, 0.55),
    rgba(237, 233, 254, 0.42),
    rgba(255, 247, 237, 0.55)
  );
}

.gf-testimonial-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem;
  color: #404948;
  background: #fff;
  border: 0;
  box-shadow: 0 0 0 1px rgba(2, 44, 34, 0.08);
  transition: color 0.2s ease, box-shadow 0.2s ease;
}

.gf-testimonial-nav-btn--prev:hover {
  color: #6d28d9;
  box-shadow: 0 0 20px -4px rgba(139, 92, 246, 0.35);
}

.gf-testimonial-nav-btn--next:hover {
  color: #c2410c;
  box-shadow: 0 0 20px -4px rgba(251, 146, 60, 0.35);
}

/* Glassmorphism buttons */
.gf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease,
    transform 0.15s ease;
}

.gf-btn-glass-outline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.gf-btn-glass-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--gf-brand-ink) !important;
}

.gf-btn-glass-pill-light {
  color: var(--gf-brand-ink) !important;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.gf-btn-glass-pill-light:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: var(--gf-accent-strong);
}

.gf-btn-glass-lime {
  color: var(--gf-brand-ink) !important;
  background: linear-gradient(
    135deg,
    rgba(178, 223, 219, 0.55),
    rgba(255, 255, 255, 0.2)
  );
  border-color: rgba(255, 255, 255, 0.55);
}
.gf-btn-glass-lime:hover {
  background: linear-gradient(135deg, rgba(178, 223, 219, 0.85), rgba(255, 255, 255, 0.45));
  box-shadow: 0 10px 36px rgba(0, 77, 69, 0.2);
}

.gf-btn-glass-teal {
  color: #fff !important;
  background: rgba(0, 77, 69, 0.35);
  border-color: rgba(0, 150, 136, 0.55);
}
.gf-btn-glass-teal:hover {
  background: rgba(0, 77, 69, 0.55);
  border-color: var(--gf-accent-strong);
}

.gf-btn-glass-on-light {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(0, 77, 69, 0.18);
  box-shadow: 0 6px 28px rgba(0, 77, 69, 0.08);
}
.gf-btn-glass-on-light:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--gf-brand);
}

.gf-btn-glass-outline-dark {
  color: var(--gf-brand-ink) !important;
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(0, 77, 69, 0.2);
}
.gf-btn-glass-outline-dark:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--gf-accent-strong);
}

.gf-btn-glass-dark {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.gf-btn-glass-dark:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
}

.gf-footer-card-accent {
  background: linear-gradient(135deg, var(--gf-brand-dark) 0%, #0a5c54 45%, #1e3a5f 100%);
  box-shadow: 0 12px 40px rgba(0, 77, 69, 0.35);
}

/* Tailwind semantic colors from reference → GeoFlow */
.bg-teal-900 {
  background-color: var(--gf-brand-dark) !important;
}
.text-teal-900 {
  color: var(--gf-brand-ink) !important;
}
.border-teal-900 {
  border-color: var(--gf-brand-ink) !important;
}
.hover\:text-teal-700:hover {
  color: var(--gf-brand) !important;
}
.hover\:text-teal-800:hover {
  color: var(--gf-brand-dark) !important;
}
.bg-lime-500 {
  background-color: var(--gf-accent) !important;
}
.border-lime-500 {
  border-color: var(--gf-accent-strong) !important;
}
.hover\:text-lime-500:hover {
  color: var(--gf-accent) !important;
}
.hover\:bg-lime-500:hover {
  background-color: var(--gf-accent) !important;
}
.hover\:border-lime-500:hover {
  border-color: var(--gf-accent-strong) !important;
}
.ring-lime-500,
.focus\:ring-lime-500:focus {
  --tw-ring-color: var(--gf-accent-strong) !important;
}
.bg-orange-50 {
  background-color: #e0f2f1 !important;
}

/* SVG fills used in template */
path[fill="#022C22"],
circle[fill="#022C22"],
rect[fill="#022C22"] {
  fill: var(--gf-brand-ink) !important;
}
rect[fill="#BEF264"] {
  fill: var(--gf-accent) !important;
}

/* Promo strip text contrast on light accent bg */
.bg-lime-500.text-center a {
  color: var(--gf-brand-ink);
  text-decoration: underline;
}

/* Smooth anchor scroll */
html {
  scroll-behavior: smooth;
}

/* Bootstrap modals — align primary with brand */
.btn-primary {
  background-color: var(--gf-brand) !important;
  border-color: var(--gf-brand) !important;
}
.btn-primary:hover {
  background-color: var(--gf-brand-dark) !important;
  border-color: var(--gf-brand-dark) !important;
}

.text-teal-700 {
  color: #0f766e !important;
}
.hover\:text-teal-700:hover {
  color: var(--gf-brand) !important;
}

/* Fauna-style pricing comparison table */
.gf-pricing-compare-wrap {
  border-radius: 1.5rem;
  border: 1px solid rgba(13, 61, 56, 0.12);
  box-shadow: 0 20px 50px rgba(0, 77, 69, 0.12);
}

.gf-pricing-compare {
  border-collapse: separate;
  border-spacing: 0;
}

.gf-pricing-compare thead th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(13, 61, 56, 0.1);
}

.gf-pc-feature-head {
  background: #fff;
  min-width: 200px;
}

.gf-pc-corner-tl {
  border-top-left-radius: 1.35rem;
}

.gf-pc-corner-tr {
  border-top-right-radius: 1.35rem;
}

/* Compare columns: brand teal · violet · coral */
.gf-pc-col-teal {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.22) 0%, rgba(61, 225, 192, 0.12) 55%, #f0fdfa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.gf-pc-col-violet {
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.18) 0%,
    rgba(167, 139, 250, 0.1) 50%,
    #f5f3ff 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.gf-pc-col-coral {
  background: linear-gradient(
    180deg,
    rgba(249, 115, 115, 0.2) 0%,
    rgba(252, 165, 165, 0.12) 50%,
    #fff1f2 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.gf-pc-col-teal .gf-pc-plan-title {
  color: #042f2e;
}

.gf-pc-col-teal .gf-pc-plan-interval {
  color: rgba(4, 47, 46, 0.72);
}

.gf-pc-col-violet .gf-pc-plan-title {
  color: #4c1d95;
}

.gf-pc-col-violet .gf-pc-plan-interval {
  color: rgba(76, 29, 149, 0.72);
}

.gf-pc-col-coral .gf-pc-plan-title {
  color: #9f1239;
}

.gf-pc-col-coral .gf-pc-plan-interval {
  color: rgba(159, 18, 57, 0.72);
}

.gf-pricing-compare tbody tr:nth-child(even) td {
  background: rgba(0, 150, 136, 0.04);
}

.gf-pricing-compare tbody tr:nth-child(even) td.gf-pc-lead {
  background: rgba(255, 255, 255, 0.92);
}

.gf-pc-lead {
  background: #fff;
  font-weight: 600;
  color: var(--gf-brand-ink);
  text-align: left;
}

.gf-pc-cell {
  text-align: center;
  padding: 1rem 0.75rem;
}

.gf-pc-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: var(--gf-brand-dark);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.gf-pricing-compare tbody tr td.gf-pc-cell:nth-child(2) .gf-pc-check {
  background: linear-gradient(135deg, #0d9488, #0f766e);
}

.gf-pricing-compare tbody tr td.gf-pc-cell:nth-child(3) .gf-pc-check {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
}

.gf-pricing-compare tbody tr td.gf-pc-cell:nth-child(4) .gf-pc-check {
  background: linear-gradient(135deg, #f97373, #e11d48);
}

.gf-pc-no {
  display: inline-block;
  color: #cbd5e1;
  font-weight: 600;
  font-size: 1.125rem;
}

/* Public pricing cards — teal / violet / coral */
.gf-pricing-card-inner--teal {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.2) 0%, rgba(240, 253, 250, 0.95) 100%);
}

.gf-pricing-card-inner--violet {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.14) 0%, rgba(245, 243, 255, 0.98) 100%);
}

.gf-pricing-card-inner--coral {
  background: linear-gradient(180deg, rgba(249, 115, 115, 0.16) 0%, rgba(255, 241, 242, 0.98) 100%);
}

.gf-pricing-card-top-accent--teal {
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}

.gf-pricing-card-top-accent--violet {
  background: linear-gradient(90deg, #6d28d9, #7c3aed);
}

.gf-pricing-card-top-accent--coral {
  background: linear-gradient(90deg, #f87171, #e11d48);
}

.gf-pricing-popular-banner {
background: linear-gradient(90deg, #f87171, #e11d48);
}

/* Trusted clients — infinite horizontal marquee (duplicate logo set in HTML) */
.gf-clients-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.gf-clients-track {
  display: flex;
  width: max-content;
  animation: gf-clients-marquee 45s linear infinite;
}

/* .gf-clients-track:hover {
  animation-play-state: paused;
} */

.gf-clients-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.25rem;
}

.gf-clients-item img {
  height: 1.75rem;
  width: auto;
  max-width: 6.5rem;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

@media (min-width: 640px) {
  .gf-clients-item img {
    height: 2rem;
    max-width: 7.5rem;
  }
}

.gf-clients-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@keyframes gf-clients-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-clients-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1.25rem;
  }

  /* One set of logos only (HTML duplicates the row for seamless marquee) */
  .gf-clients-track .gf-clients-item:nth-child(n + 9) {
    display: none;
  }

  .gf-clients-item {
    padding: 0 1.25rem;
  }

  .gf-clients-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* Section 6 — feature tabs (dark band, elevated panel, pill tabs) */
.gf-sec6-section {
  background: linear-gradient(168deg, #2da58c 0%, #3DE1C0 42%, #2da58c 100%);
  color: #ecfdf5;
}

.gf-sec6-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
}

.gf-sec6-glow {
  background: radial-gradient(ellipse closest-side, rgba(61, 225, 192, 0.35), transparent 70%);
}

.gf-sec6-panel {
  /* background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%); */
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 28px 80px -20px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 150, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.gf-sec6-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--gf-accent-strong), #34d399);
  box-shadow: 0 0 14px rgba(52, 211, 153, 0.65);
}

.gf-sec6-tab-rail {
  scrollbar-width: thin;
}

.gf-sec6-tab {
  border: 1px solid transparent;
  cursor: pointer;
}

.gf-sec6-tab-idle {
  color: #475569;
  background: rgba(241, 245, 249, 0.85);
  border-color: rgba(15, 118, 110, 0.08);
}

.gf-sec6-tab-idle:hover {
  color: #0f766e;
  background: rgba(240, 253, 250, 0.95);
  border-color: rgba(13, 148, 136, 0.2);
}

.gf-sec6-tab-active {
  color: #0f766e;
  background: linear-gradient(145deg, #0d9488 0%, #0f766e 55%, #115e59 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px -8px rgba(13, 148, 136, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.gf-sec6-media {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.65), rgba(124, 58, 237, 0.35), rgba(251, 191, 36, 0.25));
}

.gf-sec6-highlight {
  background: linear-gradient(90deg, rgba(240, 253, 250, 0.9), rgba(255, 255, 255, 0.65));
  border: 1px solid rgba(13, 148, 136, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.gf-sec6-highlight-mark {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

.gf-sec6-highlight-mark[data-gf-sec6-hi='0'] {
  background: linear-gradient(135deg, #0d9488, #2dd4bf);
  box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.25);
}

.gf-sec6-highlight-mark[data-gf-sec6-hi='1'] {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.2);
}

.gf-sec6-highlight-mark[data-gf-sec6-hi='2'] {
  background: linear-gradient(135deg, #ea580c, #fbbf24);
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .gf-sec6-cta {
    transition: none;
  }
}

/* Landing narrative: problem → solution (before Solutions / Section 4) */
.gf-landing-problem-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: linear-gradient(168deg, #f8fafc 0%, #fef2f2 38%, #f5f3ff 100%);
}

@media (min-width: 1024px) {
  .gf-landing-problem-section {
    padding: 6rem 0;
  }
}

.gf-landing-problem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background: radial-gradient(ellipse 55% 45% at 12% 25%, rgba(249, 115, 115, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 88% 75%, rgba(124, 58, 237, 0.08), transparent 50%);
}

.gf-problem-bullet {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding: 1rem 1.125rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(2, 44, 34, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.gf-problem-bullet__mark {
  flex-shrink: 0;
  width: 0.375rem;
  margin-top: 0.35rem;
  align-self: stretch;
  min-height: 2.75rem;
  border-radius: 9999px;
}

.gf-problem-bullet[data-gf-problem-i='0'] .gf-problem-bullet__mark {
  background: linear-gradient(180deg, #2DA58C, #217a68);
  box-shadow: 0 0 0 2px rgba(41, 197, 132, 0.2);
}

.gf-problem-bullet[data-gf-problem-i='1'] .gf-problem-bullet__mark {
  background: linear-gradient(180deg, #3DE1C0, #2ea78e);
  box-shadow: 0 0 0 2px rgba(58, 169, 128, 0.2);
}

.gf-problem-bullet[data-gf-problem-i='2'] .gf-problem-bullet__mark {
    background: linear-gradient(180deg, #2DA58C, #217a68);
    box-shadow: 0 0 0 2px rgba(41, 197, 132, 0.2);
}

.gf-problem-bullet[data-gf-problem-i='3'] .gf-problem-bullet__mark {
    background: linear-gradient(180deg, #3DE1C0, #2ea78e);
        box-shadow: 0 0 0 2px rgba(58, 169, 128, 0.2);
}

.gf-problem-deco {
  border-radius: 1.5rem;
  min-height: 17.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(2, 44, 34, 0.12);
  border: 1px solid rgba(2, 44, 34, 0.08);
}

.gf-problem-deco-bars {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
}

.gf-problem-deco-bar {
  height: 0.65rem;
  border-radius: 9999px;
  max-width: 20rem;
}

.gf-problem-deco-bar--a {
  width: 85%;
  background: rgba(2, 44, 34, 0.1);
}

.gf-problem-deco-bar--b {
  width: 55%;
  background: rgba(124, 58, 237, 0.18);
}

.gf-problem-deco-bar--c {
  width: 100%;
  background: rgba(251, 146, 60, 0.22);
}

.gf-problem-deco-bar--d {
  width: 66%;
  margin-top: 0.5rem;
  background: rgba(2, 44, 34, 0.07);
}

.gf-landing-solution-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 45%, #ecfdf5 100%);
}

@media (min-width: 1024px) {
  .gf-landing-solution-section {
    padding: 5.5rem 0;
  }
}

.gf-landing-solution-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 150, 136, 0.2) 20%,
    rgba(0, 150, 136, 0.2) 80%,
    transparent
  );
  pointer-events: none;
}

.gf-solution-feature-card {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding: 1.125rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(13, 148, 136, 0.12);
  box-shadow: 0 12px 40px -16px rgba(4, 47, 42, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gf-solution-feature-card:hover {
  border-color: rgba(13, 148, 136, 0.22);
  box-shadow: 0 16px 48px -14px rgba(13, 148, 136, 0.18);
}

.gf-solution-feature-card__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.gf-solution-feature-card[data-gf-sol-i='0'] .gf-solution-feature-card__icon {
  background: linear-gradient(145deg, #0d9488, #14b8a6);
}

.gf-solution-feature-card[data-gf-sol-i='1'] .gf-solution-feature-card__icon {
  background: linear-gradient(145deg, #7c3aed, #a78bfa);
}

.gf-solution-feature-card[data-gf-sol-i='2'] .gf-solution-feature-card__icon {
  background: linear-gradient(145deg, #0d9488, #2dd4bf);
}

.gf-solution-feature-card[data-gf-sol-i='3'] .gf-solution-feature-card__icon {
  background: linear-gradient(145deg, #ea580c, #fbbf24);
}

/* Section 4 CMS image: same footprint as reference 48×48 white rounded tile */
.gf-sec4-icon-shell {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(13, 61, 56, 0.08);
}

/* About page hero (light split layout) */
.gf-about-hero-blob {
  background: radial-gradient(ellipse 70% 60% at 70% 40%, rgba(45, 212, 191, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 45% at 20% 80%, rgba(124, 58, 237, 0.12), transparent 50%);
}

/* Vivid CTA on light about hero (avoids washed template lime) */
.gf-about-cta {
  background: linear-gradient(135deg, #2dd4bf, #14b8a6) !important;
  color: #042f2e !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(20, 184, 166, 0.4);
}
.gf-about-cta:hover {
  filter: brightness(1.05);
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.5);
}

/* About: management team portraits + slide-in profile modals */
.gf-team-portrait-btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.gf-team-tap-badge {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 16px rgba(13, 61, 56, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  border: 1px solid rgba(45, 212, 191, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  pointer-events: none;
}

@media (min-width: 640px) {
  .gf-team-tap-badge {
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .gf-team-tap-badge svg {
    width: 1.35rem;
    height: 1.35rem;
  }
}

.gf-team-portrait-btn:hover .gf-team-tap-badge,
.gf-team-portrait-btn:focus-visible .gf-team-tap-badge {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(13, 61, 56, 0.28);
  background: #fff;
}

.gf-team-modal-slide.fade .modal-dialog.gf-team-modal-dialog {
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(100%);
  margin: 0;
  max-width: 100%;
}

.gf-team-modal-slide.fade.show .modal-dialog.gf-team-modal-dialog {
  transform: translateY(0);
}

.gf-team-modal-slide .gf-team-modal-content {
  border-radius: 1.25rem 1.25rem 0 0;
  min-height: 85vh;
}

@media (min-width: 576px) {
  .gf-team-modal-slide.fade .modal-dialog.gf-team-modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    max-height: none;
    width: min(28rem, 100vw);
    max-width: min(28rem, 100vw) !important;
    margin: 0;
    transform: translateX(100%);
    display: flex;
    align-items: stretch;
  }

  .gf-team-modal-slide.fade.show .modal-dialog.gf-team-modal-dialog {
    transform: translateX(0);
  }

  .gf-team-modal-slide .gf-team-modal-content {
    border-radius: 1.25rem 0 0 1.25rem;
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .gf-team-modal-slide.fade .modal-dialog.gf-team-modal-dialog {
    width: min(32rem, 100vw);
    max-width: min(32rem, 100vw) !important;
  }
}

/* Request demo: prominent success feedback */
.gf-demo-success-banner {
  animation: gf-demo-success-in 0.45s ease-out both;
}

@keyframes gf-demo-success-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-demo-success-banner {
    animation: none;
  }
}

/* About page: dark hero stack (#2da58c accent on deep teal) */
.gf-about-hero-dark {
  background: linear-gradient(168deg, #042f2e 0%, #063934 38%, #052e2c 72%, #041f1e 100%);
  color: #fff;
}

.gf-about-hero-dark__glow {
  background: radial-gradient(ellipse 90% 70% at 78% 12%, rgba(45, 165, 140, 0.32), transparent 55%),
    radial-gradient(ellipse 55% 45% at 12% 88%, rgba(45, 165, 140, 0.14), transparent 50%);
}

.gf-about-globe-svg {
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.35));
}

.gf-about-nigeria-pulse {
  animation: gf-about-nigeria-pulse 2.6s ease-in-out infinite;
}

@keyframes gf-about-nigeria-pulse {
  0%,
  100% {
    opacity: 0.78;
    filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.45));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.95)) drop-shadow(0 0 34px rgba(249, 115, 115, 0.4));
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-about-nigeria-pulse {
    animation: none;
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.5));
  }
}

/* Public blog: WYSIWYG body (CKEditor) — explicit hierarchy (prose plugin not bundled on Fauna CSS) */
.gf-blog-body {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgb(31 41 55);
}

.gf-blog-body > *:first-child {
  margin-top: 0;
}

.gf-blog-body h1,
.gf-blog-body h2,
.gf-blog-body h3,
.gf-blog-body h4,
.gf-blog-body h5,
.gf-blog-body h6 {
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgb(19 78 74);
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.gf-blog-body h1:first-child,
.gf-blog-body h2:first-child,
.gf-blog-body h3:first-child {
  margin-top: 0;
}

.gf-blog-body h1 {
  font-size: 2.25rem;
}

.gf-blog-body h2 {
  font-size: 1.875rem;
}

.gf-blog-body h3 {
  font-size: 1.5rem;
}

.gf-blog-body h4 {
  font-size: 1.25rem;
}

.gf-blog-body h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

.gf-blog-body h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(15 118 110);
}

.gf-blog-body p {
  margin: 0 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

.gf-blog-body p:last-child {
  margin-bottom: 0;
}

.gf-blog-body a {
  color: #2da58c;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.gf-blog-body a:hover {
  color: rgb(15 118 110);
}

.gf-blog-body ul,
.gf-blog-body ol {
  margin: 0 0 1.125rem;
  padding-left: 1.5rem;
}

.gf-blog-body ul {
  list-style-type: disc;
}

.gf-blog-body ol {
  list-style-type: decimal;
}

.gf-blog-body li {
  margin: 0.35rem 0;
  font-size: 1.125rem;
  line-height: 1.7;
}

.gf-blog-body li > ul,
.gf-blog-body li > ol {
  margin-bottom: 0.25rem;
}

.gf-blog-body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #3de1c0;
  background: rgb(240 253 250 / 0.6);
  border-radius: 0 0.75rem 0.75rem 0;
  font-style: italic;
  color: rgb(51 65 85);
}

.gf-blog-body blockquote p {
  margin-bottom: 0.5rem;
}

.gf-blog-body hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgb(226 232 240);
}

.gf-blog-body strong,
.gf-blog-body b {
  font-weight: 700;
  color: rgb(15 23 42);
}

.gf-blog-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

/* CKEditor 5 image / media widgets */
.gf-blog-body figure {
  margin: 1.5rem 0;
}

.gf-blog-body figure.image,
.gf-blog-body figure.media {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gf-blog-body figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.875rem;
  color: rgb(100 116 139);
  margin-top: 0.5rem;
  text-align: center;
}

.gf-blog-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin: 1.25rem 0;
}

.gf-blog-body th,
.gf-blog-body td {
  border: 1px solid rgb(226 232 240);
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.gf-blog-body th {
  background: rgb(241 245 249);
  font-weight: 600;
  color: rgb(15 118 110);
}

.gf-blog-body pre,
.gf-blog-body code {
  font-size: 0.9em;
}

.gf-blog-body pre {
  overflow-x: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgb(241 245 249);
  border: 1px solid rgb(226 232 240);
}
