/* =========================================================
   GLPI Pro - main.css reconstruido
   Diseno oscuro/premium morado-fucsia para landing GLPI
   Archivo: assets/css/main.css
   ========================================================= */

:root {
  --glpi-bg: #05071f;
  --glpi-bg-2: #090033;
  --glpi-bg-3: #140047;
  --glpi-card: rgba(25, 10, 72, 0.76);
  --glpi-card-2: rgba(45, 14, 105, 0.62);
  --glpi-border: rgba(207, 64, 255, 0.32);
  --glpi-border-soft: rgba(255, 255, 255, 0.10);
  --glpi-text: #ffffff;
  --glpi-muted: #c8c0f4;
  --glpi-pink: #ff2dbf;
  --glpi-purple: #7b35ff;
  --glpi-blue: #1d5cff;
  --glpi-orange: #ff7b55;
  --glpi-green: #25d366;
  --glpi-gradient: linear-gradient(135deg, #7b35ff 0%, #ff2dbf 55%, #ff7b55 100%);
  --glpi-gradient-2: linear-gradient(135deg, #151b59 0%, #3b0d83 50%, #9517a8 100%);
  --glpi-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --glpi-radius: 22px;
  --glpi-radius-sm: 14px;
  --glpi-font: 'Inter', 'Poppins', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(123,53,255,.35), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(255,45,191,.25), transparent 28%),
    linear-gradient(180deg, #070525 0%, #05071f 45%, #06031b 100%);
  color: var(--glpi-text);
  font-family: var(--glpi-font);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: .25s ease; }
a:hover { color: #fff; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
p { color: var(--glpi-muted); line-height: 1.75; margin: 0; }

.container { max-width: 1240px; }

/* Utilidades plantilla */
.preloader { display: none !important; }
.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.62); z-index: 89;
  opacity: 0; visibility: hidden; transition: .25s ease;
}
.overlay.active { opacity: 1; visibility: visible; }
.scrollToTop {
  position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--glpi-gradient); color: #fff; z-index: 90; display: grid; place-items: center;
  box-shadow: 0 12px 35px rgba(255,45,191,.32);
}

