/*
 * Böjtös Sándor ev. - Duguláselhárítás Fő Stíluslap
 */

/* --- RESET & ALAP BEÁLLÍTÁSOK --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-sans, 'Inter', -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text, #334155);
  background-color: #ffffff;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-primary, #0284c7);
  text-decoration: none;
  transition: var(--transition, all 0.25s ease);
}

a:hover {
  color: var(--color-primary-dark, #0369a1);
}

ul, ol {
  list-style: none;
}

/* --- KONTRÉNER & SEGÉD OSZTÁLYOK --- */
.container {
  width: 100%;
  max-width: var(--container-max, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-center { text-align: center; }
.text-white { color: #ffffff !important; }
.text-slate-300 { color: #cbd5e1 !important; }
.bg-dark { background-color: var(--color-dark, #0f172a); }
.bg-light { background-color: var(--color-light-surface, #f8fafc); }

.section-header {
  margin-bottom: 48px;
}

.section-badge {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: var(--radius-full, 9999px);
  background-color: rgba(2, 132, 199, 0.1);
  color: var(--color-primary, #0284c7);
  margin-bottom: 12px;
}

.section-badge.badge-warning {
  background-color: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.section-title {
  font-family: var(--font-heading, 'Montserrat', sans-serif);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-dark, #0f172a);
  line-height: 1.25;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-text-muted, #64748b);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- GOMBOK --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: var(--radius-md, 10px);
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  line-height: 1.2;
}

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

.btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.45);
}

.btn-emergency {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

.btn-emergency:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #b45309 100%);
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.55);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.22);
}

.btn-block {
  width: 100%;
}

/* --- TOP BAR --- */
.top-bar {
  background-color: #0b1120;
  color: #94a3b8;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-sos {
  background-color: #0284c7;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
}

.top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  font-weight: 600;
}

.top-link:hover {
  color: #38bdf8;
}

.top-link .icon {
  color: #38bdf8;
}

/* --- SITE HEADER --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  box-shadow: var(--shadow-sm);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding .custom-logo-link {
  display: flex;
  align-items: center;
}

.site-branding .custom-logo {
  height: 48px;
  max-height: 52px;
  width: auto;
  display: block;
}

.primary-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav .nav-menu a {
  color: var(--color-dark, #0f172a);
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
}

.primary-nav .nav-menu a:hover {
  color: var(--color-primary, #0284c7);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-call-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
  position: relative;
}

.btn-call-header:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.45);
}

.btn-call-header .call-pulse {
  width: 10px;
  height: 10px;
  background-color: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 1.8s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.btn-call-header .call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.btn-call-header .call-text small {
  font-size: 0.72rem;
  opacity: 0.85;
  text-transform: uppercase;
}

.btn-call-header .call-text strong {
  font-size: 0.95rem;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--color-border);
  padding: 8px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-dark);
  margin: 4px 0;
  transition: var(--transition);
}

/* --- HERO SZEKCIÓ --- */
.hero-section {
  background: radial-gradient(circle at 80% 20%, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 1.8s infinite;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 20px;
}

.text-gradient {
  display: block;
  background: linear-gradient(135deg, #38bdf8 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lede {
  font-size: 1.18rem;
  color: #cbd5e1;
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.hero-trust-badges .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.hero-trust-badges .stars {
  color: #fbbf24;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

/* HERO KÁRTYA */
.hero-card {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  padding: 32px;
  box-shadow: var(--shadow-xl);
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.card-status-dot {
  width: 10px;
  height: 10px;
  background-color: #22c55e;
  border-radius: 50%;
}

.hero-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.hero-card-label {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 4px;
}

.hero-card-phone {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hero-card-phone:hover {
  color: #f59e0b;
}

.hero-card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.hero-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #e2e8f0;
}

/* --- USP BAR --- */
.usp-bar {
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  padding: 24px 0;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.usp-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background-color: rgba(2, 132, 199, 0.1);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.usp-item strong {
  display: block;
  color: var(--color-dark);
  font-size: 0.95rem;
  line-height: 1.2;
}

.usp-item p {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

/* --- SZOLGÁLTATÁSOK SZEKCIÓ --- */
.section-services {
  background-color: #f8fafc;
}

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

.service-card {
  background-color: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #cbd5e1;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.service-icon-box {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(56, 189, 248, 0.1) 100%);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-pill {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background-color: #f1f5f9;
  color: #475569;
}

.service-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.service-desc {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.service-link {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.service-link:hover {
  color: var(--color-primary-dark);
  gap: 8px;
}

/* --- FOLYAMAT SZEKCIÓ --- */
.section-process {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-step {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
}

.step-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(56, 189, 248, 0.3);
  margin-bottom: 10px;
}

.process-step h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 0.92rem;
  color: #cbd5e1;
}

/* --- INTERNETES VÉLEMÉNYEK SZEKCIÓ --- */
.section-reviews {
  background-color: #ffffff;
}

.reviews-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.google-rating-card {
  background-color: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 20px 28px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.google-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.google-title {
  font-weight: 700;
  font-size: 0.92rem;
  color: #475569;
}

.google-score-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.google-score-row .score {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: #0f172a;
}

.google-score-row .stars {
  color: #fbbf24;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.google-reviews-meta {
  font-size: 0.8rem;
  color: #64748b;
}

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

.review-card {
  background-color: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-meta strong {
  display: block;
  font-size: 1rem;
  color: var(--color-dark);
}

.review-meta span {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.review-verified {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #16a34a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
}

.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.6;
  font-style: italic;
}

/* --- GALÉRIA SZEKCIÓ (TISZTA KÉPEK FELIRAT ÉS IKON NÉLKÜL) --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #0f172a;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover, .gallery-item:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  outline: none;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-img, .gallery-item:focus-visible .gallery-img {
  transform: scale(1.06);
}

.gallery-item video,
.gallery-item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0f172a;
  border: 0;
}

/* LIGHTBOX MODAL */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  position: relative;
  text-align: center;
}

.lightbox-content img,
.lightbox-content video,
.lightbox-content iframe {
  max-width: 100%;
  max-height: 85vh;
  border-radius: var(--radius-md);
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  display: block;
}

.lightbox-content video,
.lightbox-content iframe {
  width: min(90vw, 960px);
  min-height: 420px;
  background: #020617;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 10000;
}

/* --- LEFEDETTSÉG SZEKCIÓ --- */
.section-coverage {
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-border);
}

.towns-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.town-badge {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  transition: var(--transition);
}

.town-badge:hover {
  background-color: #e0f2fe;
  border-color: #bae6fd;
  color: #0284c7;
}

/* --- KAPCSOLAT SZEKCIÓ --- */
.section-contact {
  background: radial-gradient(circle at 10% 90%, #1e293b 0%, #0f172a 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.contact-info h2 {
  margin-bottom: 16px;
}

.contact-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.contact-card-link, .contact-card-info {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff !important;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-card-link:hover {
  transform: translateX(4px);
  border-color: #38bdf8;
}

.contact-card-link .c-icon, .contact-card-info .c-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(2, 132, 199, 0.2);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-link small, .contact-card-info small {
  display: block;
  font-size: 0.8rem;
  color: #94a3b8;
  text-transform: uppercase;
}

.contact-card-link strong, .contact-card-info strong {
  font-size: 1.15rem;
  color: #ffffff;
}

.contact-form-box {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-xl);
  color: var(--color-text);
}

.form-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 6px;
}

.form-subtitle {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

/* --- FOOTER --- */
.site-footer {
  background-color: #0b1120;
  color: #94a3b8;
  border-top: 4px solid var(--color-accent);
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

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

.footer-bio {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #38bdf8 !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-contact-pill:hover {
  color: #ffffff !important;
}

.footer-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #94a3b8;
  font-size: 0.92rem;
}

.footer-menu a:hover {
  color: #ffffff;
}

.footer-info-line {
  font-size: 0.9rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

.footer-info-line strong {
  display: block;
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  font-size: 0.85rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badge-note {
  color: #64748b;
}

/* --- MOBIL STICKY HÍVÓSÁV --- */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0f172a;
  padding: 10px 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  border-top: 2px solid var(--color-accent);
}

.mobile-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}

/* --- RESZPONZÍV TÖRÉSPONTOK --- */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-layout {
    grid-template-columns: 1fr !important;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }

  .top-bar {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .primary-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 2px solid var(--color-primary);
    box-shadow: var(--shadow-xl);
    padding: 20px;
  }

  .primary-nav.active {
    display: block;
  }

  .primary-nav .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .btn-call-header {
    display: none;
  }

  .mobile-sticky-bar {
    display: block;
  }

  .hero-title {
    font-size: 2rem;
  }

  .usp-grid {
    grid-template-columns: 1fr;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
