/* ===== MASTER EXPO AGENT PRODUCT PAGE ===== */

.expo-page-section {
  scroll-margin-top: 5.5rem;
}

/* Merged hero: Exhibition Special Product + workflow image */
.expo-merged-hero {
  padding-top: 6.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(195, 166, 105, 0.1) 0%, transparent 70%),
    var(--bg-dark);
}

@media (min-width: 768px) {
  .expo-merged-hero {
    padding-top: 7.25rem;
  }
}

.feature-showcase--expo-hero .feature-showcase-copy h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.feature-showcase--expo-hero .feature-showcase-body + .feature-showcase-body {
  margin-top: 0.75rem;
}

.expo-merged-hero .feature-showcase--expo-workflow.feature-showcase-reverse {
  gap: 2.5rem;
  align-items: center;
}

.expo-workflow-visual--hero {
  max-width: 100%;
}

@media (min-width: 768px) {
  .expo-merged-hero .feature-showcase--expo-workflow.feature-showcase-reverse {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .expo-workflow-visual--hero {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .expo-merged-hero .feature-showcase--expo-workflow.feature-showcase-reverse {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .expo-workflow-visual--hero {
    max-width: 800px;
  }
}

.expo-section-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
}

.expo-section-intro .feature-showcase-eyebrow {
  margin-bottom: 0.75rem;
}

.expo-workflow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .expo-workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .expo-workflow-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.expo-workflow-card {
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.expo-workflow-card:hover {
  border-color: rgba(195, 166, 105, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
}

.expo-workflow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(195, 166, 105, 0.2) 0%, rgba(195, 166, 105, 0.08) 100%);
  border: 1px solid rgba(195, 166, 105, 0.45);
  color: var(--brand-gold-dark);
  font-size: 0.875rem;
  font-weight: 800;
  margin-bottom: 0.875rem;
}

.expo-workflow-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0f172a;
}

.expo-workflow-card p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

.expo-feature-visual {
  aspect-ratio: auto;
  min-height: 0;
  height: auto;
  background: transparent;
  border: none;
  overflow: hidden;
  border-radius: 14px;
}

.expo-feature-visual > img {
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: center;
  display: block;
}

.section-light .expo-feature-visual {
  background: transparent;
}

.expo-channel-copy {
  text-align: center;
}

.expo-channel-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .expo-channel-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .expo-channel-copy {
    text-align: left;
  }
}

.expo-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 1.25rem;
  background: rgba(19, 26, 36, 0.6);
  border: 1px solid rgba(42, 52, 65, 0.7);
  border-radius: 1rem;
}

@media (min-width: 480px) {
  .expo-channel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.expo-channel-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(26, 42, 62, 0.55);
  border: 1px solid rgba(42, 52, 65, 0.5);
  transition: border-color 0.2s;
}

.expo-channel-tile:hover {
  border-color: rgba(195, 166, 105, 0.3);
}

.expo-channel-tile i {
  font-size: 1.35rem;
  color: var(--brand-gold);
}

.expo-channel-tile .icon-wa {
  color: #25D366;
}

.expo-channel-tile span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #e2e8f0;
  text-align: center;
}

.section-light .expo-channel-grid {
  background: #ffffff;
  border-color: #d8dee8;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.section-light .expo-channel-tile {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.section-light .expo-channel-tile:hover {
  border-color: rgba(195, 166, 105, 0.45);
  background: #fff;
}

.section-light .expo-channel-tile span {
  color: #334155;
}

.section-light .expo-channel-copy {
  text-align: center;
}

@media (min-width: 900px) {
  .section-light .expo-channel-copy {
    text-align: left;
  }
}

.expo-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: 52rem;
  margin: 0 auto;
  align-items: start;
}

