* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #f1f2f4;
  color: #0e1b2c;
  overflow-x: hidden;
}

.container-xxl {
  max-width: 1240px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #d7dbe0;
}
.site-header .brand {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.site-header .brand .brand-icon {
  font-size: 1.1rem;
}
.site-header nav a {
  font-size: 0.85rem;
  color: #233246;
}
.site-header .btn-whatsapp {
  font-size: 0.75rem;
  border-radius: 0.4rem;
  padding: 0.4rem 0.9rem;
  background: #101a2a;
}

.hero {
  padding: 4rem 0 3.6rem;
}
.hero .chip {
  display: inline-block;
  font-size: 0.62rem;
  background: #e7e9ec;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(1.95rem, 4.2vw, 3.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
  max-width: 540px;
}
.hero h1 span {
  color: #5f6875;
  display: block;
}
.hero p {
  max-width: 520px;
  color: #5c6675;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.hero .btn-primary-custom {
  background: #122238;
  border: 1px solid #122238;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.72rem 1.15rem;
  font-size: 0.86rem;
}
.hero .btn-outline-custom {
  border: 1px solid #c8ced6;
  background: #fff;
  color: #0f2135;
  border-radius: 0.5rem;
  padding: 0.72rem 1.1rem;
  font-size: 0.86rem;
}
.hero .stats strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}
.hero .stats span {
  font-size: 0.66rem;
  color: #6f7681;
  letter-spacing: 0.13em;
  white-space: nowrap;
}
.hero .hero-media {
  position: relative;
}
.hero .hero-media img {
  width: 100%;
  border-radius: 0.9rem;
  object-fit: cover;
  min-height: 600px;
  box-shadow: 0 22px 45px rgba(16, 28, 42, 0.18);
}
.hero .review-card {
  position: absolute;
  left: -22px;
  bottom: -12px;
  width: 320px;
  background: #fff;
  border-radius: 0.7rem;
  box-shadow: 0 12px 28px rgba(12, 25, 40, 0.15);
  padding: 0.85rem 1rem;
}
.hero .review-card .stars {
  color: #e4ad2b;
  letter-spacing: 0.18em;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}
.hero .review-card p {
  margin: 0;
  font-size: 0.74rem;
  color: #5a6575;
  line-height: 1.4;
}
.hero .review-card small {
  font-size: 0.66rem;
  color: #1f2c3f;
  font-weight: 700;
}

.services {
  padding: 4.2rem 0;
  background: #ebedef;
  text-align: center;
}
.services .section-kicker {
  font-size: 0.67rem;
  letter-spacing: 0.45em;
  color: #6e7683;
  margin-bottom: 0.6rem;
}
.services h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.95rem);
  line-height: 0.95;
  font-weight: 900;
}
.services .divider {
  width: 58px;
  height: 3px;
  background: #28374b;
  margin: 1.1rem auto 2.2rem;
}
.services .service-card {
  text-align: left;
  background: #f7f8f9;
  border: 1px solid #dde1e6;
  border-radius: 0.7rem;
  padding: 1.45rem;
  min-height: 188px;
}
.services .service-card .service-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.6rem;
  background: #eef1f5;
  border: 1px solid #d8dee6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  color: #13233a;
}
.services .service-card .service-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}
.services .service-card h3 {
  font-size: 1.28rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.services .service-card p {
  font-size: 0.86rem;
  color: #647081;
  margin: 0;
  line-height: 1.5;
}

.about {
  padding: 4rem 0;
}
.about h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  line-height: 1.02;
  font-weight: 900;
  margin-bottom: 1rem;
}
.about p {
  color: #596476;
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 640px;
}
.about .values {
  margin-top: 1.3rem;
}
.about .values h4 {
  font-size: 0.95rem;
  margin: 0 0 0.2rem;
  font-weight: 800;
}
.about .values span {
  font-size: 0.8rem;
  color: #626e7e;
  max-width: 210px;
  display: block;
}
.about .mosaic {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.85rem;
}
.about .mosaic img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 11px 22px rgba(18, 29, 43, 0.12);
}
.about .mosaic .big {
  grid-row: span 2;
  height: 448px;
}

