/* ==========================================================================
   Buensoft Socios Cloud - Modern Stylesheet with Dynamic Rotating Themes
   ========================================================================== */

/* Theme 1: Azul Cielo Elegante (Default) */
:root, [data-theme="sky"] {
  --primary: #0284c7;          /* Azul Cielo Elegante */
  --primary-dark: #0369a1;     /* Azul Océano */
  --primary-light: #38bdf8;    /* Celeste Luminoso */
  --navy: #06192e;             /* Azul Marino Medianoche */
  --navy-light: #0f2d4e;       /* Azul Pizarra */
  --accent: #0ea5e9;           /* Acento Celeste */
  --accent-hover: #0284c7;
  --warning: #f59e0b;
  --danger: #ef4444;
  --bg-light: #f0f7ff;
  --text-main: #0c2340;
  --text-muted: #536b85;
  --border-color: #dbeafe;
  --card-bg: #ffffff;
  --radius: 12px;
  --shadow-sm: 0 1px 3px rgba(2, 132, 199, 0.08);
  --shadow-md: 0 4px 14px rgba(2, 132, 199, 0.12);
  --shadow-lg: 0 12px 32px rgba(6, 25, 46, 0.14);
  --shadow-glow: 0 0 30px rgba(56, 189, 248, 0.35);
  --font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;

  --topbar-bg: linear-gradient(135deg, #031c38 0%, #073b6e 40%, #0369a1 75%, #0284c7 100%);
  --topbar-border: #38bdf8;
  --topbar-pill: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  --topbar-link: #7dd3fc;

  --hero-bg: radial-gradient(circle at 85% 15%, #093766 0%, #071c35 50%, #020b18 100%);
  --hero-glow-1: rgba(2, 132, 199, 0.35);
  --hero-glow-2: rgba(56, 189, 248, 0.22);
  --hero-tag-bg: rgba(2, 132, 199, 0.22);
  --hero-tag-border: rgba(56, 189, 248, 0.45);
  --hero-tag-color: #7dd3fc;
  --hero-gradient-text: linear-gradient(135deg, #38bdf8 0%, #7dd3fc 45%, #ffffff 100%);
  --hero-card-bg: rgba(7, 30, 56, 0.78);
  --hero-card-border: rgba(56, 189, 248, 0.25);
  --stat-box-bg: rgba(3, 15, 30, 0.7);
  --stat-number: #38bdf8;

  --btn-primary-bg: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  --btn-primary-hover: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  --btn-primary-shadow: rgba(2, 132, 199, 0.4);

  --cta-bg: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  --cta-hover: linear-gradient(135deg, #7dd3fc 0%, #0ea5e9 100%);
  --cta-shadow: rgba(56, 189, 248, 0.45);

  --custom-quote-bg: linear-gradient(135deg, #031c38 0%, #073b6e 45%, #041a33 100%);
  --custom-quote-border: rgba(56, 189, 248, 0.28);

  --footer-bg: #020b18;
  --footer-border: rgba(56, 189, 248, 0.18);

  --popular-badge-bg: linear-gradient(135deg, #38bdf8, #0284c7);
  --featured-card-shadow: rgba(56, 189, 248, 0.3);
}

/* Theme 2: Púrpura Cósmico / Índigo Tecnológico */
[data-theme="purple"] {
  --primary: #6366f1;          /* Electric Indigo */
  --primary-dark: #4f46e5;     /* Deep Indigo */
  --primary-light: #a855f7;    /* Bright Violet */
  --navy: #12092b;             /* Cosmic Midnight Violet */
  --navy-light: #24144e;       /* Rich Indigo-Violet */
  --accent: #f59e0b;           /* Ámbar Dorado */
  --accent-hover: #d97706;
  --warning: #f59e0b;
  --danger: #ef4444;
  --bg-light: #f5f3ff;
  --text-main: #1e153b;
  --text-muted: #64748b;
  --border-color: #ede9fe;
  --card-bg: #ffffff;
  --radius: 12px;
  --shadow-sm: 0 1px 3px rgba(99, 102, 241, 0.08);
  --shadow-md: 0 4px 14px rgba(99, 102, 241, 0.12);
  --shadow-lg: 0 12px 32px rgba(18, 9, 43, 0.15);
  --shadow-glow: 0 0 30px rgba(99, 102, 241, 0.35);

  --topbar-bg: linear-gradient(135deg, #180534 0%, #3b0764 35%, #1e1b4b 70%, #0f172a 100%);
  --topbar-border: #f59e0b;
  --topbar-pill: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  --topbar-link: #fde047;

  --hero-bg: radial-gradient(circle at 85% 15%, #2e0854 0%, #15062e 45%, #090317 100%);
  --hero-glow-1: rgba(99, 102, 241, 0.35);
  --hero-glow-2: rgba(245, 158, 11, 0.22);
  --hero-tag-bg: rgba(99, 102, 241, 0.22);
  --hero-tag-border: rgba(167, 139, 250, 0.45);
  --hero-tag-color: #c4b5fd;
  --hero-gradient-text: linear-gradient(135deg, #a78bfa 0%, #f472b6 45%, #fbbf24 100%);
  --hero-card-bg: rgba(26, 12, 48, 0.78);
  --hero-card-border: rgba(168, 85, 247, 0.25);
  --stat-box-bg: rgba(14, 5, 29, 0.7);
  --stat-number: #c084fc;

  --btn-primary-bg: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  --btn-primary-hover: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
  --btn-primary-shadow: rgba(79, 70, 229, 0.4);

  --cta-bg: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  --cta-hover: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
  --cta-shadow: rgba(245, 158, 11, 0.45);

  --custom-quote-bg: linear-gradient(135deg, #180534 0%, #2e0854 45%, #150933 100%);
  --custom-quote-border: rgba(168, 85, 247, 0.25);

  --footer-bg: #090317;
  --footer-border: rgba(168, 85, 247, 0.16);

  --popular-badge-bg: linear-gradient(135deg, #f59e0b, #ea580c);
  --featured-card-shadow: rgba(99, 102, 241, 0.3);
}

/* Theme 3: Esmeralda Tech / Verde Neón Premium */
[data-theme="emerald"] {
  --primary: #059669;          /* Emerald Green */
  --primary-dark: #047857;     /* Deep Emerald */
  --primary-light: #34d399;    /* Luminous Mint */
  --navy: #042017;             /* Deep Forest Midnight */
  --navy-light: #064e3b;       /* Rich Cyber Pine */
  --accent: #06b6d4;           /* Cyan Accent */
  --accent-hover: #0891b2;
  --warning: #f59e0b;
  --danger: #ef4444;
  --bg-light: #f0fdf4;
  --text-main: #062e22;
  --text-muted: #4b6b61;
  --border-color: #d1fae5;
  --card-bg: #ffffff;
  --radius: 12px;
  --shadow-sm: 0 1px 3px rgba(5, 150, 105, 0.08);
  --shadow-md: 0 4px 14px rgba(5, 150, 105, 0.12);
  --shadow-lg: 0 12px 32px rgba(4, 32, 23, 0.15);
  --shadow-glow: 0 0 30px rgba(52, 211, 153, 0.35);

  --topbar-bg: linear-gradient(135deg, #022c22 0%, #064e3b 40%, #047857 75%, #059669 100%);
  --topbar-border: #34d399;
  --topbar-pill: linear-gradient(135deg, #059669 0%, #34d399 100%);
  --topbar-link: #a7f3d0;

  --hero-bg: radial-gradient(circle at 85% 15%, #064e3b 0%, #022c22 50%, #01140e 100%);
  --hero-glow-1: rgba(16, 185, 129, 0.35);
  --hero-glow-2: rgba(6, 182, 212, 0.22);
  --hero-tag-bg: rgba(5, 150, 105, 0.22);
  --hero-tag-border: rgba(52, 211, 153, 0.45);
  --hero-tag-color: #6ee7b7;
  --hero-gradient-text: linear-gradient(135deg, #34d399 0%, #67e8f9 45%, #ffffff 100%);
  --hero-card-bg: rgba(6, 44, 34, 0.78);
  --hero-card-border: rgba(52, 211, 153, 0.25);
  --stat-box-bg: rgba(2, 24, 18, 0.7);
  --stat-number: #34d399;

  --btn-primary-bg: linear-gradient(135deg, #34d399 0%, #059669 100%);
  --btn-primary-hover: linear-gradient(135deg, #059669 0%, #047857 100%);
  --btn-primary-shadow: rgba(5, 150, 105, 0.4);

  --cta-bg: linear-gradient(135deg, #10b981 0%, #047857 100%);
  --cta-hover: linear-gradient(135deg, #34d399 0%, #059669 100%);
  --cta-shadow: rgba(52, 211, 153, 0.45);

  --custom-quote-bg: linear-gradient(135deg, #022c22 0%, #064e3b 45%, #021a14 100%);
  --custom-quote-border: rgba(52, 211, 153, 0.28);

  --footer-bg: #01140e;
  --footer-border: rgba(52, 211, 153, 0.18);

  --popular-badge-bg: linear-gradient(135deg, #34d399, #059669);
  --featured-card-shadow: rgba(52, 211, 153, 0.3);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Top BETA Bar & Header */
.beta-topbar {
  background: var(--topbar-bg);
  border-bottom: 2px solid var(--topbar-border);
  box-shadow: 0 2px 14px rgba(56, 189, 248, 0.25);
  color: #ffffff;
  padding: 10px 20px;
  font-size: 0.92rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.beta-topbar span {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.beta-pill {
  background: var(--topbar-pill);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: none;
}

.beta-topbar a {
  color: var(--topbar-link);
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.beta-topbar a:hover {
  color: #ffffff;
}

/* Header */
header.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-color);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-container img {
  height: 52px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.logo-container img:hover {
  transform: scale(1.02);
}

nav.main-nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 8px;
}

nav.main-nav a {
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: 8px;
}

nav.main-nav a:hover {
  color: var(--primary);
  background: rgba(2, 132, 199, 0.08);
}

nav.main-nav a.active {
  color: var(--primary);
  background: rgba(2, 132, 199, 0.12);
  font-weight: 700;
}

.header-cta {
  background: var(--cta-bg) !important;
  color: white !important;
  font-weight: 800 !important;
  padding: 9px 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 14px var(--cta-shadow) !important;
  transition: all 0.25s ease !important;
}

.header-cta:hover {
  background: var(--cta-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.65) !important;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--navy);
  cursor: pointer;
}

/* Hero Section */
.hero {
  position: relative;
  background: var(--hero-bg);
  color: #ffffff;
  padding: 5.5rem 0 6.5rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, var(--hero-glow-1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, var(--hero-glow-2) 0%, transparent 40%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hero-tag-bg);
  border: 1px solid var(--hero-tag-border);
  color: var(--hero-tag-color);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.3);
}

.hero h1 {
  font-size: 2.85rem;
  line-height: 1.18;
  font-weight: 800;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.hero h1 span.gradient-text {
  background: var(--hero-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.18rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 620px;
  line-height: 1.7;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #e2e8f0;
  font-size: 1rem;
}

.hero-bullets li i {
  color: #10b981;
  font-size: 1.15rem;
  margin-top: 3px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-card {
  background: var(--hero-card-bg);
  border: 1px solid var(--hero-card-border);
  border-radius: 16px;
  padding: 2.2rem;
  box-shadow: var(--shadow-lg), 0 0 35px rgba(2, 132, 199, 0.28);
  backdrop-filter: blur(12px);
  position: relative;
}

.hero-card-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.hero-card h3 {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.hero-card p {
  color: #94a3b8;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 1.5rem;
}

.stat-box {
  background: var(--stat-box-bg);
  border: 1px solid var(--hero-card-border);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}

.stat-box .number {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--stat-number);
  display: block;
}

.stat-box .label {
  font-size: 0.78rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--btn-primary-bg);
  color: #ffffff;
  box-shadow: 0 4px 16px var(--btn-primary-shadow);
}

.btn-primary:hover {
  background: var(--btn-primary-hover);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.55);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-accent {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.4);
}

.btn-accent:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.55);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-primary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: white;
}

.btn-lg {
  padding: 15px 32px;
  font-size: 1.1rem;
  border-radius: 10px;
}

.btn-block {
  display: flex;
  width: 100%;
}

/* Sections */
section {
  padding: 4.5rem 0;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3.5rem;
}

.section-tag {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Feature Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.12), rgba(56, 189, 248, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--primary);
  font-size: 1.7rem;
  border: 1px solid rgba(56, 189, 248, 0.2);
}

.feature-card h3 {
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.85rem;
  font-weight: 700;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 1.25rem;
}

.feature-tag-pill {
  background: var(--bg-light);
  color: var(--navy-light);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
}

/* Two Column Showcase */
.showcase-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.showcase-row.reverse {
  direction: rtl;
}

.showcase-row.reverse > * {
  direction: ltr;
}

.showcase-text h3 {
  font-size: 1.85rem;
  color: var(--navy);
  margin-bottom: 1rem;
  font-weight: 800;
}

.showcase-text p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.showcase-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.8rem;
}

.showcase-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--navy);
  font-size: 0.98rem;
}

.showcase-list li i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
}

.showcase-media {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
  position: relative;
}

.showcase-media img {
  width: 100%;
  display: block;
}

/* Notice Cards & Steps (Download Page) */
.notice-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 6px solid var(--primary);
  box-shadow: var(--shadow-sm);
}

.notice-card.warning {
  border-left-color: var(--warning);
  background: #fffdf5;
}

.notice-card.success {
  border-left-color: var(--accent);
  background: #f0fdf4;
}

.notice-card.info {
  border-left-color: var(--primary);
  background: #f0f9ff;
}

.notice-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
}

.step-card {
  background: white;
  border-radius: 14px;
  padding: 2.2rem;
  margin-bottom: 2rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.25rem;
}

.step-number {
  width: 44px;
  height: 44px;
  background: var(--btn-primary-bg);
  color: white;
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-header h3 {
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 700;
}

.browser-warn-box {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.25rem;
}

.browser-warn-box h4 {
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.browser-warn-box ol {
  padding-left: 20px;
  color: var(--text-main);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.95rem;
}

/* Windows SmartScreen Box */
.smartscreen-box {
  background: #0078d7;
  color: white;
  border-radius: 10px;
  padding: 1.75rem;
  margin: 1.5rem 0;
  box-shadow: var(--shadow-md);
}

.smartscreen-box h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.smartscreen-box p {
  color: #e0f2fe;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.smartscreen-box .action-hint {
  background: rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #facc15;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
}

.code-path-box {
  background: #1e293b;
  color: #38bdf8;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 0.88rem;
  padding: 12px 18px;
  border-radius: 8px;
  margin: 8px 0;
  overflow-x: auto;
  word-break: break-all;
}

/* Pricing Cards (Order Page) */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 3.5rem;
}

.pricing-card {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2.2rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-lg), 0 0 30px var(--featured-card-shadow);
  transform: scale(1.03);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-4px);
}

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--popular-badge-bg);
  color: white;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(2, 132, 199, 0.4);
}

.pricing-header h3 {
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.pricing-header p {
  color: var(--text-muted);
  font-size: 0.88rem;
  min-height: 40px;
}

.pricing-capacity {
  margin: 1.5rem 0;
  padding: 12px;
  background: var(--bg-light);
  border-radius: 10px;
  text-align: center;
}

.capacity-number {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1.1;
}

.capacity-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 1.5rem 0 2rem;
  flex-grow: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--navy);
}

.pricing-features li i {
  color: var(--accent);
  font-size: 1rem;
  margin-top: 2px;
}

/* Custom Quote Box */
.custom-quote-card {
  background: var(--custom-quote-bg);
  color: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: var(--shadow-lg), 0 0 35px var(--featured-card-shadow);
  border: 1px solid var(--custom-quote-border);
  margin-bottom: 3.5rem;
}

.custom-quote-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.custom-quote-card h3 {
  font-size: 1.85rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.custom-quote-card p {
  color: #cbd5e1;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.quote-pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}

.quote-pill {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e2e8f0;
}

/* Forms */
.form-card {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-group label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.95rem;
  font-family: inherit;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--navy);
  cursor: pointer;
}

.form-feedback {
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
  display: none;
}

.form-feedback.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
  display: block;
}

.form-feedback.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
  display: block;
}

/* Footer */
footer.site-footer {
  background: var(--footer-bg);
  color: #94a3b8;
  padding: 4.5rem 0 2rem;
  border-top: 1px solid var(--footer-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand p {
  color: #94a3b8;
  font-size: 0.92rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  color: #94a3b8;
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: #38bdf8;
  padding-left: 4px;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #64748b;
  flex-wrap: wrap;
  gap: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-card.featured {
    transform: none;
  }
  .pricing-card.featured:hover {
    transform: translateY(-4px);
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

/* Billing Period Switcher */
.billing-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto 2.5rem;
  width: 100%;
  text-align: center;
}

.billing-pill-container {
  background: var(--border-color);
  padding: 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.billing-pill-btn {
  border: none;
  background: transparent;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.billing-pill-btn.active {
  background: #ffffff;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.discount-badge {
  background: #fef08a;
  color: #854d0e;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 6px;
  text-transform: uppercase;
}

.pricing-price-box {
  text-align: center;
  margin: 1rem 0;
  padding: 10px;
  border-bottom: 1px dashed var(--border-color);
}

.pricing-price-amount {
  font-size: 2.4rem;
  font-weight: 900;
  color: #dc2626;
  line-height: 1;
}

.pricing-price-currency {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

.pricing-bonus-socios {
  display: block;
  font-size: 0.84rem;
  color: #059669;
  font-weight: 700;
  margin-top: 6px;
}

.btn-mercadopago {
  background: #009ee3;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 158, 227, 0.3);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

.btn-mercadopago:hover {
  background: #007eb5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 158, 227, 0.45);
}

.paypal-form-wrapper {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.paypal-form-wrapper input[type="image"] {
  height: 38px;
  object-fit: contain;
  transition: transform 0.2s;
}

.paypal-form-wrapper input[type="image"]:hover {
  transform: scale(1.04);
}

/* Modal Mercado Pago */
.mp-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(5px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.mp-modal-backdrop.active {
  display: flex;
}

.mp-modal-content {
  background: #ffffff;
  border-radius: 16px;
  max-width: 540px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  animation: modalPop 0.25s ease-out;
}

@keyframes modalPop {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.mp-modal-header {
  background: linear-gradient(135deg, #009ee3, #007eb5);
  color: white;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mp-modal-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mp-modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.mp-modal-body {
  padding: 24px;
}

.mp-calc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
}

.mp-calc-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

.mp-calc-table tr:last-child td {
  border-bottom: none;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  background: #f0fdf4;
}

.mp-total-highlight {
  font-size: 1.5rem;
  color: #059669;
}

.mp-copy-pill {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mp-steps-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.mp-steps-box ol {
  padding-left: 18px;
  margin-top: 6px;
}

.mp-steps-box li {
  margin-bottom: 4px;
}

