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

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

body {
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #f5f5f5;
  background: #0d0d0d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===== SHARED CTA BUTTON ===== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #00b13a;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 22px 48px;
  border: 4px solid #03a235;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  cursor: pointer;
}

.cta-btn:hover {
  background: #009932;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 177, 58, 0.3);
}

.cta-btn:active {
  transform: translateY(0);
}

/* ===== HEADER ===== */
.header {
  padding: 28px 0 0;
  text-align: center;
  background: #0d0d0d;
}

.header-logo {
  height: 44px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

/* ===== HERO ===== */
.hero {
  padding: 100px 0 80px;
  text-align: center;
  background: linear-gradient(180deg, #0d0d0d 0%, #161616 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center top, rgba(221, 194, 133, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(221, 194, 133, 0.12);
  color: #ddc285;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid rgba(221, 194, 133, 0.25);
  margin-bottom: 32px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero h1 span {
  color: #ddc285;
}

.hero-sub {
  font-size: clamp(18px, 2.5vw, 22px);
  color: #a0a0a0;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.hero-graphic {
  max-width: 560px;
  margin: 0 auto 48px;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

.hero-video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 16px auto 24px;
  padding-bottom: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hero-meta {
  font-size: 15px;
  color: #777;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* ===== PROOF BAR ===== */
.proof-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  padding-top: 48px;
  border-top: 1px solid rgba(221, 194, 133, 0.15);
}

.proof-item {
  text-align: center;
  padding: 0 40px;
}

.proof-divider {
  width: 1px;
  height: 48px;
  background: rgba(221, 194, 133, 0.2);
}

.proof-number {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #ddc285;
  line-height: 1.2;
}

.proof-label {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/* ===== SECTION SHARED ===== */
.section-label {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ddc285;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.section-title {
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  color: #999;
  max-width: 600px;
  margin: 0 auto 56px;
}

/* ===== VALUE STACK ===== */
.value-stack {
  padding: 100px 0;
  background: #111111;
}

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

.resource-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 0;
  text-align: center;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.resource-card:hover {
  border-color: rgba(221, 194, 133, 0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

.resource-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.resource-body {
  padding: 28px;
}

.resource-title {
  font-size: 14px;
  font-weight: 700;
  color: #ddc285;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.resource-stat {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 4px;
}

.resource-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.resource-desc {
  font-size: 16px;
  color: #888;
  line-height: 1.5;
}

.resource-card.wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  text-align: left;
  padding: 0;
}

.resource-card.wide .resource-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}

.resource-card.wide > div:last-child {
  padding: 24px 24px 24px 0;
}

.resource-card.wide .resource-title {
  margin-bottom: 6px;
}

.resource-card.wide .resource-stat {
  font-size: 28px;
  margin-bottom: 2px;
}

.resource-card.wide .resource-desc {
  margin-bottom: 0;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 100px 0;
  background: #0d0d0d;
}

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

.testimonial-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 36px;
}

.testimonial-quote {
  font-size: 18px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-quote::before {
  content: '\201C';
  font-size: 28px;
  font-weight: 700;
  color: #ddc285;
  margin-right: 2px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #ddc285;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 17px;
  font-weight: 700;
  color: #ddc285;
}

.testimonial-role {
  font-size: 14px;
  color: #888;
}

/* ===== PRICING ===== */
.pricing {
  padding: 100px 0;
  background: #111111;
}

.pricing-box {
  max-width: 640px;
  margin: 0 auto;
  background: #1a1a1a;
  border: 2px solid #ddc285;
  border-radius: 16px;
  padding: 56px 44px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 80px rgba(221, 194, 133, 0.05);
}

.pricing-heading {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ddc285;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.pricing-price {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  color: #ffffff;
}

.pricing-terms {
  font-size: 16px;
  color: #888;
  margin-bottom: 36px;
}

.pricing-list {
  list-style: none;
  text-align: left;
  margin-bottom: 36px;
}

.pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  font-size: 18px;
  color: #ccc;
  border-bottom: 1px solid #2a2a2a;
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-check {
  width: 22px;
  height: 22px;
  background: rgba(221, 194, 133, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
  border: 1px solid rgba(221, 194, 133, 0.2);
}

.pricing-check svg {
  width: 12px;
  height: 12px;
  color: #ddc285;
}

/* ===== CREATORS ===== */
.creators {
  padding: 100px 0;
  background: #0d0d0d;
}

.creators-photo {
  max-width: 520px;
  margin: 0 auto 48px;
  border-radius: 16px;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.5));
}

.creators-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 760px;
  margin: 0 auto;
}

.creator-card {
  text-align: center;
}

.creator-name {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #ffffff;
}

.creator-title {
  font-size: 15px;
  color: #ddc285;
  margin-bottom: 16px;
  font-weight: 500;
}

.creator-stats {
  list-style: none;
  font-size: 16px;
  color: #999;
}

.creator-stats li {
  padding: 5px 0;
}

.creator-stats li::before {
  content: '\2192 ';
  color: #ddc285;
  font-weight: 700;
}

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 120px 0;
  text-align: center;
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 50%, #111111 100%);
  position: relative;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(221, 194, 133, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.final-cta p {
  font-size: 20px;
  color: #999;
  margin-bottom: 40px;
  position: relative;
}

/* ===== FOOTER ===== */
.footer {
  padding: 36px 0;
  border-top: 1px solid #222;
  text-align: center;
  background: #0d0d0d;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 14px;
  color: #666;
  transition: color 0.15s;
}

.footer-links a:hover {
  color: #ddc285;
}

.footer-copy {
  font-size: 13px;
  color: #444;
}

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  border-top: 1px solid #2a2a2a;
  padding: 12px 16px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
}

.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #00b13a;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 16px 24px;
  border-radius: 8px;
  border: 3px solid #03a235;
  width: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero {
    padding: 70px 0 50px;
  }

  .proof-bar {
    flex-direction: column;
    gap: 24px;
  }

  .proof-divider {
    width: 60px;
    height: 1px;
  }

  .proof-item {
    padding: 0;
  }

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

  .resource-card.wide {
    flex-direction: column;
    text-align: center;
  }

  .resource-card.wide .resource-img {
    width: 100%;
    height: 200px;
  }

  .resource-card.wide > div:last-child {
    padding: 24px;
  }

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

  .creators-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pricing-box {
    padding: 36px 24px;
  }

  .sticky-cta {
    display: block;
  }

  .footer {
    padding-bottom: 80px;
  }

  .value-stack, .testimonials, .pricing, .creators, .final-cta {
    padding: 70px 0;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 36px;
  }

  .cta-btn {
    font-size: 18px;
    padding: 18px 32px;
    width: 100%;
  }
}
