:root {
  --carbon: #101923;
  --mint: #00a99d;
  --ember: #ff6b35;
  --cream: #fff7e6;
  --ice: #e9fbff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 169, 157, 0.08), transparent 28rem),
    radial-gradient(circle at 85% 0%, rgba(255, 107, 53, 0.08), transparent 26rem),
    #ffffff;
}

::selection {
  background: rgba(20, 184, 166, 0.24);
}

#siteHeader.is-scrolled {
  background: rgba(17, 24, 39, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(135deg, var(--mint), #087f8c);
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.32);
}

.nav-pill,
.mobile-nav-link {
  border-radius: 999px;
  padding: 10px 16px;
  transition: 180ms ease;
}

.nav-pill:hover,
.mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

#mobileMenu:not(.hidden) {
  animation: menuDrop 220ms ease both;
}

.header-phone {
  display: inline-flex;
  height: 48px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-btn {
  color: white;
  background: linear-gradient(135deg, var(--ember), #ef4444);
  box-shadow: 0 18px 42px rgba(255, 107, 53, 0.3);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn:active,
.secondary-btn:active,
.icon-btn:active {
  transform: translateY(0);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.icon-btn {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero-shell {
  position: relative;
  overflow: hidden;
  background: var(--carbon);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 25, 35, 0.97) 0%, rgba(16, 25, 35, 0.82) 42%, rgba(16, 25, 35, 0.24) 100%),
    url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=2200&q=88") center / cover;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% -12%;
  height: 36%;
  background: radial-gradient(ellipse at center, rgba(20, 184, 166, 0.36), transparent 68%);
  pointer-events: none;
}

.hero-dashboard {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  padding: 24px;
  color: var(--carbon);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  animation: dashboardFloat 5s ease-in-out infinite;
  transform-origin: center;
}

.assurance-item,
.service-card,
.process-card,
.review-card,
.faq-item {
  border-radius: 8px;
}

.assurance-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e5e7eb;
  background:
    linear-gradient(135deg, rgba(233, 251, 255, 0.8), rgba(255, 255, 255, 0.96)),
    white;
  padding: 16px;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.assurance-item:hover {
  border-color: rgba(0, 169, 157, 0.36);
  box-shadow: 0 16px 40px rgba(16, 25, 35, 0.1);
  transform: translateX(4px);
}

.metric {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.metric strong {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
}

.metric span {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.section-pad {
  padding: 96px 0;
}

.section-heading {
  max-width: 720px;
}

.section-heading p {
  color: var(--mint);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-top: 12px;
  font-size: 3.5rem;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading.light p {
  color: #5eead4;
}

.service-card {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(233, 251, 255, 0.84), rgba(255, 255, 255, 0) 44%),
    white;
  padding: 16px 16px 22px;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.14);
}

.service-card.is-featured {
  border-color: rgba(0, 169, 157, 0.34);
  box-shadow: 0 22px 70px rgba(0, 169, 157, 0.14);
}

.service-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover .service-media img {
  transform: scale(1.06);
}

.service-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--mint), #087f8c);
  box-shadow: 0 16px 38px rgba(0, 169, 157, 0.24);
  animation: iconPulse 3.2s ease-in-out infinite;
}

.service-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 11px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(16, 25, 35, 0.14);
  backdrop-filter: blur(12px);
}

.service-link {
  margin-top: auto;
  padding-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--carbon);
  font-size: 14px;
  font-weight: 900;
  transition:
    gap 180ms ease,
    color 180ms ease;
}

.service-link:hover {
  gap: 12px;
  color: #0f766e;
}

.service-tab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  border: 1px solid #dbe4ea;
  background: white;
  padding: 11px 16px;
  color: #475569;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.service-tab:hover {
  transform: translateY(-2px);
}

.service-tab.is-active {
  border-color: transparent;
  background: var(--carbon);
  color: white;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f1f5f9;
  padding: 7px 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.process-card {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  padding: 24px;
  transition:
    background 200ms ease,
    transform 200ms ease;
}

.process-card:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-4px);
}

.area-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  border: 1px solid #dbe4ea;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 16px;
  color: #64748b;
  box-shadow: 0 16px 44px rgba(16, 25, 35, 0.08);
}

.area-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 16px 0;
  font-weight: 800;
}

.area-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #dbe4ea;
  background: white;
  padding: 11px 14px;
  color: #233140;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(16, 25, 35, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.area-chip:hover {
  border-color: rgba(0, 169, 157, 0.45);
  box-shadow: 0 18px 42px rgba(0, 169, 157, 0.13);
  transform: translateY(-3px);
}

