@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-ExtraLightIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/fonts/SourceSansPro-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Constantia';
  src: url('/fonts/constan.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Constantia';
  src: url('/fonts/constanb.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Constantia';
  src: url('/fonts/constani.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Constantia';
  src: url('/fonts/constanz.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-accent: #305568;
  --color-accent-hover: #264455;
  --color-text: #000000;
  --color-text-dark: #333333;
  --color-text-body: #787d85;
  --color-text-light: #8b9199;
  --color-stripe-header: #3b3f4a;
  --color-white: #ffffff;
  --color-bg: #f7f7f7;
  --color-bg-alt: #eaeaea;
  --color-border: #e8e8e8;
  --font-body: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  --font-heading: 'Constantia', 'Source Sans Pro', Georgia, serif;
  --max-width: 1200px;
  --header-height: 60px;
  --footer-bg: #1a1c20;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: var(--color-accent-hover);
}

h1, h2, h3 {
  font-family: var(--font-heading);
  color: var(--color-text-dark);
}

h1 { font-size: 28px; line-height: 36px; font-weight: bold; }
h2 { font-size: 22px; line-height: 30px; font-weight: bold; }
h3 { font-size: 18px; line-height: 26px; font-weight: bold; }

h4, h5, h6 {
  font-family: var(--font-body);
  color: var(--color-text-dark);
  font-weight: 300;
}

h4 { font-size: 20px; line-height: 30px; }
h5 { font-size: 16px; line-height: 26px; }
h6 { font-size: 14px; line-height: 24px; }

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 15px;
}

/* ---- Shared Utility Classes ---- */

.section-heading {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}

.section-heading--italic,
.kap-form-inner h2,
.kap-eler-left h2,
.kap-eler-right h2,
.kap-megk-content h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: italic;
  color: var(--color-stripe-header);
  text-transform: none;
  letter-spacing: 0;
  border: none;
  padding: 0;
}

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

.content-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--color-text);
  margin-bottom: 18px;
  text-align: justify;
}

.content-text--white {
  color: rgba(255,255,255,0.9);
}

.dark-bg {
  background: var(--color-accent);
  color: var(--color-white);
}

.dark-bg h2, .dark-bg h3, .dark-bg h4 {
  color: var(--color-white);
}

.dark-bg p {
  color: rgba(255,255,255,0.9);
}

.dark-bg strong {
  color: var(--color-white);
}

.dark-bg ul, .dark-bg ol, .dark-bg li {
  color: rgba(255,255,255,0.9);
}

.dark-bg li::marker {
  color: var(--color-white);
}

.asymmetric-row {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
}

.col-25 {
  display: none;
}

.col-50 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-75 {
  flex: 0 0 100%;
  max-width: 100%;
}

.scroll-target {
  scroll-margin-top: 70px;
}

/* ---- Top Bar ---- */

.header-topbar {
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 501;
}

.topbar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 6px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topbar-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.topbar-social a {
  color: var(--color-white);
  opacity: 0.7;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}

.topbar-social a:hover {
  opacity: 1;
  color: var(--color-white);
}

.topbar-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.topbar-phone {
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 4px 12px;
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
}

.topbar-phone:hover {
  color: var(--color-white);
  opacity: 0.85;
}

/* ---- Top Bar Icons ---- */

.topbar-icon {
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.8;
}

.topbar-hours {
  color: var(--color-white);
  font-weight: 300;
  opacity: 0.9;
  display: flex;
  align-items: center;
  font-size: 12px;
}

/* ---- Header ---- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: var(--color-white);
  transition: box-shadow 0.3s, transform 0.3s;
}

.site-header.sticky-on {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}

.header-spacer {
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 15px;
  height: var(--header-height);
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 50px;
  width: auto;
}

/* ---- Navigation ---- */

.main-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 99;
}

.main-nav.open {
  display: block;
}

.main-nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0;
  padding: 5px 0;
}

.main-nav > ul > li {
  position: relative;
}

.main-nav > ul > li > a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-dark);
  padding: 12px 25px;
  display: block;
  position: relative;
  transition: color 0.3s;
}

.main-nav > ul > li > a::after {
  display: none;
}

.main-nav > ul > li:hover > a {
  color: var(--color-accent);
}

.main-nav > ul > li.has-submenu {
  position: relative;
}

.main-nav .submenu {
  position: static;
  box-shadow: none;
  min-width: 0;
  display: none;
  padding: 0;
  background: var(--color-bg);
  list-style: none;
}

.main-nav > ul > li.has-submenu.submenu-open > .submenu {
  display: block;
}

.main-nav .submenu li {
  display: block;
}

.main-nav .submenu li a {
  display: block;
  padding: 10px 25px 10px 40px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-dark);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.main-nav .submenu li a:hover {
  background: var(--color-bg);
  color: var(--color-accent);
}

.main-nav .submenu li.active a {
  color: var(--color-accent);
  font-weight: 600;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-text-dark);
  transition: transform 0.3s;
}

/* ---- Header Search ---- */

.header-search {
  display: flex;
  align-items: center;
  margin-left: 5px;
  position: relative;
}

.header-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--color-text-dark);
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.header-search-toggle:hover {
  color: var(--color-accent);
}

.header-search-box {
  position: absolute;
  top: 100%;
  right: -10px;
  width: 260px;
  background: var(--color-white);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s;
  z-index: 600;
}

.header-search.open .header-search-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-search-form {
  display: flex;
  gap: 0;
}

.header-search-input {
  flex: 1;
  padding: 9px 14px;
  border: 1px solid var(--color-border);
  border-right: none;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-dark);
  outline: none;
  transition: border-color 0.3s;
}

.header-search-input:focus {
  border-color: var(--color-accent);
}

.header-search-submit {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: var(--color-white);
  padding: 9px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}

.header-search-submit svg {
  stroke: var(--color-white);
}

.header-search-submit:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
}

/* ---- Hero / Slider Section ---- */

.hero-slider {
  position: relative;
  height: auto;
  min-height: 300px;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  min-height: 300px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide:not(.active) {
  display: none;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 850px;
}

.hero-content h1 {
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.15;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-content p {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 300;
}

.btn-hero {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.8);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
}

.btn-hero:hover {
  background: var(--color-white);
  color: var(--color-accent);
  border-color: var(--color-white);
}

.hero-slider-nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}

