* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #1a1a2e;
  color: #ffffff;
  min-height: 100vh;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hidden {
  display: none !important;
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 46, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.hidden {
  display: none;
}

/* Modal */
.modal {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #333;
}

.modal-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.badge-18 {
  position: absolute;
  top: -5px;
  right: -15px;
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.modal h2 {
  color: #1a1a2e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.modal-text {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.terms-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

.terms-link {
  color: #eca6f7;
  font-weight: 600;
}

.terms-link:hover {
  text-decoration: underline;
}

.btn-accept {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 15px;
}

.btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(217, 70, 239, 0.4);
}

.reject-link {
  display: block;
  color: #d946ef;
  font-size: 14px;
  font-weight: 500;
}

.reject-link:hover {
  text-decoration: underline;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #16162a;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  z-index: 999;
  border-top: 1px solid #2a2a4a;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-icon {
  flex-shrink: 0;
}

.cookie-content {
  flex: 1;
}

.cookie-content h4 {
  color: #fbbf24;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cookie-content p {
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.cookie-legal a {
  color: #60a5fa;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
}

.btn-cookie {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.btn-personalize {
  background: transparent;
  color: #9ca3af;
  border: 1px solid #4b5563;
}

.btn-personalize:hover {
  border-color: #6b7280;
  color: #fff;
}

.btn-reject {
  background: transparent;
  color: #9ca3af;
  border: 1px solid #4b5563;
}

.btn-reject:hover {
  border-color: #6b7280;
  color: #fff;
}

.btn-accept-all {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
}

.btn-accept-all:hover {
  box-shadow: 0 5px 15px rgba(217, 70, 239, 0.3);
}

/* Header */
.header {
  background: #16162a;
  padding: 15px 0;
  border-bottom: 1px solid #2a2a4a;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.logo h1 span {
  color: #d946ef;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.nav a:hover,
.nav a.active {
  color: #d946ef;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-mobile span {
  width: 25px;
  height: 3px;
  background: #d946ef;
  border-radius: 2px;
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(26, 26, 46, 0.5), rgba(26, 26, 46, 0.5)), url('attached_assets/img2_1765912279382.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
}

.hero h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero p {
  color: #9ca3af;
  font-size: 18px;
}

/* Botón Publicar en Hero */
.btn-publicar-hero {
  display: inline-block;
  margin-top: 30px;
  padding: 18px 45px;
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(217, 70, 239, 0.4);
  transition: all 0.3s ease;
  animation: pulse-btn 2s infinite;
}

.btn-publicar-hero:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(217, 70, 239, 0.5);
}

@keyframes pulse-btn {
  0%, 100% { box-shadow: 0 10px 30px rgba(217, 70, 239, 0.4); }
  50% { box-shadow: 0 10px 40px rgba(217, 70, 239, 0.7); }
}

/* Menú desplegable Servicios */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-dropdown > a::after {
  content: '▼';
  font-size: 8px;
  transition: transform 0.3s;
}

.nav-dropdown:hover > a::after {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a2e;
  border: 1px solid #333;
  border-radius: 12px;
  min-width: 220px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 12px 20px;
  color: #aaa;
  transition: all 0.3s;
}

.dropdown-menu a:hover {
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
  padding-left: 25px;
}

/* Botones destacados en Navegación */
.btn-publicar-nav {
  background: linear-gradient(135deg, #d946ef, #a855f7) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.btn-publicar-nav:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(217, 70, 239, 0.4);
}

.btn-app-nav {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.btn-app-nav:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(16, 185, 129, 0.4);
}

.btn-suscribirse-nav {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Chat button destacado en navbar */
.btn-chat-nav {
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  animation: pulse-chat 2s infinite;
}

.btn-chat-nav:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(239, 68, 68, 0.4);
}

@keyframes pulse-chat {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
  50% { box-shadow: 0 0 15px 5px rgba(239, 68, 68, 0.3); }
}

/* Botón Ingresar en navbar */
.btn-ingresar-nav {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
}

.btn-ingresar-nav:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(59, 130, 246, 0.4);
}

/* Hero Buttons - 3 botones horizontales */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.btn-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-hero-action.btn-suscribirse {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.btn-hero-action.btn-suscribirse:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(245, 158, 11, 0.5);
}

.btn-hero-action.btn-app {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.btn-hero-action.btn-app:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
}

.btn-hero-action.btn-publicar {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
  box-shadow: 0 10px 30px rgba(217, 70, 239, 0.4);
  animation: pulse-btn 2s infinite;
}

.btn-hero-action.btn-publicar:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(217, 70, 239, 0.5);
}

@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .btn-hero-action {
    width: 100%;
    max-width: 280px;
  }
}

/* Categories */
.categories {
  padding: 60px 0;
}

.categories h3,
.featured h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Carousel Styles */
.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.carousel-wrapper {
  overflow: hidden;
  flex: 1;
}

.carousel-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
}

.carousel-track .category-card {
  flex: 0 0 calc(25% - 19px);
  min-width: calc(25% - 19px);
}

.carousel-btn {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.carousel-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(217, 70, 239, 0.4);
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a2a4a;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  transform: scale(1.2);
}

@media (max-width: 900px) {
  .carousel-track .category-card {
    flex: 0 0 calc(50% - 13px);
    min-width: calc(50% - 13px);
  }
}

@media (max-width: 600px) {
  .carousel-track .category-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
  }
}

