/**
 * 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;
}
/* Purged from the reference bundle but used across the public pages */
.text-teal-950 {
  color: #042f2a !important;
}
.text-slate-500 {
  color: #64748b !important;
}
.hover\:text-teal-600:hover {
  color: #0d9488 !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: 4.5rem;
  width: auto;
  max-width: 10rem;
  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: 5rem;
    max-width: 11rem;
  }
}

.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: #fff;
  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;
}

/*
 * The legacy Fauna utility bundle does not contain the responsive display
 * variants used by the current public navigation. Keep these scoped to the
 * navbar so its desktop links/actions appear without changing other sections.
 */
@media (min-width: 1024px) {
  .gf-public-nav .lg\:flex {
    display: flex;
  }

  .gf-public-nav .lg\:block {
    display: block;
  }

  .gf-public-nav .lg\:inline-flex {
    display: inline-flex;
  }

  .gf-public-nav .lg\:hidden {
    display: none;
  }

  /* Give the landing headline room on laptop and desktop displays. */
  .gf-landing-hero-copy {
    max-width: 50rem;
  }

  .gf-landing-hero-copy > p {
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Hero product walkthrough video (PaidHR / SeamlessHR-style placement) */
.gf-hero-video {
  position: relative;
  width: 100%;
  max-width: 42rem; /* stay close to copy on small screens */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .gf-hero-video {
    max-width: 56rem;
  }
}

@media (min-width: 1024px) {
  .gf-hero-video {
    /* Wider than hero copy (~50rem) so the video dominates on large screens */
    max-width: min(72rem, 100%);
  }
}

@media (min-width: 1280px) {
  .gf-hero-video {
    max-width: min(80rem, 100%);
  }
}

@media (min-width: 1536px) {
  .gf-hero-video {
    max-width: min(90rem, 100%);
  }
}

.gf-hero-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 80px -24px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(61, 225, 192, 0.12);
  aspect-ratio: 16 / 9;
}

@media (min-width: 640px) {
  .gf-hero-video__frame {
    border-radius: 1.25rem;
  }
}

.gf-hero-video__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #041f1c;
  vertical-align: middle;
}

.gf-hero-video__embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: unset;
  object-fit: unset;
}

/* ?? Public site nav + rich mega menus ?? */
.gf-public-header {
  position: relative;
  z-index: 80;
}

.gf-public-nav {
  position: relative;
  z-index: 60;
  overflow-x: clip;
}

.gf-nav-desktop__item {
  margin-right: 1.15rem;
}

.gf-nav-desktop__item:last-child {
  margin-right: 0;
}

.gf-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  font-size: 0.9375rem;
}

.gf-nav-dropdown {
  position: relative;
}

.gf-nav-dropdown__trigger {
  cursor: pointer;
}

.gf-nav-dropdown__chevron {
  opacity: 0.75;
  transition: transform 0.15s ease;
}

.gf-nav-dropdown__trigger[aria-expanded="true"] .gf-nav-dropdown__chevron {
  transform: rotate(180deg);
}

.gf-nav-bar {
  position: static;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Dark header logo: Tailwind brightness-0/invert are missing from the Fauna build */
.gf-nav-brand__logo {
  filter: brightness(0) invert(1);
}

/* Mobile: logo + hamburger only. Desktop: Login + Request a Demo. */
.gf-nav-actions__desktop {
  display: none;
}

.gf-nav-actions__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.gf-nav-actions__menu-btn:hover {
  color: #a3e635;
}

@media (min-width: 1024px) {
  .gf-nav-actions__desktop {
    display: inline-flex;
  }

  .gf-nav-actions__menu-btn {
    display: none;
  }
}

.gf-mega {
  position: absolute;
  top: calc(100% - 0.35rem);
  z-index: 70;
  padding-top: 0.85rem;
  box-sizing: border-box;
}

.gf-mega--product {
  left: clamp(2rem, 11vw, 12rem);
  right: 1rem;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.gf-mega--links {
  left: 0;
  right: 0;
  width: min(38rem, calc(100% - 2rem));
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.gf-mega__shell {
  overflow: hidden;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 118, 110, 0.14);
  box-shadow:
    0 28px 70px -28px rgba(6, 57, 52, 0.45),
    0 0 0 1px rgba(15, 23, 42, 0.03);
}

.gf-mega__split {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.75fr);
  min-height: 22rem;
}

.gf-mega__rail {
  padding: 1.35rem 1.5rem 1.25rem;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(45, 165, 140, 0.1), transparent 55%),
    #fff;
  border-right: 1px solid rgba(15, 118, 110, 0.1);
}

.gf-mega__eyebrow {
  margin: 0 0 1rem 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f766e;
}

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

.gf-mega__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.05rem 1.1rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.gf-mega__feature:hover,
.gf-mega__feature.is-active {
  background: #f0fdfa;
  border-color: rgba(45, 165, 140, 0.32);
  box-shadow: 0 14px 28px -20px rgba(15, 118, 110, 0.55);
}

.gf-mega__feature-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.gf-mega__feature-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.35;
}

.gf-mega__feature-blurb {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #64748b;
}

.gf-mega__stage {
  position: relative;
  min-height: 22rem;
  background: linear-gradient(160deg, #0b3d38 0%, #115e59 55%, #0f766e 100%);
}

.gf-mega__feature .gf-mega__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-top: 0.05rem;
}

.gf-mega__preview {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
}

.gf-mega__preview-media {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.gf-mega__preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  opacity: 0.94;
}

.gf-mega__preview-caption {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, rgba(6, 40, 36, 0.15), rgba(6, 40, 36, 0.92));
  color: #fff;
}

.gf-mega__preview-caption strong {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.gf-mega__preview-caption > span:not(.gf-mega__preview-cta) {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.gf-mega__preview-cta {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #99f6e4;
  text-decoration: none;
  width: fit-content;
}

.gf-mega__preview-cta:hover {
  color: #ccfbf1;
}

.gf-mega__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 auto;
  border-radius: 0.65rem;
  color: #0f766e;
  background: linear-gradient(145deg, rgba(45, 165, 140, 0.16), rgba(15, 118, 110, 0.08));
  border: 1px solid rgba(45, 165, 140, 0.22);
}

.gf-mega__feature.is-active .gf-mega__icon,
.gf-mega__feature:hover .gf-mega__icon {
  background: linear-gradient(145deg, rgba(45, 165, 140, 0.28), rgba(15, 118, 110, 0.14));
  border-color: rgba(45, 165, 140, 0.4);
}

.gf-mega__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.gf-mega__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(15, 118, 110, 0.12);
  background: #fff;
}

