/* ============================================================
   Fixel Font Faces
   ============================================================ */
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Fixel Text', -apple-system, 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: linear-gradient(180deg, #b8dbfd 0%, #daeefe 18%, #f0f8ff 36%, #ffffff 55%);
  min-height: 100vh;
}

/* ============================================================
   Layout
   ============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ============================================================
   Site header / logo
   ============================================================ */
.site-header {
  display: flex;
  justify-content: flex-start;
  padding: 20px 48px 0;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000000;
}

.site-header__mark {
  flex-shrink: 0;
}

.site-header__wordmark {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 1;
  color: #000000;
}

.site-header__by-lockup {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-header__by-text,
.site-header__macpaw-text {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

.site-header__macpaw-paw {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.5);
}

/* ============================================================
   Hero heading
   ============================================================ */
.hero {
  text-align: center;
  padding: 36px 24px 24px;
}

.hero__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #000000;
  white-space: normal;
}

/* ============================================================
   Toggle bar
   ============================================================ */
.toggle-bar {
  display: flex;
  justify-content: center;
  padding: 16px 48px 12px;
}

/* ============================================================
   Billing Toggle
   ============================================================ */
.billing-toggle {
  display: inline-flex;
  align-items: center;
  background: #ebebeb;
  border-radius: 100px;
  padding: 4px;
  gap: 0;
}

.billing-toggle__btn {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 9px 18px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.18s ease;
  background: transparent;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  line-height: 1;
}

.billing-toggle__btn.is-active {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.billing-toggle__badge {
  color: #5b4fcf;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px;
}

/* ============================================================
   Pricing Section
   ============================================================ */
.pricing {
  padding: 0 48px 64px;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* ============================================================
   Plans include bar
   ============================================================ */
.plans-include {
  text-align: center;
  padding: 0 48px 20px;
}

.plans-include__label {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 16px;
}

.plans-include__list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 32px;
}

.plans-include__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.plans-include__icon {
  color: #FF00AA;
  flex-shrink: 0;
}

/* ============================================================
   Pricing Card
   ============================================================ */
.card {
  background: #ffffff;
  border: 1.5px solid #e8e8e8;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.card--featured {
  border-color: #FF00AA;
  border-width: 2px;
  position: relative;
}

/* Badge floats above the featured card */
.card__badge {
  display: inline-block;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #FF00AA;
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 16px;
  align-self: flex-start;
}

/* Top: plan name + description */
.card__top {
  margin-bottom: 32px;
}

.card__name {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 8px;
}

.card__description {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.55);
  min-height: 44px;
}

/* Mid: price block */
.card__mid {
  margin-bottom: 28px;
}

.card__starts-at {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
}

.card__pricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.card__price-current {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
  color: #000000;
}

.card__price-unit {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

.card__billing-note {
  display: none;
  margin-top: 10px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.4;
}

.card__billing-save {
  color: #1a9e5a;
  font-weight: 600;
}

/* App count block */
.card__app-count {
  margin-top: 4px;
}

.card__app-num {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1px;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 6px;
}

.card__app-desc {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.4;
}

body.is-yearly .card__billing-note {
  display: block;
}

/* CTA block */
.card__cta {
  margin-bottom: 28px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: block;
  width: 100%;
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 13px 24px;
  border-radius: 12px;
  border: 2px solid #000000;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  color: #000000;
}

.btn:hover {
  transform: scale(1.02);
}

.btn--primary {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn--primary:hover {
  filter: brightness(1.08);
}


/* ============================================================
   Micro text below CTA
   ============================================================ */
.card__micro {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 8px;
}

/* ============================================================
   Features
   ============================================================ */
.card__divider {
  height: 1px;
  background: #e8e8e8;
  margin: 24px 0;
}

.card__features-heading {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}

.features-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features-list__item {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 26px;
  position: relative;
}

.features-list__item::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  color: #FF00AA;
  font-weight: 700;
  font-size: 13px;
}

.features-list__link {
  color: #FF00AA;
  text-decoration: underline;
  text-decoration-color: rgba(255, 0, 170, 0.35);
  text-underline-offset: 2px;
}

.features-list__link:hover {
  text-decoration-color: #FF00AA;
}

.features-list__item--platforms {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.features-list__item--platforms::before {
  align-self: center;
  flex-shrink: 0;
}

.platform-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.platform-icon {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}

/* ============================================================
   Tooltip
   ============================================================ */
.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 4px;
}

.tooltip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 700;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  cursor: default;
  line-height: 1;
  flex-shrink: 0;
}

.tooltip__bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  color: #ffffff;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

.tooltip__bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1a1a1a;
}

.tooltip:hover .tooltip__bubble,
.tooltip:focus-within .tooltip__bubble {
  opacity: 1;
}

