html{scroll-behavior:smooth}body.sd-core-active{font-family:var(--sd-font-body);font-size:var(--sd-base-font-size);background:var(--sd-color-bg);color:var(--sd-color-text)}.sd-container{width:min(calc(100% - 40px),var(--sd-container));margin-inline:auto}.sd-core-header{position:absolute;inset:0 0 auto 0;z-index:999;height:var(--sd-header-height);transition:background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,transform .28s ease}.sd-header-sticky{position:sticky;top:0}.sd-header-transparent{background:linear-gradient(180deg,rgba(0,0,0,.64),rgba(0,0,0,0))}.sd-core-header.sd-is-scrolled{background:rgba(7,10,15,.84);box-shadow:0 20px 60px rgba(0,0,0,.28)}.sd-header-blur.sd-is-scrolled{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.sd-header-inner{height:100%;display:flex;align-items:center;gap:28px}.sd-header-brand{display:flex;align-items:center;text-decoration:none;color:var(--sd-color-text);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sd-header-logo-img{width:var(--sd-logo-width);max-height:56px;object-fit:contain}.sd-header-brand-text{font-family:var(--sd-font-heading);font-size:18px}.sd-primary-nav{flex:1;display:flex}.sd-nav-align-right{justify-content:flex-end}.sd-nav-align-center{justify-content:center}.sd-menu,.sd-footer-menu{list-style:none;padding:0;margin:0}.sd-menu{display:flex;align-items:center;gap:26px}.sd-menu a{font-family:var(--sd-font-nav);text-decoration:none;color:rgba(246,243,233,.86);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;position:relative}.sd-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:linear-gradient(90deg,var(--sd-color-accent),transparent);transition:right .25s ease}.sd-menu a:hover{color:#fff}.sd-menu a:hover:after{right:0}.sd-header-cta,.sd-footer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:var(--sd-radius-button);background:linear-gradient(135deg,var(--sd-color-accent),#f4d27b);color:#101820;text-decoration:none;font-weight:900;font-size:12px;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 14px 42px rgba(200,162,74,.25);transition:transform .25s ease,box-shadow .25s ease}.sd-header-cta:hover,.sd-footer-cta:hover{transform:translateY(-2px);box-shadow:0 20px 54px rgba(200,162,74,.36)}.sd-header-cta-mobile{display:none}.sd-mobile-toggle{display:none;background:transparent;border:0;inline-size:44px;block-size:44px;padding:10px}.sd-mobile-toggle span{display:block;height:2px;background:var(--sd-color-text);margin:6px 0;border-radius:5px}.sd-core-footer{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(200,162,74,.14),transparent 34%),linear-gradient(180deg,#101820,#070a0f);padding:72px 0 28px;color:var(--sd-color-text)}.sd-footer-bg-grid{position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:44px 44px}.sd-footer-inner{position:relative;display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:42px}.sd-footer-logo,.sd-footer-menu a,.sd-footer-contact a{color:var(--sd-color-text);text-decoration:none}.sd-footer-logo-img{max-width:220px;max-height:76px;object-fit:contain}.sd-footer-brand-text{font-family:var(--sd-font-heading);font-size:24px;font-weight:900;text-transform:uppercase}.sd-footer-brand p,.sd-footer-contact p{color:var(--sd-color-muted);line-height:1.8}.sd-core-footer h3{font-family:var(--sd-font-heading);font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--sd-color-accent)}.sd-footer-menu{display:grid;gap:12px}.sd-footer-menu a{color:var(--sd-color-muted)}.sd-footer-bottom{position:relative;margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(246,243,233,.58);font-size:13px}.sd-image-frame{--sd-img-radius:var(--sd-radius-card);position:relative;display:block;margin:0;overflow:hidden;border-radius:var(--sd-img-radius);box-shadow:var(--sd-shadow-dramatic);isolation:isolate;aspect-ratio:var(--sd-img-ratio)}.sd-image-frame picture,.sd-image-frame .sd-image-bg{display:block;width:100%;height:100%}.sd-image-img{width:100%;height:100%;object-fit:cover;object-position:var(--sd-img-position);display:block}.sd-image-bg{background-size:cover;background-position:var(--sd-img-position);background-repeat:no-repeat}.sd-scroll-fixed .sd-image-bg{background-attachment:fixed}.sd-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,var(--sd-overlay-opacity)),rgba(0,0,0,.08));pointer-events:none;z-index:2}.sd-image-frame figcaption{position:absolute;left:24px;right:24px;bottom:22px;z-index:3;color:#fff;font-weight:700;text-shadow:0 6px 20px rgba(0,0,0,.5)}.sd-effect{transition:transform .5s ease,filter .5s ease,box-shadow .5s ease}.sd-effect-depth-shadow:hover,.sd-effect-hover-tactical-glow:hover{transform:translateY(-8px);box-shadow:0 36px 100px rgba(0,0,0,.5),0 0 60px rgba(200,162,74,.15)}.sd-effect-zoom-reveal:hover .sd-image-img,.sd-effect-zoom-reveal:hover .sd-image-bg{transform:scale(1.045)}.sd-effect-zoom-reveal .sd-image-img,.sd-effect-zoom-reveal .sd-image-bg{transition:transform .8s ease}.sd-effect-military-glass:before{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(120deg,rgba(255,255,255,.10),rgba(255,255,255,0) 38%,rgba(200,162,74,.12));mix-blend-mode:screen;pointer-events:none}.sd-effect-diagonal-mask{clip-path:polygon(0 0,100% 0,94% 100%,0 100%)}.sd-effect-cinematic-fade{animation:sdCinematicFade .9s ease both}.sd-effect-split-reveal{animation:sdSplitReveal .9s cubic-bezier(.2,.8,.2,1) both}.sd-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.sd-reveal.sd-visible{opacity:1;transform:none}@keyframes sdCinematicFade{from{opacity:0;filter:contrast(.8) brightness(.75)}to{opacity:1;filter:none}}@keyframes sdSplitReveal{from{clip-path:inset(0 50% 0 50%);filter:brightness(.6)}to{clip-path:inset(0 0 0 0);filter:none}}@media(max-width:900px){.sd-header-inner{gap:16px}.sd-mobile-toggle{display:block;margin-left:auto}.sd-primary-nav{position:fixed;inset:var(--sd-header-height) 0 auto 0;display:none;background:rgba(7,10,15,.95);backdrop-filter:blur(16px);padding:24px 20px;border-top:1px solid rgba(255,255,255,.10)}.sd-primary-nav.sd-open{display:block}.sd-menu{display:grid;gap:18px}.sd-header-logo-img{width:var(--sd-logo-width-mobile)}.sd-header-cta{padding:0 14px}.sd-header-cta-desktop{display:none}.sd-header-cta-mobile{display:inline}.sd-footer-inner{grid-template-columns:1fr}.sd-container{width:min(calc(100% - 28px),var(--sd-container))}}@media(max-width:767px){.sd-core-footer{padding:54px 0 24px}.sd-menu a{font-size:12px}.sd-image-frame{border-radius:calc(var(--sd-img-radius) * .72)}}

.sd-default-logo-img{
    object-fit:contain;
    aspect-ratio:1/1;
}
.sd-header-logo-img.sd-default-logo-img{
    max-height:calc(var(--sd-header-height, 88px) - 20px);
    width:auto;
}
.sd-footer-logo-img.sd-default-logo-img{
    max-width:110px;
    height:auto;
}

/* SD Core v1.0.2 refinements */
.sd-core-header{left:0;right:0;width:100%;}
.sd-header-brand{gap:12px;min-width:0}.sd-header-logo-img{height:auto;max-height:70px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.36));}
.sd-core-header.sd-is-scrolled .sd-header-logo-img{max-height:58px}.sd-core-footer .sd-footer-logo-img{width:min(220px,100%);height:auto;max-height:none;filter:drop-shadow(0 20px 42px rgba(0,0,0,.42));}
.sd-core-footer{border-top:1px solid rgba(200,162,74,.18)}
body.sd-sdc-full-template{margin:0;background:var(--sd-color-bg);}
body.sd-sdc-full-template .sd-core-header{position:fixed;}
body.sd-sdc-full-template.admin-bar .sd-core-header{top:32px;}
@media(max-width:782px){body.sd-sdc-full-template.admin-bar .sd-core-header{top:46px;}}