.gf-mega__footer-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.gf-mega__footer-copy strong {
  font-size: 0.84rem;
  color: #134e4a;
}

.gf-mega__footer-copy span {
  font-size: 0.75rem;
  color: #64748b;
}

.gf-mega__footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.gf-mega__footer-actions a {
  font-size: 0.8rem;
  font-weight: 650;
  color: #0f766e;
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
}

.gf-mega__footer-actions a:hover {
  background: #f0fdfa;
}

.gf-mega__footer-primary {
  background: #2da58c !important;
  color: #fff !important;
}

.gf-mega__footer-primary:hover {
  background: #238a75 !important;
}

/* Resources / Company menus: icon-led link list, no imagery */
.gf-mega__links {
  padding: 1.15rem 1.15rem 1.25rem;
}

.gf-mega__link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.5rem;
}

.gf-mega__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.85rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: background 0.16s ease, border-color 0.16s ease;
}

.gf-mega__link:hover,
.gf-mega__link.is-active {
  background: #f0fdfa;
  border-color: rgba(45, 165, 140, 0.28);
  text-decoration: none;
}

.gf-mega__link .gf-mega__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
}

.gf-mega__link:hover .gf-mega__icon,
.gf-mega__link.is-active .gf-mega__icon {
  background: linear-gradient(145deg, rgba(45, 165, 140, 0.28), rgba(15, 118, 110, 0.14));
  border-color: rgba(45, 165, 140, 0.4);
}

.gf-mega__link-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.gf-mega__link-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  color: #134e4a;
}

.gf-mega__link-blurb {
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}

.gf-mega__link-arrow {
  flex: 0 0 auto;
  color: #0d9488;
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.gf-mega__link:hover .gf-mega__link-arrow,
.gf-mega__link.is-active .gf-mega__link-arrow {
  opacity: 1;
  transform: translateX(0);
}

.gf-nav-mobile__rich-link {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.55rem;
  border-radius: 0.75rem;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.gf-nav-mobile__rich-link .gf-mega__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.6rem;
}

.gf-nav-mobile__rich-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #134e4a;
}

.gf-nav-mobile__rich-blurb {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.74rem;
  line-height: 1.4;
  color: #64748b;
}

.gf-nav-mobile__chevron {
  transition: transform 0.15s ease;
}

.gf-nav-mobile__chevron.is-open {
  transform: rotate(180deg);
}

@media (max-width: 1199.98px) and (min-width: 1024px) {
  .gf-nav-desktop__item {
    margin-right: 0.75rem;
  }

  .gf-nav-link {
    font-size: 0.875rem;
  }

  .gf-mega--product {
    left: clamp(1.25rem, 8vw, 8rem);
    right: 0.75rem;
  }

  .gf-mega--links {
    width: min(35rem, calc(100% - 1.5rem));
  }

  .gf-mega__split {
    grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.7fr);
  }

  .gf-mega__features {
    gap: 0.85rem 1rem;
  }

  .gf-mega__feature {
    padding: 0.9rem 0.95rem;
  }
}

@media (max-width: 1023.98px) {
  .gf-mega {
    display: none !important;
  }
}

.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);
}

/* Challenge section stacked-card diagram (own CSS so Fauna .hidden cannot kill it) */
.gf-problem-diagram {
  display: flex;
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  .gf-problem-diagram {
    margin-top: 0;
  }
}

.gf-problem-diagram__stage {
  min-height: 22rem;
  height: 22rem;
}

@media (min-width: 640px) {
  .gf-problem-diagram__stage {
    min-height: 24rem;
    height: 24rem;
  }
}

.gf-problem-diagram__glow {
  position: absolute;
  inset: 10% 5%;
  border-radius: 2rem;
  background: radial-gradient(ellipse at 30% 20%, rgba(248, 113, 113, 0.28), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(124, 58, 237, 0.16), transparent 50%);
  filter: blur(28px);
  pointer-events: none;
}

.gf-problem-diagram__card {
  position: absolute;
  width: min(16rem, 78%);
  background: #fff;
  border-radius: 0.9rem;
  padding: 1rem;
  box-shadow: 0 18px 40px -16px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.gf-problem-diagram__card--sheet {
  top: 0.5rem;
  left: 0;
  transform: rotate(-6deg);
  z-index: 1;
}

.gf-problem-diagram__card--email {
  top: 4.5rem;
  right: 0;
  left: auto;
  transform: rotate(6deg);
  z-index: 2;
}

.gf-problem-diagram__card--paper {
  bottom: 2.25rem;
  left: 1.75rem;
  transform: rotate(2deg);
  z-index: 3;
}

.gf-problem-diagram__rows {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.65rem 0.55rem;
  border-radius: 0.5rem;
  background: #f1f5f9;
  min-height: 5rem;
}

.gf-problem-diagram__rows span {
  display: block;
  height: 0.45rem;
  border-radius: 9999px;
  background: #cbd5e1;
}

.gf-problem-diagram__rows span:nth-child(1) {
  width: 92%;
}

.gf-problem-diagram__rows span:nth-child(2) {
  width: 68%;
}

.gf-problem-diagram__rows span:nth-child(3) {
  width: 80%;
}

.gf-problem-diagram__badge {
  position: absolute;
  right: 0.25rem;
  bottom: 0.15rem;
  z-index: 4;
  background: #ef4444;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  box-shadow: 0 10px 24px -8px rgba(185, 28, 28, 0.55);
}

.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%);
}

/* Hero split — Tailwind build lacks lg:flex-row / lg:justify-start */
.gf-about-hero-dark__split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}

.gf-about-hero-dark__copy {
  position: relative;
  width: 100%;
  text-align: center;
}

.gf-about-hero-dark__copy-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0.2;
  filter: brightness(0) invert(1);
  pointer-events: none;
  user-select: none;
}

.gf-about-hero-dark__copy .gf-about-hero-dark__lede {
  margin-left: auto;
  margin-right: auto;
}

