/* ============================================================
   Tarsashazszellozes v3 — Professional Minimalist Corporate
   Colors: #59a03d (primary green), #1c2b1e (dark), #f7f9f7 (light)
   Font: Poppins (Google Fonts)
   ============================================================ */

/* --- Reset & Base ----------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  background: #fff;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #59a03d; text-decoration: none; transition: color .2s; }
a:hover { color: #3d7a29; }
ul { list-style: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Typography ------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1c2b1e;
}
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }

p { margin-bottom: 1rem; color: #555; }
p:last-child { margin-bottom: 0; }

.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #59a03d;
  margin-bottom: .75rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-intro {
  font-size: 1.05rem;
  color: #666;
  max-width: 680px;
}

/* --- Buttons ---------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s, transform .15s, box-shadow .2s;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: #59a03d;
  color: #fff;
  border-color: #59a03d;
}
.btn-primary:hover {
  background: #4a8a32;
  border-color: #4a8a32;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(89,160,61,.3);
}
.btn-outline {
  background: transparent;
  color: #59a03d;
  border-color: #59a03d;
}
.btn-outline:hover {
  background: #59a03d;
  color: #fff;
  transform: translateY(-1px);
}
.btn-white {
  background: #fff;
  color: #59a03d;
  border-color: #fff;
}
.btn-white:hover {
  background: #f0fae8;
  color: #3d7a29;
  border-color: #f0fae8;
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.7);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
  color: #fff;
}
.btn-lg { padding: .9rem 2.25rem; font-size: 1rem; }

/* --- Topbar ----------------------------------------------- */
.topbar {
  background: #1c2b1e;
  color: rgba(255,255,255,.75);
  font-size: .8rem;
  padding: .5rem 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.topbar-contact {
  display: flex;
  gap: 1.5rem;
}
.topbar-contact a {
  color: rgba(255,255,255,.75);
  display: flex;
  align-items: center;
  gap: .4rem;
  transition: color .2s;
}
.topbar-contact a:hover { color: #fff; }
.topbar-hours {
  opacity: .6;
}

/* --- Header / Nav ----------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e8ede8;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-weight: 700;
  font-size: 1.08rem;
  color: #1c2b1e;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img { height: 38px; width: auto; }
.logo-text { line-height: 1.25; }
.logo-text span { display: block; font-size: .68rem; font-weight: 400; color: #999; letter-spacing: .07em; text-transform: uppercase; }

/* Nav wrapper — pill-shaped container */
.nav-wrapper {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #f4f8f2;
  border: 1px solid #deebd8;
  border-radius: 50px;
  padding: .45rem .45rem .45rem 1rem;
}

.main-nav { display: flex; align-items: center; gap: .1rem; }
.main-nav > li { position: relative; }
.main-nav > li > a {
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem 1.1rem;
  font-size: .875rem;
  font-weight: 500;
  color: #2e2e2e;
  border-radius: 50px;
  white-space: nowrap;
  transition: color .2s, background .2s;
}
.main-nav > li > a:hover,
.main-nav > li > a.active {
  color: #59a03d;
  background: #fff;
  box-shadow: 0 1px 6px rgba(89,160,61,.12);
}
.main-nav > li > a svg { width: 13px; height: 13px; opacity: .6; transition: transform .2s; }
.main-nav > li:hover > a svg { transform: rotate(180deg); opacity: 1; }

/* Nav CTA — inside the pill */
.nav-cta { margin-left: .25rem; flex-shrink: 0; }
.nav-cta .btn {
  border-radius: 50px;
  padding: .55rem 1.4rem;
  font-size: .875rem;
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 260px;
  background: #fff;
  border: 1px solid #e0eada;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  padding: .6rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 100;
}
.main-nav > li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown li a {
  display: block;
  padding: .65rem 1.4rem;
  font-size: .87rem;
  color: #444;
  transition: background .15s, color .15s;
}
.dropdown li a:hover {
  background: #f0fae8;
  color: #59a03d;
}

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* --- Hero ------------------------------------------------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0e1a10;
}
/* Dot grid + colour blobs overlaid above the bg photo */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 65% at 78% 18%, rgba(89,160,61,.18) 0%, transparent 65%),
    radial-gradient(ellipse 28% 38% at 12% 82%, rgba(89,160,61,.10) 0%, transparent 65%),
    radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: auto, auto, 26px 26px;
  z-index: 1;
  pointer-events: none;
}
.hero-content { z-index: 2 !important; }
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/szellozotisztitas-2-1920x730.jpg');
  background-size: cover;
  background-position: center;
  opacity: .35;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 6rem 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(89,160,61,.25);
  border: 1px solid rgba(89,160,61,.4);
  color: #8dd471;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.hero h1 {
  color: #fff;
  margin-bottom: 1.25rem;
}
.hero h1 em {
  font-style: normal;
  color: #8dd471;
}
.hero-lead {
  font-size: 1.15rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 2.25rem;
  max-width: 560px;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.hero-stat {
  border-left: 2px solid rgba(89,160,61,.6);
  padding-left: 1rem;
}
.hero-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: .25rem;
}
.hero-stat span {
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* --- Section Layout --------------------------------------- */
.section {
  padding: 96px 0;
}
.section-sm {
  padding: 64px 0;
}
.section-alt {
  background: #f7f9f7;
}
.section-dark {
  background: #1c2b1e;
  position: relative;
  overflow: hidden;
}
/* Dot grid */
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  z-index: 0;
}
/* Colour blobs */
.section-dark::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 45% 60% at 92% 10%, rgba(89,160,61,.14) 0%, transparent 65%),
    radial-gradient(ellipse 35% 45% at 5% 90%, rgba(141,212,113,.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.section-dark .container { position: relative; z-index: 1; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: rgba(255,255,255,.7); }
.section-dark .section-label { color: #8dd471; }

.section-header {
  margin-bottom: 3.5rem;
}
.section-header.centered {
  text-align: center;
}
.section-header.centered .section-intro {
  margin: 0 auto;
}

/* --- Services Grid ---------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: #fff;
  border: 1px solid #e8ede8;
  border-radius: 12px;
  padding: 2.25rem 2rem;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #59a03d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  border-color: #c8e0c0;
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-icon {
  width: 52px;
  height: 52px;
  background: #f0fae8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.service-icon svg {
  width: 26px;
  height: 26px;
  color: #59a03d;
  stroke: #59a03d;
}
.service-card h3 { margin-bottom: .75rem; font-size: 1.1rem; }
.service-card p { font-size: .93rem; color: #666; }
.service-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1.25rem;
  font-size: .85rem;
  font-weight: 600;
  color: #59a03d;
}
.service-card .card-link svg { width: 14px; height: 14px; transition: transform .2s; }
.service-card:hover .card-link svg { transform: translateX(3px); }

/* --- Why Us ----------------------------------------------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.feature-item {
  padding: 1.5rem;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(89,160,61,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.feature-icon svg { width: 22px; height: 22px; stroke: #8dd471; }
.feature-item h3, .feature-item h4 { color: #fff; margin-bottom: .5rem; font-size: .95rem; }
.feature-item p { font-size: .88rem; color: rgba(255,255,255,.6); }

/* --- Stats Banner ----------------------------------------- */
.stats-bar {
  background: #59a03d;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.stats-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 80% at 95% 50%, rgba(255,255,255,.12) 0%, transparent 65%),
    radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: auto, 24px 24px;
  pointer-events: none;
  z-index: 0;
}
.stats-bar .container { position: relative; z-index: 1; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: .35rem;
}
.stat-item span {
  font-size: .82rem;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* --- Case Studies ----------------------------------------- */
.case-study-intro {
  background: #f7f9f7;
  border-left: 4px solid #59a03d;
  padding: 1.5rem 1.75rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 2.5rem;
}
.case-study-intro p { margin: 0; font-size: .95rem; }

.table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e8ede8;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
}
.data-table th {
  background: #1c2b1e;
  color: rgba(255,255,255,.9);
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
  white-space: nowrap;
}
.data-table th:first-child { border-radius: 0; }
.data-table td {
  padding: .9rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
  vertical-align: top;
}
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table tbody tr:hover td { background: #f7f9f7; }
.data-table .row-highlight td {
  background: #f0fae8;
  font-weight: 600;
  color: #2d6b1c;
}
.data-table .row-highlight:hover td {
  background: #e5f5da;
}

/* --- About / Two-col layout ------------------------------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }
.about-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.about-badge {
  position: absolute;
  bottom: 2rem;
  right: -1rem;
  background: #59a03d;
  color: #fff;
  padding: 1.25rem 1.75rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(89,160,61,.35);
}
.about-badge strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.about-badge span { font-size: .78rem; opacity: .85; letter-spacing: .04em; }

.checklist { margin: 1.5rem 0; display: flex; flex-direction: column; gap: .6rem; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .93rem;
  color: #555;
}
.checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #f0fae8;
  border: 1.5px solid #59a03d;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2359a03d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: .15rem;
}

/* --- Contact Form ----------------------------------------- */
.contact-section {
  background: #f7f9f7;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  align-items: start;
}
.contact-info h2 { margin-bottom: 1rem; }
/* .info-item — egyszerűbb ikonos sor (ingyenes-felmeres oldal) */
.info-item {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.1rem;
  color: #444;
}
.info-item svg { width: 20px; height: 20px; stroke: #59a03d; flex-shrink: 0; }
.info-item strong { display: block; font-size: .78rem; color: #888; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.info-item span { font-size: .92rem; font-weight: 600; color: #1c2b1e; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #e8ede8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.contact-detail-icon svg { width: 20px; height: 20px; stroke: #59a03d; }
.contact-detail strong { display: block; font-size: .85rem; color: #888; font-weight: 500; margin-bottom: .2rem; }
.contact-detail a, .contact-detail span { color: #1c2b1e; font-weight: 600; font-size: .95rem; }
.contact-detail a:hover { color: #59a03d; }

.form-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,.08);
  border: 1px solid #e8ede8;
}
.form-card h3 { margin-bottom: .5rem; }
.form-card .sub { font-size: .9rem; color: #888; margin-bottom: 1.75rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: #555;
  margin-bottom: .4rem;
  letter-spacing: .02em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid #e0e8dc;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  color: #333;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #59a03d;
  box-shadow: 0 0 0 3px rgba(89,160,61,.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* --- Guides / Blog cards ---------------------------------- */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.guide-card {
  background: #fff;
  border: 1px solid #e8ede8;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.guide-card-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #59a03d;
  padding: .3rem .75rem;
  background: #f0fae8;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.guide-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.guide-card h3 { font-size: 1rem; margin-bottom: .6rem; }
.guide-card p { font-size: .88rem; color: #777; flex: 1; }
.guide-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1.25rem;
  font-size: .85rem;
  font-weight: 600;
  color: #59a03d;
}
.guide-card .card-link svg { width: 14px; height: 14px; transition: transform .2s; }
.guide-card:hover .card-link svg { transform: translateX(3px); }

/* --- CTA Banner ------------------------------------------- */
.cta-banner {
  background: linear-gradient(135deg, #59a03d 0%, #3d7a29 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 90% at 102% 50%, rgba(255,255,255,.14) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at -2% 50%, rgba(0,0,0,.07) 0%, transparent 60%),
    radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: auto, auto, 26px 26px;
  pointer-events: none;
  z-index: 0;
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: .75rem; }
.cta-banner p { color: rgba(255,255,255,.82); font-size: 1.05rem; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* --- Footer ----------------------------------------------- */
.site-footer {
  background: #111b12;
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 100% 0%, rgba(89,160,61,.08) 0%, transparent 60%),
    radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: auto, 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.site-footer .container { position: relative; z-index: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-brand .logo { margin-bottom: 1rem; }
.footer-brand .logo img { filter: brightness(0) invert(1); opacity: .85; }
.footer-brand .logo-text { color: #fff; }
.footer-brand .logo-text span { color: rgba(255,255,255,.5); }
.footer-brand p { font-size: .85rem; line-height: 1.7; margin-bottom: 1.25rem; color: rgba(255,255,255,.55); }

.footer-col h4 {
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-col ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-col ul li a {
  color: rgba(255,255,255,.55);
  font-size: .85rem;
  transition: color .2s;
}
.footer-col ul li a:hover { color: #8dd471; }

.footer-contact { display: flex; flex-direction: column; gap: .75rem; }
.footer-contact a {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.6);
  font-size: .85rem;
  transition: color .2s;
}
.footer-contact a:hover { color: #8dd471; }
.footer-contact svg { width: 15px; height: 15px; stroke: #59a03d; flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}
.footer-bottom a { color: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* --- Breadcrumb ------------------------------------------- */
.page-hero {
  background: #f7f9f7;
  border-bottom: 1px solid #e8ede8;
  padding: 48px 0;
}
.page-hero h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: .5rem; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: #999;
}
.breadcrumb a { color: #999; }
.breadcrumb a:hover { color: #59a03d; }
.breadcrumb span { color: #bbb; }

/* --- Utilities -------------------------------------------- */
.text-green { color: #59a03d; }
.text-white { color: #fff; }
.text-muted { color: #888; }
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }

/* --- Responsive ------------------------------------------- */
/* Nav compact at medium widths — prevent pill overflow */
@media (max-width: 1100px) {
  .main-nav > li > a { padding: .5rem .75rem; font-size: .84rem; }
  .nav-cta .btn { padding: .5rem 1rem; font-size: .84rem; }
}
@media (max-width: 960px) {
  .main-nav > li > a { padding: .45rem .55rem; font-size: .82rem; }
  .nav-wrapper { padding: .4rem .4rem .4rem .75rem; }
}

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .guides-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { gap: 3rem; }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  .section, .section-sm { padding: 64px 0; }

  .topbar .container { flex-direction: column; text-align: center; gap: .5rem; }
  .topbar-hours { display: none; }

  .menu-toggle { display: flex; }
  .nav-wrapper {
    display: none;
    position: fixed;
    inset: 84px 0 0 0;
    background: #fff;
    padding: 1.5rem;
    overflow-y: auto;
    flex-direction: column;
    gap: .25rem;
    z-index: 999;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    /* Override pill style on mobile */
    border-radius: 0;
    border: none;
    border-top: 1px solid #e8ede8;
  }
  .nav-wrapper.open { display: flex; }
  .nav-cta { margin-left: 0; }
  .main-nav { flex-direction: column; width: 100%; }
  .main-nav > li > a { width: 100%; padding: .75rem 1rem; border-radius: 8px; }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
    display: none;
  }
  .main-nav > li.open .dropdown { display: block; }
  .nav-cta { width: 100%; margin: .5rem 0 0; }
  .nav-cta .btn { width: 100%; justify-content: center; }

  .hero { min-height: 75vh; }
  .hero-stats { gap: 1.5rem; }

  .services-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .guides-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col.reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-badge { right: 1rem; }

  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { flex-direction: column; gap: 1rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* --- Sticky Mobile CTA ------------------------------------ */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: .75rem 1rem;
  background: #fff;
  box-shadow: 0 -2px 16px rgba(0,0,0,.12);
  gap: .6rem;
}
.sticky-cta-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: #59a03d;
  color: #fff;
  border-radius: 6px;
  padding: .75rem 1rem;
  font-size: .88rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.sticky-cta-btn svg { stroke: #fff; flex-shrink: 0; }
.sticky-cta-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: #f4f8f2;
  color: #59a03d;
  border: 2px solid #59a03d;
  border-radius: 6px;
  padding: .75rem 1.1rem;
  font-size: .88rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.sticky-cta-call svg { stroke: #59a03d; flex-shrink: 0; }

@media (max-width: 768px) {
  .sticky-mobile-cta { display: flex; }
  body { padding-bottom: 72px; }
}

/* ============================================================
   BLOG OLDAL
   ============================================================ */

.blog-hero {
  background: #1c2b1e;
  padding: 4rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(89,160,61,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.blog-hero .container { position: relative; }

.blog-hero-top {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.blog-hero-top > div:first-child { flex: 1; }

.blog-hero-label {
  display: inline-block;
  background: rgba(89,160,61,.18);
  color: #8ecc6a;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3rem .85rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
.blog-hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin: 0;
}
.blog-hero-sub {
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 420px;
  margin: 0;
  padding-top: .5rem;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.filter-btn:hover {
  background: rgba(89,160,61,.2);
  border-color: rgba(89,160,61,.4);
  color: #fff;
}
.filter-btn.active {
  background: #59a03d;
  border-color: #59a03d;
  color: #fff;
}
.filter-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .7;
}
.filter-btn.active .filter-dot { opacity: 1; background: #fff; }

/* Blog main content */
.blog-main { padding: 3rem 0 4rem; }

/* Kiemelt cikk */
.featured-article {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4ede4;
  background: #fff;
  text-decoration: none;
  color: inherit;
  margin-bottom: 3rem;
  box-shadow: 0 2px 16px rgba(28,43,30,.06);
  transition: box-shadow .25s, transform .25s;
}
.featured-article:hover {
  box-shadow: 0 8px 32px rgba(28,43,30,.12);
  transform: translateY(-2px);
}
.featured-img {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.featured-article:hover .featured-img img { transform: scale(1.03); }
.featured-img-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #59a03d;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 50px;
}
.featured-body {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .85rem;
}
.featured-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #59a03d;
}
.featured-body h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1c2b1e;
  line-height: 1.3;
  margin: 0;
}
.featured-body p {
  font-size: .92rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
}
.featured-meta {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.featured-meta span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  color: #888;
}
.featured-meta svg {
  width: 14px;
  height: 14px;
  stroke: #888;
}
.read-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: #59a03d;
  margin-top: .25rem;
}
.read-link svg {
  width: 16px;
  height: 16px;
  stroke: #59a03d;
  transition: transform .2s;
}
.featured-article:hover .read-link svg { transform: translateX(4px); }

/* Blog section title */
.blog-section-title {
  margin: 0 0 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid #e8ede8;
}
.blog-section-title h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c2b1e;
  margin: 0;
}

/* Article kártya grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e4ede4;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 8px rgba(28,43,30,.05);
  transition: box-shadow .25s, transform .25s;
}
.article-card:hover {
  box-shadow: 0 6px 24px rgba(28,43,30,.1);
  transform: translateY(-3px);
}
.article-card-color {
  height: 5px;
  flex-shrink: 0;
}
.color-mgmt   { background: #59a03d; }
.color-diag   { background: #e87d3e; }
.color-product { background: #3d82c4; }

.article-card-body {
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  flex: 1;
}
.article-tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
}
.article-card-body h3 {
  font-size: .98rem;
  font-weight: 700;
  color: #1c2b1e;
  line-height: 1.4;
  margin: 0;
}
.article-card-body p {
  font-size: .85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
  padding-top: .75rem;
  border-top: 1px solid #f0f4f0;
}
.article-read-time {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .78rem;
  color: #aaa;
}
.article-read-time svg {
  width: 13px;
  height: 13px;
  stroke: #aaa;
}
.article-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #59a03d;
  transition: transform .2s;
}
.article-card:hover .article-arrow svg { transform: translateX(4px); }

/* Newsletter sáv */
.newsletter-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #f4f8f2;
  border: 1px solid #d8ecd0;
  border-radius: 16px;
  padding: 2rem 2.5rem;
  flex-wrap: wrap;
}
.newsletter-strip h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c2b1e;
  margin: 0 0 .3rem;
}
.newsletter-strip p {
  font-size: .88rem;
  color: #666;
  margin: 0;
}
.newsletter-form {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
  padding: .65rem 1rem;
  border: 1px solid #c8dfc0;
  border-radius: 8px;
  font-size: .9rem;
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: #fff;
  min-width: 220px;
  outline: none;
  transition: border-color .2s;
}
.newsletter-form input[type="email"]:focus { border-color: #59a03d; }

/* ============================================================
   INGYENES FELMÉRÉS — contact-form-card
   ============================================================ */
.contact-form-card {
  background: #fff;
  border: 1px solid #e4ede4;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 2px 16px rgba(28,43,30,.06);
}

/* Blog responsive */
@media (max-width: 900px) {
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-article { grid-template-columns: 1fr; }
  .featured-img { min-height: 220px; }
  .blog-hero-top { flex-direction: column; gap: 1.5rem; }
  .blog-hero-sub { max-width: 100%; }
}
@media (max-width: 600px) {
  .article-grid { grid-template-columns: 1fr; }
  .newsletter-strip { flex-direction: column; align-items: flex-start; }
  .newsletter-form { width: 100%; }
  .newsletter-form input[type="email"] { width: 100%; min-width: 0; }
  .featured-body { padding: 1.5rem; }
}
