/* SiteSales.ru landing v3 ? Clean Pro ? Clean Pro */

html {
  scroll-behavior: smooth;
}

.gfv3-page {
  --gfv3-banner-h: 2.35rem;
  --gfv3-bg: #ffffff;
  --gfv3-bg-muted: #fafafa;
  --gfv3-bg-dark: #0c0a12;
  --gfv3-bg-dark-2: #15121f;
  --gfv3-text: #18181b;
  --gfv3-text-muted: #52525b;
  --gfv3-text-soft: #71717a;
  --gfv3-border: #e4e4e7;
  --gfv3-border-dark: rgba(255, 255, 255, 0.1);
  --gfv3-accent: #7c3aed;
  --gfv3-accent-hover: #6d28d9;
  --gfv3-accent-soft: #f3e8ff;
  --gfv3-accent-glow: rgba(124, 58, 237, 0.28);
  --gfv3-max: #0284c7;
  --gfv3-radius: 4px;
  --gfv3-radius-lg: 6px;
  --gfv3-gutter: 1rem;
  --gfv3-container: 1140px;
  --gfv3-header-h: 72px;
  --gfv3-scroll-offset: calc(var(--gfv3-banner-h) + var(--gfv3-header-h) + 0.75rem);

  margin: 0;
  font-family: 'Onest', system-ui, -apple-system, sans-serif;
  background: var(--gfv3-bg);
  color: var(--gfv3-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: var(--gfv3-scroll-offset);
  overflow-x: clip;
  max-width: 100%;
}

.gfv3-page *,
.gfv3-page *::before,
.gfv3-page *::after {
  box-sizing: border-box;
}

.gfv3-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Fixed frames ? ????????? ?? ?????? ??? ??????? */

.gfv3-shot-frame {
  overflow: hidden;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  background: var(--gfv3-bg-muted);
}

.gfv3-shot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gfv3-shot-frame--desktop {
  aspect-ratio: 1280 / 860;
}

.gfv3-split__visual {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.gfv3-shot-frame--phone {
  width: 100%;
  aspect-ratio: 780 / 1688;
  border-radius: var(--gfv3-radius-lg);
  flex-shrink: 0;
}

.gfv3-browser__media {
  aspect-ratio: 1280 / 860;
  overflow: hidden;
  background: var(--gfv3-bg-muted);
}

.gfv3-browser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gfv3-preview-banner {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  min-height: var(--gfv3-banner-h);
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #4c1d95, #7c3aed);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gfv3-preview-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gfv3-preview-banner__tag {
  padding: 0.15rem 0.45rem;
  border-radius: var(--gfv3-radius);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
}

.gfv3-container {
  width: 100%;
  max-width: var(--gfv3-container);
  margin-inline: auto;
  padding-inline: var(--gfv3-gutter);
  box-sizing: border-box;
}

.gfv3-header {
  position: sticky;
  top: var(--gfv3-banner-h);
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--gfv3-border);
  backdrop-filter: blur(14px);
}

.gfv3-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--gfv3-header-h);
}

.gfv3-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--gfv3-text);
  flex-shrink: 0;
}

.gfv3-logo img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.gfv3-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.gfv3-logo__wordmark {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.gfv3-logo__wordmark-glow {
  color: #1e2341;
}

.gfv3-logo__wordmark-desk {
  font-weight: 700;
  color: var(--gfv3-accent);
}

.gfv3-logo__tagline {
  font-size: 0.6875rem;
  color: var(--gfv3-text-soft);
  font-weight: 500;
}

.gfv3-nav {
  display: flex;
  gap: 1.1rem;
  margin-left: auto;
  margin-right: 0.75rem;
}

.gfv3-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gfv3-text-muted);
  text-decoration: none;
}

.gfv3-nav a:hover,
.gfv3-nav a.is-active,
.gfv3-nav a[aria-current='page'] {
  color: var(--gfv3-accent);
}

.gfv3-header__services.is-active,
.gfv3-header__services[aria-current='page'] {
  border-color: var(--gfv3-accent);
  color: var(--gfv3-accent);
}

.gfv3-header__actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.gfv3-header__services {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, #7c3aed 35%, transparent);
  color: #7c3aed;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  white-space: nowrap;
}

.gfv3-header__services:hover {
  background: color-mix(in srgb, #7c3aed 8%, transparent);
}

.gfv3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.625rem;
  padding: 0.65rem 1.1rem;
  border-radius: var(--gfv3-radius);
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.gfv3-btn:focus-visible {
  outline: 2px solid var(--gfv3-accent);
  outline-offset: 2px;
}

.gfv3-btn--primary {
  color: #fff;
  background: var(--gfv3-accent);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.gfv3-btn--primary:hover {
  background: var(--gfv3-accent-hover);
  box-shadow: 0 8px 24px var(--gfv3-accent-glow);
}

.gfv3-btn--ghost {
  color: var(--gfv3-text);
  background: #fff;
  border-color: var(--gfv3-border);
}

.gfv3-btn--ghost:hover {
  border-color: #a1a1aa;
}

.gfv3-btn--lg {
  min-height: 3rem;
  padding-inline: 1.35rem;
  font-size: 0.9375rem;
}

.gfv3-btn__arrow {
  font-size: 1.1em;
  line-height: 1;
}

.gfv3-btn svg {
  flex-shrink: 0;
}

/* Hero */

.gfv3-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.gfv3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.gfv3-hero__grid > * {
  min-width: 0;
  max-width: 100%;
}

.gfv3-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gfv3-accent);
}

