:root {
  --primary: #1f5fbf;
  --secondary: #3bc56b;
  --dark: #143253;
  --text: #1e2a36;
  --muted: #6c7a89;
  --bg: #ffffff;
  --soft: #f4f8fc;
  --border: #dbe7f3;
  --shadow: 0 18px 45px rgba(21, 59, 107, 0.10);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(219,231,243,.9);
}
.nav-wrap { display:flex; justify-content:space-between; align-items:center; padding: 16px 0; gap: 20px; }
.brand { display:flex; align-items:center; gap: 14px; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display:grid; place-items:center; color:#fff; font-weight:700;
  box-shadow: var(--shadow);
}
.brand-name { margin:0; font-size:1.1rem; font-weight:700; }
.brand-subtitle { margin:2px 0 0; color: var(--muted); font-size:.95rem; }
.desktop-nav { display:flex; gap: 22px; flex-wrap: wrap; }
.desktop-nav a { color: var(--dark); font-weight: 600; }
.hero { padding: 56px 0 34px; }
.hero-grid, .location-grid, .contact-grid {
  display:grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items:center;
}
.eyebrow, .section-tag {
  display:inline-block; background:#e9f5ff; color: var(--primary); padding: 9px 14px;
  border-radius: 999px; font-size:.9rem; font-weight:700;
}
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height:1; margin: 14px 0 14px; color: var(--dark); }
.hero-text { font-size:1.12rem; line-height:1.75; color:#496072; max-width: 650px; }
.hero-pills, .hero-actions, .hero-contact-grid, .highlight-grid, .services-grid, .promo-grid { display:flex; gap: 16px; flex-wrap: wrap; }
.hero-pills span {
  background: #fff; border:1px solid var(--border); color:var(--dark);
  padding: 11px 16px; border-radius:999px; font-weight:700; box-shadow:0 6px 20px rgba(31,95,191,.07);
}
.btn {
  display:inline-flex; align-items:center; justify-content:center; padding: 14px 22px;
  border-radius: 999px; font-weight:700; transition:.25s ease; border:1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #287ff5); color:#fff; box-shadow: var(--shadow); }
.btn-secondary { background:#fff; border-color: var(--border); color: var(--dark); }
.mini-card, .highlight-card, .service-card, .promo-card, .location-card, .contact-card, .map-placeholder {
  background:#fff; border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-contact-grid { margin-top: 12px; }
.mini-card { padding: 22px; flex:1 1 230px; }
.mini-card h3, .highlight-card h3, .service-card h3, .promo-card h3, .map-placeholder h3 { margin-top:0; }
.image-card {
  background:#fff; padding: 14px; border-radius: 30px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.image-card img { border-radius: 22px; width:100%; height: 100%; object-fit: cover; }
.highlights, .services-section, .promo-section, .location-section, .contact-section { padding: 30px 0 70px; }
.section-intro { margin-bottom: 28px; }
.section-intro h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: 14px 0 10px; color: var(--dark); }
.section-intro p { color:#597080; font-size:1.05rem; line-height:1.75; max-width: 760px; }
.centered { text-align: center; }
.highlight-grid { justify-content:center; }
.highlight-card { padding: 28px; flex:1 1 280px; min-height: 180px; }
.services-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:18px; }
.service-card { padding: 24px; min-height: 170px; position: relative; overflow: hidden; }
.service-card span {
  display:inline-flex; width:44px; height:44px; border-radius: 14px; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(31,95,191,.12), rgba(59,197,107,.18)); color: var(--primary); font-weight:700;
}
.service-card h3 { margin: 18px 0 0; color: var(--dark); font-size:1.15rem; }
.promo-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.promo-card { padding: 30px; position: relative; }
.promo-card.featured { background: linear-gradient(135deg, #eff7ff 0%, #ffffff 48%, #eefaf2 100%); }
.promo-label {
  display:inline-block; padding: 8px 12px; border-radius:999px; background:#edf5ff; color:var(--primary); font-weight:700; font-size:.84rem;
}
.old-price { font-size:1.35rem; text-decoration: line-through; color:#8192a3; margin: 16px 0 8px; }
.new-price { font-size:2.25rem; color: var(--secondary); font-weight: 800; margin:0; }
.location-card, .contact-card, .map-placeholder { padding: 28px; }
.location-line { line-height:1.8; color:#40586a; }
.map-placeholder {
  min-height: 280px; display:flex; flex-direction:column; justify-content:center;
  background: linear-gradient(135deg, #ffffff 0%, #f3f9ff 60%, #f3fff8 100%);
}
.contact-grid { align-items: stretch; }
.contact-copy { display:flex; flex-direction:column; justify-content:center; }
.contact-card { display:grid; gap: 14px; }
.contact-item {
  display:flex; justify-content:space-between; gap:14px; align-items:center;
  padding: 14px 0; border-bottom:1px solid #e6eef6;
}
.contact-item:last-child { border-bottom:0; }
.contact-item span { font-weight:700; color: var(--dark); }
.contact-item a { color: var(--primary); font-weight:700; }
.site-footer { background: #0f2742; color:#dfe9f5; padding: 34px 0; }
.footer-content { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items:center; }
.site-footer h3 { margin:0 0 8px; color:#fff; }
.site-footer p, .site-footer a { margin: 6px 0; color:#dfe9f5; }
.floating-whatsapp {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  background: linear-gradient(135deg, #25d366, #14b955); color:#fff; font-weight:700;
  padding: 14px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(20,185,85,.32);
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .hero-grid, .location-grid, .contact-grid, .footer-content, .services-grid, .promo-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .desktop-nav { display:none; }
  .hero { padding-top: 32px; }
  .container { width: min(100% - 20px, 1120px); }
  .section-intro h2 { font-size: 2rem; }
  .new-price { font-size: 1.85rem; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding: 12px 16px; }
}
