/* ============================================
   Full Campaign Page — Apple-Style Design
   ============================================ */

.full-campaign-page {
  --fc-blue: #0071e3;
  --fc-blue-hover: #0077ed;
  --fc-black: #1d1d1f;
  --fc-gray: #86868b;
  --fc-light-gray: #f5f5f7;
  --fc-white: #ffffff;
  --fc-border: #d2d2d7;
  --fc-green: #34c759;
  --fc-gold: #bf8d30;
  --fc-gradient-start: #1d1d1f;
  --fc-gradient-end: #2d2d30;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display',
               'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Breadcrumb ── */
.fc-breadcrumb {
  padding: 20px 0 0;
  text-align: center;
  background: var(--fc-white);
}
.fc-breadcrumb nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--fc-gray);
}
.fc-breadcrumb a {
  color: var(--fc-blue);
  text-decoration: none;
}
.fc-breadcrumb a:hover {
  text-decoration: underline;
}

/* ── Hero Section — Dark, Apple Keynote Style ── */
.fc-hero {
  background: linear-gradient(180deg, #000000 0%, #1a1a2e 100%);
  padding: 100px 0 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fc-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0,113,227,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.fc-hero .container {
  position: relative;
  z-index: 1;
}
.fc-hero-eyebrow {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fc-blue);
  margin-bottom: 1.25rem;
}
.fc-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #ffffff;
  max-width: 850px;
  margin: 0 auto 1.5rem;
}
.fc-hero h1 span {
  background: linear-gradient(135deg, #0071e3, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fc-hero-sub {
  font-size: 1.35rem;
  font-weight: 400;
  color: #a1a1a6;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  line-height: 1.5;
}
.fc-hero-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2.5rem;
}
.fc-hero-price .price-tag {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.fc-hero-price .price-label {
  font-size: 1.1rem;
  color: #a1a1a6;
  font-weight: 400;
}
.fc-hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.fc-btn-primary {
  background: var(--fc-blue);
  border: none;
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 980px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.fc-btn-primary:hover {
  background: var(--fc-blue-hover);
  color: #fff;
  transform: scale(1.02);
}
.fc-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 980px;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.fc-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

/* ── Hero Trust Line ── */
.fc-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  margin-top: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.fc-hero-trust i {
  font-size: 1.05rem;
  color: var(--fc-green);
}

/* ── What You Get — Marquee ── */
.fc-included {
  background: var(--fc-black);
  padding: 40px 0;
  overflow: hidden;
}
.fc-included-track {
  display: flex;
  gap: 48px;
  animation: fc-marquee 20s linear infinite;
  width: max-content;
}
.fc-included-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  color: #e0e0e0;
}
.fc-included-item i {
  color: var(--fc-green);
  font-size: 1.1rem;
}
@keyframes fc-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── What's Inside Section ── */
.fc-whats-inside {
  padding: 100px 0;
  background: var(--fc-white);
}
.fc-section-eyebrow {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fc-blue);
  margin-bottom: 1rem;
}
.fc-whats-inside h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fc-black);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.fc-whats-inside .section-desc {
  text-align: center;
  font-size: 1.15rem;
  color: var(--fc-gray);
  max-width: 620px;
  margin: 0 auto 4rem;
  line-height: 1.6;
}
.fc-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.fc-deliverable-card {
  background: var(--fc-light-gray);
  border-radius: 24px;
  padding: 40px 32px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.fc-deliverable-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.fc-deliverable-icon {
  width: 72px;
  height: 72px;
  background: var(--fc-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.fc-deliverable-icon i {
  font-size: 1.75rem;
  color: var(--fc-blue);
}
.fc-deliverable-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.fc-deliverable-count {
  font-size: 2rem;
  font-weight: 700;
  color: var(--fc-blue);
  margin-bottom: 0.5rem;
  line-height: 1;
}
.fc-deliverable-card p {
  font-size: 0.95rem;
  color: var(--fc-gray);
  line-height: 1.6;
}

/* ── Why Full Campaign in 2026 ── */
.fc-why-section {
  padding: 100px 0;
  background: var(--fc-light-gray);
}
.fc-why-section h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fc-black);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.fc-why-section .section-desc {
  text-align: center;
  font-size: 1.15rem;
  color: var(--fc-gray);
  max-width: 700px;
  margin: 0 auto 4rem;
  line-height: 1.6;
}
.fc-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.fc-why-card {
  background: var(--fc-white);
  border-radius: 24px;
  padding: 40px 36px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.fc-why-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--fc-blue);
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.fc-why-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.fc-why-card p {
  font-size: 0.95rem;
  color: var(--fc-gray);
  line-height: 1.65;
}

/* ── How It Works ── */
.fc-how-section {
  padding: 100px 0;
  background: var(--fc-white);
}
.fc-how-section h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fc-black);
  margin-bottom: 4rem;
}
.fc-steps {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.fc-step {
  flex: 1;
  text-align: center;
  position: relative;
}
.fc-step-number {
  width: 56px;
  height: 56px;
  background: var(--fc-light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--fc-blue);
  position: relative;
}
.fc-step h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 0.5rem;
}
.fc-step p {
  font-size: 0.9rem;
  color: var(--fc-gray);
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}
.fc-step-connector {
  position: absolute;
  top: 28px;
  right: -16px;
  color: var(--fc-border);
  font-size: 1.25rem;
}