.gf-about-hero-dark__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.gf-about-hero-dark__media {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gf-about-hero-dark__media-frame {
  position: relative;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.gf-about-hero-dark__media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gf-about-hero-dark__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.gf-about-hero-dark__stats-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gf-about-hero-dark__stats-label {
  text-align: center;
}

.gf-about-hero-dark__title {
  font-size: 2.25rem;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.gf-about-hero-dark__stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  text-align: center;
}

.gf-about-hero-dark__stat {
  padding: 0;
  border: 0;
}

.gf-about-hero-dark__stat-num {
  display: block;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-size: 2.25rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #2da58c;
}

.gf-about-hero-dark__stat-label {
  display: block;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 640px) {
  .gf-about-hero-dark__title {
    font-size: 3rem;
  }

  .gf-about-hero-dark__stat-num {
    font-size: 3rem;
  }

  .gf-about-hero-dark__stat-label {
    font-size: 1.125rem;
  }

  .gf-about-hero-dark__stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .gf-about-hero-dark__stat + .gf-about-hero-dark__stat {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 2rem;
  }
}

@media (max-width: 639px) {
  .gf-about-hero-dark__stat + .gf-about-hero-dark__stat {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .gf-about-hero-dark__title {
    font-size: 3.75rem;
  }

  .gf-about-hero-dark__stat-num {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .gf-about-hero-dark__stat-num {
    font-size: 3.75rem;
  }
}

@media (min-width: 1216px) {
  .gf-about-hero-dark__title {
    font-size: 4.5rem;
  }

  .gf-about-hero-dark__stat-num {
    font-size: 3.75rem;
  }

  .gf-about-hero-dark__media {
    padding-right: 2.5rem;
  }
}

@media (min-width: 640px) {
  .gf-about-hero-dark__actions {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .gf-about-hero-dark__split {
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
  }

  .gf-about-hero-dark__copy {
    width: 50%;
    flex: 0 0 50%;
    text-align: left;
  }

  .gf-about-hero-dark__copy .gf-about-hero-dark__lede {
    margin-left: 0;
    margin-right: 0;
  }

  .gf-about-hero-dark__actions {
    justify-content: flex-start;
  }

  .gf-about-hero-dark__media {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1.75rem;
  }

  .gf-about-hero-dark__media-frame {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gf-about-hero-dark__row {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .gf-about-hero-dark__row-col {
    width: 50%;
    flex: 0 0 50%;
  }

  .gf-about-hero-dark__stats-label,
  .gf-about-hero-dark__stats-grid {
    text-align: left;
  }
}

.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);
}

/* ?? NDPR compliance badge (brand seal; not an official NDPC logo) ?? */
.gf-ndpr-badge {
  color: #0f766e;
  max-width: 100%;
}

.gf-ndpr-badge__seal {
  display: inline-flex;
  flex: 0 0 auto;
  color: #2da58c;
}

.gf-ndpr-badge--sm .gf-ndpr-badge__seal {
  width: 1.75rem;
  height: 1.75rem;
}

.gf-ndpr-badge--md .gf-ndpr-badge__seal {
  width: 2.5rem;
  height: 2.5rem;
}

.gf-ndpr-badge__seal svg {
  width: 100%;
  height: 100%;
  display: block;
}

.gf-ndpr-badge__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.gf-ndpr-badge__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #115e59;
}

.gf-ndpr-badge--md .gf-ndpr-badge__label {
  font-size: 0.8rem;
}

.gf-ndpr-badge__sub {
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 500;
}

.gf-ndpr-badge:hover .gf-ndpr-badge__label {
  color: #0f766e;
}

.gf-site-footer .gf-ndpr-badge {
  color: #99f6e4;
}

.gf-site-footer .gf-ndpr-badge__seal {
  color: #5eead4;
}

.gf-site-footer .gf-ndpr-badge__label {
  color: #ecfdf5;
}

.gf-site-footer .gf-ndpr-badge__sub {
  color: rgba(204, 251, 241, 0.65);
}

.gf-site-footer .gf-ndpr-badge:hover .gf-ndpr-badge__label {
  color: #fff;
}

/* ?? Public site footer ?? */
.gf-site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(236, 253, 245, 0.88);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(45, 165, 140, 0.28), transparent 42%),
    radial-gradient(ellipse at 88% 100%, rgba(30, 58, 95, 0.45), transparent 40%),
    linear-gradient(165deg, #063934 0%, #0a4f47 48%, #062a26 100%);
}

.gf-site-footer__glow {
  position: absolute;
  inset: auto -10% -30% auto;
  width: min(40rem, 70vw);
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 225, 192, 0.18), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.gf-site-footer__inner {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 1024px) {
  .gf-site-footer__inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.gf-site-footer__statement {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.75rem;
  padding: 2.75rem 1.25rem;
  border-radius: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
}

@media (min-width: 768px) {
  .gf-site-footer__statement {
    margin-bottom: 3.25rem;
    padding: 3.5rem 2rem 3.75rem;
  }
}

.gf-site-footer__statement-abstracts {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.gf-site-footer__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.55;
}

.gf-site-footer__blob--a {
  width: 14rem;
  height: 14rem;
  top: -4rem;
  left: -3rem;
  background: rgba(45, 165, 140, 0.55);
}

.gf-site-footer__blob--b {
  width: 11rem;
  height: 11rem;
  right: -2rem;
  bottom: -3rem;
  background: rgba(124, 58, 237, 0.35);
}

.gf-site-footer__blob--c {
  width: 8rem;
  height: 8rem;
  left: 42%;
  top: 18%;
  background: rgba(251, 146, 60, 0.22);
}

.gf-site-footer__ring {
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}

.gf-site-footer__gridlines {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}

.gf-site-footer__statement[data-accent="mint"] .gf-site-footer__blob--a {
  background: rgba(61, 225, 192, 0.5);
}

.gf-site-footer__statement[data-accent="mint"] .gf-site-footer__statement-line--accent {
  background: linear-gradient(90deg, #5eead4, #99f6e4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gf-site-footer__statement[data-accent="coral"] .gf-site-footer__blob--a {
  background: rgba(251, 146, 60, 0.4);
}

.gf-site-footer__statement[data-accent="coral"] .gf-site-footer__blob--b {
  background: rgba(45, 165, 140, 0.35);
}

.gf-site-footer__statement[data-accent="coral"] .gf-site-footer__statement-line--accent {
  background: linear-gradient(90deg, #fdba74, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gf-site-footer__statement[data-accent="violet"] .gf-site-footer__blob--a {
  background: rgba(139, 92, 246, 0.4);
}

.gf-site-footer__statement[data-accent="violet"] .gf-site-footer__statement-line--accent {
  background: linear-gradient(90deg, #c4b5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gf-site-footer__statement[data-accent="gold"] .gf-site-footer__blob--a {
  background: rgba(250, 204, 21, 0.28);
}

.gf-site-footer__statement[data-accent="gold"] .gf-site-footer__blob--b {
  background: rgba(45, 165, 140, 0.4);
}

.gf-site-footer__statement[data-accent="gold"] .gf-site-footer__statement-line--accent {
  background: linear-gradient(90deg, #fde68a, #fbbf24);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gf-site-footer__statement[data-accent="teal"] .gf-site-footer__statement-line--accent {
  background: linear-gradient(90deg, #5eead4, #2dd4bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gf-site-footer__statement-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(153, 246, 228, 0.8);
}

.gf-site-footer__statement-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: min(100%, 28ch);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  font-size: clamp(2.15rem, 6.2vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.025em; /* match hero .tracking-tight */
  line-height: 1.05;
  color: #fff;
}

@media (min-width: 768px) {
  .gf-site-footer__statement-text {
    max-width: min(100%, 34ch);
  }
}

@media (min-width: 1024px) {
  .gf-site-footer__statement-text {
    max-width: min(100%, 38ch);
  }
}

.gf-site-footer__statement-line {
  display: block;
}

.gf-site-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1024px) {
  .gf-site-footer__main {
    grid-template-columns: minmax(14rem, 1.15fr) minmax(0, 2.2fr);
    gap: 3.5rem;
    padding-bottom: 3rem;
  }
}

.gf-site-footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.gf-site-footer__logo img {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.gf-site-footer__blurb {
  margin: 0 0 1.25rem;
  max-width: 22rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(236, 253, 245, 0.7);
}

.gf-site-footer__social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.gf-site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  color: #ecfdf5;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

.gf-site-footer__social a:hover {
  background: rgba(61, 225, 192, 0.2);
  border-color: rgba(61, 225, 192, 0.45);
  transform: translateY(-1px);
}

.gf-site-footer__newsletter {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gf-site-footer__newsletter-label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(153, 246, 228, 0.85);
}

.gf-site-footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 650;
  color: #ecfdf5;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.gf-site-footer__newsletter-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

.gf-site-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
  .gf-site-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.gf-site-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #99f6e4;
}

.gf-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.gf-site-footer__list a {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(236, 253, 245, 0.78);
  text-decoration: none;
  transition: color 0.15s ease;
}

.gf-site-footer__list a:hover {
  color: #fff;
}

.gf-site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.35rem;
}

@media (min-width: 900px) {
  .gf-site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding-top: 1.5rem;
  }
}

.gf-site-footer__copy {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(204, 251, 241, 0.55);
}

.gf-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
}

.gf-site-footer__legal a {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(204, 251, 241, 0.62);
  text-decoration: none;
  transition: color 0.15s ease;
}

.gf-site-footer__legal a:hover {
  color: #fff;
}

.gf-site-footer__badge {
  display: flex;
  align-items: center;
}

.gf-legal-body h2 {
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  color: #134e4a;
  font-size: 1.25rem;
  font-weight: 700;
}

.gf-legal-body h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #0f766e;
  font-size: 1.05rem;
  font-weight: 650;
}

.gf-legal-body p,
.gf-legal-body li {
  line-height: 1.7;
  color: #334155;
}

.gf-legal-body ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.25rem;
}

.gf-legal-body a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
}

/* ?? Cookie consent banner ?? */
.gf-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  padding: 0.85rem;
  pointer-events: none;
}

.gf-cookie-consent__panel {
  pointer-events: auto;
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(45, 165, 140, 0.28);
  box-shadow: 0 18px 50px -18px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(15, 23, 42, 0.03);
}

.gf-cookie-consent__main {
  flex: 1 1 18rem;
  min-width: 0;
}

.gf-cookie-consent__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #134e4a;
}

