﻿:root {
  --navy-950: #070d24;
  --navy-900: #0d183d;
  --navy-800: #132861;
  --green-600: #00a651;
  --green-700: #00913f;
  --mint-50: #f4faf7;
  --mint-100: #e6f5ec;
  --ink-900: #12201d;
  --ink-600: #3f524d;
  --ink-400: #6f847e;
  --line: #dde9e4;
  --white: #ffffff;
  --gold: #d4a017;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-sm: 0 2px 12px rgba(13, 24, 61, .06);
  --shadow-md: 0 16px 40px rgba(13, 24, 61, .12);
  --header-h: 112px;
  --topbar-h: 40px;
  --nav-h: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Tajawal', 'IBM Plex Sans Arabic', sans-serif;
  color: var(--ink-900);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-700);
  background: var(--mint-100);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .03em;
}

.eyebrow-light {
  background: rgba(255, 255, 255, .08);
  color: var(--gold);
  border-color: rgba(255, 255, 255, .14);
}

h1,
h2,
h3,
h4 {
  font-family: 'Tajawal', sans-serif;
  margin: 0;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.3;
}

h2 {
  font-size: clamp(24px, 3.2vw, 36px);
}

h3 {
  font-size: 18px;
}

p {
  margin: 0;
  color: var(--ink-600);
}

.mt-sm {
  margin-top: 12px;
}

.mt-md {
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease, border-color .2s;
  white-space: nowrap;
}

.btn-primary {
  background: var(--green-600);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 166, 81, .28);
}

.btn-primary:hover {
  background: var(--green-700);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, .45);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .7);
}

.btn-ghost {
  background: var(--mint-100);
  color: var(--navy-800);
}

.btn-ghost:hover {
  background: var(--mint-50);
}

.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
}

.section {
  padding: 84px 0;
}

.section-alt {
  background: var(--mint-50);
}

.section-head {
  max-width: 620px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-head p {
  margin-top: 12px;
  font-size: 15.5px;
}

/* Header — transparent glass over hero */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.top-bar {
  height: var(--topbar-h);
  background: rgba(7, 13, 36, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  overflow: hidden;
  transition:
    height .35s cubic-bezier(.22, 1, .36, 1),
    opacity .3s ease,
    background .25s ease,
    border-color .25s ease,
    transform .35s cubic-bezier(.22, 1, .36, 1);
}

.site-header.is-topbar-hidden .top-bar {
  height: 0;
  opacity: 0;
  border-bottom-width: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.top-bar-inner {
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-bar-email,
.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 8px;
  margin: 0 -4px;
  border-radius: 8px;
  transition:
    color .22s ease,
    background .22s ease,
    transform .22s cubic-bezier(.22, 1, .36, 1),
    box-shadow .22s ease;
}

.top-bar-email:hover,
.top-bar-link:hover {
  color: #fff;
  background: rgba(0, 166, 81, .28);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.top-bar-email:hover svg,
.top-bar-link:hover svg {
  transform: scale(1.12);
  color: #7dffb2;
}

.top-bar-email svg,
.top-bar-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), color .22s ease;
}

.top-bar-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar-link.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .82);
  border-bottom-color: rgba(13, 24, 61, .08);
  box-shadow: 0 8px 24px rgba(13, 24, 61, .08);
}

.site-header.is-scrolled .top-bar {
  background: var(--navy-900);
  border-bottom-color: rgba(255, 255, 255, .06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  gap: 16px;
}

.logo img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-list a {
  position: relative;
  color: rgba(255, 255, 255, .88);
  font-size: 14.5px;
  font-weight: 500;
  padding: 4px 0;
  transition: color .3s ease;
}

.nav-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: width .3s ease;
}

.nav-list a:hover {
  color: #fff;
}

.nav-list a:hover::after {
  width: 100%;
}

.site-header.is-scrolled .nav-list a {
  color: var(--navy-900);
}

.site-header.is-scrolled .nav-list a:hover {
  color: var(--green-600);
}

.site-header.is-scrolled .mobile-toggle {
  color: var(--navy-900);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vision-2030 {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  transition: opacity .25s ease, transform .25s ease;
}

.vision-2030:hover {
  opacity: .88;
  transform: translateY(-1px);
}

.vision-2030 img {
  height: 34px;
  width: auto;
  display: block;
  object-fit: contain;
}

.vision-2030--footer img {
  height: 48px;
}

.mobile-toggle {
  display: none;
  color: #fff;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color .3s ease;
}

.mobile-nav {
  display: none;
  background: rgba(13, 24, 61, .35);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 22px 20px;
}

.site-header.is-scrolled .mobile-nav {
  background: rgba(255, 255, 255, .92);
  border-top-color: rgba(13, 24, 61, .08);
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 12px 4px;
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: color .3s ease, padding .3s ease;
}

.mobile-nav a:hover {
  padding-right: 8px;
}

.site-header.is-scrolled .mobile-nav a {
  color: var(--navy-900);
  border-bottom-color: rgba(13, 24, 61, .08);
}

.site-header.is-scrolled .mobile-nav a:hover {
  color: var(--green-600);
}

.mobile-nav a:last-child {
  border-bottom: none;
  color: #fff;
  margin-top: 8px;
}

.site-header.is-scrolled .mobile-nav a:last-child {
  color: var(--green-600);
}

/* Hero — full-bleed (navbar overlays top) */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--navy-900);
  padding: calc(var(--header-h) + 48px) 0 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7, 13, 36, .92) 0%, rgba(13, 24, 61, .78) 48%, rgba(13, 24, 61, .45) 100%),
    url('technichian.png') center/cover no-repeat;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(0, 166, 81, .18), transparent 45%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.hero-brand {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--green-600);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.18;
  margin-bottom: 16px;
  animation: fadeUp .7s ease both;
}