.hero-nav-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
}

.hero-nav-btn.active {
  background: var(--color-white);
}

/* ---- Preloader ---- */

#load {
  display: block;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9901;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  transition: all 0.35s ease-out;
}

#load.loader-removed {
  opacity: 0;
  visibility: hidden;
}

.load-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.load-wrap img {
  width: 80px;
  height: 85px;
}

/* ---- Sticky Vertical Labels ---- */

.sticky-label {
  display: none;
}

.vertical-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--color-text-dark);
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 32px 8px;
}

.vertical-label-right {
  color: rgba(255,255,255,0.5);
}

/* ---- Marble Blog Carousel Section ---- */

.marble-box-holder {
  display: flex;
  flex-direction: column;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.marble-spacer {
  display: none;
}

.marble-box {
  flex: 0 0 100%;
  max-width: 100%;
  background-image: url('/images/marble-scaled.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  padding-bottom: 10px;
}

.blog-carousel {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.blog-carousel-card {
  flex: 0 0 200px;
  background: var(--color-white);
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: box-shadow 0.3s;
  scroll-snap-align: start;
}

.blog-carousel-card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.blog-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-carousel-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 14px 16px 18px;
}

.blog-card-date {
  font-size: 11px;
  color: var(--color-text-light);
  letter-spacing: 0.5px;
}

.blog-card-body h3 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-stripe-header);
  margin: 6px 0 10px;
  line-height: 1.4;
}

.blog-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-card-body h3 a:hover {
  color: var(--color-accent);
}

.blog-card-more {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: var(--color-accent);
}

/* ---- About / Bemutatkozás Section (Asymmetric) ---- */

.about-section {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
  background: var(--color-white);
  position: relative;
  overflow: visible;
}

.about-label-col {
  display: none;
}

.about-content-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 25px 15px 35px;
}

.about-spacer-col {
  display: none;
}

.about-section h2 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-stripe-header);
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  color: var(--color-text);
  line-height: 28px;
  margin-bottom: 20px;
}

.about-text h2 {
  display: none;
}

.about-text p {
  margin-bottom: 16px;
  text-align: justify;
}

.btn-outline-dark {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid var(--color-stripe-header);
  color: var(--color-stripe-header);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-outline-dark:hover {
  background: var(--color-stripe-header);
  color: var(--color-white);
}

/* ---- Services / Kezeléseink Section (Asymmetric) ---- */

.services-section {
  display: flex;
  flex-direction: column;
  background: var(--color-accent);
  color: var(--color-white);
  position: relative;
  margin-bottom: 0;
  z-index: 5;
  overflow: hidden;
}

.services-content-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 15px;
}

.services-label-col {
  display: none;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.service-card {
  text-align: left;
  padding: 15px 10px;
}

.service-icon {
  margin-bottom: 8px;
}

.service-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.service-card h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-white);
}

.service-card p {
  font-size: 14px;
  opacity: 0.75;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
}

/* ---- CTA Section ---- */

.cta-section {
  background: var(--color-accent);
  color: var(--color-white);
  padding: 0;
  position: relative;
  z-index: 5;
}

.cta-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-section h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 300;
  color: var(--color-white);
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  flex: 1;
}

.cta-buttons {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.cta-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 15px;
  font-size: 13px;
  color: var(--color-text-body);
  max-width: var(--max-width);
  margin: 0 auto;
}

.cta-contact-info p {
  margin: 0;
}

.cta-contact-info a {
  color: var(--color-accent);
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s;
  text-align: center;
}

.btn-primary {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-white);
}

.btn-primary:hover {
  background: rgba(0,0,0,0.07);
  color: var(--color-white);
}

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-white);
}

.btn-outline:hover {
  background: rgba(0,0,0,0.07);
  color: var(--color-white);
}

/* ---- Footer ---- */

.site-footer {
  background: var(--footer-bg);
  color: var(--color-white);
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 15px 30px;
  display: block;
}

.footer-col-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 170px;
  height: auto;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.footer-logo:hover img {
  opacity: 1;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-white);
  margin-bottom: 15px;
  font-weight: 300;
}

.footer-col p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 300;
}

.footer-col a {
  color: var(--color-white);
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #adadad;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  padding: 4px 0;
}

.footer-col li a {
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom {
  border-top: 1px solid rgba(114,114,114,0.46);
  padding: 12px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #eeeeee;
  background: rgba(114,114,114,0.46);
  min-height: 44px;
}

/* ---- Page Hero (inner pages) ---- */

.page-hero {
  position: relative;
  background-color: var(--color-accent);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(48, 85, 104, 0.7);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ---- Page Content ---- */

.page-content {
  padding: 30px 0 40px;
}

.page-content .container {
  max-width: 900px;
}

.page-content h1 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-stripe-header);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-content h2 {
  margin: 25px 0 12px;
}

.page-content h3 {
  margin: 20px 0 10px;
}

.page-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-stripe-header);
  margin: 16px 0 8px;
}

.page-content p {
  margin-bottom: 12px;
  line-height: 26px;
  color: var(--color-text);
  text-align: justify;
}

.page-content ul,
.page-content ol {
  margin: 10px 0;
  padding-left: 20px;
  color: var(--color-text);
}

.page-content li {
  margin-bottom: 6px;
  line-height: 26px;
}

.page-content strong {
  color: var(--color-stripe-header);
  font-weight: 700;
}

.page-content a {
  color: var(--color-accent);
  text-decoration: underline;
}

.page-content a:hover {
  color: var(--color-accent-hover);
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.page-content th,
.page-content td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-dark);
  font-size: 13px;
}

.page-content th {
  background: var(--color-bg);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-stripe-header);
}

.page-content hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 25px 0;
}

/* ---- Kezelés (treatment detail) page ---- */

.kezeles-hero {
  overflow: visible;
}

.kezeles-hero-inner {
  display: flex;
  flex-direction: column;
}

.kezeles-hero-image {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 220px;
}

.kezeles-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kezeles-hero-title {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 15px;
  background: var(--color-white);
  overflow: visible;
}

.kezeles-hero-title h1 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 300;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 36px;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.kezeles-hero-title h1.kezeles-title-long {
  font-size: 28px;
  line-height: 32px;
  margin-left: 0;
  margin-bottom: 0;
}

