*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Poppins, Helvetica, sans-serif !important;
  color: #111;
  background-color: #000;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero */

.hero {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 50px 0 0;
  background-color: #05070b;
  background-image:url("images/hero.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top center, rgba(0, 191, 255, 0.25), transparent 65%);
  mix-blend-mode: screen;
  opacity: 0.8;
}

.hero-inner {
  position: relative;
  padding:80px 0;
  z-index: 1;
}

.hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
  color: #e5f6ff;
}

.hero-kicker {
  color: #fa1906;
  font-size: clamp(36px, 4vw, 36px);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hero-title {
  font-size: clamp(56px, 4vw, 56px);
  margin: 0 auto 16px;
  font-weight: 400;
  color: #fa1906;
}

.hero-subtitle {
  margin: 32px auto 32px;
  font-size: clamp(21px, 4vw, 21px);
  color: #e2edf3;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 80px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease,
    box-shadow 0.15s ease, border-color 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background-color: rgb(250, 25, 6);
  color: #fff;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: rgb(250, 25, 6);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #f5fbff;
}

.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #1b1b1b;
}

.btn-light:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.hero-metrics {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.hero-metrics-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px;
  margin: 0 auto;
}

.metric {
  text-align: left;
  display: flex;
  gap:1rem;
}

.metric-icon {
    color:#fa1906;
}

.metric-label {
  display: block;
  font-size: 0.85rem;
  font-weight:900;
  letter-spacing: 0.04em;
  color: #fff;
}

.hero-trust {
  margin-top: 16px;
}

.hero-trust p {
  margin: 30px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #e5f6ff;
  font-family: Poppins, Helvetica, sans-serif;
}

.hero-trust img {
  display: block;
  height: 45px;
  width: auto;
  margin: 0 auto;
}

/* Main content */

.packages {
  padding: 30px 0 30px;
  background-color: #fff;
}

.packages .section-header {
  text-align: center;
  margin-bottom: 0;
}

.packages .section-header .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}

.eyebrow-footer {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 72px;
}

.section-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 32px);
  color: rgb(0, 117, 178);
}

.section-intro {
  margin: 0 0 36px;
  max-width: 620px;
  color: #4c5a67;
  line-height: 1.6;
}

.package-card {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 32px;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 28px;
}

.package-alt {
  background-color: #f0f4f8;
}

.package-card-influencer {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.package-media {
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(135deg, #202733, #3b485b);
  position: relative;
}

.package-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card-influencer .package-media {
  background: transparent;
  min-height: 280px;
}

.package-gift {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(151, 69, 222);
}

.package-gift img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 20px;
}

.package-gift + .btn {
  display: block;
  width: fit-content;
  margin-top: 12px;
}

.package-price {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.fake-img::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 60%);
}

.package-body {
  display: block;
}

.package-title {
  margin: 0;
  text-align: left;
  font-size: 34px;
  color: rgb(0, 117, 178);
}

.package-tagline {
  font-size: 16px;
  font-weight: 700;
}

.package-inline {
  font-size: 16px;
}

.package-list {
  margin: 8px 0 4px 0;
  padding-left: 20px;
  color: #37424f;
}

.package-list li + li {
  margin-top: 4px;
}

.package-meta {
  display: block;
  font-size: 12px;
  color: rgb(0, 117, 178);
}

.package-length {
  font-weight: 600;
}

.package-body .btn {
  margin-top: 20px;
}

/* Testimonials */

.testimonials {
  padding: 80px 0 90px;
  background-color: #f0f0f0;
}

.testimonials-heading {
  margin: 0 auto 8px;
  font-size: 28px;
  color: rgba(47, 47, 47, 0.79);
  text-align: center;
  font-weight: 400;
}

.testimonials-subheading {
  margin: 0 auto 28px;
  font-size: 20px;
  color: rgba(47, 47, 47, 0.79);
  text-align: center;
}

.testimonial-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.testimonial-arrow {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card {
  margin-top: 12px;
  padding: 32px 40px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.testimonial-quote-icon {
  font-size: 60px;
  font-weight: 900;
  color: #007BFF;
  margin-top: 4px;
  flex-shrink: 0;
}

.testimonial-slides {
  flex: 1;
  min-width: 0;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-content {
  text-align: left;
}

.testimonial-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.testimonial-quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #111827;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 4px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
}

.testimonial-dot:hover {
  background: #9ca3af;
}

.testimonial-dot.active {
  background: #2563eb;
}

.testimonial-cta {
  margin-top: 26px;
  text-align: center;
}

.testimonial-btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  padding: 12px 28px;
}

/* CTA strip */

.cta-strip {
  padding: 28px 0;
  background: #fa1906;
  color: #fff;
}

.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.cta-text {
  margin: 0;
  font-size: 15px;
}

/* Footer */

.site-footer {
  background-color: #05070b;
  color: #f9fafb;
  padding: 32px 0 26px;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.footer-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  margin: 0 0 10px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 8px;
}

.footer-logo img {
  display: block;
  max-width: 220px;
  margin: 0 auto 6px;
}

.footer-tagline {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #9ca3af;
}

.footer-copy {
  margin: 4px 0 0;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.footer-links {
  margin: 6px 0 0;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: rgb(221, 221, 221);
}

/* Responsive */

@media (max-width: 768px) {
  .hero {
    padding-top: 64px;
  }

  .hero-inner {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-metrics-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .metric {
    min-width: 0;
  }

  .package-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px;
  }

  .package-media {
    min-height: 180px;
  }

  .cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-strip .btn {
    width: 100%;
    justify-content: center;
  }

  .testimonials-heading {
    font-size: 22px;
  }

  .testimonials-subheading {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .testimonial-card {
    padding: 24px 20px;
  }

  .testimonial-quote-icon {
    font-size: 46px;
  }
}

@media (max-width: 520px) {
  .container {
    padding: 0 16px;
  }

  .hero-inner {
    padding: 48px 0;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    margin: 40px 0 32px;
  }

  .hero-metrics-inner {
    grid-template-columns: 1fr;
  }

  .metric {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .packages {
    padding: 24px 0 32px;
  }

  .section-title {
    font-size: 24px;
  }

  .package-title {
    font-size: 24px;
  }

  .testimonial-layout {
    flex-direction: column;
  }

  .testimonial-arrow {
    display: none;
  }

  .testimonial-card {
    padding: 20px 16px;
  }

  .testimonials-heading {
    font-size: 20px;
  }

  .testimonials-subheading {
    font-size: 14px;
  }

  .footer-links,
  .footer-copy {
    font-size: 11px;
  }
}