.gfv3-kicker::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--gfv3-accent);
}

.gfv3-hero__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.gfv3-hero__title-sub {
  display: inline-block;
  margin-top: 0.12em;
  font-size: 0.52em;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--gfv3-text-muted);
}

.gfv3-hero__title-accent {
  color: var(--gfv3-accent);
  white-space: nowrap;
}

.gfv3-hero__lead {
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: clamp(1rem, 1.8vw, 1.0625rem);
  line-height: 1.6;
  color: var(--gfv3-text-muted);
}

.gfv3-hero__lead strong {
  color: var(--gfv3-text);
  font-weight: 700;
}

.gfv3-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.gfv3-hero__tags li {
  padding: 0.35rem 0.65rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gfv3-accent);
  background: var(--gfv3-accent-soft);
  border: 1px solid color-mix(in srgb, var(--gfv3-accent) 18%, transparent);
}

.gfv3-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.gfv3-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--gfv3-border);
}

.gfv3-stat {
  margin: 0;
}

.gfv3-stat dt {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.gfv3-stat dd {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-soft);
}

.gfv3-browser {
  margin: 0;
  min-width: 0;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 24px 80px rgba(24, 24, 27, 0.12);
  overflow: hidden;
}

.gfv3-browser__bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  background: #f4f4f5;
  border-bottom: 1px solid var(--gfv3-border);
}

.gfv3-browser__dots {
  display: flex;
  gap: 0.35rem;
}

.gfv3-browser__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d4d4d8;
  font-style: normal;
}

.gfv3-browser__dots i:first-child { background: #fca5a5; }
.gfv3-browser__dots i:nth-child(2) { background: #fde047; }
.gfv3-browser__dots i:nth-child(3) { background: #86efac; }

.gfv3-browser__url {
  flex: 1;
  min-width: 0;
  margin-left: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.75rem;
  color: var(--gfv3-text-soft);
  background: #fff;
  border: 1px solid var(--gfv3-border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gfv3-browser__caption {
  padding: 0.65rem 0.85rem;
  font-size: 0.75rem;
  color: var(--gfv3-text-soft);
  border-top: 1px solid var(--gfv3-border);
}

/* AI ? ?????? ?????? (????? ???????? #0c0a12 ? ??????? ??????????) */

.gfv3-ai {
  --gfv3-ai-text: #f4f4f5;
  --gfv3-ai-text-muted: #c4c4cc;
  --gfv3-ai-text-soft: #a1a1aa;
  --gfv3-ai-surface: rgba(255, 255, 255, 0.06);
  --gfv3-ai-surface-strong: rgba(255, 255, 255, 0.1);
  --gfv3-ai-border: rgba(255, 255, 255, 0.12);
  --gfv3-ai-border-accent: rgba(167, 139, 250, 0.35);

  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(ellipse 85% 65% at 88% 0%, rgba(124, 58, 237, 0.28), transparent 58%),
    radial-gradient(ellipse 55% 50% at 8% 100%, rgba(139, 92, 246, 0.14), transparent 52%),
    linear-gradient(180deg, #2f2648 0%, #241e38 48%, #1c172c 100%);
  color: var(--gfv3-ai-text);
}

.gfv3-ai__intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}

.gfv3-ai__badge {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.75rem;
}

.gfv3-ai__badge-main {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: var(--gfv3-radius);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e9d5ff;
  background: rgba(124, 58, 237, 0.22);
  border: 1px solid var(--gfv3-ai-border-accent);
}

.gfv3-ai__title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
}

.gfv3-ai__lead {
  margin: 0.85rem 0 0;
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--gfv3-ai-text-muted);
}

.gfv3-ai .gfv3-quote {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 18rem;
}

.gfv3-ai .gfv3-quote img {
  width: 56px;
  height: auto;
  flex-shrink: 0;
}

.gfv3-ai .gfv3-channels {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.gfv3-ai .gfv3-quote blockquote {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--gfv3-ai-text-muted);
  background: var(--gfv3-ai-surface);
  border: 1px solid var(--gfv3-ai-border);
  box-shadow: none;
}

.gfv3-ai .gfv3-quote blockquote span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.gfv3-ai__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

.gfv3-ai .gfv3-channels li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  padding: 0.65rem 0.85rem;
  border-radius: var(--gfv3-radius);
  background: var(--gfv3-ai-surface);
  border: 1px solid var(--gfv3-ai-border);
  box-shadow: none;
}

.gfv3-ai .gfv3-channels__icon {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  color: #c4b5fd;
}

.gfv3-ai .gfv3-channels strong {
  display: block;
  font-size: 0.875rem;
  color: var(--gfv3-ai-text);
}

.gfv3-ai .gfv3-channels span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: var(--gfv3-ai-text-muted);
}

.gfv3-ai__points {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
}

.gfv3-ai__point {
  margin: 0;
  padding: 0.85rem 0 0.85rem 0.85rem;
  border-left: 3px solid #a78bfa;
}

.gfv3-ai__point h3 {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gfv3-ai-text);
}

.gfv3-ai__point p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--gfv3-ai-text-muted);
}