.cta {
  background: #132238;
  color: #fff;
  padding: 3.6rem 0;
}
.cta h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.5rem);
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 0.9rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
.cta p {
  color: #cdd6df;
  margin-bottom: 1.6rem;
}
.cta .cta-btn {
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #132339;
}
.cta small {
  display: block;
  margin-top: 1rem;
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  color: #9fb0bf;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #22c55e;
  border: 8px solid #f1f7f3;
  box-shadow: 0 14px 28px rgba(10, 18, 28, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(10, 18, 28, 0.32);
}

.site-footer {
  background: #f5f6f7;
  border-top: 1px solid #dce0e5;
}
.site-footer p {
  color: #5e6775;
  max-width: 390px;
  font-size: 0.88rem;
}
.site-footer h5 {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  font-size: 0.85rem;
  color: #4f5968;
  margin-bottom: 0.45rem;
}
.site-footer .social-links li {
  margin-bottom: 0.6rem;
}
.site-footer .social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: #4f5968;
  transition: color 0.2s ease;
}
.site-footer .social-links a:hover {
  color: #1f2f45;
}
.site-footer .social-links .social-icon {
  width: 28px;
  height: 28px;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef1f5;
  border: 1px solid #d6dce4;
}
.site-footer .social-links .social-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.site-footer .social-links .social-icon.instagram {
  background: #fff0f5;
  border-color: #ffd0e0;
  color: #e1306c;
}
.site-footer .social-links .social-icon.tiktok {
  background: #eefbfd;
  border-color: #c9f2f8;
  color: #08d2f3;
}
.site-footer .social-links .social-icon.email {
  background: #eef4ff;
  border-color: #d3e2ff;
  color: #2563eb;
}
.site-footer .footer-bottom {
  border-top: 1px solid #dce0e5;
}
.site-footer .footer-bottom small {
  font-size: 0.72rem;
  color: #8a939e;
}

@media (max-width: 1199.98px) {
  .hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.95rem);
  }
  .hero .hero-media img {
    min-height: 530px;
  }
  .services .service-card {
    min-height: 200px;
  }
}
@media (max-width: 991.98px) {
  .site-header .btn-whatsapp {
    padding: 0.45rem 0.8rem;
  }
  .hero {
    padding: 3.8rem 0 3.2rem;
  }
  .hero h1,
  .hero p {
    max-width: 100%;
  }
  .hero .hero-actions .btn {
    flex: 1 1 220px;
    text-align: center;
  }
  .hero .hero-media img {
    min-height: 390px;
  }
  .hero .review-card {
    left: 10px;
    right: 10px;
    width: auto;
    bottom: -18px;
  }
  .hero .stats {
    gap: 1.5rem !important;
    flex-wrap: wrap;
  }
  .hero .stats > div {
    min-width: 120px;
  }
  .services {
    padding: 4rem 0;
  }
  .services .service-card {
    min-height: 175px;
  }
  .about {
    padding: 4rem 0;
  }
  .about .mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .about .mosaic .big {
    height: 335px;
  }
}
@media (max-width: 767.98px) {
  .site-header .container-xxl {
    gap: 0.8rem;
  }
  .site-header .brand strong {
    font-size: 0.82rem;
  }
  .site-header .btn-whatsapp {
    font-size: 0.72rem;
  }
  .hero {
    padding-top: 2.8rem;
  }
  .hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 1.02;
  }
  .hero .chip {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }
  .hero .hero-actions {
    width: 100%;
  }
  .hero .hero-actions .btn {
    width: 100%;
    flex: 1 1 100%;
  }
  .hero .stats {
    gap: 1rem !important;
  }
  .hero .stats strong {
    font-size: 1.6rem;
  }
  .hero .stats span {
    letter-spacing: 0.08em;
  }
  .hero .hero-media img {
    min-height: 340px;
  }
  .hero .review-card {
    position: static;
    margin-top: 0.9rem;
    width: 100%;
  }
  .services h2 {
    line-height: 1.05;
  }
  .services .service-card {
    min-height: auto;
    padding: 1.2rem;
  }
  .about h2 {
    line-height: 1.05;
  }
  .about .values {
    gap: 1rem !important;
  }
  .about .values > div {
    width: 100%;
  }
  .about .mosaic {
    grid-template-columns: 1fr;
  }
  .about .mosaic .big,
  .about .mosaic img {
    height: 235px;
  }
  .cta {
    padding: 3.3rem 0;
  }
  .cta h2 {
    font-size: clamp(1.85rem, 10vw, 2.8rem);
    line-height: 1;
  }
  .cta .cta-btn {
    width: 100%;
    max-width: 360px;
  }
  .cta small {
    letter-spacing: 0.13em;
  }
  .site-footer .social-links a {
    font-size: 0.83rem;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
  }
  .whatsapp-float {
    width: 66px;
    height: 66px;
    border-width: 7px;
    right: 14px;
    bottom: 14px;
  }
  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}
