body {
  background: #ecf3f8;
  color: #0a131a;
  font-family: "Sora", sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

.section-rule {
  width: 60%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #5a656e;
  opacity: 0.45;
}

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

.image-irregular {
  border-radius: 24px;
}

.input-irregular {
  border-radius: 4px;
}

.btn-outline-sharp {
  border-radius: 0;
  border: 1.5px solid #2d3d49;
  color: #2d3d49;
  background: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.btn-outline-sharp:hover {
  background: #2d3d49;
  color: #ffffff;
  border-color: #2d3d49;
  transform: translateY(-1px);
}

.nav-link {
  position: relative;
  transition: color 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: #b28a00;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.decor-circle,
.decor-line,
.decor-ring {
  pointer-events: none;
}

.decor-circle {
  border-radius: 9999px;
  background: rgba(178, 138, 0, 0.14);
}

.decor-ring {
  border-radius: 9999px;
  border: 1px solid rgba(45, 61, 73, 0.18);
}

.decor-line {
  height: 1px;
  background: rgba(90, 101, 110, 0.45);
}

.testimonial-card,
.service-card,
.contact-card,
.timeline-card {
  background: #f8f8f8;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  max-width: 28rem;
  margin-left: auto;
  background: #f8f8f8;
  color: #0a131a;
  border: 1px solid rgba(45, 61, 73, 0.15);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.cookie-banner[hidden] {
  display: none;
}

.map-frame {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .mobile-menu-hidden {
    display: none;
  }
}