.area-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 560px;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.16);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.review-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: white;
  padding: 24px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  animation: reviewIn 360ms ease both;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.06);
}

.contact-row span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--carbon);
}

.booking-card {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.08), rgba(255, 255, 255, 0) 34%),
    white;
  padding: clamp(22px, 4vw, 36px);
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
}

.booking-card label span {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: white;
  padding: 14px 16px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.booking-card textarea {
  min-height: 140px;
  resize: vertical;
}

.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.16);
}

.booking-card .is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.form-status {
  margin-top: 16px;
  border-radius: 8px;
  background: #ecfdf5;
  padding: 14px 16px;
  color: #047857;
  font-size: 14px;
  font-weight: 800;
}

.final-cta {
  background:
    linear-gradient(120deg, rgba(16, 25, 35, 0.96), rgba(16, 25, 35, 0.88)),
    url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1600&q=82") center / cover;
}

.site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 169, 157, 0.18), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(255, 107, 53, 0.13), transparent 24rem),
    var(--carbon);
  color: white;
}

.footer-title {
  color: white;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-links a:hover,
.footer-contact:hover {
  color: white;
  transform: translateX(3px);
}

.footer-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: white;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.footer-icon:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.footer-area {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.mobile-cta {
  position: fixed;
  inset: auto 12px 12px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px;
  box-shadow: 0 18px 44px rgba(16, 25, 35, 0.18);
  backdrop-filter: blur(16px);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--carbon);
  padding: 12px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.mobile-cta a:last-child {
  background: linear-gradient(135deg, var(--ember), #ef4444);
}

.faq-item {
  overflow: hidden;
  border: 1px solid #dbe4ea;
  background: white;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.faq-item.is-open {
  border-color: rgba(0, 169, 157, 0.34);
  box-shadow: 0 18px 44px rgba(16, 25, 35, 0.08);
}

.faq-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  text-align: left;
  font-weight: 900;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #64748b;
  line-height: 1.7;
  opacity: 0;
  transition:
    max-height 260ms ease,
    opacity 220ms ease,
    padding 260ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 220px;
  padding: 0 20px 20px;
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.stagger-child {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 520ms ease forwards;
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-18px, -8px, 0);
  }
}

@keyframes menuDrop {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashboardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes iconPulse {
  0%,
  100% {
    box-shadow: 0 16px 38px rgba(0, 169, 157, 0.2);
  }
  50% {
    box-shadow: 0 20px 52px rgba(0, 169, 157, 0.36);
  }
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reviewIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .hero-dashboard {
    justify-self: start;
    animation: none;
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding: 72px 0;
  }

  .hero-dashboard {
    border-radius: 24px;
    padding: 18px;
  }

  .image-panel,
  .image-panel img {
    min-height: 420px;
  }

  .metric strong {
    font-size: 2rem;
  }

  .section-heading h2 {
    font-size: 2.45rem;
  }

  .mobile-cta {
    display: grid;
  }

  body {
    padding-bottom: 82px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .section-heading h2 {
    font-size: 3rem;
  }
}

.write-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: white;
  padding: 12px 22px;
  color: #233140;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.write-review-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 169, 157, 0.4);
  box-shadow: 0 18px 42px rgba(0, 169, 157, 0.12);
}

.write-review-btn.is-open {
  background: var(--carbon);
  color: white;
  border-color: transparent;
}

.review-form-wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 380ms ease,
    opacity 300ms ease;
}

.review-form-wrap.is-open {
  max-height: 800px;
  opacity: 1;
}

.review-form {
  margin-top: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: white;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

.review-form-title {
  color: var(--mint);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.star-input {
  display: flex;
  gap: 2px;
}

.star-btn {
  font-size: 30px;
  color: #d1d5db;
  line-height: 1;
  transition:
    color 100ms ease,
    transform 120ms ease;
}

.star-btn.is-lit {
  color: #f97316;
}

.star-btn:hover {
  transform: scale(1.18);
}

.star-label {
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
  min-width: 90px;
}

.review-error {
  font-size: 12px;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 8px;
}

.review-field span {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.review-input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: white;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.review-input:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.16);
}

.review-input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.review-textarea {
  min-height: 110px;
  resize: vertical;
}

.review-status {
  font-size: 14px;
  font-weight: 800;
  color: #047857;
}

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