@media (min-width: 768px) {
  .expo-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.expo-pricing-card {
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.expo-pricing-card--standard {
  background: #fff;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s;
}

.expo-pricing-card--standard:hover {
  border-color: var(--brand-gold);
}

.expo-pricing-card--featured {
  background: var(--bg-card);
  border: 2px solid var(--brand-gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.expo-pricing-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--brand-gold);
  color: #0a0e14;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-bottom-left-radius: 0.75rem;
}

.expo-pricing-tier {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.expo-pricing-card--standard .expo-pricing-tier {
  background: #f1f5f9;
  color: #64748b;
}

.expo-pricing-card--featured .expo-pricing-tier {
  background: rgba(161, 131, 69, 0.2);
  color: var(--brand-gold-light);
}

.expo-pricing-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.expo-pricing-card--standard h3 {
  color: #0f172a;
}

.expo-pricing-card--featured h3,
.section-light .expo-pricing-card--featured h3 {
  color: #f8fafc !important;
}

.expo-pricing-card--featured .expo-pricing-price {
  color: #f8fafc;
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
}

.expo-pricing-offer {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.35rem 0 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(195, 166, 105, 0.28);
  background: linear-gradient(135deg, rgba(195, 166, 105, 0.1) 0%, rgba(195, 166, 105, 0.03) 100%);
  white-space: nowrap;
  line-height: 1.2;
}

.expo-pricing-offer-channels {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #cbd5e1;
}

.expo-pricing-offer-channels i {
  font-size: 0.875rem;
  color: var(--brand-gold);
  opacity: 0.9;
}

.expo-pricing-offer-channels .fa-whatsapp {
  color: #25d366;
}

.expo-pricing-offer-divider {
  width: 1px;
  height: 1rem;
  background: rgba(195, 166, 105, 0.35);
  flex-shrink: 0;
}

.expo-pricing-offer-amount {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #f8fafc;
  line-height: 1;
}

.expo-pricing-price {
  font-size: 2rem;
  font-weight: 800;
  margin: 0.75rem 0;
}

.expo-pricing-card--standard .expo-pricing-price {
  color: var(--brand-gold-dark);
}

.expo-pricing-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.expo-pricing-card--standard .expo-pricing-desc {
  color: #64748b;
}

.expo-pricing-card--featured .expo-pricing-desc {
  color: #94a3b8;
}

.expo-pricing-addon {
  border-top: 1px solid;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
}

.expo-pricing-card--standard .expo-pricing-addon {
  border-color: #f1f5f9;
}

.expo-pricing-card--featured .expo-pricing-addon {
  border-color: rgba(42, 52, 65, 0.8);
}

.expo-pricing-addon-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.expo-pricing-card--standard .expo-pricing-addon-row {
  color: #334155;
}

.expo-pricing-card--featured .expo-pricing-addon-row {
  color: #cbd5e1;
}

.expo-pricing-addon-note {
  font-size: 0.75rem;
  line-height: 1.5;
}

.expo-pricing-card--standard .expo-pricing-addon-note {
  color: #94a3b8;
}

.expo-pricing-card--featured .expo-pricing-addon-note {
  color: #64748b;
}

.expo-pricing-cta {
  margin-top: 1.75rem;
  display: block;
  text-align: center;
  padding: 0.85rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s;
}

.expo-pricing-cta--ghost {
  border: 1.5px solid var(--brand-gold);
  color: var(--brand-gold-dark);
  background: transparent;
}

.expo-pricing-cta--ghost:hover {
  background: var(--brand-gold);
  color: #fff;
}

.expo-pricing-cta--solid {
  background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(195, 166, 105, 0.3);
}

.expo-pricing-cta--solid:hover {
  box-shadow: 0 8px 24px rgba(195, 166, 105, 0.4);
}

.expo-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(145deg, rgba(26, 35, 50, 0.9) 0%, rgba(12, 18, 34, 0.95) 100%);
  border-radius: 1rem;
  border: 1px solid rgba(42, 52, 65, 0.6);
}

.section-light .expo-img-placeholder {
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
  border-color: #d8dee8;
}

.expo-img-placeholder i {
  font-size: 2rem;
  color: var(--brand-gold);
  opacity: 0.6;
}

.expo-img-placeholder span {
  font-size: 0.75rem;
  color: #94a3b8;
  max-width: 16rem;
  line-height: 1.4;
}

.section-light .expo-img-placeholder span {
  color: #64748b;
}
