/*
Theme Name: DataSeg Online
Theme URI: https://dataseg.online
Author: Marcela / ChatGPT
Description: Landing page de una sola página para servicios de tecnología y pericias informáticas forenses.
Version: 1.0
License: GPLv2 or later
Text Domain: dataseg-online
*/

:root {
  --bg-dark: #050816;
  --bg-section: #0b1020;
  --primary: #3b82f6;
  --primary-soft: rgba(59, 130, 246, 0.15);
  --accent: #22c55e;
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --border-soft: #1f2933;
  --radius: 14px;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.8);
}
*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
body{background:radial-gradient(circle at top,#1d283a 0,#050816 45%,#020617 100%);color:var(--text-main);line-height:1.6;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
.page{min-height:100vh;display:flex;flex-direction:column;}
.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem;}
header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:linear-gradient(to bottom,rgba(3,7,18,.92),rgba(3,7,18,.75));border-bottom:1px solid rgba(148,163,184,.1);}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;}
.logo{display:flex;align-items:center;gap:.6rem;}
.logo-icon{width:34px;height:34px;border-radius:40%;background:radial-gradient(circle at 30% 15%,#4ade80 0,#22c55e 24%,#0f766e 60%,#020617 100%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 10px 30px rgba(16,185,129,.6);}
.logo-text-main{font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;}
.logo-text-sub{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;}
.nav-links{display:flex;gap:1.5rem;font-size:.9rem;}
.nav-links a{color:var(--text-muted);position:relative;padding-bottom:.2rem;}
.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:linear-gradient(to right,var(--primary),var(--accent));transition:width .25s ease;}
.nav-links a:hover{color:var(--text-main);}
.nav-links a:hover::after{width:100%;}
.nav-cta{padding:.4rem .95rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);font-size:.8rem;color:var(--text-muted);display:none;}
.hero{padding:3.5rem 0 3rem;}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2.5rem;align-items:center;}
.badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.3);border-radius:999px;padding:.2rem .7rem .25rem;font-size:.75rem;color:var(--text-muted);margin-bottom:1rem;}
.badge-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.28);}
h1{font-size:clamp(2.2rem,3vw + 1rem,3.2rem);line-height:1.1;margin-bottom:.9rem;}
h1 .highlight{background-image:linear-gradient(to right,#3b82f6,#22c55e);-webkit-background-clip:text;color:transparent;}
.hero-subtitle{font-size:1rem;color:var(--text-muted);max-width:560px;margin-bottom:1.4rem;}
.hero-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.8rem;}
.pill{font-size:.77rem;padding:.2rem .7rem;border-radius:999px;border:1px solid rgba(148,163,184,.3);color:var(--text-muted);background:rgba(15,23,42,.7);}
.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;margin-bottom:1.5rem;}
.btn-primary,.btn-ghost{border-radius:999px;font-size:.9rem;padding:.65rem 1.3rem;border:none;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;gap:.4rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease;}
.btn-primary{background:linear-gradient(to right,#3b82f6,#22c55e);color:#fff;box-shadow:0 18px 45px rgba(37,99,235,.4);}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 22px 50px rgba(37,99,235,.6);}
.btn-ghost{background:transparent;border:1px solid rgba(148,163,184,.6);color:var(--text-main);}
.btn-ghost:hover{background:rgba(15,23,42,.9);}
.hero-note{font-size:.8rem;color:var(--text-muted);}
.hero-note strong{color:var(--accent);}
.hero-card{background:radial-gradient(circle at top,#1f2937 0,#020617 50%);border-radius:22px;border:1px solid rgba(148,163,184,.3);padding:1.2rem 1.2rem 1.4rem;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;}
.hero-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem;}
.hero-chip{font-size:.7rem;padding:.18rem .6rem;border-radius:999px;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.5);color:var(--text-muted);}
.status-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.22);}
.hero-card-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:.8rem;align-items:center;}
.hero-card-block{background:linear-gradient(to bottom right,rgba(15,23,42,.9),rgba(15,23,42,.98));border-radius:16px;padding:.8rem .8rem;border:1px solid rgba(148,163,184,.3);font-size:.8rem;}
.hero-card-block h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.2rem;}
.hero-card-value{font-size:1.4rem;font-weight:600;margin-bottom:.1rem;}
.hero-card-label{font-size:.75rem;color:var(--text-muted);}
.hero-metric{display:flex;justify-content:space-between;font-size:.75rem;margin-top:.4rem;color:var(--text-muted);}
.hero-card-list{font-size:.76rem;display:grid;gap:.4rem;margin-top:.3rem;}
.hero-card-list span{display:flex;align-items:center;gap:.4rem;}
.hero-bullet{width:7px;height:7px;border-radius:50%;background:var(--primary);}
.hero-floating-tag{position:absolute;right:1.1rem;bottom:1.1rem;font-size:.72rem;padding:.25rem .7rem;border-radius:999px;background:rgba(15,23,42,.95);border:1px solid rgba(148,163,184,.5);color:var(--text-muted);}
section{padding:2.7rem 0 .8rem;}
.section-header{text-align:left;margin-bottom:1.6rem;}
.section-kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;color:var(--primary);margin-bottom:.35rem;}
.section-title{font-size:1.3rem;margin-bottom:.35rem;}
.section-sub{font-size:.9rem;color:var(--text-muted);max-width:520px;}
.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;}
.card{background:#020617;border-radius:var(--radius);padding:1rem 1rem 1.1rem;border:1px solid var(--border-soft);box-shadow:0 16px 30px rgba(15,23,42,.8);position:relative;overflow:hidden;}
.card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(59,130,246,.28),transparent 58%);opacity:0;transition:opacity .2s ease;pointer-events:none;}
.card:hover::before{opacity:1;}
.card-title{font-size:1rem;margin-bottom:.4rem;}
.card-subtitle{font-size:.8rem;color:var(--primary);margin-bottom:.55rem;}
.card-text{font-size:.85rem;color:var(--text-muted);margin-bottom:.7rem;}
.card-list{list-style:none;font-size:.8rem;color:var(--text-muted);display:grid;gap:.35rem;}
.card-list li::before{content:"●";color:var(--accent);margin-right:.4rem;font-size:.65rem;}
.sectors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;}
.sector-pill{border-radius:var(--radius);padding:.8rem;background:#020617;border:1px dashed rgba(148,163,184,.5);font-size:.8rem;color:var(--text-muted);}
.sector-pill strong{display:block;color:var(--text-main);margin-bottom:.25rem;}
.trust-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.4rem;align-items:flex-start;}
.checklist{list-style:none;display:grid;gap:.45rem;font-size:.85rem;color:var(--text-muted);}
.checklist li{display:flex;gap:.5rem;align-items:flex-start;}
.check-icon{width:18px;height:18px;border-radius:999px;background:var(--primary-soft);border:1px solid rgba(59,130,246,.6);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#bfdbfe;margin-top:.1rem;}
.trust-box{background:var(--bg-section);border-radius:var(--radius);padding:.9rem;border:1px solid rgba(148,163,184,.5);font-size:.8rem;color:var(--text-muted);}
.trust-box strong{color:var(--text-main);}
.contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.5rem;align-items:flex-start;}
form{display:grid;gap:.8rem;}
.field-group{display:grid;gap:.25rem;font-size:.8rem;}
label{color:var(--text-muted);}
input,textarea,select{background:#020617;border-radius:.6rem;border:1px solid rgba(148,163,184,.6);padding:.55rem .7rem;color:var(--text-main);font-size:.85rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;}
input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 1px rgba(59,130,246,.35);background:#020617;}
textarea{min-height:120px;resize:vertical;}
.helper-text{font-size:.7rem;color:var(--text-muted);}
.contact-info-card{background:#020617;border-radius:var(--radius);padding:.9rem;border:1px solid var(--border-soft);font-size:.8rem;color:var(--text-muted);display:grid;gap:.5rem;}
.contact-line strong{color:var(--text-main);display:block;}
.contact-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);font-size:.7rem;color:var(--text-muted);}
footer{border-top:1px solid rgba(148,163,184,.18);margin-top:2.4rem;padding:1.1rem 0 1.9rem;font-size:.78rem;color:var(--text-muted);}
.footer-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between;}
.footer-links{display:flex;gap:1rem;}
.footer-links a{color:var(--text-muted);}
@media (max-width:960px){
.hero-grid,.trust-grid,.contact-grid{grid-template-columns:minmax(0,1fr);}
.hero-card{order:-1;}
.services-grid,.sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.nav-links{display:none;}
.nav-cta{display:inline-flex;}
}
@media (max-width:640px){
.hero{padding-top:2.6rem;}
.services-grid,.sectors-grid{grid-template-columns:minmax(0,1fr);}
section{padding-top:2.2rem;}
.hero-card{margin-top:.6rem;}
}
