:root {
  --bg: #f7f4ed;
  --white: #fffdf9;
  --navy: #173f35;
  --graphite: #313833;
  --muted: #68736c;
  --aqua: #9eae9d;
  --aqua-deep: #416d5c;
  --aqua-soft: #e8eee6;
  --sage: #cbd5c6;
  --cream: #f0eadf;
  --line: #ddd8cd;
  --shadow: 0 20px 50px rgba(35, 54, 45, 0.11);
  --radius-lg: 18px;
  --radius-md: 12px;
  --max: 1180px;
  --hero-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#szolgaltatasok,
#elmeny,
#arak,
#idopont {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fffdf9 0%, var(--bg) 48%, #fffdf9 100%);
  color: var(--graphite);
  font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: calc(var(--hero-max) + 48px);
  margin: 0 auto;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(221, 216, 205, 0.72);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--navy);
  font-family: "Italiana", Georgia, serif;
  font-size: 1.65rem;
  letter-spacing: -0.02em;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 52px;
  height: 38px;
  color: var(--navy);
  font-size: 2.4rem;
  line-height: 1;
}

.brand-mark::after {
  position: absolute;
  left: 21px;
  top: 2px;
  color: var(--aqua-deep);
  font-size: 2.15rem;
  content: "D";
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.4rem;
  color: #5c675f;
  font-size: 0.9rem;
  font-weight: 500;
}

.desktop-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--aqua-deep);
}

.header-phone {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
  font-size: 0.88rem;
  box-shadow: 0 8px 20px rgba(23, 63, 53, 0.16);
}

.header-phone svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-pad {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 24px;
}

.hero {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: var(--hero-max);
  margin-top: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(221, 216, 205, 0.8);
  border-radius: 18px;
  background: var(--cream);
  isolation: isolate;
}

.hero-copy,
.hero-booking-card {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--aqua-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

h1 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 5vw, 4.65rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.85rem, 4.3vw, 3.1rem);
  line-height: 1.12;
}

h3 {
  font-size: 1.28rem;
  font-weight: 700;
}

.hero-lead,
.section-heading p,
.split-copy p,
.office-card p,
.form-intro p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-lead {
  max-width: 54ch;
  margin: 1.35rem 0 0;
  color: #56645b;
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.17);
}

.btn-primary:hover {
  background: #245748;
}

.btn-secondary {
  border-color: rgba(23, 63, 53, 0.22);
  background: rgba(255, 253, 249, 0.72);
  color: var(--navy);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 2.2rem;
  max-width: 620px;
  border-top: 1px solid rgba(23, 63, 53, 0.17);
}

.hero-trust div {
  padding: 0.9rem 0.7rem 0;
  border-right: 1px solid rgba(23, 63, 53, 0.14);
}

.hero-trust div:first-child {
  padding-left: 0;
}

.hero-trust div:last-child {
  border-right: 0;
}

