/* Alap beállítások */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background-color: #ffffff;
  line-height: 1.6;
}

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

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

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* SZÍNEK */
:root {
  --green: rgb(19, 102, 44);
  --green-dark: #5a9a1f;
  --green-bg: rgb(19, 102, 44);
  --light-bg: rgb(222, 231, 201);
  --hero-bg: rgb(247, 249, 242);
  --dark-overlay: rgba(15, 23, 42, 0.35);
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgb(254, 249, 239);
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.2rem;
  font-size: calc(0.95rem + 8px);
  font-weight: 600;
}

/* AKTÍV MENÜPONT */
.main-nav a.active {
  color: var(--green);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--green);
  transition: width 0.2s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

/* SZEKCIÓK */
.section {
  padding: 4rem 0;
}

.section-light {
  background-color: var(--light-bg);
}

.section-green {
  background-color: var(--green-bg);
  color: #ffffff;
}

/* HERO */
.hero-section {
  background-color: rgb(254, 249, 239);
}

.hero-section .split-text h1 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  color: var(--green);
  margin-bottom: 1rem;
}

.hero-section .split-text p {
  max-width: 32rem;
  color: #374151;
}

/* HERO IMAGE */
.hero-image {
  border-radius: 24px;
  min-height: 500px;
  background-color: #e5e7eb;
  background-size: cover;
  background-position: center;
  background-image: url("kep1.jpg");
}

/* SPLIT */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.split-text h2 {
  color: var(--green);
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

.split-text p {
  color: #374151;
  margin-bottom: 0.75rem;
}

/* IMAGES */
.about-image {
  border-radius: 24px;
  min-height: 400px;
  background-color: #e5e7eb;
  background-size: cover;
  background-position: center;
  background-image: url("kep2.jpg");
}

.reference-image {
  border-radius: 24px;
  min-height: 400px;
  background-color: #e5e7eb;
  background-size: cover;
  background-position: center;
  background-image: url("kep4.jpg");
}

/* ZÖLD SÁV */
.split-green .split-text h2 {
  color: #ffffff;
}

.split-green .split-text p {
  color: #f9fafb;
}

.green-list {
  list-style: none;
  padding-left: 0;
}

.green-list li::before {
  content: "• ";
}

/* KAPCSOLAT */
.contact-section {
  position: relative;
  padding: 0;
  color: #e5e7eb;
  background-image: url("hatter.jpg");
  background-size: cover;
  background-position: center;
}

.contact-overlay {
  position: relative;
  z-index: 1;
  background: var(--dark-overlay);
  padding: 4rem 0;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.contact-main {
  background-color: rgba(15, 23, 42, 0.8);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
}

.contact-main h2 {
  color: #ffffff;
  margin-top: 0;
  font-weight: 700;
  text-decoration: underline;
}

.contact-box {
  background-color: rgba(15, 23, 42, 0.8);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.contact-box + .contact-box {
  margin-top: 1.25rem;
}

.contact-box h3 {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

/* FOOTER */
.site-footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 1rem 0;
}

.footer-inner {
  text-align: center;
  font-size: 0.85rem;
}

/* SECTION-LIGHT FIRST */
.section-light:first-of-type {
  background-color: rgb(254, 249, 239);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner,
  .split,
  .contact-inner {
    grid-template-columns: 1fr;
  }
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 3rem 0;
  }
  .logo img {
    width: 60px;
    height: 60px;
  }
}

.section-mint {
  background-color: rgb(181, 204, 179);
  color: #111827;
}


/* SZOLGÁLTATÁSOK OLDAL – IKONOS CÍMSOROK */
.service-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background-color: rgba(19, 102, 44, 0.08);
  font-size: 1.1rem;
}

/* KÖZÉPRE RAKOTT HALVÁNY KÉPES CSÍKOK */
.image-strip {
  position: relative;
  width: 100%;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(254, 249, 239, 0.2);
}

/* Egyes csíkok képei – szolgáltatások oldal */
.image-strip--hero {
  background-image: url("szolg1.jpg");
}

.image-strip--services {
  background-image: url("szolg2.jpg");
}

.image-strip--fabric {
  background-image: url("szolg3.jpg");
}

.image-strip--offer {
  background-image: url("szolg4.jpg");
}

/* ÁRLISTA OLDAL */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");

.price-page {
  background-color: #efefee;
}

.price-container {
  max-width: 1320px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.price-page-title-wrap {
  margin-bottom: 4.5rem;
}

.price-page-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.3rem);
  line-height: 1;
  font-weight: 500;
  color: var(--green);
  letter-spacing: -0.03em;
}

