/* ==========================================================================
   SECURITY HUB THEME - Global Security MX
   Diseño Industrial, Tecnológico y Moderno
   ========================================================================== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_Cmxpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpg.ttf) format('truetype');
}
.glass-panel {
  background: rgba(30, 30, 30, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #333;
  border-radius: 8px;
}
.card-industrial {
  background: #1E1E1E;
  border: 1px solid #333;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-industrial:hover {
  border-color: #E9972E;
  box-shadow: 0 8px 24px rgba(233, 151, 46, 0.15);
  transform: translateY(-2px);
}
.btn-industrial {
  background: #E9972E;
  border: none;
  border-radius: 4px;
  color: #121212;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  padding: 12px 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn-industrial:hover {
  background: #9B5D1A;
  color: #F5F5F5;
  box-shadow: 0 4px 16px rgba(233, 151, 46, 0.3);
  transform: translateY(-1px);
}
.btn-industrial:active {
  transform: translateY(0);
}
.tech-border {
  position: relative;
}
.tech-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #E9972E, transparent);
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F5F5F5;
  background: #121212;
  line-height: 1.6;
}
html {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #c68431 rgba(15, 15, 16, 0.92);
}
* {
  scrollbar-width: thin;
  scrollbar-color: #c68431 rgba(15, 15, 16, 0.92);
}
*::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
*::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(36, 35, 35, 0.92), rgba(15, 15, 16, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}
*::-webkit-scrollbar-thumb {
  border: 3px solid rgba(15, 15, 16, 0.96);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(239, 191, 114, 0.96), rgba(198, 132, 49, 0.96) 52%, rgba(128, 74, 26, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 244, 222, 0.42), 0 8px 18px rgba(0, 0, 0, 0.24);
}
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(244, 201, 130, 0.98), rgba(220, 145, 48, 0.98) 52%, rgba(151, 86, 28, 0.98) 100%);
}
*::-webkit-scrollbar-corner {
  background: rgba(15, 15, 16, 0.98);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orbitron', sans-serif;
  color: #E9972E;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 3px;
}
h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
}
h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}
h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}
p {
  color: #F5F5F5;
  line-height: 1.7;
  margin-bottom: 1rem;
}
a {
  color: #E9972E;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #9B5D1A;
}
.btn {
  border-radius: 4px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 28px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background: #E9972E;
  border: none;
  border-radius: 4px;
  color: #121212;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  padding: 12px 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover {
  background: #9B5D1A;
  color: #F5F5F5;
  box-shadow: 0 4px 16px rgba(233, 151, 46, 0.3);
  transform: translateY(-1px);
}
.btn.btn-primary:active {
  transform: translateY(0);
}
.btn.btn-outline-primary {
  background: transparent;
  border: 2px solid #E9972E;
  color: #E9972E;
}
.btn.btn-outline-primary:hover {
  background: #E9972E;
  color: #121212;
}
.card {
  background: #1E1E1E;
  border: 1px solid #333;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  border-color: #E9972E;
  box-shadow: 0 8px 24px rgba(233, 151, 46, 0.15);
  transform: translateY(-2px);
}
.card .card-body {
  padding: 1.5rem;
}
.card .card-title {
  color: #E9972E;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 1rem;
}
.card .card-text {
  color: #F5F5F5;
}
.form-control,
.form-select {
  background: #1E1E1E;
  border: 1px solid #333;
  border-radius: 4px;
  color: #F5F5F5;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.form-control:focus,
.form-select:focus {
  background: #1E1E1E;
  border-color: #E9972E;
  box-shadow: 0 0 0 3px rgba(233, 151, 46, 0.1);
  color: #F5F5F5;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #8A8A8B;
}
textarea.form-control {
  min-height: 120px;
}
.form-label {
  color: #F5F5F5;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.alert {
  border-radius: 4px;
  border: 1px solid #333;
}
.alert.alert-success {
  background: rgba(34, 197, 94, 0.1);
  border-color: #22c55e;
  color: #86efac;
}
.alert.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  color: #fca5a5;
}
header {
  background: #1E1E1E !important;
  border-bottom: 1px solid #333 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .navbar {
  padding: 1rem 0;
}
header .navbar-brand img {
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
header .navbar-brand img:hover {
  filter: brightness(1.3);
}
header .navbar-toggler {
  border-color: #E9972E;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23E9972E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .nav-link {
  color: #F5F5F5 !important;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem !important;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
header .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #E9972E;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
header .nav-link:hover,
header .nav-link.active {
  color: #E9972E !important;
}
header .nav-link:hover::after,
header .nav-link.active::after {
  width: 80%;
}
main {
  min-height: calc(100vh - 400px);
  padding: 2rem 0;
}
.breadcrumb {
  background: #1E1E1E;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.breadcrumb .breadcrumb-item {
  color: #8A8A8B;
  font-size: 0.9rem;
}
.breadcrumb .breadcrumb-item a {
  color: #E9972E;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #9B5D1A;
}
.breadcrumb .breadcrumb-item.active {
  color: #F5F5F5;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8A8A8B;
}
section {
  position: relative;
  margin-bottom: 3rem;
}
section > h1 {
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.95), rgba(30, 30, 30, 0.9));
  background-size: cover !important;
  border-radius: 8px;
  color: #F5F5F5;
  cursor: default;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  height: 180px;
  line-height: 180px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 0 2rem;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media (max-width: 768px) {
  section > h1 {
    height: auto;
    line-height: 1.4;
    padding: 2rem 1rem;
  }
}
section > h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(233, 151, 46, 0.1) 0%, rgba(155, 93, 26, 0.2) 100%);
  z-index: -1;
}
section > h1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #E9972E 50%, transparent 100%);
}
section > h1:hover::before {
  background: linear-gradient(135deg, rgba(233, 151, 46, 0.2) 0%, rgba(155, 93, 26, 0.3) 100%);
}
#servicios {
  margin-top: 2rem;
}
#servicios .servicio {
  background-color: #1E1E1E;
  background-size: cover;
  background-position: center;
  border: 1px solid #333;
  border-radius: 8px;
  color: #F5F5F5;
  display: block;
  height: 320px;
  margin: 1rem auto;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
#servicios .servicio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.6) 0%, rgba(18, 18, 18, 0.9) 100%);
  transition: all 0.3s ease;
  z-index: 1;
}
#servicios .servicio:hover {
  border-color: #E9972E;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(233, 151, 46, 0.2);
}
#servicios .servicio:hover::before {
  background: linear-gradient(180deg, rgba(233, 151, 46, 0.3) 0%, rgba(18, 18, 18, 0.95) 100%);
}
#servicios .servicio:hover a span {
  top: 45%;
  color: #E9972E;
}
#servicios .servicio.cctv {
  background-image: url(../img/servicios/cctv.jpg);
}
#servicios .servicio.cableado {
  background-image: url(../img/servicios/cableadoEstructurado.jpg);
}
#servicios .servicio.alarmaIncendio {
  background-image: url(../img/servicios/alarmaIncendio.jpg);
}
#servicios .servicio.barrerasVehiculares {
  background-image: url(../img/servicios/barrerasVehiculares.jpg);
}
#servicios .servicio.controlAcceso {
  background-image: url(../img/servicios/controlAcceso.jpg);
}
#servicios .servicio.seguridadPerimetral {
  background-image: url(../img/servicios/seguridadPerimetral.jpg);
}
#servicios .servicio a {
  color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
#servicios .servicio a span {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
#clientes {
  background: #1E1E1E;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 3rem 0;
}
#clientes h2 {
  color: #E9972E;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
#clientes .d-flex img,
#clientes .d-flex picture img {
  filter: grayscale(100%) brightness(0.8);
  transition: all 0.3s ease;
}
#clientes .d-flex img:hover,
#clientes .d-flex picture img:hover {
  filter: grayscale(0%) brightness(1.1);
  transform: scale(1.05);
}
footer {
  background: #1E1E1E !important;
  border-top: 2px solid #E9972E !important;
  color: #F5F5F5;
  padding: 2rem 0 !important;
}
footer a {
  color: #E9972E;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #9B5D1A;
}
footer .fa {
  color: #E9972E;
  margin-right: 0.5rem;
}
footer address {
  color: #F5F5F5;
}
footer small {
  color: #8A8A8B;
}
footer small a {
  color: #E9972E;
}
#contacto form {
  background: rgba(30, 30, 30, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 768px) {
  #contacto form {
    padding: 1rem;
  }
}
#cctv > h1 {
  background-image: url(../img/slider/hdcctv1.jpg);
}
#cctv img {
  border: 1px solid #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#cctv img:hover {
  border-color: #E9972E;
  transform: scale(1.02);
}
#cableadoEstructurado > h1 {
  background-image: url(../img/cableadoEstructurado/cableado2.jpg);
}
#cableadoEstructurado .cableadoEstructurado-img {
  border: 2px solid #E9972E;
  border-radius: 8px;
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
#alarmasSistemasIncendio > h1 {
  background-image: url(../img/alarmasSistemasIncendio/sistema-de-alarmas-para-casa-y-negocio-pepsacv.jpg);
}
#barrerasVehiculares > h1 {
  background-image: url(../img/servicios/barrerasVehiculares.jpg);
}
#seguridadPerimetral > h1 {
  background-image: url(../img/seguridadPerimetral/bg.jpg);
}
#nosotros > h1 {
  background-image: url(../img/nosotros.jpg);
}
.glass-panel {
  background: rgba(30, 30, 30, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #333;
  border-radius: 8px;
}
.tech-border {
  position: relative;
}
.tech-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #E9972E, transparent);
}
.text-tech {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px;
}
.rimg {
  border: 2px solid #E9972E;
  border-radius: 8px;
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.rimg:hover {
  box-shadow: 0 8px 24px rgba(233, 151, 46, 0.3);
  transform: scale(1.02);
}
.logo-cloud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .logo-cloud {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
  }
}
.logo-cloud-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.logo-cloud-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(233, 151, 46, 0.2);
  background: #ffffff;
}
.logo-cloud-img {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .logo-cloud-img {
    max-width: 100px;
  }
}
.logo-cloud-item:hover .logo-cloud-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
.hero-home {
  position: relative;
  min-height: 70vh;
}
@media (max-width: 768px) {
  .hero-home {
    min-height: 60vh;
  }
}
.hero-slide-img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .hero-slide-img {
    height: 60vh;
  }
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.75) 0%, rgba(30, 30, 30, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.carousel-caption-custom {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .carousel-caption-custom {
    top: 15%;
  }
}
.hero-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 3rem);
  color: #E9972E;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #F5F5F5;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
.hero-content-overlay {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-content-overlay {
    bottom: 10%;
  }
}
.hero-whatsapp-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  display: inline-block;
}
.hero-whatsapp-link:hover {
  color: #E9972E;
  transform: scale(1.05);
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 4;
  width: 5%;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(233, 151, 46, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(233, 151, 46, 0.6);
}
.carousel-indicators {
  z-index: 4;
  margin-bottom: 2rem;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.carousel-indicators button.active {
  width: 14px;
  height: 14px;
  background-color: #E9972E;
  border-color: #E9972E;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.service-hero {
  background: linear-gradient(135deg, #121212 0%, #1E1E1E 100%);
}
.service-hero .service-hero-title {
  font-family: 'Orbitron', sans-serif;
  color: #E9972E;
  font-weight: 700;
  letter-spacing: 1px;
}
.service-hero .service-hero-lead {
  color: #F5F5F5;
  line-height: 1.7;
}
.service-hero .service-location {
  color: #8A8A8B;
  font-size: 0.95rem;
}
.service-carousel-card {
  background: rgba(30, 30, 30, 0.65);
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
}
.service-carousel-card .carousel-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.service-carousel-card .carousel-caption-footer {
  border-top: 1px solid #333;
  color: #8A8A8B;
}
.service-content {
  background: #121212;
}
.service-section-title {
  font-family: 'Orbitron', sans-serif;
  color: #E9972E;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.service-feature-card {
  background: rgba(30, 30, 30, 0.55);
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-feature-card:hover {
  background: rgba(30, 30, 30, 0.75);
  border-color: #E9972E;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(233, 151, 46, 0.15);
}
.service-feature-card .feature-title {
  font-family: 'Orbitron', sans-serif;
  color: #F5F5F5;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.service-feature-card .feature-text {
  color: #8A8A8B;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.service-contact-sidebar {
  background: rgba(30, 30, 30, 0.55);
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1.5rem;
}
.service-contact-sidebar .contact-link {
  color: #E9972E;
  text-decoration: none;
  transition: all 0.2s ease;
}
.service-contact-sidebar .contact-link:hover {
  color: #ffffff;
}
.service-contact-sidebar .contact-divider {
  border-color: #333;
}
.btn-service {
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75rem 1.5rem;
}
.service-other-services {
  background: linear-gradient(135deg, #1E1E1E 0%, #121212 100%);
}
@media (max-width: 991px) {
  header .navbar-collapse {
    background: #1E1E1E;
    border: 1px solid #333;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 1rem;
  }
  header .nav-link {
    margin: 0.5rem 0;
    padding: 0.75rem 1rem !important;
  }
  header .nav-link::after {
    display: none;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 1.75rem;
  }
  #servicios .servicio {
    height: 280px;
    margin: 0.75rem auto;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse-border {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(233, 151, 46, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(233, 151, 46, 0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
.pulse-border {
  animation: pulse-border 2s infinite;
}
/* ========================================
   SERVICIOS - REDISEÑO UX/UI 2026
   ======================================== */