/* ── Pricing Comparison ── */
.fc-pricing-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #000000 0%, #0a0a1a 100%);
  text-align: center;
}
.fc-pricing-section h2 {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.fc-pricing-section .section-desc {
  font-size: 1.15rem;
  color: #a1a1a6;
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
.fc-pricing-comparison {
  max-width: 700px;
  margin: 0 auto 3rem;
}
.fc-pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.fc-pricing-row:last-child {
  border-bottom: none;
}
.fc-pricing-row .label {
  font-size: 1rem;
  color: #e0e0e0;
  font-weight: 400;
  text-align: left;
}
.fc-pricing-row .traditional {
  font-size: 0.95rem;
  color: #ff453a;
  font-weight: 500;
  text-decoration: line-through;
  min-width: 100px;
  text-align: center;
}
.fc-pricing-row .adgpt {
  font-size: 0.95rem;
  color: var(--fc-green);
  font-weight: 600;
  min-width: 100px;
  text-align: center;
}
.fc-pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 28px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 4px;
}
.fc-pricing-header .label {
  font-size: 0.85rem;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: left;
}
.fc-pricing-header .traditional {
  font-size: 0.85rem;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
}
.fc-pricing-header .adgpt {
  font-size: 0.85rem;
  color: var(--fc-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
}
.fc-pricing-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  margin-top: 8px;
}
.fc-pricing-total .label {
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
}
.fc-pricing-total .traditional {
  font-size: 1.1rem;
  color: #ff453a;
  font-weight: 600;
  text-decoration: line-through;
  min-width: 100px;
  text-align: center;
}
.fc-pricing-total .adgpt {
  font-size: 1.3rem;
  color: var(--fc-green);
  font-weight: 700;
  min-width: 100px;
  text-align: center;
}

/* ── Trial Badge (Pricing Section) ── */
.fc-trial-badge {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.fc-trial-badge-inner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 18px 28px;
  text-align: left;
}
.fc-trial-badge-inner i {
  font-size: 1.75rem;
  color: var(--fc-green);
  flex-shrink: 0;
}
.fc-trial-badge-inner strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}
.fc-trial-badge-inner span {
  font-size: 0.88rem;
  color: #a1a1a6;
  font-weight: 400;
}

/* ── Final CTA Trust Line ── */
.fc-final-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  margin-top: 1.5rem;
  font-weight: 400;
}
.fc-final-trust i {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.35);
}

/* ── Social Proof / Stats ── */
.fc-stats-section {
  padding: 80px 0;
  background: var(--fc-light-gray);
}
.fc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.fc-stat h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--fc-blue);
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}
.fc-stat p {
  font-size: 0.95rem;
  color: var(--fc-gray);
  font-weight: 500;
}

/* ── AEO / Short Answer Section ── */
.fc-aeo-section {
  padding: 80px 0;
  background: var(--fc-white);
}
.fc-aeo-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 40px;
  background: var(--fc-light-gray);
  border-radius: 24px;
  text-align: center;
}
.fc-aeo-box .question {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.fc-aeo-box .answer {
  font-size: 1.05rem;
  color: var(--fc-gray);
  line-height: 1.7;
}

/* ── Use Cases ── */
.fc-use-cases {
  padding: 100px 0;
  background: var(--fc-light-gray);
}
.fc-use-cases h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fc-black);
  margin-bottom: 3.5rem;
}
.fc-use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.fc-uc-card {
  background: var(--fc-white);
  border-radius: 24px;
  padding: 36px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fc-uc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.fc-uc-card-icon {
  width: 52px;
  height: 52px;
  background: var(--fc-light-gray);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.fc-uc-card-icon i {
  font-size: 1.4rem;
  color: var(--fc-blue);
}
.fc-uc-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 0.75rem;
}
.fc-uc-card p {
  font-size: 0.93rem;
  color: var(--fc-gray);
  line-height: 1.6;
}

/* ── FAQ Section ── */
.fc-faq-section {
  padding: 100px 0;
  background: var(--fc-white);
}
.fc-faq-section h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fc-black);
  margin-bottom: 3.5rem;
}
.fc-faq-list {
  max-width: 750px;
  margin: 0 auto;
  background: var(--fc-light-gray);
  border-radius: 24px;
  overflow: hidden;
}
.fc-faq-item {
  border-bottom: 1px solid var(--fc-border);
}
.fc-faq-item:last-child {
  border-bottom: none;
}
.fc-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fc-black);
  cursor: pointer;
  transition: color 0.2s ease;
  font-family: inherit;
}
.fc-faq-question:hover {
  color: var(--fc-blue);
}
.fc-faq-question i {
  transition: transform 0.25s ease;
  color: var(--fc-gray);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-left: 16px;
}
.fc-faq-item.active .fc-faq-question i {
  transform: rotate(180deg);
}
.fc-faq-answer {
  padding: 0 32px 24px;
  display: none;
}
.fc-faq-item.active .fc-faq-answer {
  display: block;
}
.fc-faq-answer p {
  font-size: 0.95rem;
  color: var(--fc-gray);
  line-height: 1.7;
}

