:root {
  --ink: #111827;
  --muted: #667085;
  --soft: #f4f7fb;
  --line: rgba(17, 24, 39, .12);
  --navy: #0e1726;
  --navy-2: #14233d;
  --green: #93d535;
  --green-dark: #6bae18;
  --blue: #09a1da;
  --card: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(15, 23, 42, .13);
  --container: min(1140px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 290px; height: auto; display: block; }
.site-nav { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #263142;
  font-weight: 700;
  font-size: .94rem;
}
.site-nav a:hover { background: var(--soft); color: var(--navy); }
.header-call, .header-whatsapp {
  font-weight: 800;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(147, 213, 53, .18);
  border: 1px solid rgba(147, 213, 53, .44);
}
.header-whatsapp {
  color: #fff;
  background: #1fbf62;
  border-color: rgba(31, 191, 98, .48);
}
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--navy);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 5px;
}

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: #fff; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3.2rem, 9vw, 6.6rem);
  line-height: .92;
  letter-spacing: -.07em;
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin-bottom: 18px;
}
h3 { font-size: 1.08rem; line-height: 1.2; margin-bottom: 10px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.36rem); color: rgba(255,255,255,.82); max-width: 670px; }
.section-copy p, .section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-dark .section-copy p, .section-dark .section-heading p { color: rgba(255,255,255,.76); }

