/* Feedly x Skilline theme (dark, tech) */
:root{
  --c-primary:#0A2A52; /* Deep blue */
  --c-cyan:#00D1FF;    /* Electric cyan */
  --c-purple:#7E4AFF;  /* Soft purple */
  --c-bg:#05070d;
  --c-surface: rgba(255,255,255,0.06);
  --c-border: rgba(255,255,255,0.12);
  --c-text:#E6EDF7;
  --c-muted:#A7B4C4;
}

/* Base */
html{ font-size: var(--gs-root-font-size, 16px); }
body{
  font-family:'Poppins', sans-serif;
  background:
    radial-gradient(1100px 520px at 15% 0%, rgba(126,74,255,.22), transparent 60%),
    radial-gradient(900px 460px at 85% 10%, rgba(0,209,255,.18), transparent 55%),
    radial-gradient(700px 420px at 55% 60%, rgba(10,42,82,.40), transparent 60%),
    var(--c-bg);
  color: var(--c-text);
}
[x-cloak]{ display:none !important; }

/* Template utility overrides */
.bg-cream{ background: transparent; }
.bg-yellow-500{ background-color: var(--c-cyan) !important; }
.text-yellow-500{ color: var(--c-cyan) !important; }
.text-darken{ color: var(--c-text) !important; }

/* Make Tailwind grays readable on dark */
.text-gray-900{ color: var(--c-text) !important; }
.text-gray-800{ color: rgba(230,237,247,.95) !important; }
.text-gray-700{ color: rgba(230,237,247,.90) !important; }
.text-gray-600{ color: rgba(230,237,247,.80) !important; }
.text-gray-500{ color: var(--c-muted) !important; }
.text-gray-400{ color: rgba(230,237,247,.65) !important; }

/* Surfaces */
.bg-white{
  background-color: var(--c-surface) !important;
  border: 1px solid var(--c-border);
  backdrop-filter: blur(10px);
}

/* Buttons & links */
a:hover{ color: var(--c-cyan); }
.gs-btn-primary{ background: linear-gradient(90deg, var(--c-cyan), var(--c-purple)); }
.gs-btn-primary:hover{ filter: brightness(1.05); }

