/* ========================================
   Local Font - IRANSans
======================================== */
@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSansWeb.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* ========================================
   Base
======================================== */
:root {
  --color-primary: #101a44;
  --color-primary-soft: #202b58;
  --color-accent: #f5b400;
  --color-accent-hover: #dfa300;
  --color-accent-light: #fff8e5;
  --color-background: #ffffff;
  --color-surface: #fcfaf7;
  --color-surface-alt: #f8f7f4;
  --color-text: #171a26;
  --color-muted: #6f7280;
  --color-border: #eeeae3;
  --color-success: #18794e;
  --shadow-xs: 0 1px 2px rgba(16, 26, 68, 0.03);
  --shadow-sm: 0 8px 24px rgba(16, 26, 68, 0.065);
  --shadow-md: 0 18px 48px rgba(16, 26, 68, 0.09);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --container: 1200px;
  --header-height: 82px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-background);
  font-family: "IRANSans", Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body.is-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  color: var(--color-primary);
}

h1,
h2,
h3 {
  line-height: 1.45;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid rgba(245, 180, 0, 0.55);
  outline-offset: 4px;
}

::selection {
  color: var(--color-primary);
  background: #ffe6a0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 86px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--color-primary);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

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

.button svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
}

.button-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 10px 26px rgba(16, 26, 68, 0.18);
}

.button-primary strong,
.button-primary span {
  color: inherit;
}

.button-primary:hover {
  background: #172456;
  box-shadow: 0 14px 30px rgba(16, 26, 68, 0.23);
}

.button-gold {
  color: #332400;
  background: var(--color-accent);
  box-shadow: 0 8px 20px rgba(245, 180, 0, 0.2);
}

.button-gold:hover {
  background: var(--color-accent-hover);
  box-shadow: 0 10px 24px rgba(245, 180, 0, 0.28);
}

.button-outline {
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.75);
  border-color: #aeb3c4;
}

.button-outline:hover {
  background: #fff;
  border-color: var(--color-primary);
}

.button-white {
  color: var(--color-primary);
  background: #fff;
  border-color: rgba(16, 26, 68, 0.1);
  box-shadow: var(--shadow-xs);
}

.button-small {
  min-height: 40px;
  padding: 8px 17px;
  font-size: 0.82rem;
}

.button-block {
  width: 100%;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 36px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-kicker {
  margin-bottom: 5px;
  color: #9c7200;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 900;
}

.section-heading > p:last-child {
  margin: 13px 0 0;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.heading-line {
  width: 34px;
  height: 3px;
  display: block;
  background: var(--color-accent);
  border-radius: 999px;
}

.section-heading.centered .heading-line,
.treatments-panel .heading-line,
.reviews-panel .heading-line,
.appointment-panel .heading-line {
  margin-inline: auto;
}

/* ========================================
   Header
======================================== */
.site-header {
  position: sticky;
  z-index: 1000;
  inset-block-start: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(238, 234, 227, 0.68);
  transition: height 0.25s var(--ease), box-shadow 0.25s ease, background-color 0.25s ease;
}

@supports (backdrop-filter: blur(16px)) {
  .site-header {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px) saturate(150%);
  }
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(16, 26, 68, 0.075);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  color: var(--color-accent);
}

.brand-mark svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.35;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy small {
  color: #434757;
  font-size: 0.7rem;
}

.brand-copy strong {
  font-size: 1.45rem;
  font-weight: 950;
}

.primary-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 27px);
  margin-inline: auto;
}

.primary-nav a {
  position: relative;
  padding-block: 28px 24px;
  color: #30323b;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  inset-block-end: 16px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 999px;
  transform: scaleX(0);
  transition: inset-inline 0.25s var(--ease), transform 0.25s var(--ease);
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--color-primary);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  inset-inline: 20%;
  transform: scaleX(1);
}

.header-cta {
  min-height: 43px;
  padding: 9px 17px;
  font-size: 0.8rem;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  color: var(--color-primary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 11px;
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

/* ========================================
   Hero
======================================== */
.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--color-background);
  border-bottom: 1px solid #f4f0e9;
}

.hero-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.42;
}

.hero-glow-one {
  inset: -260px 20% auto auto;
  background: rgba(245, 180, 0, 0.14);
}

.hero-glow-two {
  inset: auto -280px -280px auto;
  background: rgba(16, 26, 68, 0.08);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-block: 54px;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #565b6b;
  font-size: 0.98rem;
  font-weight: 800;
}

