/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --graphite: #1a1a1e;
  --graphite-mid: #28282d;
  --graphite-deep: #111115;
  --footer-bg: #0d0d10;
  --surface: #f8f8f6;
  --border-light: #e8e8e4;
  --border-dark: rgba(255,255,255,0.1);
  --white: #ffffff;
  --text-dark: #1a1a1e;
  --text-muted-dark: #6b6b70;
  --text-white: #ffffff;
  --orange: #FF6200;
  --orange-dark: #e55800;
  --whatsapp: #25D366;
  --radius: 18px;
  --shadow: 0 12px 32px rgba(0,0,0,0.35);
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 900; line-height: 1; letter-spacing: -0.01em; }
p { color: var(--text-muted-dark); }

.ic { width: 20px; height: 20px; stroke: currentColor; flex-shrink: 0; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  border-radius: 12px; padding: 15px 28px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  font-size: 0.95rem;
}
.btn-lg { padding: 18px 32px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: 0.8rem; }

.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 26px rgba(255,98,0,0.32); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,98,0,0.4); }
.btn-primary:active { transform: scale(0.97); }

.btn-accent { background: var(--whatsapp); color: var(--white); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(37,211,102,0.35); }
.btn-accent:active { transform: scale(0.97); }

.btn-outline { background: rgba(255,255,255,0.08); color: var(--white); border: 1px solid rgba(255,255,255,0.16); }
.btn-outline:hover { background: rgba(255,255,255,0.14); }

.btn-ghost { background: transparent; color: var(--text-dark); border: 1.5px solid var(--border-light); }
.btn-ghost:hover { background: var(--surface); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(26,26,30,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-dark);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; min-width: 0; }
.logo-mark { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.logo-stack { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.logo-text { font-family: var(--font-heading); font-weight: 900; font-size: 1.25rem; color: var(--white); letter-spacing: 0.01em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.logo-sub { font-size: 0.55rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange); }

.main-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.main-nav a { font-weight: 500; font-size: 0.86rem; color: rgba(255,255,255,0.65); position: relative; padding: 6px 0; letter-spacing: 0.01em; transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.phone-link { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.9rem; color: rgba(255,255,255,0.85); white-space: nowrap; }
.phone-link:hover { color: var(--white); }
.phone-link .ic { color: var(--orange); width: 16px; height: 16px; }

.lang-switch { display: flex; align-items: center; background: rgba(255,255,255,0.06); border: 1px solid var(--border-dark); border-radius: 999px; padding: 3px; gap: 2px; flex-shrink: 0; }
.lang-btn { padding: 5px 11px; border-radius: 999px; font-size: 0.72rem; font-weight: 800; color: rgba(255,255,255,0.55); letter-spacing: 0.02em; }
.lang-btn.active { background: var(--orange); color: var(--white); }

.burger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; }

/* ===== Hero ===== */
.hero { position: relative; padding: 76px 0 64px; background: var(--graphite); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 70% at 68% 35%, #26262b 0%, var(--graphite) 100%);
}
.hero::after {
  content: ""; position: absolute; top: 0; right: 0; width: 55%; height: 100%; opacity: 0.12;
  background: radial-gradient(circle at 80% 45%, var(--orange) 0%, transparent 62%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  padding: 9px 16px; border-radius: 999px; margin-bottom: 26px; letter-spacing: 0.12em;
  background: rgba(255,98,0,0.12); color: var(--orange); border: 1px solid rgba(255,98,0,0.28);
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

.hero h1 { color: var(--white); font-size: clamp(2.6rem, 5.6vw, 4.6rem); margin-bottom: 20px; text-transform: uppercase; }
.hero h1 .accent { color: var(--orange); }

.hero-sub { font-size: 1.08rem; color: rgba(255,255,255,0.55); max-width: 480px; margin-bottom: 30px; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-bottom: 34px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--font-heading); font-weight: 900; font-size: 2.3rem; color: var(--orange); line-height: 1; margin-bottom: 3px; }
.hero-stats span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

.hero-media { position: relative; }
.hero-photo { position: relative; border-radius: var(--radius); overflow: hidden; height: 560px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--graphite) 0%, transparent 30%);
}
.hero-badge-card {
  position: absolute; left: -18px; bottom: 40px; padding: 20px 22px; border-radius: 16px; z-index: 2;
  background: var(--graphite-deep); border: 1px solid var(--border-dark); box-shadow: 0 20px 50px rgba(0,0,0,0.55);
}
.hero-badge-card strong { display: block; font-family: var(--font-heading); font-weight: 900; font-size: 2rem; color: var(--orange); line-height: 1; margin-bottom: 4px; }
.hero-badge-card span { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); }
.hero-badge-pin {
  position: absolute; right: -12px; top: 46px; padding: 14px 18px; border-radius: 14px; z-index: 2; text-align: center;
  background: var(--orange); box-shadow: 0 10px 28px rgba(255,98,0,0.4);
}
.hero-badge-pin strong { display: block; font-family: var(--font-heading); font-weight: 900; font-size: 1.6rem; color: var(--white); line-height: 1; }
.hero-badge-pin span { font-size: 0.62rem; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 0.08em; }

