/*
Theme Name: DCB Deep Cleaning Biological
Theme URI: https://dcb.gr/
Author: Codex
Author URI: https://openai.com/
Description: Premium one-page WordPress theme for DCB Deep Cleaning Biological with services, offers, reviews, Google Maps, contact details, and appointment form.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcb-deep-cleaning
Tags: custom-logo, one-page, business, responsive-layout, featured-images
*/

:root {
  --ink: #091214;
  --ink-soft: #243235;
  --muted: #667579;
  --paper: #f7f8f5;
  --white: #ffffff;
  --line: rgba(9, 18, 20, 0.12);
  --green: #40a045;
  --green-deep: #1f6d36;
  --aqua: #36b7b0;
  --gold: #f0b638;
  --charcoal: #0b1214;
  --shadow: 0 24px 80px rgba(9, 18, 20, 0.18);
  --radius: 8px;
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Manrope", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  image-rendering: auto;
}

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: transform 0.2s ease;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(9, 18, 20, 0.82);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.nav {
  position: relative;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 252px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--green), var(--aqua));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(64, 160, 69, 0.32);
}

.brand-logo,
.custom-logo-link {
  display: inline-flex;
  width: 46px;
  height: 46px;
}

.brand-logo img,
.custom-logo {
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1.15;
}

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

