:root {
  --ink: #111821;
  --ink-2: #253140;
  --muted: #687587;
  --line: #dce3ea;
  --paper: #f4f7f9;
  --white: #ffffff;
  --teal: #0b6b78;
  --teal-dark: #073f4b;
  --amber: #c9902f;
  --red: #b73f34;
  --steel: #e8eef3;
  --shadow: 0 22px 64px rgba(17, 24, 33, 0.16);
  --radius: 8px;
  --header-height: 114px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #0e3d49;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 28px;
  padding: 0 76px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 24, 33, 0.08);
  backdrop-filter: blur(18px);
  transition: background 240ms ease, box-shadow 240ms ease, min-height 240ms ease;
}

.site-header.is-scrolled {
  min-height: 106px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(17, 24, 33, 0.12);
}

.announcement-bar {
  grid-column: 1 / -1;
  width: calc(100% + 152px);
  height: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  align-self: start;
  margin: 0 -76px 10px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(90deg, #0e3d49 0%, #074d4a 100%);
  box-shadow: 0 -1px 0 #0e3d49;
}

.announcement-track {
  height: 100%;
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 62s linear infinite;
}

.announcement-track span {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 42px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0;
}

.announcement-track span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 0 3px rgba(201, 144, 47, 0.12);
}

.announcement-track b {
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--red));
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: 0 12px 28px rgba(11, 107, 120, 0.22);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  color: var(--ink-2);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.05;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--radius);
  color: #2f4354;
  font-size: 0.94rem;
  font-weight: 780;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 3px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal-dark);
  background: rgba(11, 107, 120, 0.1);
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-call {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: var(--radius);
  background: #0d4c56;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(11, 107, 120, 0.22);
}

.header-call svg {
  display: none;
}

.header-call svg,
.btn svg,
.btn .whatsapp-icon,
.slider-arrow svg,
.service-card svg,
.check-list svg,
.contact-list svg,
.contact-list .whatsapp-icon,
.floating-actions svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.whatsapp-icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: none;
}

.floating-actions .whatsapp-icon {
  width: 24px;
  height: 24px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 104svh;
  background: var(--ink);
  overflow: hidden;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 700ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 26, 0.94) 0%, rgba(8, 18, 26, 0.74) 44%, rgba(8, 18, 26, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 18, 26, 0.86) 0%, rgba(8, 18, 26, 0.1) 52%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 58px;
  align-items: center;
  padding: 190px 0 126px;
  margin: 0 auto;
  color: var(--white);
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 4.35rem;
  line-height: 1;
  font-weight: 900;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.hero-report-panel {
  align-self: center;
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.hero-report-panel span {
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-report-panel strong {
  font-size: 1.55rem;
  line-height: 1.12;
}

.hero-report-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-report-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.hero-report-panel svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--amber);
}

.hero-report-panel a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 16px 34px rgba(11, 107, 120, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--teal-dark);
}

.btn-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
}

.slider-controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.slider-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(18, 20, 25, 0.52);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: background 180ms ease, transform 180ms ease;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(11, 107, 120, 0.92);
  transform: translateY(-1px);
  outline: none;
}

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

.slider-dot {
  width: 42px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  overflow: hidden;
}

.slider-dot span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--amber);
}

.slider-dot.is-active span {
  animation: dotProgress 6200ms linear forwards;
}

.proof-strip {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -62px auto 0;
  position: relative;
  z-index: 8;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.18);
}

.proof-strip div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background: var(--white);
}

.proof-strip strong {
  color: var(--teal-dark);
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 800;
}

.home-intro {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 44px;
  align-items: center;
  margin: 76px auto 0;
}

.home-intro-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.1;
}

.home-intro-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
}

.home-intro-list {
  display: grid;
  gap: 12px;
}

.home-intro-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(17, 24, 33, 0.06);
}

.home-intro-list svg {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  color: var(--teal);
}

.home-intro-list strong {
  line-height: 1.1;
  font-size: 1.04rem;
}

.home-intro-list span {
  color: var(--muted);
  font-weight: 650;
}

.proof-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.section {
  padding: 104px 0;
}

.section-light {
  background:
    linear-gradient(180deg, rgba(244, 247, 249, 0), rgba(232, 238, 243, 0.72)),
    var(--paper);
}

