:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #111827;
  --muted: #4b5563;
  --line: #e5e7eb;
  --accent: #ffc62e;
  --accent-dark: #e2ab18;
  --accent-ink: #111827;
  --night: #0f172a;
  --night-soft: #17233b;
  --ok: #ad7b00;
  --radius: 18px;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 80% -150px, #ffd8cb 0%, transparent 60%),
    linear-gradient(180deg, #f8fbff 0%, #f6f8fc 100%);
  line-height: 1.6;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.topbar-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: transparent;
  overflow: visible;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  font-weight: 800;
  color: var(--night);
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.menu a {
  text-decoration: none;
  color: var(--night-soft);
  font-weight: 700;
  font-size: 0.96rem;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.call-btn {
  text-decoration: none;
  font-weight: 800;
  color: var(--accent-ink);
  background: linear-gradient(135deg, #ffd95a 0%, var(--accent) 100%);
  padding: 0.62rem 1rem;
  border-radius: 999px;
  border: 1px solid #e7b62d;
  box-shadow: 0 8px 18px rgba(243, 183, 31, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
}

.call-btn:hover {
  background: linear-gradient(135deg, #f8cd42 0%, var(--accent-dark) 100%);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d6deea;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: #111827;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu {
  display: none;
}

.mobile-dock {
  display: none;
}

.mobile-support-badge {
  display: none;
}

.hero {
  position: relative;
  padding: 4.9rem 0 3.4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(560px 300px at 12% 10%, rgba(228, 87, 46, 0.14), transparent 65%),
    radial-gradient(640px 360px at 95% 18%, rgba(15, 118, 110, 0.12), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.hero-top-slider-wrap {
  margin-bottom: 1rem;
}

.hero-content {
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(7px);
  overflow: hidden;
}

.hero-content::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -85px;
  top: -95px;
  background: radial-gradient(circle at center, rgba(228, 87, 46, 0.18) 0%, rgba(228, 87, 46, 0) 72%);
  pointer-events: none;
}

.kicker {
  display: inline-block;
  margin: 0 0 0.9rem;
  font-weight: 800;
  color: var(--ok);
  background: #fff3c8;
  border: 1px solid #f1cf64;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.34rem 0.72rem;
}

.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.hero .kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 6px rgba(255, 198, 46, 0.26);
}

.hero h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1.02;
  font-size: clamp(2.15rem, 5.3vw, 4.4rem);
  letter-spacing: 0.015em;
  color: #0a1220;
  text-wrap: balance;
  animation: rise 0.65s ease both;
}

.lead {
  margin: 1.05rem 0 0;
  max-width: 56ch;
  color: #384459;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  animation: rise 0.65s 0.08s ease both;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: stretch;
  animation: rise 0.65s 0.16s ease both;
}

.btn {
  text-decoration: none;
  border-radius: 14px;
  padding: 0.9rem 1.05rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  display: grid;
  align-content: center;
  min-width: 238px;
  color: var(--accent-ink);
  background: linear-gradient(135deg, #ffdf67 0%, var(--accent) 100%);
  box-shadow: 0 14px 28px rgba(243, 183, 31, 0.35);
  border: 1px solid #e7b62d;
}

.btn-primary::before {
  content: "Hemen Ara";
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  color: rgba(17, 24, 39, 0.75);
}

.btn-outline {
  color: #0f172a;
  border: 1px solid #c2cedd;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.highlights {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  animation: rise 0.65s 0.24s ease both;
}

.highlights li {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dce4ee;
  border-radius: 12px;
  padding: 0.72rem 0.75rem 0.72rem 1.45rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #213049;
}

.highlights li::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-card {
  position: relative;
  background:
    radial-gradient(320px 180px at 110% -10%, rgba(228, 87, 46, 0.34), transparent 72%),
    linear-gradient(160deg, #101a30 0%, #172947 100%);
  color: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  padding: 1.35rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
  animation: rise 0.7s 0.12s ease both;
}

.hero-slider-card {
  display: grid;
  gap: 0.65rem;
  padding: 0.8rem;
}

.hero-slider {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #0b1323;
}

.hero-slider-track {
  display: flex;
  width: 300%;
  animation: heroAutoSlide 16s infinite;
}

.hero-slide {
  margin: 0;
  position: relative;
  flex: 0 0 33.3333%;
}

.hero-slide img {
  width: 100%;
  height: clamp(230px, 31vw, 390px);
  object-fit: cover;
  display: block;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 35, 0.08) 25%, rgba(10, 18, 35, 0.72) 100%);
}

.hero-slide figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.75rem;
  margin: 0;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  z-index: 1;
}

.hero-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.32rem;
}

.hero-slider-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.7);
}

