/* ==========================================================
   GEOCONDOMINIOS — WEB PÚBLICA (styles.css)
   Estilo: moderno / corporativo / sin verde
========================================================== */

:root{
  --geo-bg:#0b1f2a;
  --geo-bg2:#0f3d4c;
  --geo-primary:#1d4ed8;
  --geo-accent:#38bdf8;
  --geo-text:#0f172a;
  --geo-muted:#64748b;
  --geo-card:#ffffff;
  --geo-border:#e5e7eb;
  --geo-soft:#f1f5f9;
  --geo-gray:#f7fafc;
  --radius:18px;
}

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  font-family:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Arial,sans-serif;
  color:var(--geo-text);
  background:#fff;
  line-height:1.6;
}

img{
  max-width:100%;
  height:auto;
}

a{
  color:inherit;
}

.muted{
  color:var(--geo-muted);
}

.tiny{
  font-size:13px;
}

.divider{
  height:1px;
  background:var(--geo-border);
  margin:16px 0;
}

/* ================== CONTAINER ================== */
.container{
  max-width:1150px;
  margin:0 auto;
  padding:0 18px;
}

/* ================== HEADER ================== */
.site-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background:#ffffff;
  border-bottom: 1px solid var(--geo-border);
  box-shadow: 0 10px 24px rgba(2,6,23,.06);
}

.header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  min-height:86px;
}

.header-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.logo-img{
  height:56px;
  width:auto;
  display:block;
  object-fit:contain;
}

.logo-text{
  font-weight:800;
  letter-spacing:.4px;
  color:var(--geo-text);
}

.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-weight:700;
  min-width:0;
}

.main-nav a{
  color:var(--geo-text);
  text-decoration:none;
  padding:8px 4px;
  border-radius:10px;
  transition:.18s ease;
  white-space:nowrap;
  font-size:16px;
}

.main-nav a:hover{
  color:var(--geo-primary);
}

.main-nav a[aria-current="page"]{
  color:var(--geo-primary);
}

.header-cta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:12px;
  background:#ffffff;
  cursor:pointer;
  flex-shrink:0;
}

.nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#0f172a;
  margin:4px auto;
  border-radius:2px;
}

/* ================== HERO ================== */
.hero{
  position:relative;
  padding:86px 0 64px;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(56,189,248,.18), transparent 60%),
    radial-gradient(900px 420px at 90% 30%, rgba(29,78,216,.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow:hidden;
}

.hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,31,42,.06), rgba(15,61,76,.04));
  pointer-events:none;
}

.hero-content{
  position:relative;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:26px;
  align-items:center;
}

.hero-left,
.hero-right{
  position:relative;
}

.hero-kicker{
  display:inline-block;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(29,78,216,.10);
  color:#1d4ed8;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.2px;
  font-size:13px;
}

.badge-art{
  background:rgba(29,78,216,.10);
  color:#1d4ed8;
}

.badge-doc{
  background:rgba(15,61,76,.10);
  color:#0f3d4c;
}

.badge-com{
  background:rgba(56,189,248,.14);
  color:#0369a1;
}

.hero h1{
  margin-top:14px;
  font-size:44px;
  line-height:1.15;
  letter-spacing:-.8px;
}

.hero-subtitle{
  margin-top:14px;
  max-width:720px;
  color:var(--geo-muted);
  font-size:18px;
}

.hero-actions{
  margin-top:22px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-proof{
  margin-top:22px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:#334155;
}

.proof-item{
  background:#fff;
  border:1px solid var(--geo-border);
  padding:10px 12px;
  border-radius:14px;
  box-shadow:0 10px 20px rgba(2,6,23,.06);
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:700;
}

.hero-card{
  background:#fff;
  border:1px solid var(--geo-border);
  border-radius:24px;
  padding:22px;
  box-shadow:0 22px 55px rgba(2,6,23,.12);
}

.hero-card h3{
  font-size:24px;
  margin-bottom:8px;
  color:#0f172a;
}

.hero-card p{
  color:var(--geo-muted);
}

.hero-mini{
  display:grid;
  gap:10px;
  margin:18px 0;
}

.mini{
  display:flex;
  align-items:center;
  gap:10px;
  background:#f8fafc;
  border:1px solid var(--geo-border);
  border-radius:14px;
  padding:10px 12px;
  font-weight:700;
  color:#334155;
}

.mini span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:rgba(29,78,216,.10);
  color:#1d4ed8;
  font-weight:800;
}

.btn-soft{
  background:#eff6ff;
  color:#0f2747;
  border:1px solid #dbeafe;
}

.btn-soft:hover{
  background:#dbeafe;
}

/* ================== BUTTONS ================== */
.btn{
  display:inline-flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  border:1px solid transparent;
  transition:.18s ease;
  white-space:nowrap;
  cursor:pointer;
  font-size:14px;
  line-height:1.2;
}

.btn-primary{
  background:linear-gradient(90deg,var(--geo-bg),var(--geo-bg2));
  color:#fff;
  box-shadow:0 12px 26px rgba(2,6,23,.16);
}

.btn-primary:hover{
  transform:translateY(-1px);
}

.btn-secondary{
  background:#f8fafc;
  color:#0f172a;
  border-color:#e2e8f0;
}

.btn-secondary:hover{
  background:#eef2f7;
}

.btn-outline{
  background:#ffffff;
  border-color:#dbe3ec;
  color:var(--geo-text);
}

