/* ============================================================
   PDE Performance — Section-Specific Typography & Content
   Glass-morphism design system  |  tokens.css variables
   ============================================================ */

/* -------------------------------------------------------
   1. Section Tag
   ------------------------------------------------------- */
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-full);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--ff-h);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
}

/* -------------------------------------------------------
   2. Section Heading
   ------------------------------------------------------- */
.section-h {
  font-family: var(--ff-h);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--t1);
}

.section-h em,
.section-h span.hl {
  font-style: normal;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* -------------------------------------------------------
   3. Section Description
   ------------------------------------------------------- */
.section-desc {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--t2);
  line-height: 1.7;
  max-width: 500px;
}

/* -------------------------------------------------------
   4. Hero Badge
   ------------------------------------------------------- */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: 9999px;
  font-family: var(--ff-h);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.80);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  animation: pulse-dot 2s infinite;
}

/* -------------------------------------------------------
   5. Hero H1
   ------------------------------------------------------- */
.hero-h1 {
  font-family: var(--ff-h);
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--t1);
}

.hero-h1 .line-gradient {
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* -------------------------------------------------------
   6. Hero Subtext
   ------------------------------------------------------- */
.hero-sub {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: var(--t2);
  line-height: 1.7;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------
   7. Scroll Indicator
   ------------------------------------------------------- */
.scroll-ind {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: scroll-bounce 2s infinite;
}

.scroll-label {
  font-family: var(--ff-h);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--t3);
  writing-mode: vertical-rl;
}

/* -------------------------------------------------------
   8. Pain / Problem Cards
   ------------------------------------------------------- */
.pain-section {
  background: linear-gradient(180deg, transparent, rgba(239, 68, 68, 0.02), transparent);
}

.pain-label {
  color: var(--danger) !important;
}

.card-icon {
  width: 52px;
  height: 52px;
  background: rgba(239, 68, 68, 0.12);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--danger);
}

.transition {
  text-align: center;
  margin-top: 50px;
}

.transition p {
  font-size: 18px;
  color: var(--t2);
  margin-bottom: 8px;
}

.transition strong {
  font-family: var(--ff-h);
  font-size: 24px;
  color: var(--primary);
  font-weight: 700;
}

/* -------------------------------------------------------
   9. Solution Cards
   ------------------------------------------------------- */
.sol-label {
  color: var(--success) !important;
}

.sol-card {
  background: linear-gradient(135deg, var(--glass), rgba(34, 197, 94, 0.02));
  border-color: rgba(34, 197, 94, 0.15);
}

.sol-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--success-a, rgba(34, 197, 94, 0.15)), var(--primary-a10));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--success);
}

.sol-icon svg {
  width: 28px;
  height: 28px;
}

/* -------------------------------------------------------
   10. Modo Pro Cards
   ------------------------------------------------------- */
.modo-pro-section {
  background: linear-gradient(180deg, transparent, rgba(59, 130, 246, 0.03), transparent);
}

.modo-pro-label {
  color: var(--blue) !important;
}

.modo-pro-card {
  background: linear-gradient(135deg, var(--glass), rgba(59, 130, 246, 0.03));
  border-color: rgba(59, 130, 246, 0.2);
}

.modo-pro-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.05));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.modo-pro-icon svg {
  width: 28px;
  height: 28px;
}

/* -------------------------------------------------------
   11. Catalog Banner
   ------------------------------------------------------- */
.catalog-banner {
  position: relative;
  padding: 70px var(--pad);
  overflow: hidden;
}

.catalog-banner-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-a10) 0%, rgba(6, 182, 212, 0.04) 50%, var(--primary-a10) 100%);
  border-top: 1px solid var(--primary-a10);
  border-bottom: 1px solid var(--primary-a10);
}

.catalog-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.catalog-banner-content {
  flex: 1;
}

.catalog-banner-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-h);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.catalog-banner-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

.catalog-banner-title {
  font-family: var(--ff-h);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  color: var(--t1);
}

