:root {
  --nw-primary: #2563eb;
  --nw-dark: #0f172a;
  --nw-light: #ffffff;
  --nw-gray: #64748b;
  --nw-accent: #22c55e;
  --nw-border: #e2e8f0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--nw-dark);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  backdrop-filter: blur(16px);
}

.navbar-brand {
  align-items: center;
  display: inline-flex;
  min-height: 48px;
  padding-bottom: 0;
  padding-top: 0;
}

.brand-logo {
  display: block;
  height: 44px;
  max-width: 125px;
  object-fit: contain;
  width: auto;
}

.section-offset {
  scroll-margin-top: 88px;
}

.hero-section {
  background:
    linear-gradient(120deg, rgba(15, 23, 42, .96), rgba(37, 99, 235, .86)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80") center/cover;
  padding: 136px 0 84px;
}

.text-white-75 {
  color: rgba(255, 255, 255, .78);
}

.hero-badge {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: var(--nw-light);
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
}

.hero-image-wrap {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  overflow: hidden;
}

.hero-image-wrap img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.section-kicker {
  color: var(--nw-primary);
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-heading {
  max-width: 680px;
}

.service-card,
.pricing-card,
.quote-form {
  background: var(--nw-light);
  border: 1px solid var(--nw-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover,
.pricing-card:hover {
  border-color: rgba(37, 99, 235, .35);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .12);
  transform: translateY(-4px);
}

.service-card i {
  color: var(--nw-primary);
  font-size: 2rem;
}

.service-card h3,
.pricing-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 18px 0 10px;
}

.service-card p {
  color: var(--nw-gray);
  margin-bottom: 0;
}

.benefit-item {
  align-items: center;
  background: var(--nw-light);
  border: 1px solid var(--nw-border);
  border-radius: 8px;
  display: flex;
  font-weight: 700;
  gap: 10px;
  min-height: 82px;
  padding: 16px;
}

.benefit-item i,
.pricing-card li i {
  color: var(--nw-accent);
}

.pricing-card.featured {
  border-color: var(--nw-primary);
}

.price {
  color: var(--nw-primary);
  font-size: 2.15rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.pricing-card li {
  align-items: center;
  color: var(--nw-gray);
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.process-step {
  align-items: flex-start;
  background: var(--nw-light);
  border: 1px solid var(--nw-border);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  min-height: 122px;
  padding: 18px;
}

.process-step span {
  align-items: center;
  background: var(--nw-primary);
  border-radius: 50%;
  color: var(--nw-light);
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.process-step strong {
  display: block;
  font-weight: 800;
  margin-bottom: 4px;
}

.process-step p {
  color: var(--nw-gray);
  margin-bottom: 0;
}

.accordion-button {
  font-weight: 700;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.final-cta {
  background: linear-gradient(120deg, var(--nw-dark), var(--nw-primary));
}

.site-footer {
  background: var(--nw-dark);
  color: rgba(255, 255, 255, .76);
}

.site-footer a {
  color: rgba(255, 255, 255, .86);
}

.site-footer a:hover {
  color: var(--nw-light);
}

.whatsapp-floating {
  align-items: center;
  background: var(--nw-accent);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 14px 32px rgba(34, 197, 94, .35);
  color: var(--nw-light);
  display: inline-flex;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 58px;
  z-index: 1030;
}

.whatsapp-floating:hover {
  color: var(--nw-light);
  transform: translateY(-2px);
}

.thanks-page {
  background: #f8fafc;
}

.thanks-icon {
  color: var(--nw-accent);
  font-size: 5rem;
}


.promo-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.promo-modal-close {
  background-color: rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
  padding: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
}

.promo-modal-image {
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  object-fit: contain;
}

.promo-modal-body {
  background: var(--nw-light);
  padding: 24px;
}

.package-audience {
  color: var(--nw-primary);
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.package-ideal {
  color: var(--nw-gray);
  min-height: 48px;
}

.regular-price {
  color: var(--nw-gray);
  font-size: .95rem;
  margin-bottom: 6px;
}

.regular-price span {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.promo-price {
  color: var(--nw-primary);
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.promo-price span {
  background: rgba(34, 197, 94, .14);
  border-radius: 999px;
  color: var(--nw-accent);
  display: inline-block;
  font-size: .78rem;
  margin-right: 8px;
  padding: 5px 9px;
  vertical-align: middle;
}

.package-list {
  margin-bottom: 18px;
}

.package-note {
  background: #f8fafc;
  border: 1px solid var(--nw-border);
  border-radius: 8px;
  color: var(--nw-gray);
  margin-bottom: 18px;
  padding: 14px;
}

.package-note p {
  margin-bottom: 0;
}

.package-disclaimer {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid var(--nw-border);
  border-radius: 8px;
  color: var(--nw-gray);
  display: flex;
  gap: 12px;
  padding: 16px 18px;
}

.package-disclaimer i {
  color: var(--nw-primary);
  font-size: 1.2rem;
}

.package-disclaimer p {
  margin-bottom: 0;
}