* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(212, 175, 55, 0.45);
  color: #fff;
}

a,
button {
  cursor: pointer;
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f3df9b;
  outline-offset: 3px;
}

.skip-link {
  background: #fff;
  border-radius: 0.75rem;
  color: #05070b;
  font-weight: 900;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 180ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  color: #f3df9b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-block {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.primary-btn,
.secondary-btn {
  align-items: center;
  border-radius: 0.9rem;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.95rem 1.25rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-btn {
  background: #d4af37;
  box-shadow: 0 18px 55px rgba(212, 175, 55, 0.3);
  color: #fff;
}

.primary-btn:hover {
  background: #be9b2e;
  transform: translateY(-1px);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

.hero-stat,
.service-card,
.step-card,
.contact-card,
.hours-card,
.map-card,
.trust-card,
.review-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.1rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.hero-stat {
  padding: 1.1rem;
}

.hero-stat strong {
  color: #fff;
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 0.35rem;
}

.service-card {
  min-height: 15.5rem;
  padding: 1.3rem;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-card:hover {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.16), rgba(255, 255, 255, 0.045));
  border-color: rgba(243, 223, 155, 0.55);
  transform: translateY(-4px);
}

.service-icon {
  align-items: center;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(243, 223, 155, 0.3);
  border-radius: 0.85rem;
  color: #f3df9b;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 2.6rem;
  justify-content: center;
  margin-bottom: 1.3rem;
  width: 2.6rem;
}

.service-icon svg {
  fill: none;
  height: 1.35rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 1.35rem;
}

.service-card h3,
.step-card h3 {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.service-card p,
.step-card p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin-top: 0.75rem;
}

.step-card {
  padding: 1.25rem;
}

.step-card span {
  color: #d4af37;
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.trust-card {
  padding: 1.25rem;
}

.trust-card span {
  color: #d4af37;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.85rem;
}

.trust-card strong {
  color: #fff;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}

.trust-card p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin-top: 0.65rem;
}

.review-card {
  padding: 1.4rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.review-card:hover {
  border-color: rgba(243, 223, 155, 0.55);
  transform: translateY(-3px);
}

.review-stars {
  color: #d4af37;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.review-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin-top: 1rem;
}

.review-card strong {
  color: #fff;
  display: block;
  font-weight: 900;
  margin-top: 1.2rem;
}

.contact-card {
  display: block;
  padding: 1.25rem;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-card:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(243, 223, 155, 0.55);
  transform: translateY(-2px);
}

.contact-card span {
  color: rgba(255, 255, 255, 0.48);
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card strong {
  color: #fff;
  display: block;
  font-size: 1.05rem;
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
}

.hours-card {
  padding: 1.25rem;
}

.hours-card span {
  color: rgba(255, 255, 255, 0.48);
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hours-card strong {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 0.35rem;
}

.hours-card p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin-top: 0.65rem;
}

.map-card {
  min-height: 20rem;
  overflow: hidden;
}

.map-card iframe {
  border: 0;
  display: block;
  height: 22rem;
  width: 100%;
}

.whatsapp-widget {
  align-items: center;
  background: #22c55e;
  border-radius: 999px;
  bottom: 5.5rem;
  box-shadow: 0 18px 55px rgba(34, 197, 94, 0.34);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.05rem;
  position: fixed;
  right: 1rem;
  transition: background 180ms ease, transform 180ms ease;
  z-index: 60;
}

.whatsapp-widget:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

.whatsapp-widget svg {
  fill: none;
  height: 1.35rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.35rem;
}

.back-to-top {
  align-items: center;
  background: rgba(13, 17, 26, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: 1rem;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: inline-flex;
  height: 3.25rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(0.75rem);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
  width: 3.25rem;
  z-index: 59;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgba(212, 175, 55, 0.95);
  border-color: rgba(243, 223, 155, 0.6);
}

.back-to-top svg {
  fill: none;
  height: 1.35rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 1.35rem;
}

@media (min-width: 768px) {
  .section-block {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}

@media (max-width: 420px) {
  .service-card {
    min-height: auto;
  }

  .whatsapp-widget span {
    display: none;
  }

  .whatsapp-widget {
    border-radius: 999px;
    bottom: 4.75rem;
    min-width: 3.25rem;
    padding: 0.85rem;
  }

  .back-to-top {
    bottom: 0.85rem;
    height: 3rem;
    width: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