.gfv3-ai .gfv3-chat {
  border: 1px solid var(--gfv3-ai-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.gfv3-chat__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  background: #fafafa;
  border-bottom: 1px solid var(--gfv3-border);
}

.gfv3-chat__head-icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gfv3-accent-soft);
  color: var(--gfv3-accent);
}

.gfv3-chat__head strong {
  display: block;
  font-size: 0.875rem;
  color: var(--gfv3-text);
}

.gfv3-chat__head span {
  display: block;
  font-size: 0.75rem;
  color: var(--gfv3-text-soft);
}

.gfv3-chat__body {
  padding: 0.9rem;
  display: grid;
  gap: 0.65rem;
  max-height: 26rem;
  overflow-y: auto;
  background: #f4f4f5;
}

.gfv3-msg {
  max-width: 92%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.gfv3-msg--user {
  margin-left: auto;
  color: var(--gfv3-text);
  background: #fff;
  border: 1px solid var(--gfv3-border);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gfv3-msg--ai {
  color: var(--gfv3-text);
  background: #ede9fe;
  border: 1px solid #ddd6fe;
}

.gfv3-msg__confirm {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.35rem 0.65rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--gfv3-accent);
}

.gfv3-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0.75rem 0.9rem 0.9rem;
  list-style: none;
  border-top: 1px solid var(--gfv3-border);
  background: #fff;
}

.gfv3-chips li {
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: var(--gfv3-radius-lg);
  font-size: 0.75rem;
  font-style: italic;
  color: var(--gfv3-accent);
  background: #faf5ff;
  border: 1px solid #e9d5ff;
}

/* Bento */

.gfv3-section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.gfv3-section[id] {
  scroll-margin-top: var(--gfv3-scroll-offset);
}

.gfv3-section--muted {
  background: var(--gfv3-bg-muted);
}

.gfv3-section__head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.gfv3-section__head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gfv3-section__head p {
  margin: 0.65rem 0 0;
  color: var(--gfv3-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.gfv3-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.gfv3-bento__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  transition: border-color 0.15s ease;
}

.gfv3-bento__card:hover {
  border-color: #a78bfa;
}

.gfv3-bento__card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: center;
}

.gfv3-bento__card--featured.gfv3-bento__card--dual-shots {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1rem;
}

.gfv3-bento__card--dual-shots .gfv3-bento__copy {
  max-width: 42rem;
}

.gfv3-bento__card--dual-shots .gfv3-bento__shot--dual {
  width: 100%;
  padding-top: 0.25rem;
}

.gfv3-bento__card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gfv3-bento__card p {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--gfv3-text-muted);
}

.gfv3-bento__copy {
  min-width: 0;
}

.gfv3-bento__shot {
  margin-top: auto;
  padding-top: 0.85rem;
  min-width: 0;
}

.gfv3-bento__card--featured .gfv3-bento__shot {
  margin-top: 0;
  padding-top: 0;
}

.gfv3-bento__card--featured .gfv3-shot-frame--desktop {
  min-height: 12rem;
}

.gfv3-bento__shot--dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.15rem);
}

.gfv3-bento__shot-item {
  margin: 0;
  min-width: 0;
}

.gfv3-bento__shot-label {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--gfv3-accent);
}

.gfv3-bento__card--dual-shots .gfv3-bento__shot--dual .gfv3-shot-frame--desktop {
  min-height: clamp(11rem, 24vw, 16.5rem);
}

/* Bento chart cards (Analytics / Finance) */

.gfv3-bento__card--chart .gfv3-chart-panel {
  margin-top: auto;
  padding-top: 0.85rem;
}

.gfv3-chart-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem;
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%);
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  min-height: 11.5rem;
}

.gfv3-chart-panel__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.gfv3-metric {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.45rem 0.5rem;
  background: #fff;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
}

.gfv3-metric__value {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gfv3-text);
}

.gfv3-metric__label {
  font-size: 0.625rem;
  color: var(--gfv3-text-muted);
  line-height: 1.3;
}

.gfv3-metric--up .gfv3-metric__value {
  color: #059669;
}

.gfv3-chart {
  display: block;
  width: 100%;
  height: auto;
}

.gfv3-funnel {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gfv3-funnel__row {
  display: grid;
  grid-template-columns: 2.75rem 1fr auto;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.6875rem;
  color: var(--gfv3-text-muted);
}

.gfv3-funnel__row em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
  color: var(--gfv3-text);
}

.gfv3-funnel__bar {
  position: relative;
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: #e4e4e7;
  overflow: hidden;
}

.gfv3-funnel__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.gfv3-chart-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.gfv3-chart-panel__title {
  font-size: 0.6875rem;
  color: var(--gfv3-text-muted);
}

.gfv3-chart-panel__total {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gfv3-text);
}

.gfv3-payouts {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.gfv3-payout {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.6875rem;
}

.gfv3-payout__name {
  color: var(--gfv3-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gfv3-payout__track {
  display: block;
  height: 0.4rem;
  border-radius: 999px;
  background: #e4e4e7;
  overflow: hidden;
}

.gfv3-payout__track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #c4b5fd);
}

.gfv3-payout__sum {
  font-weight: 700;
  color: var(--gfv3-text);
  white-space: nowrap;
}

/* Booking */

.gfv3-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

.gfv3-steps {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.gfv3-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gfv3-border);
}

.gfv3-steps li:last-child {
  border-bottom: none;
}

.gfv3-steps__num {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  align-self: start;
  display: grid;
  place-items: center;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--gfv3-accent);
  background: var(--gfv3-accent-soft);
  border-radius: var(--gfv3-radius-lg);
}

