@font-face { font-family: "Ethnocentric"; src: url("../Fonts/ETHNOCEN.TTF") format("truetype"); font-display: swap; }
:root { --bg:#0b0a08; --surface:#14120e; --surface-2:#1b1812; --line:rgba(224,177,87,.18); --gold:#d7a444; --gold-light:#f2d397; --text:#f6f1e8; --muted:#a9a195; --green:#7edc85; --shadow:0 24px 70px rgba(0,0,0,.42); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--text); background:radial-gradient(circle at 80% 10%,rgba(155,96,32,.12),transparent 28rem),var(--bg); font-family:Inter,"Segoe UI",Arial,sans-serif; line-height:1.6; }
body::before { position:fixed; inset:0; z-index:-1; content:""; opacity:.025; background-image:linear-gradient(90deg,#fff 1px,transparent 1px),linear-gradient(#fff 1px,transparent 1px); background-size:48px 48px; }
a { color:inherit; text-decoration:none; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-header { position:absolute; z-index:10; top:0; left:50%; display:flex; align-items:center; justify-content:space-between; width:min(1180px,calc(100% - 48px)); height:88px; transform:translateX(-50%); border-bottom:1px solid rgba(255,255,255,.12); }
.brand { display:flex; align-items:center; gap:13px; }
.brand-mark { display:block; width:42px; aspect-ratio:1; filter:drop-shadow(0 0 14px rgba(215,164,68,.24)); }
.brand-mark img { display:block; width:100%; height:100%; }
.brand-copy { display:flex; flex-direction:column; line-height:1.15; }
.brand-copy strong { font:15px/1.2 Ethnocentric,Georgia,serif; letter-spacing:.04em; }
.brand-copy small { margin-top:5px; color:var(--gold); font-size:10px; letter-spacing:.22em; text-transform:uppercase; }
.main-nav { display:flex; align-items:center; gap:7px; }
.main-nav a { position:relative; padding:12px 16px; color:#c9c3ba; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:color .2s ease; }
.main-nav a::after { position:absolute; right:16px; bottom:5px; left:16px; height:1px; content:""; background:var(--gold); transform:scaleX(0); transition:transform .2s ease; }
.main-nav a:hover,.main-nav a.active { color:#fff; }
.main-nav a:hover::after,.main-nav a.active::after { transform:scaleX(1); }
.menu-toggle { display:none; }
.hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 330px; align-items:end; min-height:760px; padding:170px max(24px,calc((100% - 1180px)/2)) 90px; overflow:hidden; background:linear-gradient(90deg,rgba(8,7,5,.97) 0%,rgba(8,7,5,.77) 43%,rgba(8,7,5,.2) 100%),linear-gradient(0deg,var(--bg) 0%,transparent 35%),url("../imagenes/slide/01.jpg") center/cover no-repeat; }
.hero::after { position:absolute; right:0; bottom:0; left:0; height:90px; content:""; background:linear-gradient(transparent,var(--bg)); }
.hero-glow { position:absolute; top:20%; left:44%; width:440px; height:440px; border-radius:50%; background:rgba(211,134,40,.12); filter:blur(90px); }
.hero-content,.server-card { position:relative; z-index:2; }
.hero-content { max-width:700px; padding-bottom:34px; }
.eyebrow { display:flex; align-items:center; gap:12px; margin:0 0 20px; color:var(--gold-light); font-size:11px; font-weight:800; letter-spacing:.22em; text-transform:uppercase; }
.eyebrow span { width:34px; height:1px; background:var(--gold); }
h1 { max-width:760px; margin:0; color:#fff; font:700 clamp(55px,7.3vw,100px)/.92 Georgia,"Times New Roman",serif; letter-spacing:-.055em; text-shadow:0 4px 40px #000; }
h1 em { color:var(--gold-light); font-weight:400; }
.hero-copy { max-width:590px; margin:30px 0 0; color:#cac3b8; font-size:16px; }
.hero-tagline { margin:22px 0 0; color:var(--gold-light); font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 25px; border:1px solid rgba(255,255,255,.2); font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; transition:transform .2s ease,background .2s ease,border-color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { gap:18px; color:#1b1308; border-color:var(--gold); background:linear-gradient(135deg,var(--gold-light),var(--gold)); }
.button-primary:hover { background:var(--gold-light); }
.button-ghost:hover { border-color:var(--gold); background:rgba(215,164,68,.1); }
.server-card { align-self:end; margin-bottom:34px; padding:24px; border:1px solid rgba(232,195,123,.2); background:rgba(15,13,10,.82); box-shadow:var(--shadow); backdrop-filter:blur(15px); }
.server-card-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); }
.server-card-head span { color:#eef6ec; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.server-card-head small { color:var(--muted); }
.status-dot { display:inline-block; width:8px; height:8px; margin-right:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 5px rgba(126,220,133,.1),0 0 12px var(--green); }
.server-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:20px 0; }
.server-stats div { display:flex; flex-direction:column; min-width:0; }
.server-stats strong { overflow:hidden; color:var(--gold-light); font:700 14px Georgia,serif; text-overflow:ellipsis; white-space:nowrap; }
.server-stats span { margin-top:4px; color:#8c857b; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.server-card p { margin:0; color:var(--muted); font-size:12px; }
.quick-links { position:relative; z-index:3; display:grid; grid-template-columns:repeat(4,1fr); width:min(1180px,calc(100% - 48px)); margin:-28px auto 0; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }
.quick-links>a { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; min-height:120px; padding:24px 28px; border-right:1px solid var(--line); transition:background .2s ease; }
.quick-links>a:last-child { border-right:0; }
.quick-links>a:hover { background:var(--surface-2); }
.quick-icon { color:rgba(215,164,68,.55); font:400 24px Georgia,serif; }
.quick-links strong,.quick-links small { display:block; }
.quick-links strong { margin-bottom:4px; font:700 17px Georgia,serif; }
.quick-links small { color:var(--muted); font-size:11px; }
.quick-links b { color:var(--gold); font-size:20px; font-weight:400; transition:transform .2s ease; }
.quick-links a:hover b { transform:translate(3px,-3px); }
.content-section { width:min(1180px,calc(100% - 48px)); margin:100px auto; scroll-margin-top:24px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:60px; margin-bottom:34px; }
.section-heading .eyebrow { margin-bottom:12px; }
.section-heading h2 { margin:0; font:700 clamp(32px,4vw,50px)/1.05 Georgia,serif; letter-spacing:-.03em; }
.section-heading>p { max-width:450px; margin:0; color:var(--muted); font-size:14px; }
.content-frame-wrap { position:relative; min-height:620px; overflow:hidden; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }
.content-frame-wrap::before { position:absolute; top:0; left:0; width:90px; height:2px; content:""; background:var(--gold); }
.content-frame-wrap iframe { display:block; width:100%; min-height:720px; border:0; background:transparent; }
.site-footer { display:flex; align-items:center; justify-content:space-between; gap:30px; width:min(1180px,calc(100% - 48px)); margin:0 auto; padding:38px 0; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }
.site-footer div { display:flex; flex-direction:column; }
.site-footer strong { color:var(--text); font:700 14px Ethnocentric,Georgia,serif; }
.site-footer span { color:var(--gold); letter-spacing:.16em; text-transform:uppercase; }
.site-footer a { color:var(--gold-light); font-weight:700; text-transform:uppercase; }
@media(max-width:900px) {
  .site-header { width:calc(100% - 32px); }
  .menu-toggle { display:grid; gap:5px; padding:11px; border:1px solid var(--line); background:rgba(10,9,7,.8); }
  .menu-toggle span:not(.sr-only) { display:block; width:20px; height:1px; background:var(--text); }
  .main-nav { position:absolute; top:76px; right:0; display:none; width:min(280px,calc(100vw - 32px)); padding:12px; border:1px solid var(--line); background:#100e0b; box-shadow:var(--shadow); }
  .main-nav.open { display:grid; }
  .main-nav a { padding:13px 15px; }
  .main-nav a::after { right:auto; width:2px; height:auto; inset-block:9px; left:0; transform:scaleY(0); }
  .main-nav a:hover::after,.main-nav a.active::after { transform:scaleY(1); }
  .hero { grid-template-columns:1fr; min-height:800px; padding-inline:24px; background-position:60% center; }
  .server-card { display:none; }
  .quick-links { grid-template-columns:1fr; }
  .quick-links>a { min-height:100px; border-right:0; border-bottom:1px solid var(--line); }
  .quick-links>a:last-child { border-bottom:0; }
  .section-heading { display:block; }
  .section-heading>p { margin-top:18px; }
}
@media(max-width:600px) {
  .site-header { height:76px; }
  .brand-copy strong { font-size:12px; }
  .brand-mark { width:38px; }
  .hero { min-height:720px; padding-top:140px; padding-bottom:70px; background-position:46% center; }
  h1 { font-size:clamp(47px,16vw,68px); }
  .hero-copy { font-size:14px; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .button { width:100%; }
  .quick-links,.content-section,.site-footer { width:calc(100% - 28px); }
  .quick-links { margin-top:-18px; }
  .quick-links>a { padding:20px; }
  .content-section { margin-block:72px; }
  .content-frame-wrap,.content-frame-wrap iframe { min-height:760px; }
  .site-footer { align-items:flex-start; flex-direction:column; }
  .site-footer p { margin:0; }
}
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; } }
