:root {
  --bg: #f3f6fb;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --ink: #0f2346;
  --muted: #5b6780;
  --line: rgba(15, 35, 70, 0.1);
  --brand: #0f3b82;
  --brand-dark: #0a2b5f;
  --brand-soft: #6ba8d8;
  --accent: #deebf9;
  --hero: #0d2f69;
  --shadow: 0 24px 80px rgba(9, 31, 67, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(107, 168, 216, 0.18), transparent 28%),
    linear-gradient(180deg, #f9fbfe 0%, var(--bg) 48%, #eef3fa 100%);
}

a {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(14px);
  background: rgba(248, 251, 248, 0.82);
  border-bottom: 1px solid rgba(15, 35, 70, 0.06);
}

.navbar {
  padding: 1rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 59, 130, 0.14);
  overflow: hidden;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(107, 168, 216, 0.28), transparent 20%),
    linear-gradient(135deg, var(--hero) 0%, #103a7d 52%, #184e95 100%);
  color: #f2fbf6;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -15% -120px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(222, 235, 249, 0.12);
  filter: blur(10px);
}

.eyebrow {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #d9ebff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading .eyebrow,
.about-panel .eyebrow {
  background: var(--accent);
  color: var(--brand-dark);
}

.hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy p,
.section-heading p,
.about-panel p,
.contact-info span,
.site-footer p {
  color: rgba(242, 248, 255, 0.83);
}

.hero-copy p {
  max-width: 60ch;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.7rem;
}

.hero-cta,
.btn-dark,
.whatsapp-float {
  border: 0;
  border-radius: 999px;
}

.hero-cta {
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1fa855 0%, #0d8d45 100%);
  box-shadow: 0 14px 34px rgba(9, 120, 55, 0.28);
}

.hero-cta:hover,
.hero-cta:focus {
  background: linear-gradient(135deg, #24b35b 0%, #0f9b4c 100%);
  box-shadow: 0 16px 36px rgba(9, 120, 55, 0.34);
}

.hero-secondary {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-secondary:hover,
.hero-secondary:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-highlights {
  display: grid;
  gap: 0.8rem;
}

.hero-highlights li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(242, 248, 255, 0.9);
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #8ec6f2;
  box-shadow: 0 0 0 6px rgba(142, 198, 242, 0.14);
}

.hero-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: var(--shadow);
}

.hero-brand-lockup {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.hero-brand-lockup img {
  width: min(210px, 62%);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 26, 56, 0.18);
}

.hero-card-top {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: #d7e9ff;
  font-size: 0.92rem;
}

.status-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #87c1f1;
  box-shadow: 0 0 0 6px rgba(135, 193, 241, 0.15);
}

.hero-card h2 {
  margin-bottom: 0.9rem;
  font-size: 1.7rem;
}

.hero-card p {
  color: rgba(242, 248, 255, 0.8);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.metric-grid article {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.metric-grid strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.92rem;
}

.metric-grid span {
  color: rgba(242, 248, 255, 0.72);
  font-size: 0.9rem;
}

.content-section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 2.5rem;
}

.section-heading h2,
.about-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.section-heading p,
.about-panel p,
.benefit-item p,
.service-card p,
.about-card p,
.contact-info span,
.form-note,
.site-footer p {
  color: var(--muted);
}

.service-card,
.benefit-item,
.about-card,
.contact-form,
.contact-info,
.about-panel {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.4rem;
  background:
    linear-gradient(135deg, rgba(15, 59, 130, 0.04), rgba(107, 168, 216, 0.08)),
    var(--surface-strong);
  border-color: rgba(15, 59, 130, 0.12);
}

.about-panel h2 {
  margin-bottom: 1.2rem;
}

.about-lead {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.8;
  color: var(--ink);
  font-weight: 600;
}

.about-divider {
  width: 88px;
  height: 4px;
  margin: 1.5rem 0 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-soft) 100%);
}

.about-body {
  max-width: 70ch;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
}

.about-body:last-child {
  margin-bottom: 0;
}