.kezeles-section {
  padding: 25px 0;
}

.kezeles-section:first-of-type {
  padding-top: 25px;
}

.kezeles-section-inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
}

.kezeles-section-sidebar {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.kezeles-price-box {
  background-image: url('/images/marble-scaled.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px;
  text-align: center;
  position: static;
}

.kezeles-price-box h3 {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 300;
  color: var(--color-stripe-header);
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
}

.kezeles-price-box .kezeles-price-value {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.kezeles-price-box .kezeles-price-value:last-child {
  margin-bottom: 0;
}

.kezeles-section-spacer {
  display: none;
}

.kezeles-section-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 15px;
}

.kezeles-section-content-dark {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: var(--color-accent);
  padding: 20px 15px;
}

.kezeles-section-label {
  display: none;
}

.kezeles-section-label span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--color-text-dark);
  white-space: nowrap;
  padding: 0 8px;
}

.kezeles-content h2 {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  text-transform: none;
  letter-spacing: 0;
}

.kezeles-content h3 {
  margin: 20px 0 10px;
}

.kezeles-content h4 {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-stripe-header);
  margin: 16px 0 8px;
}

.kezeles-content p,
.blogpost-content.larger p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: var(--color-text);
  margin-bottom: 14px;
  text-align: justify;
}

.kezeles-content strong {
  font-weight: 600;
  color: var(--color-stripe-header);
}

.kezeles-content ul,
.kezeles-content ol,
.blogpost-content ul,
.blogpost-content ol {
  margin: 10px 0;
  padding-left: 20px;
  color: var(--color-text);
}

.kezeles-content li,
.blogpost-content li {
  margin-bottom: 6px;
  line-height: 26px;
  font-size: 15px;
  font-weight: 300;
}

.kezeles-content-dark strong {
  font-weight: 500;
}

/* ---- Kezelések (treatments listing) page ---- */

.kezelesek-hero {
  overflow: hidden;
}

.kezelesek-hero-inner {
  display: flex;
  flex-direction: column;
}

.kezelesek-hero-image {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 250px;
}

.kezelesek-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kezelesek-hero-title {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px 15px;
  background: var(--color-white);
}

.kezelesek-hero-title h1 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.kezelesek-list {
  padding: 0;
}

.kezelesek-row {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.kezelesek-row:first-child {
  margin-top: 30px;
}

.kezelesek-row:last-child {
  margin-bottom: 40px;
}

.kezelesek-spacer {
  display: none;
}

.kezelesek-content {
  flex: 0 0 100%;
  max-width: 100%;
  background: var(--color-accent);
}

.kezelesek-link {
  display: flex;
  padding: 20px 15px;
  text-decoration: none;
  color: var(--color-white);
  transition: opacity 0.3s;
}

.kezelesek-link:hover {
  color: var(--color-white);
  opacity: 0.92;
}

.kezelesek-icon-col {
  flex: 0 0 50px;
  max-width: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
}

.kezelesek-icon-col img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.kezelesek-text-col {
  flex: 1;
  max-width: none;
  padding-right: 0;
  padding-left: 10px;
}

.kezelesek-text-col h2 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  padding: 0;
}

.kezelesek-text-col p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  text-align: left;
}

/* ---- Kapcsolat Page ---- */

.contact-alert {
  padding: 14px 16px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-alert-success {
  background: #e8f5e9;
  color: #2e7d32;
  border-left: 4px solid #2e7d32;
}

.contact-alert-error {
  background: #fce4ec;
  color: #c62828;
  border-left: 4px solid #c62828;
}

/* -- Időpontfoglalás form section -- */

.kap-form-section {
  scroll-margin-top: 70px;
  overflow: hidden;
}

.kap-form-row {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}

.kap-form-bg {
  flex: 1;
  background-image: url('/images/marble-scaled.jpg');
  background-size: cover;
  background-position: center;
  padding: 30px 15px 40px;
  position: relative;
  box-shadow: none;
}

.kap-form-bg::before {
  display: none;
}

.kap-form-label {
  display: none;
}

.kap-form-label .vertical-label {
  color: var(--color-text-dark);
}

.kap-form-inner {
  max-width: 100%;
}

.kap-form-inner h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.kap-form-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-body);
  margin-bottom: 30px;
  text-align: left;
}

.kap-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.kap-field input,
.kap-field textarea,
.kap-field select {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-dark);
  background: transparent;
  transition: border-color 0.3s;
  outline: none;
}

.kap-field input::placeholder,
.kap-field textarea::placeholder {
  color: #888;
  font-weight: 300;
}

.kap-field input:focus,
.kap-field textarea:focus,
.kap-field select:focus {
  border-bottom-color: var(--color-accent);
}

.kap-field-message {
  grid-row: auto;
  grid-column: auto;
}

.kap-field-message textarea {
  height: auto;
  min-height: 100px;
  border: 1px solid #ccc;
  resize: vertical;
}

.kap-field-message textarea:focus {
  border-color: var(--color-accent);
}

.kap-hint {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
  font-weight: 300;
}

.kap-select-label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  font-weight: 300;
}

.kap-field select {
  appearance: auto;
  cursor: pointer;
}

.kap-gdpr {
  margin-top: 30px;
}

.kap-gdpr-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 10px;
}

.kap-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.kap-check input[type="checkbox"] {
  margin-top: 4px;
  width: auto;
  flex-shrink: 0;
}

.kap-check label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-body);
}

.kap-check label a {
  color: var(--color-accent);
  text-decoration: underline;
}

.kap-submit {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 14px 40px;
  background: var(--color-accent);
  color: var(--color-white);
  border: 2px solid var(--color-accent);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.kap-submit:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
}

/* -- Promo strip -- */

.kap-promo {
  padding: 20px 0;
  overflow: hidden;
}

.kap-promo-box {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 15px;
  background: var(--color-accent);
  position: relative;
}

.kap-promo-box::after {
  display: none;
}

