html {
  font-size: 16px;
}

img, video {
  max-width: 100%;
  height: auto;
}

button {
  touch-action: manipulation;
}


* {
  box-sizing: border-box;
  font-family: 'Inter', system-ui, sans-serif;
}

body {
  margin: 0;
  background: #f8f9fb;
  color: #0f172a;
}


.nav {
  height: 64px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.logo {
  font-weight: 800;
  font-size: 20px;
}

.nav a {
  margin-left: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #0f172a;
}


.hero {
  padding: 80px 40px;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.1;
}

.hero p {
  font-size: 18px;
  color: #475569;
  margin: 20px 0;
}

.btn {
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  background: #6366f1;
  color: white;
}

.btn-secondary {
  background: #e5e7eb;
}


.card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}


.dashboard {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.badge {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}


.auth-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fb, #eef2ff);
}

.auth-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.auth-logo {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
}

.auth-sub {
  text-align: center;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 28px;
}

.auth-card input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

.auth-card input:focus {
  outline: none;
  border-color: #6366f1;
}

.auth-card button {
  width: 100%;
  padding: 14px;
  margin-top: 6px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 800;
  background: #6366f1;
  color: #fff;
  cursor: pointer;
}

.auth-switch {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
}

.auth-switch a {
  color: #6366f1;
  font-weight: 700;
  text-decoration: none;
}


.info-grid {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.col h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.info-item {
  margin-bottom: 22px;
}

.info-item strong {
  font-size: 14px;
}

.info-item p {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}

.article {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.thumb {
  width: 80px;
  height: 60px;
  background: #e5e7eb;
  border-radius: 8px;
}

.article a {
  font-size: 13px;
  font-weight: 700;
  color: #6366f1;
  text-decoration: none;
}


.hero-center {
  padding: 100px 20px;
  text-align: center;
}

.hero-center h1 {
  font-size: 48px;
  font-weight: 900;
}

.hero-center p {
  font-size: 16px;
  color: #475569;
  margin: 16px auto 32px;
  max-width: 600px;
}


.nav-btn {
  margin-left: 16px;
  font-weight: 700;
}

.nav-btn.primary {
  background: #6366f1;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
}

.nav-btn.primary:hover {
  background: #6366f1;
  color: #fff;
}


.avatar-wrap {
  position: relative;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6366f1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  cursor: pointer;
}

.avatar-menu {
  position: absolute;
  right: 0;
  top: 46px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  width: 160px;
  display: none;
  overflow: hidden;
  z-index: 999;
}

.avatar-menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #0f172a;
}

.avatar-menu a:hover {
  background: #f1f5f9;
}

.avatar-menu.show {
  display: block;
}


.genres-section {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 24px;
}

.genres-header {
  text-align: center;
  margin-bottom: 48px;
}

.genres-header .tag {
  font-size: 12px;
  letter-spacing: 1px;
  color: #64748b;
}

.genres-header h2 {
  font-size: 42px;
  font-weight: 900;
  margin: 10px 0;
}

.genres-header p {
  color: #64748b;
  font-size: 16px;
}


.genre-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.genre-tabs button {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.genre-tabs button.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.genre-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.genre-label {
  font-size: 13px;
  font-weight: 700;
  color: #6366f1;
}

.genre-text h3 {
  font-size: 32px;
  margin: 12px 0;
}

.genre-text p {
  color: #475569;
  font-size: 16px;
}

.genre-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}


.genre-media {
  width: 100%;
}

.genre-media .media-placeholder {
  width: 100%;
  height: 320px;
  background: #e5e7eb;
  border-radius: 16px;
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.genre-media .media-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}



@media (max-width: 768px) {
  .genre-content {
    grid-template-columns: 1fr;
  }
  .genre-text h3 {
    font-size: 26px;
  }
}


.buy-card {
  max-width: 520px;
  margin: 60px auto;
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
  text-align: center;
}


.buy-card h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}


.price-box {
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.price-old {
  font-size: 22px;              
  color: #dc2626;               
  text-decoration: line-through;
  font-weight: 700;
  opacity: 0.85;
}

.price-new {
  font-size: 42px;
  font-weight: 900;
  color: #0f172a;
}

.price-badge {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
}


.offer-box {
  margin: 28px 0;
  padding: 20px;
  border-radius: 18px;
  background:
    radial-gradient(120px 120px at top right, rgba(99,102,241,0.15), transparent),
    #f8fafc;
  border: 1px solid #e5e7eb;
}

.offer-box strong {
  font-size: 15px;
}

.offer-box p {
  margin: 6px 0 14px;
  font-size: 14px;
  color: #475569;
}

#countdown {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #0f172a;
}