/* Sticky nav */
.gs-nav{
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(5,7,13,.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gs-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.25rem;
}
.gs-nav-head{
  flex:0 0 auto;
  min-width:0;
}
.gs-brand-wrap{display:flex;flex-direction:column;justify-content:center;min-width:0;max-width:240px}
.gs-brand-link{display:inline-flex;align-items:center;min-height:40px;color:var(--c-text);white-space:nowrap}
.gs-brand-name{font-size:var(--gs-brand-font-size, 1.0625rem);font-weight:800;letter-spacing:.02em;line-height:1.1}
.gs-brand-logo{max-height:var(--gs-logo-max-height, 52px);width:auto;display:block;object-fit:contain}
.gs-brand-tagline{margin-top:.32rem;font-size:var(--gs-tagline-font-size, .75rem);line-height:1.35;color:var(--c-muted);max-width:220px}
.gs-main-nav{gap:.35rem;align-items:center}
.gs-menu-link{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  white-space:nowrap;
  font-size:var(--gs-nav-font-size, .9375rem);
  line-height:1.15;
  font-weight:var(--gs-nav-font-weight, 100);
  color:var(--c-text);
  padding:.85rem 1rem;
  border-radius:999px;
  transition:background .16s ease,color .16s ease,box-shadow .16s ease;
}
.gs-menu-link:hover,.gs-menu-link:focus-visible{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.gs-solutions-menu{display:flex;align-items:center}
.gs-solutions-trigger{background:transparent;border:0;outline:0;cursor:pointer}
.gs-solutions-trigger.is-open{background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.gs-dropdown{
  background:#101827;
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:none;
}
.gs-dropdown-link{
  display:block;
  padding:.78rem .9rem;
  border-radius:.8rem;
  color:rgba(230,237,247,.92);
  font-size:.94rem;
  line-height:1.35;
}
.gs-dropdown-link:hover{background:rgba(255,255,255,.08);color:#fff}
.gs-nav-cta{
  white-space:nowrap;
  font-size:var(--gs-button-font-size, 1rem);
  line-height:1.15;
  font-weight:var(--gs-button-font-weight, 100);
}
.gs-btn-primary{ font-size: var(--gs-button-font-size, 1rem); font-weight: var(--gs-button-font-weight, 100); }

@media (min-width: 768px){
  .gs-main-nav{
    display:flex !important;
    transform:none !important;
    height:auto !important;
    padding-bottom:0 !important;
    margin-left:auto;
  }
}

@media (max-width: 1023px){
  .gs-nav-inner{gap:.75rem}
  .gs-brand-wrap{max-width:185px}
  .gs-brand-logo{max-height:min(var(--gs-logo-max-height, 52px), 44px)}
}

@media (max-width: 767px){
  .gs-nav-inner{display:block}
  .gs-main-nav{width:100%;padding-bottom:1rem}
  .gs-main-nav.gs-mobile-open{display:flex;background:rgba(5,7,13,.98);border-top:1px solid rgba(255,255,255,.08);padding-top:.35rem}
  .gs-menu-link,.gs-solutions-trigger,.gs-nav-cta{width:100%;justify-content:flex-start;border-radius:1rem}
  .gs-solutions-menu{display:block;width:100%}
  .gs-dropdown{position:relative !important;right:auto !important;width:100%;margin-top:.4rem}
  .gs-brand-wrap{max-width:100%}
  .gs-brand-tagline{max-width:100%}
}

/* Emojis (colored, not enclosed) */
.gs-emoji{ font-size: 2.25rem; line-height: 1; }
.gs-emoji-sm{ font-size: 1.05rem; line-height: 1; }
.gs-emoji-md{ font-size: 1.6rem; line-height: 1; }

/* Softer shadows for dark */
.shadow-xl{ box-shadow: 0 20px 60px rgba(0,0,0,.35) !important; }

/* Floating */
.floating{ animation-name: floating; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
@keyframes floating{ 0%{ transform: translate(0,0px);} 50%{ transform: translate(0,8px);} 100%{ transform: translate(0,-0px);} }
.floating-4{ animation-name: floating; animation-duration: 4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }

/* Small helpers */
.gs-chip{ border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.gs-divider{ border-color: rgba(255,255,255,.10) !important; }

/* (v0.2.3) Hero alignment is handled by layout spacing classes in HTML */

/* v0.2.6 — Hero slider-style (Flash-like layout)
   Ajuste: menos "aire" superior para que el hero quede más pegado al header (como referencia). */
.gs-hero{ padding-top: 1.25rem; padding-bottom: 2.10rem; position: relative; }
.gs-hero--slider{
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(126,74,255,.26), transparent 60%),
    radial-gradient(760px 420px at 86% 20%, rgba(0,209,255,.20), transparent 60%),
    radial-gradient(820px 520px at 72% 86%, rgba(10,42,82,.55), transparent 58%),
    rgba(255,255,255,.02);
}

.gs-hero-shell{
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gs-hero-grid{
  display:flex;
  flex-direction:column;
  gap: 2rem;
  /* top padding reducido para subir el contenido */
  padding: 2.05rem 1.75rem 3.0rem;
}

@media (min-width: 1024px){
  .gs-hero-grid{
    flex-direction:row;
    align-items:center;
    gap: 3.5rem;
    /* top padding reducido + altura menor para evitar que el bloque se vea "muy abajo" */
    padding: 2.55rem 3.25rem 3.2rem;
    min-height: 420px;
  }
}

.gs-hero-copy{
  flex: 1 1 52%;
  max-width: 580px;
}

@media (max-width: 1023px){
  .gs-hero-copy{ text-align:center; max-width: none; }
}

.gs-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding: .45rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color: rgba(230,237,247,.88);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gs-hero-title{
  margin-top: .9rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
}

@media (min-width: 1024px){
  .gs-hero-title{ font-size: 3.35rem; }
}

.gs-hero-sub{
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.65;
}

.gs-hero-cta{
  margin-top: 1.75rem;
  width: 100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 1rem;
}

@media (min-width: 768px){
  .gs-hero-cta{ flex-direction:row; justify-content:center; }
}

@media (min-width: 1024px){
  .gs-hero-cta{ justify-content:flex-start; }
}

.gs-hero-visual{
  position: relative;
  flex: 1 1 48%;
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

@media (min-width: 1024px){
  .gs-hero-visual{ justify-content:flex-end; }
}

.gs-hero-img{
  width: 100%;
  max-width: 520px;
  height: auto;
  transform: translateY(10px);
  filter: drop-shadow(0 36px 72px rgba(0,0,0,.55));
}

@media (min-width: 1024px){
  /* menos desplazamiento vertical para mantener proporción con el header */
  .gs-hero-img{ transform: translateY(10px) translateX(10px); }
}

.gs-hero-float{ position:absolute; }
.gs-f1{ top: 14%; left: 10%; }
.gs-f2{ top: 18%; right: 12%; }
.gs-f3{ bottom: 20%; left: 12%; }
.gs-f4{ bottom: 18%; right: 16%; }

.gs-hero-arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0,0,0,.28);
  border: 0;
  backdrop-filter: blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(230,237,247,.92);
  font-size: 2.05rem;
  line-height: 1;
  z-index: 20;
  box-shadow: 0 14px 35px rgba(0,0,0,.35);
  transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.gs-hero-arrow:hover{
  filter: brightness(1.08);
  background: rgba(0,0,0,.34);
}

.gs-hero-arrow:active{
  transform: translateY(-50%) scale(.96);
}

.gs-hero-arrow--left{ left: clamp(10px, 2vw, 28px); }
.gs-hero-arrow--right{ right: clamp(10px, 2vw, 28px); }

@media (max-width: 767px){
  .gs-hero-arrow{ display:none; }
}

.gs-hero-dots{
  position:absolute;
  left:50%;
  bottom: 16px;
  transform: translateX(-50%);
  display:flex;
  gap: 10px;
}

.gs-hero-dot{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
}

.gs-hero-dot.is-active{
  background: rgba(0,209,255,.95);
  box-shadow: 0 0 0 5px rgba(0,209,255,.12);
}


.gs-image-placeholder{display:flex;align-items:center;justify-content:center;min-height:220px;padding:1.5rem;border:1px dashed rgba(148,163,184,.35);border-radius:1rem;background:linear-gradient(135deg,rgba(30,41,59,.72) 0%,rgba(15,23,42,.92) 100%);color:#94a3b8;text-align:center}
.gs-faq-item{transition:border-color .2s ease,box-shadow .2s ease}
.gs-faq-item[open]{border-color:rgba(250,204,21,.45);box-shadow:0 12px 32px rgba(15,23,42,.14)}
.gs-faq-summary{list-style:none}
.gs-faq-summary::-webkit-details-marker{display:none}
.gs-faq-icon{transition:transform .2s ease,color .2s ease}
.gs-faq-item[open] .gs-faq-icon{transform:rotate(45deg);color:#f59e0b}