.service-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(233, 151, 46, 0.16), transparent 32%), linear-gradient(135deg, #121212 0%, #171717 58%, #0f0f0f 100%);
}
.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 46%);
}
.service-hero .container {
  position: relative;
  z-index: 1;
}
.service-hero--detail,
.service-hero--catalog {
  padding-top: 5.5rem !important;
  padding-bottom: 4.5rem !important;
}
.service-hero-grid,
.services-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 2rem;
  align-items: center;
}
.service-hero-copy {
  min-width: 0;
}
.service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(233, 151, 46, 0.24);
  border-radius: 999px;
  background: rgba(233, 151, 46, 0.08);
  color: #f6c37d;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.service-eyebrow::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #E9972E;
  box-shadow: 0 0 0 0.35rem rgba(233, 151, 46, 0.12);
}
.service-hero .service-hero-title {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  color: #f5efe6;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: none;
}
.service-hero--catalog .service-hero-title {
  max-width: 12ch;
}
.service-hero .service-hero-lead {
  max-width: 60ch;
  margin-bottom: 1.5rem;
  color: #cfc6b8;
  font-size: 1.08rem;
  line-height: 1.8;
}
.service-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}
.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.68rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ece5db;
  font-size: 0.92rem;
  line-height: 1.3;
}
.service-badge i,
.service-location i,
.services-catalog-cta i,
.service-contact-meta-item i {
  color: #E9972E;
}
.service-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.btn-service {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  letter-spacing: 0.08em;
}
.btn-service:active {
  transform: translateY(1px) scale(0.98);
}
.service-location {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
  color: #aca398;
}
.service-gallery-panel,
.services-overview-panel,
.service-contact-sidebar--rich,
.service-faq-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 48px rgba(0, 0, 0, 0.24);
}
.service-gallery-panel {
  padding: 1.25rem;
  border-radius: 28px;
  backdrop-filter: blur(10px);
}
.service-gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
}
.service-gallery-item {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.service-gallery-item--primary {
  grid-row: span 3;
}
.service-gallery-media {
  flex: 1;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: radial-gradient(circle at top, rgba(233, 151, 46, 0.18), rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0.02) 100%);
}
.service-gallery-item--primary .service-gallery-media {
  min-height: 470px;
}
.service-gallery-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.service-gallery-item:hover .service-gallery-media img {
  transform: scale(1.03);
}
.service-gallery-caption {
  padding: 0.85rem 0.2rem 0;
}
.service-gallery-kicker,
.service-section-kicker,
.service-sidebar-kicker,
.services-catalog-meta {
  display: block;
  color: #f0be75;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.service-gallery-kicker {
  margin-bottom: 0.35rem;
}
.service-gallery-caption strong {
  display: block;
  color: #f5efe6;
  font-size: 0.98rem;
  font-weight: 600;
}
.service-gallery-note {
  margin: 1rem 0 0;
  color: #9f978d;
  font-size: 0.92rem;
  line-height: 1.6;
}
.service-content {
  background: linear-gradient(180deg, #111111 0%, #151515 100%);
}
.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: start;
}
.service-content-grid > * {
  min-width: 0;
}
.service-copy-panel {
  min-width: 0;
}
.service-section-kicker {
  margin-bottom: 0.75rem;
}
.service-summary-title {
  margin-bottom: 1rem;
  color: #f5efe6;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: none;
}
.service-summary-text {
  max-width: 62ch;
  margin-bottom: 1.75rem;
  color: #b7afa3;
  line-height: 1.8;
}
.service-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.service-benefit-card,
.service-process-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.service-benefit-card:hover,
.services-catalog-link:hover,
.services-overview-link:hover,
.service-process-item:hover {
  transform: translateY(-4px);
}
.service-benefit-card:hover,
.service-process-item:hover {
  border-color: rgba(233, 151, 46, 0.28);
}
.service-benefit-card--primary {
  grid-column: span 2;
  background: linear-gradient(120deg, rgba(233, 151, 46, 0.12), rgba(255, 255, 255, 0.03) 48%, rgba(255, 255, 255, 0.02));
}
.service-benefit-step {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(233, 151, 46, 0.24);
  border-radius: 20px;
  background: rgba(233, 151, 46, 0.12);
  color: #E9972E;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.service-benefit-content h3,
.service-process-item h3,
.services-catalog-title,
.service-sidebar-title {
  margin-bottom: 0.75rem;
  color: #f5efe6;
  text-transform: none;
  letter-spacing: 0.01em;
}
.service-benefit-content h3,
.service-process-item h3 {
  font-size: 1.08rem;
}
.service-benefit-content p,
.service-process-item p,
.services-catalog-text,
.services-overview-link small,
.service-sidebar-text,
.service-list li,
.service-contact-meta-item,
.service-faq-shell .accordion-body {
  color: #b8afa3;
  line-height: 1.75;
}
.service-contact-sidebar--rich {
  position: sticky;
  top: 105px;
  padding: 1.5rem;
  border-radius: 24px;
}
.service-contact-sidebar--rich .contact-link {
  color: #f5efe6;
  text-decoration: none;
}
.service-contact-sidebar--rich .contact-link:hover {
  color: #E9972E;
}
.service-sidebar-section + .service-sidebar-section {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.service-sidebar-title {
  font-size: 1.35rem;
}
.service-sidebar-text {
  margin-bottom: 1rem;
}
.service-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.service-sidebar-subtitle {
  margin-bottom: 0.85rem;
  color: #f5efe6;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.service-list li {
  position: relative;
  padding-left: 1.35rem;
}
.service-list li::before {
  content: '';
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #E9972E;
  box-shadow: 0 0 0 0.25rem rgba(233, 151, 46, 0.12);
}
.service-contact-meta {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.service-contact-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.service-contact-meta-item i {
  width: 1rem;
  margin-top: 0.3rem;
  text-align: center;
}
.service-other-services {
  background: linear-gradient(180deg, #181818 0%, #111111 100%);
}
.service-other-header {
  max-width: 780px;
  margin-bottom: 2rem;
}
.service-other-header .service-summary-text {
  margin-bottom: 0;
}
.services-catalog-grid,
.service-process-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  grid-auto-flow: dense;
}
.services-catalog-item:nth-child(6n + 1),
.services-catalog-item:nth-child(6n + 6) {
  grid-column: span 7;
}
.services-catalog-item:nth-child(6n + 2),
.services-catalog-item:nth-child(6n + 5) {
  grid-column: span 5;
}
.services-catalog-item:nth-child(6n + 3),
.services-catalog-item:nth-child(6n + 4) {
  grid-column: span 6;
}
.services-catalog-link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background 0.3s ease;
}
.services-catalog-link::before {
  content: '';
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 151, 46, 0.14), transparent 68%);
  pointer-events: none;
}
.services-catalog-link:hover {
  border-color: rgba(233, 151, 46, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}
.services-catalog-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(233, 151, 46, 0.18);
  border-radius: 16px;
  background: rgba(233, 151, 46, 0.12);
  color: #E9972E;
  font-size: 1.35rem;
}
.services-catalog-meta {
  margin-bottom: 0.85rem;
}
.services-catalog-title {
  font-size: 1.45rem;
}
.services-catalog-text {
  max-width: 40ch;
}
.services-catalog-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1.25rem;
  color: #f5efe6;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.services-overview-panel {
  padding: 1.25rem;
  border-radius: 24px;
}
.services-overview-list {
  display: grid;
  gap: 0.75rem;
}
.services-overview-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.services-overview-link:hover {
  border-color: rgba(233, 151, 46, 0.28);
}
.services-overview-number {
  margin-top: 0.1rem;
  color: #E9972E;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
}
.services-overview-link strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #f5efe6;
  font-size: 1rem;
  font-weight: 600;
}
.service-process-item:nth-child(4n + 1),
.service-process-item:nth-child(4n + 4) {
  grid-column: span 5;
}
.service-process-item:nth-child(4n + 2),
.service-process-item:nth-child(4n + 3) {
  grid-column: span 7;
}
.service-faq-shell {
  max-width: 920px;
  padding: 1rem;
  border-radius: 24px;
}
.service-faq-shell .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}
.service-faq-shell .accordion-item {
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.service-faq-shell .accordion-item:last-child {
  margin-bottom: 0;
}
.service-accordion-button {
  background: transparent;
  color: #f5efe6;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.02em;
}
.service-accordion-button:not(.collapsed) {
  background: rgba(233, 151, 46, 0.08);
  color: #f5efe6;
}
.service-accordion-button:hover,
.service-accordion-button:focus {
  color: #ffffff;
}
.service-accordion-button::after {
  filter: brightness(1.4);
}
@media (max-width: 1199px) {
  .service-hero-grid,
  .services-overview,
  .service-content-grid {
    grid-template-columns: 1fr;
  }
  .service-contact-sidebar--rich {
    position: static;
  }
  .service-gallery-item--primary .service-gallery-media {
    min-height: 380px;
  }
  .services-catalog-item:nth-child(n),
  .service-process-item:nth-child(n) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .service-hero--detail,
  .service-hero--catalog {
    padding-top: 4.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .service-hero .service-hero-title,
  .service-hero--catalog .service-hero-title {
    max-width: none;
  }
  .service-badge {
    width: 100%;
  }
  .service-cta-row {
    flex-direction: column;
  }
  .service-cta-row .btn,
  .service-sidebar-actions .btn {
    width: 100%;
  }
  .service-gallery-grid,
  .service-benefit-grid {
    grid-template-columns: 1fr;
  }
  .service-gallery-item--primary {
    grid-row: span 1;
  }
  .service-gallery-item--primary .service-gallery-media {
    min-height: 300px;
  }
  .service-benefit-card--primary {
    grid-column: span 1;
  }
  .service-benefit-card,
  .service-process-item {
    grid-template-columns: 1fr;
  }
  .service-benefit-step {
    width: 62px;
    height: 62px;
  }
  .services-catalog-item:nth-child(n),
  .service-process-item:nth-child(n) {
    grid-column: span 12;
  }
  .service-faq-shell {
    padding: 0.75rem;
  }
}
/* ========================================
   HOME AUTHENTIC REDESIGN 2026
   ======================================== */
.home-auth-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5.75rem !important;
  padding-bottom: 4.75rem !important;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.12), transparent 26%), linear-gradient(135deg, #0f0f10 0%, #151313 52%, #0b0b0c 100%);
}
.home-auth-hero::before,
.home-auth-services::before,
.home-auth-story::before,
.home-auth-contact::before,
.auth-brands::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}
.home-auth-hero .container,
.home-auth-services .container,
.home-auth-story .container,
.home-auth-contact .container,
.auth-brands .container,
.auth-footer .container {
  position: relative;
  z-index: 1;
}
.home-auth-shell,
.home-auth-story-grid {
  display: grid;
  gap: 2rem;
}
.home-auth-shell {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  align-items: center;
}
.home-auth-copy,
.home-auth-visual,
.home-auth-story-copy,
.home-auth-story-image,
.home-auth-story-panel,
.auth-footer-brand,
.auth-footer-panel {
  min-width: 0;
}
.home-auth-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #f0be75;
  font-family: 'Cabin', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.home-auth-title,