.section-heading {
  width: min(860px, calc(100% - 64px));
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.gallery-copy h2,
.about-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 800;
}

.section-heading p:not(.eyebrow),
.gallery-copy p:not(.eyebrow),
.about-copy p,
.contact-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.service-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.service-card {
  min-height: 286px;
  padding: 28px;
  border: 1px solid rgba(18, 20, 25, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(18, 20, 25, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 107, 120, 0.32);
  box-shadow: 0 22px 48px rgba(18, 20, 25, 0.12);
}

.service-card svg {
  width: 36px;
  height: 36px;
  color: var(--teal);
}

.service-card h3,
.package-card h3,
.process-step h3,
.hours-panel h3 {
  margin: 22px 0 10px;
  font-size: 1.15rem;
  line-height: 1.24;
}

.service-card p,
.package-card p,
.process-step p {
  margin: 0;
  color: var(--muted);
}

.service-areas-section {
  background: var(--white);
}

.service-area-panel {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7fafc);
  box-shadow: 0 22px 64px rgba(17, 24, 33, 0.08);
}

.service-area-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.service-area-tabs a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--teal-dark);
  background: var(--white);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(17, 24, 33, 0.05);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.service-area-tabs a.is-active,
.service-area-tabs a:hover,
.service-area-tabs a:focus-visible {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
  transform: translateY(-2px);
  outline: none;
}

.service-area-tabs svg,
.service-area-grid svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  opacity: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-area-grid.is-switching {
  opacity: 0.78;
  transform: translateY(3px);
}

.service-area-grid a {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(220, 227, 234, 0.86);
  border-radius: var(--radius);
  color: #173454;
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(17, 24, 33, 0.05);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-area-grid a:hover,
.service-area-grid a:focus-visible {
  color: var(--teal);
  border-color: rgba(11, 107, 120, 0.36);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(11, 107, 120, 0.12);
  outline: none;
}

.service-area-grid svg {
  color: var(--teal);
}

.service-area-panel > p {
  margin: 24px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.package-band {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 144, 47, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(17, 24, 33, 0.98), rgba(7, 63, 75, 0.96)),
    var(--ink);
}

.package-band .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.package-toolbar {
  width: min(1180px, calc(100% - 64px));
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -18px auto 18px;
}

.package-arrow {
  position: static;
  border-color: rgba(255, 255, 255, 0.18);
}

.package-track {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 332px;
  gap: 18px;
  margin: 0 auto;
  padding: 4px 0 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.package-track::-webkit-scrollbar {
  display: none;
}

.package-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
}

.package-card span {
  align-self: flex-start;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.8rem;
  font-weight: 800;
}

.package-card p {
  color: rgba(255, 255, 255, 0.7);
}

.package-card-price {
  display: block;
  margin: 8px 0 18px;
  color: var(--white);
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
}

.package-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.testimonials-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.testimonials-heading {
  margin-bottom: 24px;
}

.testimonials-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #2458d3;
  letter-spacing: 0.18em;
}

.testimonials-heading .eyebrow::before,
.testimonials-heading .eyebrow::after {
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 999px;
  background: var(--amber);
}

.testimonials-heading h2 {
  color: #153454;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 850;
}

.testimonial-toolbar {
  width: min(1180px, calc(100% - 64px));
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -6px auto 18px;
}

.testimonial-arrow {
  position: static;
  color: var(--white);
  border-color: rgba(11, 107, 120, 0.18);
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(7, 63, 75, 0.16);
}

.testimonial-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, calc((100% - 52px) / 2.65));
  gap: 26px;
  padding: 8px 2px 24px;
  overflow-x: auto;
  scroll-behavior: auto;
  scroll-padding-inline: 2px;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 34px;
  border: 1px solid rgba(220, 227, 234, 0.82);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 60px rgba(17, 24, 33, 0.08);
  scroll-snap-align: start;
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  top: 4px;
  right: 30px;
  color: rgba(36, 88, 211, 0.08);
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 900;
}

.testimonial-stars {
  position: relative;
  z-index: 1;
  color: #f39a16;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.testimonial-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #43516a;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 550;
  line-height: 1.7;
}

.testimonial-card strong,
.testimonial-card span {
  position: relative;
  z-index: 1;
  display: block;
}