.kap-promo-box p {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.kap-promo-box a {
  color: var(--color-white);
  text-decoration: underline;
  font-weight: 400;
}

.kap-promo-box a:hover {
  opacity: 0.85;
}

/* -- Shared section layout -- */

.kap-section {
  scroll-margin-top: 70px;
}

.kap-section-inner {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
}

.kap-section-label-left,
.kap-section-label-right {
  display: none;
}

.kap-section-content {
  flex: 1;
  min-width: 0;
  padding: 0 15px;
}

/* -- Elérhetőség section -- */

.kap-elerhetoseg {
  padding: 30px 0;
}

.kap-eler-cols {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.kap-eler-left {
  flex: 1;
}

.kap-eler-right {
  flex: 1;
}

.kap-eler-left h2,
.kap-eler-right h2 {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.kap-eler-left h2:first-child,
.kap-eler-right h2:first-child {
  margin-top: 0;
}

.kap-eler-left p,
.kap-eler-right p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-body);
  margin-bottom: 4px;
}

.kap-eler-left a,
.kap-eler-right a {
  color: var(--color-accent);
  text-decoration: none;
}

.kap-eler-left a:hover,
.kap-eler-right a:hover {
  text-decoration: underline;
}

.kap-phone-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
  margin-top: 20px;
}

/* -- Map -- */

.kap-map {
  padding: 0;
}

.kap-map-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.kap-map-inner iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* -- Megközelítés section -- */

.kap-megkozelites {
  scroll-margin-top: 70px;
  overflow: hidden;
}

.kap-megk-row {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}

.kap-megk-dark {
  flex: 1;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 25px 15px 35px;
  position: relative;
}

.kap-megk-dark::before {
  display: none;
}

.kap-megk-content h2 {
  font-size: 18px;
  color: var(--color-white);
  margin: 20px 0 12px;
}

.kap-megk-content h2:first-child {
  margin-top: 0;
}

.kap-megk-content p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
  text-align: justify;
}

.kap-megk-content p strong {
  color: var(--color-white);
}

.kap-megk-label {
  display: none;
}

.kap-megk-label .vertical-label {
  color: var(--color-text-dark);
}

/* ---- Árak Page ---- */

.arak-section .container {
  max-width: 1100px;
}

.arak-labeled-section {
  margin-bottom: 10px;
}

.arak-labeled-section .arak-label-col {
  display: none;
}

.arak-labeled-section .arak-main-col {
  flex: 1;
  min-width: 0;
}

.arak-group h2 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-accent);
}

.arak-table {
  margin-bottom: 20px;
}

.arak-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 13px;
  color: var(--color-text-dark);
  gap: 12px;
}

.arak-row:hover {
  background: var(--color-bg);
}

.arak-name {
  flex: 1;
  min-width: 0;
}

.arak-price {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
}

.arak-footer-info {
  margin-top: 40px;
  padding-top: 20px;
}

.arak-footer-info h2 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.arak-footer-info ul {
  margin-top: 10px;
}

/* ---- Rolunk (About) Page ---- */

.rolunk-page .container {
  max-width: 1100px;
}

.rolunk-labeled-section {
  margin-bottom: 10px;
}

.rolunk-labeled-section .rolunk-label-col {
  display: none;
}

.rolunk-labeled-section .rolunk-main-col {
  flex: 1;
  min-width: 0;
}

.rolunk-intro {
  margin-bottom: 30px;
}

.rolunk-section {
  margin-bottom: 30px;
}

.team-section {
  margin-bottom: 30px;
}

.team-section h2,
.rolunk-section h2,
.page-content h2 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-stripe-header);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rolunk-section h3 {
  margin: 20px 0 10px;
}

.rolunk-section h3,
.page-content h3,
.kezeles-content h2,
.kezeles-content h3,
.blogpost-content h2,
.blogpost-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--color-stripe-header);
}

.kezeles-content h2,
.blogpost-content h2 {
  font-size: 20px;
}

.rolunk-section h3,
.page-content h3,
.kezeles-content h3,
.blogpost-content h3 {
  font-size: 16px;
}

.rolunk-section p,
.rolunk-intro p {
  margin-bottom: 12px;
  line-height: 26px;
  text-align: justify;
}

.rolunk-section ul,
.rolunk-section ol {
  margin: 10px 0;
  padding-left: 20px;
}

.rolunk-section li {
  margin-bottom: 6px;
  line-height: 26px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.team-card {
  text-align: center;
}

.team-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 8px;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s;
}

.team-card:hover .team-photo img {
  transform: scale(1.03);
}

.team-card h4 {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 400;
  color: var(--color-stripe-header);
  margin-bottom: 3px;
}

.team-card p {
  font-size: 11px;
  color: var(--color-text-body);
  line-height: 1.4;
}

a.team-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ── Staff Detail Page ── */

.staff-detail {
  padding: 25px 0 40px;
}

.staff-detail-container {
  max-width: 750px;
}

.staff-detail-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.staff-detail-info {
  flex: 1;
}

.staff-detail-name {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 300;
  color: var(--color-text-dark);
  line-height: 1.15;
  margin-bottom: 8px;
}

.staff-detail-role {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-body);
  line-height: 1.4;
}

.staff-detail-photo {
  flex: none;
  max-width: 180px;
  order: -1;
}

.staff-detail-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-detail-bio {
  margin-bottom: 40px;
}

.staff-detail-bio p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-dark);
  text-align: left;
  margin-bottom: 16px;
}

.staff-detail-bio p:last-child {
  margin-bottom: 0;
}

/* Gallery */

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 25px;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.munkaink-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.munkaink-item {
  overflow: hidden;
}

.munkaink-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.munkaink-item:hover img {
  transform: scale(1.03);
}

/* ---- Blog Hero (listing page) ---- */

.blog-hero {
  overflow: hidden;
}

.blog-hero-inner {
  display: flex;
  flex-direction: column;
}

.blog-hero-image {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 220px;
}

.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-hero-title {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px 15px;
  background: var(--color-white);
}

.blog-hero-title h1 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  color: var(--color-stripe-header);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

/* ---- Blog Listing (side-overlap alternating rows) ---- */

.blog-listing {
  padding: 0;
}

.blog-list-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 15px 40px;
}

.blog-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  min-height: 0;
}

.blog-row-thumb {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 180px;
}

.blog-row-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.blog-row:hover .blog-row-thumb img {
  transform: scale(1.03);
}

.blog-row-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: var(--color-bg-alt);
}

