/* =============================================================
   Gexto Landing — Modern Override 2025
   Tendencias: glassmorphism · mesh gradients · gradient text
               glow effects · Poppins · smooth transitions
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ── Variables globales ─────────────────────────────────────── */
:root {
  --accent-color:   #7c3aed;
  --accent-color_2: #5b21b6;
  --accent-light:   #a78bfa;
  --accent-glow:    rgba(124,58,237,0.38);
  --accent-mid:     #9333ea;
  --heading-color:  #0c0a1e;
  --body-color:     #64648a;
  --surface-dark:   #09061a;
  --surface-dark2:  #110c2e;
}

/* ── Tipografía base ────────────────────────────────────────── */
body {
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.cs_hero_title,
.cs_section_title,
.cs_iconbox_title,
.cs_pricing_title,
.cs_testimonial_author_name {
  font-family: 'Poppins', 'Inter', system-ui, sans-serif !important;
}

/* ── Selection ──────────────────────────────────────────────── */
::selection { background: rgba(124,58,237,0.28); color: #fff; }

/* ── Scrollbar ──────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--surface-dark); }
::-webkit-scrollbar-thumb { background: var(--accent-color); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-light); }

/* ══════════════════════════════════════════════════════════════
   PRELOADER
══════════════════════════════════════════════════════════════ */
.cs_perloader {
  background: var(--surface-dark) !important;
}

/* ══════════════════════════════════════════════════════════════
   NAVEGACIÓN — Glassmorphism
══════════════════════════════════════════════════════════════ */
.cs_site_header.cs_style_1 {
  background: rgba(9,6,26,0.7) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow: 0 4px 40px rgba(0,0,0,0.35) !important;
  transition: background 0.3s ease, box-shadow 0.3s ease !important;
}

.cs_site_header .cs_nav .cs_nav_list > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.78) !important;
  letter-spacing: 0.15px;
  transition: color 0.2s ease !important;
}
.cs_site_header .cs_nav .cs_nav_list > li > a:hover,
.cs_site_header .cs_nav .cs_nav_list > li.active > a {
  color: #c4b5fd !important;
}

/* ══════════════════════════════════════════════════════════════
   BOTONES
══════════════════════════════════════════════════════════════ */
.cs_btn {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  letter-spacing: 0.2px;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  position: relative;
  overflow: hidden;
}

.cs_btn.cs_bg_accent {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%) !important;
  border: none !important;

  box-shadow: 0 4px 20px rgba(124,58,237,0.42) !important;
}
.cs_btn.cs_bg_accent:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 36px rgba(124,58,237,0.58) !important;
}

.cs_btn.cs_bg_white {
  background: rgba(255,255,255,0.94) !important;

  border: 1.5px solid rgba(124,58,237,0.18) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12) !important;
}
.cs_btn.cs_bg_white:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(124,58,237,0.2) !important;
}