.testimonial-card strong {
  color: #153454;
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 850;
}

.testimonial-card span {
  margin-top: 6px;
  color: #738095;
  font-weight: 650;
}

.seo-link-section {
  padding-inline: max(32px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.seo-link-copy {
  width: min(940px, 100%);
}

.seo-link-copy h2 {
  margin: 0;
  color: #153454;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.04;
  font-weight: 850;
}

.seo-link-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.seo-link-stack {
  display: grid;
  gap: 30px;
  margin-top: 52px;
}

.seo-link-card {
  width: min(700px, 100%);
  min-height: 160px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(11, 107, 120, 0.16);
  border-left: 5px solid var(--teal);
  border-radius: var(--radius);
  color: #173454;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(17, 24, 33, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.seo-link-card:hover,
.seo-link-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(11, 107, 120, 0.34);
  box-shadow: 0 30px 72px rgba(11, 107, 120, 0.14);
  outline: none;
}

.seo-link-card-offset {
  justify-self: end;
}

.seo-link-card svg {
  width: 64px;
  height: 64px;
  padding: 17px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(145deg, var(--teal), #0d8795);
  box-shadow: 0 16px 30px rgba(11, 107, 120, 0.24);
}

.seo-link-card strong {
  display: block;
  margin-bottom: 8px;
  color: #153454;
  font-size: 1.3rem;
  line-height: 1.2;
}

.seo-link-card span {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.seo-region-band {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 46px;
  padding: 28px 30px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, #153454, var(--teal-dark));
  box-shadow: 0 24px 64px rgba(17, 52, 84, 0.2);
}

.seo-region-band > svg {
  width: 54px;
  height: 54px;
  padding: 14px;
  border-radius: 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.seo-region-band div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.seo-region-band strong {
  flex: 0 0 100%;
  font-size: 1.05rem;
}

.seo-region-band a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 750;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.seo-region-band a:hover,
.seo-region-band a:focus-visible {
  color: var(--ink);
  background: var(--white);
  transform: translateY(-2px);
  outline: none;
}

.home-blog-section {
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0), rgba(248, 251, 253, 0.92)),
    var(--white);
}

.home-blog-heading .eyebrow,
.home-faq-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--teal);
  letter-spacing: 0.18em;
}

.home-blog-heading .eyebrow::before,
.home-blog-heading .eyebrow::after,
.home-faq-heading .eyebrow::before,
.home-faq-heading .eyebrow::after {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: var(--amber);
}

.home-blog-heading h2,
.home-faq-heading h2 {
  color: #153454;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 850;
}

.home-blog-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin: 0 auto;
}

.home-blog-card {
  overflow: hidden;
  border: 1px solid rgba(220, 227, 234, 0.8);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 54px rgba(17, 24, 33, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 107, 120, 0.3);
  box-shadow: 0 28px 70px rgba(17, 24, 33, 0.13);
}

.home-blog-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.home-blog-card:hover .home-blog-image img {
  transform: scale(1.06);
}

.home-blog-date {
  position: absolute;
  left: 24px;
  bottom: -32px;
  width: 62px;
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 10px 0;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  box-shadow: 0 16px 28px rgba(11, 107, 120, 0.24);
}

.home-blog-date strong {
  font-size: 1.6rem;
  line-height: 1;
}

.home-blog-date small {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.home-blog-body {
  padding: 50px 24px 26px;
}

.home-blog-body > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-blog-body h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.home-blog-body h3 a {
  color: #153454;
  background: linear-gradient(var(--amber), var(--amber)) left bottom / 74% 2px no-repeat;
}

.home-blog-body p {
  margin: 18px 0 22px;
  color: var(--muted);
  line-height: 1.72;
}

.home-blog-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--amber);
  color: var(--teal-dark);
  font-weight: 850;
}

.home-blog-read svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.home-blog-read:hover svg,
.home-blog-read:focus-visible svg {
  transform: translateX(4px);
}

.home-faq-section {
  background: var(--white);
}

.home-faq-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin: 0 auto;
}