.price-page-line {
  display: block;
  width: 4.4rem;
  height: 4px;
  margin-top: 1rem;
  background-color: var(--green);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}

.price-section-title,
.price-card h3,
.price-value {
  font-family: "Playfair Display", Georgia, serif;
}

.price-section-title {
  margin: 0 0 2.25rem;
  color: var(--green);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.1;
}

.price-card {
  padding: 0 0 0.9rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.14);
}

.price-card--last {
  margin-bottom: 0;
}

.price-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.2;
}

.price-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem 1.5rem;
}

.price-desc,
.price-list,
.price-note,
.price-cta p {
  color: #000000;
  font-size: 0.96rem;
  line-height: 1.5;
}

.price-desc {
  max-width: 33rem;
  margin: 0.7rem 0 0;
}

.price-note {
  margin: 0.55rem 0 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 0.96rem;
}

.price-list {
  margin-top: 0.35rem;
}

.price-list--extras {
  margin-top: 1rem;
}

.price-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: baseline;
  margin: 0.45rem 0;
}

.price-list-label {
  display: inline-block;
}

.price-list-label--bullet {
  position: relative;
  padding-left: 1.75rem;
}

.price-list-label--bullet::before {
  content: "›";
  position: absolute;
  left: 0.55rem;
  top: -0.02rem;
  color: #000000;
  font-size: 1.1rem;
}

.price-value {
  white-space: nowrap;
  color: var(--green);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.price-cta {
  max-width: 62rem;
  margin: 6rem auto 0;
  text-align: center;
}

.price-cta p {
  margin: 0.35rem 0;
  font-size: 1rem;
}

.price-cta strong {
  color: #000000;
}

@media (max-width: 1024px) {
  .price-layout {
    gap: 2.5rem;
  }

  .price-card-head,
  .price-list-row {
    gap: 1rem;
  }
}

@media (max-width: 900px) {
  .price-layout {
    grid-template-columns: 1fr;
  }

  .price-page-title-wrap {
    margin-bottom: 3rem;
  }

  .price-section-title {
    margin-bottom: 1.75rem;
  }

  .price-cta {
    margin-top: 4rem;
  }
}

@media (max-width: 640px) {
  .price-container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .price-card-head,
  .price-list-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .price-value {
    display: inline-block;
    margin-top: 0.1rem;
  }
}


/* ÁRLISTA – CTA FINOMÍTÁS */
.price-cta p:first-child {
  font-size: 0.95rem;
  color: #000000;
}

.price-cta p:last-child {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--green);
}

/* SZOLGÁLTATÁSOK OLDAL – ÚJ LAYOUT */
.services-page-clean {
  background-color: #efeee8;
}

.services-clean-container {
  max-width: 1280px;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.services-clean-title-wrap {
  text-align: center;
  margin-bottom: 4.5rem;
}

.services-clean-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.3vw, 4.2rem);
  line-height: 1.05;
  font-weight: 400;
  color: var(--green);
}

.services-clean-line {
  display: block;
  width: 68px;
  height: 4px;
  margin: 0.85rem auto 0;
  background-color: var(--green);
}

.services-clean-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.5rem;
  align-items: start;
}

.services-clean-card h2,
.services-frequency-title,
.services-frequency-container h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--green);
}

.services-clean-card h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  line-height: 1.1;
}

.services-clean-intro,
.services-clean-end,
.services-frequency-container p,
.services-frequency-list li {
  color: #000000;
}

