/* Aya Blocks Sponsor Portal */

.sponsor-body {
  background: radial-gradient(circle at top, rgba(212,175,55,.12), transparent 35%),
              linear-gradient(180deg, #111, #000);
  color: #fff;
  min-height: 100vh;
}

.sponsor-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(0,0,0,.82);
  border-bottom: 1px solid rgba(212,175,55,.25);
  backdrop-filter: blur(12px);
}

.sponsor-brand {
  color: var(--gold-bright, #fcd116);
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
}

.sponsor-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sponsor-nav a {
  color: var(--muted, #b0b0b0);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.sponsor-nav a.active,
.sponsor-nav a:hover {
  color: #000;
  background: var(--gold, #d4af37);
  border-color: var(--gold, #d4af37);
}

.sponsor-main {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 22px 16px;
}

.sponsor-footer {
  text-align: center;
  color: var(--muted, #b0b0b0);
  padding: 24px 12px;
}

.sponsor-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.sponsor-title h1 {
  margin: 0;
  color: var(--gold-bright, #fcd116);
}

.sponsor-title p {
  margin: 6px 0 0;
  color: var(--muted, #b0b0b0);
}

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

.sponsor-card {
  background: linear-gradient(180deg, #1a1a1a, #080808);
  border: 1px solid rgba(212,175,55,.34);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  overflow: auto;
}

.sponsor-card h2,
.sponsor-card h3 {
  margin-top: 0;
  color: var(--gold-bright, #fcd116);
}

.sponsor-card p {
  color: var(--muted, #b0b0b0);
  line-height: 1.55;
}

.sponsor-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 18px;
}

.sponsor-stat {
  background: linear-gradient(180deg, #1a1a1a, #080808);
  border: 1px solid rgba(212,175,55,.34);
  border-radius: 18px;
  padding: 16px;
}

.sponsor-stat span {
  display: block;
  color: var(--muted, #b0b0b0);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .05em;
}

.sponsor-stat strong {
  display: block;
  font-size: 28px;
  color: #fff;
  margin-top: 6px;
}

.sponsor-table {
  width: 100%;
  border-collapse: collapse;
}

.sponsor-table th,
.sponsor-table td {
  padding: 10px 9px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: top;
}

.sponsor-table th {
  color: var(--gold-bright, #fcd116);
  font-size: 12px;
  text-transform: uppercase;
}

.sponsor-table td {
  color: var(--muted, #b0b0b0);
  font-size: 13px;
}

.sponsor-table a {
  color: var(--gold-bright, #fcd116);
  font-weight: 800;
}

.sponsor-form {
  display: grid;
  gap: 14px;
}

.sponsor-preview {
  max-width: 320px;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,.34);
  display: block;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
  text-transform: uppercase;
}

.status-pill.good {
  background: rgba(16,185,129,.15);
  border-color: rgba(16,185,129,.35);
  color: #a7f3d0;
}

.status-pill.warn {
  background: rgba(252,209,22,.14);
  border-color: rgba(252,209,22,.35);
  color: #fde68a;
}

.status-pill.bad {
  background: rgba(230,0,35,.15);
  border-color: rgba(230,0,35,.35);
  color: #fecaca;
}

@media (max-width: 900px) {
  .sponsor-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .sponsor-grid {
    grid-template-columns: 1fr;
  }
  .sponsor-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .sponsor-main {
    padding: 16px 10px;
  }
  .sponsor-stat-grid {
    grid-template-columns: 1fr;
  }
  .sponsor-card {
    padding: 14px;
  }
  .sponsor-title {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ==========================================================================
   Aya Blocks - High Conversion Sponsor Funnel Engine
   ========================================================================== */

.sales-portal-wrapper {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 40px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* --- Hero Core Style --- */
.sales-portal-hero {
    position: relative;
    text-align: center;
    padding: 60px 0 40px;
    overflow: hidden;
}

.hero-text-block {
    position: relative;
    z-index: 5;
    max-width: 780px;
    margin: 0 auto;
}

.pill-badge {
    display: inline-flex;
    padding: 6px 16px;
    background: rgba(252,209,22, 0.08);
    border: 1px solid rgba(252,209,22, 0.25);
    color: #fcd116;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em;
    border-radius: 999px;
    margin-bottom: 20px;
}

.sales-portal-hero h1 {
    font-size: clamp(34px, 5.5vw, 54px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 16px;
    background: linear-gradient(180deg, #ffffff 40%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sales-portal-hero p {
    font-size: clamp(16px, 2.2vw, 20px);
    color: #b0b0b0;
    line-height: 1.55;
    margin: 0;
}

/* --- Flat Horizontal Showcase Engine --- */
.live-sandbox-section {
    margin-bottom: 70px;
    width: 100%;
}

.horizontal-showcase-frame {
    width: 100%;
    background: #0f0f0f;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 7; 
}

.showcase-landscape-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- SaaS Style Pricing Tier Section --- */
.tiered-pricing-section {
    margin-bottom: 40px;
}

.section-heading-centered {
    text-align: center;
    margin-bottom: 44px;
}

.section-heading-centered h2 {
    font-size: 32px;
    color: #fff;
    margin: 4px 0 8px;
}

.pricing-cards-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.pricing-tier-card {
    background: linear-gradient(180deg, #131313 0%, #0b0b0b 100%);
    border: 1px solid rgba(255,255,255, 0.06);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-tier-card:hover {
    border-color: rgba(212,175,55, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Highlight Featured Strategy Item */
.featured-tier {
    background: linear-gradient(180deg, #181714 0%, #0d0c0a 100%);
    border: 1px solid rgba(212,175,55, 0.4);
    box-shadow: 0 15px 45px rgba(212,175,55, 0.08);
    position: relative;
}

.featured-tier:hover {
    border-color: #fcd116;
    box-shadow: 0 20px 50px rgba(212,175,55, 0.15);
}

/* Micro Status Labels */
.tier-status {
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 16px;
    border: 1px solid transparent;
}
.status-good { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.2); color: #34d399; }
.status-warn { background: rgba(245,158,11,0.1); border-color: rgba(245,158,11,0.3); color: #fbbf24; }
.status-premium { background: rgba(139,92,246,0.1); border-color: rgba(139,92,246,0.2); color: #a78bfa; }

.pricing-tier-card h3 {
    margin: 0 0 4px;
    font-size: 24px;
    color: #fff;
}

.tier-utility {
    margin: 0 0 20px;
    font-size: 13px;
    color: #fcd116;
    font-weight: 600;
}

.tier-description {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    margin-bottom: 24px;
}

.tier-value-points {
    list-style: none;
    padding: 0; margin: 0 0 30px;
    display: grid;
    gap: 12px;
}

.tier-value-points li {
    font-size: 13px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tier-value-points li::before {
    content: "✓";
    color: #fcd116;
    font-weight: 900;
}

/* Clean Dynamic Selection Fields */
.custom-select-wrapper {
    display: block;
    margin-bottom: 16px;
}

.package-dropdown {
    width: 100%;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    outline: none;
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.package-dropdown:focus {
    border-color: #fcd116;
}

/* Call To Action Buttons */
.btn-action-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-action-trigger:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

.gold-glow-btn {
    background: #fcd116;
    color: #000;
    border: none;
}

.gold-glow-btn:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 25px rgba(252,209,22, 0.3);
}

/* --- Responsive Adaptations --- */
@media (max-width: 1020px) {
    .pricing-cards-matrix {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .horizontal-showcase-frame {
        aspect-ratio: auto;
        min-height: 220px;
    }
}