.gf-cookie-consent__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.gf-cookie-consent__text a {
  color: #2da58c;
  font-weight: 600;
  text-decoration: underline;
}

.gf-cookie-consent__prefs {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.gf-cookie-consent__pref {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: #f0fdfa;
  border: 1px solid rgba(45, 165, 140, 0.18);
  cursor: pointer;
  font-size: 0.8125rem;
  color: #334155;
}

.gf-cookie-consent__pref input {
  margin-top: 0.15rem;
  accent-color: #2da58c;
}

.gf-cookie-consent__pref strong {
  display: block;
  color: #0f766e;
}

.gf-cookie-consent__pref span span {
  color: #64748b;
}

.gf-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.gf-cookie-consent__btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 650;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.gf-cookie-consent__btn--primary {
  background: #2da58c;
  color: #fff;
}

.gf-cookie-consent__btn--primary:hover {
  background: #238a75;
}

.gf-cookie-consent__btn--secondary {
  background: #ecfdf5;
  color: #0f766e;
  border-color: rgba(45, 165, 140, 0.35);
}

.gf-cookie-consent__btn--secondary:hover {
  background: #d1fae5;
}

.gf-cookie-consent__btn--ghost {
  background: transparent;
  color: #64748b;
  border-color: #e2e8f0;
}

.gf-cookie-consent__btn--ghost:hover {
  background: #f8fafc;
  color: #334155;
}

@media (max-width: 639.98px) {
  .gf-cookie-consent__actions {
    width: 100%;
  }

  .gf-cookie-consent__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* ?? Standalone product / feature pages ?? */
/* Hero continues the dark nav band so the top of the page reads as one surface */
.gf-feature-hero {
  position: relative;
  background: linear-gradient(168deg, #063934 0%, #052e2c 44%, #041f1e 100%);
  color: #fff;
}

.gf-feature-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 65% at 82% 6%, rgba(61, 225, 192, 0.26), transparent 55%),
    radial-gradient(ellipse 55% 45% at 6% 94%, rgba(124, 58, 237, 0.16), transparent 50%);
}

.gf-feature-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .gf-feature-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: 3.5rem;
  }
}

.gf-feature-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.35rem;
  font-size: 0.8rem;
  color: rgba(204, 251, 241, 0.55);
}

.gf-feature-hero__breadcrumb a {
  color: rgba(204, 251, 241, 0.82);
  text-decoration: none;
}

.gf-feature-hero__breadcrumb a:hover {
  color: #3de1c0;
}