.hero-sub {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  max-width: 480px;
  margin-bottom: 28px;
  animation: fadeUp .7s .1s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  animation: fadeUp .7s .2s ease both;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .62);
  font-size: 13.5px;
  animation: fadeUp .7s .3s ease both;
}

.hero-meta strong {
  color: #fff;
  font-weight: 700;
}

.hero-promo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, .12);
  border: 1px solid rgba(212, 160, 23, .35);
  color: #f0d78a;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .75);
  transition: color .25s ease, opacity .25s ease;
  animation: fadeUp .7s .45s ease both;
}

.hero-scroll:hover {
  color: #fff;
}

.hero-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.hero-scroll-dot {
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: currentColor;
  animation: scroll-dot 1.6s ease-in-out infinite;
}

.hero-scroll-arrow {
  width: 20px;
  height: 20px;
  animation: scroll-arrow 1.6s ease-in-out infinite;
}

@keyframes scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  60% {
    transform: translateY(8px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes scroll-arrow {

  0%,
  100% {
    transform: translateY(0);
    opacity: .55;
  }

  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

/* Services */
.services-section {
  position: relative;
  overflow: hidden;
}

.services-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.services-bg__icon {
  position: absolute;
  width: 34px;
  height: 34px;
  color: #c5d0cb;
  opacity: .55;
}

.services-bg__icon:nth-child(1) {
  top: 8%;
  right: 6%;
  width: 30px;
  height: 30px;
  opacity: .42;
}

.services-bg__icon:nth-child(2) {
  top: 18%;
  left: 5%;
  width: 26px;
  height: 26px;
  opacity: .38;
  transform: rotate(-12deg);
}

.services-bg__icon:nth-child(3) {
  top: 42%;
  right: 3%;
  width: 32px;
  height: 32px;
  opacity: .4;
  transform: rotate(8deg);
}

.services-bg__icon:nth-child(4) {
  top: 12%;
  left: 22%;
  width: 28px;
  height: 28px;
  opacity: .35;
}

.services-bg__icon:nth-child(5) {
  bottom: 16%;
  left: 7%;
  width: 36px;
  height: 36px;
  opacity: .45;
  transform: rotate(-6deg);
}

.services-bg__icon:nth-child(6) {
  bottom: 22%;
  right: 10%;
  width: 30px;
  height: 30px;
  opacity: .4;
}

.services-bg__icon:nth-child(7) {
  top: 58%;
  left: 18%;
  width: 32px;
  height: 32px;
  opacity: .36;
  transform: rotate(14deg);
}

.services-bg__icon:nth-child(8) {
  top: 28%;
  right: 18%;
  width: 28px;
  height: 28px;
  opacity: .4;
}

.services-bg__icon:nth-child(9) {
  bottom: 10%;
  left: 38%;
  width: 26px;
  height: 26px;
  opacity: .34;
}

.services-bg__icon:nth-child(10) {
  top: 70%;
  right: 28%;
  width: 30px;
  height: 30px;
  opacity: .38;
  transform: rotate(-10deg);
}

.services-section>.container {
  position: relative;
  z-index: 1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .65s cubic-bezier(.22, 1, .36, 1),
    transform .65s cubic-bezier(.22, 1, .36, 1),
    box-shadow .35s ease,
    border-color .35s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.service-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.is-visible:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 166, 81, .25);
}

.service-img-wrap {
  position: relative;
  height: 180px;
  background: var(--mint-100);
  overflow: hidden;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.service-card.is-visible:hover .service-img-wrap img {
  transform: scale(1.06);
}

.service-index {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(13, 24, 61, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 999px;
  transition: background .3s ease, transform .3s ease;
}

.service-card.is-visible:hover .service-index {
  background: var(--green-600);
  transform: scale(1.05);
}

.service-price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--green-600);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
  transition: transform .3s ease;
}

.service-card.is-visible:hover .service-price {
  transform: translateY(-2px);
}

.service-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.service-body h3 {
  transition: color .3s ease;
}

.service-card.is-visible:hover .service-body h3 {
  color: var(--green-700);
}

.service-body p {
  font-size: 14px;
  flex: 1;
}

.service-cta {
  color: var(--navy-800);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  transition: color .3s ease, gap .3s ease;
}

.service-cta::after {
  content: "←";
  display: inline-block;
  transition: transform .3s ease;
}

.service-card.is-visible:hover .service-cta {
  color: var(--green-600);
  gap: 10px;
}

.service-card.is-visible:hover .service-cta::after {
  transform: translateX(-4px);
}

/* Services icon strip + featured cards (unified section) */
.services-strip-panel {
  background: linear-gradient(180deg, rgba(244, 250, 247, .9), rgba(255, 255, 255, .55));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 18px 22px;
  margin-bottom: 8px;
}

.services-strip-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  gap: 0;
}

.services-strip-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .65s cubic-bezier(.22, 1, .36, 1),
    transform .65s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.services-strip-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.services-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 18%;
  left: 0;
  width: 1px;
  background: rgba(0, 166, 81, .28);
}