.hero {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14,23,38,.98) 0%, rgba(14,23,38,.9) 38%, rgba(14,23,38,.35) 100%),
    url('../images/hero-repair.jpg') center / cover no-repeat;
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -48% 36%;
  height: 560px;
  background: radial-gradient(circle, rgba(147,213,53,.42), transparent 66%);
  filter: blur(20px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 44px;
  align-items: end;
  padding: 120px 0 92px;
}
.hero-copy { max-width: 780px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: #0d1804; box-shadow: 0 16px 40px rgba(147, 213, 53, .22); }
.btn-primary:hover { background: #a2ea3b; }
.btn-secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-secondary:hover { background: rgba(255,255,255,.16); }
.btn-whatsapp { background: #1fbf62; color: #fff; box-shadow: 0 16px 40px rgba(31, 191, 98, .2); }
.btn-whatsapp:hover { background: #22d26b; }
.btn-light { box-shadow: 0 12px 28px rgba(15,23,42,.08); }
.btn-outline { border-color: var(--line); color: var(--navy); background: #fff; }
.btn-outline:hover { border-color: rgba(147, 213, 53, .7); box-shadow: 0 12px 28px rgba(15,23,42,.08); }
.hero-points { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: .92rem;
}
.hero-card {
  padding: 30px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}
.card-label { margin: 0 0 10px; color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.hero-card h2 { font-size: 1.65rem; letter-spacing: -.03em; margin-bottom: 18px; }
.check-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; color: rgba(255,255,255,.84); }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.mini-contact { display: grid; gap: 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.mini-contact a { font-weight: 900; }

.stats-strip { position: relative; z-index: 2; margin-top: -34px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--line);
  box-shadow: var(--shadow);
}
.stats-grid div { background: #fff; padding: 24px; }
.stats-grid strong { display: block; font-size: 1.05rem; color: var(--navy); }
.stats-grid span { display: block; color: var(--muted); font-size: .95rem; }

.two-col, .split-feature, .contact-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}
.feature-image, .feature-panel {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 420px;
}
.feature-image img, .feature-panel img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel { min-height: 500px; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 44px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.service-card, .process-card, .price-card, .contact-card {
  background: var(--card);
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(15,23,42,.07);
}
.service-card {
  padding: 24px;
  min-height: 240px;
}
.service-card p, .process-card p { color: var(--muted); margin-bottom: 0; }
.icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(147,213,53,.18);
  color: var(--green-dark);
  font-weight: 900;
  margin-bottom: 18px;
}

.pill-list { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.pill-list span {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid rgba(17,24,39,.08);
  color: #263142;
  font-weight: 800;
  font-size: .93rem;
}

.band {
  position: relative;
  overflow: hidden;
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(147,213,53,.16), transparent 36%), url('../images/abstract-bg.jpg') center / cover no-repeat;
  opacity: .55;
}
.band .container { position: relative; z-index: 1; }
.pricing-grid { grid-template-columns: 1.05fr repeat(3, minmax(0, .75fr)); }
.price-card { padding: 30px; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(16px); }
.price-card strong { display: block; font-size: clamp(2.15rem, 3.4vw, 3rem); line-height: 1; margin: 8px 0 14px; letter-spacing: -.05em; }
.price-card p { color: rgba(255,255,255,.74); margin: 0; }
.price-label { color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .76rem; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.process-card { padding: 26px; }
.process-card span { display: block; color: var(--green-dark); font-weight: 950; font-size: .88rem; margin-bottom: 28px; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 250px;
  gap: 18px;
}
.gallery-item {
  border: 0;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: zoom-in;
  background: #d8dee9;
  box-shadow: 0 18px 46px rgba(15,23,42,.09);
}
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.05); }


.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-promo-card {
  border: 1px solid rgba(17,24,39,.08);
  padding: 10px;
  border-radius: 28px;
  overflow: hidden;
  cursor: zoom-in;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15,23,42,.12);
}
.service-promo-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

.contact-section { background: #fff; }
.contact-card { padding: 32px; }
.contact-card dl { margin: 0; display: grid; gap: 20px; }
.contact-card div { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-card div:last-child { border-bottom: 0; padding-bottom: 0; }
dt { color: var(--muted); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
dd { margin: 5px 0 0; font-size: 1.03rem; font-weight: 750; color: var(--navy); }
dd a { color: var(--navy); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.map-link { display: inline-flex; margin-top: 26px; color: var(--green-dark); font-weight: 900; }

.site-footer {
  background: #081120;
  color: rgba(255,255,255,.78);
  padding: 58px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr .8fr;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-logo { width: 270px; max-width: 100%; margin-bottom: 16px; display: inline-block; background: rgba(255,255,255,.96); padding: 8px 10px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.18); filter: none; }
.footer-grid strong { display: block; color: #fff; margin-bottom: 10px; }
.footer-grid a { display: block; margin: 7px 0; color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--green); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  font-size: .92rem;
}

.mobile-quick-contact {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 13, 25, .86);
}
.lightbox.is-open { display: flex; }
.lightbox img { max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 560px; }
}

@media (max-width: 820px) {
  :root { --container: min(100vw - 20px, 720px); }
  body { padding-bottom: 78px; }
  .header-inner { min-height: 88px; }
  .brand img { width: min(295px, calc(100vw - 112px)); }
  .header-actions { display: none; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    display: none;
    margin: 0;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 96px 0 64px; }
  h1 { font-size: clamp(2.8rem, 15vw, 5rem); }
  .stats-strip { margin-top: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); border-radius: 0; width: 100vw; margin-left: calc((100vw - var(--container)) / -2); }
  .two-col, .split-feature, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .feature-image, .feature-panel { min-height: 320px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .services-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item:first-child { grid-row: span 1; grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-quick-contact {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(17,24,39,.1);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .24);
    backdrop-filter: blur(16px);
  }
  .mobile-quick-contact a {
    min-height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--green);
    color: #0d1804;
    font-weight: 950;
  }
  .mobile-quick-contact a:last-child {
    background: #1fbf62;
    color: #fff;
  }
}

@media (max-width: 560px) {
  .section { padding: 68px 0; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .service-grid, .process-grid, .stats-grid, .gallery-grid, .services-showcase-grid { grid-template-columns: 1fr; }
  .gallery-item:first-child { grid-column: span 1; }
  .stats-grid { width: auto; margin-left: 0; border-radius: 18px; }
  .hero-card { padding: 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