.blog-row-content {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}

.blog-row-content-bg {
  background: var(--color-white);
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--color-border);
  border-top: none;
}

.blog-row-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-stripe-header);
  line-height: 1.4;
  margin-bottom: 15px;
}

.blog-row-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-row-title a:hover {
  color: var(--color-accent);
}

.blog-row-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s;
}

.blog-row-more:hover {
  color: var(--color-accent-hover);
}

.blog-row-more svg {
  stroke: currentColor;
  transition: transform 0.3s;
}

.blog-row-more:hover svg {
  transform: translateX(3px);
}

/* ---- Blog Post Page ---- */

.blogpost-hero {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blogpost-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

.blogpost-body {
  padding: 0 0 50px;
}

.blogpost-row {
  display: flex;
  flex-direction: column;
  max-width: var(--max-width);
  margin: 0 auto;
}

.blogpost-spacer {
  display: none;
}

.blogpost-main {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 25px 15px 0;
  background: var(--color-white);
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.blogpost-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-stripe-header);
  margin-bottom: 20px;
  line-height: 1.4;
}

.blogpost-content {
  margin-bottom: 30px;
}

.blogpost-content h1 {
  display: none;
}

.blogpost-content h2 {
  margin: 25px 0 12px;
  border: none;
  padding: 0;
}

.blogpost-content h3 {
  margin: 20px 0 10px;
}

.blogpost-content img {
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}

.blogpost-content a {
  color: var(--color-accent);
  text-decoration: underline;
}

.blogpost-back {
  padding-top: 15px;
  border-top: 1px solid var(--color-border);
}

/* ---- Search Results Page ---- */

.search-page .container {
  max-width: 800px;
}

.search-page-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.search-page-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-dark);
  outline: none;
  transition: border-color 0.3s;
}

.search-page-input:focus {
  border-color: var(--color-accent);
}

.search-results-count {
  font-size: 15px;
  color: var(--color-text-body);
  margin-bottom: 20px;
}

.search-result-item {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border);
}

.search-result-item h2 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  border: none;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}

.search-result-item h2 a {
  color: var(--color-accent);
  text-decoration: none;
}

.search-result-item h2 a:hover {
  text-decoration: underline;
}

.search-result-type {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-white);
  background: var(--color-accent);
  padding: 2px 8px;
  margin-bottom: 6px;
}

.search-result-item p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text-body);
  margin: 0;
}

.search-no-results {
  font-size: 15px;
  color: var(--color-text-body);
  padding: 30px 0;
}

/* ---- Go to Top ---- */

.go-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: var(--color-accent);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 50;
}

.go-top:hover {
  color: var(--color-white);
  background: var(--color-accent-hover);
}

.go-top.visible {
  opacity: 1;
  visibility: visible;
}

/* ---- 404 Page ---- */

.error-page {
  text-align: center;
  padding: 50px 20px;
}

.error-page h1 {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--color-accent);
  font-weight: 300;
}

.error-page p {
  font-size: 16px;
  color: var(--color-text-body);
  margin: 12px 0 25px;
}

/* ========================================
   RESPONSIVE: MOBILE-FIRST (min-width)
   ======================================== */

/* ---- Small tablets (481px+) ---- */