.category-card {
  background: #16162a;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #2a2a4a;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(217, 70, 239, 0.2);
  border-color: #d946ef;
}

.category-image {
  height: 140px;
  overflow: hidden;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.category-card:hover .category-image img {
  transform: scale(1.05);
}

.category-info {
  padding: 20px;
}

.category-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.category-info p {
  color: #d946ef;
  font-size: 14px;
}

/* Featured Ads */
.featured {
  padding: 60px 0;
  background: #16162a;
}

.ads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.ad-card {
  background: #1a1a2e;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2a2a4a;
  transition: transform 0.3s;
}

.ad-card:hover {
  transform: translateY(-5px);
}

.ad-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.ad-info {
  padding: 20px;
}

.ad-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ad-location {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 5px;
}

.ad-price {
  color: #d946ef;
  font-size: 16px;
  font-weight: 600;
}

/* Footer */
.footer {
  background: #0f0f1a;
  padding: 60px 0 30px;
  border-top: 1px solid #2a2a4a;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-col h4 span {
  color: #d946ef;
}

.footer-col h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #d946ef;
}

.footer-col p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul a {
  color: #9ca3af;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col ul a:hover {
  color: #d946ef;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #2a2a4a;
}

.footer-bottom p {
  color: #6b7280;
  font-size: 13px;
}

/* Main Content */
.main-content {
  min-height: 100vh;
}

/* Page Content */
.page-content {
  padding: 60px 0;
}

.page-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.legal-text {
  max-width: 800px;
  margin: 0 auto;
  background: #16162a;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #2a2a4a;
}

.legal-text h3 {
  color: #dabfdf;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.legal-text h3:first-child {
  margin-top: 0;
}

.legal-text p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Verification Page Styles */
.verification-page {
  padding: 40px 0;
}

.verification-intro {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 30px;
}