.gfv3-steps strong {
  display: block;
  font-size: 0.9375rem;
}

.gfv3-steps li > div span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
}

.gfv3-demo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.gfv3-demo-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 100%;
  padding: 0.85rem 0.9rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.gfv3-demo-card:hover {
  border-color: #a1a1aa;
  background: var(--gfv3-bg-muted);
}

.gfv3-demo-card:focus-visible {
  outline: 2px solid var(--gfv3-accent);
  outline-offset: 2px;
}

.gfv3-demo-card__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.gfv3-demo-card__tag {
  align-self: flex-start;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gfv3-text-soft);
}

.gfv3-demo-card strong {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gfv3-text);
  line-height: 1.25;
}

.gfv3-demo-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--gfv3-text-muted);
}

.gfv3-demo-card__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--gfv3-text-soft);
  transition: color 0.15s ease, transform 0.15s ease;
}

.gfv3-demo-card:hover .gfv3-demo-card__cta {
  color: var(--gfv3-accent);
  transform: translateX(2px);
}

.gfv3-phones {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(0.65rem, 2vw, 1.1rem);
  min-width: 0;
}

.gfv3-phone {
  margin: 0;
  flex: 0 0 auto;
  width: clamp(9.5rem, 13vw, 12rem);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.gfv3-phone__label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gfv3-text-soft);
}

.gfv3-phone__label span {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gfv3-accent);
  background: var(--gfv3-accent-soft);
}

.gfv3-phone--on-dark {
  padding: 0.35rem;
  border-radius: var(--gfv3-radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gfv3-phone--on-dark .gfv3-shot-frame {
  border-color: rgba(255, 255, 255, 0.14);
}

.gfv3-phone:nth-child(2) {
  transform: translateY(-0.5rem);
}

/* Booking phone mocks */

.gfv3-book-mock {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.35rem 0.45rem 0.5rem;
  background: linear-gradient(180deg, #faf5ff 0%, #fff 28%);
  font-size: clamp(0.45rem, 1.6vw, 0.5625rem);
  line-height: 1.25;
}

.gfv3-book-mock__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.85rem;
  padding: 0 0.15rem;
  color: var(--gfv3-text);
}

.gfv3-book-mock__time {
  font-size: 0.58em;
  font-weight: 700;
}

.gfv3-book-mock__notch {
  width: 28%;
  height: 0.35rem;
  border-radius: 999px;
  background: #18181b;
  opacity: 0.12;
}

.gfv3-book-mock__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: 0.15rem;
  padding: 0.35rem 0.45rem;
  border-radius: var(--gfv3-radius-lg);
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.gfv3-book-mock__salon {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gfv3-book-mock__step {
  font-size: 0.85em;
  opacity: 0.88;
}

.gfv3-book-mock__dots {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0.35rem 0 0.15rem;
}

.gfv3-book-mock__dots i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #d4d4d8;
}

.gfv3-book-mock__dots i.is-active {
  width: 0.75rem;
  background: var(--gfv3-accent);
}

.gfv3-book-mock__title {
  margin: 0.2rem 0 0.35rem;
  padding: 0 0.15rem;
  font-size: 0.95em;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gfv3-text);
}

.gfv3-book-mock__list,
.gfv3-book-mock__masters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  flex: 1;
  min-height: 0;
}

.gfv3-book-mock__list li,
.gfv3-book-mock__masters li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.35rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
}

.gfv3-book-mock__list li.is-selected,
.gfv3-book-mock__masters li.is-selected {
  border-color: #c4b5fd;
  background: var(--gfv3-accent-soft);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.08);
}

.gfv3-book-mock__chip {
  width: 0.35rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--c, var(--gfv3-accent));
}

.gfv3-book-mock__list em,
.gfv3-book-mock__masters em {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: var(--gfv3-text);
}

.gfv3-book-mock__list small,
.gfv3-book-mock__masters small {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.82em;
  color: var(--gfv3-text-soft);
}

.gfv3-book-mock__avatar {
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  font-size: 0.62em;
  font-weight: 800;
  color: #fff;
  background: var(--c, var(--gfv3-accent));
}

.gfv3-book-mock__check {
  display: grid;
  place-items: center;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  font-size: 0.55em;
  font-style: normal;
  font-weight: 800;
  color: #fff;
  background: var(--gfv3-accent);
}

.gfv3-book-mock__days {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}

.gfv3-book-mock__days span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  padding: 0.22rem 0;
  border-radius: var(--gfv3-radius);
  font-weight: 600;
  color: var(--gfv3-text-soft);
  background: #f4f4f5;
}

.gfv3-book-mock__days span.is-active {
  color: #fff;
  background: var(--gfv3-accent);
}

.gfv3-book-mock__days span small {
  font-size: 0.85em;
  font-weight: 800;
}

.gfv3-book-mock__slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.22rem;
  margin-bottom: 0.35rem;
}

.gfv3-book-mock__slots span {
  padding: 0.28rem 0;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  text-align: center;
  font-weight: 600;
  color: var(--gfv3-text);
  background: #fff;
}

.gfv3-book-mock__slots span.is-active {
  border-color: var(--gfv3-accent);
  color: var(--gfv3-accent);
  background: var(--gfv3-accent-soft);
  font-weight: 800;
}