/* ── Cross Links ── */
.fc-cross-links {
  padding: 60px 0;
  background: var(--fc-light-gray);
}
.fc-cross-links h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--fc-black);
  margin-bottom: 1.5rem;
}
.fc-cross-links-list {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.fc-cross-links-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  background: var(--fc-white);
  color: var(--fc-blue);
  border-radius: 980px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}
.fc-cross-links-list a:hover {
  background: var(--fc-blue);
  color: #fff;
}

/* ── Final CTA ── */
.fc-final-cta {
  padding: 120px 0;
  background: linear-gradient(180deg, #000000 0%, #1a1a2e 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fc-final-cta::before {
  content: '';
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,113,227,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.fc-final-cta .container {
  position: relative;
  z-index: 1;
}
.fc-final-cta h2 {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.fc-final-cta p {
  font-size: 1.15rem;
  color: #a1a1a6;
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.fc-final-cta .fc-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Section CTAs (shared) ── */
.fc-section-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.fc-btn-outline {
  background: transparent;
  border: 1.5px solid var(--fc-blue);
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 980px;
  color: var(--fc-blue);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.fc-btn-outline:hover {
  background: var(--fc-blue);
  color: #fff;
}

/* ── Use Case Card Links ── */
a.fc-uc-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
a.fc-uc-card-link:hover {
  color: inherit;
}
.fc-uc-card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--fc-blue);
  margin-top: auto;
  padding-top: 1rem;
  transition: gap 0.2s ease;
}
a.fc-uc-card-link:hover .fc-uc-card-arrow {
  gap: 10px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .fc-deliverables-grid,
  .fc-use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .fc-steps {
    flex-wrap: wrap;
    gap: 40px;
  }
  .fc-step-connector {
    display: none;
  }
  .fc-why-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .fc-hero {
    padding: 70px 0 60px;
  }
  .fc-hero h1 {
    font-size: 2.25rem;
  }
  .fc-hero-sub {
    font-size: 1.1rem;
  }
  .fc-hero-price .price-tag {
    font-size: 3rem;
  }
  .fc-whats-inside h2,
  .fc-why-section h2,
  .fc-how-section h2,
  .fc-pricing-section h2,
  .fc-use-cases h2,
  .fc-faq-section h2,
  .fc-final-cta h2 {
    font-size: 2rem;
  }
  .fc-deliverables-grid,
  .fc-use-cases-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .fc-whats-inside,
  .fc-why-section,
  .fc-how-section,
  .fc-pricing-section,
  .fc-use-cases,
  .fc-faq-section {
    padding: 60px 0;
  }
  .fc-final-cta {
    padding: 80px 0;
  }
  .fc-steps {
    flex-direction: column;
    align-items: center;
  }
  .fc-step {
    max-width: 280px;
  }
  .fc-pricing-row,
  .fc-pricing-header,
  .fc-pricing-total {
    padding: 14px 16px;
  }
  .fc-pricing-row .label,
  .fc-pricing-header .label,
  .fc-pricing-total .label {
    font-size: 0.85rem;
  }
  .fc-pricing-row .traditional,
  .fc-pricing-row .adgpt,
  .fc-pricing-header .traditional,
  .fc-pricing-header .adgpt {
    min-width: 70px;
    font-size: 0.8rem;
  }
  .fc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .fc-hero h1 {
    font-size: 1.75rem;
  }
  .fc-hero-sub {
    font-size: 1rem;
  }
  .fc-hero-price .price-tag {
    font-size: 2.5rem;
  }
  .fc-hero-ctas,
  .fc-section-ctas {
    flex-direction: column;
    align-items: center;
  }
  .fc-final-cta .fc-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .fc-aeo-box {
    padding: 28px 20px;
  }
  .fc-stat h3 {
    font-size: 2rem;
  }
}