.services-section .service-card {
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.services-section .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 59, 130, 0.22);
  box-shadow: 0 28px 70px rgba(9, 31, 67, 0.15);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--brand-dark);
  font-weight: 800;
}

.service-card h3,
.benefit-item h3,
.about-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.quote-text {
  margin-bottom: 0.45rem;
  font-style: italic;
  line-height: 1.75;
  color: var(--ink);
}

.quote-author {
  margin-bottom: 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand);
}

.quote-author:last-child {
  margin-bottom: 0;
}

.service-card-cta {
  background: linear-gradient(180deg, #0f326d 0%, #17468f 100%);
  color: #effbf5;
}

.service-card-cta p {
  color: rgba(239, 247, 255, 0.8);
}

.highlight-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(107, 168, 216, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.benefit-list {
  display: grid;
  gap: 1rem;
}

.benefit-item {
  border-left: 5px solid var(--brand);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.client-area-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(107, 168, 216, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(15, 59, 130, 0.03), rgba(255, 255, 255, 0));
}

.client-area-panel {
  padding: 2.4rem;
  border: 1px solid rgba(15, 59, 130, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(15, 59, 130, 0.06), rgba(107, 168, 216, 0.1)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

.client-area-heading {
  max-width: 34rem;
}

.client-area-card {
  height: 100%;
  padding: 1.6rem;
  border-radius: var(--radius-md);
  background: rgba(15, 59, 130, 0.06);
  border: 1px solid rgba(15, 59, 130, 0.1);
}

.client-area-list {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
}

.client-area-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--ink);
  font-weight: 600;
}

.client-area-list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--brand-soft);
  box-shadow: 0 0 0 6px rgba(107, 168, 216, 0.14);
}

.client-area-hours {
  margin-bottom: 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 59, 130, 0.1);
}

.client-area-hours strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-dark);
  font-size: 0.92rem;
}

.client-area-hours span {
  color: var(--muted);
  font-size: 0.96rem;
}

.client-area-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-section {
  background: linear-gradient(180deg, rgba(222, 235, 249, 0.5), rgba(255, 255, 255, 0));
}

.contact-info {
  display: grid;
  gap: 1rem;
}

.contact-info strong {
  display: block;
  margin-bottom: 0.25rem;
}

.contact-form {
  background: var(--surface-strong);
}

.form-control,
.form-select {
  min-height: 3.4rem;
  border-radius: 14px;
  border: 1px solid rgba(21, 48, 39, 0.12);
  padding: 0.85rem 1rem;
  color: var(--ink);
  background-color: #fbfdfb;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(15, 59, 130, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(15, 59, 130, 0.12);
}

textarea.form-control {
  min-height: 10rem;
}

.form-label {
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.form-feedback {
  display: none;
  margin-top: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  font-weight: 600;
}

.form-feedback.is-visible {
  display: block;
}

.form-feedback.is-success {
  background: #e6f6ec;
  color: #0f6b36;
  border: 1px solid rgba(15, 107, 54, 0.14);
}

.form-feedback.is-error {
  background: #fff2f2;
  color: #a43636;
  border: 1px solid rgba(164, 54, 54, 0.14);
}

.site-footer {
  padding: 2.4rem 0 3.4rem;
  background: #0d2346;
  color: #eef5ff;
}

.footer-highlight {
  margin: 0;
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #eef5ff;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.footer-grid strong {
  display: block;
  margin-bottom: 0.5rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.15rem;
  background: linear-gradient(135deg, #1fa855 0%, #0d8d45 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 22px 40px rgba(9, 120, 55, 0.34);
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 4.8rem;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-cta-nav {
    margin-top: 0.8rem;
  }

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

@media (max-width: 767.98px) {
  .brand-badge {
    width: 52px;
    height: 52px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .metric-grid,
  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 4.5rem 0;
  }

  .whatsapp-float {
    right: 0.85rem;
    left: 0.85rem;
    justify-content: center;
    bottom: 0.85rem;
  }
}
