*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Poppins, Helvetica, sans-serif !important;
  color: #111;
  background-color: #000;
  scroll-behavior: smooth;
}

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--plain {
  background-image: none;
  background-color: #05070b;
}

.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);
}

/* Auth / Login
   ------------------------------------------------------------------ */

.login-wrapper {
  max-width: 420px;
  margin: 0 auto;
}

.login-heading {
  text-align: center;
  margin-bottom: 24px;
}

.login-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
  text-align: left;
}

.login-card label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #e5f6ff;
  font-weight: 500;
}

.login-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #4b5563;
  background-color: #020617;
  color: #f9fafb;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.login-input::placeholder {
  color: #6b7280;
}

.login-input:focus {
  border-color: #fa1906;
  box-shadow: 0 0 0 1px rgba(250, 25, 6, 0.4);
  background-color: #020617;
}

.login-field {
  margin-bottom: 14px;
}

.login-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.login-remember {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9ca3af;
}

.login-remember input[type='checkbox'] {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #4b5563;
}

.login-error {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(248, 113, 113, 0.7);
  background-color: rgba(127, 29, 29, 0.85);
  color: #fee2e2;
  font-size: 13px;
}

.field-error {
  margin-top: 4px;
  font-size: 12px;
  color: #fecaca;
}

.auth-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Admin
   ------------------------------------------------------------------ */

.admin-body {
  background-color: #05070b;
  color: #e5e7eb;
}

.admin-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.admin-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.98);
  backdrop-filter: blur(10px);
}

.admin-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.admin-brand img {
  height: 40px;
  width: auto;
}

.admin-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-nav-link {
  font-size: 14px;
  color: #cbd5f5;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.admin-nav-link:hover {
  background-color: rgba(148, 163, 184, 0.12);
  color: #ffffff;
}

.admin-nav-link--active {
  background-color: #fa1906;
  color: #ffffff;
}

.admin-nav-logout {
  padding-inline: 14px;
  font-size: 13px;
}

.admin-main {
  flex: 1;
  padding: 32px 0 40px;
}

.admin-title {
  margin: 0 0 4px;
  font-size: 26px;
  color: #f9fafb;
}

.admin-subtitle {
  margin: 0 0 28px;
  font-size: 14px;
  color: #9ca3af;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.admin-grid--stretch-2 {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 2.3fr);
}

.admin-card {
  background: #020617;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.admin-card--wide {
  margin-bottom: 24px;
}

.admin-card--subscriptions {
  margin-top: 24px;
}

.admin-card-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #e5e7eb;
}

.admin-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.admin-card-metric {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #fa1906;
}

.admin-card-text {
  margin: 0;
  font-size: 13px;
  color: #9ca3af;
}

.admin-card-text--hint {
  margin-top: 10px;
  font-size: 12px;
}

.admin-subscriptions-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 4px 0 18px;
}

.admin-subscriptions-summary-item {
  min-width: 120px;
}

.admin-subscriptions-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.admin-subscriptions-value {
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
}

.admin-subscriptions-value--good {
  color: #4ade80;
}

.admin-subscriptions-value--warn {
  color: #fbbf24;
}

.admin-subscriptions-value--bad {
  color: #f97373;
}

.admin-plan-id {
  margin-top: 2px;
  font-size: 11px;
  color: #9ca3af;
}

.admin-table-wrapper--subscriptions {
  margin-top: 10px;
}

.admin-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
}

.admin-status--active {
  background-color: #022c22;
  border-color: #16a34a;
  color: #6ee7b7;
}

.admin-status--approval_pending,
.admin-status--created,
.admin-status--initiated {
  background-color: #111827;
  border-color: #4b5563;
  color: #e5e7eb;
}

.admin-status--suspended,
.admin-status--past_due,
.admin-status--overdue {
  background-color: #431407;
  border-color: #f97316;
  color: #fed7aa;
}

.admin-status--cancelled,
.admin-status--canceled,
.admin-status--expired {
  background-color: #450a0a;
  border-color: #f87171;
  color: #fecaca;
}

.admin-table-wrapper {
  margin-top: 8px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #020617;
  font-size: 13px;
}

.admin-table th,
.admin-table td {
  padding: 10px 12px;
  text-align: left;
}

.admin-table thead {
  background: #020617;
}

.admin-table th {
  font-weight: 600;
  color: #e5e7eb;
  border-bottom: 1px solid rgba(55, 65, 81, 0.9);
}

.admin-table tbody tr:nth-child(odd) {
  background-color: #020617;
}

.admin-table tbody tr:nth-child(even) {
  background-color: #02081f;
}

.admin-table code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 12px;
  color: #c4b5fd;
}

.admin-table-actions-col {
  width: 150px;
}

.admin-table-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.admin-action-form {
  margin: 0;
}

.admin-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.admin-action-icon {
  font-size: 12px;
}

.btn-xs {
  padding: 6px 14px;
  font-size: 11px;
  border-radius: 999px;
}

.admin-table .btn-light.btn-xs {
  background-color: transparent;
  border-color: rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
}

.admin-table .btn-light.btn-xs:hover {
  background-color: rgba(148, 163, 184, 0.15);
}

.admin-table .btn-primary.btn-xs {
  background-color: #fa1906;
  border-color: #fa1906;
  font-weight: 600;
}

.admin-table .btn-primary.btn-xs:hover {
  background-color: #ef1300;
  border-color: #ef1300;
}

.admin-table .btn-light.btn-xs[disabled] {
  opacity: 0.45;
  cursor: default;
}

.admin-shell .site-footer {
  margin-top: auto;
}

@media (max-width: 900px) {
  .admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .admin-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .admin-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .login-card {
    padding: 24px 20px;
  }
}

/* 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;
  }
}