.hero-trust strong {
  display: block;
  color: var(--navy);
  font-family: "Italiana", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.hero-trust span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-visual img,
.split-image img,
.office-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-visual img {
  min-height: 340px;
  filter: saturate(0.58) sepia(0.12) brightness(1.04);
}

.floating-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 0.8rem;
  max-width: 300px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 12px 28px rgba(35, 54, 45, 0.13);
  backdrop-filter: blur(14px);
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.floating-card strong {
  color: var(--navy);
}

.pulse {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: var(--aqua-deep);
  box-shadow: 0 0 0 7px rgba(65, 109, 92, 0.14);
}

.hero-booking-card {
  padding: 1.55rem;
  border: 1px solid rgba(221, 216, 205, 0.92);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 22px 54px rgba(35, 54, 45, 0.15);
  backdrop-filter: blur(12px);
}

.hero-booking-card .eyebrow {
  margin-bottom: 0.55rem;
}

.hero-booking-card h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.hero-booking-lead {
  margin: 0.6rem 0 1.1rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.hero-booking-card .appointment-form {
  gap: 0.58rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-booking-card input,
.hero-booking-card select {
  min-height: 46px;
  padding: 0.72rem 0.82rem;
  border-radius: 7px;
  background: rgba(255, 253, 249, 0.92);
  font-size: 0.86rem;
}

.hero-booking-card .hero-checkbox {
  margin: 0.12rem 0;
  font-size: 0.7rem;
  line-height: 1.35;
}

.hero-booking-card .btn {
  width: 100%;
}

.hero-booking-card .form-feedback {
  min-height: 0;
  margin: 0;
  font-size: 0.78rem;
}

.trust-strip {
  display: grid;
  gap: 0;
  max-width: var(--hero-max);
  margin: 0 auto;
  padding: 18px 24px 42px;
}

.trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 58px;
  padding: 0.65rem 1rem;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.79rem;
  font-weight: 600;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #cfc7b8;
  border-radius: 999px;
  color: var(--aqua-deep);
}

.trust-icon svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.7rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.service-card,
.why-grid article,
.testimonial-grid figure {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(15, 38, 51, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.why-grid article:hover,
.testimonial-grid figure:hover {
  transform: translateY(-2px);
  border-color: rgba(19, 156, 167, 0.32);
  box-shadow: 0 14px 34px rgba(15, 38, 51, 0.08);
}

.services {
  max-width: var(--hero-max);
  padding-top: 76px;
  padding-bottom: 84px;
}

.services .section-heading,
.why .section-heading,
.testimonials .section-heading {
  max-width: 620px;
}

.services .section-heading > p:last-child {
  max-width: 54ch;
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
}

.service-card {
  position: relative;
  min-width: 0;
  min-height: 285px;
  padding: 1.65rem 1.45rem 1.5rem;
  overflow: hidden;
  border-color: #d8d2c7;
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.68);
  box-shadow: 0 7px 22px rgba(35, 54, 45, 0.035);
}

.service-card .service-index {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #9ca49e;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 0 1.35rem;
  place-items: center;
  border: 1px solid #d7d0c2;
  border-radius: 999px;
  background: rgba(240, 234, 223, 0.68);
  color: var(--aqua-deep);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font-family: "Italiana", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.18;
}

.service-card p,
.why-grid p,
.testimonial-grid blockquote {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.comfort {
  position: relative;
  display: grid;
  gap: 1.8rem;
  align-items: center;
  max-width: var(--hero-max);
  padding-top: 68px;
  padding-bottom: 68px;
  border-radius: 18px;
  background: #eee8dc;
}

.split-image {
  min-height: 380px;
}

.split-image img {
  min-height: 380px;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(35, 54, 45, 0.09);
  filter: saturate(0.62) sepia(0.1) brightness(1.02);
}

.split-copy > p:last-child {
  margin: 1.15rem 0 0;
  color: #5f6962;
  font-size: 0.98rem;
  line-height: 1.72;
}

.comfort-benefits {
  min-width: 0;
}

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

.check-list li {
  position: relative;
  padding: 0.83rem 0 0.83rem 2rem;
  border-bottom: 1px solid rgba(23, 63, 53, 0.12);
  background: transparent;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.87rem;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--aqua-deep);
  color: var(--white);
  font-size: 0.68rem;
  content: "✓";
}

.why {
  max-width: var(--hero-max);
  padding-top: 84px;
  padding-bottom: 84px;
}

.why .section-heading {
  margin-bottom: 2rem;
}

.why-grid article {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 245px;
  flex-direction: column;
  padding: 1.35rem 1.15rem 1.25rem;
  border-color: #d8d2c7;
  border-radius: 9px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 7px 22px rgba(35, 54, 45, 0.03);
}

.step-number {
  color: #758279;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.step-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0.9rem 0 1rem;
  place-items: center;
  border: 1px solid #d6d0c4;
  border-radius: 999px;
  color: var(--aqua-deep);
}

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

.why-grid h3 {
  font-family: "Italiana", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.25;
}

.why-grid p {
  font-size: 0.79rem;
  line-height: 1.55;
}

.office {
  max-width: var(--hero-max);
  padding-top: 66px;
  padding-bottom: 78px;
  border-radius: 18px;
  background: #f1eee7;
}

.office-card {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.office-copy {
  min-width: 0;
}

.office-copy > p:last-child {
  margin: 1.15rem 0 0;
  color: #5f6962;
  font-size: 0.98rem;
  line-height: 1.72;
}

.office-gallery {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.office-gallery img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: none;
  filter: saturate(0.28) sepia(0.18) brightness(1.04);
}

.office-gallery .office-gallery-main {
  grid-column: 1 / -1;
  height: 330px;
}

.testimonials {
  position: relative;
  max-width: var(--hero-max);
  padding-top: 82px;
  padding-bottom: 88px;
  overflow: hidden;
}

.testimonials .section-heading {
  margin-bottom: 2rem;
}

.testimonial-grid figure {
  margin: 0;
  min-height: 250px;
  padding: 1.8rem 1.65rem;
  border-color: #d8d2c7;
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 9px 25px rgba(35, 54, 45, 0.045);
}

.stars {
  color: #968054;
  letter-spacing: 0.14em;
  font-size: 0.88rem;
}

.testimonial-grid figcaption {
  margin-top: 1.15rem;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 600;
}

.testimonial-grid blockquote {
  margin-top: 1rem;
  color: #59645d;
  font-family: "Italiana", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.62;
}

.pricing {
  max-width: var(--hero-max);
  padding-top: 76px;
  padding-bottom: 80px;
  border-radius: 18px;
  background: #f1eee7;
}

.pricing .section-heading {
  max-width: 650px;
  margin-bottom: 2rem;
}

.pricing .section-heading > p:last-child {
  max-width: 54ch;
  margin: 1rem 0 0;
  color: #5f6962;
  font-size: 1rem;
  line-height: 1.7;
}

.pricing .price-list {
  display: grid;
  gap: 0.8rem;
}

.pricing .price-list article {
  display: flex;
  min-width: 0;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.3rem;
  padding: 1.45rem 1.35rem 1.3rem;
  border: 1px solid #d8d2c7;
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 7px 22px rgba(35, 54, 45, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pricing .price-list article:hover {
  transform: translateY(-2px);
  border-color: rgba(65, 109, 92, 0.3);
  box-shadow: 0 11px 26px rgba(35, 54, 45, 0.06);
}

.pricing .price-list span {
  color: var(--navy);
  font-family: "Italiana", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.25;
}

.pricing .price-list strong {
  color: var(--aqua-deep);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.appointment {
  display: grid;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
  max-width: var(--hero-max);
  padding-top: 86px;
  padding-bottom: 88px;
  background: var(--white);
}

.form-intro {
  min-width: 0;
  padding-top: 0.75rem;
}

.form-intro > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 1.15rem 0 0;
  color: #5f6962;
  font-size: 0.98rem;
  line-height: 1.72;
}

.appointment-trust {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 63, 53, 0.13);
  list-style: none;
}

.appointment-trust li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(23, 63, 53, 0.13);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.appointment-trust-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d6d0c4;
  border-radius: 999px;
  color: var(--aqua-deep);
}

.appointment-trust-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.appointment-form {
  display: grid;
  min-width: 0;
  gap: 0.68rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(221, 216, 205, 0.92);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 22px 54px rgba(35, 54, 45, 0.12);
}

.appointment-form label:not(.checkbox) {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 253, 249, 0.92);
  color: var(--navy);
  font: inherit;
  min-height: 50px;
  padding: 0.86rem 0.95rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua-deep);
  box-shadow: 0 0 0 4px rgba(65, 109, 92, 0.12);
}

textarea {
  min-height: 126px;
  resize: vertical;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.55;
}

.checkbox input {
  min-height: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.28rem;
  padding: 0;
  accent-color: var(--aqua-deep);
}

.form-feedback {
  min-height: 1.2rem;
  margin: 0.1rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-feedback.is-error {
  color: #a33030;
}

.form-feedback.is-success {
  color: #1f6f3f;
}

.final-cta {
  position: relative;
  display: grid;
  gap: 0;
  align-items: center;
  max-width: var(--hero-max);
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid rgba(23, 63, 53, 0.1);
  border-radius: 18px;
  background: #dbe2d6;
  color: var(--navy);
}

.final-cta-art {
  position: relative;
  min-width: 0;
  height: 170px;
  overflow: hidden;
}

.final-cta-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(219, 226, 214, 0.02), #dbe2d6 100%);
  content: "";
}

.final-cta-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 24% center;
  filter: saturate(0.48) sepia(0.14) brightness(1.02);
}

.final-cta-copy {
  min-width: 0;
  padding: 2.15rem 1.35rem 0;
}

.final-cta-copy h2 {
  max-width: 15ch;
}

.final-cta-copy > p:last-child {
  max-width: 55ch;
  margin: 1.1rem 0 0;
  color: #56645b;
  font-size: 0.98rem;
  line-height: 1.72;
}

.final-cta .final-actions {
  padding: 0 1.35rem 2.15rem;
}

.final-cta .btn-light {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.17);
}