.services-strip-icon {
  width: 64px;
  height: 64px;
  color: var(--navy-900);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.services-strip-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.services-strip-item p {
  margin: 0;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 11.5em;
  transition: color .3s ease;
}

.services-strip-item.is-visible:hover .services-strip-icon {
  transform: translateY(-4px) scale(1.06);
}

.services-strip-item.is-visible:hover p {
  color: var(--green-700);
}

.services-featured {
  margin-top: 48px;
}

.services-featured-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.services-featured-label {
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.services-featured-line {
  display: block;
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 166, 81, .45));
}

.services-featured-line:last-child {
  background: linear-gradient(90deg, rgba(0, 166, 81, .45), transparent);
}

#services .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

#services .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  .services-strip-item,
  .service-card,
  #services .section-head {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .services-strip-item.is-visible:hover .services-strip-icon {
    transform: none;
  }

  .service-img-wrap img,
  .service-index,
  .service-price,
  .service-cta,
  .service-cta::after {
    transition: none;
  }
}

/* Pricing */
.pricing-section {
  background: var(--mint-50);
}

#pricing .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}

#pricing .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pricing-table-wrap {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  overflow-x: auto;
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1),
    transform .7s cubic-bezier(.22, 1, .36, 1),
    box-shadow .35s ease;
}

.pricing-table-wrap.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pricing-table-wrap.is-visible:hover {
  box-shadow: var(--shadow-md);
}

#pricing table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

#pricing thead tr {
  background: var(--navy-900);
}

#pricing thead th {
  color: #fff;
  font-weight: 700;
  padding: 15px 18px;
  text-align: right;
  font-size: 13px;
}

#pricing tbody tr {
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity .5s cubic-bezier(.22, 1, .36, 1),
    transform .5s cubic-bezier(.22, 1, .36, 1),
    background .25s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

#pricing tbody tr:nth-child(even) {
  background: var(--mint-50);
}

#pricing .pricing-table-wrap.is-visible tbody tr {
  opacity: 1;
  transform: translateX(0);
}

#pricing tbody tr:hover {
  background: rgba(0, 166, 81, .07);
}

#pricing tbody td {
  padding: 13px 18px;
  color: var(--ink-600);
  transition: color .25s ease;
}

#pricing tbody td:nth-child(3) {
  color: var(--navy-800);
  font-weight: 800;
}

#pricing tbody tr:hover td:nth-child(3) {
  color: var(--green-700);
}

.price-book-btn {
  background: var(--mint-100);
  color: var(--navy-800);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-block;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.price-book-btn:hover {
  background: var(--green-600);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 166, 81, .25);
}

.pricing-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1) .15s, transform .55s cubic-bezier(.22, 1, .36, 1) .15s;
}

.pricing-foot.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pricing-badge {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-600);
}

.pricing-cta {
  text-align: center;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1) .25s, transform .55s cubic-bezier(.22, 1, .36, 1) .25s;
}

.pricing-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  #pricing .section-head,
  .pricing-table-wrap,
  #pricing tbody tr,
  .pricing-foot,
  .pricing-cta {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .price-book-btn {
    transition: none;
  }
}

/* Packages */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 44px;
}

.package-card {
  border-radius: var(--radius-lg);
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.package-card.featured {
  background: linear-gradient(160deg, var(--navy-900), #0a3d32);
  color: #fff;
  border: none;
}

.package-card.featured p,
.package-card.featured li {
  color: rgba(255, 255, 255, .82);
}

.package-card.featured h3 {
  color: #fff;
}

.package-price {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy-800);
}

.package-card.featured .package-price {
  color: #f0d78a;
}

.package-price small {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-400);
}

.package-card.featured .package-price small {
  color: rgba(255, 255, 255, .65);
}

.package-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--ink-600);
}

.check {
  color: var(--green-600);
  font-weight: 900;
  flex-shrink: 0;
}

.package-card.featured .check {
  color: #f0d78a;
}

.package-note {
  font-size: 12.5px;
  color: var(--ink-400);
}