.home-faq-item {
  border: 1px solid rgba(220, 227, 234, 0.9);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(17, 24, 33, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-faq-item[open] {
  border-color: rgba(11, 107, 120, 0.2);
  box-shadow: 0 22px 56px rgba(17, 24, 33, 0.08);
}

.home-faq-item:hover {
  transform: translateY(-2px);
}

.home-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 22px 62px 22px 24px;
  cursor: pointer;
  color: #153454;
  font-size: 1.16rem;
  font-weight: 850;
  list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::after {
  content: "";
  position: absolute;
  right: 26px;
  width: 13px;
  height: 13px;
  border-right: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.home-faq-item[open] summary::after {
  transform: rotate(225deg);
}

.home-faq-item p {
  margin: -2px 0 0;
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.home-faq-item a {
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-underline-offset: 4px;
}

.process-section {
  background: var(--white);
}

.process-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
}

.process-step {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius);
  background: var(--paper);
}

.process-step span {
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 800;
}

.gallery-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: center;
  padding: 104px max(32px, calc((100% - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 24, 33, 0.94), rgba(13, 76, 86, 0.9)),
    var(--ink-2);
}

.gallery-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-slider {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.gallery-item {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 540ms ease;
}

.gallery-item.is-active {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(18, 20, 25, 0.72);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.about-layout {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: start;
  margin: 0 auto;
}

.about-copy p {
  max-width: 720px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-2);
  font-weight: 650;
}

.check-list svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal);
}

.hours-panel {
  padding: 26px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hours-panel h3 {
  margin-top: 0;
}

.hours-panel dl,
.hours-panel dd {
  margin: 0;
}

.hours-panel dl {
  display: grid;
  gap: 10px;
}

.hours-panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hours-panel dt {
  color: rgba(255, 255, 255, 0.66);
}

.hours-panel dd {
  font-weight: 800;
  text-align: right;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--white);
  overflow: hidden;
}

.contact-visual {
  min-height: 620px;
  overflow: hidden;
}

.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(32px, calc((100vw - 1180px) / 2)) 80px 64px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-2);
  background: var(--paper);
  font-weight: 700;
}