/* ===== Section shells ===== */
.section { padding: 88px 0; }
.section-dark { background: var(--graphite); }
.section-deep { background: var(--graphite-deep); position: relative; overflow: hidden; }
.section-surface { background: var(--surface); }
.section-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.eyebrow { display: block; color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.75rem; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); text-transform: uppercase; }
.section-head h2 .accent { color: var(--orange); }
.section-dark .section-head h2, .section-deep .section-head h2 { color: var(--white); }
.section-dark .section-head p, .section-deep .section-head p { color: rgba(255,255,255,0.45); }
.section-cta-link { text-align: center; margin-top: 44px; }

.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* ===== Pain section ===== */
.pain-cards { margin-bottom: 46px; counter-reset: painnum; }
.pain-card { padding: 26px; border-radius: 16px; height: 100%; background: rgba(255,255,255,0.04); border: 1px solid var(--border-dark); transition: background .25s ease; counter-increment: painnum; }
.pain-card:hover { background: rgba(255,255,255,0.07); }
.pain-num { font-family: var(--font-heading); font-weight: 900; font-size: 2.1rem; color: var(--orange); margin-bottom: 14px; }
.pain-num::before { content: counter(painnum, decimal-leading-zero); }
.pain-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.08rem; color: var(--white); margin-bottom: 8px; text-transform: none; }
.pain-card p { font-size: 0.9rem; color: rgba(255,255,255,0.45); }
.pain-outro { text-align: center; }
.pain-outro p { font-size: 1.1rem; color: rgba(255,255,255,0.55); max-width: 620px; margin: 0 auto 28px; }

/* ===== Service cards ===== */
.service-card { position: relative; border-radius: 18px; overflow: hidden; height: 300px; background: var(--border-light); }
.service-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.06); }
.service-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,26,30,0.94) 0%, rgba(26,26,30,0.15) 55%, transparent 100%);
}
.service-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; }
.service-body h3 { font-size: 1.5rem; color: var(--white); margin-bottom: 4px; text-transform: none; letter-spacing: 0.01em; }
.service-body p { font-size: 0.86rem; color: rgba(255,255,255,0.6); }
.service-arrow {
  position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; background: var(--orange);
  opacity: 0; transform: translateX(8px); transition: opacity .3s ease, transform .3s ease;
}
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }
.service-arrow .ic { width: 14px; height: 14px; color: var(--white); }
.service-card.no-image {
  background:
    radial-gradient(circle at 30% 15%, rgba(255,98,0,0.22), transparent 60%),
    linear-gradient(160deg, var(--graphite-mid), var(--graphite-deep));
}

/* ===== Floor types ===== */
.floor-types { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.floor-type {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px;
  padding: 12px 12px 20px; border-radius: 16px; min-width: 168px; width: 168px;
  background: var(--surface); border: 1px solid var(--border-light);
  transition: transform .25s ease, box-shadow .25s ease;
}
.floor-type:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.08); }
.floor-type-photo { width: 100%; height: 110px; border-radius: 12px; overflow: hidden; }
.floor-type-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.floor-type span { font-weight: 600; font-size: 0.92rem; }

@media (min-width: 861px) {
  .floor-type { min-width: 250px; width: 250px; padding: 18px 18px 28px; }
  .floor-type-photo { height: 170px; }
  .floor-type span { font-size: 1.08rem; }
}

/* ===== Why us ===== */
.why-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.why-intro .eyebrow { text-align: left; }
.why-intro h2 { text-align: left; font-size: clamp(2.1rem, 4.4vw, 3.6rem); margin-bottom: 22px; }
.why-intro p { font-size: 1.02rem; max-width: 420px; margin-bottom: 28px; }
.why-intro .btn-group { display: flex; gap: 12px; flex-wrap: wrap; }

.why-list { display: flex; flex-direction: column; gap: 12px; }
.why-row {
  display: flex; align-items: center; gap: 16px; padding: 16px; border-radius: 14px;
  background: var(--white); border: 1px solid var(--border-light);
  transition: transform .2s ease, box-shadow .2s ease;
}
.why-row:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.06); }
.why-check {
  width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; background: rgba(255,98,0,0.1);
}
.why-check .ic { color: var(--orange); width: 16px; height: 16px; }
.why-row span { font-weight: 500; font-size: 0.94rem; }