.home-auth-section-title,
.auth-brands-head .home-auth-section-title {
  margin-bottom: 1rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.home-auth-title {
  max-width: 10ch;
  font-size: clamp(2.8rem, 6vw, 5.35rem);
}
.home-auth-section-title {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.25rem);
}
.home-auth-locality {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(233, 151, 46, 0.18);
  border-radius: 999px;
  background: rgba(233, 151, 46, 0.08);
  color: #f2eadf;
  font-family: 'Cabin', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}
.home-auth-locality i {
  color: #E9972E;
}
.home-auth-lead,
.home-auth-section-text,
.home-auth-story-text,
.auth-footer-column a,
.auth-footer-address,
.auth-footer-bottom,
.auth-footer-brand p {
  color: #c8beb3;
  font-family: 'Cabin', sans-serif;
  line-height: 1.8;
}
.home-auth-lead {
  max-width: 56ch;
  margin-bottom: 1rem;
  font-size: 1.08rem;
}
.home-auth-proof {
  max-width: 48ch;
  margin: 0 0 1.6rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(233, 151, 46, 0.45);
  color: #f0e7da;
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.home-auth-actions,
.home-auth-meta,
.auth-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}
.home-auth-meta {
  gap: 1.2rem;
}
.home-auth-meta a,
.home-auth-meta span,
.home-auth-contact-list a,
.auth-footer-column a,
.auth-footer-map {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f0e7da;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.home-auth-meta a:hover,
.home-auth-contact-list a:hover,
.auth-footer-column a:hover,
.auth-footer-bottom a:hover,
.auth-footer-map:hover {
  color: #E9972E;
}
.home-auth-meta i,
.home-auth-contact-list i,
.auth-footer-column i,
.auth-footer-address-line i,
.auth-footer-map i {
  color: #E9972E;
}
.home-auth-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 1rem;
  align-items: stretch;
}
.home-auth-feature,
.home-auth-rail-item,
.home-auth-note,
.home-auth-story-copy,
.home-auth-story-panel,
.home-auth-contact-shell,
.auth-brands-item,
.auth-footer-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.22);
}
.home-auth-feature {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 34px;
  text-decoration: none;
}
.home-auth-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 12, 13, 0.04), rgba(12, 12, 13, 0.72));
}
.home-auth-feature::after,
.home-auth-rail-item::after,
.home-auth-atlas-media::after,
.home-auth-story-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.5));
}
.home-auth-feature picture,
.home-auth-story-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.home-auth-feature img,
.home-auth-rail-item img,
.home-auth-atlas-media img,
.home-auth-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-auth-feature img {
  object-position: center;
}
.home-auth-feature-copy {
  position: absolute;
  right: 1.4rem;
  bottom: 1.35rem;
  left: 1.4rem;
  z-index: 2;
  max-width: 430px;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.42), rgba(8, 8, 9, 0.82));
  backdrop-filter: blur(8px);
}
.home-auth-feature-copy span,
.home-auth-note-label,
.home-auth-atlas-no {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #f0be75;
  font-family: 'Cabin', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.home-auth-feature-copy strong {
  display: block;
  max-width: 13ch;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-auth-feature-copy p {
  margin: 0.7rem 0 0;
  color: #efe6d8;
  font-family: 'Cabin', sans-serif;
  line-height: 1.7;
}
.home-auth-rail {
  display: grid;
  gap: 1rem;
}
.home-auth-rail-item {
  position: relative;
  min-height: 186px;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none;
}
.home-auth-rail-item span {
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  left: 1rem;
  z-index: 1;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.home-auth-note {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin-top: -4rem;
  margin-left: auto;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
}
.home-auth-note p {
  margin: 0;
  color: #f2eadf;
  font-family: 'Cabin', sans-serif;
  line-height: 1.65;
}
.home-auth-services,
.home-auth-story,
.home-auth-contact,
.auth-brands {
  position: relative;
  overflow: hidden;
}
.home-auth-services {
  background: linear-gradient(180deg, #121212 0%, #171515 100%);
}
.home-auth-section-head,
.auth-brands-head {
  max-width: 760px;
  margin-bottom: 2rem;
}
.home-auth-atlas {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  grid-auto-flow: dense;
}
.home-auth-atlas-item {
  min-width: 0;
}
.home-auth-atlas-item--feature {
  grid-column: span 7;
  grid-row: span 2;
}
.home-auth-atlas-item--compact {
  grid-column: span 5;
}
.home-auth-atlas-item--tall {
  grid-column: span 5;
  grid-row: span 2;
}
.home-auth-atlas-item--wide {
  grid-column: span 7;
}
.home-auth-atlas-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 220px auto;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.home-auth-atlas-item--feature .home-auth-atlas-link,
.home-auth-atlas-item--wide .home-auth-atlas-link {
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: none;
  min-height: 100%;
}
.home-auth-atlas-item--tall .home-auth-atlas-link {
  grid-template-rows: 310px auto;
}
.home-auth-atlas-link:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 151, 46, 0.32);
}
.home-auth-atlas-media {
  position: relative;
  overflow: hidden;
}
.home-auth-atlas-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
}
.home-auth-atlas-copy h3 {
  margin-bottom: 0.75rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-auth-atlas-copy p,
.home-auth-atlas-cta,
.home-auth-inline-link {
  font-family: 'Cabin', sans-serif;
}
.home-auth-atlas-copy p {
  margin-bottom: 1rem;
  color: #c8beb3;
  line-height: 1.75;
}
.home-auth-atlas-cta,
.home-auth-inline-link {
  color: #f5efe6;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-auth-atlas-cta i,
.home-auth-inline-link i {
  color: #E9972E;
}
.home-auth-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
}
.home-auth-story {
  background: linear-gradient(180deg, #151414 0%, #0f0f10 100%);
}
.home-auth-story-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.home-auth-story-image {
  position: relative;
  grid-column: span 5;
  min-height: 540px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0;
}
.home-auth-story-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 12, 13, 0.22), rgba(12, 12, 13, 0.8));
  color: #f5efe6;
  font-family: 'Cabin', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-auth-story-copy {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.7rem 1.75rem;
  border-radius: 30px;
}
.home-auth-story-panel {
  padding: 1.35rem 1.4rem;
  border-radius: 24px;
}
.home-auth-story-panel--mission,
.home-auth-story-panel--vision,
.home-auth-story-panel--values {
  grid-column: span 4;
}
.home-auth-story-panel--values {
  background: linear-gradient(150deg, rgba(233, 151, 46, 0.12), rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.02));
}
.home-auth-story-text {
  margin-bottom: 1rem;
}
.home-auth-story-panel .home-auth-story-text:last-child,
.home-auth-story-copy .home-auth-story-text:last-of-type {
  margin-bottom: 0;
}
.home-auth-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.home-auth-values li {
  position: relative;
  padding: 0.8rem 0.85rem 0.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  color: #efe6d8;
  font-family: 'Cabin', sans-serif;
  line-height: 1.6;
}
.home-auth-values li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #E9972E;
  transform: translateY(-50%);
}
.home-auth-contact {
  background: linear-gradient(180deg, #0f0f10 0%, #171212 100%);
}
.home-auth-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.8rem;
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(233, 151, 46, 0.14), rgba(255, 255, 255, 0.05) 34%, rgba(255, 255, 255, 0.02));
}
.home-auth-contact-list {
  display: grid;
  gap: 0.8rem;
}
.home-auth-contact-list a {
  min-width: 260px;
  justify-content: flex-start;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(10, 10, 10, 0.18);
}
.auth-brands {
  background: #0d0d0e;
}
.auth-brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.85rem;
}
.auth-brands-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 1rem;
  border-radius: 18px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.auth-brands-item:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 151, 46, 0.28);
}
.auth-brands-item img {
  width: 100%;
  max-width: 118px;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.auth-brands-item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}