.gf-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.42rem 0.9rem;
  border-radius: 9999px;
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.18);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f766e;
}

.gf-feature-eyebrow::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.18);
}

.gf-feature-eyebrow--on-dark {
  background: rgba(61, 225, 192, 0.1);
  border-color: rgba(61, 225, 192, 0.28);
  color: #7ff0d8;
}

.gf-feature-eyebrow--on-dark::before {
  background: #3de1c0;
  box-shadow: 0 0 0 3px rgba(61, 225, 192, 0.22);
}

.gf-feature-hero__title {
  line-height: 1.05;
}

.gf-feature-hero__summary {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
}

.gf-feature-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.gf-feature-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.gf-feature-trust__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(224, 255, 250, 0.85);
}

.gf-feature-trust__chip svg {
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  color: #3de1c0;
}

.gf-feature-hero__media {
  width: 100%;
  min-width: 0;
}

.gf-feature-hero__frame {
  position: relative;
}

/* Framed product screenshot ? light browser chrome, no heavy border */
.gf-feature-window {
  position: relative;
  z-index: 1;
  padding: 0.6rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 40px 90px -34px rgba(0, 0, 0, 0.7);
}

.gf-feature-window__aura {
  position: absolute;
  inset: 6% 6% -10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(61, 225, 192, 0.3), transparent 70%);
  filter: blur(38px);
  pointer-events: none;
}

.gf-feature-window__bar {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.3rem 0.55rem 0.6rem;
}

.gf-feature-window__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.24);
}

.gf-feature-window__dot:first-child {
  background: rgba(61, 225, 192, 0.7);
}

.gf-feature-window__screen {
  overflow: hidden;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b3d38;
}

.gf-feature-window__screen img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 14rem;
  max-height: 27rem;
  object-fit: cover;
  object-position: top center;
}

.gf-feature-window--light {
  background: rgba(4, 47, 42, 0.04);
  border-color: rgba(4, 47, 42, 0.1);
  box-shadow: 0 34px 72px -36px rgba(6, 57, 52, 0.45);
}

.gf-feature-window--light .gf-feature-window__dot {
  background: rgba(4, 47, 42, 0.16);
}

.gf-feature-window--light .gf-feature-window__dot:first-child {
  background: rgba(13, 148, 136, 0.6);
}

.gf-feature-window--light .gf-feature-window__screen {
  border-color: rgba(4, 47, 42, 0.08);
}

.gf-feature-window--light .gf-feature-window__aura {
  background: radial-gradient(ellipse, rgba(45, 165, 140, 0.28), transparent 70%);
}

/* Sticky in-page section rail */
.gf-feature-subnav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gf-feature-subnav__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.gf-feature-subnav__inner::-webkit-scrollbar {
  display: none;
}

.gf-feature-subnav__link {
  flex: 0 0 auto;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f766e;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.gf-feature-subnav__link:hover {
  color: #042f2a;
  border-bottom-color: #3de1c0;
  text-decoration: none;
}

.gf-feature-subnav__cta {
  display: none;
  margin-left: auto;
  flex: 0 0 auto;
}

@media (min-width: 640px) {
  .gf-feature-subnav__cta {
    display: inline-flex;
  }
}

.gf-feature-page [id] {
  scroll-margin-top: 5rem;
}

/* Shared CTA system for product + case-study pages.
   Matches the site-wide pattern: mint pill primary, outline secondary. */
.gf-feature-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.gf-feature-btn svg {
  flex: 0 0 auto;
}

.gf-feature-btn:focus-visible {
  outline: 2px solid #3de1c0;
  outline-offset: 3px;
}

.gf-feature-btn--sm {
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  border-width: 1.5px;
}

/* Primary ? mint pill, used on both light and dark surfaces */
.gf-feature-btn--primary,
.gf-feature-btn--on-dark {
  color: #042f2a !important;
  background: #3de1c0;
  border-color: #3de1c0;
  box-shadow: 0 14px 34px -16px rgba(61, 225, 192, 0.7);
}

.gf-feature-btn--primary:hover,
.gf-feature-btn--on-dark:hover {
  color: #042f2a !important;
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.3);
}

/* Secondary on light backgrounds */
.gf-feature-btn--ghost {
  color: #0f766e !important;
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(15, 118, 110, 0.25);
}

.gf-feature-btn--ghost:hover {
  background: #f0fdfa;
  border-color: #0d9488;
  color: #0f766e !important;
}

/* Secondary on dark backgrounds */
.gf-feature-btn--light {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.gf-feature-btn--light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff !important;
}

.gf-feature-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.gf-feature-showcase {
  background: #fff;
}

.gf-feature-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .gf-feature-showcase__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem;
  }
}

.gf-feature-showcase__copy {
  max-width: 34rem;
}

.gf-feature-checklist {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.gf-feature-checklist li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
}

.gf-feature-checklist svg {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.18rem;
  color: #0d9488;
}

.gf-feature-problem {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(45, 165, 140, 0.1), transparent 50%),
    #f6fbfa;
}

.gf-feature-pain {
  position: relative;
  height: 100%;
  padding: 1.75rem 1.6rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 18px 44px -32px rgba(15, 118, 110, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-feature-pain:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 165, 140, 0.3);
  box-shadow: 0 26px 52px -28px rgba(15, 118, 110, 0.45);
}

.gf-feature-pain__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.1rem;
  border-radius: 0.8rem;
  background: rgba(249, 115, 115, 0.1);
  border: 1px solid rgba(249, 115, 115, 0.22);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #b3413f;
  font-variant-numeric: tabular-nums;
}

.gf-feature-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-feature-steps__rail {
  display: none;
}

@media (min-width: 1024px) {
  .gf-feature-steps__rail {
    display: block;
    position: absolute;
    top: 3.1rem;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, rgba(45, 165, 140, 0.1), rgba(45, 165, 140, 0.55), rgba(45, 165, 140, 0.1));
    pointer-events: none;
  }
}