.final-cta .btn-light:hover {
  background: #245748;
}

.final-phone {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-footer {
  display: grid;
  gap: 2rem;
  max-width: none;
  margin: 0 auto;
  padding: 62px max(24px, calc((100vw - var(--max)) / 2)) 46px;
  border-top: 1px solid rgba(23, 63, 53, 0.1);
  background: #f0eadf;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
  font-size: 0.9rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.35rem !important;
}

.footer-brand .brand-mark {
  width: 48px;
  height: 36px;
  font-size: 2.2rem;
}

.footer-brand .brand-mark::after {
  left: 20px;
  font-size: 1.98rem;
}

.footer-brand strong {
  color: var(--navy);
  font-family: "Italiana", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.footer-contact,
.footer-hours {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-links {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 0.45rem;
  min-width: 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
}

.site-footer strong {
  color: var(--navy);
}

.pricing a:focus-visible,
.appointment a:focus-visible,
.appointment button:focus-visible,
.final-cta a:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--aqua-deep);
  outline-offset: 4px;
}

.chatbot {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: grid;
  justify-items: end;
  gap: 0.6rem;
}

.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(15, 38, 51, 0.96);
  color: var(--white);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 38, 51, 0.24);
}

.chatbot-toggle:hover {
  background: #1a3a49;
}