.buy-btn {
  margin-top: 20px;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(99,102,241,0.35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(99,102,241,0.45);
}

.buy-note {
  margin-top: 14px;
  font-size: 13px;
  color: #64748b;
}


@media (max-width: 480px) {
  .buy-card {
    margin: 30px 16px;
    padding: 26px;
  }

  .price-new {
    font-size: 36px;
  }
}





.nav .brand-logo {
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;

  margin-left: 17px !important;   

  background: linear-gradient(90deg, #f28f25, #c963f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.brand-logo:hover {
  opacity: 0.9;
}



.nav {
  height: 64px;
  padding: 0 32px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.nav a {
  font-weight: 600;
  font-size: 19px;
  color: #111827;
  text-decoration: none;
}

.nav a:hover {
  color: #6366f1;
}



.avatar {
  background: #6366f1;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(99,102,241,0.25);
}







.urgent-bar {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-decoration: none;

  background: linear-gradient(
    90deg,
    #f97316,
    #3b82f6
  );

  position: relative;
  z-index: 1000;
}

.urgent-bar:hover {
  filter: brightness(1.05);
}


.urgent-bar {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;

  background: linear-gradient(
    90deg,
    #f97316,
    #fb7185,
    #6366f1
  );
  background-size: 300% 100%;

  animation: gradientMove 6s ease infinite,
             pulseGlow 2s ease-in-out infinite;

  position: relative;
  z-index: 1000;
}


@keyframes gradientMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 6px 30px rgba(99,102,241,0.45);
  }
}

.urgent-bar span {
  margin-left: 6px;
  font-weight: 900;
  color: #000000;
}


body {
  animation: pageFade 0.6s ease-out;
}

@keyframes pageFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 768px) {
  .nav {
    padding: 0 16px;
  }

  .nav a {
    margin-left: 12px;
    font-size: 14px;
  }

  .brand-logo {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .nav {
    height: auto;
    padding: 12px 14px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav a {
    margin-left: 0;
  }
}



@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 30px;
  }
}



@media (max-width: 1024px) {
  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 32px;
  }
}


@media (max-width: 768px) {
  .genres-header h2 {
    font-size: 32px;
  }

  .genre-tabs {
    gap: 6px;
  }

  .genre-tabs button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .genre-actions {
    flex-direction: column;
  }

  .genre-actions .btn {
    width: 100%;
  }
}



@media (max-width: 480px) {
  .buy-card {
    margin: 24px 14px;
    padding: 24px;
  }

  .buy-card h2 {
    font-size: 22px;
  }

  .price-new {
    font-size: 30px;
  }

  .price-old {
    font-size: 16px;
  }

  #countdown {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .dashboard {
    margin: 40px auto;
  }

  .dashboard h2 {
    font-size: 24px;
  }

  .stories h2 {
    font-size: 24px;
  }

  .story-card {
    padding: 20px;
  }
}



@media (max-width: 480px) {
  .urgent-bar {
    font-size: 12px;
    padding: 10px;
    letter-spacing: 0.6px;
  }

  .urgent-bar span {
    display: block;
    margin-top: 4px;
  }
}



.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 26px;
  height: 3px;
  background: #0f172a;
  border-radius: 3px;
}


.mobile-nav {
  position: fixed;                 
  top: 68px;                      
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 2000;                   
  display: none;
}

.mobile-nav.show {
  display: block;
  animation: slideDown 0.25s ease-out;
}

.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.mobile-nav a.primary {
  background: #6366f1;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
}


@media (min-width: 769px) {
  .mobile-nav {
    display: none !important;
  }
}


.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}


.hamburger {
  display: none;
}

.mobile-nav {
  display: none;
}


@media (max-width: 768px) {

  .nav-links {
    display: none;       
  }

  .hamburger {
    display: flex;      
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav.show {
    display: block;
  }
}



.affiliate-card {
  margin-top: 40px;
}


.affiliate-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.affiliate-card p {
  color: #475569;
  font-size: 14px;
  margin-bottom: 14px;
}


.affiliate-link {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.4px;
}


.affiliate-earnings {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 900;
  color: #16a34a;
}


.affiliate-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.affiliate-actions a {
  text-decoration: none;
}


.btn-outline {
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid #6366f1;
  background: #ffffff;
  color: #6366f1;
  font-weight: 800;
  cursor: pointer;
}

.btn-outline:hover {
  background: #eef2ff;
}

.bank-form input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  margin-bottom: 14px;
}