.gf-feature-step__card {
  position: relative;
  z-index: 1;
  padding: 1.6rem 1.4rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 16px 40px -30px rgba(15, 23, 42, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-feature-step:hover .gf-feature-step__card {
  transform: translateY(-3px);
  border-color: rgba(45, 165, 140, 0.35);
  box-shadow: 0 24px 48px -26px rgba(15, 118, 110, 0.4);
}

.gf-feature-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #042f2a;
  background: #3de1c0;
  box-shadow: 0 0 0 5px rgba(61, 225, 192, 0.18);
  font-variant-numeric: tabular-nums;
}

.gf-feature-details {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(124, 58, 237, 0.05), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Local grids ? the shipped Tailwind bundle is purged and misses some column utilities */
.gf-feature-caps,
.gf-feature-grid-3,
.gf-feature-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .gf-feature-grid-3,
  .gf-feature-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .gf-feature-caps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .gf-feature-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .gf-feature-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.gf-feature-cap {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1.85rem 1.7rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 18px 44px -32px rgba(15, 23, 42, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-feature-cap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3de1c0, rgba(124, 58, 237, 0.65));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gf-feature-cap:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 165, 140, 0.3);
  box-shadow: 0 26px 54px -28px rgba(15, 118, 110, 0.4);
}

.gf-feature-cap:hover::before {
  opacity: 1;
}

.gf-feature-cap__mark {
  display: inline-flex;
  margin-bottom: 1.1rem;
}

.gf-feature-cap__mark .gf-mega__icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.9rem;
}

.gf-feature-cap__mark .gf-mega__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.gf-feature-persona {
  height: 100%;
  padding: 1.75rem 1.6rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #f8fafc;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gf-feature-persona.is-highlight {
  background: linear-gradient(160deg, #0f766e 0%, #115e59 55%, #0b3d38 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 24px 50px -28px rgba(6, 57, 52, 0.65);
}

.gf-feature-persona.is-highlight .text-slate-600,
.gf-feature-persona.is-highlight p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.gf-feature-persona__role {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f766e;
}

.gf-feature-persona.is-highlight .gf-feature-persona__role {
  color: #99f6e4;
}

.gf-feature-persona:hover {
  transform: translateY(-2px);
}

.gf-feature-quote {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(61, 225, 192, 0.14), transparent 55%),
    #f6fbfa;
}

.gf-feature-quote__card {
  position: relative;
  padding: 2.75rem 1.75rem 2.25rem;
  border-radius: 1.75rem;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 30px 70px -40px rgba(6, 57, 52, 0.45);
}

@media (min-width: 768px) {
  .gf-feature-quote__card {
    padding: 3.25rem 3rem 2.75rem;
  }
}

.gf-feature-quote__mark {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 9999px;
  background: #3de1c0;
  color: #042f2a;
  box-shadow: 0 12px 28px -12px rgba(61, 225, 192, 0.8);
}

.gf-feature-quote__mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.gf-feature-cta {
  padding: 3rem 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(150deg, #063934 0%, #04302c 52%, #041f1e 100%);
  box-shadow: 0 32px 80px -34px rgba(6, 57, 52, 0.7);
}

@media (min-width: 640px) {
  .gf-feature-cta {
    padding: 3rem;
    border-radius: 2rem;
  }
}

@media (min-width: 1024px) {
  .gf-feature-cta {
    padding: 4rem;
  }
}

.gf-feature-cta__orbs {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(61, 225, 192, 0.3), transparent 38%),
    radial-gradient(circle at 8% 92%, rgba(124, 58, 237, 0.22), transparent 42%);
  pointer-events: none;
}

.gf-feature-related {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  height: 100%;
  padding: 1.35rem 1.4rem;
  border-radius: 1.15rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gf-feature-related:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 165, 140, 0.35);
  box-shadow: 0 20px 40px -24px rgba(15, 118, 110, 0.4);
  text-decoration: none;
}

.gf-feature-related__arrow {
  margin-left: auto;
  align-self: center;
  color: #0d9488;
  transition: transform 0.18s ease;
}

.gf-feature-related:hover .gf-feature-related__arrow {
  transform: translateX(3px);
}

.gf-feature-related__copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.gf-feature-related__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #134e4a;
}

.gf-feature-related__blurb {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
}

.gf-feature-related__icon .gf-mega__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
}

.gf-feature-related__icon .gf-mega__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.gf-sec4-feature-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  transition: transform 0.18s ease;
}

.gf-sec4-feature-link:hover {
  transform: translateY(-2px);
}

.gf-sec4-feature-link:hover h5 {
  color: #0f766e;
}

.gf-sec6-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.75rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: #0f766e;
  text-decoration: none;
}

.gf-sec6-learn-more:hover {
  color: #115e59;
}

/* ?? Case studies ?? */
.gf-cases-hero {
  background:
    radial-gradient(ellipse at 90% 10%, rgba(61, 225, 192, 0.2), transparent 50%),
    linear-gradient(180deg, rgba(61, 225, 192, 0.12) 0%, #ffffff 70%);
}

.gf-cases-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gf-cases-hero__lede {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.gf-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .gf-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

.gf-cases-grid--related {
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .gf-cases-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gf-cases-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px -32px rgba(15, 23, 42, 0.4);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gf-cases-card:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 165, 140, 0.35);
  box-shadow: 0 28px 56px -30px rgba(15, 118, 110, 0.45);
  text-decoration: none;
  color: inherit;
}

.gf-cases-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b3d38;
}

.gf-cases-card__media--sm {
  aspect-ratio: 16 / 9;
}

.gf-cases-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}

.gf-cases-card:hover .gf-cases-card__media img {
  transform: scale(1.03);
}

.gf-cases-card__media-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #0f766e, #042f2e);
  color: #99f6e4;
  font-size: 2.5rem;
  font-weight: 700;
}

.gf-cases-card__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  background: rgba(4, 47, 42, 0.78);
  border: 1px solid rgba(61, 225, 192, 0.35);
  backdrop-filter: blur(8px);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.3;
  color: #ccfbf1;
}

.gf-cases-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.55rem;
  padding: 1.35rem 1.4rem 1.5rem;
}

.gf-cases-card__logo {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: 0.15rem;
}

.gf-cases-card__logo img {
  max-height: 2.25rem;
  max-width: 9rem;
  width: auto;
  object-fit: contain;
}

.gf-cases-card__monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  font-weight: 700;
  color: #134e4a;
  background: linear-gradient(145deg, rgba(45, 165, 140, 0.2), rgba(15, 118, 110, 0.08));
  border: 1px solid rgba(45, 165, 140, 0.25);
}

.gf-cases-card__firm {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #134e4a;
  line-height: 1.25;
}

.gf-cases-card__person {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.4;
}

.gf-cases-card__result {
  margin: 0;
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
}

