:root {
  --navy: #123f3c;
  --navy-2: #007c7c;
  --blue: #00a6a6;
  --orange: #f4b000;
  --green: #22b573;
  --text: #415b58;
  --soft: #ffffff;
  --line: #d9e9e7;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(18, 63, 60, .09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: var(--white);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 30px rgba(18, 63, 60, .07);
  backdrop-filter: blur(12px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

.brand-logo {
  display: block;
  width: 150px;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

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

.brand-text strong {
  font-size: 22px;
  font-weight: 700;
}

.brand-text small {
  margin-top: 3px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.menu a {
  position: relative;
  padding: 28px 0;
  transition: color .18s ease;
}

.menu a:hover,
.menu a.active {
  color: var(--blue);
}

.menu a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--blue);
}

.menu-item {
  position: relative;
}

.submenu-toggle,
.submenu-trigger {
  display: none;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 230px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 63, 60, .14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.menu-item:hover .submenu,
.menu-item:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.submenu a {
  padding: 10px 12px;
  color: var(--navy);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}

.submenu a:hover {
  color: var(--blue);
  background: #e7f8f7;
}

.submenu a::after {
  display: none;
}

.menu-toggle,
.hamburger,
.mobile-hours,
.menu-close,
.mobile-menu-brand,
.mobile-menu-hours,
.menu-backdrop,
.mobile-contact,
.mobile-contact-note {
  display: none;
}

.phone-button,
.whatsapp-button,
.secondary-button,
.footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions .phone-button,
.header-actions .whatsapp-button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.phone-button,
.secondary-button {
  color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 1px var(--line) inset;
}

.header-actions .phone-button {
  color: var(--navy);
}

.whatsapp-button {
  color: var(--white);
  background: var(--blue);
  text-transform: none;
}

.hero {
  min-height: 660px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 63, 60, .96) 0%, rgba(0, 124, 124, .83) 43%, rgba(0, 166, 166, .34) 100%),
    url("assets/images/hero/anasayfa/hali-yikama.webp") center / cover;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 63, 60, .92) 0%, rgba(0, 124, 124, .66) 42%, rgba(0, 166, 166, .18) 72%, rgba(0, 166, 166, .04) 100%);
  pointer-events: none;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(600px, calc(100% - 40px));
  margin-left: max(70px, calc((100vw - 1710px) / 2 + 94px));
  padding: 118px 0 96px;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 500;
  line-height: 1.14;
}

.page-hero p:not(.hero-kicker) {
  max-width: 560px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.78;
}

.page-hero .hero-button {
  min-height: 48px;
}

.page-content {
  padding: 86px 0;
}

.page-content .content {
  max-width: 780px;
}

.page-content p {
  font-size: 17px;
  line-height: 1.82;
}

.legal-section {
  padding: 86px 0;
  background: var(--soft);
}

.legal-content {
  max-width: 880px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 63, 60, .06);
}

.legal-content article + article {
  margin-top: 30px;
}

.legal-content h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.28;
}

.legal-content p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.82;
}

.legal-content a {
  color: var(--blue);
  font-weight: 700;
}

.legal-note {
  padding: 18px 20px;
  color: var(--navy) !important;
  background: rgba(244, 176, 0, .14);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}

.legal-updated {
  margin-top: 34px !important;
  color: var(--navy) !important;
  font-weight: 700;
}

.contact-band {
  padding: 58px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 63, 60, .98), rgba(0, 124, 124, .94)),
    radial-gradient(circle at 82% 18%, rgba(244, 176, 0, .18), transparent 30%);
}

.contact-band h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.1;
}

.contact-section {
  padding: 86px 0;
  background: var(--soft);
}

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

.contact-card {
  min-height: 100%;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 63, 60, .06);
}

.contact-card h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 500;
}

.contact-card > p {
  margin-bottom: 28px;
  color: #526b68;
  font-size: 17px;
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 16px;
}