/* ============================================================
   Social proof
   ============================================================ */
.social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px auto 0;
  padding: 20px 40px;
  max-width: 560px;
  background: rgba(255, 0, 170, 0.06);
  border: 1px solid rgba(255, 0, 170, 0.15);
  border-radius: 16px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.social-proof__label {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.social-proof__stat {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

.social-proof__sep {
  color: rgba(255, 0, 170, 0.4);
}


/* ============================================================
   Trust signal
   ============================================================ */
.trust-signal {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  margin-top: 20px;
}

/* ============================================================
   Full comparison table
   ============================================================ */
.compare {
  padding: 72px 48px 96px;
  background: #f4f4f4;
}

.compare__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.compare__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
}

.compare__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}

.compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

/* Header row */
.compare__th {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding: 28px 20px 20px;
  border-bottom: 1px solid #ebebeb;
}

.compare__th--feature {
  text-align: left;
  width: 36%;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.compare__th--highlight {
  background: #fff0f8;
  color: #FF00AA;
  position: relative;
}

.compare__th--highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FF00AA;
  border-radius: 0 0 3px 3px;
}

.compare__th-price {
  display: block;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
}

.compare__th--highlight .compare__th-price {
  color: rgba(255, 0, 170, 0.55);
}

/* Body cells */
.compare__td {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
}

tbody tr:last-child .compare__td {
  border-bottom: none;
}