.cs_btn.cs_bg_heading {
  background: linear-gradient(135deg, #0c0a1e, #1e1040) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.cs_hero.cs_style_1 {
  background: radial-gradient(ellipse at 25% 60%, #1e0a50 0%, #09061a 45%, #000 100%) !important;
  position: relative;
  overflow: hidden;
}

/* Orb izquierdo */
.cs_hero.cs_style_1 .cs_hero_shape1 {
  background: radial-gradient(ellipse, rgba(124,58,237,0.35) 0%, transparent 68%) !important;
  border-radius: 50% !important;
  filter: blur(28px);
}

/* Malla de puntos sutil */
.cs_hero.cs_style_1::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* Orb animado extra */
.cs_hero.cs_style_1::after {
  content: '';
  position: absolute;
  top: -10%;
  right: -8%;
  width: 55%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(168,85,247,0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  animation: heroGlow 9s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes heroGlow {
  from { transform: translate(0,0) scale(1); opacity: 0.8; }
  to   { transform: translate(-3%, 4%) scale(1.1); opacity: 1; }
}

/* Hero content above orbs */
.cs_hero.cs_style_1 .container { position: relative; z-index: 1; }

/* Título hero con gradiente */
.cs_hero.cs_style_1 .cs_hero_title {
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  font-weight: 900 !important;
  letter-spacing: -1.5px !important;
  line-height: 1.1 !important;
  background: linear-gradient(135deg, #ffffff 0%, #e9d5ff 55%, #c084fc 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
  font-size: 1.1rem !important;
  color: rgba(255,255,255,0.62) !important;
  line-height: 1.75 !important;
  max-width: 560px;
  margin: 0 auto;
}

/* Imagen hero con glow */
.cs_hero.cs_style_1 .cs_hero_img img {
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(124,58,237,0.2),
    0 30px 80px rgba(0,0,0,0.6),
    0 0 80px rgba(124,58,237,0.15);
}

/* ══════════════════════════════════════════════════════════════
   TÍTULOS DE SECCIÓN
══════════════════════════════════════════════════════════════ */
.cs_section_title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.6px !important;
  line-height: 1.2 !important;
}

.cs_section_subtitle.cs_text_accent,
.cs_text_accent {
  font-family: 'Poppins', sans-serif;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background: linear-gradient(135deg, var(--accent-color), #a855f7) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ══════════════════════════════════════════════════════════════
   SECCIÓN FEATURES — Iconboxes
══════════════════════════════════════════════════════════════ */
.cs_business_feature {
  background: linear-gradient(180deg, #faf8ff 0%, #f1eeff 100%) !important;
}

.cs_iconbox.cs_style_1 {
  background: #fff !important;
  border: 1px solid rgba(124,58,237,0.1) !important;
  border-radius: 20px !important;
  padding: 32px 26px !important;
  box-shadow: 0 4px 24px rgba(124,58,237,0.07) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  position: relative;
  overflow: hidden;
}

.cs_iconbox.cs_style_1::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), #a855f7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cs_iconbox.cs_style_1:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 50px rgba(124,58,237,0.16) !important;
  border-color: rgba(124,58,237,0.28) !important;
}

.cs_iconbox.cs_style_1:hover::before { opacity: 1; }

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  background: linear-gradient(135deg, rgba(124,58,237,0.1), rgba(168,85,247,0.06)) !important;
  border: 1px solid rgba(124,58,237,0.15) !important;
  border-radius: 14px !important;
  padding: 14px !important;
  display: inline-flex !important;
  margin-bottom: 20px !important;
}

.cs_iconbox.cs_style_1 .cs_iconbox_title {
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  color: #0c0a1e !important;
  margin-bottom: 10px !important;
}

.cs_iconbox.cs_style_1 .cs_iconbox_subtitle {
  color: #64648a !important;
  font-size: 0.92rem !important;
  line-height: 1.7 !important;
}

/* Iconbox style 2 (sección de características) */
.cs_iconbox.cs_style_2 {
  background: #faf8ff !important;
  border: 1px solid rgba(124,58,237,0.1) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  transition: all 0.25s ease !important;
}
.cs_iconbox.cs_style_2:hover {
  border-color: rgba(124,58,237,0.3) !important;
  box-shadow: 0 8px 28px rgba(124,58,237,0.1) !important;
}

/* ══════════════════════════════════════════════════════════════
   PRICING
══════════════════════════════════════════════════════════════ */
.cs_pricing_card {
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: rgba(255,255,255,0.03) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  overflow: hidden;
  position: relative;
}

.cs_pricing_card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(124,58,237,0.45) !important;
  box-shadow: 0 28px 64px rgba(124,58,237,0.2) !important;
}

.cs_pricing_card.cs_active,
.cs_pricing_card[class*="cs_popular"],
.cs_pricing_card:nth-child(2) {
  background: linear-gradient(160deg, rgba(124,58,237,0.22) 0%, rgba(168,85,247,0.1) 100%) !important;
  border: 1px solid rgba(124,58,237,0.55) !important;
  box-shadow: 0 0 0 1px rgba(168,85,247,0.3), 0 28px 64px rgba(124,58,237,0.22) !important;
}

.cs_pricing_price {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -2px !important;
  background: linear-gradient(135deg, #fff, #e9d5ff) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIOS
══════════════════════════════════════════════════════════════ */
.cs_testimonial.cs_style_1 {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(8px) !important;
  transition: all 0.3s ease !important;
}

.cs_testimonial.cs_style_1:hover {
  background: rgba(124,58,237,0.07) !important;
  border-color: rgba(124,58,237,0.3) !important;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(124,58,237,0.14);
}

.cs_testimonial.cs_style_1 .cs_testimonial_text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.75) !important;
}

.cs_testimonial.cs_style_1 .cs_testimonial_author_name {
  font-weight: 700 !important;
  color: #fff !important;
}

/* ══════════════════════════════════════════════════════════════
   FAQ / ACORDEÓN
══════════════════════════════════════════════════════════════ */
.cs_accordian {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  background: rgba(255,255,255,0.03) !important;
  backdrop-filter: blur(8px) !important;
  margin-bottom: 10px !important;
  overflow: hidden;
  transition: all 0.2s ease !important;
}

.cs_accordian:hover {
  border-color: rgba(124,58,237,0.28) !important;
}

.cs_accordian.cs_active {
  background: rgba(124,58,237,0.07) !important;
  border-color: rgba(124,58,237,0.42) !important;
}

.cs_accordian_head {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.97rem !important;
}

/* ══════════════════════════════════════════════════════════════
   CTA
══════════════════════════════════════════════════════════════ */
.cs_cta.cs_style_1 {
  background: linear-gradient(135deg, #1a0840 0%, #2d1264 40%, #160636 100%) !important;
  position: relative;
  overflow: hidden;
}

.cs_cta.cs_style_1::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -15%;
  width: 65%;
  height: 220%;
  background: radial-gradient(ellipse, rgba(124,58,237,0.22) 0%, transparent 60%);
  pointer-events: none;
}

.cs_cta.cs_style_1::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 55%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(168,85,247,0.14) 0%, transparent 65%);
  pointer-events: none;
}

.cs_cta.cs_style_1 .cs_cta_title,
.cs_cta.cs_style_1 h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.6px !important;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════════
   FORMULARIO DE CONTACTO
══════════════════════════════════════════════════════════════ */
.cs_form_field {
  border-radius: 12px !important;
  border: 1.5px solid rgba(255,255,255,0.1) !important;
  background: rgba(255,255,255,0.05) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.cs_form_field:focus {
  border-color: rgba(124,58,237,0.65) !important;
  box-shadow: 0 0 0 4px rgba(124,58,237,0.12) !important;
  outline: none !important;
}

/* ══════════════════════════════════════════════════════════════
   PARTNERS — Grayscale hover
══════════════════════════════════════════════════════════════ */
.cs_partners .cs_partner_logo {
  filter: grayscale(100%) opacity(0.45);
  transition: filter 0.25s ease !important;
}
.cs_partners .cs_partner_logo:hover {
  filter: grayscale(0%) opacity(1) !important;
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
.cs_site_footer {
  background: linear-gradient(180deg, #06030f 0%, #09061a 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

.cs_site_footer a:hover {
  color: var(--accent-light) !important;
}

/* ══════════════════════════════════════════════════════════════
   WHATSAPP
══════════════════════════════════════════════════════════════ */
.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
  box-shadow: 0 6px 24px rgba(37,211,102,0.42) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}
.whatsapp:hover {
  transform: translateY(-4px) scale(1.06) !important;
  box-shadow: 0 12px 36px rgba(37,211,102,0.55) !important;
}

/* ══════════════════════════════════════════════════════════════
   SECCIÓN DIAN
══════════════════════════════════════════════════════════════ */
#dian-invoice-details.Gexto-section {
  background: linear-gradient(135deg, #faf8ff 0%, #f3eeff 100%) !important;
  border-top: 1px solid rgba(124,58,237,0.1) !important;
}

.Gexto-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
}

.Gexto-btn {
  background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
  box-shadow: 0 4px 18px rgba(124,58,237,0.38) !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
.Gexto-btn:hover {
  box-shadow: 0 8px 30px rgba(124,58,237,0.52) !important;
  transform: translateY(-2px) !important;
}

.card-dian {
  border-radius: 18px !important;
  border: 1px solid rgba(124,58,237,0.14) !important;
  box-shadow: 0 8px 36px rgba(124,58,237,0.09) !important;
}

/* ══════════════════════════════════════════════════════════════
   MISC UTILITIES
══════════════════════════════════════════════════════════════ */

/* Texto de enlace con acento */
.cs_text_btn.cs_text_accent {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.3px;
  transition: gap 0.2s ease !important;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Animación de entrada suave para las tarjetas */
@keyframes cardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