.eyebrow svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent);
}

.hero h1 {
  margin-bottom: 5px;
  color: var(--color-primary);
  font-size: clamp(2.2rem, 4.1vw, 4.1rem);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.hero h1 span {
  display: block;
}

.hero-title-main {
  white-space: nowrap;
}

.hero-title-main em {
  color: var(--color-accent);
  font-style: normal;
}

.hero-title-sub {
  margin-top: 2px;
  font-size: 0.42em;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-doctor {
  margin-bottom: 12px;
  color: var(--color-primary);
  font-size: 1.02rem;
  font-weight: 750;
}

.hero-description {
  max-width: 670px;
  margin-bottom: 20px;
  color: #535866;
  font-size: 0.96rem;
  line-height: 2;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.trust-list li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #343846;
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.trust-list svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--color-accent);
}

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

.hero-actions .button {
  min-width: 190px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.hero-image-wrap {
  position: relative;
  width: calc(100% + max(20px, (100vw - var(--container)) / 2));
  height: 545px;
  margin-left: calc(-1 * max(20px, (100vw - var(--container)) / 2));
  padding: 0 2px 2px 0;
  overflow: hidden;
  background: var(--color-accent);
  border-radius: 0 48% 48% 0 / 0 56% 56% 0;
  box-shadow: 0 24px 50px rgba(16, 26, 68, 0.09);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  inset: auto -95px -80px auto;
  border: 1px solid rgba(245, 180, 0, 0.42);
  border-radius: 50%;
}

.placeholder-label {
  position: absolute;
  inset-inline-start: 18px;
  inset-block-end: 18px;
  margin: 0;
  padding: 7px 12px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 26, 68, 0.08);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.7rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

/* ========================================
   Services
======================================== */
.services {
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 22px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  inset: -44px auto auto -44px;
  background: var(--color-accent-light);
  border-radius: 50%;
  transition: transform 0.35s var(--ease);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 180, 0, 0.38);
  box-shadow: var(--shadow-md);
}

.service-card:hover::before {
  transform: scale(1.35);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: var(--color-accent);
  background: var(--color-accent-light);
  border-radius: 20px;
}

.service-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.45;
}

.service-card h3 {
  min-height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 850;
}

.service-card p {
  margin-bottom: 16px;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.85;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: #8f6800;
  font-size: 0.73rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.card-link svg {
  width: 15px;
  height: 15px;
}

.service-card:hover .card-link {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Treatments
======================================== */
.care-section {
  background: var(--color-surface);
  border-block: 1px solid #f2eee7;
}

.care-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.42fr 0.92fr;
  grid-template-areas: "problems treatments visual";
  align-items: stretch;
  gap: 20px;
}

.problems-panel,
.treatments-panel,
.media-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.problems-panel {
  grid-area: problems;
  padding: 28px;
}

.problems-panel .section-heading h2 {
  font-size: clamp(1.25rem, 1.65vw, 1.6rem);
}

.panel-note {
  margin-bottom: 18px;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.8;
}

.centered-note {
  max-width: 480px;
  margin-inline: auto;
  text-align: center;
}

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

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #3f4350;
  font-size: 0.8rem;
}

.check-list svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--color-accent);
}

.treatments-panel {
  grid-area: treatments;
  padding: 28px 30px 30px;
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 12px;
}

.treatments-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 13px 6px;
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease, transform 0.2s var(--ease);
}

.treatments-grid article:hover {
  background: var(--color-accent-light);
  transform: translateY(-2px);
}

.treatments-grid svg {
  width: 36px;
  height: 36px;
  color: var(--color-accent);
  stroke-width: 1.45;
}

.treatments-grid h3 {
  margin: 0;
  font-size: 0.83rem;
  font-weight: 820;
  text-align: center;
}

.treatment-visual {
  grid-area: visual;
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.treatment-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.treatment-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(16, 26, 68, 0.7), transparent);
  pointer-events: none;
}

.treatment-visual figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 18px 16px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 750;
}

/* ========================================
   About
======================================== */
.about-gallery {
  background: #fff;
}

.about-gallery-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.42fr;
  grid-template-areas: "doctor gallery";
  align-items: stretch;
  gap: 22px;
}