.contact-list svg {
  flex: 0 0 auto;
  color: var(--teal);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 48px max(32px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, 0.74);
  background: var(--ink);
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  margin: 16px 0 0;
  max-width: 440px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.site-footer nav a {
  font-weight: 500;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: grid;
  gap: 8px;
}

.floating-actions a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 14px 32px rgba(11, 107, 120, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes dotProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 28px 9px;
  }

  .announcement-bar {
    width: calc(100% + 56px);
    margin: 0 -28px 9px;
  }

  .header-call {
    padding: 0 18px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-content: center;
    padding-top: 172px;
  }

  .hero-report-panel {
    width: min(100%, 560px);
  }

  .home-intro {
    grid-template-columns: 1fr;
  }

  .blog-article h1 {
    font-size: 2.8rem;
  }

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

  .home-blog-grid,
  .home-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-track {
    grid-auto-columns: minmax(320px, calc((100% - 26px) / 2.1));
  }

  .service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .blog-feature {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider,
  .contact-visual {
    min-height: 430px;
  }

  .contact-copy {
    padding: 70px 32px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 104px;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px 8px;
  }

  .announcement-bar {
    width: calc(100% + 36px);
    height: 34px;
    min-height: 34px;
    margin: 0 -18px 8px;
  }

  .announcement-track span {
    padding: 0 28px;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    justify-content: center;
  }

  .header-call {
    display: none;
  }

  .hero-content {
    width: min(100% - 36px, 720px);
    padding: 150px 0 130px;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .proof-strip,
  .service-grid,
  .process-grid,
  .section-heading,
  .home-intro,
  .home-blog-grid,
  .home-faq-grid,
  .testimonial-toolbar,
  .testimonial-shell,
  .service-area-panel,
  .package-toolbar,
  .package-track,
  .about-layout,
  .blog-feature,
  .blog-grid {
    width: min(100% - 36px, 720px);
  }

  .proof-strip,
  .service-grid,
  .process-grid,
  .service-area-grid,
  .home-blog-grid,
  .home-faq-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .seo-link-section {
    padding-inline: 18px;
  }

  .seo-link-copy h2 {
    font-size: 2.15rem;
  }

  .seo-link-card,
  .seo-link-card-offset {
    justify-self: stretch;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 22px;
  }

  .seo-link-card svg {
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .seo-region-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-blog-heading .eyebrow,
  .home-faq-heading .eyebrow,
  .testimonials-heading .eyebrow {
    gap: 12px;
    letter-spacing: 0.12em;
  }

  .home-blog-heading .eyebrow::before,
  .home-blog-heading .eyebrow::after,
  .home-faq-heading .eyebrow::before,
  .home-faq-heading .eyebrow::after,
  .testimonials-heading .eyebrow::before,
  .testimonials-heading .eyebrow::after {
    width: 28px;
  }

  .testimonial-toolbar {
    margin-top: -8px;
  }

  .testimonial-track {
    grid-auto-columns: minmax(286px, 86%);
    gap: 18px;
  }

  .home-faq-item summary {
    min-height: 68px;
    padding: 18px 54px 18px 18px;
    font-size: 1.02rem;
  }

  .home-faq-item p {
    padding: 0 18px 20px;
  }

  .service-area-panel {
    padding: 22px;
  }

  .service-area-tabs {
    display: grid;
  }

  .home-intro {
    margin-top: 58px;
  }

  .home-intro-copy h2 {
    font-size: 2rem;
  }

  .home-intro-list div {
    grid-template-columns: 40px 1fr;
  }

  .blog-feature-card {
    min-height: 360px;
    padding: 24px;
  }

  .blog-feature-card h2 {
    font-size: 2rem;
  }

  .proof-strip {
    margin-top: -34px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading h2,
  .gallery-copy h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .package-track {
    grid-auto-columns: minmax(278px, 88%);
  }

  .gallery-section {
    padding: 76px 18px;
  }

  .gallery-slider,
  .contact-visual {
    min-height: 330px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 42px 18px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .floating-actions {
    display: none;
  }

  .floating-actions a {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.78rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-report-panel {
    padding: 20px;
  }

  .hero-report-panel strong {
    font-size: 1.28rem;
  }

  .slider-controls {
    bottom: 22px;
  }

  .slider-dot {
    width: 30px;
  }

  .service-card,
  .package-card,
  .testimonial-card,
  .process-step,
  .hours-panel {
    padding: 22px;
  }

  .testimonial-card {
    min-height: 292px;
  }

  .testimonial-card p {
    font-size: 1rem;
  }

  .contact-list a {
    align-items: flex-start;
    min-height: 64px;
  }
}

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

.brand img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(11, 107, 120, 0.22);
}

.site-header.is-solid {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(17, 24, 33, 0.12);
}

.site-nav a[aria-current="page"] {
  color: var(--teal-dark);
  background: transparent;
}

.hero-copy-load .eyebrow,
.hero-copy-load h1 span,
.hero-copy-load > p:not(.eyebrow),
.hero-copy-load .hero-actions {
  opacity: 0;
  transform: translateY(18px);
  animation: textLoad 760ms ease forwards;
}

.hero-copy-load h1 span {
  display: inline-block;
}

.hero-copy-load h1 span:nth-child(1) {
  animation-delay: 120ms;
}

.hero-copy-load h1 span:nth-child(2) {
  animation-delay: 240ms;
}

.hero-copy-load > p:not(.eyebrow) {
  animation-delay: 360ms;
}

.hero-copy-load .hero-actions {
  animation-delay: 500ms;
}

.proof-strip-lower {
  margin: 28px auto 0;
}

.page-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.compact-hero {
  min-height: 520px;
}

.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 20, 25, 0.9), rgba(18, 20, 25, 0.5), rgba(18, 20, 25, 0.15)),
    linear-gradient(0deg, rgba(18, 20, 25, 0.88), rgba(18, 20, 25, 0.08));
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 200px 0 82px;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 3.7rem;
  line-height: 1.04;
  font-weight: 900;
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.service-detail-list {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  gap: 28px;
  margin: 0 auto;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(18, 20, 25, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(18, 20, 25, 0.08);
}

.service-detail-reverse img {
  order: 2;
}

.service-detail img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: var(--radius);
}

.service-detail h2,
.package-detail-head h2,
.contact-info-panel h2 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.12;
}

.service-detail p:not(.eyebrow),
.contact-info-panel p:not(.eyebrow) {
  color: var(--muted);
}

.cta-band {
  width: min(1180px, calc(100% - 64px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 96px;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--teal-dark));
  box-shadow: var(--shadow);
}

.cta-band h2,
.cta-band p {
  margin: 0;
}

.cta-band p:not(.eyebrow) {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.package-page {
  background: var(--paper);
}

.package-filter {
  width: min(1180px, calc(100% - 64px));
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 26px;
}

.package-filter button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-2);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.package-filter button.is-active {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.package-page-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.package-detail-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 420px;
  padding: 26px;
  border: 1px solid rgba(18, 20, 25, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(18, 20, 25, 0.08);
}

.package-detail-card.featured {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 24, 33, 0.95), rgba(11, 107, 120, 0.92)),
    var(--ink);
}

.package-detail-card.is-hidden {
  display: none;
}

.package-detail-head span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--amber);
  font-weight: 900;
  font-size: 0.82rem;
}

