/*
Theme Name: Exilaser Aurora
Theme URI: https://exilaser.ec
Author: LinkedCorp / mgonzalez
Author URI: https://linkedcorp.net
Description: Réplica en WordPress del sitio React que corre en localhost:3000 (tema "aurora"): header blanco sticky con navegación de iconos (lucide), hero en tarjeta con foto, franjas editoriales, banda CTA azul y footer azul. Fuentes Montserrat + PT Serif, tokens de color idénticos al proyecto origen. Variante 4.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: exilaser-aurora
*/

/* ============ Tokens (idénticos a src/styles/globals.css) ============ */
:root{
  --font-sans:"Montserrat",sans-serif;
  --font-serif:"PT Serif",serif;
  --background:#f4f6fb; --surface:#fff; --surface-soft:#eef2fa;
  --foreground:#1f2947; --muted:#617095;
  --brand:#495792; --brand-deep:#31406f; --brand-soft:#dbe2f7;
  --line:rgba(73,87,146,.16);
}

/* ============ Base ============ */
body{
  min-height:100vh; color:var(--foreground); font-family:var(--font-sans);
  background:radial-gradient(circle at top left,rgba(73,87,146,.1),transparent 28%),linear-gradient(180deg,#fafbfd 0%,#f4f6fb 100%);
}
.wp-site-blocks :where(a){color:inherit;text-decoration:none}
img{display:block;max-width:100%}

.container-shell{width:min(1180px,calc(100vw - 32px));margin-inline:auto}
.eyebrow{display:inline-block;color:var(--brand);letter-spacing:.24em;text-transform:uppercase;font-size:.76rem;font-weight:700}
.section-title{font-family:var(--font-serif);line-height:1;letter-spacing:-.03em;color:var(--brand-deep)}
.section-copy{color:var(--muted);line-height:1.8}

.button-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:var(--brand);color:#fff;padding:.95rem 1.45rem;text-transform:uppercase;font-size:.82rem;letter-spacing:.12em;font-weight:700;transition:transform .15s ease}
.button-primary:hover{transform:translateY(-2px)}
.button-soft{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);background:rgba(73,87,146,.04);color:var(--brand);padding:.85rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;font-weight:700}
.button-white{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--brand);padding:.85rem 1.5rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;font-weight:700}

/* ============ Header ============ */
.aurora-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
.aurora-headwrap{display:flex;min-height:5.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;flex-wrap:wrap}
.aurora-left{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.aurora-brand{display:flex;align-items:center;gap:1rem}
.aurora-brand img{width:10rem}
.aurora-brand .divider{border-left:1px solid var(--line);padding-left:1rem}
.aurora-brand strong{display:block;font-size:.72rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--brand)}
.aurora-brand span{display:block;margin-top:.25rem;font-size:.72rem;color:var(--muted)}
.aurora-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}
.aurora-navitem{position:relative;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:999px;padding:.35rem}
.aurora-navitem:hover{border-color:var(--line);background:var(--surface-soft)}
.aurora-navitem .ico{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-soft);color:var(--brand);transition:all .2s}
.aurora-navitem:hover .ico{background:#fff}
.aurora-navitem.is-active .ico{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(73,87,146,.2)}
.aurora-navitem svg{height:1.25rem;width:1.25rem}
.aurora-navitem .tip{position:absolute;left:50%;top:100%;transform:translateX(-50%);margin-top:.5rem;white-space:nowrap;border-radius:999px;background:var(--brand-deep);padding:.35rem .75rem;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;opacity:0;pointer-events:none;transition:opacity .2s}
.aurora-navitem:hover .tip{opacity:1}
.aurora-right{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap;margin-left:auto}
.aurora-appt{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:var(--brand);padding:.42rem .95rem;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;line-height:1;box-shadow:0 8px 20px rgba(73,87,146,.2);transition:transform .2s}
.aurora-appt:hover{transform:translateY(-1px)}
.aurora-appt svg{height:.9rem;width:.9rem}
.aurora-lang{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;border:1px solid var(--line);background:linear-gradient(180deg,#f8faff,#eef2fa);padding:.35rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.aurora-lang .flag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.4rem .7rem}
.aurora-lang .flag.on{background:var(--brand);box-shadow:0 8px 20px rgba(73,87,146,.2)}
.aurora-lang .flag img{height:1rem;width:1rem}

/* ============ Hero ============ */
.aurora-sec{padding-block:2rem}
.aurora-sec.tight{padding-block:1.5rem}
.aurora-herocard{display:grid;min-height:560px;overflow:hidden;border-radius:34px;border:1px solid rgba(73,87,146,.08);background:#fff;box-shadow:0 24px 70px rgba(38,55,113,.12);grid-template-columns:1.03fr .97fr}
.aurora-heroleft{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,249,255,.98));padding:3.5rem 4rem}
.aurora-heroleft h1{margin-top:1.5rem;max-width:560px;font-family:var(--font-serif);font-size:clamp(2.1rem,3.3vw,3.6rem);line-height:1;letter-spacing:-.03em;color:var(--brand-deep)}
.aurora-heroleft p{margin-top:1.25rem;max-width:560px;font-size:1.03rem;line-height:1.9;color:var(--muted)}
.aurora-herobtns{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}
.aurora-heroright{position:relative;min-height:420px;background-image:linear-gradient(180deg,rgba(49,64,111,.14),rgba(49,64,111,.34)),url('assets/personal-equipo.jpg');background-size:cover;background-position:center}

/* ============ Intro strip ============ */
.aurora-intro{display:grid;gap:1.5rem;border-radius:28px;border:1px solid rgba(73,87,146,.08);background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,.96));padding:1.75rem 2rem;grid-template-columns:1.2fr .8fr;align-items:center}
.aurora-intro p{margin:0;font-size:1rem;line-height:1.85;color:var(--muted)}
.aurora-contact{display:grid;gap:.5rem;text-align:right;justify-items:end}
.aurora-contact div{font-weight:600;line-height:1.75;color:var(--brand)}