/* ===== Before / After ===== */
.section-deep .section-head p { margin-top: 10px; }
.ba-item {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  aspect-ratio: 4/3; background: var(--graphite-mid); border: 1px solid var(--border-dark);
}
.ba-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ba-item:hover img { transform: scale(1.05); }
.ba-overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
  opacity: 0; transition: opacity .25s ease;
}
.ba-item:hover .ba-overlay { opacity: 1; }
.ba-overlay span { color: var(--white); font-weight: 600; font-size: 0.9rem; }
.ba-zoom {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.14);
  backdrop-filter: blur(6px); color: var(--white); opacity: 0; transition: opacity .25s ease;
}
.ba-item:hover .ba-zoom { opacity: 1; }

/* ===== Steps ===== */
.steps { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 4px; }
.step { position: relative; padding: 26px 20px; border-radius: 16px; background: var(--white); border: 1px solid var(--border-light); }
.step-num { font-family: var(--font-heading); font-weight: 900; font-size: 2.6rem; color: rgba(26,26,30,0.08); line-height: 1; margin-bottom: 14px; }
.step:last-child .step-num { color: var(--orange); }
.step-icon {
  position: absolute; top: 18px; right: 16px; width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; background: rgba(255,98,0,0.1);
}
.step-icon .ic { color: var(--orange); width: 28px; height: 28px; }
.step h3 { font-family: var(--font-body); font-weight: 700; font-size: 0.98rem; text-transform: none; margin-bottom: 6px; }
.step p { font-size: 0.84rem; }
.step-arrow { position: absolute; top: 30px; right: -10px; z-index: 2; color: #d0d0cc; display: none; }

/* ===== Offer (mid CTA) ===== */
.offer::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 45%, rgba(255,98,0,0.1) 0%, transparent 70%);
}
.offer-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; text-align: center; }
.offer-inner h2 { color: var(--white); font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 20px; }
.offer-inner > p { font-size: 1.08rem; color: rgba(255,255,255,0.5); margin-bottom: 22px; max-width: 520px; margin-left: auto; margin-right: auto; }
.offer-badge {
  display: inline-block; padding: 9px 18px; border-radius: 999px; margin-bottom: 34px;
  font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em;
  background: rgba(255,98,0,0.14); color: var(--orange); border: 1px solid rgba(255,98,0,0.3);
}
.offer-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== Reviews ===== */
.placeholder-note { font-size: 0.86rem; margin-top: 10px; }
.review-card { position: relative; padding: 28px; border-radius: 18px; height: 100%; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border-light); }
.placeholder-tag { position: absolute; top: 18px; right: 18px; background: var(--white); border: 1px solid var(--border-light); color: var(--text-muted-dark); font-size: 0.68rem; font-weight: 800; padding: 4px 11px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.06em; }
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.stars .ic { width: 15px; height: 15px; color: var(--orange); }
.review-card p { color: #5a5a5f; font-size: 0.92rem; margin-bottom: 20px; flex: 1; }
.review-meta { padding-top: 16px; border-top: 1px solid var(--border-light); }
.review-meta strong { display: block; font-family: var(--font-body); font-size: 0.94rem; font-weight: 700; color: var(--text-dark); }
.review-meta span { font-size: 0.78rem; color: #9a9a9f; }

/* ===== FAQ ===== */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid var(--border-light); border-radius: 14px; overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; font-weight: 600; text-align: left; font-size: 0.95rem; }
.faq-q-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--surface); transition: transform .3s ease, background .3s ease, color .3s ease; }
.faq-q-icon .ic { width: 12px; height: 12px; }
.faq-item.open .faq-q-icon { background: var(--orange); color: var(--white); transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 260px; padding-bottom: 20px; }
.faq-a p { font-size: 0.92rem; }