.verification-box {
  background: linear-gradient(135deg, #2a1a4a, #1a1a2e);
  border: 1px solid #d946ef;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
}

.verification-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.badge-18-large {
  font-size: 40px;
}

.section-title {
  margin: 30px 0 20px;
  font-size: 22px;
}

.verification-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.verification-card {
  background: #16162a;
  border: 2px solid #2a2a4a;
  border-radius: 16px;
  padding: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.verification-card:hover {
  border-color: #d946ef;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(217, 70, 239, 0.2);
}

.verification-card.recommended {
  border-color: #d946ef;
  background: linear-gradient(135deg, #2a1a4a, #16162a);
}

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

.recommended-badge {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.card-subtitle {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}

.feature-list {
  list-style: none;
  margin-bottom: 20px;
}

.feature-list li {
  padding: 8px 0;
  color: #ccc;
}

.card-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mini-badge {
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
}

.mini-badge.oficial { background: #10b981; color: white; }
.mini-badge.rapido { background: #3b82f6; color: white; }
.mini-badge.ia { background: #8b5cf6; color: white; }
.mini-badge.manual { background: #f59e0b; color: white; }
.mini-badge.tiempo { background: #6b7280; color: white; }

.security-info {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid #10b981;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
}

.security-info h4 {
  color: #10b981;
  margin-bottom: 15px;
}

.security-info ul {
  list-style: none;
}

.security-info li {
  padding: 5px 0;
  color: #ccc;
}

.why-verification h3 {
  margin-bottom: 25px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.why-item {
  background: #16162a;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}

.why-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}

.why-item h5 {
  margin-bottom: 10px;
  color: #d946ef;
}

.why-item p {
  color: #888;
  font-size: 14px;
}

.action-buttons {
  text-align: center;
}

.btn-cancel {
  background: transparent;
  border: 1px solid #666;
  color: #666;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-cancel:hover {
  border-color: #fff;
  color: #fff;
}

/* Biometric Step */
.biometric-container {
  max-width: 500px;
  margin: 0 auto;
}

.camera-placeholder {
  background: #16162a;
  border: 2px dashed #d946ef;
  border-radius: 16px;
  padding: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.camera-icon {
  font-size: 60px;
  margin-bottom: 15px;
}

.biometric-instructions {
  background: #16162a;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}

.biometric-instructions ol {
  padding-left: 20px;
  color: #ccc;
}

.biometric-instructions li {
  padding: 8px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input {
  width: 100%;
  padding: 15px;
  border: 1px solid #2a2a4a;
  border-radius: 8px;
  background: #16162a;
  color: #fff;
  font-size: 16px;
}

.form-group input:focus {
  outline: none;
  border-color: #d946ef;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.checkbox-group input {
  width: 20px;
  height: 20px;
}

.checkbox-group a {
  color: #d946ef;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #d946ef;
  color: #d946ef;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: rgba(217, 70, 239, 0.1);
}

/* Success Container */
.success-container {
  text-align: center;
  padding: 40px;
  background: #16162a;
  border-radius: 16px;
  margin-bottom: 40px;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: white;
  margin: 0 auto 20px;
}

.success-icon.large {
  width: 100px;
  height: 100px;
  font-size: 50px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.pricing-card {
  background: #16162a;
  border: 2px solid #2a2a4a;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: #d946ef;
  transform: translateY(-5px);
}

.pricing-card.featured {
  border-color: #d946ef;
  background: linear-gradient(135deg, #2a1a4a, #16162a);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d946ef, #a855f7);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.pricing-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #d946ef;
  margin-bottom: 25px;
}

.price span {
  font-size: 16px;
  color: #888;
}

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

.pricing-features li {
  padding: 10px 0;
  color: #ccc;
  border-bottom: 1px solid #2a2a4a;
}

.btn-pricing {
  width: 100%;
  padding: 15px;
  border: 2px solid #d946ef;
  background: transparent;
  color: #d946ef;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-pricing:hover,
.btn-pricing.featured {
  background: linear-gradient(135deg, #d946ef, #a855f7);
  color: white;
}

/* Payment Container */
.payment-container {
  max-width: 500px;
  margin: 0 auto;
}

.selected-plan-info {
  background: linear-gradient(135deg, #2a1a4a, #16162a);
  border: 1px solid #d946ef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.plan-price {
  font-size: 20px;
  color: #d946ef;
}

.payment-methods h4 {
  margin-bottom: 15px;
}

.payment-options {
  margin-bottom: 25px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #16162a;
  border: 1px solid #2a2a4a;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.payment-option:hover {
  border-color: #d946ef;
}

.payment-option input {
  width: 20px;
  height: 20px;
}

.card-form {
  background: #16162a;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
}

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

/* Responsive */
@media (max-width: 768px) {
  .nav {
    display: none;
  }
  
  .nav-mobile {
    display: flex;
  }
  
  .cookie-banner {
    flex-direction: column;
    padding: 15px;
  }
  
  .cookie-buttons {
    flex-wrap: wrap;
    width: 100%;
  }
  
  .btn-cookie {
    flex: 1;
    min-width: 100px;
  }
  
  .hero h2 {
    font-size: 28px;
  }
  
  .modal {
    padding: 30px 20px;
    margin: 20px;
  }
  
  .modal h2 {
    font-size: 20px;
  }
}