.gfv3-book-mock__summary {
  margin-top: auto;
  padding: 0.32rem 0.4rem;
  border-radius: var(--gfv3-radius-lg);
  border: 1px dashed #d4d4d8;
  background: #fafafa;
}

.gfv3-book-mock__summary span {
  display: block;
  color: var(--gfv3-text-soft);
}

.gfv3-book-mock__summary strong {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.92em;
  letter-spacing: -0.02em;
  color: var(--gfv3-text);
}

.gfv3-book-mock__cta {
  margin-top: 0.35rem;
  padding: 0.38rem;
  border-radius: var(--gfv3-radius-lg);
  text-align: center;
  font-weight: 800;
  color: #fff;
  background: var(--gfv3-accent);
  box-shadow: 0 4px 12px var(--gfv3-accent-glow);
}

/* MAX */

.gfv3-max {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(135deg, #0369a1 0%, #06affb 100%);
  color: #fff;
}

.gfv3-max__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.gfv3-max__eyebrow {
  display: inline-block;
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.gfv3-max h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gfv3-max__lead {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  opacity: 0.92;
}

.gfv3-max__points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.gfv3-max__points li {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-left: 2px solid rgba(255, 255, 255, 0.35);
}

.gfv3-max__points strong {
  display: block;
}

.gfv3-max__phones {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(0.55rem, 1.5vw, 0.85rem);
  min-width: 0;
}

.gfv3-max__phones .gfv3-phone {
  flex: 0 1 clamp(8.5rem, 12vw, 11rem);
}

.gfv3-max__phones .gfv3-phone__label {
  color: rgba(255, 255, 255, 0.92);
}

.gfv3-max__phones .gfv3-phone__label span {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}

/* MAX chat bot mockups */

.gfv3-max-chat {
  display: flex;
  flex-direction: column;
  height: 100%;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.1) 0 1.5px, transparent 2.5px),
    linear-gradient(165deg, #9cc9e8 0%, #7eb5dc 45%, #6eaed6 100%);
}

.gfv3-max-chat__head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.45rem;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gfv3-max-chat__avatar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.08rem;
  width: 1.15rem;
  height: 1.15rem;
  padding: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.gfv3-max-chat__avatar i {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.gfv3-max-chat__avatar--team {
  background: linear-gradient(135deg, #0284c7, #06affb);
}

.gfv3-max-chat__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}

.gfv3-max-chat__meta strong {
  font-size: 0.58em;
  font-weight: 700;
  color: #18181b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gfv3-max-chat__meta em {
  font-size: 0.48em;
  font-style: normal;
  color: #71717a;
}

.gfv3-max-chat__feed {
  flex: 1;
  min-height: 0;
  padding: 0.35rem 0.3rem 0.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.gfv3-max-chat__bubble {
  position: relative;
  max-width: 92%;
  padding: 0.32rem 0.38rem 0.42rem;
  border-radius: var(--gfv3-radius-lg) var(--gfv3-radius-lg) var(--gfv3-radius-lg) 2px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.gfv3-max-chat__bubble--alert {
  border-left: 2px solid #06affb;
}

.gfv3-max-chat__bubble strong {
  display: block;
  margin-bottom: 0.12rem;
  font-size: 0.56em;
  font-weight: 800;
  color: #18181b;
}

.gfv3-max-chat__bubble p {
  margin: 0;
  font-size: 0.52em;
  line-height: 1.35;
  color: #3f3f46;
}

.gfv3-max-chat__bubble time {
  position: absolute;
  right: 0.28rem;
  bottom: 0.18rem;
  font-size: 0.42em;
  color: #a1a1aa;
}

.gfv3-max-chat__keys {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  margin-top: 0.05rem;
}

.gfv3-max-chat__keys--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gfv3-max-chat__keys span {
  display: block;
  padding: 0.28rem 0.35rem;
  border-radius: var(--gfv3-radius);
  text-align: center;
  font-size: 0.5em;
  font-weight: 600;
  color: #fff;
  background: rgba(62, 148, 207, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.gfv3-max-chat__keys span.is-active {
  background: rgba(124, 58, 237, 0.92);
}

.gfv3-max-chat__keys span.is-muted {
  background: rgba(62, 148, 207, 0.55);
}

.gfv3-max-chat__input {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding: 0.32rem 0.38rem 0.38rem;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.gfv3-max-chat__input i {
  width: 0.55rem;
  height: 0.55rem;
  border: 1.5px solid #a1a1aa;
  border-radius: 999px;
  transform: rotate(-45deg);
}

.gfv3-max-chat__input span {
  flex: 1;
  font-size: 0.52em;
  color: #a1a1aa;
}

/* Pricing */

.gfv3-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.gfv3-price-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
}

.gfv3-price-card--highlight {
  border: 2px solid var(--gfv3-accent);
  box-shadow: 0 12px 40px var(--gfv3-accent-glow);
}

.gfv3-price-card__badge {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.65rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--gfv3-radius);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gfv3-accent);
  background: var(--gfv3-accent-soft);
}

.gfv3-price-card__desc {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-soft);
  line-height: 1.45;
}

.gfv3-price-card h3 {
  margin: 0;
  font-size: 1.125rem;
}

.gfv3-price-card__price {
  margin: 0.5rem 0 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gfv3-price-card__price small {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gfv3-text-soft);
}

.gfv3-price-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.gfv3-price-card li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
  line-height: 1.45;
}

.gfv3-price-card li + li {
  margin-top: 0.4rem;
}

.gfv3-price-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gfv3-accent);
}