.gf-cases-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.gf-cases-card__tags li {
  padding: 0.3rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 650;
  color: #0f766e;
  background: rgba(45, 165, 140, 0.1);
  border: 1px solid rgba(45, 165, 140, 0.2);
}

.gf-cases-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f766e;
}

.gf-cases-card:hover .gf-cases-card__link {
  color: #115e59;
}

.gf-cases-card__link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.18s ease;
}

.gf-cases-card:hover .gf-cases-card__link svg {
  transform: translateX(3px);
}

.gf-cases-card--compact .gf-cases-card__body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.gf-cases-card--compact .gf-cases-card__firm {
  font-size: 1.1rem;
}

/* Case study show */
.gf-case-show__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #64748b;
}

.gf-case-show__breadcrumb a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
}

.gf-case-show__breadcrumb a:hover {
  color: #115e59;
  text-decoration: underline;
}

.gf-case-show__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .gf-case-show__hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.25rem;
  }
}

.gf-case-show__title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gf-case-show__summary {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  margin: 0 0 1.25rem;
}

.gf-case-show__result-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem !important;
  padding: 0.55rem 0.95rem;
  border-radius: 9999px;
  background: rgba(45, 165, 140, 0.12);
  border: 1px solid rgba(45, 165, 140, 0.28);
  font-size: 0.88rem;
  font-weight: 650;
  color: #0f766e;
}

.gf-case-show__result-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #2da58c;
  box-shadow: 0 0 0 4px rgba(45, 165, 140, 0.18);
  flex: 0 0 auto;
}

.gf-case-show__byline {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.95rem;
  color: #64748b;
}

.gf-case-show__byline strong {
  color: #134e4a;
  font-weight: 700;
}

.gf-case-show__media {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 118, 110, 0.14);
  background: #0b3d38;
  box-shadow: 0 28px 60px -30px rgba(6, 57, 52, 0.5);
}

.gf-case-show__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  object-position: top center;
}

.gf-case-show__logo-only {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14rem;
  padding: 2rem;
  background: #fff;
}

.gf-case-show__logo-only img {
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
}

.gf-case-show__logo-only--mono {
  background: linear-gradient(145deg, #0f766e, #042f2e);
  color: #99f6e4;
  font-size: 3.5rem;
  font-weight: 700;
}

.gf-case-show__story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .gf-case-show__story {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    margin-bottom: 2.5rem;
  }
}

.gf-case-block {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}

.gf-case-block__title {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #134e4a;
  line-height: 1.25;
}

.gf-case-block p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #475569;
}

.gf-case-block--outcome {
  background: linear-gradient(145deg, #f0fdfa, #ffffff);
  border-color: rgba(45, 165, 140, 0.22);
}

.gf-case-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.gf-case-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #134e4a;
  line-height: 1.4;
}

.gf-case-check {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: #0d9488;
}

.gf-case-metrics {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.gf-case-metrics li {
  position: relative;
  padding: 0.75rem 0.9rem 0.75rem 1rem;
  border-radius: 0.85rem;
  background: rgba(45, 165, 140, 0.1);
  border: 1px solid rgba(45, 165, 140, 0.22);
  color: #0f766e;
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.4;
}

.gf-case-followup {
  margin-top: 0.85rem !important;
  font-size: 0.85rem !important;
  color: #94a3b8 !important;
  font-style: italic;
}

.gf-case-quote {
  position: relative;
  margin: 0;
  padding: 2.25rem 1.75rem 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(150deg, #063934 0%, #04302c 52%, #041f1e 100%);
  color: #ecfdf5;
  box-shadow: 0 28px 60px -34px rgba(6, 57, 52, 0.65);
}

@media (min-width: 768px) {
  .gf-case-quote {
    padding: 2.75rem 2.5rem 2.35rem;
  }
}

.gf-case-quote__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.15rem;
  border-radius: 9999px;
  background: rgba(61, 225, 192, 0.16);
  color: #3de1c0;
}

.gf-case-quote__mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.gf-case-quote p {
  margin: 0 0 1.35rem;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.015em;
  max-width: 48rem;
}

.gf-case-quote footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.gf-case-quote strong {
  color: #fff;
}

.gf-case-quote span {
  color: rgba(204, 251, 241, 0.7);
  font-size: 0.9rem;
}

.gf-trusted-firms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 0.85rem;
  max-width: 52rem;
  margin: 0 auto;
}

.gf-trusted-firm {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 650;
  color: #134e4a;
  text-decoration: none;
  background: #f0fdfa;
  border: 1px solid rgba(15, 118, 110, 0.16);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gf-trusted-firm:hover {
  background: #ccfbf1;
  border-color: rgba(15, 118, 110, 0.35);
  transform: translateY(-1px);
  color: #0f766e;
}

/* Homepage security / compliance seals (SeamlessHR-style) */
.gf-compliance-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .gf-compliance-strip__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.gf-compliance-strip__item {
  margin: 0;
  display: flex;
}

.gf-compliance-seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 15.5rem;
  padding: 1.75rem 1.25rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 48px -20px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  color: #5eead4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a.gf-compliance-seal:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(61, 225, 192, 0.45);
  box-shadow: 0 22px 56px -18px rgba(0, 0, 0, 0.65);
  color: #99f6e4;
  text-decoration: none;
}

.gf-compliance-seal__ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.15rem;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(61, 225, 192, 0.35), transparent 55%),
    linear-gradient(160deg, rgba(15, 118, 110, 0.65) 0%, rgba(19, 78, 74, 0.9) 55%, rgba(6, 57, 52, 0.95) 100%);
  border: 2px solid rgba(61, 225, 192, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px -10px rgba(0, 0, 0, 0.55);
}

.gf-compliance-seal__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 9999px;
  background: rgba(6, 57, 52, 0.85);
  border: 1.5px solid rgba(61, 225, 192, 0.35);
  color: #5eead4;
}

.gf-compliance-seal__inner svg {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
}

.gf-compliance-seal__title {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
}

.gf-compliance-seal__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(204, 251, 241, 0.72);
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .gf-compliance-seal {
    min-height: 17rem;
    padding: 2rem 1.5rem 1.75rem;
  }

  .gf-compliance-seal__ring {
    width: 8.25rem;
    height: 8.25rem;
  }

  .gf-compliance-seal__inner {
    width: 5.75rem;
    height: 5.75rem;
  }

  .gf-compliance-seal__inner svg {
    width: 3rem;
    height: 3rem;
  }

  .gf-compliance-seal__title {
    font-size: 1.5rem;
  }
}