/* SD Core v1.0.4 — transparent logo + stronger navigation/footer polish */
.sd-header-brand,
.sd-footer-logo{background:transparent!important;box-shadow:none!important;}
.sd-header-logo-img,
.sd-footer-logo-img{background:transparent!important;border:0!important;mix-blend-mode:normal;}
.sd-header-logo-img.sd-default-logo-img{max-height:calc(var(--sd-header-height,88px) - 12px);filter:drop-shadow(0 16px 28px rgba(0,0,0,.62));}
.sd-core-header{background:linear-gradient(180deg,rgba(3,6,10,.82),rgba(3,6,10,.26) 62%,transparent);}
.sd-core-header.sd-is-scrolled{background:rgba(3,7,12,.88)!important;border-bottom:1px solid rgba(219,174,70,.20);box-shadow:0 18px 70px rgba(0,0,0,.48)}
.sd-header-inner{position:relative}.sd-header-inner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(219,174,70,.28),transparent);opacity:.72;}
.sd-menu a{transition:color .25s ease,text-shadow .25s ease}.sd-menu a:hover{color:#fff;text-shadow:0 0 18px rgba(219,174,70,.36)}
.sd-header-cta{position:relative;overflow:hidden}.sd-header-cta:before,.sd-footer-cta:before{content:"";position:absolute;inset:-30% auto -30% -50%;width:42%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent);transition:left .55s ease}.sd-header-cta:hover:before,.sd-footer-cta:hover:before{left:115%}
.sd-core-footer{background:radial-gradient(circle at 18% 10%,rgba(219,174,70,.18),transparent 28%),radial-gradient(circle at 88% 0%,rgba(25,60,100,.28),transparent 35%),linear-gradient(180deg,#111924,#05080d);}
.sd-core-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 42%);pointer-events:none}.sd-footer-inner{align-items:start}.sd-footer-brand p{max-width:430px}.sd-footer-bottom{border-color:rgba(219,174,70,.18)}