.auth-footer {
  background: #09090a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.auth-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.auth-footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: 1.1rem 0;
}
.auth-footer-brand img {
  width: 180px;
  height: auto;
  filter: brightness(1.06);
}
.auth-footer-brand p {
  margin: 0;
  max-width: 24ch;
  color: #f0e7da;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.auth-footer-panel {
  min-height: 100%;
  padding: 1.1rem 1.2rem;
  border-radius: 22px;
}
.auth-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.auth-footer-column a,
.auth-footer-address address,
.auth-footer-bottom small {
  color: #c8beb3;
  font-family: 'Cabin', sans-serif;
  text-decoration: none;
}
.auth-footer-address {
  display: grid;
  gap: 0.9rem;
  width: 100%;
}
.auth-footer-address-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}
.auth-footer-address-line i {
  margin-top: 0.2rem;
}
.auth-footer-address address {
  margin: 0;
  font-style: normal;
  line-height: 1.8;
}
.auth-footer-map {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(233, 151, 46, 0.08);
}
.auth-footer-bottom {
  justify-content: space-between;
  padding-top: 1rem;
}
.auth-footer-bottom a {
  color: #f5efe6;
}
@media (max-width: 1199px) {
  .home-auth-shell,
  .home-auth-contact-shell {
    grid-template-columns: 1fr;
  }
  .home-auth-visual {
    grid-template-columns: 1fr;
  }
  .home-auth-note {
    margin-top: 0;
    max-width: none;
  }
  .home-auth-atlas-item--feature,
  .home-auth-atlas-item--compact,
  .home-auth-atlas-item--tall,
  .home-auth-atlas-item--wide,
  .home-auth-story-image,
  .home-auth-story-copy,
  .home-auth-story-panel--mission,
  .home-auth-story-panel--vision,
  .home-auth-story-panel--values {
    grid-column: span 12;
    grid-row: span 1;
  }
  .home-auth-atlas-item--feature .home-auth-atlas-link,
  .home-auth-atlas-item--wide .home-auth-atlas-link {
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto;
  }
  .auth-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .home-auth-hero {
    padding-top: 4.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .home-auth-title,
  .home-auth-section-title {
    max-width: none;
  }
  .home-auth-actions,
  .home-auth-meta,
  .auth-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-auth-actions .btn,
  .home-auth-contact-list a,
  .auth-footer-map {
    width: 100%;
  }
  .home-auth-feature {
    min-height: 430px;
  }
  .home-auth-feature-copy {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
  }
  .home-auth-feature-copy strong {
    max-width: none;
    font-size: 1.55rem;
  }
  .home-auth-story-image {
    min-height: 360px;
  }
  .home-auth-story-copy,
  .home-auth-story-panel,
  .home-auth-contact-shell,
  .auth-footer-panel {
    padding: 1.2rem 1.15rem;
  }
  .home-auth-values {
    grid-template-columns: 1fr;
  }
  .auth-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-footer-grid {
    grid-template-columns: 1fr;
  }
  .auth-footer-address-line {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .auth-footer-map {
    justify-content: center;
  }
}
/* ========================================
   ABOUT PAGE REDESIGN 2026
   ======================================== */
.about-auth-hero,
.about-auth-main,
.about-auth-services {
  position: relative;
  overflow: hidden;
}
.about-auth-hero::before,
.about-auth-main::before,
.about-auth-services::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}
.about-auth-hero .container,
.about-auth-main .container,
.about-auth-services .container {
  position: relative;
  z-index: 1;
}
.about-auth-hero {
  padding-top: 5.75rem !important;
  padding-bottom: 4.75rem !important;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.14), transparent 26%), linear-gradient(135deg, #0f0f10 0%, #171515 54%, #0b0b0c 100%);
}
.about-auth-main {
  background: linear-gradient(180deg, #151414 0%, #0f0f10 100%);
}
.about-auth-services {
  background: linear-gradient(180deg, #0f0f10 0%, #171212 100%);
}
.about-auth-hero-grid,
.about-auth-main-grid {
  display: grid;
  gap: 1.4rem;
}
.about-auth-hero-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  align-items: center;
}
.about-auth-main-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}
.about-auth-copy,
.about-auth-figure,
.about-auth-copy-panel,
.about-auth-stack,
.about-auth-service-card {
  min-width: 0;
}
.about-auth-title,
.about-auth-section-title {
  margin-bottom: 1rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}