.brand-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.nav-links li {
  display: contents;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.entry-content {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button.menu-toggle {
  display: none;
  margin-left: auto;
}

.menu-toggle::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

.menu-toggle svg {
  display: none;
}

.button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button {
  gap: 10px;
  padding: 0 18px;
  font-weight: 800;
  font-size: 0.9rem;
  white-space: nowrap;
}

.icon-button {
  width: 44px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.button svg,
.icon-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  box-shadow: 0 16px 35px rgba(31, 109, 54, 0.26);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button-outline:hover {
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 82svh;
  padding-top: var(--header-height);
  color: var(--white);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 18, 20, 0.82) 0%, rgba(9, 18, 20, 0.64) 42%, rgba(9, 18, 20, 0.28) 100%),
    url("./assets/images/hero-landscape-4.jpg") center center / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, rgba(9, 18, 20, 0.82), transparent);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 0 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #b4f3bf;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0 auto;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}

h1 {
  max-width: 820px;
  font-size: 3.15rem;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

h2 {
  max-width: 760px;
  font-size: 2.1rem;
  letter-spacing: 0;
}

h3 {
  font-size: 1.05rem;
}

.hero-lead {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.58;
  text-align: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 890px;
  margin: 42px auto 0;
}

.hero-metrics div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-metrics dt {
  font-weight: 800;
  font-size: 1rem;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.trust-band {
  background: var(--charcoal);
  color: var(--white);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.trust-grid div {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}

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

.section {
  padding: clamp(68px, 9vw, 118px) 0;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact {
  max-width: 720px;
  margin-inline: auto;
}

.section-heading p:not(.eyebrow),
.premium-copy p,
.appointment-copy p,
.reviews-copy p,
.faq-layout p {
  color: var(--muted);
  line-height: 1.62;
  font-size: 0.94rem;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: fit-content;
  margin: 8px auto 24px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.tab-button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
  font-size: 0.86rem;
}

.tab-button.is-active {
  color: var(--white);
  background: var(--ink);
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(9, 18, 20, 0.08);
}

.service-card[hidden] {
  display: none;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: #d8dfd8;
}

.service-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.service-body svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

.service-body p,
.service-body li {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-body p {
  margin: 0;
}

.service-body ul,
.offer-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
}

.premium {
  background: #eef3ef;
}

.premium-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.premium-copy {
  max-width: 560px;
}

.premium-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.premium-list div {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 800;
  font-size: 0.9rem;
}

.premium-list svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.premium-media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.premium-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.premium-media img:nth-child(2) {
  height: 360px;
  align-self: end;
}

.offers {
  background: var(--charcoal);
  color: var(--white);
}

.offers .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.offers-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.offer-card.featured {
  background: linear-gradient(135deg, rgba(64, 160, 69, 0.24), rgba(54, 183, 176, 0.16));
  border-color: rgba(180, 243, 191, 0.32);
}

.offer-card.promo {
  background: linear-gradient(135deg, rgba(240, 182, 56, 0.2), rgba(64, 160, 69, 0.2));
  border-color: rgba(255, 216, 116, 0.38);
}

.offer-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(240, 182, 56, 0.16);
  color: #ffd874;
  font-size: 0.74rem;
  font-weight: 900;
}

.offer-card p,
.offer-card li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.55;
}

.offer-card .button {
  margin-top: auto;
}

.offer-card .button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.offer-card .button-outline:hover {
  color: var(--ink);
}

.pricing {
  background: var(--paper);
}

.pricing-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
  padding: 26px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(64, 160, 69, 0.3), rgba(54, 183, 176, 0.12)),
    var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.pricing-promo h3 {
  max-width: none;
  margin: 0;
  color: var(--white);
  text-align: left;
}

.pricing-promo p {
  max-width: 700px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.promo-price {
  display: grid;
  justify-items: end;
  min-width: 170px;
  gap: 4px;
}

.promo-price span {
  color: #ffd874;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.promo-price small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

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

.price-card,
.pricing-side {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(9, 18, 20, 0.08);
}

.price-card {
  padding: 24px;
}

.price-card h3,
.pricing-side h3 {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.price-list {
  display: grid;
  gap: 2px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.price-row span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.price-row small {
  min-width: 28px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
}

.price-row strong {
  min-width: 52px;
  color: var(--green-deep);
  font-size: 1.12rem;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.price-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.pricing-side {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: #edf3f4;
}

.pricing-side ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-side li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.pricing-side svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--green);
}

.pricing-note {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.pricing-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 900;
}

.pricing-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.appointment-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: start;
}

.appointment-copy {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.appointment-copy a {
  font-weight: 900;
  color: var(--green-deep);
}

.hours {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.hours h3 {
  margin-bottom: 12px;
}

.hours p {
  margin: 6px 0;
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 55px rgba(9, 18, 20, 0.1);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 800;
  font-size: 0.9rem;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
  color: var(--ink);
  font-size: 0.9rem;
  padding: 13px 14px;
  min-height: 48px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(64, 160, 69, 0.14);
}

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

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-deep);
  font-weight: 800;
  font-size: 0.9rem;
}

.process {
  background: #edf3f4;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.process-grid article {
  min-height: 260px;
  padding: 24px;
  background: var(--white);
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 60px;
  color: var(--green);
  font-weight: 900;
}

.process-grid p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
}

.review-panel {
  position: relative;
  min-height: 370px;
}

.review-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(16px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.review-card.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0;
}

.review-card p {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.review-card span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
  text-align: center;
}

.review-controls {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.review-controls .icon-button {
  color: var(--ink);
  background: #f2f5f1;
  border-color: var(--line);
}

.gallery {
  padding: 0;
  background: var(--charcoal);
  overflow: hidden;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
}

.gallery-track img {
  width: 100%;
  height: clamp(240px, 25vw, 360px);
  object-fit: cover;
  object-position: center;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 18px 20px;
  font-weight: 900;
  font-size: 0.94rem;
  cursor: pointer;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef3ef;
  color: var(--green-deep);
  flex: 0 0 auto;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.contact {
  color: var(--white);
  background: var(--charcoal);
}

.contact .eyebrow {
  color: #b4f3bf;
}

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

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

address {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  font-style: normal;
}

address a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 1.5;
}

address a:hover {
  color: var(--white);
}

.social-row {
  display: flex;
  gap: 10px;
}

.map-wrap {
  min-height: 460px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #172225;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.site-footer {
  padding: 28px 0 110px;
  color: rgba(255, 255, 255, 0.72);
  background: #070c0d;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

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

.footer-layout p {
  margin: 8px 0 0;
  max-width: 620px;
}

.back-top {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 8px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.back-top svg {
  width: 18px;
  height: 18px;
}

.mobile-cta {
  position: fixed;
  z-index: 45;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(9, 18, 20, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.mobile-cta a {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 58px;
  color: var(--white);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 900;
}

.mobile-cta a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

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

@media (max-width: 1050px) {
  .nav-links {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    width: 100%;
    padding: 16px 20px 22px;
    background: rgba(9, 18, 20, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  .nav .icon-button.menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
  }

  .nav-actions .icon-button {
    display: none;
  }

  .brand {
    min-width: auto;
  }

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

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

  .premium-layout,
  .pricing-layout,
  .appointment-layout,
  .reviews-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .appointment-copy {
    position: static;
  }

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

  .pricing-promo {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-price {
    justify-items: start;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .shell {
    width: min(100% - 28px, 1180px);
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    max-width: 150px;
    display: inline-block;
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-content {
    padding: 58px 0 48px;
  }

  h1 {
    max-width: 280px;
    font-size: 1.58rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.48rem;
    line-height: 1.12;
  }

  h3 {
    font-size: 0.98rem;
  }

  .hero-lead {
    max-width: 300px;
    font-size: 0.86rem;
  }

  .hero-actions .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .nav .icon-button.menu-toggle {
    position: fixed !important;
    top: 12px !important;
    right: 14px !important;
    z-index: 80 !important;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .trust-grid,
  .services-grid,
  .offers-grid,
  .pricing-grid,
  .process-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    min-height: 86px;
  }

  .premium-list {
    grid-template-columns: 1fr;
  }

  .pricing-promo,
  .price-card,
  .pricing-side {
    padding: 20px;
  }

  .promo-price span {
    font-size: 1.55rem;
  }

  .price-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .price-row small {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }

  .price-row strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

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

  .premium-media {
    grid-template-columns: 1fr;
  }

  .premium-media img,
  .premium-media img:nth-child(2) {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .service-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .review-panel {
    min-height: 430px;
  }

  .gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .gallery-track img {
    min-width: 84%;
    scroll-snap-align: start;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 360px;
  }

  .footer-layout {
    flex-direction: column;
  }

  .mobile-cta {
    display: grid;
  }
}

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