.contact-list div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-list span,
.hours-table th {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-region-select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-region-select:focus {
  outline: 2px solid rgba(23, 165, 160, .24);
  border-color: var(--blue);
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table tr {
  border-top: 1px solid var(--line);
}

.hours-table th,
.hours-table td {
  padding: 15px 0;
  text-align: left;
}

.hours-table th {
  margin: 0;
}

.hours-table td {
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.map-panel {
  margin-top: 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 63, 60, .06);
}

.map-panel iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  border: 0;
}

.map-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 34px;
  color: #526b68;
  background:
    linear-gradient(145deg, rgba(0, 166, 166, .16), rgba(244, 176, 0, .1)),
    #f6fbfa;
  text-align: center;
}

.map-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero-inner {
  width: min(620px, calc(100% - 40px));
  margin-left: max(70px, calc((100vw - 1710px) / 2 + 94px));
  padding: 128px 0 110px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 58px;
  height: 1px;
  background: rgba(255, 255, 255, .72);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.18;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(58px, 5vw, 82px);
  font-weight: 500;
  line-height: 1.14;
}

.hero h1 span {
  display: block;
  font-weight: 700;
}

.hero-copy {
  max-width: 610px;
  margin: 34px 0 40px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.82;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 20px;
  color: var(--white);
  background: var(--orange);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(244, 176, 0, .18);
  font-size: 14px;
  font-weight: 600;
}

.hero-button::after {
  content: "\203A";
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.hero-whatsapp {
  gap: 4px;
}

.hero-whatsapp svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.section {
  padding: 92px 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 58px;
  height: 1px;
  background: rgba(18, 63, 60, .62);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.content p:last-child,
.step-grid p,
.service-grid p,
.why-grid p {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.split img {
  min-height: 390px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.steps {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-2), #009191);
  text-align: center;
}

.steps .section-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--white);
}

.steps .section-label::before,
.steps .section-label::after {
  content: "";
  width: 58px;
  height: 1px;
  background: rgba(255, 255, 255, .55);
}

.steps h2 {
  max-width: 600px;
  margin: 24px auto 0;
  color: var(--white);
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.22;
}

.steps h2 span {
  display: block;
}

.step-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.step-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
  margin-top: 82px;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  margin: 0 auto 30px;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
}

.step-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.step-grid h3 {
  color: var(--white);
  font-size: 22px;
}

.step-grid p {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.65;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-head h2 {
  margin-bottom: 0;
}

.services-head {
  display: grid;
  grid-template-columns: 1fr 1.35fr auto;
  gap: 58px;
  align-items: center;
}

.services-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.services .section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1;
}

.services-head p {
  margin: 0;
  color: #3d5b57;
  font-size: 18px;
  line-height: 1.75;
}

.services-head .secondary-button {
  gap: 10px;
  min-width: 210px;
  color: var(--white);
  background: var(--blue);
  box-shadow: none;
  text-transform: uppercase;
}

.services-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.services-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  min-width: 210px;
  padding: 0 22px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 72px;
}

.service-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 63, 60, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(0, 119, 204, .32);
  box-shadow: 0 20px 46px rgba(18, 63, 60, .1);
  transform: translateY(-3px);
}

.service-image {
  display: block;
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/hali-yikama/galeri/hali-yikama.webp") center / cover;
}

.service-image-2 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/koltuk-yikama/galeri/koltuk-yikama.webp") center / cover;
}

.service-image-3 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/yorgan-yikama/galeri/yorgan-yikama.webp") center / cover;
}

.service-image-4 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/halifleks-yikama/galeri/halifleks-yikama.webp") center / cover;
}

.service-image-5 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/perde-yikama/galeri/perde-yikama.webp") center / cover;
}

.service-image-6 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .08), rgba(18, 63, 60, .2)),
    url("assets/images/hizmetler/yatak-yikama/galeri/yatak-yikama-1.webp") center / cover;
}

.service-body {
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 22px;
  align-items: start;
  padding: 28px 28px 30px;
}

.service-body h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.service-body p {
  margin: 0;
  color: #536f6b;
  line-height: 1.7;
}

.service-title-link {
  color: inherit;
}

.service-title-link:hover {
  color: var(--blue);
}

.service-arrow-link {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 36px;
  line-height: 1;
}