.doctor-card,
.gallery-panel {
  min-width: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.doctor-card {
  grid-area: doctor;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  grid-template-areas: "portrait content";
  align-items: end;
  overflow: hidden;
}

.doctor-content {
  grid-area: content;
  padding: 30px 8px 30px 28px;
}

.doctor-content .section-heading h2 {
  font-size: 1.42rem;
}

.doctor-content > p {
  margin-bottom: 17px;
  color: var(--color-muted);
  font-size: 0.79rem;
  line-height: 1.95;
}

.doctor-name {
  margin-bottom: 14px;
}

.doctor-name h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.doctor-name p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.credentials-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credentials-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #4f5360;
  font-size: 0.68rem;
  line-height: 1.65;
}

.credentials-list li span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 6px;
  background: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--color-accent-light);
}

.doctor-portrait {
  grid-area: portrait;
  align-self: end;
  position: relative;
  margin: 0;
  padding: 16px 0 0 16px;
}

.doctor-portrait::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  inset: auto -50px -50px auto;
  background: var(--color-accent-light);
  border-radius: 50%;
}

.doctor-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: bottom;
}

.doctor-portrait figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 12px 12px auto;
  padding: 5px 8px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  font-size: 0.58rem;
}

/* ========================================
   Gallery
======================================== */
.gallery-panel {
  grid-area: gallery;
  padding: 30px;
}

.gallery-intro {
  margin: -10px 0 18px;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 10px;
}

.gallery-item {
  position: relative;
  height: 210px;
  padding: 0;
  overflow: hidden;
  background: #ece8df;
  border: 1px solid #e7e1d8;
  border-radius: 14px;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease), filter 0.35s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(to top, rgba(16, 26, 68, 0.66), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-item span {
  position: absolute;
  z-index: 1;
  inset: auto 12px 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.gallery-item:hover::after,
.gallery-item:hover span {
  opacity: 1;
}

.gallery-item:hover span {
  transform: translateY(0);
}

.gallery-button {
  margin: 18px auto 0;
}

/* ========================================
   Reviews
======================================== */
.reviews-appointment {
  background: var(--color-surface);
  border-block: 1px solid #f2eee7;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-areas: "reviews appointment";
  gap: 22px;
}

.reviews-panel,
.appointment-panel {
  min-width: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.reviews-panel {
  grid-area: reviews;
}

.reviews-viewport {
  min-height: 168px;
  display: grid;
}

.review-slide {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 42px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(14px);
  transition: opacity 0.35s ease, transform 0.35s var(--ease), visibility 0.35s;
}

.review-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.quote-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 9px;
  color: var(--color-accent);
}

.review-slide p {
  margin-bottom: 10px;
  color: #454956;
  font-size: 0.88rem;
  line-height: 2;
}

.review-slide span {
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
}

.slider-controls > button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  background: #fff;
  border: 1px solid #cfd2db;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.slider-controls > button:last-child svg {
  transform: rotate(180deg);
}

.slider-controls > button:hover {
  background: var(--color-accent-light);
  border-color: var(--color-accent);
}

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

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #ded9cf;
  border-radius: 999px;
  cursor: pointer;
  transition: width 0.25s var(--ease), background-color 0.25s ease;
}

.slider-dots button.is-active {
  width: 22px;
  background: var(--color-accent);
}

/* ========================================
   Appointment
======================================== */
.appointment-panel {
  grid-area: appointment;
}

.appointment-intro {
  max-width: 620px;
  margin: -5px auto 22px;
  color: var(--color-muted);
  font-size: 0.83rem;
  text-align: center;
}

.appointment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.appointment-card {
  min-width: 0;
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  color: var(--color-text);
  text-align: right;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.25s var(--ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.appointment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 180, 0, 0.5);
  box-shadow: var(--shadow-md);
}

.appointment-card > svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: var(--color-primary);
}

.appointment-card > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.appointment-card strong {
  font-size: 0.78rem;
}

.appointment-card small {
  color: var(--color-muted);
  font-size: 0.62rem;
}

.pending-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 0.7rem;
}

.pending-notice svg {
  width: 16px;
  height: 16px;
  color: var(--color-accent);
}

/* ========================================
   FAQ
======================================== */
.faq {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: clamp(30px, 6vw, 90px);
}

.faq-list {
  display: grid;
  gap: 11px;
}