.package-detail-head h2 {
  margin-top: 18px;
}

.package-detail-head p {
  margin: 12px 0 0;
  color: var(--muted);
}

.package-detail-card.featured .package-detail-head p {
  color: rgba(255, 255, 255, 0.74);
}

.package-price {
  margin-top: 18px;
  color: var(--teal-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  font-weight: 900;
}

.package-detail-card.featured .package-price {
  color: var(--amber);
}

.package-detail-card details {
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
}

.package-detail-card.featured details {
  border-color: rgba(255, 255, 255, 0.18);
}

.package-detail-card summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 900;
}

.package-menu-list {
  max-height: 280px;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 14px 14px;
  overflow: auto;
  list-style: none;
}

.package-menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.08);
  color: var(--muted);
}

.package-detail-card.featured .package-menu-list li {
  color: rgba(255, 255, 255, 0.78);
  border-top-color: rgba(255, 255, 255, 0.12);
}

.package-menu-list b {
  color: var(--teal);
  white-space: nowrap;
}

.package-detail-card.featured .package-menu-list b {
  color: var(--amber);
}

.package-detail-card > .btn {
  width: 100%;
  margin-top: auto;
}

.gallery-page-section {
  background: var(--paper);
}

.gallery-carousel-head {
  width: min(1180px, calc(100% - 64px));
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 22px;
}

.gallery-carousel-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.12;
}

.gallery-carousel-actions {
  display: flex;
  gap: 10px;
}

.gallery-page-arrow {
  position: static;
  color: var(--white);
  border-color: rgba(11, 107, 120, 0.18);
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(7, 63, 75, 0.2);
}

.gallery-carousel-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
}

.gallery-grid {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 4px 2px 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.gallery-grid::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  position: relative;
  flex: 0 0 min(360px, 82vw);
  height: 440px;
  min-height: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 16px 36px rgba(18, 20, 25, 0.1);
  transform: translateY(0) scale(0.98);
  opacity: 0.72;
  transition: transform 260ms ease, opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.gallery-card:nth-child(6n + 1),
.gallery-card:nth-child(6n + 4) {
  height: 520px;
}

.gallery-card.is-carousel-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: #2f80ed;
  box-shadow: 0 24px 62px rgba(17, 24, 33, 0.18);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.04);
}

.gallery-card:hover,
.gallery-card:focus-visible {
  opacity: 1;
  outline: none;
}

.gallery-card span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(18, 20, 25, 0.72);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.home-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transition: transform 260ms ease;
}

.home-gallery img:hover {
  transform: translateY(-4px);
}

.home-gallery img:nth-child(1),
.home-gallery img:nth-child(4) {
  height: 300px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(18, 20, 25, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1120px, 92vw);
  max-height: 84vh;
  border-radius: var(--radius);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--teal);
  cursor: pointer;
}

.contact-page {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  margin: 96px auto;
}

.contact-info-panel,
.contact-map-card {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(18, 20, 25, 0.08);
}

.contact-map-card {
  min-height: 440px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 24, 33, 0.86), rgba(11, 107, 120, 0.72)),
    url("../images/gallery/bayi-10.jpg") center / cover;
}

.map-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.map-placeholder svg {
  width: 54px;
  height: 54px;
  color: var(--amber);
}

.map-placeholder h3 {
  margin: 22px 0 6px;
  font-size: 2rem;
}

.map-placeholder p {
  color: rgba(255, 255, 255, 0.74);
}