.package-card.featured .package-note {
  color: rgba(255, 255, 255, .55);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.offer-card {
  border-radius: var(--radius-md);
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-tag {
  display: inline-flex;
  align-self: flex-start;
  background: var(--green-600);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--mint-100);
  border: 1px dashed var(--green-600);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 800;
  color: var(--navy-800);
  font-size: 14px;
  cursor: pointer;
}

.offers-grid.spaced {
  margin-top: 40px;
}

/* Countdown */
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.countdown-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.countdown-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.countdown-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.countdown-badge {
  display: inline-flex;
  align-self: flex-start;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.countdown-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.countdown-prices .old {
  text-decoration: line-through;
  color: var(--ink-400);
  font-size: 14px;
}

.countdown-prices .new {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy-800);
}

.countdown-timer {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.countdown-timer .box {
  background: var(--navy-900);
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  min-width: 50px;
}

.countdown-timer .box b {
  display: block;
  font-size: 15px;
}

.countdown-timer .box span {
  font-size: 10px;
  color: rgba(255, 255, 255, .65);
}

.countdown-cta {
  margin-top: 8px;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateX(-28px) scale(.98);
  transition:
    opacity .75s cubic-bezier(.22, 1, .36, 1),
    transform .75s cubic-bezier(.22, 1, .36, 1),
    box-shadow .35s ease;
}

.about-img-wrap.is-visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.about-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.about-img-wrap.is-visible:hover img {
  transform: scale(1.04);
}

.about-stat {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: #fff;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1) .35s, transform .55s cubic-bezier(.22, 1, .36, 1) .35s;
}

.about-img-wrap.is-visible .about-stat {
  opacity: 1;
  transform: translateY(0);
}

.about-stat .num {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy-800);
}

.about-stat .lbl {
  font-size: 12px;
  color: var(--ink-400);
}

.about-copy {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1) .1s, transform .7s cubic-bezier(.22, 1, .36, 1) .1s;
}

.about-copy.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.about-cards {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.about-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .55s cubic-bezier(.22, 1, .36, 1),
    transform .55s cubic-bezier(.22, 1, .36, 1),
    background .3s ease;
  transition-delay: var(--reveal-delay, 0ms);
  padding: 10px;
  border-radius: 12px;
  margin: 0 -10px;
}

.about-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-card.is-visible:hover {
  background: rgba(0, 166, 81, .06);
  transform: translateY(-2px);
}

.about-card .ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--mint-100);
  color: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.about-card.is-visible:hover .ico {
  background: var(--green-600);
  color: #fff;
  transform: scale(1.06);
}

.about-card h3 {
  transition: color .3s ease;
}

.about-card.is-visible:hover h3 {
  color: var(--green-700);
}

@media (prefers-reduced-motion: reduce) {

  .about-img-wrap,
  .about-stat,
  .about-copy,
  .about-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-img-wrap img,
  .about-card .ico {
    transition: none;
  }
}

/* Why us */
.why-section {
  background: var(--navy-900);
  color: #fff;
}

.why-section h2 {
  color: #fff;
}

.why-section .section-head p {
  color: rgba(255, 255, 255, .68);
}

.why-section .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.why-section .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .6s cubic-bezier(.22, 1, .36, 1),
    transform .6s cubic-bezier(.22, 1, .36, 1),
    background .3s ease,
    border-color .3s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.why-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card.is-visible:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-4px);
}

.why-card .ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(212, 160, 23, .14);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.why-card .ico svg {
  width: 22px;
  height: 22px;
  display: block;
}

.why-card.is-visible:hover .ico {
  transform: scale(1.08);
  background: rgba(212, 160, 23, .22);
}

.why-card h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.why-card p {
  color: rgba(255, 255, 255, .65);
  font-size: 13.5px;
}

@media (prefers-reduced-motion: reduce) {

  .why-section .section-head,
  .why-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .why-card .ico {
    transition: none;
  }
}

/* Stats */
#numbers .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}

#numbers .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}

.stat-box {
  padding: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .55s cubic-bezier(.22, 1, .36, 1),
    transform .55s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.stat-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stat-box .num {
  font-size: 36px;
  font-weight: 900;
  color: var(--navy-800);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.stat-box .lbl {
  font-size: 13.5px;
  color: var(--ink-400);
  margin-top: 6px;
}

@media (prefers-reduced-motion: reduce) {

  #numbers .section-head,
  .stat-box {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 148px;
  gap: 10px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .3s;
}

.gallery-grid img:hover {
  transform: scale(1.02);
}

.gallery-grid .tall {
  grid-row: span 2;
}

/* Testimonials */
#testimonials .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}

#testimonials .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rating-summary {
  display: grid;
  grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .6s cubic-bezier(.22, 1, .36, 1),
    transform .6s cubic-bezier(.22, 1, .36, 1),
    box-shadow .3s ease;
}

.rating-summary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green-600), var(--gold));
  border-radius: 0 4px 4px 0;
}

.rating-summary.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rating-score-block {
  text-align: center;
  padding: 14px 12px;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.rating-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--green-700);
  background: rgba(0, 166, 81, .1);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
  letter-spacing: .02em;
}

.rating-score {
  font-size: 42px;
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: 8px 0 6px;
  font-size: 15px;
}

.rating-stars .star {
  color: rgba(13, 24, 61, .14);
  transition: color .2s;
}

.rating-stars .star.filled {
  color: var(--gold);
}

.rating-stars .star.half {
  color: var(--gold);
  opacity: .55;
}

.rating-count {
  font-size: 12.5px;
  color: var(--ink-400);
  font-weight: 500;
}

.rating-count strong {
  color: var(--navy-800);
  font-weight: 800;
}

.rating-bars {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 4px 0;
}

.rbar-row {
  display: grid;
  grid-template-columns: 42px 1fr 22px 40px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ink-400);
}

.rbar-label {
  font-weight: 700;
  color: var(--ink-600);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  justify-content: flex-end;
}

.rbar-star {
  color: var(--gold);
  font-size: 11px;
}