.bank-form input:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

.withdraw-box {
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    #f8fafc,
    #eef2ff
  );
  border: 1px solid #e5e7eb;
}

.withdraw-box strong {
  font-size: 16px;
  font-weight: 900;
}

.withdraw-box p {
  font-size: 14px;
  color: #475569;
  margin-top: 6px;
}

.affiliate-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.affiliate-table th {
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  color: #475569;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.affiliate-table td {
  padding: 12px 0;
  font-size: 14px;
  border-bottom: 1px dashed #e5e7eb;
}

.affiliate-table td.amount {
  font-weight: 900;
  color: #16a34a;
}


.empty-state {
  padding: 30px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
}


@media (max-width: 640px) {

  .affiliate-card h3 {
    font-size: 20px;
  }

  .affiliate-actions {
    flex-direction: column;
  }

  .btn-outline,
  .btn {
    width: 100%;
    text-align: center;
  }
}



.bank-page.affiliate-card {
  max-width: 640px;
  margin: 60px auto;
  padding: 36px;
}

.bank-page .bank-form input {
  font-size: 15px;
}


.bank-page .bank-warning {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}


.affiliate-history .affiliate-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 20px 0 26px;
  flex-wrap: wrap;
}

.affiliate-history .affiliate-summary .total-box {
  background: linear-gradient(135deg, #dcfce7, #f0fdf4);
  border: 1px solid #bbf7d0;
  padding: 16px 20px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  color: #166534;
}

.affiliate-history .withdraw-info {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}

.affiliate-history .affiliate-table {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.affiliate-history .affiliate-table th {
  background: #f8fafc;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 900;
  color: #475569;
}

.affiliate-history .affiliate-table td {
  padding: 14px 16px;
  font-size: 14px;
}

.affiliate-history .affiliate-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 640px) {
  .affiliate-history .affiliate-summary {
    flex-direction: column;
    align-items: stretch;
  }

  .affiliate-history .affiliate-summary .btn {
    width: 100%;
  }
}



canvas {
  width: 100%;
  background: #f8fafc;
  border-radius: 12px;
}


.admin-panel {
  max-width: 1100px;
  margin: 60px auto;
}

.admin-panel h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}


.admin-title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin: 40px 0 30px;
}

.admin-payouts {
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 20px;
}


.payout-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px;
  margin-bottom: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  border-left: 6px solid #e5e7eb;
}


.payout-card.pending {
  border-left-color: #f59e0b;
}

.payout-card.approved {
  border-left-color: #22c55e;
}

.payout-card.rejected {
  border-left-color: #ef4444;
}


.payout-user {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}

.payout-email {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}

.payout-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  font-size: 14px;
  margin-bottom: 16px;
}

.payout-meta span {
  color: #475569;
}

.payout-meta strong {
  color: #0f172a;
}


.bank-box {
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.bank-box strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}


.payout-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.payout-actions .btn {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 800;
}


.btn-reject {
  background: #fee2e2;
  color: #991b1b;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.btn-reject:hover {
  background: #fecaca;
}


.status-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.status-badge.approved {
  background: #dcfce7;
  color: #166534;
}

.status-badge.rejected {
  background: #fee2e2;
  color: #991b1b;
}


@media (max-width: 600px) {
  .payout-card {
    padding: 20px;
  }
}



.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.45);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.auth-overlay.show {
  display: flex;
}

.auth-modal {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  animation: popIn .25s ease;
}