.gfv3-price-card .gfv3-btn {
  width: 100%;
  margin-top: 1.15rem;
}

/* Final */

.gfv3-final {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  text-align: center;
  background: var(--gfv3-bg-muted);
  border-top: 1px solid var(--gfv3-border);
}

.gfv3-final h2 {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gfv3-final p {
  margin: 0.75rem auto 0;
  max-width: 32rem;
  color: var(--gfv3-text-muted);
}

.gfv3-final .gfv3-hero__cta {
  justify-content: center;
  margin-top: 1.5rem;
}

.gfv3-footer {
  padding: 2.5rem 0 2rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  background: var(--gfv3-bg-dark);
  border-top: 1px solid var(--gfv3-border-dark);
}

.gfv3-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.gfv3-footer .gfv3-logo {
  color: #fff;
}

.gfv3-footer .gfv3-logo__wordmark-site {
  color: #fff;
}

.gfv3-footer .gfv3-logo__tagline {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1024px) {
  .gfv3-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gfv3-max__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .gfv3-nav {
    display: none;
  }

  .gfv3-header__actions {
    margin-left: auto;
  }

  .gfv3-hero__grid,
  .gfv3-ai__grid,
  .gfv3-ai__intro,
  .gfv3-split,
  .gfv3-bento__card--featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .gfv3-hero__title-accent {
    white-space: normal;
  }

  .gfv3-trust ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gfv3-quote {
    max-width: none;
  }

  .gfv3-browser {
    transform: none;
  }

  .gfv3-bento__card--featured .gfv3-shot-frame--desktop {
    min-height: 10rem;
  }

  .gfv3-header__inner {
    min-width: 0;
    gap: 0.5rem;
  }

  .gfv3-logo {
    min-width: 0;
  }

  .gfv3-logo__text {
    min-width: 0;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .gfv3-demo-row,
  .gfv3-pricing {
    grid-template-columns: minmax(0, 1fr);
  }

  .gfv3-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .gfv3-stat dt {
    font-size: 1.2rem;
  }

  .gfv3-stat dd {
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .gfv3-trust ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .gfv3-phones,
  .gfv3-max__phones {
    flex-direction: column;
    align-items: center;
  }

  .gfv3-phone {
    flex-basis: auto;
    width: min(100%, 14rem);
  }

  .gfv3-header__actions .gfv3-btn--ghost {
    display: none;
  }

  .gfv3-logo__tagline {
    display: none;
  }

  .gfv3-phone:nth-child(2) {
    transform: none;
  }

  .gfv3-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .gfv3-hero__cta .gfv3-btn {
    width: 100%;
  }

  .gfv3-hero__title {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
  }

  .gfv3-kicker {
    white-space: normal;
    line-height: 1.35;
  }
}

/* Prod landing (??? dev-banner) */
.gfv3-page--prod {
  --gfv3-banner-h: 0px;
  --gfv3-scroll-offset: calc(var(--gfv3-header-h) + 0.75rem);
}

.gfv3-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
  margin-top: 0.75rem;
}

.gfv3-footer__links a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.gfv3-footer__links a:hover {
  color: #c4b5fd;
}

.gfv3-footer__copy,
.gfv3-footer .site-footer__copy,
.gfv3-footer .site-footer__legal {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}

.gfv3-footer .site-footer__legal a {
  color: #c4b5fd;
}

/* Cookie consent (site.js) ?? v3-???????? */
.site-cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, var(--gfv3-bg) 94%, transparent);
  border-top: 1px solid var(--gfv3-border);
  box-shadow: 0 -8px 24px rgb(15 23 42 / 8%);
  backdrop-filter: blur(10px);
}

.site-cookie-consent__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--gfv3-container);
  margin: 0 auto;
  padding: 0 1rem;
}

.site-cookie-consent__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--gfv3-text-muted);
}

.site-cookie-consent__link {
  color: var(--gfv3-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-cookie-consent__btn {
  flex-shrink: 0;
  min-width: 72px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: var(--gfv3-radius);
  background: var(--gfv3-accent);
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.site-cookie-consent__btn:hover {
  background: var(--gfv3-accent-hover);
}

@media (max-width: 640px) {
  .site-cookie-consent__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .site-cookie-consent__btn {
    width: 100%;
  }
}

/* SiteSales platform ? ???????, ?????, B2B */

.gfv3-logo__wordmark-site {
  color: var(--gfv3-text);
}

.gfv3-logo__wordmark-sales {
  color: var(--gfv3-accent);
}

.gfv3-trust {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--gfv3-border);
  background: var(--gfv3-bg-muted);
}

.gfv3-trust ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.gfv3-trust li {
  min-width: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--gfv3-text-muted);
}

.gfv3-trust li::before {
  content: '\2713';
  margin-right: 0.35rem;
  color: var(--gfv3-accent);
  font-weight: 700;
}

.gfv3-showcase {
  display: grid;
  gap: 0.85rem;
}

.gfv3-showcase-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
  overflow: hidden;
}

.gfv3-showcase-card--featured {
  border-color: color-mix(in srgb, var(--product-color, var(--gfv3-accent)) 35%, var(--gfv3-border));
  box-shadow: 0 12px 40px color-mix(in srgb, var(--product-color, var(--gfv3-accent)) 18%, transparent);
}