.about-auth-title {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.6rem);
}
.about-auth-section-title {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 3rem);
}
.about-auth-lead,
.about-auth-proof,
.about-auth-text,
.about-auth-contact-link,
.about-auth-service-link p,
.about-auth-figure-card p {
  color: #c8beb3;
  font-family: 'Cabin', sans-serif;
  line-height: 1.8;
}
.about-auth-lead {
  max-width: 56ch;
  margin-bottom: 1rem;
  font-size: 1.08rem;
}
.about-auth-proof {
  max-width: 60ch;
  margin: 0 0 1.6rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(233, 151, 46, 0.45);
  color: #f0e7da;
  font-size: 1rem;
}
.about-auth-actions,
.about-auth-meta,
.about-auth-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}
.about-auth-meta {
  margin-top: 1rem;
}
.about-auth-meta a,
.about-auth-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f0e7da;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.about-auth-meta a:hover,
.about-auth-contact-link:hover,
.about-auth-service-link:hover .about-auth-service-cta {
  color: #E9972E;
}
.about-auth-meta i,
.about-auth-contact-link i,
.about-auth-service-icon {
  color: #E9972E;
}
.about-auth-figure,
.about-auth-copy-panel,
.about-auth-panel,
.about-auth-services-shell,
.about-auth-service-link {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.22);
}
.about-auth-figure {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  margin: 0;
}
.about-auth-figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.56));
}
.about-auth-figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about-auth-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-auth-figure-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.28), rgba(8, 8, 9, 0.78));
  backdrop-filter: blur(8px);
}
.about-auth-figure-card .home-auth-kicker {
  margin-bottom: 0.6rem;
}
.about-auth-figure-card p {
  margin: 0;
  color: #f2eadf;
}
.about-auth-copy-panel {
  padding: 1.6rem 1.7rem;
  border-radius: 30px;
}
.about-auth-stack {
  display: grid;
  gap: 1rem;
}
.about-auth-panel {
  padding: 1.35rem 1.4rem;
  border-radius: 24px;
}
.about-auth-panel--values {
  background: linear-gradient(150deg, rgba(233, 151, 46, 0.12), rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.02));
}
.about-auth-text {
  margin-bottom: 1rem;
}
.about-auth-copy-panel .about-auth-text:last-of-type,
.about-auth-panel .about-auth-text:last-child {
  margin-bottom: 0;
}
.about-auth-contact-strip {
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.about-auth-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.about-auth-values li {
  position: relative;
  padding: 0.8rem 0.85rem 0.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  color: #efe6d8;
  font-family: 'Cabin', sans-serif;
  line-height: 1.6;
}
.about-auth-values li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #E9972E;
  transform: translateY(-50%);
}
.about-auth-services-shell {
  padding: 1.5rem;
  border-radius: 30px;
}
.about-auth-services-head {
  max-width: 720px;
  margin-bottom: 1.6rem;
}
.about-auth-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.about-auth-service-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 24px;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.about-auth-service-link:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 151, 46, 0.32);
}
.about-auth-service-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(233, 151, 46, 0.18);
  border-radius: 16px;
  background: rgba(233, 151, 46, 0.12);
  font-size: 1.35rem;
}
.about-auth-service-link h3 {
  margin-bottom: 0.8rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}
