* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #efefef;
  color: #152544;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.header {
  background: #f4f4f4;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo img {
  width: 260px;
}

.menu {
  display: flex;
  gap: 40px;
}

.menu a {
  color: #d1a93d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero {
  position: relative;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 70, 0.88) 0%, rgba(7, 27, 70, 0.78) 38%, rgba(209, 169, 61, 0.58) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 50px;
  align-items: center;
  padding: 70px 0;
}

.hero-content h1 {
  color: #fff;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 28px;
  max-width: 800px;
}

.hero-content p {
  color: #fff;
  font-size: 18px;
  max-width: 860px;
  margin-bottom: 32px;
}

.btn-primary {
  display: inline-block;
  background: #d8b24a;
  color: #fff;
  padding: 18px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease;
}

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

.btn-primary.small {
  padding: 18px 40px;
}

.form-box {
  background: #f2f2f2;
  border-radius: 28px;
  padding: 40px 34px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.form-box h2 {
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  border: 1px solid #9aa0aa;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 16px;
  background: #f7f7f7;
  outline: none;
}

.form-box textarea {
  min-height: 130px;
  resize: vertical;
}

.form-box button {
  background: #d8b24a;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.section {
  padding: 90px 0;
}

.light {
  background: #efefef;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.text-block h2 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #14284b;
}

.text-block p,
.text-block li {
  font-size: 18px;
  color: #444;
}

.image-circle-wrap {
  display: flex;
  justify-content: center;
}

.image-circle {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 50%;
  
}

.image-rect {
  width: 100%;
  border-radius: 6px;
}

.cta-band {
  position: relative;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  padding: 70px 0;
  overflow: hidden;
}

.cta-band-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 29, 79, 0.82);
}

.cta-band-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-band h3 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 18px;
}

.cta-band p {
  color: #fff;
  font-size: 18px;
  max-width: 900px;
}

.benefits {
  padding-left: 24px;
  margin-bottom: 30px;
}

.services-list {
  padding-left: 25px;
}

.treatments .grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 40px;
}

.t-card {
  text-align: center;
}

.t-card img {
  width: 240px;
  height: 240px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #efb64c;
}

.t-card h4 {
  font-size: 24px;
  color: #132547;
  margin-bottom: 10px;
}

.t-card p {
  font-size: 16px;
  color: #444;
}

.footer {
  background: #000;
  padding: 70px 0;
  text-align: center;
}

.footer-logo {
  width: 280px;
  margin: 0 auto 28px;
}

.socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
}

.socials a {
  color: #fff;
  font-weight: 600;
}

.footer p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .two-col,
  .treatments .grid-cards {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .text-block h2 {
    font-size: 40px;
  }

  .cta-band-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-circle {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 768px) {
  .nav {
    flex-direction: column;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 50px 0;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .text-block h2 {
    font-size: 34px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .image-circle {
    width: 300px;
    height: 300px;
  }

  .treatments .grid-cards {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
  }
  
 .text-block p:last-of-type {
  margin-bottom: 35px;
}

.text-block .btn-primary {
  display: inline-block;
}

/* ===== CTA BAND ===== */

.cta-band {
  position: relative;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  padding: 70px 0;
  overflow: hidden;
}

.cta-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,29,79,0.95) 0%, rgba(8,29,79,0.85) 50%, rgba(8,29,79,0.7) 100%);
}

.cta-band-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-text h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.cta-text p {
  color: #fff;
  font-size: 18px;
  max-width: 700px;
}

/* BOTÓN */
.btn-primary.small {
  padding: 18px 40px;
  white-space: nowrap;
}

/* ===== RESPONSIVE (CELULAR) ===== */

@media (max-width: 900px) {
  .cta-band-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary.small {
    width: 100%;
    text-align: center;
  }

  .cta-text h3 {
    font-size: 28px;
  }

  .cta-text p {
    font-size: 16px;
  }
}






}