:root {
  --navy: #061936;
  --navy-2: #16145b;
  --blue: #5574f2;
  --orange: #f5a51a;
  --green: #20bf63;
  --text: #56616f;
  --soft: #f3f6fa;
  --line: #e2e8f0;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 25, 54, .09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Open Sans", Arial, 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(6, 25, 54, .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;
  gap: 12px;
  color: var(--navy);
  font-family: Poppins, Arial, sans-serif;
}

.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: 800;
}

.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: 800;
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--navy);
  font-family: "Open Sans", Arial, 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-toggle,
.hamburger,
.mobile-hours,
.menu-close,
.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: 800;
}

.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(23, 21, 88, .96) 0%, rgba(27, 25, 91, .83) 43%, rgba(34, 34, 86, .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(23, 21, 88, .92) 0%, rgba(27, 25, 91, .66) 42%, rgba(34, 34, 86, .18) 72%, rgba(34, 34, 86, .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;
}

.contact-band {
  padding: 58px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 25, 54, .98), rgba(22, 20, 91, .94)),
    radial-gradient(circle at 82% 18%, rgba(245, 165, 26, .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(6, 25, 54, .06);
}

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

.contact-card > p {
  margin-bottom: 28px;
  color: #4f5967;
  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: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--navy);
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.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: Poppins, Arial, 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(6, 25, 54, .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: #4f5967;
  background:
    linear-gradient(145deg, rgba(85, 116, 242, .16), rgba(245, 165, 26, .1)),
    #edf2f7;
  text-align: center;
}

.map-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: Poppins, Arial, 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: Poppins, Arial, 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: Poppins, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.18;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(58px, 5vw, 82px);
  font-weight: 300;
  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(245, 165, 26, .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: Poppins, Arial, 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(6, 25, 54, .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), #34346f);
  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: #3f4b5d;
  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: 800;
}

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

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 25, 54, .06);
}

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

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

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

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

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

.service-image-6 {
  background:
    linear-gradient(180deg, rgba(6, 25, 54, .08), rgba(6, 25, 54, .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: #556170;
  line-height: 1.7;
}

.service-body a {
  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-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(6, 25, 54, .05);
  font-family: Poppins, Arial, 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: #3f4b5d;
  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;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 25, 54, .06);
}

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

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

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

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

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

.gallery-placeholder-5 {
  background:
    linear-gradient(180deg, rgba(6, 25, 54, .02), rgba(6, 25, 54, .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(6, 25, 54, .72);
  border-radius: 5px;
  font-family: Poppins, Arial, 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: #4f5967;
  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(6, 25, 54, .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(6, 25, 54, .16)),
    url("assets/images/galeri/paketli-teslimat.webp") center / cover;
  box-shadow: var(--shadow);
}

.regions {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 25, 54, .96), rgba(77, 76, 130, .94)),
    radial-gradient(circle at 78% 18%, rgba(245, 165, 26, .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-grid article {
  padding: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

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

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

.region-card-grid h3 a {
  color: inherit;
}

.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: Poppins, Arial, 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: 300;
  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: #050f22;
}

.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);
}

.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: flex-start;
    width: min(80vw, 430px);
    min-height: 100vh;
    padding: 112px 56px 48px;
    background: var(--white);
    border-right: 1px solid var(--line);
    box-shadow: 28px 0 60px rgba(6, 25, 54, .16);
    transform: translateX(-104%);
    transition: transform .22s ease;
  }

  .menu a {
    padding: 0;
    color: var(--navy);
    font-family: Poppins, Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .menu a + a {
    margin-top: 25px;
  }

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

  .menu-close {
    position: absolute;
    top: 96px;
    right: 38px;
    display: block;
    color: #888;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }

  .menu-backdrop {
    position: fixed;
    z-index: 490;
    inset: 0;
    background: rgba(6, 25, 54, .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: #061936;
    box-shadow: 0 -8px 24px rgba(6, 25, 54, .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: #25d366;
  }

  .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: #061936;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2px;
  }

  .mobile-contact-note svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #56cfe1;
    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-text strong {
    font-size: 19px;
  }

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

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

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

  .menu {
    width: min(84vw, 360px);
    padding: 96px 38px 42px;
  }

  .menu a {
    font-size: 21px;
  }

  .menu a + a {
    margin-top: 23px;
  }

  .menu-close {
    top: 86px;
    right: 30px;
  }

  .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;
  }

  .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;
  }
}