@media (min-width: 481px) {
  .container {
    padding: 0 20px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .hero-content h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-content {
    padding: 0 25px;
  }

  .marble-box {
    padding: 20px;
  }

  .blog-carousel-card {
    flex: 0 0 220px;
  }

  .blog-card-body {
    padding: 18px 20px 22px;
  }

  .blog-card-body h3 {
    font-size: 16px;
  }

  .about-content-col {
    padding: 30px 20px 40px;
  }

  .services-content-col {
    padding: 40px 20px;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-icon img {
    width: 48px;
    height: 48px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 16px;
  }

  .cta-inner {
    padding: 25px 20px;
  }

  .cta-contact-info {
    flex-direction: row;
    gap: 30px;
    padding: 10px 20px 15px;
    font-size: 14px;
  }

  .footer-inner {
    padding: 0 20px 30px;
  }

  .footer-bottom {
    padding: 12px 20px;
    font-size: 13px;
  }

  .topbar-inner {
    padding: 6px 20px;
  }

  .header-inner {
    padding: 0 20px;
  }

  .kap-form-bg {
    padding: 40px 20px 50px;
  }

  .kap-form-inner h2 {
    font-size: 26px;
  }

  .kap-promo-box {
    padding: 25px 20px;
  }

  .kap-section-content {
    padding: 0 20px;
  }

  .kap-megk-dark {
    padding: 30px 20px 40px;
  }

  .kap-megk-content h2 {
    font-size: 20px;
  }

  .kap-eler-left h2,
  .kap-eler-right h2 {
    font-size: 20px;
  }

  .kap-elerhetoseg {
    padding: 40px 0;
  }

  .kap-map-inner iframe {
    height: 300px;
  }

  .blogpost-hero {
    height: 220px;
  }

  .blogpost-main {
    padding: 30px 20px 0;
  }

  .blogpost-title {
    font-size: 22px;
  }

  .blog-list-wrap {
    padding: 30px 20px 60px;
  }

  .kezeles-hero-image {
    max-height: 250px;
  }

  .kezeles-hero-title {
    padding: 25px 20px;
  }

  .kezeles-hero-title h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .kezeles-hero-title h1.kezeles-title-long {
    font-size: 30px;
    line-height: 34px;
  }

  .kezeles-section {
    padding: 30px 0;
  }

  .kezeles-section-content,
  .kezeles-section-content-dark {
    padding: 25px 20px;
  }

  .kezeles-section-sidebar {
    padding: 0 20px;
  }

  .page-hero h1 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .page-content {
    padding: 40px 0 50px;
  }

  .staff-detail-name {
    font-size: 32px;
  }

  .staff-detail-photo {
    max-width: 220px;
  }

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

  .kezelesek-hero-title {
    padding: 25px 20px;
  }

  .kezelesek-link {
    padding: 25px 20px;
  }

  .kezelesek-icon-col {
    flex: 0 0 60px;
    max-width: 60px;
  }

  .kezelesek-icon-col img {
    width: 48px;
    height: 48px;
  }

  .arak-row {
    font-size: 14px;
    padding: 10px 0;
  }

  .arak-group h2 {
    font-size: 20px;
  }

  .blog-row-title {
    font-size: 18px;
  }

  .search-page-form {
    flex-direction: row;
  }

  .content-text {
    font-size: 17px;
    line-height: 29px;
  }

  .kezeles-content p,
  .blogpost-content.larger p {
    font-size: 16px;
    line-height: 28px;
  }

  .kezeles-content li,
  .blogpost-content li {
    font-size: 16px;
    line-height: 28px;
  }

  .load-wrap img {
    width: 103px;
    height: 110px;
  }
}

/* ---- Tablets (769px+) ---- */

@media (min-width: 769px) {
  :root {
    --header-height: 90px;
  }

  h1 { font-size: 42px; line-height: 52px; }
  h2 { font-size: 28px; line-height: 38px; }
  h3 { font-size: 22px; line-height: 30px; }

  .container {
    padding: 0 30px;
  }

  .scroll-target {
    scroll-margin-top: 100px;
  }

  .topbar-inner {
    flex-direction: row;
    padding: 8px 30px;
    gap: 0;
    text-align: left;
  }

  .topbar-phone {
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .topbar-hours {
    font-size: 13px;
  }

  .header-topbar {
    font-size: 13px;
  }

  .header-inner {
    padding: 0 30px;
    height: var(--header-height);
  }

  .header-spacer {
    height: var(--header-height);
  }

  .logo-img {
    height: 65px;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    display: block;
    position: static;
    box-shadow: none;
  }

  .main-nav ul {
    flex-direction: row;
  }

  .main-nav > ul > li > a {
    padding: 35px 14px;
  }

  .main-nav > ul > li > a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--color-accent);
    transform: scaleX(0);
    transition: transform 0.3s;
  }

  .main-nav > ul > li:hover > a::after,
  .main-nav > ul > li.active > a::after {
    transform: scaleX(1);
  }

  .main-nav .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-white);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    min-width: 240px;
    z-index: 200;
    padding: 8px 0;
    display: none;
  }

  .main-nav > ul > li.has-submenu:hover > .submenu {
    display: block;
  }

  .main-nav .submenu li a {
    padding: 9px 22px;
  }

  .header-search {
    margin-left: 10px;
  }

  .header-search-box {
    width: 280px;
    right: 0;
  }

  .header-search-input {
    font-size: 14px;
  }

  .hero-slider {
    height: 450px;
    min-height: 0;
  }

  .hero-slide {
    position: absolute;
    inset: 0;
    min-height: 0;
    padding: 0;
  }

  .hero-slide:not(.active) {
    display: flex;
  }

  .hero-content {
    padding: 0 40px;
  }

  .hero-content h1 {
    font-size: 52px;
    letter-spacing: 3px;
  }

  .hero-content p {
    font-size: 20px;
    line-height: 1.5;
  }

  .btn-hero {
    padding: 14px 40px;
    font-size: 13px;
  }

  .marble-box-holder {
    flex-direction: row;
    margin-top: -100px;
  }

  .marble-spacer {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .marble-box {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 30px;
  }

  .about-section {
    flex-direction: row;
    padding: 20px 0 0;
  }

  .about-label-col {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .about-content-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 0 50px;
  }

  .about-spacer-col {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .about-section h2 {
    font-size: 26px;
  }

  .about-text {
    font-size: 18px;
    line-height: 32px;
  }

  .sticky-label {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start;
  }

  .services-section {
    flex-direction: row;
    margin-bottom: -60px;
    overflow: visible;
  }

  .services-content-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 40px 30px;
  }

  .services-label-col {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .cta-inner {
    flex-direction: row;
    text-align: left;
    padding: 25px 30px;
    gap: 20px;
  }

  .cta-section h3 {
    font-size: 18px;
  }

  .cta-contact-info {
    gap: 40px;
    padding: 10px 30px 15px;
  }

  .footer-inner {
    padding: 0 30px 40px;
  }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-col p,
  .footer-col li a {
    font-size: 15px;
  }

  .footer-bottom {
    padding: 10px 30px;
  }

  .page-hero {
    padding: 55px 0;
  }

  .page-hero h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .page-content {
    padding: 50px 0 60px;
  }

  .page-content p {
    line-height: 28px;
    margin-bottom: 15px;
  }

  .page-content th,
  .page-content td {
    padding: 12px 15px;
    font-size: 14px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .team-card h4 {
    font-size: 14px;
  }

  .rolunk-labeled-section {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .rolunk-labeled-section .rolunk-label-col {
    display: block;
    flex: 0 0 60px;
  }

  .rolunk-labeled-section .rolunk-main-col {
    flex: 1;
    min-width: 0;
  }

  .rolunk-labeled-section--right {
    flex-direction: row;
  }

  .rolunk-labeled-section--right .rolunk-label-col {
    order: 2;
  }

  .rolunk-labeled-section--right .rolunk-main-col {
    order: 1;
  }

  .arak-labeled-section {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .arak-labeled-section .arak-label-col {
    display: block;
    flex: 0 0 60px;
  }

  .arak-labeled-section .arak-main-col {
    flex: 1;
    min-width: 0;
  }

  .arak-labeled-section--right {
    flex-direction: row;
  }

  .arak-labeled-section--right .arak-label-col {
    order: 2;
  }

  .arak-labeled-section--right .arak-main-col {
    order: 1;
  }

  .rolunk-section,
  .team-section {
    margin-bottom: 50px;
  }

  .rolunk-section p,
  .rolunk-intro p {
    line-height: 28px;
  }

  .team-section h2,
  .rolunk-section h2,
  .page-content h2 {
    font-size: 22px;
  }

  .staff-detail {
    padding: 40px 0 60px;
  }

  .staff-detail-top {
    flex-direction: row;
    gap: 40px;
  }

  .staff-detail-photo {
    flex: 0 0 240px;
    max-width: 240px;
    order: 0;
  }

  .staff-detail-name {
    font-size: 38px;
  }

  .staff-detail-role {
    font-size: 16px;
  }

  .staff-detail-bio p {
    font-size: 15px;
    text-align: justify;
  }

  .kezeles-hero-inner {
    flex-direction: row;
  }

  .kezeles-hero-image {
    flex: 0 0 75%;
    max-width: 75%;
    max-height: 350px;
  }

  .kezeles-hero-title {
    flex: 0 0 25%;
    max-width: 25%;
    align-items: flex-end;
    padding: 30px 20px;
  }

  .kezeles-hero-title h1 {
    font-size: 60px;
    line-height: 60px;
    margin-left: -180px;
    margin-bottom: -20px;
  }

  .kezeles-hero-title h1.kezeles-title-long {
    font-size: 40px;
    line-height: 44px;
    margin-left: -120px;
    margin-bottom: -15px;
  }

  .kezeles-section {
    padding: 50px 0;
  }

  .kezeles-section-inner {
    flex-direction: row;
  }

  .kezeles-section-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }

  .kezeles-section-spacer {
    display: block;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .kezeles-section-content {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 30px;
  }

  .kezeles-section-content-dark {
    flex: 0 0 95%;
    max-width: 95%;
    padding: 30px;
  }

  .kezeles-price-box {
    position: sticky;
    top: 120px;
    padding: 35px 20px 25px;
  }

  .kezeles-content p,
  .blogpost-content.larger p {
    font-size: 17px;
    line-height: 29px;
  }

  .kezeles-content li,
  .blogpost-content li {
    font-size: 17px;
    line-height: 29px;
  }

  .kezelesek-hero-inner {
    flex-direction: row;
  }

  .kezelesek-hero-image {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kezelesek-hero-title {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px 20px;
  }

  .kezelesek-hero-title h1 {
    font-size: 32px;
  }

  .kezelesek-row {
    flex-direction: row;
    margin-top: 40px;
  }

  .kezelesek-row:first-child {
    margin-top: 60px;
  }

  .kezelesek-row:last-child {
    margin-bottom: 80px;
  }

  .kezelesek-spacer {
    display: block;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .kezelesek-content {
    flex: 0 0 85%;
    max-width: 85%;
  }

  .kezelesek-link {
    padding: 30px;
  }

  .kezelesek-icon-col {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .kezelesek-icon-col img {
    width: 60px;
    height: 60px;
  }

  .kezelesek-text-col {
    flex: 1;
    padding-left: 0;
    padding-right: 30px;
  }

  .kezelesek-text-col h2 {
    font-size: 22px;
  }

  .kezelesek-text-col p {
    font-size: 15px;
    line-height: 26px;
  }

  .blog-hero-inner {
    flex-direction: row;
  }

  .blog-hero-image {
    flex: 0 0 75%;
    max-width: 75%;
    max-height: 350px;
  }

  .blog-hero-title {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px 20px;
  }

  .blog-hero-title h1 {
    font-size: 32px;
  }

  .blog-row {
    flex-direction: row;
    min-height: 260px;
  }

  .blog-row-even {
    flex-direction: row;
  }

  .blog-row-odd {
    flex-direction: row-reverse;
  }

  .blog-row-thumb {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 0;
  }

  .blog-row-content {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-row-content-bg {
    padding: 25px 30px;
    border-top: 1px solid var(--color-border);
  }

  .blog-row-even .blog-row-content-bg {
    border-left: none;
  }

  .blog-row-odd .blog-row-content-bg {
    border-right: none;
  }

  .blog-list-wrap {
    padding: 40px 30px 70px;
  }

  .blogpost-hero {
    height: 300px;
  }

  .blogpost-main {
    max-width: 800px;
    margin: -40px auto 0;
    padding: 40px 40px 0;
  }

  .blogpost-title {
    font-size: 24px;
  }

  .blogpost-body {
    padding: 0 0 70px;
  }

  .kap-form-section {
    scroll-margin-top: 100px;
  }

  .kap-section {
    scroll-margin-top: 100px;
  }

  .kap-megkozelites {
    scroll-margin-top: 100px;
  }

  .kap-form-row {
    flex-direction: row;
  }

  .kap-form-bg {
    padding: 50px 30px 60px;
    box-shadow: 8px 0 24px -4px rgba(0,0,0,0.12);
  }

  .kap-form-bg::before {
    display: block;
  }

  .kap-form-label {
    display: block;
    flex: 0 0 160px;
    max-width: 160px;
    padding-top: 50px;
    background: var(--color-white);
  }

  .kap-form-inner h2 {
    font-size: 28px;
  }

  .kap-form-desc {
    font-size: 15px;
    text-align: justify;
  }

  .kap-form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
  }

  .kap-field-message {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .kap-submit {
    display: inline-block;
    width: auto;
  }

  .kap-promo-box {
    padding: 30px;
  }

  .kap-promo-box::after {
    display: block;
  }

  .kap-promo-box p {
    font-size: 17px;
  }

  .kap-section-inner {
    flex-direction: row;
  }

  .kap-section-label-left {
    display: block;
    flex: 0 0 100px;
    max-width: 100px;
    padding-top: 40px;
  }

  .kap-section-label-right {
    display: block;
    flex: 0 0 100px;
    max-width: 100px;
    padding-top: 40px;
  }

  .kap-section-content {
    padding: 0 30px;
  }

  .kap-eler-cols {
    flex-direction: row;
    gap: 40px;
  }

  .kap-eler-left h2,
  .kap-eler-right h2 {
    font-size: 22px;
  }

  .kap-elerhetoseg {
    padding: 50px 0;
  }

  .kap-map-inner {
    padding: 0 30px 0 130px;
  }

  .kap-map-inner iframe {
    height: 400px;
  }

  .kap-megk-row {
    flex-direction: row;
  }

  .kap-megk-dark {
    padding: 40px 30px 50px;
  }

  .kap-megk-dark::before {
    display: block;
  }

  .kap-megk-label {
    display: block;
    flex: 0 0 100px;
    max-width: 100px;
    padding-top: 40px;
    background: var(--color-white);
  }

  .kap-megk-content h2 {
    font-size: 22px;
  }

  .kap-megk-content p {
    font-size: 15px;
  }

  .kap-phone-note {
    font-size: 15px;
  }

  .kap-eler-left p,
  .kap-eler-right p {
    font-size: 15px;
  }

  .asymmetric-row {
    flex-direction: row;
  }

  .col-25 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .content-text {
    font-size: 18px;
    line-height: 30px;
  }

  .arak-row {
    font-size: 15px;
  }

  .error-page {
    padding: 80px 30px;
  }

  .error-page h1 {
    font-size: 80px;
  }
}

/* ---- Desktop (901px+) ---- */

@media (min-width: 901px) {
  .container {
    padding: 0 50px;
  }

  h1 { font-size: 52px; line-height: 62px; }
  h2 { font-size: 34px; line-height: 44px; }
  h3 { font-size: 24px; line-height: 34px; }

  .topbar-inner {
    padding: 10px 50px;
  }

  .topbar-left {
    gap: 25px;
  }

  .topbar-right {
    gap: 20px;
  }

  .header-inner {
    padding: 0 50px;
  }

  .logo-img {
    height: 75px;
  }

  .main-nav > ul > li > a {
    padding: 35px 18px;
  }

  .main-nav > ul > li > a::after {
    left: 18px;
    right: 18px;
  }

  .header-search {
    margin-left: 15px;
  }

  .header-search-box {
    width: 300px;
  }

  .hero-slider {
    height: 600px;
  }

  .hero-content {
    padding: 0 60px;
  }

  .hero-content h1 {
    font-size: 84px;
    letter-spacing: 4px;
  }

  .hero-content p {
    font-size: 24px;
  }

  .marble-box-holder {
    margin-top: -160px;
  }

  .marble-box {
    padding: 40px;
  }

  .about-content-col {
    padding: 80px 0 60px;
  }

  .about-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .about-text {
    font-size: 20px;
    line-height: 36px;
  }

  .services-content-col {
    padding: 40px;
    padding-left: 50px;
  }

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    column-gap: 10px;
  }

  .cta-inner {
    padding: 25px 50px;
  }

  .cta-contact-info {
    gap: 50px;
    padding: 10px 50px 15px;
  }

  .footer-inner {
    padding: 0 50px 40px;
  }

  .footer-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-col p {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-col li a {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 10px 50px;
  }

  .footer-logo img {
    width: 200px;
  }

  .page-hero h1 {
    font-size: 32px;
    letter-spacing: 3px;
  }

  .page-content h1 {
    font-size: 28px;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .kezeles-section-label {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    align-items: flex-start;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    align-self: flex-start;
    height: auto;
  }

  .kezeles-section-spacer {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kezeles-section-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
  }

  .kezeles-section-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 60px;
  }

  .kezeles-section-content-dark {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 40px 60px;
  }

  .kezeles-section {
    padding: 60px 0;
  }

  .kezeles-hero-image {
    max-height: 400px;
  }

  .kezeles-hero-title {
    padding: 40px 30px;
  }

  .kezeles-hero-title h1 {
    font-size: 100px;
    line-height: 100px;
    margin-left: -350px;
    margin-bottom: -30px;
  }

  .kezeles-hero-title h1.kezeles-title-long {
    font-size: 60px;
    line-height: 65px;
    margin-left: -250px;
    margin-bottom: -20px;
  }

  .kezeles-price-box {
    padding: 40px 20px 30px;
  }

  .kezeles-content p,
  .blogpost-content.larger p {
    font-size: 18px;
    line-height: 30px;
  }

  .kezeles-content li,
  .blogpost-content li {
    font-size: 18px;
    line-height: 30px;
  }

  .kezelesek-hero-title h1 {
    font-size: 36px;
  }

  .kezelesek-row {
    margin-top: 60px;
  }

  .kezelesek-row:first-child {
    margin-top: 80px;
  }

  .kezelesek-row:last-child {
    margin-bottom: 130px;
  }

  .kezelesek-spacer {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kezelesek-content {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kezelesek-link {
    padding: 40px;
  }

  .kezelesek-icon-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kezelesek-icon-col img {
    width: 72px;
    height: 72px;
  }

  .kezelesek-text-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 60px;
  }

  .kezelesek-text-col h2 {
    font-size: 24px;
  }

  .kezelesek-text-col p {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-hero-image {
    max-height: 400px;
  }

  .blog-hero-title {
    padding: 40px 30px;
  }

  .blog-hero-title h1 {
    font-size: 36px;
  }

  .blog-row-thumb {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .blog-row-content {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .blog-row-content-bg {
    padding: 40px 45px;
  }

  .blog-row-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .blog-list-wrap {
    padding: 40px 50px 80px;
  }

  .blogpost-hero {
    height: 360px;
  }

  .blogpost-main {
    max-width: 850px;
    margin: -60px auto 0;
    padding: 50px 50px 0;
  }

  .blogpost-title {
    font-size: 28px;
  }

  .blogpost-body {
    padding: 0 0 80px;
  }

  .kap-form-bg {
    padding: 70px 60px 80px 50px;
  }

  .kap-form-label {
    flex: 0 0 200px;
    max-width: 200px;
    padding-top: 70px;
  }

  .kap-form-inner h2 {
    font-size: 32px;
  }

  .kap-form-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
  }

  .kap-field-message {
    grid-row: 1 / 3;
    grid-column: 3;
  }

  .kap-field input,
  .kap-field textarea,
  .kap-field select {
    font-size: 15px;
    padding: 14px 16px;
  }

  .kap-promo-box {
    padding: 35px 50px 35px 170px;
  }

  .kap-promo-box p {
    font-size: 18px;
    line-height: 1.7;
  }

  .kap-section-label-left {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .kap-section-label-right {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .kap-section-content {
    padding: 0 50px;
  }

  .kap-eler-cols {
    gap: 60px;
  }

  .kap-eler-left h2,
  .kap-eler-right h2 {
    font-size: 24px;
  }

  .kap-elerhetoseg {
    padding: 60px 0;
  }

  .kap-map-inner {
    padding: 0 50px 0 170px;
  }

  .kap-map-inner iframe {
    height: 500px;
  }

  .kap-megk-dark {
    padding: 60px 60px 80px 50px;
  }

  .kap-megk-label {
    flex: 0 0 120px;
    max-width: 120px;
    padding-top: 60px;
  }

  .kap-megk-content h2 {
    font-size: 24px;
  }

  .staff-detail-name {
    font-size: 42px;
  }

  .staff-detail-photo {
    flex: 0 0 260px;
    max-width: 260px;
  }

  .go-top {
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