.rbar-count {
  text-align: center;
  font-weight: 800;
  color: var(--navy-800);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.rbar-pct {
  text-align: left;
  font-weight: 600;
  color: var(--ink-400);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
}

.rbar {
  height: 7px;
  background: var(--mint-100);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(13, 24, 61, .04);
}

.rbar-fill {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #e0b13a, var(--gold));
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--bar-delay, 0ms);
}

.rating-summary.is-visible .rbar-fill {
  transform: scaleX(var(--bar-scale, 0));
}

@media (max-width:720px) {
  .rating-summary {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .rating-summary::before {
    inset: 0 0 auto 0;
    width: auto;
    height: 3px;
    border-radius: 0;
  }

  .rating-score-block {
    padding: 12px;
  }

  .rating-score {
    font-size: 34px;
  }

  .rbar-row {
    grid-template-columns: 36px 1fr 20px 36px;
    gap: 8px;
  }
}

.testimonial-slider {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.testimonial-slider.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-viewport {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  overflow: hidden;
}

.testimonial-card {
  position: relative;
  display: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px 24px;
  background: #fff;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-sm);
}

.testimonial-card.is-active {
  display: flex;
  animation: t-slide-rtl .55s cubic-bezier(.22, 1, .36, 1) both;
}

.testimonial-card.is-active:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 166, 81, .22);
}

@keyframes t-slide-rtl {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.t-quote {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  color: rgba(0, 166, 81, .12);
  pointer-events: none;
  font-family: Georgia, serif;
}

.t-stars {
  display: flex;
  gap: 2px;
  color: var(--gold);
  font-size: 14px;
}

.t-stars .dim {
  color: rgba(13, 24, 61, .15);
}

.t-text {
  font-size: 15px;
  color: var(--ink-600);
  line-height: 1.75;
  flex: 1;
  position: relative;
  z-index: 1;
}

.t-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-800);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.t-name {
  font-weight: 800;
  font-size: 14.5px;
  color: var(--ink-900);
}

.t-loc {
  font-size: 12px;
  color: var(--ink-400);
  margin-top: 2px;
}

.t-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-400);
}

.t-service {
  background: var(--mint-100);
  color: var(--navy-800);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
}

.t-date {
  align-self: center;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.testimonial-slider.is-static .testimonial-controls {
  display: none;
}

.t-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy-800);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.t-nav svg {
  width: 18px;
  height: 18px;
}

.t-nav:hover {
  background: var(--navy-900);
  color: #fff;
  border-color: var(--navy-900);
  transform: scale(1.04);
}

.t-nav:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
  background: #fff;
  color: var(--ink-400);
  border-color: var(--line);
}

.t-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.t-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(13, 24, 61, .18);
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
}

.t-dot.is-active {
  width: 24px;
  background: var(--green-600);
}

@media (prefers-reduced-motion: reduce) {

  #testimonials .section-head,
  .rating-summary,
  .testimonial-slider {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .testimonial-card.is-active {
    animation: none;
  }

  .rbar-fill {
    transition: none;
    transform: scaleX(var(--bar-scale, 0));
  }
}

/* Guarantee */
.guarantee-section {
  background: linear-gradient(160deg, #0a3d32, var(--navy-900));
  color: #fff;
}

.guarantee-section h2 {
  color: #fff;
}

.guarantee-section .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}

.guarantee-section .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.guarantee-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 24px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .6s cubic-bezier(.22, 1, .36, 1),
    transform .6s cubic-bezier(.22, 1, .36, 1),
    background .3s ease,
    border-color .3s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.guarantee-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.guarantee-card.is-visible:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-4px);
}

.guarantee-card h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
}

.guarantee-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.guarantee-cta {
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1) .25s, transform .55s cubic-bezier(.22, 1, .36, 1) .25s;
}

.guarantee-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* FAQ */
#faq .section-head {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}

#faq .section-head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .5s cubic-bezier(.22, 1, .36, 1),
    transform .5s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-q {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 18px 4px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink-900);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  list-style: none;
  transition: color .25s ease;
}

.faq-q:hover {
  color: var(--green-700);
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q .plus {
  color: var(--green-600);
  font-size: 20px;
  transition: transform .25s ease;
  flex-shrink: 0;
}

.faq-item[open] .plus {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 4px 18px;
  color: var(--ink-600);
  font-size: 14.5px;
  max-width: 680px;
  animation: faq-open .35s ease;
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

.faq-cta {
  text-align: center;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1) .15s, transform .55s cubic-bezier(.22, 1, .36, 1) .15s;
}

.faq-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  .guarantee-section .section-head,
  .guarantee-card,
  .guarantee-cta,
  #faq .section-head,
  .faq-item,
  .faq-cta {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faq-a {
    animation: none;
  }
}

/* Contact */
.contact-section {
  background: var(--mint-50);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.contact-copy {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.contact-copy.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 14px;
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1) .1s,
    transform .7s cubic-bezier(.22, 1, .36, 1) .1s,
    box-shadow .3s ease;
}

.contact-form.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.contact-form.is-visible:hover {
  box-shadow: var(--shadow-md);
}

.contact-form input[name='phone'] {
  text-align: end;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink-900);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14.5px;
  background: var(--mint-50);
  color: var(--ink-900);
  transition: border-color .15s, background .15s, box-shadow .15s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 166, 81, .12);
}