.chatbot-panel {
  width: min(360px, calc(100vw - 24px));
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(15, 38, 51, 0.2);
  overflow: hidden;
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem 0.82rem;
  border-bottom: 1px solid var(--line);
  background: #f4fafc;
}

.chatbot-header h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
}

.chatbot-header p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.chatbot-close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

.chatbot-body {
  padding: 0.9rem 1rem 1rem;
}

.chatbot-message {
  margin: 0;
  color: var(--graphite);
  font-size: 0.9rem;
  line-height: 1.52;
}

.chatbot-questions {
  display: grid;
  gap: 0.46rem;
  margin-top: 0.78rem;
}

.chatbot-question {
  width: 100%;
  text-align: left;
  padding: 0.62rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfeff;
  color: var(--navy);
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.35;
  cursor: pointer;
}

.chatbot-question:hover {
  border-color: #bde4e7;
  background: #f4fcfd;
}

.chatbot-answer-wrap {
  margin-top: 0.82rem;
  padding-top: 0.78rem;
  border-top: 1px solid var(--line);
}

.chatbot-answer {
  margin: 0;
  color: var(--graphite);
  font-size: 0.9rem;
  line-height: 1.55;
}

.chatbot-cta {
  width: 100%;
  margin-top: 0.7rem;
}

@media (min-width: 720px) {
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .appointment {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

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

  .final-cta {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .final-cta-art {
    grid-row: 1 / 3;
    height: 100%;
    min-height: 360px;
  }

  .final-cta-art::after {
    background: linear-gradient(90deg, rgba(219, 226, 214, 0.02), #dbe2d6 100%);
  }

  .final-cta-copy {
    padding: 3rem 2.5rem 0;
  }

  .final-cta .final-actions {
    margin-top: 1.3rem;
    padding: 0 2.5rem 3rem;
  }

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

@media (min-width: 800px) {
  .desktop-nav,
  .header-phone {
    display: flex;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: clamp(2.15rem, 4.25vw, 3.65rem);
    font-weight: 650;
    line-height: 1.18;
  }

  .comfort {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr) minmax(0, 0.9fr);
    gap: 2rem;
  }

  .comfort-benefits {
    padding-left: 1.8rem;
    border-left: 1px solid rgba(23, 63, 53, 0.14);
  }

  .office-card {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  }

  .office-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 170px);
  }

  .office-gallery img {
    height: 100%;
  }

  .office-gallery .office-gallery-main {
    grid-column: span 2;
    grid-row: 1 / 3;
    height: 100%;
  }

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

  .testimonial-grid figure {
    min-height: 254px;
  }

  .pricing .price-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .appointment {
    grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  }

  .final-cta {
    grid-template-columns: 240px minmax(0, 1fr) auto;
  }

  .final-cta-art {
    grid-row: 1;
    min-height: 360px;
  }

  .final-cta-copy {
    padding: 3.7rem 2.25rem;
  }

  .final-cta .final-actions {
    margin-top: 0;
    padding: 0 3.5rem 0 0;
  }

  .site-footer {
    grid-template-columns: minmax(220px, 1.25fr) minmax(200px, 1fr) minmax(180px, 0.8fr) auto;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: center;
    min-height: 650px;
    padding: 64px clamp(48px, 6vw, 86px);
  }

  .hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(244, 239, 229, 0.97) 0%, rgba(244, 239, 229, 0.91) 29%, rgba(244, 239, 229, 0.24) 59%, rgba(23, 63, 53, 0.06) 100%);
    content: "";
    pointer-events: none;
  }

  .hero-copy {
    max-width: 690px;
    padding-right: 2rem;
  }

  .hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0;
  }

  .hero-visual img {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    object-position: center;
    box-shadow: none;
  }

  .hero-visual .floating-card {
    right: 455px;
    bottom: 28px;
    max-width: 240px;
  }

  .hero-booking-card {
    grid-column: 2;
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: repeat(5, 1fr);
  }

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