@keyframes popIn {
  from {
    transform: scale(.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.auth-box h3 {
  margin-bottom: 20px;
  font-weight: 900;
}

.auth-box input {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.auth-switch {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
}

.auth-switch a {
  color: #6366f1;
  font-weight: 700;
  text-decoration: none;
}

.hidden {
  display: none;
}


.features-hero {
  padding: 100px 20px 60px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.features-hero h1 {
  font-size: 48px;
  font-weight: 900;
}

.features-hero h1 span {
  background: linear-gradient(90deg,#f97316,#6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-hero p {
  margin-top: 16px;
  font-size: 18px;
  color: #475569;
}


.features-grid {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.feature-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}


.features-cta {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(180deg,#f8fafc,#ffffff);
}

.features-cta h2 {
  font-size: 34px;
  font-weight: 900;
}

.features-cta p {
  margin: 12px 0 28px;
  color: #64748b;
  font-size: 16px;
}


@media (max-width: 640px) {

  .features-hero h1 {
    font-size: 36px !important;
  }

  .features-hero p {
    font-size: 15px !important;
  }

  .features-cta h2 {
    font-size: 28px !important;
  }

  .features-cta p {
    font-size: 14px !important;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    margin: 40px auto !important;
  }

  .feature-card {
    padding: 22px !important;
  }

}


.genre-text,
.genre-media {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}


.genre-media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}



.policy-page {
  max-width: 920px;
  margin: 70px auto;
  padding: 0 22px;
}

.policy-card {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-radius: 22px;
  padding: 42px 46px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.policy-card h2 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 18px;
}

.policy-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 34px;
  margin-bottom: 10px;
  color: #0f172a;
}

.policy-card p {
  font-size: 15px;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 14px;
}

.policy-card h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #6366f1);
}

.policy-note {
  margin-top: 34px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f1f5f9;
  border-left: 4px solid #6366f1;
  font-weight: 600;
  color: #0f172a;
}


@media (max-width: 640px) {
  .policy-card {
    padding: 26px 22px;
  }

  .policy-card h2 {
    font-size: 26px;
  }

  .policy-card h3 {
    font-size: 18px;
  }

  .policy-card p {
    font-size: 14px;
  }
}

.trust-section {
  padding: 90px 20px 70px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.trust-origin {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 14px;
}


.trust-stars {
  font-size: 44px;
  letter-spacing: 6px;
  margin-bottom: 12px;
}

.trust-stars .full {
  color: #f59e0b;
}

.trust-stars .half {
  position: relative;
  display: inline-block;
  color: #e5e7eb;
}

.trust-stars .half::before {
  content: "★";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #f59e0b;
}


.trust-score {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}


.trust-sub {
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 26px;
}


.trusted-by {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  letter-spacing: 0.4px;
}

.trusted-by strong {
  font-weight: 800;
  color: #0f172a;
}

.trusted-by span {
  opacity: 0.5;
  margin: 0 6px;
}


@media (max-width: 640px) {
  .trust-stars {
    font-size: 34px;
  }

  .trust-score {
    font-size: 18px;
  }

  .trusted-by {
    line-height: 1.8;
  }
}



.site-footer {
  background: #0b0c10;
  color: #ffffff;
  margin-top: 120px;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 70px 24px 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}


.footer-brand {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 14px;

  background: linear-gradient(90deg, #f97316, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-desc {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: 14px;
  color: #cbd5f5;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-col a:hover {
  color: #ffffff;
}


.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  padding: 18px;
  font-size: 13px;
  color: #94a3b8;
}


@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}



.footer-inline-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.footer-inline-links a {
  font-size: 14px;
  color: #cbd5f5;
  text-decoration: none;
  font-weight: 600;
}

.footer-inline-links a:hover {
  color: #ffffff;
}

.footer-inline-links .dot {
  color: #64748b;
  font-size: 14px;
}


.footer-col:first-child {
  padding-top: 14px;
}




/* ================= PAYMENT DISCLAIMER ADVANCED ================= */

.buy-note {
  text-align: center !important;
  font-weight: 600;
  margin-top: 18px;
  font-size: 14px;
  color: #374151;
}

.rbi-disclaimer {
  max-width: 820px !important;
  width: 95% !important;
  
  display: block !important;
  position: relative !important;
  top: 120px !important;   /* 👈 Hard push downward */

  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 120px !important;

  padding: 28px 32px !important;
  background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06) !important;
  text-align: center !important;
}

.rbi-disclaimer:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.rbi-disclaimer strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #f97316, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rbi-disclaimer p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 14px;
}

/* Mobile polish */
@media (max-width: 768px) {
  .rbi-disclaimer {
    padding: 20px;
    border-radius: 14px;
  }

  .rbi-disclaimer strong {
    font-size: 16px;
  }

  .rbi-disclaimer p {
    font-size: 13px;
  }
}


* {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}


.help-hero {
  padding: 80px 20px 50px;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.help-hero h1 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
}

.help-hero p {
  max-width: 640px;
  margin: auto;
  font-size: 16px;
  color: #64748b;
}

.help-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.help-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.help-card h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

.help-item {
  margin-bottom: 18px;
}

.help-item strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.help-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}


.help-support {
  grid-column: 1 / -1;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #ffffff;
}

.help-support h3 {
  color: #ffffff;
}

.support-email {
  font-size: 18px;
  margin-top: 14px;
}

.support-note {
  font-size: 13px;
  color: #cbd5f5;
  margin-top: 6px;
}



@media (max-width: 640px) {

  
  .dashboard {
    margin: 32px auto !important;
    padding: 0 16px !important;
  }

  
  .dashboard h2 {
    font-size: 22px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  
  .dashboard .card {
    padding: 20px !important;
    border-radius: 16px !important;
  }


  .dashboard h3 {
    font-size: 18px !important;
  }

 
  .dashboard .badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }

  
  .dashboard .price-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }

  .dashboard .price-old {
    font-size: 14px !important;
  }

  .dashboard .price-new {
    font-size: 20px !important;
  }

  
  .dashboard .btn {
    width: 100% !important;
    text-align: center !important;
  }

  
  .affiliate-card {
    margin-top: 28px !important;
  }

  
  .affiliate-actions {
    flex-direction: column !important;
  }

  
  .affiliate-table,
  .affiliate-history .affiliate-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

}