.service-card:hover .service-arrow-link,
.service-card:focus-visible .service-arrow-link {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.service-link-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.service-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 18px 20px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 63, 60, .05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.service-link-list a::after {
  content: "\203A";
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.gallery {
  background: var(--soft);
}

.gallery-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
}

.gallery-head h2 {
  margin-bottom: 0;
}

.gallery-head p:last-child {
  margin: 0;
  color: #3d5b57;
  font-size: 18px;
  line-height: 1.75;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 22px;
  margin-top: 52px;
}

.gallery-item {
  position: relative;
  display: block;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 63, 60, .06);
}

.gallery-large {
  grid-row: span 2;
  min-height: 542px;
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .02), rgba(18, 63, 60, .18)),
    url("assets/images/galeri/hali-yikama.webp") center / cover;
}

.gallery-placeholder-2 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .02), rgba(18, 63, 60, .18)),
    url("assets/images/galeri/koltuk-yikama.webp") center / cover;
}

.gallery-placeholder-3 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .02), rgba(18, 63, 60, .18)),
    url("assets/images/galeri/paketli-teslimat.webp") center / cover;
}

.gallery-placeholder-4 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .02), rgba(18, 63, 60, .18)),
    url("assets/images/galeri/perde-yikama.webp") center / cover;
}

.gallery-placeholder-5 {
  background:
    linear-gradient(180deg, rgba(18, 63, 60, .02), rgba(18, 63, 60, .18)),
    url("assets/images/galeri/yatak-yikama.webp") center / cover;
}

.gallery-item figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(18, 63, 60, .72);
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.why-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: stretch;
}

.why-intro {
  max-width: 690px;
  margin: 0;
  color: #526b68;
  font-size: 18px;
  line-height: 1.85;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.why-grid article {
  position: relative;
  display: block;
  min-height: 166px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, .88);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 63, 60, .055);
}

.why-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--orange);
  border-radius: 999px;
}

.why-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
}

.why-grid p {
  max-width: 280px;
  margin: 0;
  color: #56616f;
  font-size: 15px;
  line-height: 1.68;
}

.why-image {
  min-height: 620px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(18, 63, 60, .16)),
    url("assets/images/neden-kare-hali-yikama.webp") center / cover;
  box-shadow: var(--shadow);
}

.regions {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 63, 60, .96), rgba(0, 145, 145, .94)),
    radial-gradient(circle at 78% 18%, rgba(244, 176, 0, .18), transparent 32%);
}

.regions-head {
  max-width: 760px;
}

.regions .section-label {
  color: var(--white);
}

.regions .section-label::before {
  background: rgba(255, 255, 255, .58);
}

.regions h2 {
  max-width: 600px;
  color: var(--white);
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.regions-head > p:last-child {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.75;
}

.region-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.region-card {
  display: block;
  padding: 30px;
  color: inherit;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.region-card:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .24);
}

.region-card-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.region-card-grid h3 {
  color: var(--white);
  font-size: 25px;
}

.region-card-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.neighborhood-panel {
  margin-top: 32px;
  padding: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.neighborhood-panel h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 26px;
}

.neighborhood-panel p {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.7;
}

.neighborhood-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.neighborhood-list li {
  padding: 12px 14px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.closing-cta {
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.closing-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.closing-cta .section-label {
  color: var(--white);
}

.closing-cta .section-label::before {
  background: rgba(255, 255, 255, .58);
}

.closing-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.28;
}

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

.closing-phone,
.closing-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.closing-phone {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .24);
}

.closing-whatsapp {
  color: var(--white);
  background: var(--blue);
}

.footer {
  padding: 26px 0 22px;
  color: var(--white);
  background: #123f3c;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer nav a:hover,
.footer-credit a:hover {
  color: var(--white);
}

.cookie-notice {
  position: fixed;
  z-index: 120;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(5, 15, 34, .96);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 63, 60, .24);
}

.cookie-notice.is-visible {
  display: flex;
}

.cookie-notice p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.62;
}

.cookie-notice a {
  color: var(--gold);
  font-weight: 700;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-accept,
.cookie-reject {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-accept {
  color: #123f3c !important;
  background: #f4b000 !important;
  border-color: #f4b000;
}

.cookie-reject {
  color: #ffffff !important;
  background: #007477 !important;
  border-color: rgba(255, 255, 255, .5);
}

.utility-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(18, 63, 60, .94), rgba(0, 124, 124, .88)),
    url("assets/images/hero/anasayfa/hali-yikama.webp") center / cover;
}