.field textarea {
  resize: vertical;
  min-height: 88px;
}

.form-success {
  color: var(--green-700);
  font-weight: 700;
  font-size: 15px;
}

.form-error {
  color: #b91c1c;
  font-weight: 700;
  font-size: 14px;
}

body.site-alert-open {
  overflow: hidden;
}

.site-alert {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.site-alert.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-alert__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 13, 36, .55);
  backdrop-filter: blur(3px);
}

.site-alert__dialog {
  position: relative;
  z-index: 1;
  width: min(400px, 100%);
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(13, 24, 61, .1);
  box-shadow: 0 20px 50px rgba(13, 24, 61, .18);
  padding: 28px 24px 22px;
  text-align: center;
  transform: translateY(12px) scale(.96);
  transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}

.site-alert.is-open .site-alert__dialog {
  transform: translateY(0) scale(1);
}

.site-alert__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-alert__icon svg {
  width: 28px;
  height: 28px;
}

.site-alert.is-success .site-alert__icon {
  background: rgba(0, 166, 81, .12);
  color: var(--green-700);
}

.site-alert.is-error .site-alert__icon {
  background: rgba(185, 28, 28, .1);
  color: #b91c1c;
}

.site-alert__title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy-900);
}

.site-alert__message {
  margin: 0 0 20px;
  font-size: .95rem;
  line-height: 1.7;
  color: var(--ink-600);
}

.site-alert__btn {
  min-width: 120px;
}

.site-alert.is-error .site-alert__btn {
  background: #b91c1c;
  border-color: #b91c1c;
}

.site-alert.is-error .site-alert__btn:hover {
  background: #991b1b;
  border-color: #991b1b;
}

.contact-info-list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.contact-info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .5s cubic-bezier(.22, 1, .36, 1),
    transform .5s cubic-bezier(.22, 1, .36, 1),
    background .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
  transition-delay: var(--reveal-delay, 0ms);
  padding: 10px 12px;
  margin: 0 -8px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: inherit;
  text-decoration: none;
}

.contact-info-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-info-item.is-visible:hover,
.contact-info-item--link.is-visible:hover {
  background: rgba(0, 166, 81, .08);
  border-color: rgba(0, 166, 81, .18);
  box-shadow: 0 8px 20px rgba(13, 24, 61, .06);
  transform: translateY(-2px);
}

.contact-info-item .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--mint-100);
  color: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s cubic-bezier(.22, 1, .36, 1),
    box-shadow .25s ease;
}

.contact-info-item .ico svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}

.contact-info-item.is-visible:hover .ico {
  background: var(--green-600);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(0, 166, 81, .35);
}

.contact-info-item.is-visible:hover .ico svg {
  transform: scale(1.06);
}

.contact-info-item .title {
  font-weight: 700;
  transition: color .25s ease;
}

.contact-info-item.is-visible:hover .title {
  color: var(--green-700);
}

.contact-info-item .sub {
  font-size: 13px;
  color: var(--ink-400);
  transition: color .25s ease;
}

.contact-info-item.is-visible:hover .sub {
  color: var(--ink-600);
}

.contact-info-item--link {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {

  .contact-copy,
  .contact-form,
  .contact-info-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .contact-info-item.is-visible:hover,
  .contact-info-item.is-visible:hover .ico,
  .contact-info-item.is-visible:hover .ico svg {
    transform: none;
  }
}

/* Footer */
footer {
  background: #061816;
  color: rgba(255, 255, 255, .68);
  padding: 56px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-logo img {
  height: 54px;
  width: auto;
  border-radius: 6px;
  margin-bottom: 12px;
}

footer h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}

footer p {
  color: rgba(255, 255, 255, .5);
  font-size: 13.5px;
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  margin: 0;
  border-radius: 0;
  border: none;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.footer-contact-link:hover {
  background: none;
  border-color: transparent;
  color: #fff;
  transform: none;
  box-shadow: none;
}

.footer-contact-ico {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: rgba(255, 255, 255, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: color .22s ease, transform .22s ease;
}

.footer-contact-ico svg {
  width: 15px;
  height: 15px;
  display: block;
  transition: transform .22s ease;
}

.footer-contact-link:hover .footer-contact-ico {
  background: none;
  color: var(--green-600);
  transform: none;
  box-shadow: none;
}

.footer-contact-link:hover .footer-contact-ico svg {
  transform: scale(1.12);
}

.footer-contact-title {
  display: block;
  font-weight: 700;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .4);
  transition: color .22s ease;
}

.footer-contact-link:hover .footer-contact-title {
  color: #fff;
}

.footer-contact-sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  transition: color .22s ease;
}

.footer-contact-link:hover .footer-contact-sub {
  color: rgba(255, 255, 255, .6);
}

.footer-contact-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .4);
}

.footer-contact-note .footer-contact-ico {
  margin-top: 0;
  color: rgba(255, 255, 255, .45);
}

footer li {
  margin-bottom: 9px;
  font-size: 13.5px;
}

footer li a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .4);
}

.footer-bottom .vision-2030 {
  margin-inline-start: auto;
}

.social-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.social-row a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.social-row a:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.wa-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  z-index: 60;
  color: #fff;
  transition: transform .2s;
}