.gfv3-showcase-card__featured-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
}

.gfv3-showcase-card__cover {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--gfv3-bg-muted);
}

.gfv3-showcase-card__cover a {
  display: block;
  width: 100%;
  height: 100%;
}

.gfv3-showcase-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gfv3-showcase-card__cover--featured {
  min-height: 0;
}

@media (min-width: 1025px) {
  .gfv3-showcase-card__featured-grid .gfv3-showcase-card__cover--featured {
    aspect-ratio: auto;
    min-height: 100%;
    align-self: stretch;
  }
}

.gfv3-showcase-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem;
  gap: 0.65rem;
}

.gfv3-showcase-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.gfv3-showcase-card__logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.gfv3-showcase-card__name {
  margin: 0;
  font-size: 1.125rem;
}

.gfv3-showcase-card__name a {
  color: inherit;
  text-decoration: none;
}

.gfv3-showcase-card__subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
}

.gfv3-showcase-card__domain {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--gfv3-accent);
  text-decoration: none;
}

.gfv3-showcase-card__badge {
  margin-left: auto;
  padding: 0.2rem 0.5rem;
  border-radius: var(--gfv3-radius);
  background: #ecfdf5;
  color: #047857;
  font-size: 0.6875rem;
  font-weight: 600;
  white-space: nowrap;
}

.gfv3-showcase-card__for {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-soft);
}

.gfv3-showcase-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.gfv3-showcase-card__features li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
  line-height: 1.45;
}

.gfv3-showcase-card__features li + li {
  margin-top: 0.35rem;
}

.gfv3-showcase-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--product-color, var(--gfv3-accent));
}

.gfv3-showcase-card__actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.gfv3-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.gfv3-showcase-footnote {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--gfv3-text-muted);
}

.gfv3-showcase-footnote a {
  color: var(--gfv3-accent);
}

.gfv3-why-grid {
  display: grid;
  gap: 1rem;
}

.gfv3-why-block {
  padding: 1.15rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
}

.gfv3-why-block__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
}

.gfv3-why-block__split--reverse .gfv3-why-block__media {
  order: 2;
}

.gfv3-why-block__split--reverse .gfv3-why-block__body {
  order: 1;
}

.gfv3-why-block__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--gfv3-radius);
}

.gfv3-why-block__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: var(--gfv3-radius);
  border: 1px solid var(--gfv3-border);
}

.gfv3-why-block h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.gfv3-why-block__intro {
  margin: 0 0 0.75rem;
  color: var(--gfv3-text-muted);
  font-size: 0.9375rem;
}

.gfv3-why-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfv3-why-block__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
  line-height: 1.45;
}

.gfv3-why-block__list li + li {
  margin-top: 0.4rem;
}

.gfv3-why-block__list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--gfv3-accent);
  font-weight: 700;
}

.gfv3-process-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--gfv3-border);
}

.gfv3-process-block:last-child {
  border-bottom: none;
}

.gfv3-process-block--reverse .gfv3-process-block__shot {
  order: 2;
}

.gfv3-process-block--reverse .gfv3-process-block__copy {
  order: 1;
}

.gfv3-process-block__tag {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gfv3-accent);
}

.gfv3-process-block h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.gfv3-process-block__lead {
  margin: 0 0 0.75rem;
  color: var(--gfv3-text-muted);
  font-size: 0.9375rem;
}

.gfv3-process-block__list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--gfv3-text-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.gfv3-process-block__list li + li {
  margin-top: 0.3rem;
}

.gfv3-constructors-footnote {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--gfv3-text-muted);
}

.gfv3-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.gfv3-case-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
  overflow: hidden;
}

.gfv3-case-card__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.gfv3-case-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gfv3-case-card__photo-cap {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  padding: 0.2rem 0.45rem;
  border-radius: var(--gfv3-radius);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
}

.gfv3-case-card__content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.gfv3-case-card__meta {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gfv3-accent);
}

.gfv3-case-card__label {
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gfv3-text-soft);
}

.gfv3-case-card__story p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
  line-height: 1.45;
}

.gfv3-case-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

.gfv3-case-card__metric {
  padding: 0.45rem;
  border-radius: var(--gfv3-radius);
  background: var(--gfv3-bg-muted);
  text-align: center;
}

.gfv3-case-card__metric strong {
  display: block;
  font-size: 0.875rem;
  color: var(--gfv3-accent);
}

.gfv3-case-card__metric span {
  font-size: 0.625rem;
  color: var(--gfv3-text-soft);
  line-height: 1.3;
}

.gfv3-case-card__quote {
  margin: 0;
  padding: 0.75rem;
  border-left: 3px solid var(--gfv3-accent);
  background: var(--gfv3-bg-muted);
  border-radius: 0 var(--gfv3-radius) var(--gfv3-radius) 0;
}

.gfv3-case-card__quote p {
  margin: 0;
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--gfv3-text-muted);
}

.gfv3-case-card__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--gfv3-text-soft);
  font-style: normal;
}

.gfv3-case-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.gfv3-b2b-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.gfv3-b2b-offer {
  padding: 1rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
}

.gfv3-b2b-offer h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.gfv3-intents-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gfv3-intent p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--gfv3-text-muted);
}

.gfv3-intent__link {
  margin-top: 0.75rem !important;
}