/* ============ About ============ */
.aurora-about{border-radius:30px;border:1px solid rgba(73,87,146,.09);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,242,250,.96));padding:3.5rem}
.aurora-about h2{margin-top:1rem;max-width:24ch;font-family:var(--font-serif);font-size:clamp(2.2rem,3vw,3.3rem);line-height:1.02;letter-spacing:-.03em;color:var(--brand-deep)}
.aurora-about > p{margin-top:1.25rem;font-size:1rem;line-height:1.9;color:var(--muted)}
.aurora-values{margin-top:2rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}
.aurora-value{border-radius:18px;border:1px solid rgba(73,87,146,.08);background:rgba(255,255,255,.72);padding:1rem}
.aurora-value strong{margin-bottom:.5rem;display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brand)}
.aurora-value span{font-size:.92rem;line-height:1.75;color:var(--muted)}

/* ============ CTA band ============ */
.aurora-ctaband{display:grid;gap:1.75rem;border-radius:30px 30px 0 0;background:linear-gradient(135deg,var(--brand-deep),var(--brand));padding:2.5rem;color:#fff;grid-template-columns:1fr auto;align-items:center}
.aurora-ctaband h2{font-family:var(--font-serif);font-size:clamp(2.2rem,3.1vw,3.4rem);line-height:1;letter-spacing:-.03em;color:#fff}
.aurora-ctaband p{margin-top:1rem;max-width:700px;font-size:1rem;line-height:1.85;color:rgba(255,255,255,.82)}

/* ============ Footer ============ */
.aurora-footer{background:var(--brand);padding:1.5rem 0;color:#fff}
.aurora-footer .cols{display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr .8fr}
.aurora-footer p{color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.6}
.aurora-footer h3{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.7);margin:0 0 .5rem}
.aurora-footer .lnk{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:rgba(255,255,255,.86)}
.aurora-footer .bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;border-top:1px solid rgba(255,255,255,.15);margin-top:1rem;padding-top:1rem;font-size:13px;color:rgba(255,255,255,.7)}

/* ============ Páginas interiores ============ */
.aurora-page{padding-block:3rem}
.aurora-page .page-title{font-family:var(--font-serif);font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:-.03em;color:var(--brand-deep);margin-bottom:1.5rem}
.aurora-page .legal-prose h2{margin:1.5rem 0 .75rem;color:var(--brand-deep);font-size:1.35rem;font-weight:700}
.aurora-page .legal-prose p{margin:.85rem 0;color:var(--muted);line-height:1.8}

/* ============ Responsive ============ */
@media(max-width:900px){
  .aurora-herocard{grid-template-columns:1fr}
  .aurora-heroleft{padding:2.25rem 1.5rem}
  .aurora-intro,.aurora-values,.aurora-ctaband,.aurora-footer .cols{grid-template-columns:1fr}
  .aurora-contact{text-align:left;justify-items:start}
  .aurora-about{padding:2rem}
}
