html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  color: #222;
  background-color: #ffffff;
}

img {
  border-radius: 16px;
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 960px !important;
}

/* NAVIGATION */

.custom-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #eaeaea;
}

.navbar-item {
  font-weight: 600;
  color: #333;
}

.navbar-item:hover {
  color: #e62323;
  background-color: transparent !important;
}

/* HERO */

.hero-custom {
  background-color: rgb(252, 224, 139);
  display: flex;
  align-items: center;
}

.main-title {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  line-height: 0.85;
  color: #e62323;
}

.hero-subtitle {
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.hero-illustration {
  max-width: 480px;
  width: 100%;
}

.contact-btn {
  margin-top: 2rem;
  background-color: #e62323;
  color: white;
  border: none;
  padding: 1.2rem 1.6rem;
  font-weight: bold;
}

.contact-btn:hover {
  background-color: #c91c1c;
  color: white;
}

.profile-image {
  max-width: 100%;
}

/* SECTIONS */

.section {
  padding: 6rem 1.5rem;
}

.section-light {
  background-color: rgb(249, 246, 240);
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #e62323;
}

.section p {
  line-height: 1.7;
  /* max-width: 700px; */
}

.section-image {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.illustration-image {
  max-width: 100%;
}

/* .testimonial-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #e62323;
} */

/* TESTIMONIAL */

.testimonial-card {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-quote {
  line-height: 1.7;
}

.testimonial-name {
  font-weight: 600;
}

/* CONTACT */

.contact-heading {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact-section a {
  color: #e62323;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}

.site-footer {
  background-color: #f7f7f7;
  padding: 2rem 1.5rem;
  font-size: 0.95rem;
}

/* MOBILE */

@media (max-width: 768px) {
  .hero-custom {
    text-align: center;
  }

  .section {
    padding: 4rem 1.5rem;
  }
}
