
:root{
  --black:#000000;
  --ink:#050607;
  --ink-2:#090b0d;
  --ink-3:#101419;
  --white:#ffffff;
  --muted:#aab0b5;
  --gold:#d4af37;
  --gold-light:#f0cf73;
  --gold-deep:#795d17;
  --blue:#2c3f4c;
  --blue-soft:#5f788b;
  --line:rgba(255,255,255,.10);
  --gold-line:rgba(212,175,55,.28);
  --radius:24px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{
  margin:0;
  color:var(--white);
  font-family:"Montserrat",Arial,sans-serif;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(44,63,76,.34), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(212,175,55,.08), transparent 24%),
    linear-gradient(180deg, #040506 0%, #06080a 100%);
}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit;color:inherit}
.container{width:min(calc(100% - 42px),var(--max));margin:auto}
.section{position:relative;padding:118px 0}
.page-noise{
  position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor-aura{
  position:fixed;z-index:0;width:540px;height:540px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle, rgba(212,175,55,.05), transparent 70%);
  transform:translate(-50%,-50%);
}
.topbar{
  position:fixed;z-index:1000;top:16px;left:50%;transform:translateX(-50%);
  width:min(calc(100% - 32px),1320px);height:74px;padding:8px 9px 8px 13px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  border:1px solid rgba(255,255,255,.09);border-radius:22px;
  background:rgba(5,7,9,.74);backdrop-filter:blur(22px) saturate(125%);
  box-shadow:0 18px 70px rgba(0,0,0,.30);
  transition:.3s ease;
}
.topbar.scrolled{top:8px;background:rgba(5,7,9,.92);border-color:rgba(212,175,55,.18)}
.brand-mini{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:190px}
.brand-mini__emblem{
  width:46px;height:46px;border-radius:12px;overflow:hidden;
  border:1px solid rgba(212,175,55,.28);background:#000;display:grid;place-items:center;
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset;
}
.brand-mini__emblem img{width:100%;height:100%;object-fit:cover}
.brand-mini__copy{display:flex;flex-direction:column}
.brand-mini__copy b{font-family:"Bebas Neue",Impact,sans-serif;font-size:1.45rem;letter-spacing:.08em;line-height:1}
.brand-mini__copy small{color:var(--gold);font-size:.52rem;letter-spacing:.26em;margin-top:4px}
.nav-pill{
  display:flex;align-items:center;gap:2px;padding:4px;border-radius:16px;
  border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.025)
}
.nav-pill a{
  text-decoration:none;color:#c5c8ca;padding:10px 14px;border-radius:12px;
  font-size:.72rem;font-weight:600;letter-spacing:.06em;transition:.2s ease
}
.nav-pill a:hover,.nav-pill a.active{color:#fff;background:rgba(255,255,255,.06)}
.top-cta,.primary-btn,.secondary-btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  text-decoration:none;border-radius:14px;font-weight:700;overflow:hidden
}
.top-cta{
  min-width:190px;padding:14px 18px;background:var(--gold);color:#080808;font-size:.75rem;
  box-shadow:0 12px 38px rgba(212,175,55,.18)
}
.shine-button::before{
  content:"";position:absolute;top:-30%;left:-48%;width:28%;height:170%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);
  transform:skewX(-20deg);filter:blur(1px);animation:buttonSweep 3.8s ease-in-out infinite
}
.hero{
  min-height:100svh;display:grid;align-items:center;padding-top:132px;padding-bottom:86px;overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.hero-grid{
  position:absolute;inset:0;opacity:.11;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 60% 45%,#000 18%,transparent 80%);
}
.hero::before{
  content:"";position:absolute;inset:14px;border:1px solid rgba(212,175,55,.25);pointer-events:none;
  clip-path:polygon(0 34px,34px 0,100% 0,100% calc(100% - 34px),calc(100% - 34px) 100%,0 100%);
}
.hero-parallax{
  position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px);will-change:transform;
}
.hero-parallax--1{
  width:640px;height:640px;right:-140px;top:-110px;
  background:radial-gradient(circle, rgba(212,175,55,.10), transparent 67%);
}
.hero-parallax--2{
  width:540px;height:540px;left:-180px;bottom:-200px;
  background:radial-gradient(circle, rgba(44,63,76,.45), transparent 66%);
}
.hero-parallax--3{
  width:320px;height:320px;left:45%;top:9%;
  background:radial-gradient(circle, rgba(255,255,255,.04), transparent 68%);
}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:62px;position:relative;z-index:2}
.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:10px;color:var(--gold);
  font-size:.67rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase
}
.live-dot{width:7px;height:7px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 0 0 rgba(240,207,115,.5);animation:livePulse 2s infinite}
.hero h1,.section-heading h2,.operations-copy h2,.identity-copy h2,.contact-card h2{
  font-family:"Bebas Neue",Impact,sans-serif;font-weight:400;text-transform:uppercase;margin:22px 0 18px;
  letter-spacing:.018em;line-height:.92
}
.hero h1{font-size:clamp(4.7rem,8vw,8.4rem);max-width:780px}
.hero h1 em,.section-heading h2 em,.operations-copy h2 em,.identity-copy h2 em,.contact-card h2 em{color:var(--gold);font-style:normal}
.hero-lead,.section-heading p,.split-heading>p,.operations-copy>p,.identity-copy>p,.contact-card__copy>p{
  color:#a6adb3;line-height:1.76;font-size:1rem
}
.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}
.primary-btn,.secondary-btn{padding:16px 21px;min-height:55px}
.primary-btn{background:var(--gold);color:#070707;box-shadow:0 12px 38px rgba(212,175,55,.18)}
.primary-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.secondary-btn{
  border:1px solid rgba(255,255,255,.14);color:#e8e9ea;background:
  linear-gradient(180deg, rgba(44,63,76,.18), rgba(255,255,255,.03));
}
.primary-btn,.secondary-btn{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px)}
.secondary-btn:hover{border-color:rgba(212,175,55,.42)}
.hero-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.hero-pill{
  padding:10px 14px;border-radius:999px;font-size:.66rem;letter-spacing:.10em;text-transform:uppercase;
  background:linear-gradient(180deg, rgba(44,63,76,.28), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);color:#d8dde0
}
.hero-metrics{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;max-width:720px
}
.hero-metrics>div{
  padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(145deg, rgba(255,255,255,.04), rgba(44,63,76,.18));
}
.hero-metrics strong{display:block;font-family:"Bebas Neue";font-weight:400;font-size:2.1rem;color:var(--gold);letter-spacing:.06em}
.hero-metrics small{display:block;color:#8f969d;font-size:.63rem;line-height:1.4;text-transform:uppercase;letter-spacing:.11em}
.app-shell{
  position:relative;border-radius:32px;padding:15px;background:
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025) 22%,rgba(44,63,76,.12) 78%,rgba(212,175,55,.09));
  border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 100px rgba(0,0,0,.58),inset 0 0 0 1px rgba(255,255,255,.025);
  overflow:hidden
}
.app-shell::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(120deg,transparent 30%,rgba(212,175,55,.06),transparent 70%)
}
.app-shell__top,.app-shell__bottom{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between}
.app-shell__top{padding:4px 7px 12px;border-bottom:1px solid rgba(255,255,255,.075)}
.system-status,.system-code{font-size:.58rem;letter-spacing:.16em;color:#9aa2a8}
.system-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#57cf8a;margin-right:7px;box-shadow:0 0 12px rgba(87,207,138,.7)}
.system-code{color:var(--gold)}
.brand-stage{
  position:relative;height:min(63vh,650px);min-height:520px;display:grid;place-items:center;
  overflow:hidden;border-radius:22px;background:
    radial-gradient(circle at 50% 34%,rgba(212,175,55,.09),transparent 25%),
    radial-gradient(circle at 50% 68%,rgba(44,63,76,.24),transparent 30%),
    linear-gradient(180deg,#050607,#020202)
}
.brand-stage::after{
  content:"";position:absolute;inset:0;z-index:4;pointer-events:none;
  background:linear-gradient(180deg,transparent 0 63%,rgba(2,2,2,.12) 72%,#020202 99%)
}
.hero-logo{
  position:relative;z-index:3;width:100%;height:100%;object-fit:cover;object-position:center center;
  mix-blend-mode:screen;filter:contrast(1.04) saturate(.94);transform:scale(.94)
}
.orbit{
  position:absolute;z-index:5;border-radius:50%;pointer-events:none;left:50%;top:19%;
  transform:translate(-50%,-50%)
}
.orbit-a{width:260px;height:260px;border:1px solid rgba(212,175,55,.26);animation:orbitPulse 4s ease-in-out infinite}
.orbit-b{width:308px;height:308px;border:1px dashed rgba(95,120,139,.34);animation:orbitSpin 18s linear infinite}
.scan-beam{
  position:absolute;z-index:7;left:12%;top:5%;width:76%;height:2px;opacity:0;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);box-shadow:0 0 14px rgba(240,207,115,.9);
  animation:scanMove 5.2s ease-in-out infinite
}
.logo-sheen{
  position:absolute;z-index:8;pointer-events:none;width:120px;height:18px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.95),rgba(240,207,115,.45) 22%,transparent 70%);
  filter:blur(2px);mix-blend-mode:screen;opacity:0
}
.logo-sheen-a{top:11%;left:24%;animation:helmetSpark 4.8s ease-in-out infinite}
.logo-sheen-b{top:23%;right:15%;animation:helmetSpark 4.8s 2.4s ease-in-out infinite}
.app-shell__bottom{padding:13px 8px 3px;gap:8px}
.app-shell__bottom span{
  flex:1;color:#8d959b;font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;text-align:center
}
.mini-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--gold);margin-right:7px;vertical-align:middle}
.scroll-cue{
  position:absolute;z-index:5;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;
  gap:9px;color:#777f85;text-decoration:none;font-size:.52rem;letter-spacing:.25em
}
.scroll-cue i{width:1px;height:34px;background:linear-gradient(var(--gold),transparent);animation:scrollPulse 1.8s ease-in-out infinite}