.utility-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 34px;
}

.utility-panel {
  width: min(100%, 640px);
  padding: 42px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(18, 63, 60, .22);
}

.utility-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.utility-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.utility-panel h1 {
  max-width: 520px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.utility-panel p:not(.utility-label) {
  margin: 0;
  color: #526b68;
  font-size: 17px;
  line-height: 1.75;
}

.utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.utility-primary,
.utility-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.utility-primary {
  color: var(--white);
  background: var(--blue);
}

.utility-secondary {
  color: var(--blue);
  background: #e7f8f7;
}

.admin-login {
  display: grid;
  gap: 15px;
  margin-top: 26px;
}

.admin-login label {
  display: grid;
  gap: 8px;
}

.admin-login label span {
  color: #31534f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.admin-login input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  outline: none;
}

.admin-login input:focus {
  border-color: rgba(0, 166, 166, .55);
  box-shadow: 0 0 0 4px rgba(0, 166, 166, .12);
}

.admin-login button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 4px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: default;
}

.admin-notice {
  padding: 12px 14px;
  color: #667f7b !important;
  background: #f6fbfa;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.admin-credit {
  margin-top: 26px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #667f7b !important;
  font-size: 13px !important;
}

.admin-credit a {
  color: var(--blue);
  font-weight: 700;
}