.services-clean-intro,
.services-clean-end,
.services-frequency-container p {
  font-size: 1rem;
  line-height: 1.75;
}

.services-clean-intro {
  margin: 0 0 1rem;
}

.services-clean-end {
  margin: 1rem 0 0;
}

.services-clean-list,
.services-frequency-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-clean-list {
  margin-top: 0.9rem;
}

.services-clean-list--no-top-gap {
  margin-top: 1.45rem;
}

.services-clean-list li,
.services-frequency-list li {
  position: relative;
  padding-left: 2rem;
}

.services-clean-list li {
  margin: 0.95rem 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}

.services-clean-list li::before,
.services-frequency-list li::before {
  content: '›';
  position: absolute;
  left: 0.45rem;
  top: -0.02rem;
  color: #000000;
  font-size: 1.55rem;
  line-height: 1;
}

.services-frequency-section {
  background-color: #efeee8;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.services-frequency-container {
  max-width: 1050px;
}

.services-frequency-title {
  margin: 0 0 1.4rem;
  font-size: clamp(2.3rem, 3.1vw, 3.3rem);
  line-height: 1.1;
}

.services-frequency-container h3 {
  margin: 2rem 0 0.85rem;
  font-size: 1.7rem;
  line-height: 1.2;
}

.services-frequency-container p {
  margin: 0 0 1rem;
}

.services-frequency-list {
  margin: 0.2rem 0 1.2rem;
}

.services-frequency-list li {
  margin: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .services-clean-grid {
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .services-clean-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .services-clean-title-wrap {
    margin-bottom: 3rem;
  }

  .services-clean-card h2 {
    font-size: 2.1rem;
  }

  .services-frequency-title {
    font-size: 2.2rem;
  }

  .services-frequency-container h3 {
    font-size: 1.45rem;
  }
}

.services-second-section {
  background-color: rgb(254, 249, 239);
}


/* MOBIL JAVÍTÁSOK – desktop változatlan marad */
@media (max-width: 700px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0 0.85rem;
  }

  .logo img {
    width: 54px;
    height: 54px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
  }

  .main-nav a {
    font-size: 0.95rem;
    line-height: 1.2;
    padding-bottom: 0.15rem;
  }

  .section {
    padding: 2.6rem 0;
  }

  .services-clean-container {
    padding-top: 0.15rem;
    padding-bottom: 0;
  }

  .services-clean-title-wrap {
    margin-bottom: 2.4rem;
  }

  .services-clean-title {
    font-size: 2.1rem;
  }

  .services-clean-line {
    width: 54px;
    margin-top: 0.65rem;
  }

  .services-clean-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-clean-card h2 {
    margin-bottom: 0.9rem;
    font-size: 1.55rem;
  }

  .services-clean-intro,
  .services-clean-end,
  .services-clean-list li,
  .services-frequency-container p,
  .services-frequency-list li {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .services-clean-list li,
  .services-frequency-list li {
    padding-left: 1.55rem;
  }

  .services-clean-list li::before,
  .services-frequency-list li::before {
    left: 0.2rem;
    font-size: 1.25rem;
  }

  .image-strip {
    min-height: 110px;
    background-position: center;
  }

  .services-frequency-container {
    max-width: 100%;
  }

  .services-frequency-title {
    margin-bottom: 1.1rem;
    font-size: 1.95rem;
    line-height: 1.15;
  }

  .services-frequency-container h3 {
    margin: 1.6rem 0 0.65rem;
    font-size: 1.32rem;
    line-height: 1.25;
  }

  .services-frequency-list {
    margin-bottom: 1rem;
  }
}

@media (max-width: 420px) {
  .main-nav {
    gap: 0.45rem 0.8rem;
  }

  .main-nav a {
    font-size: 0.88rem;
  }

  .services-clean-title {
    font-size: 1.9rem;
  }

  .services-frequency-title {
    font-size: 1.75rem;
  }

  .services-clean-card h2 {
    font-size: 1.42rem;
  }
}
