.naret-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.naret-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.naret-brand-text .sitename {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.naret-brand-subtitle {
  color: color-mix(in srgb, var(--accent-color), transparent 10%);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header .branding {
  min-height: 74px;
}

.header .logo {
  line-height: 1;
}

.header .navmenu > ul > li > a {
  white-space: nowrap;
}

.header .naret-admin-link a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

.header .naret-admin-link a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.naret-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.naret-hero .hero-content h1,
.naret-hero .hero-content p,
.naret-hero .hero-content small,
.naret-hero .hero-content strong {
  color: inherit;
}

.naret-hero .hero-description {
  max-width: 640px;
}

.naret-hero .hero-content h1 span {
  color: var(--accent-color);
}

.naret-hero .hero-visual {
  position: relative;
}

.naret-hero .hero-visual .main-image {
  position: relative;
  z-index: 2;
}

.naret-hero .hero-visual .main-image img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 80px rgba(13, 38, 76, 0.16);
}

.naret-hero .floating-image-card {
  position: absolute;
  left: -20px;
  bottom: 26px;
  z-index: 3;
  width: 160px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(13, 38, 76, 0.18);
}

.naret-hero .floating-image-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.naret-hero .floating-card {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.naret-hero .appointment-card {
  right: 24px;
  top: 24px;
}

.naret-hero .rating-card {
  left: 24px;
  bottom: 24px;
}

.naret-hero .background-elements .element {
  background: rgba(13, 131, 253, 0.08);
}

.naret-info-card,
.naret-grid-card,
.naret-client-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(13, 38, 76, 0.08);
  overflow: hidden;
}

.naret-info-card {
  padding: 2rem;
}

.naret-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d83fd, #16c47f);
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.naret-service-card .service-image img,
.naret-grid-card img,
.naret-rounded-carousel img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.naret-grid-card-body {
  padding: 1.5rem;
}

#home-about .naret-rounded-carousel,
.light-background .naret-rounded-carousel,
#ctaImageCarousel {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(13, 38, 76, 0.14);
  border: 1px solid rgba(13, 131, 253, 0.08);
}

#home-about .naret-rounded-carousel img {
  height: 520px;
  object-fit: cover;
}

#ctaImageCarousel img {
  height: 560px;
  object-fit: cover;
}

.naret-contact-panel h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.footer-16 .copyright p {
  margin-bottom: 0;
}

.naret-chip {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(13, 131, 253, 0.12);
  color: #0d83fd;
  font-size: 0.85rem;
  font-weight: 700;
}

.naret-check-list {
  display: grid;
  gap: 1rem;
}

.naret-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #2f4156;
}

.naret-check-item i {
  color: #16c47f;
  margin-top: 0.2rem;
}

.naret-contact-panel {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(13, 38, 76, 0.08);
}

.naret-client-card {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.naret-client-card img {
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
}

.naret-flash {
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 1100;
  width: min(420px, calc(100% - 40px));
}

.legal-links {
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .naret-brand-subtitle {
    font-size: 0.72rem;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .naret-hero .hero-visual .main-image img {
    min-height: 420px;
  }

  .naret-hero .floating-image-card {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .naret-hero .floating-image-card img {
    height: 220px;
  }

  #home-about .naret-rounded-carousel img,
  #ctaImageCarousel img {
    height: 340px;
  }
}