.about-auth-service-link p {
  margin-bottom: 1rem;
}
.about-auth-service-cta {
  margin-top: auto;
  color: #f5efe6;
  font-family: 'Cabin', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.about-auth-service-cta i {
  color: #E9972E;
}
@media (max-width: 1199px) {
  .about-auth-hero-grid,
  .about-auth-main-grid,
  .about-auth-services-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .about-auth-hero {
    padding-top: 4.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .about-auth-title,
  .about-auth-section-title {
    max-width: none;
  }
  .about-auth-actions,
  .about-auth-meta,
  .about-auth-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-auth-actions .btn,
  .about-auth-meta a,
  .about-auth-contact-link {
    width: 100%;
  }
  .about-auth-figure {
    min-height: 420px;
  }
  .about-auth-copy-panel,
  .about-auth-panel,
  .about-auth-services-shell,
  .about-auth-service-link {
    padding: 1.2rem 1.15rem;
  }
  .about-auth-values {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   CONTACT PAGE REDESIGN 2026
   ======================================== */
.contact-auth-hero,
.contact-auth-main,
.contact-auth-related {
  position: relative;
  overflow: hidden;
}
.contact-auth-hero::before,
.contact-auth-main::before,
.contact-auth-related::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}
.contact-auth-hero .container,
.contact-auth-main .container,
.contact-auth-related .container {
  position: relative;
  z-index: 1;
}
.contact-auth-hero {
  padding-top: 5.75rem !important;
  padding-bottom: 4.75rem !important;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.14), transparent 26%), linear-gradient(135deg, #0f0f10 0%, #171515 54%, #0b0b0c 100%);
}
.contact-auth-main {
  background: linear-gradient(180deg, #151414 0%, #0f0f10 100%);
}
.contact-auth-related {
  background: linear-gradient(180deg, #0f0f10 0%, #171212 100%);
}
.contact-auth-hero-grid,
.contact-auth-main-grid {
  display: grid;
  gap: 1.4rem;
}
.contact-auth-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
  align-items: center;
}
.contact-auth-main-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}
.contact-auth-copy,
.contact-auth-summary,
.contact-auth-form-shell,
.contact-auth-side,
.contact-auth-service-card {
  min-width: 0;
}
.contact-auth-title,
.contact-auth-section-title {
  margin-bottom: 1rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}
.contact-auth-title {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.6rem);
}
.contact-auth-section-title {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 3rem);
}
.contact-auth-lead,
.contact-auth-proof,
.contact-auth-text,
.contact-auth-summary-item p,
.contact-auth-side-link span,
.contact-auth-service-link p {
  color: #c8beb3;
  font-family: 'Cabin', sans-serif;
  line-height: 1.8;
}
.contact-auth-lead {
  max-width: 56ch;
  margin-bottom: 1rem;
  font-size: 1.08rem;
}
.contact-auth-proof {
  max-width: 58ch;
  margin: 0 0 1.6rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(233, 151, 46, 0.45);
  color: #f0e7da;
  font-size: 1rem;
}
.contact-auth-actions,
.contact-auth-meta,
.contact-auth-form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}
.contact-auth-meta {
  margin-top: 1rem;
}
.contact-auth-meta a,
.contact-auth-meta span,
.contact-auth-map-link,
.contact-auth-side-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f0e7da;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.contact-auth-meta a:hover,
.contact-auth-map-link:hover,
.contact-auth-side-link:hover,
.contact-auth-service-link:hover .contact-auth-service-cta {
  color: #E9972E;
}
.contact-auth-meta i,
.contact-auth-map-link i,
.contact-auth-side-link i,
.contact-auth-summary-item i,
.contact-auth-service-icon {
  color: #E9972E;
}
.contact-auth-summary,
.contact-auth-form-shell,
.contact-auth-side-card,
.contact-auth-related-shell,
.contact-auth-service-link {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.22);
}
.contact-auth-summary {
  overflow: hidden;
  border-radius: 34px;
}
.contact-auth-summary-media {
  position: relative;
  min-height: 270px;
}
.contact-auth-summary-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.42));
}
.contact-auth-summary-media picture,
.contact-auth-summary-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-auth-summary-media img {
  object-fit: cover;
}
.contact-auth-summary-body {
  padding: 1.35rem 1.4rem;
}
.contact-auth-summary-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.contact-auth-summary-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}
.contact-auth-summary-item i {
  margin-top: 0.2rem;
}
.contact-auth-summary-item strong,
.contact-auth-side-link strong,
.contact-auth-service-link h3 {
  display: block;
  margin-bottom: 0.25rem;
  color: #f5efe6;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-auth-summary-item p,
.contact-auth-side-link span {
  margin: 0;
}
.contact-auth-map-link {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(233, 151, 46, 0.08);
}
.contact-auth-form-shell {
  padding: 1.55rem;
  border-radius: 30px;
}
.contact-auth-form-head {
  margin-bottom: 1.35rem;
}
.contact-auth-form-footer {
  justify-content: space-between;
  margin-top: 0.35rem;
}
.contact-auth-faq-shell {
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-auth-faq-head {
  margin-bottom: 1rem;
}
.contact-auth-faq-shell .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}
.contact-auth-faq-shell .accordion-item {
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.contact-auth-faq-shell .accordion-item:last-child {
  margin-bottom: 0;
}
.contact-auth-side {
  display: grid;
  gap: 1rem;
}
.contact-auth-side-card {
  padding: 1.25rem 1.3rem;
  border-radius: 24px;
}
.contact-auth-side-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-auth-side-link:first-of-type {
  border-top: 0;
  padding-top: 0.3rem;
}
.contact-auth-related-shell {
  padding: 1.5rem;
  border-radius: 30px;
}
.contact-auth-related-head {
  max-width: 720px;
  margin-bottom: 1.6rem;
}
.contact-auth-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.contact-auth-service-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 24px;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.contact-auth-service-link:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 151, 46, 0.32);
}
.contact-auth-service-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(233, 151, 46, 0.18);
  border-radius: 16px;
  background: rgba(233, 151, 46, 0.12);
  font-size: 1.35rem;
}
.contact-auth-service-link h3 {
  margin-bottom: 0.8rem;
  font-size: 1.75rem;
  line-height: 1;
}
.contact-auth-service-link p {
  margin-bottom: 1rem;
}
.contact-auth-service-cta {
  margin-top: auto;
  color: #f5efe6;
  font-family: 'Cabin', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-auth-service-cta i {
  color: #E9972E;
}
@media (max-width: 1199px) {
  .contact-auth-hero-grid,
  .contact-auth-main-grid,
  .contact-auth-related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-auth-hero {
    padding-top: 4.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .contact-auth-title,
  .contact-auth-section-title {
    max-width: none;
  }
  .contact-auth-actions,
  .contact-auth-meta,
  .contact-auth-form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-auth-actions .btn,
  .contact-auth-meta a,
  .contact-auth-meta span,
  .contact-auth-map-link {
    width: 100%;
  }
  .contact-auth-form-shell,
  .contact-auth-side-card,
  .contact-auth-related-shell,
  .contact-auth-service-link,
  .contact-auth-summary-body {
    padding: 1.2rem 1.15rem;
  }
  .contact-auth-service-link h3 {
    font-size: 1.45rem;
  }
}
/* ========================================
   SERVICIOS - AJUSTE EDITORIAL
   ======================================== */
.services-overview-intro {
  max-width: 32ch;
  margin-bottom: 1.15rem;
}
.services-catalog-item {
  --service-wash: rgba(233, 151, 46, 0.24);
}
.services-catalog-item--cctv {
  --service-wash: rgba(60, 126, 164, 0.28);
}
.services-catalog-item--controlAcceso {
  --service-wash: rgba(176, 128, 57, 0.3);
}
.services-catalog-item--seguridadPerimetral {
  --service-wash: rgba(103, 143, 78, 0.28);
}
.services-catalog-item--alarmaIncendio {
  --service-wash: rgba(176, 79, 57, 0.32);
}
.services-catalog-item--cableado {
  --service-wash: rgba(83, 110, 158, 0.28);
}
.services-catalog-item--barrerasVehiculares {
  --service-wash: rgba(188, 136, 64, 0.3);
}
.services-catalog-link--visual {
  min-height: 0;
  padding: 0;
}
.services-catalog-link--visual::before {
  display: none;
}
.services-catalog-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
}
.services-catalog-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 24%, rgba(10, 10, 10, 0.3) 58%, rgba(10, 10, 10, 0.94) 100%), radial-gradient(circle at top left, var(--service-wash), transparent 60%);
  pointer-events: none;
}
.services-catalog-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.services-catalog-link--visual:hover .services-catalog-media img {
  transform: scale(1.06);
}
.services-catalog-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 272px;
  padding: 1.35rem 1.4rem 1.5rem;
}
.services-catalog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.services-catalog-head .services-catalog-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}
.services-catalog-head .services-catalog-meta {
  margin-bottom: 0;
}
.services-catalog-body .services-catalog-title,
.services-catalog-body .services-catalog-text {
  margin-bottom: 0;
}
.services-catalog-body .services-catalog-text {
  max-width: none;
}
.services-catalog-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.services-catalog-points li {
  position: relative;
  padding-left: 1rem;
  color: #d2c8bb;
  font-size: 0.92rem;
  line-height: 1.55;
}
.services-catalog-points li::before {
  content: '';
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #E9972E;
}
.service-hero-grid--detail {
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(1.35rem, 2.2vw, 2.25rem);
  align-items: stretch;
}
.service-hero--detail .service-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: none;
  padding: clamp(1.5rem, 2.1vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.12), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 42px rgba(0, 0, 0, 0.24);
}
.service-hero--detail .service-hero-copy::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 32%);
}
.service-hero--detail .service-hero-copy::after {
  content: '';
  position: absolute;
  right: -1.4rem;
  bottom: -1.6rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 151, 46, 0.22), rgba(233, 151, 46, 0) 70%);
  filter: blur(16px);
  opacity: 0.78;
  pointer-events: none;
}
.service-hero--detail .service-eyebrow,
.service-hero--detail .service-hero-title,
.service-hero--detail .service-hero-lead,
.service-hero--detail .service-badge-row,
.service-hero--detail .service-cta-row,
.service-hero--detail .service-location {
  position: relative;
  z-index: 1;
}
.service-hero--detail .service-eyebrow {
  margin-bottom: 1rem;
}
.service-hero--detail .service-hero-title {
  max-width: 11ch;
  margin-bottom: 1rem;
}
.service-hero--detail .service-hero-lead {
  max-width: 58ch;
  margin-bottom: 1.35rem;
}
.service-hero--detail .service-badge-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}
.service-hero--detail .service-badge {
  min-height: 100%;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.service-hero--detail .service-cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(210px, 0.92fr);
  gap: 0.8rem;
  width: min(100%, 34rem);
}
.service-hero--detail .service-cta-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.15rem;
  border-radius: 24px;
}
.service-hero--detail .service-location {
  width: fit-content;
  max-width: 100%;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}