.intro-band{padding:0 0 10px}
.intro-band__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;transform:translateY(-28px)
}
.band-card{
  display:flex;align-items:flex-start;gap:14px;padding:22px;border-radius:20px;
  border:1px solid rgba(255,255,255,.08);background:
  linear-gradient(145deg, rgba(255,255,255,.04), rgba(44,63,76,.16));
  box-shadow:0 15px 45px rgba(0,0,0,.22)
}
.band-card i{
  width:42px;height:42px;display:grid;place-items:center;border-radius:14px;
  background:linear-gradient(180deg, rgba(212,175,55,.18), rgba(44,63,76,.30));
  border:1px solid rgba(212,175,55,.25);color:var(--gold-light);font-style:normal;font-size:1.25rem;flex:0 0 auto
}
.band-card strong{display:block;font-size:.88rem}
.band-card p{margin:7px 0 0;color:#8e969c;font-size:.77rem;line-height:1.55}

.section-heading{max-width:920px}
.section-heading h2,.operations-copy h2,.identity-copy h2,.contact-card h2{font-size:clamp(3.4rem,6vw,6.3rem)}
.services-section{background:#050607}
.split-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;max-width:none}
.split-heading>p{margin-bottom:28px}
.service-app{
  margin-top:55px;display:grid;grid-template-columns:390px minmax(0,1fr);border-radius:28px;overflow:hidden;
  border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(44,63,76,.08),rgba(255,255,255,.015));
  box-shadow:0 35px 90px rgba(0,0,0,.28)
}
.service-nav{padding:10px;border-right:1px solid rgba(255,255,255,.07);background:rgba(0,0,0,.22)}
.service-tab{
  width:100%;border:0;background:transparent;text-align:left;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;
  column-gap:12px;padding:18px 16px;border-radius:16px;cursor:pointer;transition:.2s ease;position:relative;overflow:hidden
}
.service-tab::after{
  content:"";position:absolute;left:0;top:18%;bottom:18%;width:2px;background:linear-gradient(var(--gold), var(--blue-soft));transform:scaleY(0);transition:.2s ease
}
.service-tab span{grid-row:1 / span 2;color:#68727a;font-size:.55rem;letter-spacing:.14em;padding-top:5px}
.service-tab b{font-family:"Bebas Neue",sans-serif;font-size:1.3rem;letter-spacing:.07em;font-weight:400;color:#e4e6e7}
.service-tab small{color:#7b848b;font-size:.66rem;margin-top:3px}
.service-tab:hover{background:rgba(255,255,255,.035)}
.service-tab.active{background:linear-gradient(90deg,rgba(212,175,55,.09),rgba(44,63,76,.18))}
.service-tab.active::after{transform:scaleY(1)}
.service-tab.active b{color:var(--gold-light)}
.service-panel{min-height:520px;padding:55px 58px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.service-panel::after{
  content:"AF";position:absolute;right:-10px;bottom:-55px;font-family:"Bebas Neue";font-size:19rem;color:rgba(255,255,255,.018);line-height:1
}
.service-panel__head{display:flex;align-items:center;gap:18px;position:relative;z-index:2}
.service-number{
  width:48px;height:48px;border-radius:13px;border:1px solid rgba(212,175,55,.28);display:grid;place-items:center;
  color:var(--gold);font-family:"Bebas Neue";font-size:1.2rem;
  background:linear-gradient(180deg, rgba(44,63,76,.18), rgba(255,255,255,.03))
}
.service-tag{font-size:.62rem;color:#8a939a;letter-spacing:.18em}
.service-panel h3{position:relative;z-index:2;font-family:"Bebas Neue";font-weight:400;font-size:clamp(3.4rem,5.8vw,6.2rem);line-height:.95;margin:27px 0 15px}
.service-panel>p{position:relative;z-index:2;max-width:710px;color:#a1a8ad;line-height:1.75}
.service-panel ul{position:relative;z-index:2;list-style:none;margin:25px 0 26px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}
.service-panel li{font-size:.78rem;color:#d1d5d8;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.service-panel li::before{content:"◆";color:var(--gold);font-size:.5rem;margin-right:10px}
.inline-link{position:relative;z-index:2;color:var(--gold-light);text-decoration:none;font-weight:600;font-size:.79rem}
.inline-link span{display:inline-block;margin-left:8px;transition:transform .2s ease}
.inline-link:hover span{transform:translateX(4px)}
.service-panel.flash{animation:panelFlash .35s ease}

.corporate-section{
  background:linear-gradient(180deg, #06080a, #0a0d10);
  overflow:hidden
}
.corporate-grid{
  display:grid;grid-template-columns:1fr .84fr 1fr;gap:14px;margin-top:52px;align-items:stretch
}
.corp-card{
  position:relative;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg, rgba(255,255,255,.04), rgba(44,63,76,.16));
  box-shadow:0 30px 85px rgba(0,0,0,.33);
  transform-style:preserve-3d;
  will-change:transform
}
.corp-card img{
  width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.04)
}
.corp-card--tall{min-height:760px}
.corp-card--wide{
  min-height:760px;padding:34px;display:flex;align-items:flex-end;justify-content:flex-start;
  background:
    radial-gradient(circle at 80% 18%, rgba(212,175,55,.10), transparent 26%),
    linear-gradient(180deg, rgba(44,63,76,.35), rgba(255,255,255,.03));
}
.corp-card--wide::before{
  content:"";position:absolute;inset:18px;border:1px solid rgba(212,175,55,.14);border-radius:22px;pointer-events:none
}
.corp-overlay{
  position:absolute;left:18px;right:18px;bottom:18px;padding:18px 18px 17px;border-radius:18px;
  background:rgba(6,8,10,.72);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08)
}
.corp-overlay span,.corp-label{
  display:inline-block;color:var(--gold);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase
}
.corp-overlay h3,.corp-copy h3{
  font-family:"Bebas Neue";font-size:3.3rem;line-height:.95;font-weight:400;letter-spacing:.03em;margin:12px 0 0
}
.corp-copy{position:relative;z-index:2;max-width:420px}
.corp-copy p{color:#9aa1a6;line-height:1.72;margin:18px 0 0}
.corp-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.corp-tags span{
  padding:10px 13px;border-radius:999px;font-size:.62rem;letter-spacing:.10em;text-transform:uppercase;
  border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#dae0e3
}

.operations-section{background:linear-gradient(180deg,#090c0f,#060708);overflow:hidden}
.operations-glow{
  position:absolute;width:950px;height:950px;left:-500px;top:10%;border-radius:50%;
  background:radial-gradient(circle,rgba(44,63,76,.36),transparent 68%)
}
.operations-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}
.metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:40px}
.metric-card{
  padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:18px;
  background:linear-gradient(145deg, rgba(255,255,255,.03), rgba(44,63,76,.18));
  display:flex;align-items:center;gap:17px
}
.metric-card strong{font-family:"Bebas Neue";font-size:2.6rem;color:var(--gold);font-weight:400;min-width:64px}
.metric-card span{color:#8d959b;font-size:.67rem;line-height:1.5;text-transform:uppercase;letter-spacing:.08em}
.sector-strip{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:26px}
.sector-strip span{font-size:.54rem;letter-spacing:.14em;color:#788087}
.sector-strip i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.photo-stack{position:relative;min-height:680px}
.photo-card{
  position:absolute;margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.10);
  background:#0b0d0f;box-shadow:0 28px 90px rgba(0,0,0,.38)
}
.photo-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05)}
.photo-main{width:73%;height:430px;left:13%;top:90px}
.photo-main figcaption{
  position:absolute;left:16px;right:16px;bottom:16px;padding:13px 15px;border-radius:13px;
  display:flex;align-items:center;gap:12px;color:#e4e7e8;background:rgba(5,6,7,.74);backdrop-filter:blur(12px);
  font-size:.68rem;letter-spacing:.07em;text-transform:uppercase
}
.photo-main figcaption span{color:var(--gold)}
.photo-small{width:36%;height:230px}
.photo-small--a{right:0;top:0;transform:rotate(3deg)}
.photo-small--b{left:0;bottom:20px;transform:rotate(-3deg)}
.photo-badge{
  position:absolute;right:4%;bottom:58px;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:16px;
  border:1px solid rgba(212,175,55,.28);background:#090b0d;box-shadow:0 18px 50px rgba(0,0,0,.35)
}
.photo-badge i{width:8px;height:8px;border-radius:50%;background:#57cf8a;box-shadow:0 0 12px rgba(87,207,138,.7)}
.photo-badge span{font-size:.55rem;line-height:1.45;color:#7f888e;letter-spacing:.09em}
.photo-badge b{color:#fff;font-size:.72rem}

.identity-section{background:linear-gradient(180deg,#07090b,#0a0d10)}
.identity-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:90px;align-items:center}
.shield-frame{
  position:relative;border-radius:30px;overflow:hidden;max-width:510px;margin:auto;border:1px solid rgba(255,255,255,.10);
  background:#060708;box-shadow:0 40px 100px rgba(0,0,0,.42)
}
.shield-frame img{width:100%;height:auto;filter:saturate(.84)}
.shield-frame::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(3,4,5,.5));pointer-events:none
}
.shield-scan{
  position:absolute;z-index:3;left:10%;width:80%;height:2px;top:8%;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);box-shadow:0 0 15px rgba(240,207,115,.7);
  opacity:0;animation:shieldScan 5.5s ease-in-out infinite
}
.mission-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:32px}
.mission-cards>div{
  padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;
  background:linear-gradient(145deg, rgba(255,255,255,.03), rgba(44,63,76,.14))
}
.mission-cards span{font-size:.58rem;color:var(--gold);letter-spacing:.17em}
.mission-cards p{font-size:.73rem;color:#8b9399;line-height:1.62;margin:12px 0 0}
.identity-points{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px
}
.identity-points>div{
  display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;
  border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.02)
}
.identity-points i{font-style:normal;color:var(--gold)}
.identity-points span{font-size:.74rem;color:#d0d4d7}

.contact-section{background:#040506;padding-bottom:100px;overflow:hidden}
.contact-aura{
  position:absolute;width:700px;height:700px;right:-250px;top:-130px;border-radius:50%;
  background:radial-gradient(circle,rgba(212,175,55,.11),transparent 68%)
}
.contact-card{
  position:relative;border-radius:32px;padding:64px;display:grid;grid-template-columns:1.18fr .82fr;gap:70px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(140deg,rgba(255,255,255,.05),rgba(44,63,76,.14) 45%,rgba(212,175,55,.04));
  overflow:hidden
}
.contact-card::before{
  content:"";position:absolute;inset:16px;border:1px solid rgba(212,175,55,.12);border-radius:22px;pointer-events:none
}
.contact-card__copy,.contact-data{position:relative;z-index:2}
.contact-actions{display:flex;gap:10px;margin-top:32px;flex-wrap:wrap}
.contact-data{align-self:center;border-left:1px solid rgba(255,255,255,.09);padding-left:38px}
.contact-row{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:7px}
.contact-row:last-child{border-bottom:0}
.contact-row span{font-size:.53rem;letter-spacing:.16em;color:var(--gold)}
.contact-row a,.contact-row p{font-size:.82rem;color:#c5c9cc;text-decoration:none;margin:0;line-height:1.5}
.contact-row a:hover{color:#fff}

.footer{background:#020303;border-top:1px solid rgba(255,255,255,.08);padding:30px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:42px;height:42px;border-radius:10px;object-fit:cover}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{font-family:"Bebas Neue";font-size:1.25rem;letter-spacing:.08em}
.footer-brand span{color:var(--gold);font-size:.49rem;letter-spacing:.18em}
.footer p{margin:0;color:#70777c;font-size:.54rem;letter-spacing:.15em}
.footer small{text-align:right;color:#5d6469;font-size:.55rem}
.mobile-action{display:none}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-delay{transition-delay:.12s}

@keyframes buttonSweep{
  0%,50%{left:-48%}
  72%,100%{left:135%}
}
@keyframes livePulse{
  0%{box-shadow:0 0 0 0 rgba(240,207,115,.5)}
  70%{box-shadow:0 0 0 8px rgba(240,207,115,0)}
  100%{box-shadow:0 0 0 0 rgba(240,207,115,0)}
}
@keyframes orbitPulse{
  0%,100%{transform:translate(-50%,-50%) scale(.96);opacity:.42}
  50%{transform:translate(-50%,-50%) scale(1.03);opacity:.9}
}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes scanMove{
  0%,16%{top:8%;opacity:0}
  25%{opacity:.9}
  72%{opacity:.45}
  84%,100%{top:72%;opacity:0}
}
@keyframes helmetSpark{
  0%,18%,100%{opacity:0;transform:translateX(-50px) scale(.6)}
  32%{opacity:.92}
  55%{opacity:.45}
  70%{opacity:0;transform:translateX(160px) scale(1.1)}
}
@keyframes scrollPulse{
  0%,100%{transform:scaleY(.55);transform-origin:top;opacity:.35}
  50%{transform:scaleY(1);opacity:1}
}
@keyframes panelFlash{
  0%{opacity:.35;transform:translateY(8px)}
  100%{opacity:1;transform:none}
}
@keyframes shieldScan{
  0%,16%{top:9%;opacity:0}
  27%{opacity:.8}
  75%{opacity:.35}
  88%,100%{top:80%;opacity:0}
}

@media(max-width:1120px){
  .hero-layout{grid-template-columns:1fr 460px;gap:35px}
  .split-heading{grid-template-columns:1fr}
  .corporate-grid{grid-template-columns:1fr;gap:16px}
  .corp-card--tall,.corp-card--wide{min-height:620px}
  .operations-layout{grid-template-columns:1fr}
  .identity-layout{grid-template-columns:1fr;gap:60px}
}
@media(max-width:980px){
  .nav-pill{display:none}
  .hero-layout{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .eyebrow,.hero-actions,.hero-pills{justify-content:center}
  .hero-lead{margin-inline:auto}
  .hero-metrics{margin-inline:auto}
  .hero-visual{max-width:560px;width:100%;margin:auto}
  .service-app{grid-template-columns:1fr}
  .service-nav{
    display:flex;overflow:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.07);
    scrollbar-width:none
  }
  .service-nav::-webkit-scrollbar{display:none}
  .service-tab{min-width:160px;padding:15px 12px}
  .service-panel{padding:44px 28px}
  .service-panel ul{grid-template-columns:1fr}
  .contact-card{grid-template-columns:1fr;padding:46px 30px;gap:30px}
  .contact-data{border-left:0;border-top:1px solid rgba(255,255,255,.09);padding:22px 0 0}
  .intro-band__grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center;justify-items:center}
  .footer small{text-align:center}
}
@media(max-width:760px){
  .section{padding:92px 0}
  .container{width:min(calc(100% - 30px),var(--max))}
  .topbar{width:calc(100% - 20px);height:66px;top:10px}
  .top-cta{display:none}
  .brand-mini{min-width:auto}
  .brand-mini__copy{display:none}
  .brand-mini__emblem{width:42px;height:42px}
  .hero{padding-top:106px;min-height:auto}
  .hero h1{font-size:clamp(4rem,19vw,6.7rem)}
  .hero-metrics{grid-template-columns:1fr}
  .brand-stage{min-height:470px;height:64vh}
  .service-panel h3{font-size:3.9rem}
  .corp-card--tall,.corp-card--wide{min-height:520px}
  .corp-overlay h3,.corp-copy h3{font-size:2.7rem}
  .metrics{grid-template-columns:1fr 1fr}
  .photo-stack{min-height:520px}
  .photo-main{width:82%;height:330px;left:9%;top:70px}
  .photo-small{width:38%;height:160px}
  .photo-badge{bottom:35px}
  .mission-cards,.identity-points{grid-template-columns:1fr}
}
@media(max-width:620px){
  .topbar{justify-content:center;width:auto;left:14px;right:auto;transform:none;padding:7px}
  .hero::before{inset:9px}
  .hero-pills{gap:8px}
  .hero-pill{font-size:.58rem}
  .metrics{grid-template-columns:1fr}
  .metric-card{padding:16px}
  .corp-card--tall,.corp-card--wide{min-height:470px}
  .contact-card{padding:36px 20px}
  .mobile-action{
    display:flex;position:fixed;z-index:1001;left:15px;right:15px;bottom:14px;height:54px;align-items:center;justify-content:center;
    border-radius:15px;background:var(--gold);color:#080808;text-decoration:none;font-size:.78rem;font-weight:800;
    box-shadow:0 15px 45px rgba(0,0,0,.46)
  }
  .footer{padding-bottom:92px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;animation-iteration-count:1!important;
    scroll-behavior:auto!important;transition-duration:.01ms!important
  }
}


/* ================================
   SERVICES — MOBILE ACCORDION
   ================================ */
.mobile-services{
  display:none;
  margin-top:34px;
}
.mobile-service{
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.04),rgba(44,63,76,.14));
  overflow:hidden;
  margin-bottom:10px;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.mobile-service.active{
  border-color:rgba(212,175,55,.34);
  box-shadow:0 16px 42px rgba(0,0,0,.20), inset 0 0 24px rgba(44,63,76,.08);
}
.mobile-service__trigger{
  width:100%;
  min-height:82px;
  border:0;
  background:transparent;
  display:grid;
  grid-template-columns:38px 1fr 34px;
  align-items:center;
  gap:10px;
  padding:15px 16px;
  text-align:left;
  cursor:pointer;
}
.mobile-service__index{
  font-family:"Bebas Neue",sans-serif;
  font-size:1rem;
  color:var(--gold);
  letter-spacing:.08em;
}
.mobile-service__title{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.mobile-service__title b{
  font-family:"Bebas Neue",sans-serif;
  font-weight:400;
  font-size:1.55rem;
  letter-spacing:.06em;
  line-height:1;
  color:#f3f4f4;
}
.mobile-service__title small{
  color:#818a91;
  font-size:.64rem;
}
.mobile-service__arrow{
  position:relative;
  width:30px;
  height:30px;
  border-radius:10px;
  border:1px solid rgba(212,175,55,.26);
  background:linear-gradient(180deg,rgba(212,175,55,.09),rgba(44,63,76,.22));
  box-shadow:inset 0 0 10px rgba(255,255,255,.02);
}
.mobile-service__arrow::before,
.mobile-service__arrow::after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;
  height:1.5px;
  background:var(--gold-light);
  transition:transform .25s ease;
}
.mobile-service__arrow::before{
  left:7px;
  transform:rotate(45deg);
}
.mobile-service__arrow::after{
  right:7px;
  transform:rotate(-45deg);
}
.mobile-service.active .mobile-service__arrow::before{
  transform:rotate(-45deg);
}
.mobile-service.active .mobile-service__arrow::after{
  transform:rotate(45deg);
}
.mobile-service__content{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .35s cubic-bezier(.2,.7,.2,1);
}
.mobile-service.active .mobile-service__content{
  grid-template-rows:1fr;
}
.mobile-service__inner{
  overflow:hidden;
  min-height:0;
  padding:0 16px;
}
.mobile-service.active .mobile-service__inner{
  padding-bottom:18px;
}
.mobile-service__tag{
  display:inline-block;
  color:var(--gold);
  font-size:.55rem;
  letter-spacing:.16em;
  margin:2px 0 10px;
}
.mobile-service__inner p{
  margin:0;
  color:#aeb4b9;
  font-size:.82rem;
  line-height:1.65;
}
.mobile-service__inner ul{
  list-style:none;
  margin:14px 0 0;
  padding:0;
}
.mobile-service__inner li{
  color:#d3d7d9;
  font-size:.76rem;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.mobile-service__inner li:last-child{
  border-bottom:0;
}
.mobile-service__inner li::before{
  content:"◆";
  color:var(--gold);
  font-size:.48rem;
  margin-right:9px;
}

/* ================================
   FOOTER — BCS
   ================================ */
.footer-signature{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-signature>span{
  color:#686f74;
  font-size:.5rem;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}
.footer-signature a{
  display:block;
  width:84px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.16);
  background:#000;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.footer-signature a:hover{
  transform:translateY(-2px);
  border-color:rgba(212,175,55,.42);
  box-shadow:0 8px 24px rgba(212,175,55,.09);
}
.footer-signature img{
  width:100%;
  height:auto;
}
.footer-legal{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.06);
  text-align:center;
}
.footer-legal small{
  color:#535b61;
  font-size:.52rem;
  letter-spacing:.06em;
}

@media(max-width:980px){
  .desktop-services{display:none!important}
  .mobile-services{display:block}
  .footer-signature{
    justify-self:center;
  }
}
@media(max-width:620px){
  .mobile-services{
    margin-top:24px;
  }
  .mobile-service__trigger{
    min-height:76px;
    grid-template-columns:34px 1fr 32px;
    padding:13px 14px;
  }
  .mobile-service__title b{
    font-size:1.42rem;
  }
  .footer-signature{
    flex-direction:column;
    gap:7px;
  }
  .footer-signature a{
    width:92px;
  }
}


/* ================================
   V4 AJUSTES HEADER + CORPORATIVO
   ================================ */
.brand-mini--full{
  min-width:auto;
  display:flex;
  align-items:center;
}
.brand-mini--full img{
  display:block;
  width:auto;
  height:48px;
  max-width:220px;
  object-fit:contain;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.24));
}

@media(max-width:980px){
  .brand-mini--full img{
    height:44px;
    max-width:190px;
  }
}

@media(max-width:760px){
  .topbar{
    justify-content:center;
  }
  .brand-mini--full img{
    height:42px;
    max-width:180px;
  }
}

@media(max-width:620px){
  .topbar{
    width:calc(100% - 20px);
    left:50%;
    right:auto;
    transform:translateX(-50%);
    padding:7px 12px;
    justify-content:center;
  }
  .brand-mini--full img{
    height:38px;
    max-width:165px;
  }
}


/* ================================
   V5 AJUSTES — ESCUDO, ADMIN, FLOTA
   ================================ */
.system-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:14px;
  border:1px solid rgba(212,175,55,.18);
  background:rgba(255,255,255,.02);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02), 0 8px 24px rgba(0,0,0,.20);
  overflow:hidden;
}
.system-badge img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.corp-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.photo-main{
  width:78%;
  height:420px;
  left:11%;
  top:90px;
}
.photo-main img{
  object-position:center center;
}
.photo-main figcaption{
  font-size:.7rem;
}

@media(max-width:980px){
  .system-badge{
    width:48px;
    height:48px;
    border-radius:12px;
  }
}

@media(max-width:760px){
  .photo-main{
    width:84%;
    height:310px;
    left:8%;
    top:72px;
  }
  .system-badge{
    width:42px;
    height:42px;
    border-radius:10px;
  }
}


/* ================================
   V6 AJUSTES — ESCUDO ARRIBA / FOTO ABAJO
   ================================ */
.brand-mini--shield{
  min-width:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.brand-mini--shield img{
  display:block;
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(212,175,55,.18);
  box-shadow:0 10px 28px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.02);
  background:#050607;
}

.shield-frame img{
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.92) contrast(1.03);
}

@media(max-width:980px){
  .brand-mini--shield img{
    width:50px;
    height:50px;
    border-radius:14px;
  }
  .shield-frame img{
    min-height:560px;
  }
}

@media(max-width:760px){
  .brand-mini--shield img{
    width:46px;
    height:46px;
    border-radius:12px;
  }
  .shield-frame{
    max-width:100%;
  }
  .shield-frame img{
    min-height:480px;
  }
}

@media(max-width:620px){
  .brand-mini--shield img{
    width:42px;
    height:42px;
    border-radius:11px;
  }
  .shield-frame img{
    min-height:420px;
  }
}


/* ================================
   V7 AJUSTES FINALES SOLICITADOS
   ================================ */
.corp-card--admin .corp-overlay{
  background: linear-gradient(180deg, rgba(5,7,10,0.10) 0%, rgba(5,7,10,0.22) 58%, rgba(5,7,10,0.34) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.corp-card--admin .corp-overlay h3,
.corp-card--admin .corp-overlay span{
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.shield-visual .shield-frame img{
  object-fit: cover;
  object-position: center center;
}
.app-shell__top .system-badge img{
  object-fit: cover;
}
@media(max-width:760px){
  .corp-card--admin .corp-overlay{
    background: linear-gradient(180deg, rgba(5,7,10,0.06) 0%, rgba(5,7,10,0.18) 58%, rgba(5,7,10,0.30) 100%);
  }
}


/* ================================
   V8 AJUSTE FINAL HERO
   ================================ */
.app-shell__top{
  justify-content:flex-start;
}
.hero-logo{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center center;
  mix-blend-mode:normal;
  filter:drop-shadow(0 18px 38px rgba(0,0,0,.28)) contrast(1.02) saturate(.98);
  transform:none;
}
@media(max-width:760px){
  .hero-logo{
    width:92%;
    height:92%;
  }
}
