:root {
  --bg: #080808;
  --bg-soft: #10100f;
  --panel: #151513;
  --panel-2: #1b1b18;
  --line: rgba(255, 196, 0, 0.24);
  --line-soft: rgba(255,255,255,0.09);
  --gold: #f5b900;
  --gold-bright: #ffd23f;
  --gold-deep: #b87a00;
  --white: #ffffff;
  --muted: #b9b9b4;
  --muted-2: #82827d;
  --success: #25d366;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
  --header-h: 88px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  position: relative;
  background:
    radial-gradient(circle at 8% 12%, rgba(245,185,0,.12), transparent 22%),
    radial-gradient(circle at 84% 10%, rgba(245,185,0,.08), transparent 18%),
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.028), transparent 28%),
    linear-gradient(180deg, #0c0b08 0%, #12100b 24%, #0f0e0b 56%, #0a0a09 100%);
  background-attachment: fixed;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,209,79,.045), transparent 16%),
    radial-gradient(circle at 82% 16%, rgba(255,209,79,.035), transparent 14%),
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.018), transparent 24%);
  opacity: 1;
  z-index: -1;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: #111; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.section::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.03), transparent); pointer-events: none; }
.section-sm { padding: 72px 0; }
.section-head { max-width: 760px; margin-bottom: 46px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); box-shadow: 0 0 18px rgba(245,185,0,.55); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.9rem); margin-bottom: 12px; }
.lead { font-size: clamp(1.04rem, 1.6vw, 1.28rem); color: #d2d2cd; max-width: 680px; }
.muted { color: var(--muted); }
.gold { color: var(--gold-bright); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-h);
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition), height var(--transition);
}
.site-header.scrolled {
  background: rgba(7,7,7,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-color: var(--line-soft);
  box-shadow: 0 14px 50px rgba(0,0,0,.28);
  height: 78px;
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, #ffdc57, #e7a400 68%, #8e5b00);
  color: #111; box-shadow: 0 10px 28px rgba(245,185,0,.2);
}
.brand-mark svg { width: 27px; height: 27px; }
.brand-copy { line-height: .94; text-transform: uppercase; }
.brand-copy strong { display: block; font-size: 1.04rem; letter-spacing: -.02em; }
.brand-copy span { display: block; color: var(--gold); font-weight: 900; font-size: 1.05rem; }
.brand-copy small { display: block; margin-top: 5px; color: #aaa; letter-spacing: .12em; font-size: .46rem; }

.main-nav { display: flex; align-items: center; gap: 8px; }
.nav-link {
  color: #ddd; font-size: .93rem; font-weight: 650;
  padding: 12px 13px; border-radius: 12px; transition: var(--transition);
}
.nav-link:hover, .nav-link.active { color: var(--white); background: rgba(255,255,255,.06); }
.nav-link.active { color: var(--gold-bright); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line-soft); border-radius: 14px;
  background: rgba(255,255,255,.04); color: white; align-items: center; justify-content: center;
}
.menu-toggle svg { width: 23px; height: 23px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent;
  font-weight: 850; letter-spacing: -.01em; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #111; box-shadow: 0 14px 38px rgba(245,185,0,.20); }
.btn-primary:hover { box-shadow: 0 18px 46px rgba(245,185,0,.30); }
.btn-outline { border-color: rgba(245,185,0,.5); color: #fff; background: rgba(245,185,0,.04); }
.btn-outline:hover { background: rgba(245,185,0,.1); border-color: var(--gold); }
.btn-dark { background: #151513; border-color: var(--line-soft); color: white; }
.btn-whatsapp { background: var(--success); color: #07180d; }
.btn-sm { min-height: 44px; padding-inline: 17px; border-radius: 12px; font-size: .9rem; }
.btn svg { width: 19px; height: 19px; flex: 0 0 auto; }

.hero { min-height: 780px; padding: 150px 0 90px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 35%, rgba(245,185,0,.12), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(245,185,0,.08), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.12), transparent 42%, rgba(0,0,0,.08) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 4%;
  top: 8%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(245,185,0,.08);
  opacity: .55;
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 720px; }
.hero-copy h1 span { color: var(--gold-bright); display: block; }
.hero-copy .lead { margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #c4c4bf; font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 17px; height: 17px; color: var(--gold); }

.hero-visual { position: relative; min-height: 590px; }
.hero-image-wrap {
  position: absolute; inset: 0 0 0 35px; border-radius: 38px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); transform: rotate(1.5deg);
}
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.5)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -8px; bottom: 28px; z-index: 3; width: 175px; height: 175px; border-radius: 50%;
  display: grid; place-items: center; text-align: center; color: #10100f; background: radial-gradient(circle at 35% 30%, #ffe983, #f5b900 52%, #9a6500);
  border: 8px solid #111; box-shadow: 0 16px 50px rgba(0,0,0,.5), 0 0 0 2px var(--gold);
  transform: rotate(-7deg);
}
.hero-badge strong { font-size: 2.2rem; display: block; line-height: .85; }
.hero-badge span { font-size: .67rem; font-weight: 950; text-transform: uppercase; line-height: 1.2; display: block; margin-top: 8px; }
.floating-card {
  position: absolute; right: -18px; top: 58px; z-index: 4; width: 245px; padding: 18px;
  border-radius: 18px; background: rgba(16,16,15,.92); backdrop-filter: blur(14px); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.floating-card .icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #111; background: var(--gold); margin-bottom: 12px; }
.floating-card strong { display: block; font-size: 1.08rem; }
.floating-card span { color: var(--muted); font-size: .85rem; }

.feature-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #11110f, #0c0c0b); }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature-item { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 12px; padding: 24px 16px; border-right: 1px solid var(--line-soft); }
.feature-item:last-child { border-right: 0; }
.feature-item svg { width: 32px; height: 32px; color: var(--gold-bright); }
.feature-item span { font-weight: 780; font-size: .88rem; line-height: 1.35; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.card {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 30px; transition: transform var(--transition), border-color var(--transition), background var(--transition);
}
.card:hover { transform: translateY(-5px); border-color: rgba(245,185,0,.4); background: linear-gradient(145deg, rgba(245,185,0,.065), rgba(255,255,255,.025)); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #111; background: linear-gradient(145deg, var(--gold-bright), var(--gold)); margin-bottom: 24px; box-shadow: 0 12px 35px rgba(245,185,0,.15); }
.icon-box svg { width: 26px; height: 26px; }
.card p { color: var(--muted); margin-bottom: 0; }
.card-link { margin-top: 22px; display: inline-flex; gap: 8px; align-items: center; color: var(--gold-bright); font-weight: 800; }
.card-link svg { width: 18px; height: 18px; transition: transform var(--transition); }
.card:hover .card-link svg { transform: translateX(4px); }

.about-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.image-stack { position: relative; min-height: 590px; }
.image-stack .main-img { position: absolute; inset: 0 80px 50px 0; width: calc(100% - 80px); height: calc(100% - 50px); object-fit: cover; border-radius: 30px; border: 1px solid var(--line-soft); box-shadow: var(--shadow); }
.image-stack .sub-img { position: absolute; right: 0; bottom: 0; width: 48%; height: 45%; object-fit: cover; border-radius: 24px; border: 8px solid var(--bg); box-shadow: var(--shadow); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.stat { padding: 20px; border: 1px solid var(--line-soft); border-radius: 18px; background: rgba(255,255,255,.025); }
.stat strong { display: block; color: var(--gold-bright); font-size: 1.8rem; line-height: 1; margin-bottom: 8px; }
.stat span { color: var(--muted); font-size: .82rem; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}
.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: #171715;
  cursor: zoom-in;
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.gallery-card:hover img { transform: scale(1.05); filter: contrast(1.05) saturate(1.03); }
.gallery-card::before {
  content: "Project";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(7,7,7,.72);
  border: 1px solid rgba(245,185,0,.34);
  color: var(--gold-bright);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 66px 24px 22px;
  background: linear-gradient(transparent, rgba(0,0,0,.92));
}
.gallery-overlay strong { display: block; font-size: 1.12rem; margin-bottom: 4px; }
.gallery-overlay span { color: #cfcfca; font-size: .84rem; }

.pricing-panel { border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(245,185,0,.07), rgba(255,255,255,.025) 45%, rgba(255,255,255,.01)); box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.price-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.price-card {
  min-height: 168px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 14px; border-radius: 17px;
  background: #11110f; border: 1px solid rgba(245,185,0,.25); text-align: center; transition: var(--transition);
}
.price-card:hover, .price-card.selected { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 16px 35px rgba(245,185,0,.12); }
.price-card .room { color: #ddd; font-weight: 800; text-transform: uppercase; font-size: .83rem; letter-spacing: .05em; }
.price-card .amount { color: var(--gold-bright); font-weight: 950; font-size: 1.45rem; }
.pricing-note { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); }
.pricing-note strong { color: white; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.process-step { position: relative; padding: 30px; border-radius: 22px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.025); counter-increment: step; }
.process-step::before { content: "0" counter(step); display: block; font-size: 2.4rem; font-weight: 950; line-height: 1; color: rgba(245,185,0,.25); margin-bottom: 26px; }
.process-step p { color: var(--muted); margin: 0; }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-item { border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.025); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; color: white; background: transparent; border: 0; text-align: left; font-weight: 800; }
.faq-question svg { width: 20px; height: 20px; color: var(--gold); transition: transform var(--transition); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-answer p { color: var(--muted); padding: 0 24px 22px; margin: 0; }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }

.cta-banner { overflow: hidden; border-radius: 34px; background: linear-gradient(120deg, #ffd64b, #e7a400 55%, #b67400); color: #111; padding: 56px; position: relative; }
.cta-banner::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -80px; top: -130px; border: 1px solid rgba(0,0,0,.17); box-shadow: inset 0 0 90px rgba(255,255,255,.17); }
.cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-banner h2 { max-width: 720px; margin-bottom: 10px; }
.cta-banner p { margin-bottom: 0; color: rgba(17,17,17,.75); font-weight: 650; }
.cta-banner .btn-dark { background: #10100f; color: white; border-color: #10100f; flex-shrink: 0; }

.page-hero { padding: 180px 0 95px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: linear-gradient(180deg, rgba(255,255,255,.01), rgba(0,0,0,0)); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 26%, rgba(245,185,0,.10), transparent 22%), radial-gradient(circle at 16% 24%, rgba(255,255,255,.03), transparent 20%); pointer-events: none; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); max-width: 900px; }
.page-hero .lead { max-width: 760px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: var(--muted-2); font-size: .85rem; margin-bottom: 24px; }
.breadcrumbs a:hover { color: var(--gold); }

.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 55px 0; border-bottom: 1px solid var(--line-soft); }
.service-detail:nth-child(even) { grid-template-columns: 1.15fr .85fr; }
.service-detail:nth-child(even) .service-media { order: 2; }
.service-media { height: 440px; border-radius: 28px; overflow: hidden; border: 1px solid var(--line-soft); }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #d0d0cb; }
.check-list svg { width: 20px; height: 20px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}
.gallery-page-grid .gallery-card { min-height: 340px; }
.gallery-page-grid .gallery-card::before { content: attr(data-category); text-transform: capitalize; }
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}
.filter-btn { border: 1px solid var(--line-soft); background: rgba(255,255,255,.03); color: #d4d4cf; border-radius: 999px; padding: 10px 18px; font-weight: 750; }
.filter-btn.active, .filter-btn:hover { color: #111; background: var(--gold); border-color: var(--gold); }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(0,0,0,.93); }
.lightbox.open { display: flex; }
.lightbox img { max-height: 88vh; max-width: min(1100px, 92vw); border-radius: 20px; box-shadow: 0 25px 90px #000; }
.lightbox-close { position: absolute; top: 22px; right: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #111; color: white; }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--line-soft); border-radius: 24px; }
.price-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.price-table th, .price-table td { padding: 20px 22px; text-align: left; border-bottom: 1px solid var(--line-soft); }
.price-table th { color: var(--gold-bright); background: rgba(245,185,0,.055); text-transform: uppercase; font-size: .76rem; letter-spacing: .1em; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { font-weight: 900; color: var(--gold-bright); font-size: 1.2rem; }
.inclusions { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 36px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: start; }
.contact-card { padding: 34px; border-radius: 26px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.03); }
.contact-method { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.contact-method:last-child { border-bottom: 0; }
.contact-method .icon-box { margin: 0; width: 46px; height: 46px; border-radius: 14px; }
.contact-method strong { display: block; }
.contact-method span, .contact-method a { color: var(--muted); }
.contact-method a:hover { color: var(--gold); }
.quote-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { color: #d7d7d2; font-weight: 750; font-size: .88rem; }
.form-control { width: 100%; min-height: 52px; padding: 0 15px; color: white; border: 1px solid var(--line-soft); background: #0f0f0e; border-radius: 13px; outline: none; transition: border-color var(--transition), box-shadow var(--transition); }
textarea.form-control { min-height: 130px; padding-top: 14px; resize: vertical; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(245,185,0,.09); }
.form-note { color: var(--muted-2); font-size: .8rem; }

.original-ad { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.original-ad img { border-radius: 26px; border: 1px solid var(--line-soft); box-shadow: var(--shadow); }

.site-footer { padding: 76px 0 24px; border-top: 1px solid var(--line-soft); background: #060606; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: 46px; }
.footer-brand p { color: var(--muted); max-width: 330px; margin-top: 22px; }
.footer-title { font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; color: #eee; margin-bottom: 19px; }
.footer-links { display: grid; gap: 11px; color: var(--muted); }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: grid; gap: 13px; color: var(--muted); }
.footer-contact a { display: flex; align-items: center; gap: 10px; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: .8rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: var(--success); color: white; box-shadow: 0 18px 45px rgba(0,0,0,.4); transition: transform var(--transition); }
.whatsapp-float:hover { transform: scale(1.07) translateY(-2px); }
.whatsapp-float svg { width: 31px; height: 31px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .main-nav { position: fixed; top: 0; right: -100%; width: min(390px, 92vw); height: 100dvh; padding: 110px 24px 35px; background: #0a0a09; border-left: 1px solid var(--line-soft); display: flex; flex-direction: column; align-items: stretch; gap: 6px; transition: right .32s ease; box-shadow: -25px 0 70px rgba(0,0,0,.55); }
  .menu-open .main-nav { right: 0; }
  .nav-link { font-size: 1.05rem; padding: 15px 16px; }
  .menu-toggle { display: inline-flex; z-index: 1001; }
  .header-actions .btn { display: none; }
  .hero-grid { gap: 38px; }
  .floating-card { right: -2px; }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .feature-item:nth-child(3) { border-right: 0; }
  .feature-item:nth-child(-n+3) { border-bottom: 1px solid var(--line-soft); }
  .price-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  :root { --header-h: 76px; }
  .section { padding: 82px 0; }
  .hero { padding-top: 125px; min-height: auto; }
  .hero-grid, .about-split, .contact-grid, .original-ad { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 560px; max-width: 660px; width: 100%; margin: 8px auto 0; }
  .hero-image-wrap { inset: 0; transform: none; }
  .floating-card { top: 24px; right: 14px; }
  .hero-badge { left: 15px; bottom: 22px; width: 145px; height: 145px; }
  .hero-badge strong { font-size: 1.8rem; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .about-split { gap: 44px; }
  .image-stack { min-height: 520px; }
  .gallery-grid { grid-template-columns: 1fr; padding: 14px; }
  .gallery-card { min-height: 260px; aspect-ratio: auto; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .service-detail, .service-detail:nth-child(even) { grid-template-columns: 1fr; gap: 30px; }
  .service-detail:nth-child(even) .service-media { order: 0; }
  .gallery-page-grid { grid-template-columns: 1fr; }
  .inclusions { grid-template-columns: 1fr; }
  .original-ad { gap: 35px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.1rem); }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy small { display: none; }
  .hero { padding-bottom: 65px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .floating-card { width: 205px; padding: 14px; }
  .hero-badge { width: 124px; height: 124px; border-width: 6px; }
  .hero-badge strong { font-size: 1.55rem; }
  .hero-badge span { font-size: .54rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-item:nth-child(n) { border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
  .feature-item:nth-child(even) { border-right: 0; }
  .feature-item:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .grid-2, .grid-3, .grid-4, .stat-row, .process-grid { grid-template-columns: 1fr; }
  .card { padding: 25px; }
  .image-stack { min-height: 430px; }
  .image-stack .main-img { inset: 0 42px 38px 0; width: calc(100% - 42px); height: calc(100% - 38px); }
  .image-stack .sub-img { width: 52%; height: 40%; }
  .gallery-grid { padding: 12px; }
  .gallery-page-grid { grid-template-columns: 1fr; padding: 12px; }
  .pricing-panel { padding: 18px; }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-note { align-items: flex-start; flex-direction: column; }
  .cta-banner { padding: 34px 24px; }
  .page-hero { padding: 140px 0 68px; }
  .service-media { height: 340px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 56px; height: 56px; right: 15px; bottom: 15px; }
}

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

section[style*="background:#0d0d0c"] {
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.008)) !important;
}
section[style*="background:#0d0d0c"]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 20%, rgba(245,185,0,.06), transparent 18%);
}