.map-placeholder a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 18px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  width: min(920px, calc(100% - 64px));
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.faq-item {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer-expanded {
  grid-template-columns: 1.35fr 0.72fr 0.9fr 0.9fr;
  align-items: start;
  gap: 64px;
  padding-top: 74px;
  background:
    linear-gradient(180deg, rgba(13, 76, 86, 0.16), rgba(13, 76, 86, 0)),
    #10243c;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-col h2 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: 1.22rem;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: 0;
}

.footer-about h3 {
  margin: 24px 0 6px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.footer-col p,
.footer-col a,
.footer-hours span {
  color: rgba(205, 217, 232, 0.68);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.65;
}

.footer-col a {
  width: fit-content;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #f4c76b;
  transform: translateX(4px);
  outline: none;
}

.footer-hours span {
  white-space: nowrap;
  font-size: 0.94rem;
}

.footer-about p {
  max-width: 590px;
  color: rgba(224, 232, 241, 0.78);
  font-size: 0.98rem;
  font-weight: 450;
  line-height: 1.7;
}

.footer-hours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
}

.footer-contact a {
  max-width: 300px;
  line-height: 1.62;
}

.footer-keywords {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
  margin-top: 14px;
  padding-top: 44px;
  border-top: 1px solid rgba(205, 217, 232, 0.12);
}

.footer-keyword-col {
  display: block;
}

.footer-keyword-col h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 650;
}

.footer-keyword-col p {
  margin: 0;
  color: rgba(205, 217, 232, 0.48);
  font-size: 0.96rem;
  line-height: 1.86;
}

.footer-keyword-col a {
  display: inline;
  width: auto;
  color: rgba(205, 217, 232, 0.68);
  font-size: inherit;
  font-weight: 460;
  line-height: inherit;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer-keyword-col a:hover,
.footer-keyword-col a:focus-visible {
  color: #f4c76b;
  text-decoration: underline;
  text-decoration-color: rgba(244, 199, 107, 0.72);
  text-underline-offset: 5px;
  transform: none;
}

.footer-expanded .copyright {
  grid-column: 1 / -1;
  margin-top: 16px;
  color: rgba(205, 217, 232, 0.56);
  font-weight: 450;
}

.footer-credit {
  grid-column: 1 / -1;
  margin: -48px 0 0;
  color: rgba(151, 180, 215, 0.88);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-align: center;
}

.footer-credit a {
  color: rgba(238, 244, 252, 0.96);
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: #f4c76b;
  text-decoration: underline;
  text-decoration-color: rgba(244, 199, 107, 0.72);
  text-underline-offset: 4px;
  outline: none;
}

.blog-page {
  background: var(--paper);
}

.blog-feature {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
  margin: 0 auto 34px;
}

.blog-feature-card {
  display: grid;
  align-content: end;
  min-height: 460px;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 24, 33, 0.08), rgba(17, 24, 33, 0.88)),
    url("../images/premium-diagnostic.png") center / cover;
  box-shadow: var(--shadow);
}

.blog-feature-card h2 {
  max-width: 720px;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.08;
}

.blog-feature-card p {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.blog-side-links {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.blog-side-links a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(17, 24, 33, 0.06);
}

.blog-side-links strong {
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.blog-side-links span {
  color: var(--muted);
  font-weight: 650;
}

.blog-grid {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border: 1px solid rgba(17, 24, 33, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(17, 24, 33, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 107, 120, 0.24);
  box-shadow: 0 24px 54px rgba(17, 24, 33, 0.12);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.blog-card-content span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card-content h2 {
  margin: 10px 0;
  font-size: 1.2rem;
  line-height: 1.22;
}

.blog-card-content p {
  margin: 0;
  color: var(--muted);
}

.blog-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.blog-card-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius);
  color: var(--teal-dark);
  background: rgba(11, 107, 120, 0.09);
  font-size: 0.82rem;
  font-weight: 850;
}

.blog-article {
  background: var(--white);
}

.blog-article-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.blog-article-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 26, 0.9), rgba(8, 18, 26, 0.58), rgba(8, 18, 26, 0.18)),
    linear-gradient(0deg, rgba(8, 18, 26, 0.88), rgba(8, 18, 26, 0.08));
}

.blog-article-hero-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: 190px 0 76px;
}