.catalog-banner-title span {
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.catalog-banner-desc {
  font-size: 15px;
  color: var(--t2);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 24px;
}

.catalog-banner-desc strong {
  color: var(--t1);
}

.catalog-banner-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.catalog-banner-stat {
  text-align: center;
  padding: 12px 18px;
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-md);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.catalog-banner-stat-val {
  font-family: var(--ff-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
}

.catalog-banner-stat-lbl {
  font-size: 10px;
  color: var(--t2);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.catalog-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: var(--primary);
  padding: 16px 36px;
  border-radius: var(--r-md);
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: 15px;
  border: 2px solid var(--primary);
  transition: all 0.3s var(--ease);
}

.catalog-banner-btn:hover {
  background: var(--primary);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(247, 148, 29, 0.35);
}

.catalog-banner-visual {
  flex-shrink: 0;
  width: 280px;
  height: 200px;
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.catalog-visual-header {
  padding: 12px 16px;
  background: var(--primary-a10);
  border-bottom: 1px solid var(--border-b);
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog-visual-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.catalog-visual-dot.r { background: #ef4444; }
.catalog-visual-dot.y { background: #eab308; }
.catalog-visual-dot.g { background: #22c55e; }

.catalog-visual-bar {
  flex: 1;
  height: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 9px;
  color: var(--t3);
  font-family: var(--ff-mono);
}

.catalog-visual-body {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-visual-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.catalog-visual-badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-visual-badge.leve   { background: rgba(59, 130, 246, 0.2);  color: #60a5fa; }
.catalog-visual-badge.pesado { background: rgba(239, 68, 68, 0.2);   color: #f87171; }
.catalog-visual-badge.agri   { background: rgba(34, 197, 94, 0.2);   color: #4ade80; }
.catalog-visual-badge.otto   { background: rgba(168, 85, 247, 0.2);  color: #c084fc; }

.catalog-visual-brand {
  font-size: 10px;
  color: var(--t1);
  font-weight: 600;
  width: 70px;
}

.catalog-visual-ecu {
  font-size: 9px;
  color: var(--t3);
  font-family: var(--ff-mono);
}

.catalog-visual-mapbtn {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--primary-a20);
  color: var(--primary);
  font-size: 8px;
  font-weight: 700;
  border: 1px solid rgba(247, 148, 29, 0.3);
}

/* -------------------------------------------------------
   12. Creator Section
   ------------------------------------------------------- */
.creator {
  background: linear-gradient(180deg, transparent, var(--primary-a10), transparent);
}

.creator-card {
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-xl);
  padding: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.creator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--youtube), var(--primary));
}

.creator-avatar {
  width: 160px;
  height: 160px;
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 16px 50px rgba(247, 148, 29, 0.25);
}

.creator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.creator-social a {
  width: 38px;
  height: 38px;
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s var(--ease);
}

.creator-social a:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--glass-hover);
}

.creator-content h2 {
  font-family: var(--ff-h);
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.creator-name {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--t1);
}

.creator-role {
  font-size: 1rem;
  color: var(--t2);
  margin-bottom: 20px;
}

.creator-stats {
  display: flex;
  gap: 28px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-b);
}

.creator-stat-val {
  font-family: var(--ff-mono);
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.creator-stat-lbl {
  font-size: 11px;
  color: var(--t2);
  margin-top: 2px;
}

.creator-bio {
  font-size: 1rem;
  color: var(--t2);
  line-height: 1.7;
  margin-bottom: 24px;
}

.creator-bio strong {
  color: var(--t1);
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--t2);
}

.highlight svg {
  width: 18px;
  height: 18px;
  color: var(--success);
}

/* -------------------------------------------------------
   13. Pricing
   ------------------------------------------------------- */
.pricing-section {
  background: linear-gradient(180deg, transparent, rgba(247, 148, 29, 0.03), transparent);
}

.pricing-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 60px;
}

.pricing-plan {
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-xl);
  padding: 36px 28px;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pricing-plan.pro {
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 60px rgba(168, 85, 247, 0.15);
}

.pricing-plan.pro::before {
  content: 'COMPLETO';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--purple);
  color: #fff;
  padding: 6px 16px;
  border-radius: var(--r-full);
  font-family: var(--ff-h);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.plan-header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-b);
}

.plan-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-icon.free { background: var(--success-a, rgba(34, 197, 94, 0.15)); color: var(--success); }
.plan-icon.pro  { background: var(--purple-a); color: var(--purple); }

.plan-name {
  font-family: var(--ff-h);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--t1);
}

.plan-price {
  font-family: var(--ff-mono);
  font-size: 36px;
  font-weight: 700;
}

.plan-price.free { color: var(--success); }
.plan-price.pro  { color: var(--purple); }

.plan-price span {
  font-size: 14px;
  color: var(--t2);
  font-weight: 400;
}

.plan-desc {
  font-size: 13px;
  color: var(--t2);
  margin-top: 8px;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--t2);
}