/* Header */
.header-section {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  background: rgba(5, 6, 31, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-wrapper {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo a { display: flex; align-items: center; gap: 12px; }
.logo img { max-height: 100px; width: auto; object-fit: contain; }
.menu { display: flex; align-items: center; justify-content: center; gap: 28px; }
.menu li a {
  color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .02em; text-transform: uppercase;
  opacity: .86; position: relative; padding: 31px 0;
}
.menu li a::after {
  content: ''; position: absolute; left: 0; bottom: 22px; width: 0; height: 2px;
  background: var(--glpi-gradient); border-radius: 5px; transition: .25s ease;
}
.menu li a:hover, .menu li a.active { color: #ff48c9; opacity: 1; }
.menu li a:hover::after, .menu li a.active::after { width: 100%; }
.header-button {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 10px;
  background: var(--glpi-gradient); color: #fff; font-weight: 900; font-size: 14px; text-transform: uppercase;
  box-shadow: 0 16px 38px rgba(255,45,191,.28);
}
.header-button:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 22px 45px rgba(255,45,191,.36); }
.header-bar { width: 34px; cursor: pointer; display: none; }
.header-bar span { display: block; height: 3px; background: #fff; margin: 6px 0; border-radius: 5px; transition: .25s ease; }
.header-bar.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.header-bar.active span:nth-child(2) { opacity: 0; }
.header-bar.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

/* Hero */
.glpi-hero {
  min-height: 100vh; padding: 130px 0 70px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(123,53,255,.42), transparent 28%),
    radial-gradient(circle at 85% 35%, rgba(255,45,191,.28), transparent 30%),
    linear-gradient(135deg, #07051f 0%, #120038 52%, #06041e 100%);
}
.glpi-hero::before {
  content: ''; position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,45,191,.34) 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 62%, rgba(255,45,191,.12) 62% 72%, transparent 72% 100%);
  background-size: 34px 34px, 100% 100%;
}
.glpi-hero::after {
  content: ''; position: absolute; left: -10%; bottom: -35%; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,45,191,.25), transparent 62%); filter: blur(8px);
}
.glpi-hero-row { position: relative; z-index: 2; min-height: 620px; }
.glpi-hero-content { max-width: 620px; }
.glpi-hero-badge,
.glpi-content-badge,
.glpi-plan-badge,
.glpi-contact-badge,
.glpi-benefits-kicker,
.glpi-support-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: #ff7de3; font-weight: 800;
  padding: 8px 16px; border: 1px solid rgba(255,45,191,.36); border-radius: 999px;
  background: rgba(255,45,191,.08); margin-bottom: 20px;
}
.glpi-hero h1 {
  color: #fff; font-size: clamp(48px, 5.8vw, 86px); line-height: 1.05; font-weight: 950; letter-spacing: -0.045em;
  margin: 0 0 22px; text-shadow: 0 10px 50px rgba(0,0,0,.25);
}
.glpi-hero h1 span { display: block; color: transparent; background: linear-gradient(90deg, #fff 0%, #ff49c9 45%, #ff855c 100%); -webkit-background-clip: text; background-clip: text; }
.glpi-hero-content > p { font-size: 18px; max-width: 590px; margin-bottom: 28px; }
.glpi-hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.glpi-btn-primary,
.glpi-content-btn.primary,
.glpi-benefits-primary,
.glpi-support-btn.primary,
.glpi-contact-btn.primary,
.glpi-plan-primary-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 16px 26px;
  border-radius: 12px; background: var(--glpi-gradient); color: #fff !important; font-weight: 900;
  box-shadow: 0 18px 45px rgba(255,45,191,.25); border: 0;
}
.glpi-btn-outline,
.glpi-content-btn.outline,
.glpi-benefits-whatsapp,
.glpi-support-btn.outline,
.glpi-contact-btn.outline,
.glpi-plan-outline-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 24px;
  border-radius: 12px; border: 1px solid rgba(255,255,255,.30); color: #fff !important; font-weight: 900;
  background: rgba(255,255,255,.04); backdrop-filter: blur(10px);
}
.glpi-btn-outline .fab, .glpi-content-btn.outline .fab, .glpi-benefits-whatsapp .fab, .glpi-support-btn.primary .fab, .glpi-contact-btn.primary .fab, .glpi-plan-outline-btn .fab { color: var(--glpi-green); font-size: 20px; }
.glpi-btn-primary:hover, .glpi-btn-outline:hover,
.glpi-content-btn:hover, .glpi-benefits-primary:hover, .glpi-benefits-whatsapp:hover,
.glpi-support-btn:hover, .glpi-contact-btn:hover, .glpi-plan-primary-btn:hover, .glpi-plan-outline-btn:hover { transform: translateY(-3px); }
.glpi-hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 620px; }
.glpi-hero-feature {
  display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
}
.glpi-hero-feature i { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,45,191,.15); color: #ff58ce; font-size: 20px; }
.glpi-hero-feature span { font-weight: 800; color: #fff; }
.glpi-hero-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.glpi-screen-card {
  position: relative; width: min(700px, 55vw); border-radius: 28px; overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,45,191,.24);
  transform: perspective(900px) rotateY(-5deg) rotateX(2deg);
  background: #090728;
}
.glpi-screen-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(123,53,255,.18), rgba(255,45,191,.08)); z-index: 1; pointer-events:none; }
.glpi-screen-card img { width: 100%; min-height: 430px; object-fit: cover; }
.glpi-price-badge {
  position: absolute; right: 0; top: 35px; z-index: 3; width: 250px; padding: 23px; border-radius: 22px;
  background: rgba(33, 8, 80, .84); border: 1px solid rgba(255,45,191,.38); box-shadow: var(--glpi-shadow);
  text-align: center;
}
.glpi-price-badge small { color: #d7ccff; font-weight: 700; letter-spacing: .08em; }
.glpi-price-badge strong { display: block; color: #fff; font-size: 22px; margin: 4px 0; }
.glpi-price-badge span { color: #ff72d8; font-size: 12px; font-weight: 800; }

/* Secciones comunes */
.glpi-content-section,
.glpi-benefits-section,
.glpi-support-section,
.glpi-plan-section,
.glpi-contact-section {
  position: relative; padding: 96px 0; overflow: hidden; background: linear-gradient(180deg, #06031b 0%, #0a0530 100%);
  border-top: 1px solid rgba(255,255,255,.07);
}
.glpi-content-section::before,
.glpi-benefits-section::before,
.glpi-support-section::before,
.glpi-plan-section::before,
.glpi-contact-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background: radial-gradient(circle at 15% 10%, rgba(123,53,255,.22), transparent 32%), radial-gradient(circle at 90% 40%, rgba(255,45,191,.16), transparent 30%);
}
.glpi-content-header,
.glpi-benefits-header { position: relative; z-index: 2; text-align: center; max-width: 820px; margin: 0 auto 44px; }
.glpi-content-header h2,
.glpi-benefits-header h2,
.glpi-support-content h2,
.glpi-plan-title,
.glpi-contact-content h2 {
  font-size: clamp(34px, 4vw, 58px); line-height: 1.12; color: #fff; font-weight: 950; margin: 0 0 16px; letter-spacing: -0.035em;
}
.glpi-content-header h2 span,
.glpi-benefits-header h2 span,
.glpi-plan-title span,
.glpi-contact-content h2 span { color: #ff3fc8; }
.glpi-content-bg-text { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); font-size: 180px; font-weight: 950; color: rgba(255,255,255,.025); line-height: 1; }
.glpi-content-grid,
.glpi-benefits-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.glpi-content-card,
.glpi-benefit-card,
.glpi-subscription-card,
.glpi-help-center,
.glpi-contact-card,
.glpi-bottom-feature,
.glpi-side-card,
.glpi-topics-card,
.glpi-chat-card,
.glpi-dashboard-showcase,
.glpi-contact-bottom > div,
.glpi-support-bottom > div {
  background: linear-gradient(180deg, rgba(34, 12, 91, .76), rgba(10, 8, 45, .78));
  border: 1px solid var(--glpi-border); border-radius: var(--glpi-radius); box-shadow: var(--glpi-shadow);
}
.glpi-content-card,
.glpi-benefit-card { padding: 28px; display: flex; gap: 18px; align-items: flex-start; }
.glpi-content-icon,
.glpi-benefit-icon {
  width: 62px; height: 62px; min-width: 62px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(123,53,255,.8), rgba(255,45,191,.55)); color: #fff; font-size: 25px;
  box-shadow: 0 18px 38px rgba(123,53,255,.28);
}
.whatsapp-icon, .glpi-benefit-icon.whatsapp { background: linear-gradient(135deg, #128c4a, #25d366); }
.glpi-content-info h3, .glpi-benefit-info h3 { color: #fff; font-size: 20px; font-weight: 900; margin: 0 0 8px; }
.glpi-content-info p, .glpi-benefit-info p { font-size: 15px; }
.glpi-content-actions,
.glpi-benefits-actions,
.glpi-support-actions,
.glpi-contact-actions,
.glpi-subscription-actions { position: relative; z-index: 2; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.glpi-content-trust,
.glpi-benefits-footer {
  position: relative; z-index: 2; margin-top: 28px; display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; color: #e8e2ff; font-weight: 800;
}
.glpi-content-trust i, .glpi-benefits-footer i { color: #ff45ca; margin-right: 8px; }

/* Beneficios */
.glpi-benefit-card { display: block; min-height: 230px; }
.glpi-benefit-icon { margin-bottom: 18px; }
.glpi-benefit-icon.pink { background: linear-gradient(135deg, #ff2dbf, #ff7b55); }
.glpi-benefit-icon.purple { background: linear-gradient(135deg, #7b35ff, #b42cff); }
.glpi-benefit-icon.blue { background: linear-gradient(135deg, #1d5cff, #7b35ff); }
.glpi-benefit-icon.orange { background: linear-gradient(135deg, #ff7b55, #ff2dbf); }
.glpi-benefit-icon.secure { background: linear-gradient(135deg, #5f35ff, #19e6ff); }
.glpi-benefit-info span { display: block; width: 42px; height: 3px; border-radius: 3px; background: var(--glpi-gradient); margin: 12px 0; }

/* Soporte */
.glpi-support-section .row, .glpi-plan-section .row, .glpi-contact-section .row { position: relative; z-index: 2; }
.glpi-support-content { padding-right: 25px; }
.glpi-support-list { display: grid; gap: 16px; margin-top: 28px; }
.glpi-support-item { display: flex; gap: 15px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
.glpi-support-icon { width: 50px; height: 50px; min-width: 50px; border-radius: 15px; display: grid; place-items: center; background: rgba(255,45,191,.14); color: #ff54cf; font-size: 22px; }
.glpi-support-item.whatsapp .glpi-support-icon { background: rgba(37,211,102,.15); color: var(--glpi-green); }
.glpi-support-item h3 { margin: 0 0 3px; color: #fff; font-size: 18px; font-weight: 900; }
.glpi-help-center { padding: 26px; }
.glpi-help-header { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 20px; }
.glpi-help-title { display: flex; gap: 14px; align-items: center; }
.glpi-help-title > i { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--glpi-gradient); font-size: 22px; }
.glpi-help-title h3 { color: #fff; margin: 0; font-weight: 950; }
.glpi-help-title h3 span { color: #ff43c7; }
.glpi-help-status { padding: 8px 14px; border-radius: 999px; color: #1bff83; background: rgba(37,211,102,.12); font-weight: 900; }
.glpi-help-search { height: 56px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-radius: 16px; background: rgba(255,255,255,.07); color: #d8d0ff; margin-bottom: 20px; }
.glpi-help-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; }
.glpi-topics-card, .glpi-chat-card, .glpi-side-card { padding: 20px; box-shadow: none; }
.glpi-topics-card h4, .glpi-side-card h4 { color: #fff; font-weight: 900; margin: 0 0 14px; }
.glpi-topics-card li, .glpi-side-card li { display: flex; justify-content: space-between; padding: 11px 0; color: #ded8ff; border-bottom: 1px solid rgba(255,255,255,.07); }
.glpi-chat-top, .glpi-chat-input { display: flex; justify-content: space-between; align-items: center; }
.glpi-chat-top strong { color: #fff; display:block; }
.glpi-chat-top span { color: #1bff83; font-size: 12px; }
.glpi-chat-body { margin: 18px 0; display: grid; gap: 12px; }
.msg { padding: 12px 14px; border-radius: 14px; color: #fff; font-size: 14px; }
.msg.user { background: rgba(123,53,255,.28); }
.msg.agent { background: rgba(255,45,191,.18); }
.typing { color: #d8d0ff; font-size: 13px; }
.typing span { display: inline-block; width: 5px; height: 5px; background: #ff54cf; border-radius: 50%; margin-right: 3px; }
.glpi-chat-input { height: 46px; border-radius: 14px; padding: 0 14px; background: rgba(255,255,255,.07); color: #bdb4ea; }
.glpi-side-card { margin-top: 18px; }
.glpi-check { width: 58px; height: 58px; display: grid; place-items:center; border-radius: 18px; background: rgba(123,53,255,.22); color: #ff54cf; font-size: 26px; margin-bottom: 12px; }
.glpi-side-card strong { color:#fff; display:block; margin-bottom: 5px; }
.glpi-status-bars { display: flex; gap: 5px; margin-top: 12px; }
.glpi-status-bars span { height: 6px; flex: 1; border-radius: 6px; background: var(--glpi-gradient); }
.glpi-support-bottom { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.glpi-support-bottom > div { padding: 24px; display: grid; gap: 5px; }
.glpi-support-bottom i { color: #ff4ecb; font-size: 27px; }
.glpi-support-bottom span { color:#fff; font-weight: 900; }
.glpi-support-bottom small { color: var(--glpi-muted); }

/* Plan */
.glpi-plan-row { margin-bottom: 34px; }
.glpi-plan-content { padding-right: 20px; }
.glpi-subscription-card { margin-top: 26px; padding: 28px; }
.glpi-subscription-head { display:flex; justify-content:space-between; gap: 18px; align-items: flex-start; margin-bottom: 22px; }
.glpi-subscription-brand { display:flex; gap: 14px; align-items:center; }
.glpi-subscription-icon { width: 54px; height: 54px; display:grid; place-items:center; border-radius: 16px; background: var(--glpi-gradient); color:#fff; font-weight: 950; font-size: 24px; }
.glpi-subscription-brand h3 { color:#fff; margin:0; font-weight: 950; }
.glpi-subscription-tags { display:flex; gap: 8px; flex-wrap:wrap; justify-content:flex-end; }
.glpi-subscription-tags span { padding: 7px 11px; border-radius: 999px; background: rgba(255,45,191,.12); border: 1px solid rgba(255,45,191,.25); color:#ffd5f4; font-size:12px; font-weight: 800; }
.glpi-price-area { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.06); margin-bottom: 20px; text-align:center; }
.glpi-price-area h4 { color:#fff; font-size: 56px; font-weight: 950; margin: 4px 0 0; }
.glpi-benefits-list li { color:#e7e1ff; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.glpi-benefits-list i { color:#1bff83; margin-right: 9px; }
.glpi-subscription-note { margin-top: 18px; padding: 14px; border-radius: 14px; background: rgba(37,211,102,.09); color:#dfffe9; text-align:center; }
.glpi-dashboard-showcase { padding: 24px; position: relative; min-height: 590px; overflow: hidden; }
.glpi-dashboard-showcase::before { content:''; position:absolute; inset: 8%; background: radial-gradient(circle, rgba(255,45,191,.24), transparent 55%); filter: blur(20px); }
.glpi-main-dashboard { position: relative; display:flex; border-radius: 24px; overflow:hidden; background: #061126; min-height: 430px; transform: perspective(900px) rotateY(-4deg); box-shadow: 0 30px 80px rgba(0,0,0,.48); border:1px solid rgba(123,53,255,.35); }
.glpi-dashboard-sidebar { width: 170px; padding: 20px; background: linear-gradient(180deg, #061b3b, #050b23); }
.glpi-dashboard-brand { color:#fff; font-weight: 950; font-size: 20px; margin-bottom: 18px; }
.glpi-dashboard-sidebar li { color:#bfc8ff; padding: 10px; border-radius: 10px; font-size: 12px; }
.glpi-dashboard-sidebar li.active { background: #0d55ff; color:#fff; }
.glpi-dashboard-sidebar i { margin-right: 8px; }
.glpi-dashboard-content { flex:1; padding: 22px; }
.glpi-dashboard-content h4 { color:#fff; margin:0 0 15px; }
.glpi-dashboard-cards { display:grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
.glpi-mini-stat, .glpi-chart-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 13px; }
.glpi-mini-stat span, .glpi-chart-card span { display:block; color:#b9c5ff; font-size: 11px; }
.glpi-mini-stat strong { color:#fff; font-size: 24px; }
.glpi-dashboard-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap: 12px; }
.glpi-chart-card.large { grid-column: 1 / 2; }
.glpi-line-chart { height: 120px; margin-top: 12px; }
.glpi-donut { width: 96px; height: 96px; border-radius: 50%; background: conic-gradient(#0d55ff 0 24%, #26d26b 24% 48%, #ffc000 48% 70%, #ff3fc8 70% 100%); margin: 14px auto; position:relative; }
.glpi-donut::after { content:''; position:absolute; inset: 25px; background:#07132d; border-radius:50%; }
.donut-card ul li { color:#d7ddff; font-size: 11px; margin: 4px 0; }
.activity-card { grid-column: 1 / -1; }
.glpi-activity-item { color:#cdd4ff; font-size: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.glpi-activity-item em { float:right; color:#ff61d2; font-style:normal; }
.glpi-mobile-preview { position:absolute; right: 22px; bottom: 22px; width: 190px; padding: 18px; border-radius: 24px; background: linear-gradient(180deg, #121b4e, #130934); border: 1px solid rgba(255,45,191,.35); box-shadow: var(--glpi-shadow); }
.glpi-mobile-top { color:#fff; font-weight: 950; margin-bottom: 12px; }
.glpi-mobile-line { display:flex; justify-content:space-between; color:#d8d1ff; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.glpi-mobile-line strong { color:#fff; }
.glpi-mobile-preview button { width:100%; margin-top: 14px; border:0; border-radius: 12px; padding: 12px; color:#fff; font-weight:900; background: var(--glpi-gradient); }
.glpi-plan-bottom-features { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.glpi-bottom-feature { padding: 26px; text-align:center; }
.glpi-bottom-feature div { width:58px; height:58px; margin:0 auto 14px; border-radius: 17px; display:grid; place-items:center; background: rgba(255,45,191,.16); color:#ff4ecb; font-size: 24px; }
.glpi-bottom-feature h4 { color:#fff; font-weight:950; margin-bottom: 8px; }

/* Contacto */
.glpi-contact-content { padding-right: 25px; }
.glpi-contact-mini-features { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 24px; }
.glpi-contact-mini-features span { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); color:#ede9ff; font-weight:800; }
.glpi-contact-mini-features i { color:#ff4ecb; margin-right: 7px; }
.glpi-contact-card { padding: 30px; }
.glpi-contact-card-title { display:flex; align-items:center; gap: 14px; margin-bottom: 22px; }
.glpi-contact-card-title i { width: 54px; height:54px; display:grid; place-items:center; border-radius: 16px; background: var(--glpi-gradient); font-size: 22px; }
.glpi-contact-card-title h3 { color:#fff; margin:0; font-weight:950; }
.glpi-contact-item { display:flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.glpi-contact-icon { width: 48px; height:48px; min-width:48px; display:grid; place-items:center; border-radius: 15px; background: rgba(255,45,191,.14); color:#ff4ecb; font-size: 20px; }
.glpi-contact-item.whatsapp .glpi-contact-icon { background:rgba(37,211,102,.14); color: var(--glpi-green); }
.glpi-contact-item h4 { color:#fff; margin:0 0 3px; font-weight:900; }
.glpi-contact-bottom { position: relative; z-index: 2; display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.glpi-contact-bottom > div { padding: 24px; }
.glpi-contact-bottom i { color:#ff4ecb; font-size: 28px; margin-bottom: 12px; }
.glpi-contact-bottom strong { display:block; color:#fff; font-size:18px; margin-bottom: 6px; }
.glpi-contact-bottom span { color: var(--glpi-muted); }

/* Footer */
.glpi-footer { padding: 60px 0 26px; background: #040416; border-top: 1px solid rgba(255,255,255,.08); position: relative; }
.glpi-footer-brand-center { text-align:center; max-width: 680px; margin:0 auto 30px; }
.glpi-footer-logo { display:inline-flex; justify-content:center; margin-bottom: 14px; }
.glpi-footer-logo img { max-height: 150px; }
.glpi-footer-socials { display:flex; justify-content:center; gap: 12px; margin-top: 20px; }
.glpi-footer-socials a { width: 42px; height:42px; border-radius:50%; display:grid; place-items:center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10); color:#fff; }
.glpi-footer-socials a:hover { background: var(--glpi-gradient); transform: translateY(-3px); }
.glpi-tiktok-svg { width:18px; height:18px; fill: currentColor; }
.glpi-footer-menu { display:flex; justify-content:center; flex-wrap:wrap; gap: 22px; padding: 24px 0; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); }
.glpi-footer-menu a { color:#fff; font-weight:800; text-transform:uppercase; font-size:13px; opacity:.85; }
.glpi-footer-menu a:hover { color:#ff4ecb; opacity:1; }
.glpi-footer-bottom { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; padding-top: 24px; color:#beb5ee; }
.glpi-footer-bottom p { max-width: 720px; font-size: 14px; }
.glpi-footer-bottom a { color:#ddd7ff; font-size:14px; }
.glpi-footer-bottom a:hover { color:#ff4ecb; }

/* 404 */
.error-section { min-height:100vh; display:grid; place-items:center; padding:120px 20px; background: radial-gradient(circle at 50% 20%, rgba(255,45,191,.22), transparent 40%), linear-gradient(135deg, #07051f, #150039); position:relative; overflow:hidden; }
.error-wrapper { text-align:center; position:relative; z-index:2; padding:50px; border-radius:30px; background: rgba(18,7,59,.72); border:1px solid var(--glpi-border); box-shadow: var(--glpi-shadow); }
.error-wrapper .title { font-size: clamp(90px, 16vw, 190px); color:#fff; margin:0; line-height:.9; font-weight:950; background: var(--glpi-gradient); -webkit-background-clip:text; background-clip:text; color:transparent; }
.error-wrapper .subtitle { color:#fff; font-size: clamp(24px, 4vw, 42px); margin: 18px 0 28px; }
.button-5 { display:inline-flex; padding:16px 28px; border-radius:12px; background:var(--glpi-gradient); color:#fff; font-weight:900; }
.swap-area { display:none !important; }
.man1, .man2 { display:none; }

/* Responsive */
@media (max-width: 1199px) {
  .menu { gap: 18px; }
  .menu li a { font-size: 13px; }
  .glpi-screen-card { width: min(620px, 54vw); }
}

@media (max-width: 991px) {
  .header-wrapper { min-height: 72px; }
  .header-bar { display:block; position:relative; z-index:102; }
  .header-section .menu {
    position: fixed; top: 72px; right: -320px; width: 300px; height: calc(100vh - 72px);
    background: rgba(8, 5, 36, .98); border-left: 1px solid rgba(255,255,255,.10);
    flex-direction: column; justify-content:flex-start; align-items:stretch; gap:0; padding:22px; transition:.28s ease; z-index:101;
  }
  .header-section .menu.active { right:0; }
  .menu li a { display:block; padding:15px 0; }
  .menu li a::after { bottom:8px; }
  .header-right { margin-left:auto; }
  .glpi-hero { padding-top: 105px; }
  .glpi-hero-row { min-height:auto; }
  .glpi-hero-content { text-align:center; margin:0 auto 40px; }
  .glpi-hero-actions, .glpi-content-actions, .glpi-benefits-actions, .glpi-support-actions, .glpi-contact-actions, .glpi-subscription-actions { justify-content:center; }
  .glpi-hero-features { margin:0 auto; }
  .glpi-hero-visual { min-height:auto; }
  .glpi-screen-card { width:100%; transform:none; }
  .glpi-price-badge { right:20px; top:20px; }
  .glpi-content-grid, .glpi-benefits-grid, .glpi-plan-bottom-features, .glpi-support-bottom, .glpi-contact-bottom { grid-template-columns: 1fr 1fr; }
  .glpi-support-content, .glpi-plan-content, .glpi-contact-content { padding-right:0; text-align:center; margin-bottom: 35px; }
  .glpi-help-grid { grid-template-columns:1fr; }
  .glpi-dashboard-showcase { min-height:auto; }
  .glpi-main-dashboard { transform:none; }
}

@media (max-width: 767px) {
  body.menu-open { overflow:hidden; }
  .container { padding-left: 18px; padding-right: 18px; }
  .logo img { max-height: 46px; }
  .header-button { padding: 11px 14px; font-size: 0; }
  .header-button i { font-size: 16px; }
  .glpi-hero { min-height:auto; padding: 100px 0 50px; }
  .glpi-hero h1 { font-size: 42px; }
  .glpi-hero-content > p { font-size: 16px; }
  .glpi-hero-actions a, .glpi-content-actions a, .glpi-benefits-actions a, .glpi-support-actions a, .glpi-contact-actions a { width:100%; }
  .glpi-hero-features { grid-template-columns:1fr; }
  .glpi-price-badge { position:relative; width:100%; right:auto; top:auto; margin-bottom:16px; }
  .glpi-screen-card img { min-height: 260px; }
  .glpi-content-section, .glpi-benefits-section, .glpi-support-section, .glpi-plan-section, .glpi-contact-section { padding: 68px 0; }
  .glpi-content-grid, .glpi-benefits-grid, .glpi-plan-bottom-features, .glpi-support-bottom, .glpi-contact-bottom { grid-template-columns: 1fr; }
  .glpi-content-card { padding:22px; }
  .glpi-content-bg-text { font-size:90px; }
  .glpi-subscription-head { flex-direction:column; align-items:flex-start; }
  .glpi-price-area h4 { font-size: 44px; }
  .glpi-main-dashboard { display:block; }
  .glpi-dashboard-sidebar { width:100%; }
  .glpi-dashboard-cards { grid-template-columns: repeat(2, 1fr); }
  .glpi-dashboard-grid { grid-template-columns:1fr; }
  .glpi-mobile-preview { position:relative; right:auto; bottom:auto; width:100%; margin-top:18px; }
  .glpi-footer-bottom { display:block; text-align:center; }
  .glpi-footer-bottom div { margin-top: 14px; }
}

@media (max-width: 480px) {
  .glpi-hero h1 { font-size: 36px; }
  .glpi-content-header h2, .glpi-benefits-header h2, .glpi-support-content h2, .glpi-plan-title, .glpi-contact-content h2 { font-size: 31px; }
  .glpi-content-card, .glpi-benefit-card { display:block; }
  .glpi-content-icon, .glpi-benefit-icon { margin-bottom:15px; }
  .glpi-dashboard-cards { grid-template-columns:1fr; }
}

/* =========================================================
   AJUSTE SOLICITADO - HERO IMAGEN ARRIBA + FEATURES DEBAJO
   No elimina reglas anteriores, solo sobreescribe posiciones
   ========================================================= */

@media (min-width: 992px) {
  .glpi-hero {
    padding-bottom: 95px;
  }

  .glpi-hero-row {
    align-items: flex-start !important;
  }

  .glpi-hero-visual {
    min-height: 500px;
    align-items: flex-start;
    padding-top: 38px;
  }

  .glpi-screen-card {
    margin-top: -20px;
    width: min(650px, 52vw);
  }

  .glpi-price-badge {
    top: 0;
    right: 35px;
  }

  .glpi-hero-features {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: calc(50% - 30px);
    max-width: 620px;
    grid-template-columns: repeat(3, 1fr);
    z-index: 4;
  }

  .glpi-hero-feature {
    min-height: 86px;
  }
}

@media (min-width: 1200px) {
  .glpi-hero-visual {
    padding-top: 25px;
  }

  .glpi-screen-card {
    margin-top: -35px;
  }

  .glpi-price-badge {
    top: -5px;
  }

  .glpi-hero-features {
    bottom: -5px;
  }
}

@media (max-width: 991px) {
  .glpi-hero-features {
    position: static;
    width: 100%;
    margin: 22px auto 0;
  }

  .glpi-hero-visual {
    padding-top: 0;
  }

  .glpi-screen-card {
    margin-top: 0;
  }
}

/* =========================================================
   AJUSTE V2 - HERO IMAGEN MAS ABAJO + FEATURES EN UNA SOLA LINEA
   No se borra nada del CSS anterior. Solo se sobreescriben reglas.
   ========================================================= */

@media (min-width: 992px) {
  /* Baja un poco la imagen principal */
  .glpi-hero-visual {
    padding-top: 72px !important;
  }

  .glpi-screen-card {
    margin-top: 0 !important;
    width: min(650px, 52vw) !important;
  }

  .glpi-price-badge {
    top: 45px !important;
    right: 35px !important;
  }

  /* Mantiene los 3 beneficios debajo de la imagen */
  .glpi-hero-features {
    right: 15px !important;
    bottom: -5px !important;
    width: calc(50% - 30px) !important;
    max-width: 660px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  /* Evita que el texto se parta en 2 lineas */
  .glpi-hero-feature {
    min-height: 74px !important;
    padding: 14px 16px !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .glpi-hero-feature i {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    font-size: 18px !important;
  }

  .glpi-hero-feature span {
    white-space: nowrap !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
  }
}

@media (min-width: 1200px) {
  .glpi-hero-visual {
    padding-top: 78px !important;
  }

  .glpi-screen-card {
    margin-top: 0 !important;
  }

  .glpi-price-badge {
    top: 48px !important;
  }

  .glpi-hero-features {
    bottom: -2px !important;
  }
}

@media (min-width: 1400px) {
  .glpi-hero-features {
    max-width: 680px !important;
  }

  .glpi-hero-feature span {
    font-size: 16px !important;
  }
}

/* En tablet y celular se mantiene ordenado y puede partir linea si falta espacio */
@media (max-width: 991px) {
  .glpi-hero-feature span {
    white-space: normal !important;
  }
}

/* =========================================================
   AJUSTE V3 - CORRECCION FEATURES HERO
   Corrige textos fuera de recuadro sin borrar estilos anteriores.
   ========================================================= */

@media (min-width: 992px) {
  .glpi-hero-features {
    width: calc(50% - 20px) !important;
    max-width: 720px !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  .glpi-hero-feature {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 78px !important;
    padding: 14px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    overflow: hidden !important;
  }

  .glpi-hero-feature i {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
    font-size: 18px !important;
  }

  .glpi-hero-feature span {
    display: block !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

@media (min-width: 1200px) {
  .glpi-hero-features {
    width: calc(50% - 10px) !important;
    max-width: 760px !important;
  }

  .glpi-hero-feature {
    padding: 14px 20px !important;
  }

  .glpi-hero-feature span {
    font-size: 16px !important;
  }
}

@media (min-width: 1400px) {
  .glpi-hero-features {
    width: calc(50% + 20px) !important;
    max-width: 820px !important;
  }

  .glpi-hero-feature span {
    font-size: 16px !important;
  }
}

/* En pantallas medianas, baja un poco la letra para que no se salga */
@media (min-width: 992px) and (max-width: 1199px) {
  .glpi-hero-feature span {
    font-size: 13px !important;
  }

  .glpi-hero-feature {
    padding: 12px 13px !important;
    gap: 9px !important;
  }

  .glpi-hero-feature i {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex-basis: 38px !important;
  }
}

/* =========================================================
   AJUSTE V4 - FEATURES HERO MAS ARRIBA Y TEXTO COMPLETO
   No se borra nada anterior. Solo se sobreescriben reglas.
   ========================================================= */

@media (min-width: 992px) {
  /* Sube los 3 recuadros */
  .glpi-hero-features {
    right: 0 !important;
    bottom: 22px !important;
    width: calc(50% + 70px) !important;
    max-width: 920px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  /* Recuadros mas compactos y con texto dentro */
  .glpi-hero-feature {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 70px !important;
    padding: 11px 13px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .glpi-hero-feature i {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex: 0 0 36px !important;
    font-size: 15px !important;
  }

  .glpi-hero-feature span {
    display: block !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: 12.5px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
  }
}

@media (min-width: 1200px) {
  .glpi-hero-features {
    bottom: 26px !important;
    width: calc(50% + 105px) !important;
    max-width: 980px !important;
    gap: 14px !important;
  }

  .glpi-hero-feature {
    min-height: 72px !important;
    padding: 12px 15px !important;
    gap: 10px !important;
  }

  .glpi-hero-feature i {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex-basis: 38px !important;
    font-size: 16px !important;
  }

  .glpi-hero-feature span {
    font-size: 13.5px !important;
    line-height: 1.14 !important;
  }
}

@media (min-width: 1400px) {
  .glpi-hero-features {
    bottom: 30px !important;
    width: calc(50% + 150px) !important;
    max-width: 1060px !important;
  }

  .glpi-hero-feature span {
    font-size: 14px !important;
  }
}

/* En tablet y celular se conserva el flujo normal */
@media (max-width: 991px) {
  .glpi-hero-features {
    position: static !important;
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
  }

  .glpi-hero-feature span {
    white-space: normal !important;
    overflow: visible !important;
    font-size: 15px !important;
  }
}

/* =========================================================
   AJUSTE V5 - FEATURES HERO SIN TRASPONERSE
   No se borra nada anterior. Se corrige la posicion de los
   3 recuadros para que no choquen con los botones.
   ========================================================= */

@media (min-width: 992px) {
  /* Mantiene el bloque de beneficios debajo de la imagen y lejos de los botones */
  .glpi-hero-features {
    position: absolute !important;
    left: calc(50% + 28px) !important;
    right: auto !important;
    bottom: 28px !important;
    width: calc(50% - 45px) !important;
    max-width: 720px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin: 0 !important;
    z-index: 4 !important;
  }

  .glpi-hero-feature {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 70px !important;
    padding: 11px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .glpi-hero-feature i {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex: 0 0 36px !important;
    font-size: 15px !important;
  }

  .glpi-hero-feature span {
    display: block !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: 12.3px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }
}

@media (min-width: 1200px) {
  .glpi-hero-features {
    left: calc(50% + 40px) !important;
    bottom: 32px !important;
    width: calc(50% - 70px) !important;
    max-width: 760px !important;
    gap: 14px !important;
  }

  .glpi-hero-feature {
    min-height: 72px !important;
    padding: 12px 14px !important;
    gap: 9px !important;
  }

  .glpi-hero-feature i {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex-basis: 38px !important;
    font-size: 16px !important;
  }

  .glpi-hero-feature span {
    font-size: 13px !important;
    line-height: 1.13 !important;
  }
}

@media (min-width: 1400px) {
  .glpi-hero-features {
    left: calc(50% + 45px) !important;
    bottom: 34px !important;
    width: calc(50% - 85px) !important;
    max-width: 800px !important;
  }

  .glpi-hero-feature span {
    font-size: 13.5px !important;
  }
}

/* Para laptops mas pequenas: evitar que se pegue a los botones */
@media (min-width: 992px) and (max-width: 1100px) {
  .glpi-hero-features {
    left: calc(50% + 20px) !important;
    width: calc(50% - 35px) !important;
    gap: 8px !important;
  }

  .glpi-hero-feature {
    padding: 10px 9px !important;
    gap: 7px !important;
  }

  .glpi-hero-feature i {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    flex-basis: 32px !important;
    font-size: 14px !important;
  }

  .glpi-hero-feature span {
    font-size: 11px !important;
  }
}

/* En tablet y celular vuelve al flujo normal */
@media (max-width: 991px) {
  .glpi-hero-features {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 620px !important;
    grid-template-columns: 1fr !important;
    margin: 0 auto !important;
  }

  .glpi-hero-feature span {
    white-space: normal !important;
    overflow: visible !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
  }
}