/* SD Core v1.0.6 — command header, transparent logo hardening, organized visual shell */
.sd-core-header{height:64px!important;background:rgba(5,9,18,.92)!important;border-bottom:1px solid rgba(200,168,75,.20);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
body.admin-bar .sd-core-header{top:32px}.sd-header-inner{height:64px!important;gap:22px}.sd-header-brand{gap:11px;line-height:1;background:transparent!important}.sd-header-logo-img{width:auto!important;height:42px!important;max-height:42px!important;object-fit:contain;background:transparent!important;border:none!important;box-shadow:none!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.55))}.sd-brand-copy{display:grid;gap:2px}.sd-brand-copy strong{font-family:Barlow Condensed,Arial,sans-serif;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#fff;font-weight:800}.sd-brand-copy em{font-family:Barlow Condensed,Arial,sans-serif;font-style:normal;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#c8a84b;opacity:.85}.sd-menu{gap:24px}.sd-menu a{font-family:Barlow Condensed,Arial,sans-serif;font-size:11px;letter-spacing:.18em;color:#8a9bbf}.sd-header-cta{min-height:34px;border-radius:3px;padding:0 16px;background:#c8a84b;color:#080c18;box-shadow:0 10px 28px rgba(200,168,75,.22);font-family:Barlow Condensed,Arial,sans-serif;font-size:10px;letter-spacing:.17em}.sd-core-footer{background:#060914!important;border-top:1px solid #1e2640;padding:42px 0 20px}.sd-footer-inner{grid-template-columns:1.35fr 1fr 1.2fr;gap:44px}.sd-footer-logo-img{max-width:96px!important;width:96px!important;max-height:none!important;background:transparent!important}.sd-footer-brand p,.sd-footer-contact p,.sd-footer-menu a{font-size:13px;color:#6f7f9f}.sd-core-footer h3{font-family:Barlow Condensed,Arial,sans-serif;font-size:11px;letter-spacing:.22em;color:#c8a84b}.sd-footer-cta{min-height:34px;border-radius:3px;font-size:10px;padding:0 16px}.sd-footer-bottom{font-size:11px;color:#3a4a6a}
@media(max-width:900px){body.admin-bar .sd-core-header{top:46px}.sd-brand-copy{display:none}.sd-primary-nav{top:64px}.sd-header-cta{display:none}.sd-mobile-toggle{display:block}.sd-header-logo-img{height:38px!important;max-height:38px!important}.sd-footer-inner{grid-template-columns:1fr}}


/* SD Core v1.0.7 — module registry + transparent logo hard lock */
.sd-header-logo-img,
.sd-footer-logo-img,
.sd-default-logo-img{
  background-color:transparent!important;
  background-image:none!important;
  border-radius:0!important;
  box-shadow:none;
}
.sd-header-brand::before,
.sd-footer-logo::before{display:none!important;content:none!important;}
.sd-core-header .sd-header-brand{isolation:isolate;}
.sd-core-header .sd-brand-copy strong{font-family:var(--sd-font-heading);font-size:13px;letter-spacing:.12em;line-height:1;color:#fff;display:block;}
.sd-core-header .sd-brand-copy em{font-family:var(--sd-font-nav);font-style:normal;font-size:8px;letter-spacing:.18em;color:var(--sd-color-accent);display:block;margin-top:3px;}
@media(max-width:760px){.sd-core-header .sd-brand-copy{display:none}.sd-core-header{height:58px!important}}


/* SD Core v1.0.9 — Universal Header/Footer Governance
   Canonical approved Home shell applied to every SD page: Home, Servicios, About, Contacto. */
:root{
  --sdc-shell-header-height:76px;
  --sdc-shell-bg:rgba(5,9,18,.96);
  --sdc-shell-border:rgba(217,180,63,.24);
  --sdc-shell-gold:#d9b43f;
  --sdc-shell-gold-2:#f3cd58;
  --sdc-shell-text:#f7f4ec;
  --sdc-shell-muted:#aab7d4;
}
body.sd-sdc-full-template .sd-core-header,
body.sds-full-page .sd-core-header,
.sd-core-header{
  position:sticky!important;
  top:0!important;
  z-index:999900!important;
  height:var(--sdc-shell-header-height)!important;
  min-height:var(--sdc-shell-header-height)!important;
  width:100%!important;
  background:var(--sdc-shell-bg)!important;
  border-bottom:1px solid var(--sdc-shell-border)!important;
  box-shadow:0 18px 70px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
body.admin-bar.sd-sdc-full-template .sd-core-header,
body.admin-bar.sds-full-page .sd-core-header{top:32px!important;}
.sd-core-header .sd-header-inner{
  width:min(100% - 48px,1320px)!important;
  height:var(--sdc-shell-header-height)!important;
  margin-inline:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(18px,2.2vw,38px)!important;
  padding:0!important;
}
.sd-core-header .sd-header-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex:0 0 auto!important;
  text-decoration:none!important;
  background:transparent!important;
  min-width:260px!important;
}
.sd-core-header .sd-header-logo-img,
.sd-core-header .sd-header-logo-img.sd-default-logo-img{
  width:auto!important;
  height:52px!important;
  max-height:52px!important;
  max-width:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 14px 25px rgba(0,0,0,.56))!important;
}
.sd-core-header .sd-brand-copy{display:grid!important;gap:3px!important;line-height:1!important;}
.sd-core-header .sd-brand-copy strong{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.sd-core-header .sd-brand-copy em{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:var(--sdc-shell-gold-2)!important;
  font-size:10px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:700!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
}
.sd-core-header .sd-primary-nav{margin-left:auto!important;display:flex!important;align-items:center!important;}
.sd-core-header .sd-menu{display:flex!important;align-items:center!important;gap:clamp(22px,2.1vw,34px)!important;margin:0!important;padding:0!important;list-style:none!important;}
.sd-core-header .sd-menu a{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:var(--sdc-shell-muted)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.23em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  position:relative!important;
  padding:11px 0!important;
}
.sd-core-header .sd-menu a:hover{color:#fff!important;}
.sd-core-header .sd-menu a:after{bottom:0!important;height:2px!important;background:linear-gradient(90deg,var(--sdc-shell-gold-2),transparent)!important;}
.sd-core-header .sd-header-cta,
.sd-core-footer .sd-footer-cta{
  min-height:46px!important;
  padding:0 26px!important;
  border-radius:4px!important;
  background:linear-gradient(135deg,#f1cc57,#c79b31)!important;
  color:#050912!important;
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  border:1px solid rgba(255,232,148,.45)!important;
  box-shadow:0 16px 42px rgba(217,180,63,.22)!important;
  overflow:hidden!important;
}
.sd-core-header .sd-header-cta:hover,
.sd-core-footer .sd-footer-cta:hover{transform:translateY(-2px)!important;box-shadow:0 22px 58px rgba(217,180,63,.34)!important;}
.sd-core-footer{
  background:radial-gradient(circle at 0 0,rgba(217,180,63,.12),transparent 36%),linear-gradient(180deg,#07101c,#050912)!important;
  border-top:1px solid var(--sdc-shell-border)!important;
  color:var(--sdc-shell-text)!important;
}
.sd-core-footer .sd-footer-inner{width:min(100% - 48px,1320px)!important;margin-inline:auto!important;grid-template-columns:1.35fr 1fr 1.2fr!important;}
.sd-core-footer .sd-footer-bottom{width:min(100% - 48px,1320px)!important;margin-inline:auto!important;}
.sd-core-footer h3{font-family:'Barlow Condensed',Arial,sans-serif!important;color:var(--sdc-shell-gold-2)!important;letter-spacing:.22em!important;}
.sd-core-footer p,.sd-core-footer a{font-family:'Barlow',Arial,sans-serif!important;}
@media(max-width:900px){
  body.admin-bar.sd-sdc-full-template .sd-core-header,
  body.admin-bar.sds-full-page .sd-core-header{top:46px!important;}
  .sd-core-header{height:66px!important;min-height:66px!important;}
  .sd-core-header .sd-header-inner{height:66px!important;width:min(100% - 28px,1320px)!important;}
  .sd-core-header .sd-header-logo-img,.sd-core-header .sd-header-logo-img.sd-default-logo-img{height:44px!important;max-height:44px!important;}
  .sd-core-header .sd-brand-copy{display:none!important;}
  .sd-core-header .sd-primary-nav{position:fixed!important;top:66px!important;left:0!important;right:0!important;margin:0!important;display:none!important;background:rgba(5,9,18,.97)!important;border-top:1px solid var(--sdc-shell-border)!important;padding:22px!important;}
  .sd-core-header .sd-primary-nav.sd-open{display:block!important;}
  .sd-core-header .sd-menu{display:grid!important;gap:18px!important;}
  .sd-core-header .sd-header-cta{display:none!important;}
  .sd-core-footer .sd-footer-inner{grid-template-columns:1fr!important;width:min(100% - 28px,1320px)!important;}
  .sd-core-footer .sd-footer-bottom{width:min(100% - 28px,1320px)!important;}
}


/* SD Core v1.0.10 — Approved Home Shell Governor
   Fuente visual de verdad: Home aprobado. Este bloque domina header/nav/footer en Home, Servicios y páginas internas. */
:root{
  --sdc-shell-header-height:64px!important;
  --sdc-shell-logo-h:42px!important;
  --sdc-shell-logo-mobile-h:38px!important;
  --sdc-shell-bg:rgba(5,9,18,.94)!important;
  --sdc-shell-border:rgba(217,180,63,.20)!important;
  --sdc-shell-gold:#d9b43f!important;
  --sdc-shell-gold-2:#f3cd58!important;
  --sdc-shell-text:#f7f4ec!important;
  --sdc-shell-muted:#8f9fbd!important;
  --sdc-page-hero-h:calc(100svh - var(--sdc-shell-header-height))!important;
  --sdc-page-hero-title-min:46px!important;
  --sdc-page-hero-title-max:68px!important;
  --sdc-page-hero-title-lh:.98!important;
  --sdc-page-hero-title-track:-1.6px!important;
  --sdc-page-hero-content-width:1040px!important;
}
body.sd-sdc-full-template .sd-core-header,
body.sds-full-page .sd-core-header,
.sd-core-header{
  position:sticky!important;
  top:0!important;
  z-index:999900!important;
  height:var(--sdc-shell-header-height)!important;
  min-height:var(--sdc-shell-header-height)!important;
  width:100%!important;
  background:var(--sdc-shell-bg)!important;
  border-bottom:1px solid var(--sdc-shell-border)!important;
  box-shadow:0 16px 56px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
body.admin-bar.sd-sdc-full-template .sd-core-header,
body.admin-bar.sds-full-page .sd-core-header{top:32px!important;}
.sd-core-header .sd-header-inner{
  width:min(100% - 48px,1320px)!important;
  height:var(--sdc-shell-header-height)!important;
  margin-inline:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  padding:0!important;
}
.sd-core-header .sd-header-brand{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  flex:0 0 auto!important;
  min-width:0!important;
  text-decoration:none!important;
  background:transparent!important;
}
.sd-core-header .sd-header-logo-img,
.sd-core-header .sd-header-logo-img.sd-default-logo-img{
  width:auto!important;
  height:var(--sdc-shell-logo-h)!important;
  max-height:var(--sdc-shell-logo-h)!important;
  max-width:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 9px 18px rgba(0,0,0,.58))!important;
}
.sd-core-header .sd-brand-copy{display:grid!important;gap:2px!important;line-height:1!important;}
.sd-core-header .sd-brand-copy strong{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.sd-core-header .sd-brand-copy em{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:var(--sdc-shell-gold-2)!important;
  font-size:8.5px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:700!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  margin-top:2px!important;
}
.sd-core-header .sd-primary-nav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;}
.sd-core-header .sd-menu{display:flex!important;align-items:center!important;gap:24px!important;margin:0!important;padding:0!important;list-style:none!important;}
.sd-core-header .sd-menu a{
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  color:var(--sdc-shell-muted)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  position:relative!important;
  padding:10px 0!important;
}
.sd-core-header .sd-menu a:hover{color:#fff!important;text-shadow:0 0 18px rgba(217,180,63,.25)!important;}
.sd-core-header .sd-menu a:after{bottom:0!important;height:2px!important;background:linear-gradient(90deg,var(--sdc-shell-gold-2),transparent)!important;}
.sd-core-header .sd-header-cta,
.sd-core-footer .sd-footer-cta{
  min-height:34px!important;
  padding:0 16px!important;
  border-radius:3px!important;
  background:linear-gradient(135deg,#f1cc57,#c79b31)!important;
  color:#050912!important;
  font-family:'Barlow Condensed',Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  border:1px solid rgba(255,232,148,.42)!important;
  box-shadow:0 10px 28px rgba(217,180,63,.22)!important;
  overflow:hidden!important;
}
.sd-core-header .sd-header-cta:hover,
.sd-core-footer .sd-footer-cta:hover{transform:translateY(-2px)!important;box-shadow:0 18px 46px rgba(217,180,63,.34)!important;}
.sd-core-footer{
  background:radial-gradient(circle at 0 0,rgba(217,180,63,.12),transparent 34%),linear-gradient(180deg,#07101c,#050912)!important;
  border-top:1px solid var(--sdc-shell-border)!important;
  color:var(--sdc-shell-text)!important;
}
.sd-core-footer .sd-footer-inner{width:min(100% - 48px,1320px)!important;margin-inline:auto!important;grid-template-columns:1.35fr 1fr 1.2fr!important;}
.sd-core-footer .sd-footer-bottom{width:min(100% - 48px,1320px)!important;margin-inline:auto!important;}
.sd-core-footer h3{font-family:'Barlow Condensed',Arial,sans-serif!important;color:var(--sdc-shell-gold-2)!important;letter-spacing:.22em!important;}
.sd-core-footer p,.sd-core-footer a{font-family:'Barlow',Arial,sans-serif!important;}
@media(max-width:900px){
  body.admin-bar.sd-sdc-full-template .sd-core-header,
  body.admin-bar.sds-full-page .sd-core-header{top:46px!important;}
  .sd-core-header{height:58px!important;min-height:58px!important;}
  .sd-core-header .sd-header-inner{height:58px!important;width:min(100% - 28px,1320px)!important;}
  .sd-core-header .sd-header-logo-img,.sd-core-header .sd-header-logo-img.sd-default-logo-img{height:var(--sdc-shell-logo-mobile-h)!important;max-height:var(--sdc-shell-logo-mobile-h)!important;}
  .sd-core-header .sd-brand-copy{display:none!important;}
  .sd-core-header .sd-primary-nav{position:fixed!important;top:58px!important;left:0!important;right:0!important;margin:0!important;display:none!important;background:rgba(5,9,18,.97)!important;border-top:1px solid var(--sdc-shell-border)!important;padding:22px!important;}
  .sd-core-header .sd-primary-nav.sd-open{display:block!important;}
  .sd-core-header .sd-menu{display:grid!important;gap:18px!important;}
  .sd-core-header .sd-header-cta{display:none!important;}
  .sd-core-footer .sd-footer-inner{grid-template-columns:1fr!important;width:min(100% - 28px,1320px)!important;}
  .sd-core-footer .sd-footer-bottom{width:min(100% - 28px,1320px)!important;}
}


/* SD Core v1.0.11 — Admin bar/header gap fix.
   WordPress admin bar already offsets the document; do not add a second top offset. */
body.admin-bar.sd-sdc-full-template .sd-core-header,
body.admin-bar.sds-full-page .sd-core-header,
body.admin-bar .sd-core-header{top:0!important;margin-top:0!important;}
.sd-core-header{margin-top:0!important;}
body.sds-full-page, body.sd-sdc-full-template{padding-top:0!important;}

/* SD Core v1.0.12 — Header Governor Block
   Single source of truth for all SD page headers. Every page plugin must call sdc_render_header(). */
.sd-core-header{
  position:sticky!important;
  top:0!important;
  z-index:999900!important;
  height:var(--sdc-shell-header-height,64px)!important;
  min-height:var(--sdc-shell-header-height,64px)!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:var(--sdc-shell-bg,rgba(5,9,18,.94))!important;
  border-bottom:1px solid var(--sdc-shell-border,rgba(217,180,63,.20))!important;
  box-shadow:0 18px 70px rgba(0,0,0,var(--sdc-shell-shadow-opacity,.34))!important;
  backdrop-filter:blur(var(--sdc-shell-blur,18px))!important;
  -webkit-backdrop-filter:blur(var(--sdc-shell-blur,18px))!important;
}
.sd-core-header.sd-header-shadow-none{box-shadow:none!important;border-bottom-color:transparent!important;}
.sd-core-header.sd-header-shadow-deep_shadow{box-shadow:0 24px 80px rgba(0,0,0,.58)!important;}
.sd-core-header.sd-header-shadow-soft_gold{box-shadow:0 18px 70px rgba(0,0,0,var(--sdc-shell-shadow-opacity,.34)),0 1px 0 rgba(217,180,63,.18)!important;}
.sd-core-header.sd-header-shadow-laser_line::after,
.sd-core-header.sd-header-shadow-double_line::after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(243,205,88,.82),transparent)!important;
  box-shadow:0 0 18px rgba(243,205,88,.42)!important;pointer-events:none!important;
}
.sd-core-header.sd-header-shadow-double_line::before{
  content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:3px!important;height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(243,205,88,.28),transparent)!important;pointer-events:none!important;
}
body.admin-bar .sd-core-header{top:0!important;}
.sd-core-header .sd-header-inner{
  width:min(calc(100% - var(--sdc-shell-header-pad-x,48px)),var(--sdc-shell-header-width,1320px))!important;
  height:var(--sdc-shell-header-height,64px)!important;
  min-height:var(--sdc-shell-header-height,64px)!important;
  margin-inline:auto!important;
  padding:0!important;
  display:flex!important;align-items:center!important;
  gap:clamp(16px,2vw,36px)!important;
}
.sd-core-header .sd-header-brand{
  display:flex!important;align-items:center!important;gap:var(--sdc-shell-brand-gap,12px)!important;
  flex:0 0 auto!important;min-width:var(--sdc-shell-brand-min-width,250px)!important;
  text-decoration:none!important;background:transparent!important;margin:0!important;padding:0!important;
}
.sd-core-header .sd-header-logo-img,
.sd-core-header .sd-header-logo-img.sd-default-logo-img{
  width:auto!important;height:var(--sdc-shell-logo-h,42px)!important;max-height:var(--sdc-shell-logo-h,42px)!important;
  max-width:none!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.56))!important;
}
.sd-core-header .sd-brand-copy{display:grid!important;gap:3px!important;line-height:1!important;}
.sd-core-header .sd-brand-copy strong{
  font-family:var(--sd-font-heading,'Barlow Condensed',Arial,sans-serif)!important;
  font-size:var(--sdc-shell-brand-title-size,16px)!important;letter-spacing:var(--sdc-shell-brand-title-track,.16em)!important;
  line-height:1!important;font-weight:800!important;color:#fff!important;text-transform:uppercase!important;white-space:nowrap!important;
}
.sd-core-header .sd-brand-copy em{
  font-family:var(--sd-font-nav,'Barlow Condensed',Arial,sans-serif)!important;
  font-size:var(--sdc-shell-brand-subtitle-size,9px)!important;letter-spacing:var(--sdc-shell-brand-subtitle-track,.22em)!important;
  line-height:1!important;font-weight:700!important;font-style:normal!important;color:var(--sdc-shell-gold-2,#f3cd58)!important;text-transform:uppercase!important;white-space:nowrap!important;
}
.sd-core-header .sd-primary-nav{margin-left:auto!important;display:flex!important;align-items:center!important;}
.sd-core-header .sd-menu{display:flex!important;align-items:center!important;gap:var(--sdc-shell-nav-gap,30px)!important;margin:0!important;padding:0!important;list-style:none!important;}
.sd-core-header .sd-menu a{
  font-family:var(--sd-font-nav,'Barlow Condensed',Arial,sans-serif)!important;
  font-size:var(--sdc-shell-nav-size,12px)!important;font-weight:var(--sdc-shell-nav-weight,800)!important;
  letter-spacing:var(--sdc-shell-nav-track,.23em)!important;text-transform:var(--sdc-shell-nav-transform,uppercase)!important;
  color:var(--sdc-shell-nav-color,#8f9fbd)!important;text-decoration:none!important;line-height:1!important;position:relative!important;padding:12px 0!important;
  transition:color .22s ease, text-shadow .22s ease, transform .22s ease!important;
}
.sd-core-header .sd-menu a::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:2px!important;height:2px!important;opacity:0!important;transform:scaleX(.2)!important;transform-origin:left center!important;transition:opacity .24s ease,transform .24s ease!important;background:linear-gradient(90deg,var(--sdc-shell-gold-2,#f3cd58),transparent)!important;}
.sd-core-header .sd-menu a:hover{color:var(--sdc-shell-nav-hover,#fff)!important;}
.sd-core-header.sd-nav-hover-gold_underline .sd-menu a:hover::after,
.sd-core-header.sd-nav-hover-laser_sweep .sd-menu a:hover::after{opacity:1!important;transform:scaleX(1)!important;}
.sd-core-header.sd-nav-hover-gold_glow .sd-menu a:hover{text-shadow:0 0 16px rgba(243,205,88,.56)!important;}
.sd-core-header.sd-nav-hover-bracket_scan .sd-menu a:hover{transform:translateY(-1px)!important;}
.sd-core-header.sd-nav-hover-bracket_scan .sd-menu a:hover::after{opacity:1!important;transform:scaleX(.55)!important;left:20%!important;right:20%!important;}
.sd-core-header.sd-nav-hover-laser_sweep .sd-menu a::after{height:1px!important;box-shadow:0 0 14px rgba(243,205,88,.8)!important;}
.sd-core-header .sd-header-cta,
.sd-core-footer .sd-footer-cta{
  min-height:var(--sdc-shell-cta-height,46px)!important;padding:0 var(--sdc-shell-cta-pad-x,26px)!important;border-radius:var(--sdc-shell-cta-radius,4px)!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,var(--sdc-shell-cta-bg-start,#f1cc57),var(--sdc-shell-cta-bg-end,#c79b31))!important;
  color:var(--sdc-shell-cta-color,#050912)!important;border:1px solid rgba(255,232,148,.48)!important;
  font-family:var(--sd-font-nav,'Barlow Condensed',Arial,sans-serif)!important;font-size:var(--sdc-shell-cta-size,12px)!important;font-weight:var(--sdc-shell-cta-weight,900)!important;
  letter-spacing:var(--sdc-shell-cta-track,.18em)!important;text-transform:uppercase!important;text-decoration:none!important;position:relative!important;overflow:hidden!important;
  box-shadow:0 16px 42px rgba(217,180,63,.22)!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
}
.sd-core-header.sd-cta-hover-shine_lift .sd-header-cta::before,
.sd-core-footer .sd-footer-cta::before{content:"";position:absolute;inset:-80% auto -80% -60%;width:55%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:rotate(18deg);transition:left .5s ease;}
.sd-core-header.sd-cta-hover-shine_lift .sd-header-cta:hover::before,
.sd-core-footer .sd-footer-cta:hover::before{left:125%;}
.sd-core-header .sd-header-cta:hover,.sd-core-footer .sd-footer-cta:hover{transform:translateY(-2px)!important;box-shadow:0 22px 58px rgba(217,180,63,.34)!important;filter:saturate(1.08)!important;}
.sd-core-header.sd-cta-hover-gold_glow .sd-header-cta:hover{box-shadow:0 0 0 1px rgba(255,235,160,.35),0 0 34px rgba(243,205,88,.48)!important;}
.sd-core-header.sd-cta-hover-laser_border .sd-header-cta:hover{box-shadow:0 0 0 1px rgba(255,235,160,.55),0 0 44px rgba(243,205,88,.54)!important;}
.sd-core-header .sd-header-cta-mobile{display:none!important;}
@media(max-width:900px){
  .sd-core-header{height:66px!important;min-height:66px!important;}
  .sd-core-header .sd-header-inner{height:66px!important;width:min(100% - 28px,var(--sdc-shell-header-width,1320px))!important;}
  .sd-core-header .sd-header-logo-img,.sd-core-header .sd-header-logo-img.sd-default-logo-img{height:var(--sdc-shell-logo-mobile-h,38px)!important;max-height:var(--sdc-shell-logo-mobile-h,38px)!important;}
  .sd-core-header .sd-brand-copy{display:none!important;}
  .sd-core-header .sd-primary-nav{position:fixed!important;top:66px!important;left:0!important;right:0!important;margin:0!important;display:none!important;background:var(--sdc-shell-bg,rgba(5,9,18,.97))!important;border-top:1px solid var(--sdc-shell-border,rgba(217,180,63,.20))!important;padding:22px!important;}
  .sd-core-header .sd-primary-nav.sd-open{display:block!important;}
  .sd-core-header .sd-menu{display:grid!important;gap:18px!important;}
  .sd-core-header .sd-header-cta{display:none!important;}
}


/* SD Core v1.0.13 — Global Hero Laser Scan utility.
   Any page hero can include <div class="sdc-hero-scan-line"></div> and be governed from Core Settings > Global Rules. */
.sdl-hero,.sds-hero,.sda-hero{overflow:hidden;}
.sdc-hero-scan-line{position:absolute;inset:auto 0 auto 0;pointer-events:none;}

/* SD Core v1.0.14 — Active Navigation State Governor
   Marks current page consistently across Home, Servicios, About, Contacto and future internal pages. */
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current-menu-item > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current_page_item > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current-menu-ancestor > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current_page_ancestor > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.sd-active > a{
  color:var(--sdc-shell-nav-active-color,#fff)!important;
  text-shadow:0 0 18px color-mix(in srgb,var(--sdc-shell-nav-active-accent,#f3cd58) calc(var(--sdc-shell-nav-active-glow-opacity,.34) * 100%), transparent)!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current-menu-item > a:after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current_page_item > a:after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current-menu-ancestor > a:after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current_page_ancestor > a:after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.sd-active > a:after{
  right:0!important;
  height:2px!important;
  background:linear-gradient(90deg,transparent,var(--sdc-shell-nav-active-accent,#f3cd58),transparent)!important;
  box-shadow:0 0 16px color-mix(in srgb,var(--sdc-shell-nav-active-accent,#f3cd58) 70%, transparent)!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-pill_glow .sd-menu > li.current-menu-item > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-pill_glow .sd-menu > li.current_page_item > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-pill_glow .sd-menu > li.current-menu-ancestor > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-pill_glow .sd-menu > li.current_page_ancestor > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-pill_glow .sd-menu > li.sd-active > a{
  padding:10px 14px!important;
  border:1px solid var(--sdc-shell-nav-active-border,rgba(243,205,88,.72))!important;
  border-radius:4px!important;
  background:var(--sdc-shell-nav-active-bg,rgba(243,205,88,.08))!important;
  box-shadow:0 0 22px color-mix(in srgb,var(--sdc-shell-nav-active-accent,#f3cd58) 18%, transparent)!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current-menu-item > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current_page_item > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current-menu-ancestor > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current_page_ancestor > a,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.sd-active > a{
  color:var(--sdc-shell-nav-active-color,#fff)!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current-menu-item > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current_page_item > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current-menu-ancestor > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.current_page_ancestor > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-laser_tab .sd-menu > li.sd-active > a:before{
  content:""!important;
  position:absolute!important;
  left:-8px!important;
  right:-8px!important;
  top:-8px!important;
  bottom:-8px!important;
  border-top:1px solid var(--sdc-shell-nav-active-border,rgba(243,205,88,.72))!important;
  border-bottom:1px solid color-mix(in srgb,var(--sdc-shell-nav-active-accent,#f3cd58) 34%, transparent)!important;
  pointer-events:none!important;
  opacity:.86!important;
  box-shadow:0 0 18px color-mix(in srgb,var(--sdc-shell-nav-active-accent,#f3cd58) 22%, transparent)!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-minimal_dot .sd-menu > li.current-menu-item > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-minimal_dot .sd-menu > li.current_page_item > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-minimal_dot .sd-menu > li.current-menu-ancestor > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-minimal_dot .sd-menu > li.current_page_ancestor > a:before,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-minimal_dot .sd-menu > li.sd-active > a:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-7px!important;
  width:5px!important;
  height:5px!important;
  border-radius:999px!important;
  transform:translateX(-50%)!important;
  background:var(--sdc-shell-nav-active-accent,#f3cd58)!important;
  box-shadow:0 0 14px var(--sdc-shell-nav-active-accent,#f3cd58)!important;
}
.sd-core-footer .sd-footer-menu > li.current-menu-item > a,
.sd-core-footer .sd-footer-menu > li.current_page_item > a,
.sd-core-footer .sd-footer-menu > li.sd-active > a{
  color:var(--sdc-shell-nav-active-accent,#f3cd58)!important;
}


/* SD Core v1.0.15 — real global active nav governance. */
.sd-core-header.sd-nav-active-enabled .sd-menu > li.sd-active > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current-menu-item > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current_page_item > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current-menu-ancestor > a,
.sd-core-header.sd-nav-active-enabled .sd-menu > li.current_page_ancestor > a,
.sd-core-header.sd-nav-active-enabled .sd-menu a[aria-current="page"]{
  color:var(--sdc-shell-nav-active-color,var(--sdc-shell-nav-active-accent,#f3cd58))!important;
}
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.sd-active > a::after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current-menu-item > a::after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu > li.current_page_item > a::after,
.sd-core-header.sd-nav-active-enabled.sd-nav-active-underline_glow .sd-menu a[aria-current="page"]::after{
  opacity:1!important;
  transform:scaleX(1)!important;
  background:linear-gradient(90deg,transparent,var(--sdc-shell-nav-active-accent,#f3cd58),transparent)!important;
  box-shadow:0 0 18px var(--sdc-shell-nav-active-accent,#f3cd58)!important;
}

/* SD Core v1.0.16 — real reusable global Header/Footer blocks + footer menu line effects. */
.sdc-shared-shell-block{box-sizing:border-box!important;}
.sdc-global-header-block,.sd-core-header{background:var(--sdc-shell-bg,rgba(5,9,18,.94))!important;border-bottom:1px solid var(--sdc-shell-border,rgba(217,180,63,.20))!important;}
.sdc-global-header-block .sd-header-inner{height:var(--sdc-shell-header-height,64px)!important;width:min(calc(100% - var(--sdc-shell-header-pad-x,48px)),var(--sdc-shell-header-width,1320px))!important;margin-inline:auto!important;}
.sdc-global-header-block .sd-header-brand{gap:var(--sdc-shell-brand-gap,12px)!important;min-width:var(--sdc-shell-brand-min-width,250px)!important;}
.sdc-global-header-block .sd-header-logo-img{height:var(--sdc-shell-logo-h,42px)!important;width:auto!important;max-height:var(--sdc-shell-logo-h,42px)!important;}
.sdc-global-header-block .sd-brand-copy strong{font-size:var(--sdc-shell-brand-title-size,16px)!important;letter-spacing:var(--sdc-shell-brand-title-track,.16em)!important;}
.sdc-global-header-block .sd-brand-copy em{font-size:var(--sdc-shell-brand-subtitle-size,9px)!important;letter-spacing:var(--sdc-shell-brand-subtitle-track,.22em)!important;}
.sdc-global-header-block .sd-menu{gap:var(--sdc-shell-nav-gap,30px)!important;}
.sdc-global-header-block .sd-menu a{font-size:var(--sdc-shell-nav-size,12px)!important;font-weight:var(--sdc-shell-nav-weight,800)!important;letter-spacing:var(--sdc-shell-nav-track,.23em)!important;color:var(--sdc-shell-nav-color,#8f9fbd)!important;text-transform:var(--sdc-shell-nav-transform,uppercase)!important;}
.sdc-global-header-block .sd-menu a:hover{color:var(--sdc-shell-nav-hover,#fff)!important;}
.sdc-global-header-block .sd-header-cta{min-height:var(--sdc-shell-cta-height,46px)!important;padding-inline:var(--sdc-shell-cta-pad-x,26px)!important;border-radius:var(--sdc-shell-cta-radius,4px)!important;font-size:var(--sdc-shell-cta-size,12px)!important;font-weight:var(--sdc-shell-cta-weight,900)!important;letter-spacing:var(--sdc-shell-cta-track,.18em)!important;background:linear-gradient(135deg,var(--sdc-shell-cta-bg-start,#f1cc57),var(--sdc-shell-cta-bg-end,#c79b31))!important;color:var(--sdc-shell-cta-color,#050912)!important;}

.sdc-global-footer-block,.sd-core-footer{background:var(--sdc-footer-bg,#060914)!important;border-top:1px solid var(--sdc-footer-border,rgba(217,180,63,.20))!important;padding:var(--sdc-footer-pad-top,54px) 0 var(--sdc-footer-pad-bottom,24px)!important;}
.sdc-global-footer-block .sd-footer-inner{width:min(calc(100% - 48px),var(--sdc-footer-width,1320px))!important;margin-inline:auto!important;gap:var(--sdc-footer-gap,44px)!important;grid-template-columns:1.35fr 1fr 1.2fr!important;}
.sdc-global-footer-block .sd-footer-bottom{width:min(calc(100% - 48px),var(--sdc-footer-width,1320px))!important;margin-inline:auto!important;}
.sdc-global-footer-block .sd-footer-logo-img{width:var(--sdc-footer-logo-width,96px)!important;max-width:var(--sdc-footer-logo-width,96px)!important;height:auto!important;background:transparent!important;}
.sdc-global-footer-block h3{font-family:'Barlow Condensed',Arial,sans-serif!important;font-size:var(--sdc-footer-heading-size,11px)!important;letter-spacing:var(--sdc-footer-heading-track,.22em)!important;color:var(--sdc-footer-line-color,#f3cd58)!important;text-transform:uppercase!important;}
.sdc-global-footer-block p,.sdc-global-footer-block a{font-size:var(--sdc-footer-text-size,13px)!important;}
.sdc-global-footer-block .sd-footer-menu{display:grid!important;gap:9px!important;}
.sdc-global-footer-block .sd-footer-menu a{position:relative!important;display:inline-flex!important;width:max-content!important;max-width:100%!important;color:var(--sdc-footer-link-color,#6f7f9f)!important;text-decoration:none!important;padding:2px 0 6px!important;transition:color .24s ease, transform .24s ease, text-shadow .24s ease!important;}
.sdc-global-footer-block .sd-footer-menu a::after{content:""!important;position:absolute!important;left:0!important;right:auto!important;bottom:0!important;width:0!important;height:1px!important;background:linear-gradient(90deg,var(--sdc-footer-line-color,#f3cd58),transparent)!important;box-shadow:0 0 14px color-mix(in srgb,var(--sdc-footer-line-color,#f3cd58) 70%,transparent)!important;transition:width .28s ease!important;opacity:.96!important;}
.sdc-global-footer-block .sd-footer-menu a:hover,.sdc-global-footer-block .sd-footer-menu a[aria-current="page"]{color:var(--sdc-footer-link-hover,#fff)!important;transform:translateX(3px)!important;text-shadow:0 0 18px color-mix(in srgb,var(--sdc-footer-line-color,#f3cd58) calc(var(--sdc-footer-link-glow-opacity,.28) * 100%),transparent)!important;}
.sdc-global-footer-block .sd-footer-menu a:hover::after,.sdc-global-footer-block .sd-footer-menu li.sd-active>a::after,.sdc-global-footer-block .sd-footer-menu li.current-menu-item>a::after,.sdc-global-footer-block .sd-footer-menu li.current_page_item>a::after{width:100%!important;}
.sdc-global-footer-block.sd-footer-hover-double_line .sd-footer-menu a::before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:0!important;height:1px!important;background:linear-gradient(90deg,transparent,var(--sdc-footer-line-color,#f3cd58))!important;transition:width .28s ease!important;opacity:.5!important;}
.sdc-global-footer-block.sd-footer-hover-double_line .sd-footer-menu a:hover::before,.sdc-global-footer-block.sd-footer-hover-double_line .sd-footer-menu li.sd-active>a::before{width:100%!important;}
.sdc-global-footer-block.sd-footer-hover-laser_sweep .sd-footer-menu a{overflow:hidden!important;padding-inline:6px!important;}
.sdc-global-footer-block.sd-footer-hover-laser_sweep .sd-footer-menu a::before{content:""!important;position:absolute!important;inset:0 auto 0 -50%!important;width:38%!important;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--sdc-footer-line-color,#f3cd58) 55%,transparent),transparent)!important;transform:skewX(-18deg)!important;opacity:0!important;}
.sdc-global-footer-block.sd-footer-hover-laser_sweep .sd-footer-menu a:hover::before{animation:sdcFooterLaser .9s linear infinite!important;opacity:1!important;}
@keyframes sdcFooterLaser{0%{left:-50%}100%{left:120%}}
.sdc-global-footer-block.sd-footer-hover-soft_glow .sd-footer-menu a:hover{transform:none!important;text-shadow:0 0 22px color-mix(in srgb,var(--sdc-footer-line-color,#f3cd58) 45%,transparent)!important;}
.sdc-global-footer-block.sd-footer-hover-none .sd-footer-menu a::before,.sdc-global-footer-block.sd-footer-hover-none .sd-footer-menu a::after{display:none!important;}
.sdc-global-footer-block .sd-footer-menu li.sd-active>a,.sdc-global-footer-block .sd-footer-menu li.current-menu-item>a,.sdc-global-footer-block .sd-footer-menu li.current_page_item>a{color:var(--sdc-footer-link-active,#f3cd58)!important;}
@media(max-width:900px){.sdc-global-header-block .sd-header-inner{height:var(--sdc-shell-header-height,64px)!important;width:min(calc(100% - 28px),var(--sdc-shell-header-width,1320px))!important}.sdc-global-header-block .sd-header-logo-img{height:var(--sdc-shell-logo-mobile-h,38px)!important;max-height:var(--sdc-shell-logo-mobile-h,38px)!important}.sdc-global-footer-block .sd-footer-inner{grid-template-columns:1fr!important;width:min(calc(100% - 28px),var(--sdc-footer-width,1320px))!important}.sdc-global-footer-block .sd-footer-bottom{width:min(calc(100% - 28px),var(--sdc-footer-width,1320px))!important}}


/* SD bilingual switch */
.sdc-lang-switch{display:inline-flex;align-items:center;gap:5px;margin-left:10px;padding:4px;border:1px solid rgba(243,205,88,.22);border-radius:999px;background:rgba(5,9,18,.54);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 18px rgba(243,205,88,.06)}
.sdc-lang-btn{appearance:none;border:0;background:transparent;color:var(--sdc-shell-nav-color,#9aa8c6);font-family:var(--sd-font-nav,Barlow Condensed),sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;line-height:1;text-transform:uppercase;padding:7px 8px;border-radius:999px;cursor:pointer;transition:color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}
.sdc-lang-btn:hover,.sdc-lang-btn.is-active{color:#05070d;background:linear-gradient(135deg,var(--sdc-shell-cta-bg-start,#f3cd58),var(--sdc-shell-cta-bg-end,#c7962e));box-shadow:0 0 14px rgba(243,205,88,.28);transform:translateY(-1px)}
@media(max-width:900px){.sdc-lang-switch{margin-left:0;margin-top:10px}.sd-header-inner{gap:10px}}


/* SD Core v1.0.30 — Discreet Admin utility link */
.sd-core-header .sdc-admin-utility-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:28px!important;
  padding:0 10px!important;
  border:1px solid rgba(143,159,189,.24)!important;
  border-radius:999px!important;
  background:rgba(5,9,18,.28)!important;
  color:rgba(143,159,189,.72)!important;
  font-family:Barlow Condensed,Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.17em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  transition:color .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease!important;
  opacity:.72!important;
}
.sd-core-header .sdc-admin-utility-link:hover{
  opacity:1!important;
  color:rgba(255,255,255,.9)!important;
  border-color:rgba(243,205,88,.34)!important;
  background:rgba(8,13,24,.72)!important;
  box-shadow:0 0 18px rgba(243,205,88,.08),inset 0 1px 0 rgba(255,255,255,.055)!important;
  transform:translateY(-1px)!important;
}
.sd-core-header .sdc-admin-utility-dot{
  width:5px!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(143,159,189,.64)!important;
  box-shadow:0 0 10px rgba(143,159,189,.22)!important;
}
.sd-core-header .sdc-admin-utility-link:hover .sdc-admin-utility-dot{
  background:var(--sdc-shell-gold-2,#f3cd58)!important;
  box-shadow:0 0 12px rgba(243,205,88,.34)!important;
}
@media(max-width:900px){
  .sd-core-header .sdc-admin-utility-link{display:none!important;}
}