.call-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  left: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(249, 115, 22, .35);
  z-index: 60;
  color: #fff;
  transition: background .2s, box-shadow .2s;
}

.call-float::before,
.call-float::after {
  content: none;
}

.call-float:hover {
  background: #ea580c;
  box-shadow: 0 12px 30px rgba(234, 88, 12, .42);
}

.call-float:hover svg {
  animation-play-state: paused;
}

.call-float svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  transform-origin: 50% 50%;
  animation: call-ring 1.6s ease-in-out infinite;
}

@keyframes call-ring {
  0%,
  12%,
  100% {
    transform: rotate(0deg);
  }

  2% {
    transform: rotate(14deg);
  }

  4% {
    transform: rotate(-12deg);
  }

  6% {
    transform: rotate(10deg);
  }

  8% {
    transform: rotate(-8deg);
  }

  10% {
    transform: rotate(4deg);
  }
}

.wa-float::before,
.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, .45);
  z-index: -1;
  animation: wa-pulse 2s ease-out infinite;
  pointer-events: none;
}

.wa-float::after {
  animation-delay: 1s;
}

.wa-float:hover {
  transform: scale(1.06);
}

.wa-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  position: relative;
  z-index: 1;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: .75;
  }

  70% {
    transform: scale(1.75);
    opacity: 0;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

.scroll-top {
  position: fixed;
  bottom: 90px;
  left: 26px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 60;
  box-shadow: 0 8px 22px rgba(13, 24, 61, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.9);
  transition:
    opacity .35s cubic-bezier(.22, 1, .36, 1),
    visibility .35s ease,
    transform .4s cubic-bezier(.22, 1, .36, 1),
    background .25s ease,
    box-shadow .25s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top:hover {
  background: var(--green-600);
  box-shadow: 0 10px 26px rgba(0, 166, 81, .35);
  transform: translateY(-3px) scale(1.04);
}

.scroll-top:active {
  transform: translateY(-1px) scale(.98);
}

.scroll-top svg {
  width: 20px;
  height: 20px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.scroll-top:hover svg {
  transform: translateY(-2px);
}

@media (max-width:980px) {

  .nav-list,
  .header-cta .btn {
    display: none;
  }

  .top-bar {
    font-size: 12px;
  }

  .top-bar-links {
    gap: 10px;
  }

  .top-bar-link span {
    display: none;
  }

  .vision-2030 img {
    height: 28px;
  }

  .services-bg__icon {
    width: 24px;
    height: 24px;
    opacity: .32;
  }

  .services-bg__icon:nth-child(4),
  .services-bg__icon:nth-child(7),
  .services-bg__icon:nth-child(9) {
    display: none;
  }

  .services-strip-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 28px;
  }

  .services-strip-panel {
    padding: 22px 12px 18px;
  }

  .services-featured {
    margin-top: 36px;
  }

  .services-strip-item:nth-child(4n)::after {
    display: none;
  }

  .services-strip-item:not(:last-child)::after {
    bottom: 8%;
  }

  .mobile-toggle {
    display: block;
  }

  .hero {
    min-height: 100svh;
    padding: calc(var(--header-h) + 36px) 0 56px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(7, 13, 36, .88) 0%, rgba(13, 24, 61, .82) 100%),
      url('technichian.png') center/cover no-repeat;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .why-grid,
  .stats-grid,
  .packages-grid,
  .offers-grid,
  .footer-grid,
  .guarantee-grid,
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-img-wrap img {
    height: 300px;
  }
}

@media (max-width:620px) {

  .services-strip-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }

  .services-strip-item:nth-child(4n)::after {
    display: block;
  }

  .services-strip-item:nth-child(2n)::after {
    display: none;
  }

  .services-strip-icon {
    width: 56px;
    height: 56px;
  }

  .services-strip-item p {
    font-size: 12.5px;
  }

  .services-grid,
  .why-grid,
  .stats-grid,
  .packages-grid,
  .offers-grid,
  .footer-grid,
  .guarantee-grid,
  .gallery-grid,
  .countdown-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }

  .hero h1 {
    font-size: 32px;
  }
}

/* Booking modal */
body.booking-open {
  overflow: hidden;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.booking-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 13, 36, .62);
  backdrop-filter: blur(4px);
}

.booking-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(520px, 100%);
  max-height: min(90vh, 720px);
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  padding: 16px 18px 14px;
  transform: translateY(12px) scale(.98);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.booking-modal.is-open .booking-modal__dialog {
  transform: translateY(0) scale(1);
}

.booking-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.booking-modal__head-text {
  min-width: 0;
}

.booking-modal__title {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0;
}

.booking-modal__service {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-600);
}

.booking-modal__close {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  border-radius: 8px;
  background: var(--mint-100);
  color: var(--navy-900);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.booking-modal__close:hover {
  background: var(--green-600);
  color: #fff;
}

.booking-steps {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-bottom: 14px;
  padding: 4px;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 999px;
  flex-shrink: 0;
}

.booking-step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding: 6px 4px;
  border-radius: 999px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-400);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.booking-step span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  color: var(--navy-800);
  font-size: 11px;
  transition: background .25s ease, color .25s ease;
}

.booking-step.is-active {
  background: #fff;
  color: var(--green-700);
  box-shadow: 0 2px 8px rgba(13, 24, 61, .08);
}