/* ===== Final CTA ===== */
.final-cta { text-align: center; position: relative; }
.final-watermark { font-family: var(--font-heading); font-weight: 900; font-size: clamp(4.5rem, 11vw, 9rem); color: rgba(255,98,0,0.08); line-height: 1; user-select: none; }
.final-cta h2 { color: var(--white); font-size: clamp(2.1rem, 4.6vw, 3.8rem); margin-top: -2.2rem; margin-bottom: 20px; }
.final-cta > p { max-width: 520px; margin: 0 auto; }
.final-cta .lead { font-size: 1.08rem; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.final-cta .sub { font-size: 0.92rem; color: rgba(255,255,255,0.32); margin-bottom: 36px; }
.final-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.final-cta-buttons .btn { min-width: 240px; }
.final-cta .phone-echo { font-size: 0.9rem; color: rgba(255,255,255,0.3); }

/* ===== Footer ===== */
.site-footer { background: var(--footer-bg); padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.footer-brand .logo-text { font-size: 1.5rem; color: var(--white); }
.footer-brand .logo-sub { display: block; margin-bottom: 4px; }
.footer-brand p { font-size: 0.86rem; color: rgba(255,255,255,0.35); max-width: 320px; }
.footer-col { display: flex; flex-direction: column; gap: 13px; min-width: 0; }
.footer-col h4 { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.76rem; color: rgba(255,255,255,0.4); margin-bottom: 3px; }
.footer-col a, .footer-col span { display: flex; align-items: center; gap: 9px; font-size: 0.88rem; color: rgba(255,255,255,0.6); min-width: 0; }
.footer-col span span { min-width: 0; }
.footer-col a:hover { color: var(--white); }
.footer-col .ic { width: 16px; height: 16px; color: var(--orange); }
.footer-col a.whatsapp-link { color: var(--whatsapp); }
.footer-col a.whatsapp-link .ic { color: var(--whatsapp); }
.footer-cta { margin-top: 4px; align-self: flex-start; }
.footer-bottom { border-top: 1px solid var(--border-dark); padding: 20px 0; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.25); }

/* ===== Floating WhatsApp ===== */
.float-btn {
  position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px;
  background: var(--whatsapp); border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,0.45); z-index: 200; color: var(--white);
  transition: transform .2s ease;
}
.float-btn:hover { transform: scale(1.08); }
.float-btn .ic { width: 26px; height: 26px; }

/* ===== Mobile bottom bar ===== */
.mobile-bar { display: none; }

/* ===== Lightbox modal ===== */
.modal {
  position: fixed; inset: 0; background: rgba(10,13,18,0.85); z-index: 300;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal.open { display: flex; }
.modal-inner {
  background: var(--graphite-mid); border: 1px solid var(--border-dark); border-radius: var(--radius);
  max-width: 900px; width: 100%; padding: 28px; text-align: center; position: relative;
}
.modal-close { position: absolute; top: 14px; right: 14px; color: rgba(255,255,255,0.6); z-index: 1; }
.modal-photo {
  width: 100%; max-height: 78vh; object-fit: contain; border-radius: 12px; margin-bottom: 16px; background: var(--graphite);
}
#modalLabel { color: var(--white); font-weight: 700; }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { display: none; }
  .why-layout { grid-template-columns: 1fr; gap: 40px; }
  .why-intro h2, .why-intro .eyebrow { text-align: center; }
  .why-intro p { margin-left: auto; margin-right: auto; text-align: center; }
  .why-intro .btn-group { justify-content: center; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .header-inner { gap: 10px; padding: 12px 20px; }
  .logo-text { font-size: 1rem; }
  .logo-sub { display: none; }
  .logo-mark { width: 34px; height: 34px; }
  .lang-switch { flex-shrink: 0; }

  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--graphite);
    flex-direction: column; gap: 0; max-height: 0; overflow: hidden; transition: max-height .3s ease;
    border-bottom: 1px solid var(--border-dark);
  }
  .main-nav.open { max-height: 500px; }
  .main-nav a { padding: 15px 24px; border-top: 1px solid var(--border-dark); }
  .burger { display: flex; }
  .phone-link { display: none; }
  .header-actions .btn-accent { display: none; }

  .grid-3, .grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr; }

  .section { padding: 20px 0; }
  .hero { padding: 44px 0 8px; }
  .hero-cta { margin-bottom: 8px; }
  .section-head { margin-bottom: 16px; }

  body { padding-bottom: 72px; }
  .float-btn { display: none; }
  .mobile-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 250;
    background: var(--graphite); border-top: 1px solid var(--border-dark);
  }
  .mobile-bar a {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 16px 0; font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
    font-size: 0.92rem; color: var(--white);
  }
  .mobile-bar a:first-child { border-right: 1px solid var(--border-dark); }
  .mobile-bar .ic { color: var(--whatsapp); width: 18px; height: 18px; }
  .mobile-bar a:first-child .ic { color: var(--orange); }

  .hide-mobile { display: none; }
}

@media (max-width: 560px) {
  .grid-4, .grid-5, .grid-3, .steps { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .hero-stats { gap: 20px; }
  .offer-buttons, .final-cta-buttons { flex-direction: column; }
  .offer-buttons .btn, .final-cta-buttons .btn { width: 100%; min-width: 0; }
  .hero-badge-card, .hero-badge-pin { display: none; }
}