.service-gallery-panel--editorial {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.15), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 42px rgba(0, 0, 0, 0.24);
}
.service-gallery-panel--editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.18), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 46%);
  pointer-events: none;
}
.service-gallery-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: stretch;
}
.service-gallery-feature,
.service-gallery-thumb {
  margin: 0;
}
.service-gallery-feature {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}
.service-gallery-feature-media,
.service-gallery-thumb-media {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(233, 151, 46, 0.18), rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0.02) 100%);
}
.service-gallery-open {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: inherit;
  cursor: zoom-in;
  appearance: none;
}
.service-gallery-feature-media {
  height: clamp(300px, 31vw, 360px);
  min-height: 300px;
  max-height: 360px;
  flex: 1;
}
.service-gallery-feature-media::after,
.service-gallery-thumb-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.16) 100%);
  pointer-events: none;
}
.service-gallery-open-icon {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(9, 9, 10, 0.58);
  color: #f0be75;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateY(-0.2rem) scale(0.94);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), background 0.28s ease, border-color 0.28s ease;
  pointer-events: none;
}
.service-gallery-feature-media img,
.service-gallery-thumb-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.service-gallery-feature:hover img,
.service-gallery-thumb:hover img {
  transform: scale(1.03);
}
.service-gallery-feature:hover .service-gallery-open-icon,
.service-gallery-thumb:hover .service-gallery-open-icon,
.service-gallery-open:focus-visible .service-gallery-open-icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.service-gallery-open:hover .service-gallery-open-icon,
.service-gallery-open:focus-visible .service-gallery-open-icon {
  border-color: rgba(233, 151, 46, 0.26);
  background: rgba(15, 15, 16, 0.78);
}
.service-gallery-open:focus-visible {
  outline: 2px solid rgba(239, 191, 114, 0.28);
  outline-offset: -2px;
}
.service-gallery-feature-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem 1.1rem;
}
.service-gallery-feature-caption strong,
.service-gallery-thumb-caption strong {
  display: block;
  color: #f5efe6;
  font-size: 1rem;
  font-weight: 600;
}
.service-gallery-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(233, 151, 46, 0.22);
  border-radius: 999px;
  background: rgba(233, 151, 46, 0.08);
  color: #f0be75;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-gallery-tray {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-gallery-tray-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
}
.service-gallery-tray-text {
  max-width: 30ch;
  margin: 0;
  color: #a99f92;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: right;
}
.service-gallery-tray-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.service-gallery-thumb {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}
.service-gallery-thumb-media {
  min-height: 128px;
  max-height: 128px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.service-gallery-thumb-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-height: 92px;
  padding: 0.85rem 0.95rem;
}
.service-gallery-panel--editorial .service-gallery-note {
  position: relative;
  z-index: 1;
  max-width: 64ch;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.service-gallery-modal {
  --bs-modal-bg: transparent;
}
.service-gallery-modal-dialog {
  max-width: min(1120px, calc(100vw - 2rem));
}
.service-gallery-modal-content {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: radial-gradient(circle at top left, rgba(233, 151, 46, 0.16), transparent 28%), linear-gradient(180deg, rgba(18, 18, 19, 0.98), rgba(10, 10, 10, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 70px rgba(0, 0, 0, 0.46);
  overflow: hidden;
}
.service-gallery-modal-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem 0;
}
.service-gallery-modal-heading {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}
.service-gallery-modal-heading strong {
  color: #f5efe6;
  font-size: 1.05rem;
  font-weight: 600;
}
.service-gallery-modal-body {
  padding: 0.9rem 1.1rem 1.1rem;
}
.service-gallery-modal-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 760px);
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(233, 151, 46, 0.16), rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0.015) 100%);
}
.service-gallery-modal-media img {
  display: block;
  max-width: 100%;
  max-height: min(68vh, 700px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.service-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.service-context-card {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.service-context-card h3 {
  margin-bottom: 1rem;
  color: #f5efe6;
  font-size: 0.94rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.service-list--compact {
  gap: 0.55rem;
}
.service-list--compact li {
  font-size: 0.96rem;
}
.service-list--compact li::before {
  top: 0.72rem;
}
@media (max-width: 1199px) {
  .service-hero-grid--detail {
    grid-template-columns: 1fr;
  }
  .service-hero--detail .service-cta-row {
    width: 100%;
  }
  .service-gallery-panel--editorial {
    width: 100%;
  }
  .service-gallery-feature-media {
    height: clamp(280px, 34vw, 340px);
    min-height: 280px;
    max-height: 340px;
  }
  .service-gallery-tray-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .services-catalog-body {
    min-height: 0;
  }
  .service-hero--detail .service-hero-copy {
    padding: 1.2rem 1.15rem;
  }
  .service-gallery-panel--editorial {
    width: 100%;
    padding: 0.95rem;
  }
  .service-hero--detail .service-badge-row,
  .service-hero--detail .service-cta-row,
  .service-context-grid,
  .service-gallery-tray-grid {
    grid-template-columns: 1fr;
  }
  .service-gallery-feature-media {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
  }
  .service-gallery-tray-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-gallery-tray-text {
    max-width: none;
    text-align: left;
  }
  .service-gallery-feature-caption {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-gallery-thumb-media {
    min-height: 156px;
    max-height: 156px;
  }
  .service-gallery-thumb-caption {
    min-height: 0;
  }
  .service-gallery-modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem auto;
  }
  .service-gallery-modal-toolbar,
  .service-gallery-modal-body {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  .service-gallery-modal-media {
    min-height: 48vh;
    padding: 0.85rem;
  }
  .service-gallery-open-icon {
    width: 2.15rem;
    height: 2.15rem;
  }
}
/* ========================================
   HOME AUTH REFINEMENTS 2026-03
   design-taste-frontend + frontend-design
   ======================================== */
.home-auth-copy {
  padding-top: 0.4rem;
}
.home-auth-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0.85rem;
  width: min(100%, 36rem);
  margin: 0 0 1.4rem;
  align-items: stretch;
}
.home-auth-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 4.2rem;
  padding: 1rem 1.35rem;
  border-radius: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background-color 0.3s ease;
  will-change: transform;
}
.home-auth-action i {
  font-size: 1rem;
}
.home-auth-action:hover {
  transform: translateY(-3px);
}
.home-auth-action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #efbf72 0%, #de8a2b 46%, #b85c17 100%);
  color: #120c07;
  box-shadow: 0 18px 38px rgba(128, 68, 18, 0.28);
}
.home-auth-action--primary:hover,
.home-auth-action--primary:focus-visible {
  box-shadow: 0 24px 52px rgba(128, 68, 18, 0.38);
}
.home-auth-action--secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03));
  color: #f5efe6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.home-auth-action--secondary:hover,