.article-breadcrumb,
.blog-article-hero-copy > span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin: 0 8px 16px 0;
  padding: 0 10px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.blog-article-hero-copy > span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.blog-article h1 {
  max-width: 880px;
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.05;
}

.blog-article-hero-copy p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.article-shell {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 94px;
}

.article-main {
  max-width: 820px;
}

.article-lead {
  margin: 0 0 34px;
  color: var(--ink-2);
  font-size: 1.12rem;
  line-height: 1.8;
}

.article-main h2 {
  margin: 46px 0 14px;
  color: #10243c;
  font-size: 1.72rem;
  line-height: 1.16;
}

.article-main p {
  margin: 0 0 20px;
  color: #27384a;
  line-height: 1.84;
}

.article-main a:not(.btn) {
  color: var(--teal);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-check-panel,
.article-faq,
.article-cta,
.article-related,
.article-areas {
  margin-top: 54px;
}

.article-check-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.article-check-panel h2,
.article-faq h2,
.article-related h2,
.article-areas h2 {
  margin-top: 0;
}

.article-check-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-2);
}

.article-faq {
  display: grid;
  gap: 12px;
}

.article-faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.article-faq-item summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
  color: #10243c;
  font-weight: 750;
}

.article-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
}

.article-cta {
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, #10243c, var(--teal));
}

.article-cta h2 {
  margin-top: 0;
  color: var(--white);
}

.article-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.article-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.article-related div,
.article-areas div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-related a,
.article-areas a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #33465a;
  background: var(--paper);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.article-related a:hover,
.article-related a:focus-visible,
.article-areas a:hover,
.article-areas a:focus-visible {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
  outline: none;
}

.blog-index-areas {
  width: min(1180px, calc(100% - 64px));
  margin: 70px auto 0;
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .page-hero h1 {
    font-size: 3rem;
  }

  .package-page-grid,
  .contact-page,
  .blog-grid,
  .footer-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .blog-feature {
    grid-template-columns: 1fr;
  }

  .service-detail,
  .service-detail-reverse {
    grid-template-columns: 1fr;
  }

  .service-detail-reverse img {
    order: 0;
  }
}

@media (max-width: 820px) {
  .page-hero-content,
  .blog-article-hero-copy,
  .article-shell,
  .service-detail-list,
  .package-filter,
  .package-page-grid,
  .gallery-carousel-head,
  .gallery-carousel-shell,
  .contact-page,
  .blog-feature,
  .blog-grid,
  .cta-band {
    width: min(100% - 36px, 720px);
  }

  .page-hero,
  .compact-hero {
    min-height: 520px;
  }

  .blog-article-hero {
    min-height: 560px;
  }

  .blog-article-hero-copy {
    padding: 170px 0 58px;
  }

  .page-hero h1 {
    font-size: 2.25rem;
  }

  .blog-article h1 {
    font-size: 2.2rem;
  }

  .article-shell {
    padding: 54px 0 74px;
  }

  .article-main h2 {
    font-size: 1.45rem;
  }

  .article-cta {
    padding: 24px;
  }

  .article-cta div {
    display: grid;
  }

  .page-hero-content {
    padding-top: 170px;
  }

  .package-page-grid,
  .contact-page,
  .blog-grid,
  .footer-expanded,
  .footer-hours {
    grid-template-columns: 1fr;
  }

  .footer-keywords {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 32px;
  }

  .blog-feature-card {
    min-height: 360px;
    padding: 24px;
  }

  .blog-feature-card h2 {
    font-size: 2rem;
  }

  .gallery-card,
  .gallery-card:nth-child(6n + 1),
  .gallery-card:nth-child(6n + 4) {
    flex-basis: min(82vw, 340px);
    height: 360px;
  }

  .gallery-carousel-head {
    align-items: start;
  }

  .gallery-carousel-actions {
    flex: 0 0 auto;
  }

  .service-detail img {
    height: 280px;
  }

  .cta-band {
    display: grid;
    margin-bottom: 70px;
  }

  .home-gallery {
    grid-template-columns: 1fr;
  }

  .home-gallery img,
  .home-gallery img:nth-child(1),
  .home-gallery img:nth-child(4) {
    height: 260px;
  }

  .footer-expanded {
    gap: 34px;
  }

  .footer-credit {
    margin-top: -18px;
  }
}