.btn-outline:hover{
  background:#f8fafc;
  border-color:#cbd5e1;
}

.btn-dark{
  background:#081a3a;
  color:#fff;
  box-shadow:0 10px 22px rgba(2,6,23,.14);
}

.btn-dark:hover{
  background:#0d2550;
}

.btn-ghost{
  background:#f1f5f9;
  color:#0f2747;
  border:1px solid #e2e8f0;
}

.btn-ghost:hover{
  background:#e2e8f0;
}

.btn-sm{
  padding:10px 14px;
  font-size:14px;
  border-radius:12px;
}

.btn-full{
  width:100%;
}

.user-chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#f4f6f9;
  color:#243648;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

/* ================== SECTIONS ================== */
.section{
  padding:64px 0;
}

.section-light{
  background:#fff;
}

.section-gray{
  background:var(--geo-gray);
}

.section-soft{
  background:#f8fbff;
}

.section-header{
  text-align:center;
  margin-bottom:26px;
}

.section-header.left{
  text-align:left;
}

.section-header h2{
  font-size:32px;
  letter-spacing:-.5px;
}

.section-header p{
  margin-top:8px;
  color:var(--geo-muted);
  max-width:740px;
  margin-left:auto;
  margin-right:auto;
}

.section-header.left p{
  margin-left:0;
  margin-right:0;
}

/* ================== CARDS ================== */
.cards-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.card{
  background:var(--geo-card);
  border:1px solid var(--geo-border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 16px 35px rgba(2,6,23,.07);
  transition:.18s ease;
}

.card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 45px rgba(2,6,23,.10);
}

.card-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#eff6ff;
  color:#1d4ed8;
  margin-bottom:12px;
  font-size:18px;
}

.service-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:12px;
}

.card h3{
  font-size:18px;
  margin-top:4px;
}

.card p{
  margin-top:8px;
  color:var(--geo-muted);
}

/* ================== NOSOTROS GRID ================== */
.ley-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:center;
}

.img-wrap{
  position:relative;
}

.img-rounded{
  width:100%;
  border-radius:22px;
  border:1px solid var(--geo-border);
  box-shadow:0 22px 55px rgba(2,6,23,.12);
}

.checklist{
  margin-top:16px;
  list-style:none;
  display:grid;
  gap:10px;
}

.checklist li{
  background:#fff;
  border:1px solid var(--geo-border);
  padding:10px 12px;
  border-radius:14px;
  font-weight:700;
  color:#334155;
}

.checklist li::before{
  content:"✔";
  color:var(--geo-accent);
  margin-right:10px;
}

.about-actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* ================== CONTACTO ================== */
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:start;
}

.contact-card{
  background:#fff;
  border:1px solid var(--geo-border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 16px 35px rgba(2,6,23,.07);
}

.contact-list{
  list-style:none;
  display:grid;
  gap:12px;
  margin-top:12px;
  color:#334155;
}

.contact-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.contact-list i{
  margin-top:4px;
  color:var(--geo-bg2);
}

.contact-actions{
  margin-top:14px;
}

.contact-form{
  background:#fff;
  border:1px solid var(--geo-border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 16px 35px rgba(2,6,23,.07);
}

.field{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:12px;
}

label{
  font-weight:800;
}

input,
textarea,
select{
  border:1px solid rgba(15,23,42,.16);
  border-radius:14px;
  padding:12px 12px;
  font-family:inherit;
  font-size:15px;
  outline:none;
  background:#fff;
}

input:focus,
textarea:focus,
select:focus{
  border-color:rgba(29,78,216,.6);
  box-shadow:0 0 0 4px rgba(29,78,216,.12);
}

.form-note{
  margin-top:10px;
  color:var(--geo-muted);
  font-size:13px;
}

/* ================== FOOTER ================== */
.site-footer{
  background:linear-gradient(90deg,var(--geo-bg),var(--geo-bg2));
  color:#dbeafe;
  padding:44px 0 18px;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.2fr;
  gap:18px;
}

.footer-logo-main{
  max-width:220px;
  width:100%;
  height:auto;
  filter:brightness(1.05);
}

.footer-mini{
  margin-top:10px;
  opacity:.9;
}

.site-footer h4{
  color:#fff;
  margin-bottom:10px;
  font-size:15px;
}

.site-footer ul{
  list-style:none;
  display:grid;
  gap:8px;
}

.site-footer a{
  color:#dbeafe;
  text-decoration:none;
  opacity:.95;
}

.site-footer a:hover{
  opacity:1;
  text-decoration:underline;
}

.footer-social-links{
  display:flex;
  gap:10px;
  margin-top:8px;
}

.social-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  transition:.18s ease;
}

.social-icon:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.08);
}

.footer-subtitle{
  margin-top:14px;
}

.footer-bottom{
  margin-top:22px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.16);
  text-align:center;
  opacity:.9;
}

.footer-contact{
  display:grid;
  gap:8px;
}

/* ================== ARCHIVO / BLOG ================== */
.archive-hero{
  background:linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  padding:56px 0 36px;
}

.archive-hero-inner{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap:38px;
  align-items:center;
}

.archive-hero-text{
  max-width:760px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(29,78,216,.10);
  color:#1d4ed8;
  font-size:13px;
  font-weight:800;
}

.archive-hero-text h1{
  margin:14px 0 16px;
  font-size:clamp(2rem,