.faq-list details {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-list details[open] {
  background: #fff;
  border-color: rgba(245, 180, 0, 0.5);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  color: var(--color-primary);
  font-size: 0.88rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--color-accent);
  transition: transform 0.25s var(--ease);
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -2px 20px 18px;
  padding-top: 13px;
  color: var(--color-muted);
  border-top: 1px solid var(--color-border);
  font-size: 0.8rem;
  line-height: 1.95;
}

/* ========================================
   Contact
======================================== */
.contact {
  padding-block: 72px;
  background: var(--color-surface);
  border-top: 1px solid #f2eee7;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr 0.9fr;
  align-items: stretch;
  gap: 22px;
}

.contact-copy,
.contact-cards,
.map-placeholder {
  min-width: 0;
}

.contact-copy {
  padding: 8px 0;
}

.contact-copy .section-heading h2 {
  font-size: 1.5rem;
}

.contact-copy > p {
  color: var(--color-muted);
  font-size: 0.78rem;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  font-style: normal;
}

.contact-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 13px;
}

.contact-item > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--color-accent);
}

.contact-item span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-item strong {
  font-size: 0.75rem;
}

.contact-item small {
  color: var(--color-muted);
  font-size: 0.59rem;
  line-height: 1.65;
}

.map-placeholder {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  overflow: hidden;
  text-align: center;
  background: #f2f0eb;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(16, 26, 68, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 26, 68, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(-9deg) scale(1.2);
}

.map-pin,
.map-placeholder > div:not(.map-grid),
.map-placeholder > .button {
  position: relative;
  z-index: 1;
}

.map-pin {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--color-accent);
  border-radius: 50% 50% 50% 8px;
  box-shadow: 0 12px 25px rgba(245, 180, 0, 0.32);
  transform: rotate(-45deg);
}

.map-pin svg {
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
}

.map-placeholder > div:not(.map-grid) {
  display: flex;
  flex-direction: column;
}

.map-placeholder strong {
  font-size: 0.83rem;
}

.map-placeholder span:not(.map-pin):not(.button) {
  color: var(--color-muted);
  font-size: 0.62rem;
}

/* ========================================
   Footer
======================================== */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--color-border);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.75fr 0.75fr;
  gap: 45px;
  padding-block: 50px;
}

.footer-brand p,
.footer-hours p,
.footer-social p {
  max-width: 380px;
  margin: 13px 0 0;
  color: var(--color-muted);
  font-size: 0.73rem;
}

.footer-links,
.footer-hours,
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-links > strong,
.footer-hours > strong,
.footer-social > strong {
  margin-bottom: 4px;
  font-size: 0.83rem;
}

.footer-links a,
.footer-hours a {
  color: #4e5260;
  font-size: 0.72rem;
}

.footer-links a:hover,
.footer-hours a:hover {
  color: #9c7200;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.social-links a {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 10px;
}

.social-links svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.footer-bottom .container {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.67rem;
}

.mobile-cta {
  display: none;
}

/* ========================================
   Dialogs and feedback
======================================== */
dialog {
  color: var(--color-text);
}

dialog::backdrop {
  background: rgba(9, 15, 39, 0.82);
  backdrop-filter: blur(5px);
}

.lightbox {
  width: min(100% - 28px, 1100px);
  max-width: none;
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.lightbox-shell {
  position: relative;
  min-height: 260px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 14px;
}

.lightbox figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lightbox figure img {
  width: 100%;
  max-height: calc(100dvh - 120px);
  object-fit: contain;
  background: var(--color-surface);
}

.lightbox figcaption {
  padding: 12px 18px;
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 750;
}

.lightbox-close,
.lightbox-nav,
.dialog-close {
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  inset: -52px 0 auto auto;
}

.lightbox-close svg,
.dialog-close svg {
  width: 20px;
  height: 20px;
}

.lightbox-nav {
  width: 48px;
  height: 48px;
}

.lightbox-next svg {
  transform: rotate(180deg);
}

.appointment-dialog {
  width: min(calc(100% - 28px), 540px);
  max-width: none;
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
  background: transparent;
  border: 0;
}

.dialog-shell {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.dialog-close {
  position: absolute;
  width: 38px;
  height: 38px;
  inset: 15px auto auto 15px;
  color: var(--color-primary);
  background: var(--color-surface);
  border-color: var(--color-border);
}

.dialog-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  padding-left: 45px;
}

.dialog-heading > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--color-primary);
  background: var(--color-accent-light);
  border-radius: 14px;
}