.compare__td--feature {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.compare__td--highlight {
  background: #fff8fc;
}

/* Check & dash */
.compare__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FF00AA;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.compare__dash {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  vertical-align: middle;
}

/* CTA row */
.compare__row--cta .compare__td {
  padding: 24px 20px 28px;
  border-bottom: none;
}

.compare__btn {
  display: inline-block;
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 11px 22px;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000000;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.compare__btn:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.compare__btn--primary {
  background: #FF00AA;
  border-color: #FF00AA;
  color: #ffffff;
}

.compare__btn--primary:hover {
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .compare {
    padding: 48px 20px 64px;
  }

  .social-proof {
    padding: 16px 24px;
    font-size: 14px;
    margin: 24px 16px 0;
  }
}

/* ============================================================
   Stats bar
   ============================================================ */
.stats {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 48px;
}

.stats__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.stats__item {
  text-align: center;
  flex: 1;
}

.stats__number {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1.5px;
  color: #000000;
  line-height: 1;
  margin-bottom: 10px;
}

.stats__label {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
}

.stats__sep {
  width: 1px;
  height: 48px;
  background: #e0e0e0;
  flex-shrink: 0;
}

.stats__sep--tall {
  height: 100px;
}

.stats__badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.stats__badges-label {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.stats__badges-row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

/* Scaled-down badges for stats bar */
.stats__badges-row .g2-badge {
  width: 88px;
  padding: 12px 8px 28px;
}

.stats__badges-row .g2-badge__title {
  font-size: 10px;
  margin-bottom: 5px;
}

.stats__badges-row .g2-badge__season {
  font-size: 7px;
  padding: 1px 5px;
  margin-bottom: 2px;
}

.stats__badges-row .g2-badge__year {
  font-size: 9px;
}

.stats__badges-row .g2-badge__star {
  font-size: 14px;
  margin-top: 2px;
}

.stats__badges-row .g2-badge__logo {
  margin-bottom: 6px;
}

/* ============================================================
   Press
   ============================================================ */
.press {
  background: #f7f7f7;
  padding: 64px 48px;
  border-top: 1px solid #efefef;
}

.press__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.press__label {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 28px;
}

.press__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.press-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow 0.2s ease;
}

.press-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.press-card__pub {
  display: inline-block;
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.4px;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 20px;
}

.press-card__pub--macworld { color: #006eb3; }
.press-card__pub--macrumors { color: #1a1a1a; }
.press-card__pub--appleinsider { color: #d00000; }

.press-card__pub:hover { opacity: 0.75; }

.press-card__quote {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 20px;
  flex: 1;
  position: relative;
  padding-top: 32px;
}

.press-card__quote::before {
  content: '\201C';
  position: absolute;
  left: -2px;
  top: -4px;
  font-size: 52px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.08);
  font-family: Georgia, serif;
}

.press-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  margin-top: auto;
  line-height: 1.4;
  transition: color 0.15s;
}

.press-card__link:hover {
  color: rgba(0, 0, 0, 0.75);
}

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials {
  background: #ffffff;
  padding: 80px 48px 96px;
}

.testimonials__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 8px;
}

.testimonials__subtitle {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 32px;
}

/* Aggregate score badges */
.testimonials__scores {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.testimonials__scores-sep {
  width: 1px;
  height: 20px;
  background: #e0e0e0;
}

.score-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.score-badge strong {
  color: #000000;
}

.score-badge:hover {
  color: rgba(0, 0, 0, 0.9);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Review card */
.review {
  background: #ffffff;
  border: 1.5px solid #ebebeb;
  border-radius: 20px;
  padding: 28px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.review:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
}

.review--trustpilot:hover { border-color: rgba(0, 182, 122, 0.3); }
.review--g2:hover { border-color: rgba(255, 73, 44, 0.3); }

.review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review__stars {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}

.review--trustpilot .review__stars { color: #00b67a; }
.review--g2 .review__stars { color: #ff492c; }

.review__platform {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
  transition: opacity 0.15s;
  flex-shrink: 0;
}

.review__platform:hover { opacity: 1; }

.review__quote {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.82);
  flex: 1;
  margin-bottom: 20px;
}

.review__user {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.review__verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

@media (max-width: 768px) {
  .stats {
    padding: 40px 24px;
  }

  .stats__inner {
    flex-wrap: wrap;
    gap: 32px;
  }

  .stats__item {
    flex: 1 1 calc(50% - 24px);
  }

  .stats__sep {
    display: none;
  }

  .press {
    padding: 48px 24px;
  }

  .press__grid {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding: 56px 24px 72px;
  }

  .testimonials__title {
    font-size: 28px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   G2 Badges (shield-shaped, used inside stats bar)
   ============================================================ */

/* Shield-shaped badge: drop-shadow wrapper + clip-path inner */
.g2-badge-outer {
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.09));
  transition: filter 0.2s ease;
}

.g2-badge-outer:hover {
  filter: drop-shadow(0 6px 20px rgba(255, 73, 44, 0.18));
}

.g2-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 136px;
  padding: 20px 14px 42px; /* extra bottom padding for the clipped point */
  background: #ffffff;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px 10px 2px 2px;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  gap: 0;
}

.g2-badge__logo {
  margin-bottom: 10px;
}

.g2-badge__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.g2-badge__season {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 7px;
  color: #fff;
  margin-bottom: 4px;
}

.g2-badge__season--winter { background: #e8521a; }
.g2-badge__season--americas { background: #6c3fc5; }

.g2-badge__year {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
}

.g2-badge__star {
  color: #ff492c;
  font-size: 20px;
  margin-top: 4px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: #ffffff;
  padding: 80px 48px 96px;
  border-top: 1px solid #f0f0f0;
}

.faq__inner {
  max-width: 720px;
  margin: 0 auto;
}

.faq__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 40px;
}

.faq__list {
  display: flex;
  flex-direction: column;
}

.faq__item {
  border-bottom: 1px solid #efefef;
}

.faq__item:first-child {
  border-top: 1px solid #efefef;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  line-height: 1.4;
  user-select: none;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__icon {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
}

.faq__item[open] .faq__icon {
  transform: rotate(180deg);
}

.faq__item[open] .faq__question {
  color: #FF00AA;
}

.faq__item[open] .faq__icon {
  color: #FF00AA;
}

.faq__answer {
  padding-bottom: 20px;
}

.faq__answer p {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .faq {
    padding: 56px 24px 72px;
  }

  .faq__title {
    font-size: 28px;
  }

  .g2-badges__row {
    flex-direction: column;
  }

  .g2-badge {
    min-width: unset;
  }
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: #000000;
  padding: 48px;
  text-align: center;
}

.footer__logo {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 4px;
}

.footer__by {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  margin-bottom: 32px;
}

.footer__links a {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__links a:hover {
  color: #ffffff;
}

.footer__copy {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   Fake-door popup
   ============================================================ */
.fd-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.fd-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.fd-overlay[aria-hidden="true"] {
  display: none;
}

.fd-modal {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.fd-modal__eyebrow {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}

.fd-modal__title {
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 16px;
}

.fd-modal__body {
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 28px;
}

.fd-modal__cta {
  display: block;
  width: 100%;
  font-family: 'Fixel Display', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 14px 24px;
  border-radius: 100px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.15s ease;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.fd-modal__cta:hover {
  opacity: 0.8;
}

.fd-modal__close {
  display: block;
  width: 100%;
  font-family: 'Fixel Text', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.35);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: color 0.15s ease;
}

.fd-modal__close:hover {
  color: rgba(0, 0, 0, 0.65);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card--featured {
    grid-column: span 2;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .toggle-bar {
    padding: 16px 20px 12px;
  }

  .pricing {
    padding: 0 20px 64px;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
  }

  .card--featured {
    grid-column: span 1;
    max-width: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer__links {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 375px) {
  .card__price-current {
    font-size: 36px;
  }
}
