:root {
  --gold: #d8b15c;
  --gold-light: #f3d889;
  --carbon: #070707;
  --panel: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, 0.11);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 7%, rgba(216, 177, 92, 0.13), transparent 26rem),
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.08), transparent 22rem),
    #070707;
}

img {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(243, 216, 137, 0.78);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--gold);
  color: #080808;
  padding: 0.75rem 1rem;
  font-weight: 900;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 7, 7, 0.88);
  backdrop-filter: blur(18px);
}

.emergency-ribbon {
  display: none;
  justify-content: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(216, 177, 92, 0.2);
  background: linear-gradient(90deg, rgba(216, 177, 92, 0.22), rgba(216, 177, 92, 0.08), rgba(216, 177, 92, 0.22));
  color: rgba(255, 255, 255, 0.82);
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.emergency-ribbon a {
  color: var(--gold-light);
}

.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background: #caa456;
  border-radius: 0.45rem;
  box-shadow: 0 10px 32px rgba(216, 177, 92, 0.22);
}

.brand-mark img {
  position: absolute;
  left: 0;
  top: 0;
  width: 12rem;
  max-width: none;
  height: 8rem;
  object-fit: cover;
  transform: translate(-2.25rem, -2.77rem);
}

.nav-menu a:not(.btn),
.mobile-menu a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-menu a:not(.btn):hover,
.mobile-menu a:hover {
  color: var(--gold-light);
}