@media (min-width: 1180px) {
  .services {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 2.2rem;
    align-items: start;
  }

  .services .section-heading {
    margin: 0;
    padding-top: 0.8rem;
  }
}

@media (min-width: 1280px) {
  .why {
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 1.8rem;
    align-items: start;
  }

  .why .section-heading {
    margin: 0;
    padding-top: 0.65rem;
  }

  .why-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .why-grid article {
    min-height: 290px;
  }
}

@media (max-width: 540px) {
  .section-pad {
    padding: 56px 18px;
  }

  .site-header {
    padding: 12px 18px;
  }

  .brand {
    gap: 0.65rem;
    font-size: 1.42rem;
  }

  .brand-mark {
    width: 45px;
    height: 34px;
    font-size: 2.05rem;
  }

  .brand-mark::after {
    left: 18px;
    font-size: 1.82rem;
  }

  h1 {
    max-width: 20ch;
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.18;
  }

  h2 {
    font-size: clamp(1.65rem, 7vw, 2rem);
    line-height: 1.24;
  }

  .hero {
    gap: 22px;
    margin: 12px 12px 0;
    padding: 34px 18px 18px;
    border-radius: 12px;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-top: 1.35rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .services-grid .service-card {
    min-height: 0;
    padding: 1.35rem 1.15rem;
  }

  .service-card h3 {
    font-size: 1.15rem;
  }

  .service-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 1.05rem;
  }

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

  .comfort,
  .office,
  .testimonials {
    border-radius: 0;
  }

  .split-image,
  .split-image img {
    min-height: 300px;
  }

  .why-grid article {
    min-height: 0;
    padding: 1.2rem;
  }

  .step-icon {
    margin-top: 0.75rem;
    margin-bottom: 0.8rem;
  }

  .office-card {
    gap: 1.6rem;
  }

  .office-gallery .office-gallery-main {
    height: 255px;
  }

  .office-gallery img {
    height: 140px;
  }

  .testimonials.section-pad {
    padding-bottom: 36px;
  }

  .testimonial-grid {
    gap: 0.72rem;
  }

  .testimonial-grid figure {
    min-height: 0;
    padding: 1.05rem;
  }

  .testimonial-grid figcaption {
    margin-top: 0.82rem;
  }

  .testimonial-grid blockquote {
    margin-top: 0.72rem;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .pricing {
    border-radius: 0;
  }

  .pricing .section-heading {
    margin-bottom: 1.45rem;
  }

  .pricing .price-list article {
    min-height: 112px;
    gap: 1rem;
    padding: 1.15rem 1.05rem;
  }

  .pricing .price-list span {
    font-size: 1.08rem;
  }

  .pricing .price-list strong {
    font-size: 0.94rem;
  }

  .appointment.section-pad {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .form-intro {
    padding-top: 0;
  }

  .appointment-trust {
    margin-top: 1.5rem;
  }

  .appointment-trust li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.72rem;
    padding: 0.78rem 0;
    font-size: 0.86rem;
  }

  .appointment-trust-icon {
    width: 35px;
    height: 35px;
  }

  .appointment-form {
    padding: 1.05rem;
    gap: 0.58rem;
    border-radius: 12px;
  }

  input,
  select,
  textarea {
    padding: 0.82rem 0.9rem;
  }

  .checkbox {
    gap: 0.56rem;
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .checkbox input {
    margin-top: 0.2rem;
  }

  .appointment-form .btn {
    width: 100%;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    border-top: 0;
  }

  .hero-trust div,
  .hero-trust div:first-child {
    padding: 0.6rem 0;
    border-right: 0;
    border-top: 1px solid rgba(23, 63, 53, 0.13);
  }

  .hero-visual img {
    min-height: 290px;
    border-radius: 10px;
  }

  .floating-card {
    position: static;
    margin-top: -64px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .hero-booking-card {
    padding: 1.25rem;
  }

  .hero-booking-card h2 {
    font-size: 1.85rem;
  }

  .trust-strip {
    gap: 0;
    padding: 14px 18px 34px;
  }

  .trust-strip div {
    justify-content: flex-start;
    min-height: 54px;
    padding: 0.55rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .pricing .price-list {
    gap: 0.58rem;
  }

  .pricing .price-list article {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0.42rem;
    padding: 0.78rem 0.86rem;
  }

  .pricing .price-list strong {
    justify-self: start;
  }

  .final-cta.section-pad {
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
  }

  .final-cta-art {
    height: 150px;
  }

  .final-cta-copy {
    padding: 2rem 1.35rem 0;
  }

  .final-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.62rem;
    margin-top: 1.1rem;
  }

  .final-cta .final-actions {
    padding: 0 1.35rem 2rem;
  }

  .final-actions .btn,
  .final-phone {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .final-phone {
    font-size: 1.24rem;
  }

  .site-footer {
    padding: 42px 18px 34px;
    gap: 1.5rem;
  }

  .footer-brand {
    margin-bottom: 0.18rem !important;
  }

  .chatbot {
    right: 12px;
    bottom: 12px;
  }

  .chatbot-toggle {
    min-height: 44px;
    padding: 0.62rem 0.9rem;
    font-size: 0.88rem;
  }

  .chatbot-panel {
    width: min(340px, calc(100vw - 18px));
  }
}