.dialog-heading svg {
  width: 24px;
  height: 24px;
}

.dialog-heading h2 {
  margin: 0;
  font-size: 1.35rem;
}

.dialog-heading p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.75rem;
}

.appointment-form {
  display: grid;
  gap: 14px;
}

.appointment-form label {
  display: grid;
  gap: 6px;
  color: var(--color-primary);
  font-size: 0.77rem;
  font-weight: 750;
}

.appointment-form label > span {
  color: var(--color-muted);
  font-weight: 500;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  padding: 11px 13px;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.16);
}

.appointment-form input.is-invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.1);
}

.appointment-form label small {
  color: var(--color-muted);
  font-size: 0.63rem;
  font-weight: 500;
}

.form-status {
  margin: 0;
  padding: 10px 12px;
  color: #765800;
  background: var(--color-accent-light);
  border-radius: 9px;
  font-size: 0.68rem;
  line-height: 1.75;
}

.toast {
  position: fixed;
  z-index: 3000;
  inset: auto 50% 28px auto;
  max-width: min(calc(100% - 32px), 460px);
  padding: 12px 18px;
  color: #fff;
  text-align: center;
  background: var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 16px);
  transition: opacity 0.25s ease, transform 0.25s var(--ease);
  font-size: 0.78rem;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(50%, 0);
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 1120px) {
  :root {
    --container: 1040px;
  }

  .header-inner {
    gap: 18px;
  }

  .primary-nav {
    gap: 13px;
  }

  .primary-nav a {
    font-size: 0.75rem;
  }

  .hero-inner {
    gap: 32px;
  }

  .hero-image-wrap {
    height: 500px;
  }

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

  .service-card:nth-child(4) {
    grid-column: 1 / 2;
  }

  .care-layout {
    grid-template-columns: 1fr 1.35fr;
    grid-template-areas:
      "problems treatments"
      "visual treatments";
  }

  .treatment-visual img {
    min-height: 280px;
  }

  .about-gallery-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "gallery" "doctor";
  }

  .doctor-card {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 72px;
  }

  .section {
    padding-block: 72px;
  }

  .header-inner {
    position: relative;
  }

  .brand-mark,
  .brand-mark svg {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 1.25rem;
  }

  .menu-toggle {
    display: grid;
    margin-inline-start: auto;
  }

  .primary-nav {
    position: absolute;
    inset: calc(100% + 8px) 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
  }

  .js .primary-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.99);
    transition: opacity 0.2s ease, visibility 0.2s, transform 0.25s var(--ease);
  }

  .js .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .primary-nav a {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.78rem;
  }

  .primary-nav a:hover,
  .primary-nav a.is-active {
    background: var(--color-surface);
  }

  .primary-nav a::after {
    display: none;
  }

  .header-cta {
    min-height: 42px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 56px 0;
  }

  .hero-content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-title-main {
    white-space: normal;
  }

  .hero-description {
    margin-inline: auto;
  }

  .trust-list {
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 26px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .hero-image-wrap {
    width: min(92vw, 760px);
    height: min(62vw, 510px);
    min-height: 360px;
    margin-left: auto;
    border-radius: 0 44% 0 0 / 0 60% 0 0;
  }

  .placeholder-label {
    inset-inline-start: max(18px, calc((100vw - 760px) / 2 + 18px));
  }

  .split-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "appointment" "reviews";
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .contact-copy {
    grid-column: 1 / -1;
  }

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

@media (max-width: 720px) {
  body {
    padding-bottom: calc(67px + env(safe-area-inset-bottom));
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding-block: 58px;
  }

  .header-cta {
    display: none;
  }

  .hero-inner {
    padding-top: 38px;
  }

  .eyebrow {
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .hero-title-sub {
    font-size: 0.48em;
  }

  .hero-doctor {
    font-size: 0.9rem;
  }

  .hero-description {
    font-size: 0.84rem;
    line-height: 1.95;
  }

  .trust-list {
    grid-template-columns: 1fr;
    width: max-content;
    max-width: 100%;
    gap: 8px;
  }

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

  .hero-actions .button {
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .hero-image-wrap {
    width: 94vw;
    height: 68vw;
    min-height: 300px;
    max-height: 430px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

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

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

  .service-card,
  .service-card:nth-child(4) {
    grid-column: auto;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }

  .service-card {
    min-height: 224px;
    padding: 24px 13px 18px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
  }

  .service-icon svg {
    width: 33px;
    height: 33px;
  }

  .service-card h3 {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .service-card p {
    font-size: 0.7rem;
  }

  .card-link {
    display: none;
  }

  .care-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "problems" "treatments" "visual";
  }

  .problems-panel,
  .treatments-panel,
  .reviews-panel,
  .appointment-panel,
  .gallery-panel {
    padding: 23px;
    border-radius: 20px;
  }

  .treatments-grid {
    gap: 11px 4px;
  }

  .treatments-grid article {
    padding-inline: 2px;
  }

  .treatments-grid svg {
    width: 31px;
    height: 31px;
  }

  .treatments-grid h3 {
    font-size: 0.72rem;
  }

  .treatment-visual {
    max-height: 420px;
  }

  .about-gallery-layout {
    gap: 16px;
  }

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

  .gallery-item {
    height: 180px;
  }

  .gallery-item-wide {
    grid-column: 1 / -1;
    height: 230px;
  }

  .gallery-item::after,
  .gallery-item span {
    opacity: 1;
  }

  .gallery-item span {
    transform: translateY(0);
  }

  .doctor-card {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .doctor-content {
    padding: 24px 8px 24px 20px;
  }

  .doctor-content .section-heading h2 {
    font-size: 1.15rem;
  }

  .doctor-content > p {
    font-size: 0.7rem;
  }

  .credentials-list li {
    font-size: 0.62rem;
  }

  .review-slide {
    padding-inline: 8px;
  }

  .appointment-options {
    grid-template-columns: 1fr;
  }

  .appointment-card {
    min-height: 78px;
  }

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

  .contact-copy {
    grid-column: auto;
  }

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

  .map-placeholder {
    min-height: 260px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
    padding-block: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-social {
    grid-column: 1 / -1;
  }

  .footer-bottom .container {
    min-height: 70px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
  }

  .mobile-cta {
    position: fixed;
    z-index: 1200;
    inset: auto 0 0;
    min-height: calc(67px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: env(safe-area-inset-bottom);
    color: var(--color-primary);
    background: var(--color-accent);
    box-shadow: 0 -8px 30px rgba(16, 26, 68, 0.12);
  }

  .mobile-cta a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.45);
    font-size: 0.68rem;
    font-weight: 850;
  }

  .mobile-cta a:last-child {
    border-inline-start: 0;
  }

  .mobile-cta svg {
    width: 22px;
    height: 22px;
  }

  .toast {
    bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .lightbox-shell {
    grid-template-columns: 1fr;
  }

  .lightbox-nav {
    position: absolute;
    z-index: 2;
    inset-block-start: 50%;
    width: 42px;
    height: 42px;
    background: rgba(16, 26, 68, 0.82);
    transform: translateY(-50%);
  }

  .lightbox-prev {
    inset-inline-start: 8px;
  }

  .lightbox-next {
    inset-inline-end: 8px;
  }

  .lightbox-close {
    inset: -50px auto auto 0;
  }
}

@media (max-width: 480px) {
  .brand-copy small {
    font-size: 0.58rem;
  }

  .brand-copy strong {
    font-size: 1.1rem;
  }

  .primary-nav {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 10.5vw, 2.7rem);
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap {
    min-height: 270px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .service-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas: "icon title" "icon copy";
    align-items: center;
    gap: 2px 13px;
    padding: 18px;
    text-align: right;
  }

  .service-icon {
    grid-area: icon;
    width: 54px;
    height: 54px;
    margin: 0;
  }

  .service-card h3 {
    grid-area: title;
    min-height: 0;
    display: block;
    margin: 0;
    font-size: 0.88rem;
  }

  .service-card p {
    grid-area: copy;
    margin: 0;
    font-size: 0.66rem;
  }

  .doctor-card {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "portrait";
  }

  .doctor-content {
    padding: 24px;
  }

  .doctor-portrait {
    max-width: 280px;
    margin-inline: auto;
  }

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

  .gallery-item,
  .gallery-item-wide {
    grid-column: auto;
    height: 220px;
  }

  .appointment-dialog .dialog-shell {
    padding: 24px 18px 20px;
  }

  .dialog-heading {
    padding-left: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   Contact links & map actions
======================================== */
.contact-item a {
  color: inherit;
  text-decoration: none;
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map-actions {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.map-actions .button {
  min-width: 92px;
}