.plan-feat svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.plan-feat svg.check { color: var(--success); }
.plan-feat svg.x     { color: var(--t3); }

/* Pro plans grid */
.pro-plans-section {
  margin-top: 60px;
}

.pro-plans-header {
  text-align: center;
  margin-bottom: 40px;
}

.pro-plans-header h3 {
  font-family: var(--ff-h);
  font-size: 28px;
  margin-bottom: 8px;
  color: var(--t1);
}

.pro-plans-header h3 span { color: var(--purple); }

.pro-plans-header p {
  color: var(--t2);
  font-size: 14px;
}

.pro-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.pro-plan-card {
  background: linear-gradient(135deg, var(--glass), rgba(168, 85, 247, 0.03));
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pro-plan-card.featured {
  border-color: var(--purple);
  box-shadow: 0 0 50px rgba(168, 85, 247, 0.2);
}

.pro-plan-card.featured::before {
  content: 'MAIS POPULAR';
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--purple);
  color: #fff;
  padding: 5px 14px;
  border-radius: var(--r-full);
  font-family: var(--ff-h);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pro-plan-name {
  font-family: var(--ff-h);
  font-size: 18px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 20px;
}

.pro-plan-price {
  font-family: var(--ff-mono);
  font-size: 36px;
  font-weight: 700;
  color: var(--t1);
}

.pro-plan-period {
  font-size: 12px;
  color: var(--t2);
  margin-top: 4px;
  margin-bottom: 12px;
}

.pro-plan-equiv {
  font-size: 14px;
  color: var(--success);
  font-weight: 600;
  margin-bottom: 6px;
}

.pro-plan-save {
  display: inline-block;
  background: var(--success-a, rgba(34, 197, 94, 0.15));
  color: var(--success);
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 600;
}

/* Credits */
.credits-section {
  margin-top: 60px;
}

.credits-header {
  text-align: center;
  margin-bottom: 40px;
}

.credits-header h3 {
  font-family: var(--ff-h);
  font-size: 28px;
  margin-bottom: 8px;
  color: var(--t1);
}

.credits-header h3 span { color: var(--primary); }

.credits-header p {
  color: var(--t2);
  font-size: 14px;
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.credit-card {
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.credit-card.best {
  border-color: var(--success);
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.1);
}

.credit-card.best::before {
  content: 'MELHOR CUSTO';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--success);
  color: #000;
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.credit-amount {
  font-family: var(--ff-mono);
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.credit-label {
  font-size: 12px;
  color: var(--t2);
  margin-bottom: 16px;
}

.credit-price {
  font-family: var(--ff-mono);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--t1);
}

.credit-unit {
  font-size: 11px;
  color: var(--t3);
}

/* Pricing info & note */
.pricing-info {
  background: linear-gradient(135deg, var(--primary-a10), rgba(247, 148, 29, 0.02));
  border: 1px solid var(--primary-a20);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pricing-info h4 {
  font-family: var(--ff-h);
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--primary);
}

.pricing-info p {
  font-size: 14px;
  color: var(--t2);
  line-height: 1.7;
}

.pricing-info strong {
  color: var(--t1);
}

.pricing-note {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: rgba(168, 85, 247, 0.05);
  border: 1px dashed rgba(168, 85, 247, 0.3);
  border-radius: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-note p {
  font-size: 13px;
  color: var(--t2);
}

.pricing-note strong {
  color: var(--purple);
}

/* -------------------------------------------------------
   14. FAQ
   ------------------------------------------------------- */
.faq-list {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  margin-bottom: 14px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-q {
  width: 100%;
  padding: 22px 26px;
  background: transparent;
  border: none;
  color: var(--t1);
  font-family: var(--ff-h);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s var(--ease);
}

.faq-q:hover {
  color: var(--primary);
}

.faq-q svg {
  width: 18px;
  height: 18px;
  color: var(--t2);
  transition: transform 0.3s var(--ease), color 0.3s var(--ease);
}

.faq-item.open .faq-q svg {
  transform: rotate(180deg);
  color: var(--primary);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s var(--ease);
}

.faq-item.open .faq-a {
  max-height: 300px;
}

.faq-a-content {
  padding: 0 26px 22px;
  color: var(--t2);
  font-size: 14px;
  line-height: 1.7;
}

.faq-a-content a {
  color: var(--primary);
  font-weight: 600;
  transition: color 0.2s var(--ease);
}

.faq-a-content a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------
   15. Contact
   ------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.contact-card {
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  padding: 28px 22px;
  text-align: center;
  display: block;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s var(--ease);
}

.contact-card:hover {
  border-color: rgba(247, 148, 29, 0.3);
  transform: translateY(-4px);
  background: var(--glass-hover);
}

.contact-icon {
  width: 52px;
  height: 52px;
  background: var(--primary-a10);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--primary);
}

.contact-icon svg {
  width: 24px;
  height: 24px;
}

.contact-title {
  font-family: var(--ff-h);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--t1);
}

.contact-val {
  font-size: 13px;
  color: var(--t2);
}

/* -------------------------------------------------------
   16. CTA Big Heading
   ------------------------------------------------------- */
.cta-big-h {
  font-family: var(--ff-h);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--t1);
}

.cta-big-h span {
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Final CTA card */
.final-cta {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, var(--glass), rgba(247, 148, 29, 0.06));
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: 28px;
  padding: 70px 50px;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.final-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  box-shadow: 0 16px 50px rgba(247, 148, 29, 0.3);
}

.final-icon svg {
  width: 44px;
  height: 44px;
  color: #000;
}

.final-title {
  font-family: var(--ff-h);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--t1);
}