.footer-credit {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

@media (max-width: 1000px) {
  .menu {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  body {
    padding-bottom: 74px;
  }

  .navbar {
    position: relative;
    min-height: 62px;
  }

  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 6px;
    cursor: pointer;
  }

  .mobile-hours {
    display: inline-flex;
    margin-left: auto;
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-hours + .hamburger {
    margin-left: 10px;
  }

  .hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--navy);
  }

  .menu {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(86vw, 420px);
    min-height: 100vh;
    padding: 0 0 34px;
    background: #f6fbfa;
    border-right: 1px solid var(--line);
    box-shadow: 28px 0 60px rgba(18, 63, 60, .16);
    transform: translateX(-104%);
    transition: transform .22s ease;
  }

  .mobile-menu-brand {
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 0 84px 0 28px;
    color: var(--navy);
    border-bottom: 1px solid var(--line);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-menu-logo {
    display: block;
    width: 154px;
    height: auto;
  }

  .mobile-menu-mark {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--white);
    background: var(--blue);
    border-radius: 7px;
    font-size: 17px;
    font-weight: 700;
  }

  .menu a,
  .submenu-trigger {
    display: flex;
    align-items: center;
    min-height: 38px;
    width: 100%;
    padding: 0 26px;
    color: #31534f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: none;
  }

  .menu-item {
    position: static;
  }

  .menu .menu-parent {
    display: none;
  }

  .submenu-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .submenu-trigger {
    justify-content: space-between;
    cursor: pointer;
  }

  .submenu-trigger::after {
    content: "\203A";
    color: #89a5a1;
    font-size: 20px;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform .18s ease;
  }

  .submenu-trigger.active,
  .submenu-trigger:hover {
    color: var(--blue);
    background: #e7f8f7;
  }

  .submenu-toggle:checked + .submenu-trigger::after {
    transform: rotate(-90deg);
  }

  .submenu {
    position: static;
    display: none;
    min-width: 0;
    padding: 2px 0 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .menu-item:hover .submenu,
  .menu-item:focus-within .submenu {
    transform: none;
  }

  .menu .submenu {
    left: auto;
    top: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .submenu-toggle:checked + .submenu-trigger + .submenu {
    display: grid;
  }

  .menu .submenu a {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    min-height: 30px;
    padding: 0 26px 0 44px;
    color: #667f7b !important;
    background: transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    visibility: visible;
    white-space: normal;
  }

  .submenu a:hover {
    color: var(--blue);
    background: #eef9f8;
  }

  .menu a + a {
    margin-top: 0;
  }

  .menu a:hover,
  .menu a.active {
    color: var(--blue);
    background: #e7f8f7;
  }

  .mobile-menu-hours {
    display: block;
    margin: auto 24px 0;
    padding: 16px 18px;
    color: #31534f;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(18, 63, 60, .06);
  }

  .mobile-menu-hours span,
  .mobile-menu-hours strong {
    display: block;
  }

  .mobile-menu-hours span {
    margin-bottom: 5px;
    color: #667f7b;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-menu-hours strong {
    color: var(--navy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .mobile-menu-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 12px;
    color: var(--blue);
    background: #e7f8f7;
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-menu-actions svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .mobile-menu-actions a:last-child {
    color: var(--white);
    background: var(--blue);
  }

  .menu a.active::after {
    display: none;
  }

  .menu-close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #667f7b;
    background: #e1f5f3;
    border: 1px solid #c9e9e5;
    border-radius: 13px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  .menu-backdrop {
    position: fixed;
    z-index: 490;
    inset: 0;
    background: rgba(18, 63, 60, .18);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
  }

  .menu-toggle:checked ~ .menu {
    transform: translateX(0);
  }

  .menu-toggle:checked ~ .menu-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 560px;
    background-position: center;
  }

  .hero-inner {
    width: min(620px, calc(100% - 40px));
    margin-left: 20px;
    padding: 86px 0 74px;
  }

  .page-hero-inner {
    width: min(620px, calc(100% - 40px));
    margin-left: 20px;
    padding: 86px 0 74px;
  }

  .hero h1 {
    font-size: clamp(48px, 11vw, 66px);
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.72;
  }

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

  .services-head,
  .service-card-grid,
  .service-link-list,
  .gallery-head,
  .gallery-grid,
  .neighborhood-list,
  .region-card-grid {
    grid-template-columns: 1fr;
  }

  .services-head {
    gap: 24px;
  }

  .service-card-grid {
    margin-top: 42px;
  }

  .gallery-large {
    min-height: 300px;
  }

  .step-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 62px;
  }

  .step-grid article + article::before {
    display: none;
  }

  .section-head,
  .footer-inner,
  .closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .closing-inner {
    display: flex;
  }

  .closing-actions {
    flex-wrap: wrap;
  }

  .mobile-contact {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 74px;
    background: #123f3c;
    box-shadow: 0 -8px 24px rgba(18, 63, 60, .12);
  }

  .mobile-contact a {
    display: flex;
    align-items: center;
    min-height: 50px;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-contact svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .mobile-contact .mobile-call {
    background: var(--blue);
  }

  .mobile-contact .mobile-wa {
    background: #22b573;
  }

  .mobile-contact-note {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
    color: rgba(255, 255, 255, .78);
    background: #123f3c;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2px;
  }

  .mobile-contact-note svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #f4b000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .navbar {
    min-height: 58px;
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .brand-logo {
    width: 132px;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .brand-text small {
    font-size: 12px;
  }

  .hamburger {
    width: 42px;
    height: 42px;
  }

  .mobile-hours {
    font-size: 11px;
  }

  .menu {
    width: min(88vw, 380px);
    padding-bottom: 30px;
  }

  .mobile-menu-brand {
    min-height: 96px;
    padding-right: 78px;
    padding-left: 24px;
    font-size: 19px;
  }

  .menu a,
  .submenu-trigger {
    min-height: 36px;
    padding: 0 24px;
    font-size: 15px;
  }

  .menu .submenu a {
    min-height: 28px;
    padding-left: 40px;
    font-size: 12px;
  }

  .menu a + a {
    margin-top: 0;
  }

  .menu-close {
    top: 16px;
    right: 18px;
    width: 50px;
    height: 50px;
  }

  .mobile-menu-hours {
    margin-right: 20px;
    margin-left: 20px;
    padding: 14px 16px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-inner {
    width: min(100% - 28px, 620px);
    margin-left: 14px;
    padding: 72px 0 64px;
  }

  .page-hero {
    min-height: 470px;
  }

  .page-hero-inner {
    width: min(100% - 28px, 620px);
    margin-left: 14px;
    padding: 72px 0 64px;
  }

  .contact-band {
    padding: 44px 0;
  }

  .contact-section {
    padding: 58px 0;
  }

  .contact-card {
    padding: 26px;
  }

  .hours-table th,
  .hours-table td {
    display: block;
    padding: 12px 0 0;
    text-align: left;
  }

  .hours-table td {
    padding: 0 0 12px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .hero-kicker {
    gap: 18px;
    margin-bottom: 24px;
    font-size: 11px;
  }

  .hero-kicker::before {
    width: 42px;
  }

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

  .hero-copy {
    margin: 24px 0 30px;
    font-size: 16px;
  }

  .hero-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .hero-button span {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .closing-cta {
    padding: 56px 0;
  }

  .footer-inner,
  .footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cookie-notice {
    right: 12px;
    bottom: 88px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-accept,
  .cookie-reject {
    width: 100%;
  }

  .legal-section {
    padding: 56px 0;
  }

  .legal-content {
    padding: 26px;
  }

  .split {
    gap: 36px;
  }

  .split img {
    min-height: 280px;
  }

  .step-grid article {
    padding: 24px;
  }

  .why-image {
    min-height: 360px;
  }

  .service-image {
    min-height: 190px;
  }

  .service-body {
    grid-template-columns: 1fr 46px;
    padding: 24px;
  }

  .service-body a {
    width: 44px;
    height: 44px;
  }

  .steps .section-label {
    gap: 16px;
    font-size: 11px;
  }

  .steps .section-label::before,
  .steps .section-label::after {
    width: 34px;
  }

  .step-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
    font-size: 34px;
  }

  .step-grid h3 {
    font-size: 21px;
  }
}


.region-select-menu {
  min-width: 290px;
}

.region-select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.region-select:focus {
  outline: 2px solid rgba(23, 165, 160, .28);
  border-color: var(--blue);
}

@media (max-width: 980px) {
  .menu .region-select-menu { padding: 8px 26px 14px; }
  .menu .region-select { min-height: 44px; font-size: 15px; }
}

/* Keep the region selector inside the viewport on desktop. */
.navbar {
  flex-wrap: nowrap;
}

.menu {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  min-width: 0;
  gap: clamp(14px, 1.5vw, 24px);
  white-space: nowrap;
}


.menu > a,
.menu .menu-parent,
.submenu-trigger {
  flex: 0 0 auto;
}

.header-actions,
.brand {
  flex: 0 0 auto;
}

.header-actions {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.region-select-menu {
  right: 0;
  left: auto;
  max-width: min(290px, calc(100vw - 32px));
  transform: translate(0, 8px);
}

.menu-item:hover .region-select-menu,
.menu-item:focus-within .region-select-menu {
  transform: translate(0, 0);
}

.region-select {
  max-width: 100%;
}




.region-accordion {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.region-accordion-item {
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.region-accordion-item[open] {
  background: rgba(255, 255, 255, .11);
  border-color: rgba(255, 255, 255, .24);
}

.region-accordion-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 0 24px;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}

.region-accordion-item summary::-webkit-details-marker {
  display: none;
}

.region-accordion-item summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--navy);
  background: var(--orange);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.region-accordion-item[open] summary::after {
  content: "-";
}

.region-accordion-item summary span {
  font-size: 22px;
  font-weight: 700;
}

.region-accordion-item summary em {
  margin-left: auto;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.region-accordion-body {
  padding: 0 24px 24px;
}

.region-accordion-body p {
  max-width: 760px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.7;
}

.district-page-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 20px;
  padding: 0 14px;
  color: var(--navy);
  background: var(--orange);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.neighborhood-list a {
  display: block;
  color: inherit;
}

@media (max-width: 720px) {
  .region-accordion-item summary {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 18px 20px;
  }

  .region-accordion-item summary::after {
    position: absolute;
    right: 20px;
  }

  .region-accordion-item summary em {
    margin-left: 0;
  }

  .region-accordion-body {
    padding: 0 20px 22px;
  }
}


.district-link-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.district-link-list a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.district-link-list a:hover {
  color: var(--navy);
  background: var(--orange);
  border-color: var(--orange);
}

@media (max-width: 1000px) {
  .district-link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .district-link-list {
    grid-template-columns: 1fr 1fr;
  }
}