.gfv3-intent__link a {
  font-weight: 600;
  color: var(--gfv3-accent);
  text-decoration: none;
}

.gfv3-intent__link a:hover {
  text-decoration: underline;
}

.gfv3-intents-footnote {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--gfv3-text-muted);
  text-align: center;
}

.gfv3-b2b-offer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfv3-b2b-offer li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
}

.gfv3-b2b-offer li + li {
  margin-top: 0.35rem;
}

.gfv3-b2b-offer li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--gfv3-accent);
}

.gfv3-b2b-steps {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.gfv3-b2b-step {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.7rem;
  row-gap: 0.15rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  background: #fff;
}

.gfv3-b2b-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.1rem 0 0;
  border-radius: var(--gfv3-radius);
  background: var(--gfv3-accent-soft);
  color: var(--gfv3-accent);
  font-size: 0.75rem;
  font-weight: 700;
}

.gfv3-b2b-step strong {
  display: block;
  grid-column: 2;
  font-size: 0.875rem;
  line-height: 1.25;
}

.gfv3-b2b-step p {
  margin: 0;
  grid-column: 2;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--gfv3-text-muted);
}

#b2b > .gfv3-container > .gfv3-kicker {
  margin-top: 0.35rem;
}

.gfv3-b2b-cta {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: var(--gfv3-radius-lg);
  background: var(--gfv3-accent-soft);
  text-align: center;
}

.gfv3-b2b-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.gfv3-b2b-form-wrap {
  padding: 1.15rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
}

.gfv3-b2b-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.gfv3-b2b-form__field--full {
  grid-column: 1 / -1;
}

.gfv3-b2b-form__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gfv3-text-muted);
}

.gfv3-b2b-form__input,
.gfv3-b2b-form__select,
.gfv3-b2b-form__textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  font: inherit;
  font-size: 0.875rem;
  background: #fff;
}

.gfv3-b2b-form__input:focus,
.gfv3-b2b-form__select:focus,
.gfv3-b2b-form__textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--gfv3-accent) 35%, transparent);
  border-color: var(--gfv3-accent);
}

.gfv3-b2b-form__consent {
  display: flex;
  gap: 0.5rem;
  margin: 0.85rem 0;
  font-size: 0.8125rem;
  color: var(--gfv3-text-muted);
}

.gfv3-b2b-form__consent a {
  color: var(--gfv3-accent);
}

.gfv3-b2b-form__hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.gfv3-b2b-form__status--success {
  color: #047857;
}

.gfv3-b2b-form__status--error {
  color: #b91c1c;
}

.gfv3-faq__groups {
  display: grid;
  gap: 1.25rem;
}

.gfv3-faq__group-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  color: var(--gfv3-accent);
}

.gfv3-faq__item {
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius);
  background: #fff;
}

.gfv3-faq__item + .gfv3-faq__item {
  margin-top: 0.45rem;
}

.gfv3-faq__item summary {
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9375rem;
  list-style: none;
}

.gfv3-faq__item summary::-webkit-details-marker {
  display: none;
}

.gfv3-faq__item p {
  margin: 0;
  padding: 0 1rem 0.85rem;
  font-size: 0.875rem;
  color: var(--gfv3-text-muted);
  line-height: 1.5;
}

.gfv3-final-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  max-width: 720px;
  margin: 0 auto;
}

.gfv3-final-card {
  padding: 1.25rem;
  border: 1px solid var(--gfv3-border);
  border-radius: var(--gfv3-radius-lg);
  background: #fff;
  text-align: center;
}

.gfv3-final-card--primary {
  border-color: var(--gfv3-accent);
  box-shadow: 0 12px 40px var(--gfv3-accent-glow);
}

.gfv3-final-card h3 {
  margin: 0 0 0.35rem;
}

.gfv3-final-card p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--gfv3-text-muted);
}

.gfv3-ai__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0;
}

.gfv3-ai__badge-hint {
  font-size: 0.8125rem;
  color: var(--gfv3-ai-text-soft);
}

.gfv3-ai__feature h3 {
  margin: 0 0 0.2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gfv3-ai-text);
}

.gfv3-ai__feature p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--gfv3-ai-text-muted);
  line-height: 1.45;
}

.gfv3-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 1.25rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

.gfv3-footer__col-heading {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
}

.gfv3-footer__col nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gfv3-footer__col a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.gfv3-footer__col a:hover {
  color: #c4b5fd;
}

.gfv3-footer__pitch {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
}

.gfv3-footer__col a.gfv3-footer__email,
.gfv3-footer__email {
  font-size: 0.8125rem;
  color: #c4b5fd;
}

@media (max-width: 1024px) {
  .gfv3-showcase-card__featured-grid,
  .gfv3-why-block__split,
  .gfv3-process-block,
  .gfv3-cases-grid,
  .gfv3-b2b-offers,
  .gfv3-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gfv3-showcase-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gfv3-showcase-card__cover--featured {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .gfv3-b2b-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gfv3-process-block--reverse .gfv3-process-block__shot,
  .gfv3-process-block--reverse .gfv3-process-block__copy {
    order: unset;
  }
}

@media (max-width: 640px) {
  .gfv3-b2b-form__grid,
  .gfv3-b2b-steps,
  .gfv3-final-cards,
  .gfv3-ai__features,
  .gfv3-case-card__metrics {
    grid-template-columns: minmax(0, 1fr);
  }
}