@media (max-width: 640px) {

  .bank-page {
    padding: 0 14px !important;
  }

  .bank-page.affiliate-card {
    margin: 24px auto !important;
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .bank-page h3 {
    font-size: 20px !important;
  }

  .bank-form input {
    font-size: 14px !important;
    padding: 12px 14px !important;
  }

  .btn,
  .btn-outline {
    width: 100% !important;
    text-align: center !important;
  }

  .bank-warning {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

}


@media (max-width: 640px) {

  .affiliate-history {
    padding: 0 14px !important;
  }


  .affiliate-history .affiliate-summary {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .affiliate-history .affiliate-summary .total-box {
    width: 100% !important;
    text-align: center !important;
    font-size: 15px !important;
  }


  .affiliate-history .affiliate-table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }

  .affiliate-history .affiliate-table th,
  .affiliate-history .affiliate-table td {
    font-size: 13px !important;
    padding: 12px 10px !important;
  }

 
  .affiliate-history .btn,
  .affiliate-history .btn-outline {
    width: 100% !important;
    text-align: center !important;
  }

}



@media (max-width: 640px) {

  .auth-wrap {
    padding: 16px !important;
  }

  .auth-card {
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .auth-logo {
    font-size: 22px !important;
  }

  .auth-sub {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }

  .auth-card input {
    font-size: 14px !important;
    padding: 12px 14px !important;
  }

  .auth-card button {
    width: 100% !important;
    font-size: 15px !important;
  }

  .auth-switch {
    font-size: 13px !important;
  }

}





@media (max-width: 640px) {

  .auth-wrap {
    padding: 16px !important;
  }

  .auth-card {
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .auth-logo {
    font-size: 22px !important;
  }

  .auth-sub {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }

  .auth-card input {
    font-size: 14px !important;
    padding: 12px 14px !important;
  }

  .auth-card button {
    width: 100% !important;
    font-size: 15px !important;
  }

  .auth-switch {
    font-size: 13px !important;
    margin-top: 16px !important;
  }

}





@media (max-width: 640px) {

  .buy-card {
    margin: 24px 14px !important;
    padding: 24px !important;
    border-radius: 18px !important;
  }

  .buy-card h2 {
    font-size: 22px !important;
  }

  .price-box {
    flex-direction: column !important;
    gap: 6px !important;
  }

  .price-old {
    font-size: 16px !important;
  }

  .price-new {
    font-size: 30px !important;
  }

  .price-badge {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }

  .offer-box {
    padding: 16px !important;
  }

  #countdown {
    font-size: 16px !important;
  }

  .buy-btn {
    width: 100% !important;
    font-size: 15px !important;
    padding: 14px !important;
  }

  .buy-note {
    font-size: 12px !important;
  }

}





.dashboard .affiliate-input-box {
  position: relative !important;
  margin-top: 14px !important;
}

.dashboard .affiliate-input-box input {
  width: 100% !important;
  padding: 14px 52px 14px 16px !important;
  border-radius: 14px !important;
  border: 1px solid #e5e7eb !important;
  background: #f8fafc !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0.4px !important;
}

.dashboard .affiliate-input-box .copy-icon {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 20px !important;
  cursor: pointer !important;
  user-select: none !important;
  opacity: 0.8 !important;
}

.dashboard .affiliate-input-box .copy-icon:hover {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.15) !important;
}