.hero-slider-dots span:nth-child(1) {
  animation: heroDot 16s infinite;
}

.hero-slider-dots span:nth-child(2) {
  animation: heroDot 16s infinite 5.33s;
}

.hero-slider-dots span:nth-child(3) {
  animation: heroDot 16s infinite 10.66s;
}

.hero-slider-call {
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  color: #111827;
  background: linear-gradient(135deg, #ffe07a 0%, #ffc62e 100%);
  border: 1px solid #e7b62d;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.hero-card h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.hero-card p {
  margin: 0.35rem 0 1rem;
  color: #c8d7f0;
}

.hero-card form {
  display: grid;
  gap: 0.5rem;
}

.hero-card label {
  font-size: 0.86rem;
  color: #bfd0ef;
}

.hero-card input {
  border: 1px solid #36547f;
  background: #10213f;
  color: #fff;
  border-radius: 10px;
  padding: 0.68rem 0.72rem;
  font: inherit;
}

.hero-card input::placeholder {
  color: #88a1c5;
}

.hero-card button {
  margin-top: 0.35rem;
  border: 0;
  border-radius: 10px;
  padding: 0.76rem 0.8rem;
  background: linear-gradient(135deg, #ffdf67 0%, var(--accent) 100%);
  color: var(--accent-ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  border: 1px solid #e7b62d;
  box-shadow: 0 14px 26px rgba(243, 183, 31, 0.32);
}

.section {
  padding: 2.6rem 0;
}

.about-section {
  padding-top: 1.5rem;
}

.about-lead {
  margin: 0.9rem 0 0;
  max-width: 74ch;
  color: #4b5563;
}

.about-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.about-card {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.about-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
}

.about-card p {
  margin: 0.3rem 0;
  color: #4b5563;
}

.about-list {
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.about-list li {
  position: relative;
  padding-left: 1rem;
  color: #1f2937;
  font-weight: 700;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d59f00;
}

.about-accent {
  background: linear-gradient(165deg, #0f172a 0%, #1f2937 100%);
  border-color: rgba(148, 163, 184, 0.3);
}

.about-accent h3 {
  color: #fff;
}

.about-accent p {
  color: #cbd5e1;
}

.about-call {
  margin-top: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  color: #111827;
  background: linear-gradient(135deg, #ffe07a 0%, #ffc62e 100%);
  border: 1px solid #e7b62d;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
}

.about-gallery {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.about-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.about-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.section-head h2 {
  margin: 0.2rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  color: #0b1221;
}

.cards {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.card p {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.section-alt {
  position: relative;
}

.areas {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.areas span {
  background: #fff;
  border: 1px dashed #c6d0df;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.52rem 0.85rem;
}

.district-main {
  background:
    radial-gradient(700px 260px at 16% 0%, rgba(255, 198, 46, 0.16), transparent 72%),
    radial-gradient(680px 260px at 86% 0%, rgba(59, 130, 246, 0.14), transparent 74%);
}

.district-hero {
  padding: 3.5rem 0 2rem;
}

.district-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.district-copy {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  border: 1px solid #d8e2f0;
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.district-copy h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1.08;
  font-size: clamp(1.95rem, 4.4vw, 3.15rem);
  color: #0d162b;
}

.district-copy .lead {
  margin-top: 0.9rem;
  max-width: 52ch;
}

.district-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.district-note {
  margin: 1rem 0 0;
  color: #475569;
  font-weight: 700;
  font-size: 0.93rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #dbe4ef;
}

.district-panel {
  background: linear-gradient(158deg, #0d172d 0%, #1b2e4f 100%);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 22px;
  color: #e2e8f0;
  padding: 1.2rem;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.24);
}

.district-panel h2 {
  margin: 0 0 0.8rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.32rem;
  color: #fff;
}

.district-kpis {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.district-kpis li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 11px;
  padding: 0.58rem 0.66rem;
}

.district-kpis strong {
  color: #f8fafc;
  font-size: 0.86rem;
}

.district-kpis span {
  color: #ffd84d;
  font-weight: 800;
  font-size: 0.84rem;
}

.district-panel img {
  margin-top: 0.78rem;
  width: 100%;
  height: clamp(170px, 22vw, 240px);
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid rgba(148, 163, 184, 0.32);
}

.district-services .card,
.district-step {
  border-radius: 16px;
  border: 1px solid #dbe4f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

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

.district-flow {
  padding-top: 1.4rem;
}

.district-steps {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.district-step {
  padding: 1rem;
}

.district-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe07a 0%, #ffc62e 100%);
  border: 1px solid #e7b62d;
  color: #111827;
  font-weight: 800;
  font-size: 0.85rem;
}

.district-step h3 {
  margin: 0.6rem 0 0.25rem;
  font-size: 1.03rem;
}

.district-step p {
  margin: 0;
  color: #4b5563;
}

.district-zones .areas span {
  border-style: solid;
  background: #fffef6;
}

.district-article {
  padding-top: 1.8rem;
}

.district-article-box {
  margin-top: 1.1rem;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-left: 4px solid #ffc62e;
  border-radius: 16px;
  padding: 1.1rem 1.05rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.district-article-box p {
  margin: 0.62rem 0 0;
  color: #334155;
}

.district-article-box p:first-child {
  margin-top: 0;
}

.district-article-box h3 {
  margin: 1rem 0 0.32rem;
  font-size: 1.05rem;
  color: #0f172a;
}

.district-article-alt {
  padding-top: 1rem;
}

.district-note-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.district-note-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 0.95rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.district-note-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: #0f172a;
}

.district-note-card p {
  margin: 0;
  color: #4b5563;
}

.footer {
  margin-top: 1.8rem;
  background:
    radial-gradient(900px 280px at 80% -40%, rgba(255, 198, 46, 0.12), transparent 70%),
    linear-gradient(180deg, #0a1223 0%, #0d162b 100%);
  color: #d7e1f2;
  padding: 2.2rem 0 1.1rem;
}

.footer-shell {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.footer-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  padding: 0.95rem;
}

.footer h3,
.footer h4 {
  margin: 0 0 0.45rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.footer p {
  margin: 0.2rem 0;
  color: #d7e1f2;
}

.footer a {
  color: #ffe07a;
}

.footer-brand p {
  margin-bottom: 0.8rem;
}

.footer .footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  color: #000 !important;
  background: linear-gradient(135deg, #ffe07a 0%, #ffc62e 100%);
  border: 1px solid #e7b62d;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  box-shadow: 0 10px 20px rgba(243, 183, 31, 0.24);
}

.footer .footer-cta:visited,
.footer .footer-cta:hover,
.footer .footer-cta:active {
  color: #000 !important;
}

.footer-credit {
  margin: 0.95rem 0 0;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  text-align: center;
  color: #b9c6dc;
  font-size: 0.88rem;
}

.footer-credit a {
  font-weight: 800;
  color: #ffe07a;
  text-decoration: none;
}

@keyframes rise {
  from {
    transform: translateY(12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes sliderMove {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-25%);
  }
  45% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  70% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-75%);
  }
  95% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes pulseCall {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 216, 77, 0.55),
      0 12px 26px rgba(15, 23, 42, 0.42);
  }
  70% {
    box-shadow:
      0 0 0 14px rgba(255, 216, 77, 0),
      0 12px 26px rgba(15, 23, 42, 0.42);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 216, 77, 0),
      0 12px 26px rgba(15, 23, 42, 0.42);
  }
}

@keyframes heroAutoSlide {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(-33.3333%);
  }
  63% {
    transform: translateX(-33.3333%);
  }
  68% {
    transform: translateX(-66.6666%);
  }
  96% {
    transform: translateX(-66.6666%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes heroDot {
  0% {
    transform: scale(1);
    background: rgba(226, 232, 240, 0.7);
  }
  10% {
    transform: scale(1.18);
    background: #ffc62e;
  }
  30% {
    transform: scale(1);
    background: rgba(226, 232, 240, 0.7);
  }
  100% {
    transform: scale(1);
    background: rgba(226, 232, 240, 0.7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dock-call {
    animation: none !important;
  }

  .hero-slider-track,
  .hero-slider-dots span {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .menu {
    display: none;
  }

  .top-actions .call-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    display: grid;
    gap: 0.55rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
    padding: 0 1rem;
    border-top: 1px solid transparent;
  }

  .mobile-menu a,
  .mobile-submenu-toggle {
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    padding: 0.72rem 0.8rem;
  }

  .mobile-submenu-toggle {
    width: 100%;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .mobile-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid #475569;
    border-bottom: 2px solid #475569;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-right: 2px;
  }

  .mobile-menu.submenu-open .mobile-submenu-toggle span {
    transform: rotate(-135deg);
  }

  .mobile-submenu {
    display: grid;
    gap: 0.38rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0.2rem 0 0.6rem;
    border-left: 0 dashed transparent;
    transition: max-height 0.26s ease, opacity 0.2s ease, margin 0.2s ease, padding 0.2s ease, border-color 0.2s ease;
  }

  .mobile-menu.submenu-open .mobile-submenu {
    max-height: 420px;
    opacity: 1;
    margin: -0.15rem 0 0.15rem;
    padding: 0.1rem 0.2rem 0.2rem 0.6rem;
    border-left-color: #d9e2ee;
  }

  .mobile-submenu a {
    font-size: 0.84rem;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
    border: 1px dashed #dbe4f0;
    border-radius: 10px;
    padding: 0.5rem 0.65rem;
  }

  .mobile-menu a[href^="tel:"] {
    color: var(--accent-ink);
    background: linear-gradient(135deg, #ffdf67 0%, var(--accent) 100%);
    border-color: #e7b62d;
  }

  .topbar.menu-open .mobile-menu {
    max-height: calc(100vh - 90px);
    opacity: 1;
    transform: translateY(0);
    padding: 0.6rem 1rem 1rem;
    border-top-color: rgba(15, 23, 42, 0.1);
    overflow-y: auto;
  }

  .topbar.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .topbar.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .topbar.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

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

  .hero-content {
    padding: 1.2rem;
  }

  .hero-slide img {
    height: clamp(210px, 52vw, 320px);
  }

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

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

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

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

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

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

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

  .district-steps {
    grid-template-columns: 1fr;
  }

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

  .mobile-dock {
    position: fixed;
    left: 50%;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    width: min(96%, 440px);
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    align-items: end;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dbe4ef;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
    padding: 0.45rem 0.5rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
  }

  .mobile-support-badge {
    position: fixed;
    left: max(8px, calc(50% - 220px));
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    z-index: 121;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #111827;
    font-size: 0.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffe07a 0%, #ffc62e 100%);
    border-radius: 999px;
    padding: 0.42rem 0.7rem;
    box-shadow: 0 10px 22px rgba(243, 183, 31, 0.3);
  }

  .dock-item {
    display: grid;
    justify-items: center;
    gap: 0.14rem;
    text-decoration: none;
    color: #263247;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.28rem 0.1rem;
  }

  .dock-item span {
    white-space: nowrap;
  }

  .dock-item svg {
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 8px;
    background: #f1f5f9;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  }

  .dock-item.is-active {
    color: #ad7b00;
  }

  .dock-item.is-active svg {
    background: #fff3c8;
  }

  .dock-whatsapp {
    color: #ad7b00;
  }

  .dock-whatsapp svg {
    background: #fff3c8;
  }

  .dock-call {
    position: relative;
    align-self: center;
    justify-self: center;
    text-decoration: none;
    color: #ffd84d;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    min-width: 132px;
    text-align: center;
    background: linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.42);
    border: 1px solid rgba(255, 216, 77, 0.45);
    padding: 0.75rem 0.95rem;
    transform: translateY(-12px);
    animation: pulseCall 1.9s infinite;
  }

  body {
    padding-bottom: 104px;
  }
}

@media (max-width: 620px) {
  .topbar-inner {
    min-height: 84px;
  }

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

  .hero {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
  }

  .hero h1 {
    line-height: 1.06;
  }

  .hero-actions {
    gap: 0.65rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .btn-primary {
    min-width: 0;
  }

  .btn-primary::before {
    margin-bottom: 0.35rem;
  }

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

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

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

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

  .district-card-grid {
    grid-template-columns: 1fr;
  }

  .district-note-grid {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    height: 210px;
  }

  .mobile-dock {
    width: min(97%, 410px);
    border-radius: 18px;
  }

  .mobile-support-badge {
    left: 8px;
  }

  .dock-call {
    min-width: 118px;
    font-size: 0.85rem;
    transform: translateY(-10px);
  }
}