.home-auth-action--secondary:focus-visible {
  border-color: rgba(233, 151, 46, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045));
}
.home-auth-visual {
  isolation: isolate;
}
.home-auth-visual::before {
  content: '';
  position: absolute;
  right: 5%;
  bottom: -2.2rem;
  left: 10%;
  height: 9.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 151, 46, 0.28), rgba(233, 151, 46, 0) 68%);
  filter: blur(32px);
  opacity: 0.42;
  transform: scale(0.92) translate3d(0, 0, 0);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 0;
}
.home-auth-visual:hover::before {
  opacity: 0.78;
  transform: scale(1.08) translate3d(0, -0.35rem, 0);
}
.home-auth-feature,
.home-auth-rail,
.home-auth-note {
  position: relative;
  z-index: 1;
}
.home-auth-feature,
.home-auth-rail-item,
.home-auth-note,
.home-auth-feature-copy {
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background 0.3s ease;
  will-change: transform;
}
.home-auth-feature img,
.home-auth-rail-item img,
.home-auth-atlas-media img,
.home-auth-story-image img {
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}
.home-auth-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(233, 151, 46, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 60px rgba(0, 0, 0, 0.34);
}
.home-auth-feature:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}
.home-auth-feature:hover .home-auth-feature-copy {
  transform: translateY(-6px);
  border-color: rgba(233, 151, 46, 0.24);
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.3), rgba(8, 8, 9, 0.84));
}
.home-auth-rail-item:hover {
  transform: translateX(-6px);
  border-color: rgba(233, 151, 46, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 42px rgba(0, 0, 0, 0.24);
}
.home-auth-rail-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.04);
}
.home-auth-note:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 151, 46, 0.24);
}
.auth-brands-head {
  max-width: 44rem;
}
.auth-brands-grid {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 1rem;
}
.auth-brands-item {
  position: relative;
  overflow: hidden;
  min-height: 108px;
  padding: 0.7rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}
.auth-brands-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233, 151, 46, 0.55), transparent);
  opacity: 0.8;
}
.auth-brands-item picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 92px;
  padding: 0.95rem 0.8rem;
  border: 1px solid rgba(79, 57, 28, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 243, 236, 0.98), rgba(232, 224, 212, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.auth-brands-item:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 151, 46, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 48px rgba(0, 0, 0, 0.28);
}
.auth-brands-item:hover picture {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 18px 32px rgba(0, 0, 0, 0.24);
}
.auth-brands-item img {
  width: auto;
  max-width: 122px;
  max-height: 46px;
  height: auto;
  object-fit: contain;
  filter: saturate(0.94) contrast(1.02);
  opacity: 0.94;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease, opacity 0.35s ease;
}
.auth-brands-item:hover img {
  filter: saturate(1.04) contrast(1.04);
  opacity: 1;
  transform: scale(1.04);
}
@media (max-width: 767px) {
  .home-auth-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .home-auth-action {
    width: 100%;
    justify-content: center;
  }
  .home-auth-rail-item:hover {
    transform: translateY(-4px);
  }
  .auth-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
  .auth-brands-item {
    min-height: 96px;
    padding: 0.55rem;
  }
  .auth-brands-item picture {
    min-height: 78px;
    padding: 0.8rem 0.65rem;
  }
  .auth-brands-item img {
    max-width: 100px;
    max-height: 38px;
  }
}
/* ========================================
   SCROLL TO TOP 2026-03
   ======================================== */
.scroll-top-button {
  position: fixed;
  right: clamp(1rem, 2.4vw, 1.65rem);
  bottom: clamp(1rem, 2.8vw, 1.85rem);
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
  border: 1px solid rgba(233, 151, 46, 0.24);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(23, 22, 22, 0.94), rgba(10, 10, 11, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 36px rgba(0, 0, 0, 0.28);
  color: #f0be75;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 1rem, 0) scale(0.9);
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  will-change: transform, opacity;
}
.scroll-top-button::before {
  content: '';
  position: absolute;
  inset: 0.4rem;
  border-radius: 1rem;
  background: radial-gradient(circle at 30% 28%, rgba(233, 151, 46, 0.18), rgba(233, 151, 46, 0) 62%);
  opacity: 0.85;
  pointer-events: none;
}
.scroll-top-button i {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1;
}
.scroll-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}
.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  border-color: rgba(239, 191, 114, 0.46);
  background: linear-gradient(180deg, rgba(32, 30, 29, 0.96), rgba(14, 13, 13, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 24px 44px rgba(0, 0, 0, 0.34);
  color: #ffd39a;
  transform: translate3d(0, -0.24rem, 0) scale(1.03);
}
.scroll-top-button:focus-visible {
  outline: 2px solid rgba(239, 191, 114, 0.28);
  outline-offset: 3px;
}
.scroll-top-button:active {
  transform: translate3d(0, 0, 0) scale(0.97);
}
@media (max-width: 767px) {
  .scroll-top-button {
    right: 0.9rem;
    bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px));
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 1.15rem;
  }
  .scroll-top-button i {
    font-size: 1.35rem;
  }
}
