html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: #d00346;
}

.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c0c24;
  border: 1px solid #e5e7eb;
}

.section {
  padding: 76px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.08;
  font-weight: 800;
  color: #0c0c24;
  margin-bottom: 14px;
}

.section-heading p:not(.eyebrow) {
  color: #5f6675;
  font-size: 1.08rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d00346;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.eyebrow.light {
  color: #fff;
}

.btn {
  min-height: 46px;
  border-radius: 8px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #0c0c24;
  color: #fff;
}

.btn-secondary {
  background: #d00346;
  color: #fff;
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(12, 12, 36, 0.96), rgba(95, 16, 48, 0.94)),
    url("/novo-logo-site.png") right 9% center / 420px auto no-repeat;
  color: #fff;
  padding: 84px 0 72px;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.hero-section > .container > div {
  min-width: 0;
}

.hero-section h1 {
  font-size: clamp(2.55rem, 6vw, 5.2rem);
  line-height: 0.98;
  font-weight: 900;
  max-width: 880px;
  overflow-wrap: break-word;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
  margin-top: 24px;
  max-width: 760px;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 28px;
  backdrop-filter: blur(12px);
}

.hero-logo {
  height: 42px;
  margin-bottom: 24px;
}

.flow-list {
  display: grid;
  gap: 14px;
}

.flow-list div {
  border-left: 3px solid #d00346;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: baseline;
}

.flow-list span {
  color: #d00346;
  font-weight: 900;
  grid-row: span 2;
}

.flow-list strong {
  font-size: 1.1rem;
}

.flow-list small {
  color: rgba(255, 255, 255, 0.68);
}

.pillar-card,
.solution-card,
.service-price,
.extra-item,
.case-card {
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(12, 12, 36, 0.06);
}

.pillar-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.pillar-card i {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(208, 3, 70, 0.1);
  color: #d00346;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.pillar-card span,
.category-head span,
.case-card span {
  color: #d00346;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pillar-card h3,
.solution-card h3,
.case-card h3 {
  color: #0c0c24;
  font-weight: 850;
  line-height: 1.14;
  margin: 8px 0 12px;
}

.pillar-card h3,
.solution-card h3 {
  font-size: 1.45rem;
}

.pillar-card p,
.solution-card p,
.case-card p {
  color: #5f6675;
  line-height: 1.58;
}

.pillar-card a {
  margin-top: auto;
  color: #0c0c24;
  font-weight: 800;
}

.price-card.dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  display: inline-grid;
  gap: 12px;
}

.price-label,
.badge {
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

.price-card strong {
  font-size: 3rem;
  line-height: 1;
}

.included-panel {
  background: #fff;
  color: #0c0c24;
  border-radius: 8px;
  padding: 28px;
}

.included-panel h3 {
  font-size: 1.45rem;
  font-weight: 850;
  margin-bottom: 18px;
}

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

.compact-grid span {
  background: #f6f7fb;
  border: 1px solid #e6e8ef;
  border-radius: 8px;
  padding: 12px;
  font-weight: 700;
}

.solution-card {
  display: flex;
  flex-direction: column;
  min-height: 620px;
}

.solution-card.featured {
  border-color: rgba(208, 3, 70, 0.45);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.card-top i {
  color: #d00346;
  font-size: 1.45rem;
}

.badge {
  border-radius: 999px;
  padding: 7px 10px;
}

.badge.fixed {
  background: rgba(12, 12, 36, 0.08);
  color: #0c0c24;
}

.badge.starting {
  background: rgba(208, 3, 70, 0.1);
  color: #d00346;
}

.includes {
  margin: 16px 0;
  padding: 14px;
  border-radius: 8px;
  background: #f6f7fb;
  color: #454b59;
  font-size: 0.94rem;
  line-height: 1.5;
}

.price {
  margin-top: auto;
  color: #0c0c24;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.18;
}

.price small {
  display: block;
  color: #5f6675;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 4px;
}

.price.starting {
  color: #d00346;
}

.price-note,
.service-price small,
.extra-item small {
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.45;
}

.installment {
  display: block;
  color: #5f6675;
  font-weight: 800;
}

.price-card.dark .installment {
  color: rgba(255, 255, 255, 0.72);
}

.important-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  margin-right: 6px;
  background: rgba(208, 3, 70, 0.12);
  color: #d00346;
  font-size: 0.7rem;
  font-weight: 900;
}

.solution-card .btn {
  margin-top: 16px;
}

.service-category {
  margin-top: 36px;
}

.category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e8ef;
  margin-bottom: 18px;
}

.category-head h3 {
  color: #0c0c24;
  font-size: 1.7rem;
  font-weight: 850;
}

.price-grid,
.extras-grid,
.proposal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-price,
.extra-item {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.service-price strong,
.extra-item strong {
  color: #0c0c24;
  font-size: 1.02rem;
}

.service-price span,
.extra-item span {
  color: #d00346;
  font-weight: 900;
  font-size: 1.14rem;
}

.service-price a,
.extra-item a {
  margin-top: auto;
  color: #0c0c24;
  font-weight: 850;
}

.proposal-grid div {
  background: #0c0c24;
  color: #fff;
  border-radius: 8px;
  padding: 18px;
  font-weight: 850;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.proposal-grid span {
  color: #ffcad9;
  white-space: nowrap;
}

.security-note {
  margin-top: 24px;
  border: 1px solid rgba(208, 3, 70, 0.28);
  background: rgba(208, 3, 70, 0.06);
  border-radius: 8px;
  padding: 18px;
  display: flex;
  gap: 14px;
  color: #4b5563;
  line-height: 1.55;
}

.security-note i {
  color: #d00346;
  margin-top: 4px;
}

.case-card {
  min-height: 200px;
}

.case-card h3 {
  font-size: 1.3rem;
}

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

.principles div {
  background: #f6f7fb;
  border: 1px solid #e6e8ef;
  border-radius: 8px;
  padding: 22px;
}

.principles i {
  color: #d00346;
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.principles strong,
.principles span {
  display: block;
}

.principles strong {
  color: #0c0c24;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.principles span {
  color: #5f6675;
}

.cta-section {
  background: linear-gradient(135deg, #0c0c24 0%, #d00346 100%);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #d00346;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 12px 28px rgba(12, 12, 36, 0.28);
  z-index: 1000;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  background: #a80238;
}

@media (max-width: 1024px) {
  .hero-section {
    min-height: auto;
    padding: 72px 0;
  }

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

  .solution-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 56px 0;
  }

  .hero-section {
    background: linear-gradient(135deg, #0c0c24, #5f1030);
    padding: 56px 0;
  }

  .hero-section .container {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .hero-panel,
  .hero-actions {
    width: 100%;
    max-width: 310px;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero-section h1,
  .hero-copy {
    width: 100%;
    max-width: 310px;
  }

  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.06;
    overflow-wrap: break-word;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .cta-section .flex {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .compact-grid,
  .price-grid,
  .extras-grid,
  .proposal-grid,
  .principles {
    grid-template-columns: 1fr;
  }

  .category-head {
    display: block;
  }

  .proposal-grid div {
    display: grid;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 27px;
  }
}