.booking-step.is-active span,
.booking-step.is-done span {
  background: var(--green-600);
  color: #fff;
}

.booking-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.booking-form__body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding-inline-end: 2px;
}

.booking-panel {
  display: none;
  animation: bookingFade .3s ease;
}

.booking-panel.is-active {
  display: block;
}

.booking-fields {
  display: grid;
  gap: 10px;
}

.booking-fields--2,
.booking-fields--contact {
  grid-template-columns: 1fr 1fr;
}

.booking-fields--contact .field--full {
  grid-column: 1 / -1;
}

.booking-modal .field--compact label {
  font-size: 12px;
  margin-bottom: 4px;
}

.booking-modal .field--compact input,
.booking-modal .field--compact select,
.booking-modal .field--compact textarea {
  padding: 9px 11px;
  font-size: 13.5px;
  border-radius: 10px;
}

.booking-modal .field--compact textarea {
  min-height: 68px;
  resize: vertical;
}

.field-optional {
  font-weight: 500;
  color: var(--ink-400);
}

.booking-hint {
  margin-top: 8px;
  font-size: 12px;
  color: var(--ink-400);
}

.booking-map-search-wrap {
  width: 90%;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 500;
  pointer-events: none;
}

.booking-map-search-wrap>* {
  pointer-events: auto;
}

.booking-map-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(13, 24, 61, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(13, 24, 61, .12);
}

.booking-map-search svg {
  width: 18px;
  height: 18px;
  color: var(--ink-400);
  flex-shrink: 0;
}

.booking-map-search input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  color: var(--ink-900);
  outline: none;
  min-width: 0;
}

.booking-map-search__btn {
  border: none;
  background: var(--green-600);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  white-space: nowrap;
}

.booking-map-search__btn:hover {
  background: var(--green-700);
  transform: translateY(-1px);
}

.booking-map-results {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 500;
  max-height: 160px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
}

.booking-map-results__item {
  display: block;
  width: 100%;
  text-align: right;
  border: none;
  background: #fff;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid rgba(13, 24, 61, .06);
  transition: background .2s ease;
}

.booking-map-results__item:last-child {
  border-bottom: none;
}

.booking-map-results__item:hover {
  background: var(--mint-50);
}

.booking-map-results__title {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy-900);
}

.booking-map-results__sub {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--ink-400);
  line-height: 1.45;
}

.booking-map-results__empty {
  margin: 0;
  padding: 12px;
  font-size: 13px;
  color: var(--ink-400);
}

.booking-map-shell {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--mint-50);
}

.booking-map-locate {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 450;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: var(--navy-900);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(13, 24, 61, .16);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.booking-map-locate svg {
  width: 16px;
  height: 16px;
  color: var(--green-600);
}

.booking-map-locate:hover:not(:disabled) {
  background: var(--green-600);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 166, 81, .28);
}

.booking-map-locate:hover:not(:disabled) svg {
  color: #fff;
}

.booking-map-locate:disabled {
  opacity: .7;
  cursor: wait;
}

.booking-map-pin {
  background: transparent;
  border: none;
}

.booking-map-pin span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.booking-map {
  height: 240px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: var(--mint-50);
}

.booking-map-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  margin-top: 10px;
  padding: 10px 12px;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.booking-map-meta__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.booking-map-meta__item--coords {
  flex-shrink: 0;
  text-align: left;
}

.booking-map-meta__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-400);
}

.booking-map-meta__value {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-700);
  word-break: break-word;
}

.booking-map-meta__item--coords .booking-map-meta__value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11.5px;
  white-space: nowrap;
}

.booking-summary {
  display: grid;
  gap: 0;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.booking-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(13, 24, 61, .06);
}

.booking-summary__row:last-child {
  border-bottom: none;
}

.booking-summary__row span {
  color: var(--ink-400);
  flex-shrink: 0;
  font-size: 12px;
}

.booking-summary__row strong {
  text-align: left;
  color: var(--navy-900);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
}

.booking-form-msg {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.booking-form-msg.is-success {
  color: var(--green-700);
}

.booking-form-msg.is-error {
  color: #b91c1c;
}

.booking-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  flex-shrink: 0;
}

.booking-actions .btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}

.booking-actions .btn[hidden] {
  display: none !important;
}

.btn-primary {
  box-shadow: none !important;
}

@keyframes bookingFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

@media (max-width: 620px) {
  .booking-modal {
    padding: 10px;
  }

  .booking-modal__dialog {
    padding: 14px 14px 12px;
    max-height: 94vh;
  }

  .booking-step {
    font-size: 0;
    gap: 0;
    padding: 5px;
  }

  .booking-step span {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .booking-fields--2,
  .booking-fields--contact {
    grid-template-columns: 1fr;
  }

  .booking-map {
    height: 220px;
  }

  .booking-map-meta {
    grid-template-columns: 1fr;
  }

  .booking-map-meta__item--coords {
    text-align: right;
  }

  .booking-map-meta__item--coords .booking-map-meta__value {
    white-space: normal;
  }

  .booking-map-search-wrap {
    top: 8px;
    right: 8px;
    left: 8px;
  }

  .booking-map-search {
    padding: 7px 8px;
    gap: 6px;
  }

  .booking-map-search__btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}