/* Contact us — side-by-side form + image.
   Use grid (not % flex bases) so gap is included in the container width
   and the media column cannot overflow page padding. */
.gf-contact-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  box-sizing: border-box;
}

.gf-contact-split__form,
.gf-contact-split__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.gf-contact-split__form {
  order: 2;
}

.gf-contact-split__media {
  order: 1;
  overflow: hidden;
}

.gf-contact-split__media-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
}

.gf-contact-split__media-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  min-height: 14rem;
}

@media (min-width: 1024px) {
  .gf-contact-split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 4rem;
  }

  .gf-contact-split__form {
    order: 1;
  }

  .gf-contact-split__media {
    order: 2;
  }

  .gf-contact-split__media-frame {
    height: 100%;
    min-height: 28rem;
    margin-bottom: 0;
  }

  .gf-contact-split__media-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1280px) {
  .gf-contact-split {
    gap: 5rem;
  }
}

/* Partners page */
.gf-partners-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.1rem;
  border-radius: 0.85rem;
  background: rgba(61, 225, 192, 0.14);
  border: 1px solid rgba(45, 165, 140, 0.28);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0f766e;
  font-variant-numeric: tabular-nums;
}

.gf-partners-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .gf-partners-types-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

.gf-partners-models-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .gf-partners-models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

.gf-partners-model {
  height: 100%;
  padding: 1.75rem 1.6rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 18px 44px -32px rgba(15, 118, 110, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-partners-model:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 165, 140, 0.35);
  box-shadow: 0 26px 52px -28px rgba(15, 118, 110, 0.42);
}

.gf-partners-model__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  background: rgba(61, 225, 192, 0.14);
  border: 1px solid rgba(45, 165, 140, 0.25);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0f766e;
  font-variant-numeric: tabular-nums;
}

/* Partners program page (Duplo-inspired layout, Geoflow brand) */
.gf-partners-eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f766e;
}

.gf-partners-eyebrow--on-dark {
  color: #5eead4;
}

/* Landing-style section eyebrow (3 brand dots + label) */
.gf-section-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.gf-section-eyebrow--center {
  justify-content: center;
}

.gf-section-eyebrow__label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(19, 78, 74, 0.82);
}

.gf-section-eyebrow--on-dark .gf-section-eyebrow__label {
  color: rgba(204, 251, 241, 0.82);
}

.gf-partners-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gf-partners-section-title--on-dark {
  color: #fff;
}

.gf-partners-section-cta {
  margin-top: 1.75rem;
}

.gf-partners-check-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  color: #0d9488;
}

.gf-partners-trust__caption {
  margin: 0;
}

.gf-partners-trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 2rem;
}

.gf-partners-trust__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 3rem;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.gf-partners-trust__logo:hover {
  opacity: 1;
  filter: grayscale(0);
}

.gf-partners-trust__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gf-partners-audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .gf-partners-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .gf-partners-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.gf-partners-audience-card {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 118, 110, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gf-partners-audience-card:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 165, 140, 0.32);
  box-shadow: 0 20px 44px -30px rgba(15, 118, 110, 0.45);
}

.gf-partners-audience-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #042f2e;
}

.gf-partners-audience-card__body {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

.gf-partners-value-band {
  background: linear-gradient(150deg, #063934 0%, #04302c 52%, #041f1e 100%);
  color: #fff;
}

.gf-partners-value-band__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .gf-partners-value-band__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
  }
}

.gf-partners-value-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .gf-partners-value-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gf-partners-value-list li,
.gf-partners-benefits-list li,
.gf-partners-refer-list li,
.gf-partners-trust-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.gf-partners-value-list li {
  color: rgba(255, 255, 255, 0.88);
}

.gf-partners-value-list .gf-partners-check-icon {
  color: #3de1c0;
}

.gf-partners-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .gf-partners-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .gf-partners-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.gf-partners-step {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 16px 40px -30px rgba(15, 23, 42, 0.35);
}

.gf-partners-step__num {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
  line-height: 1;
  color: #2da58c;
  font-variant-numeric: tabular-nums;
}

.gf-partners-step__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #042f2e;
}

.gf-partners-step__body {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #64748b;
}

.gf-partners-benefits-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .gf-partners-benefits-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.gf-partners-benefits-panel {
  height: 100%;
  padding: 2rem 1.75rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 18px 44px -32px rgba(15, 118, 110, 0.35);
}

.gf-partners-benefits-panel--highlight {
  background: linear-gradient(160deg, #0f766e 0%, #115e59 55%, #0b3d38 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 24px 50px -28px rgba(6, 57, 52, 0.65);
}

.gf-partners-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-partners-benefits-list li {
  color: #334155;
}

.gf-partners-benefits-list--on-dark li {
  color: rgba(255, 255, 255, 0.88);
}

.gf-partners-benefits-list--on-dark .gf-partners-check-icon {
  color: #99f6e4;
}

.gf-partners-refer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .gf-partners-refer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.gf-partners-refer-card {
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 118, 110, 0.1);
}

.gf-partners-refer-card__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #042f2e;
}

.gf-partners-refer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-partners-refer-list li {
  color: #475569;
}

.gf-partners-trust-band {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(61, 225, 192, 0.14), transparent 55%),
    #063934;
  color: #fff;
}

.gf-partners-trust-band__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .gf-partners-trust-band__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.gf-partners-trust-points {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-partners-trust-points li {
  color: rgba(255, 255, 255, 0.88);
}

.gf-partners-trust-points .gf-partners-check-icon {
  color: #3de1c0;
}

.gf-partners-testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .gf-partners-testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gf-partners-testimonial {
  height: 100%;
  margin: 0;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.1);
  box-shadow: 0 18px 44px -32px rgba(15, 118, 110, 0.35);
}

.gf-partners-testimonial__quote {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #334155;
}

.gf-partners-testimonial__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.gf-partners-testimonial__name {
  font-weight: 700;
  color: #042f2e;
}

.gf-partners-testimonial__role {
  font-size: 0.88rem;
  color: #64748b;
}

.gf-partners-testimonial__link {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f766e;
  text-decoration: none;
}

.gf-partners-testimonial__link:hover {
  color: #115e59;
  text-decoration: underline;
}