.mobile-menu a {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: currentColor;
  margin: 3px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.35rem;
  font-weight: 950;
  letter-spacing: 0;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  color: #080808;
  background: linear-gradient(135deg, #a77b2c, #f3d889 52%, #be8f36);
  box-shadow: 0 14px 40px rgba(216, 177, 92, 0.18);
}

.btn-glow {
  animation: ctaGlow 3.6s ease-in-out infinite;
}

.btn-dark {
  color: #fff;
  border: 1px solid rgba(216, 177, 92, 0.38);
  background: rgba(255, 255, 255, 0.045);
}

.btn-carbon {
  color: #f6dc91;
  background: #070707;
}

.btn-carbon-outline {
  color: #070707;
  border: 1px solid rgba(7, 7, 7, 0.35);
}

.hero {
  min-height: 100svh;
}

.hero .grid > * {
  min-width: 0;
}

.hero h1 {
  max-width: min(100%, 58rem);
  color: #fff;
  font-size: clamp(2.65rem, 5.6vw, 4.85rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-subtext {
  margin-top: 1.5rem;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.85;
}

.industrial-overlay,
.circuit-grid,
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.industrial-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 52%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px);
  opacity: 0.72;
}

.circuit-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(216, 177, 92, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 177, 92, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero-glow {
  background: radial-gradient(circle at 78% 40%, rgba(216, 177, 92, 0.22), transparent 22rem);
  animation: slowGlow 7s ease-in-out infinite;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(216, 177, 92, 0.32);
  background: rgba(216, 177, 92, 0.1);
  color: var(--gold-light);
  padding: 0.75rem 1rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pulse-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #3dff9f;
  box-shadow: 0 0 0 0 rgba(61, 255, 159, 0.58);
  animation: pulse 1.8s infinite;
}

.trust-grid {
  margin-top: 2rem;
  display: grid;
  max-width: 47rem;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid li,
.automation-grid span {
  border: 1px solid rgba(216, 177, 92, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.82);
  padding: 0.85rem 1rem;
  font-size: 0.86rem;
  font-weight: 900;
}

.trust-grid li::before,
.automation-grid span::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--gold-light);
  box-shadow: 0 0 14px rgba(243, 216, 137, 0.5);
}

.hero-panel {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(216, 177, 92, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(0, 0, 0, 0.28);
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.hero-panel h2 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.08;
}

.hero-panel p:last-child {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

.hero-stats {
  margin: 1.75rem 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-stats div {
  border: 1px solid rgba(216, 177, 92, 0.2);
  background: rgba(0, 0, 0, 0.26);
  padding: 1rem 0.75rem;
}

.hero-stats strong {
  display: block;
  color: var(--gold-light);
  font-size: 1.5rem;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 800;
}

.cta-band {
  background: linear-gradient(135deg, #9d7229, #f3d889 50%, #b78935);
}

.section {
  position: relative;
}

.section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.section-heading {
  max-width: 56rem;
}

.section-heading > span,
.eyebrow {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.estimate-strip h2 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  font-weight: 950;
}

.section-heading p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

.service-group,
.proof-card,
.about-panel div,
.testimonial,
.contact-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.service-group {
  min-height: 100%;
  padding: 1.35rem;
}

.service-group:hover,
.proof-card:hover {
  border-color: rgba(216, 177, 92, 0.52);
  transform: translateY(-5px);
  box-shadow: 0 24px 82px rgba(216, 177, 92, 0.12);
}

.service-group-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.service-group h3 {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.32rem;
  font-weight: 950;
  line-height: 1.18;
}

.service-group ul {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  font-weight: 750;
}

.service-group li {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
}

.service-group li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-0.12rem);
}

.icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border: 1px solid rgba(216, 177, 92, 0.34);
  background:
    linear-gradient(135deg, rgba(216, 177, 92, 0.28), transparent),
    #0b0b0b;
}

.icon-automation {
  clip-path: polygon(12% 15%, 88% 15%, 88% 85%, 12% 85%);
}

.icon-panel {
  box-shadow: inset 0 0 0 10px rgba(216, 177, 92, 0.12);
}

.icon-emergency {
  clip-path: polygon(50% 0, 100% 80%, 0 80%);
}

.proof-card {
  padding: 1.35rem;
}

.proof-card strong,
.about-panel strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.proof-card span,
.about-panel p {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.about-panel {
  display: grid;
  gap: 1rem;
}

.about-panel div {
  padding: 1.25rem;
}

.automation {
  background:
    radial-gradient(circle at 24% 50%, rgba(216, 177, 92, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(216, 177, 92, 0.1), transparent 42%),
    #090909;
}

.automation-visual {
  min-height: 28rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 177, 92, 0.2);
  background:
    radial-gradient(circle at 50% 40%, rgba(216, 177, 92, 0.2), transparent 18rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.38);
}

.panel-face {
  width: min(82%, 25rem);
  aspect-ratio: 1.15;
  position: relative;
  border: 1px solid rgba(216, 177, 92, 0.42);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 20px),
    #141414;
  box-shadow: inset 0 0 0 1rem rgba(255, 255, 255, 0.025), 0 24px 80px rgba(0, 0, 0, 0.36);
}

.panel-face span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 20px rgba(243, 216, 137, 0.55);
}

.panel-face span:nth-child(1) { left: 18%; top: 20%; }
.panel-face span:nth-child(2) { right: 18%; top: 20%; background: #3dff9f; }
.panel-face span:nth-child(3) { left: 18%; bottom: 22%; }
.panel-face span:nth-child(4) { right: 18%; bottom: 22%; background: #ff6057; }

.panel-face b,
.panel-face em,
.panel-face small {
  position: absolute;
  color: rgba(255, 255, 255, 0.86);
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.panel-face b { left: 18%; top: 45%; }
.panel-face em { right: 18%; top: 45%; }
.panel-face small { left: 18%; bottom: 10%; color: var(--gold-light); }

.automation-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.area-card {
  border: 1px solid rgba(216, 177, 92, 0.18);
  background: rgba(255, 255, 255, 0.045);
  padding: 1.2rem;
}

.area-card strong {
  display: block;
  color: #fff;
  font-weight: 950;
}

.area-card span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  line-height: 1.5;
}

.testimonial {
  padding: 1.5rem;
}

.testimonial blockquote {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.testimonial figcaption {
  margin-top: 1.25rem;
  color: var(--gold-light);
  font-weight: 900;
}

.estimate-strip {
  border-block: 1px solid rgba(216, 177, 92, 0.18);
  background:
    radial-gradient(circle at 85% 50%, rgba(216, 177, 92, 0.16), transparent 18rem),
    #0b0b0b;
}

.contact-panel {
  padding: 1rem;
}

.contact-panel form {
  display: grid;
  gap: 1rem;
}

.contact-panel label span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 850;
}

.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  padding: 0.95rem 1rem;
}

.contact-panel textarea {
  resize: vertical;
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: rgba(216, 177, 92, 0.68);
  box-shadow: 0 0 0 3px rgba(216, 177, 92, 0.12);
}

.contact-panel textarea::placeholder,
.contact-panel input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.form-help,
.form-status {
  display: block;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-status {
  min-height: 1.25rem;
  margin-top: 0;
  color: var(--gold-light);
  font-weight: 800;
}

.contact-link {
  display: block;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.045);
  padding: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.contact-link:hover {
  background: rgba(216, 177, 92, 0.1);
}

.map-placeholder {
  margin-top: 1rem;
  min-height: 14rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 177, 92, 0.16);
  background:
    linear-gradient(90deg, transparent 49%, rgba(216, 177, 92, 0.22) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(216, 177, 92, 0.16) 50%, transparent 51%),
    #0e0e0e;
  background-size: 3rem 3rem;
}

.map-placeholder span {
  background: #050505;
  color: var(--gold-light);
  border: 1px solid rgba(216, 177, 92, 0.28);
  padding: 0.9rem 1.1rem;
  font-weight: 950;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-sticky-cta a {
  display: grid;
  min-height: 3.85rem;
  place-items: center;
  color: #070707;
  background: linear-gradient(135deg, #a77b2c, #f3d889 52%, #be8f36);
  font-weight: 950;
}

.mobile-sticky-cta a:first-child {
  background: #fff;
}

.mobile-call-float,
.whatsapp-float {
  position: fixed;
  z-index: 60;
  display: inline-grid;
  place-items: center;
  min-width: 3.6rem;
  min-height: 3.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
}

.mobile-call-float {
  right: 5rem;
  bottom: 5rem;
  color: #080808;
  background: var(--gold-light);
  box-shadow: 0 14px 40px rgba(216, 177, 92, 0.25);
}

.whatsapp-float {
  right: 1rem;
  bottom: 5rem;
  background: #25d366;
  color: #06130b;
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 140ms;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 12px rgba(61, 255, 159, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 255, 159, 0); }
}

@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 14px 40px rgba(216, 177, 92, 0.18); }
  50% { box-shadow: 0 18px 56px rgba(216, 177, 92, 0.34); }
}

@keyframes slowGlow {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@media (min-width: 768px) {
  .emergency-ribbon {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .whatsapp-float,
  .mobile-call-float {
    bottom: 1.4rem;
  }

  .mobile-call-float {
    display: none;
  }
}

@media (max-width: 640px) {
  .trust-grid,
  .automation-grid,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
