:root {
  --brand-navy: #062d78;
  --brand-blue: #087de0;
  --brand-cyan: #06c7df;
  --brand-pink: #f50062;
  --brand-magenta: #c10079;
  --surface: #ffffff;
  --surface-soft: #f4f8ff;
  --text: #10213f;
  --muted: #62708a;
  --border: rgba(15, 67, 140, .12);
  --shadow: 0 24px 70px rgba(16, 54, 116, .14);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 5% 5%, rgba(0, 173, 255, .10), transparent 28rem),
    radial-gradient(circle at 95% 20%, rgba(245, 0, 98, .08), transparent 26rem),
    var(--surface-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: .5rem;
  left: .5rem;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  color: #fff;
  background: var(--brand-navy);
  border-radius: .75rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(10, 69, 151, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(11, 52, 110, .10); }
.navbar { min-height: 76px; }
.navbar-brand img { object-fit: contain; }
.navbar-brand span { display: grid; line-height: 1.02; }
.navbar-brand strong { color: var(--brand-navy); font-size: .82rem; font-weight: 700; }
.navbar-brand b {
  font-size: 1.3rem;
  background: linear-gradient(100deg, var(--brand-navy), var(--brand-blue) 55%, var(--brand-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav-link { color: var(--text); font-weight: 650; border-radius: .75rem; padding-inline: .85rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--brand-blue); background: rgba(8, 125, 224, .07); }
.btn-brand {
  border: 0;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(105deg, var(--brand-blue), var(--brand-magenta), var(--brand-pink));
  box-shadow: 0 10px 26px rgba(222, 0, 103, .22);
}
.btn-brand:hover, .btn-brand:focus { color: #fff; transform: translateY(-1px); }

.hero-section { padding: 2rem 0 0; }
.status-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .95rem;
  border: 1px solid rgba(8, 125, 224, .15);
  border-radius: 999px;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(16, 54, 116, .08);
  font-size: .88rem;
  font-weight: 750;
}
.status-dot {
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: #1bc56d;
  box-shadow: 0 0 0 .3rem rgba(27, 197, 109, .16);
}
.hero-picture { border-radius: 1.6rem; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.hero-banner { width: 100%; height: auto; display: block; }

.temporary-card {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 3rem);
  margin: -1.5rem auto 0;
  padding: 1.5rem;
  border: 1px solid rgba(10, 69, 151, .10);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 55px rgba(18, 55, 112, .15);
  backdrop-filter: blur(12px);
}
.temporary-card h1 { margin: .3rem 0 .5rem; font-size: clamp(1.25rem, 2.3vw, 2rem); font-weight: 850; letter-spacing: -.035em; }
.temporary-card p { color: var(--muted); }
.eyebrow { color: var(--brand-pink); font-size: .76rem; font-weight: 850; letter-spacing: .13em; }
.btn-whatsapp { color: #fff; border: 0; font-weight: 800; background: #19ae59; box-shadow: 0 12px 30px rgba(25, 174, 89, .20); }
.btn-whatsapp:hover, .btn-whatsapp:focus { color: #fff; background: #14954b; }

.section-space { padding: 5.5rem 0; }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: .5rem 0 .8rem; font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 900; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.service-card {
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(16, 54, 116, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(8, 125, 224, .25); box-shadow: 0 22px 45px rgba(16, 54, 116, .12); }
.service-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-magenta));
  font-size: 1.35rem;
}
.service-card h3 { margin-bottom: .45rem; font-size: 1.08rem; font-weight: 820; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  color: #fff;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.18), transparent 20rem),
    linear-gradient(110deg, var(--brand-navy), var(--brand-blue) 48%, var(--brand-magenta), var(--brand-pink));
  box-shadow: var(--shadow);
}
.contact-box h2 { margin: .35rem 0 .4rem; font-weight: 900; letter-spacing: -.035em; }
.contact-box p { color: rgba(255, 255, 255, .82); }

.site-footer { padding: 1.35rem 0; color: var(--muted); background: #fff; border-top: 1px solid var(--border); font-size: .9rem; }
.site-footer img { object-fit: contain; }
.floating-whatsapp {
  position: fixed;
  z-index: 1000;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 3.65rem;
  height: 3.65rem;
  display: grid;
  place-items: center;
  color: #fff;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: #1bb75b;
  box-shadow: 0 16px 35px rgba(12, 90, 50, .28);
  font-size: 1.65rem;
  transition: transform .2s ease;
}
.floating-whatsapp:hover, .floating-whatsapp:focus { color: #fff; transform: translateY(-3px) scale(1.03); }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: .75rem 0 1rem; }
  .temporary-card { max-width: calc(100% - 1.5rem); }
  .contact-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
  .hero-section { padding-top: 1rem; }
  .status-pill { font-size: .78rem; text-align: center; }
  .hero-picture { border-radius: 1.15rem; }
  .temporary-card { margin-top: -1rem; padding: 1.15rem; border-radius: 1.1rem; }
  .temporary-card .btn { width: 100%; }
  .section-space { padding: 4rem 0; }
  .service-card { padding: 1rem; border-radius: 1rem; }
  .service-icon { width: 2.7rem; height: 2.7rem; margin-bottom: .8rem; }
  .service-card h3 { font-size: .96rem; }
  .service-card p { font-size: .82rem; }
  .contact-box { border-radius: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
