:root {
  --navy: #07131f;
  --navy-2: #0c1d2c;
  --steel: #123047;
  --teal: #1ec8d4;
  --teal-d: #0e8fa0;
  --yellow: #f5c400;
  --yellow-2: #ffd84a;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --ink: #12202c;
  --muted: #5f7586;
  --line: rgba(15, 40, 55, 0.12);
  --shadow: 0 18px 50px rgba(7, 19, 31, 0.16);
  --radius: 22px;
  --max: 1180px;
  --header: 84px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.skip {
  position: absolute; left: 1rem; top: -4rem; background: var(--yellow); color: var(--navy);
  padding: .6rem 1rem; z-index: 100; border-radius: 8px;
}
.skip:focus { top: 1rem; }

.topbar {
  background: var(--navy);
  color: #d7e6ee;
  font-size: .85rem;
}
.topbar .container {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  padding: .55rem 0; flex-wrap: wrap;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--yellow); }
.topbar span { opacity: .85; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header); gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.brand-mark { height: 48px; width: 48px; flex-shrink: 0; display: block; }
.brand-text { display: block; }
.brand-text strong { display: block; letter-spacing: .12em; font-size: .92rem; color: var(--navy); }
.brand-text small { color: var(--teal-d); letter-spacing: .22em; font-size: .62rem; font-weight: 700; }

.nav-links {
  display: none; gap: 1.15rem; align-items: center; font-weight: 600; font-size: .92rem;
}
.nav-links a { position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 3px;
  background: var(--yellow); transition: width .25s;
}
.nav-links a:hover::after { width: 100%; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 0; border-radius: 999px; padding: .85rem 1.25rem; font-weight: 700;
  cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 10px 24px rgba(245, 196, 0, .35); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-whatsapp { background: #25d366; color: #04210d; }
.menu-btn {
  width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; display: grid; place-items: center; gap: 5px;
}
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--navy); }
@media (min-width: 980px) {
  .nav-links { display: flex; }
  .menu-btn { display: none; }
}

.mobile-nav {
  display: none; flex-direction: column; gap: 1rem; padding: 0 0 1.2rem;
  font-weight: 700;
}
.mobile-nav.open { display: flex; }

.hero {
  position: relative; min-height: calc(100svh - 120px);
  color: #fff; overflow: hidden; display: grid; align-items: end;
}
.hero-slides, .hero-slides img, .hero-slides .slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-slides .slide { opacity: 0; transition: opacity 1s ease; }
.hero-slides .slide.active { opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,19,31,.35) 0%, rgba(7,19,31,.78) 70%, rgba(7,19,31,.92) 100%),
    linear-gradient(90deg, rgba(7,19,31,.55), transparent 55%);
}
.hero-content { position: relative; z-index: 1; padding: 4.5rem 0 3.2rem; }
.kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(30,200,212,.16); border: 1px solid rgba(30,200,212,.35);
  color: var(--teal); padding: .4rem .8rem; border-radius: 999px;
  letter-spacing: .16em; text-transform: uppercase; font-size: .72rem; font-weight: 700;
}
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); max-width: 14ch; margin: .7rem 0 1rem; letter-spacing: .02em; }
.lead { max-width: 42ch; font-size: 1.08rem; color: #d5e4ed; margin: 0 0 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem; margin-top: 2.4rem; max-width: 640px;
}
.hero-stats b { display: block; font-size: 1.7rem; color: var(--yellow); font-family: "Barlow Condensed", sans-serif; }
.hero-stats span { font-size: .85rem; color: #c9d8e2; }

.section { padding: 5rem 0; }
.section-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; flex-wrap: wrap; margin-bottom: 2rem; }
.section-head p { color: var(--muted); max-width: 46ch; margin: .6rem 0 0; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: .03em; }
.eyebrow { color: var(--teal-d); font-weight: 800; letter-spacing: .22em; text-transform: uppercase; font-size: .75rem; }

.services { background: linear-gradient(180deg, #fff, #eef6f8); }
.grid-6, .grid-3, .grid-2 { display: grid; gap: 1.1rem; }
.grid-6 { grid-template-columns: 1fr; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem; box-shadow: var(--shadow);
}
.service {
  transition: transform .25s;
}
.service:hover { transform: translateY(-6px); }
.icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: #e8fbff; color: var(--teal-d); margin-bottom: .8rem;
}
.icon svg { width: 28px; height: 28px; display: block; }
.brand-mark { width: 48px; height: 48px; flex-shrink: 0; display: block; }
.service h3 { font-size: 1.45rem; margin-bottom: .35rem; }

.about { background: var(--navy); color: #e8f2f6; }
.about .grid-2 { align-items: center; }
.about h2 { color: #fff; }
.about p { color: #c5d6e0; }
.about-panel {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 1.4rem;
}
.checks { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .55rem; }
.checks li::before { content: "? "; color: var(--yellow); }

.gallery-grid {
  display: grid; gap: .8rem;
  grid-template-columns: 1fr;
}
.gallery-grid button {
  padding: 0; border: 0; background: none; cursor: pointer; overflow: hidden; border-radius: 18px;
}
.gallery-grid img {
  width: 100%; height: 240px; object-fit: cover; transition: transform .45s;
}
.gallery-grid button:hover img { transform: scale(1.06); }

.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: .45rem .9rem; cursor: pointer; font-weight: 700;
}
.filter.active { background: var(--navy); color: #fff; }

.catalog-grid {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
}
.catalog-card {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #fff;
  cursor: pointer;
}
.catalog-card img { width: 100%; height: 320px; object-fit: cover; object-position: top; }
.catalog-card p { margin: 0; padding: .85rem 1rem 1rem; font-weight: 700; }

.contact { background: #eef4f7; }
.contact-grid { display: grid; gap: 1.2rem; }
form { display: grid; gap: .8rem; }
label { font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
.info-list { display: grid; gap: .9rem; }
.info-list a, .info-list p { margin: 0; }
.pay {
  background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.3rem;
}
.pay h3 { margin-bottom: .6rem; }
.pay code {
  display: block; background: rgba(255,255,255,.08); padding: .55rem .7rem; border-radius: 10px;
  margin: .25rem 0 .7rem; font-size: .92rem; overflow-wrap: anywhere;
}
.copy {
  border: 0; background: var(--yellow); color: var(--navy); border-radius: 8px; padding: .25rem .55rem;
  font-weight: 700; cursor: pointer; margin-left: .4rem;
}

.map {
  border: 0; width: 100%; height: 280px; border-radius: var(--radius); filter: grayscale(.2) contrast(1.05);
}

.footer {
  background: #050d14; color: #9fb3c1; padding: 2.2rem 0;
}
.footer .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer strong { color: #fff; }

.wa-float {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
  font-size: 1.7rem;
}

.lightbox {
  position: fixed; inset: 0; background: rgba(5,13,20,.92); display: none;
  place-items: center; z-index: 80; padding: 1.5rem;
}
.lightbox.open { display: grid; }
.lightbox img { max-height: 88vh; max-width: min(100%, 980px); border-radius: 12px; }
.lightbox button {
  position: absolute; top: 1rem; right: 1rem; border: 0; background: #fff; width: 42px; height: 42px;
  border-radius: 50%; cursor: pointer; font-size: 1.3rem;
}

@media (min-width: 700px) {
  .grid-6 { grid-template-columns: repeat(2, 1fr); }
  .grid-2, .contact-grid, .about .grid-2 { grid-template-columns: 1.1fr .9fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-grid .wide { grid-column: span 2; }
  .gallery-grid .wide img { height: 320px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