.final-title span {
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.final-desc {
  font-size: 16px;
  color: var(--t2);
  margin-bottom: 36px;
}

.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  color: #000;
  padding: 20px 50px;
  border-radius: 12px;
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 8px 40px rgba(247, 148, 29, 0.4);
  transition: all 0.3s var(--ease);
}

.final-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 50px rgba(247, 148, 29, 0.5);
}

.final-note {
  margin-top: 20px;
  font-size: 13px;
  color: var(--t3);
}

/* -------------------------------------------------------
   17. Footer
   ------------------------------------------------------- */
.footer {
  border-top: 1px solid var(--border-b);
  padding: 60px var(--pad) 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-brand-name {
  font-family: var(--ff-h);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--t1);
}

.footer-brand-name span {
  color: var(--primary);
}

.footer-brand-desc {
  font-size: 13px;
  color: var(--t2);
  line-height: 1.6;
  max-width: 280px;
}

.footer-col-title {
  font-family: var(--ff-h);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--t1);
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 13px;
  color: var(--t2);
  transition: color 0.2s var(--ease);
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: var(--glass);
  border: 1px solid var(--border-s);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t2);
  transition: all 0.3s var(--ease);
}

.footer-social a:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--glass-hover);
}

.footer-social a svg {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  border-top: 1px solid var(--border-b);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-copy {
  font-size: 12px;
  color: var(--t3);
}

.footer-copy span {
  color: var(--primary);
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  font-size: 12px;
  color: var(--t3);
  transition: color 0.2s var(--ease);
}

.footer-legal a:hover {
  color: var(--t2);
}

/* -------------------------------------------------------
   Responsive
   ------------------------------------------------------- */
@media (max-width: 1024px) {
  .pricing-comparison,
  .pro-plans-grid {
    grid-template-columns: 1fr;
  }

  .credits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .creator-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .creator-stats {
    justify-content: center;
  }

  .highlights {
    align-items: center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .catalog-banner {
    padding: 50px 20px;
  }

  .catalog-banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .catalog-banner-stats {
    justify-content: center;
  }

  .catalog-banner-visual {
    display: none;
  }

  .catalog-banner-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .credits-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 40px 20px;
  }

  .section-desc,
  .hero-sub {
    max-width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
