/* UniversalTakarítás - "Tiszta türkiz + világos" paletta (2026-07-12 döntés) */
:root {
  --brand: #0e9488;         /* türkiz: fő szín, gombok */
  --brand-dark: #0b7a70;    /* türkiz sötétebb: hover, átmenetek */
  --brand-deep: #134e48;    /* sötét tenger: sötét blokkok */
  --brand-light: #e4f2f0;   /* halvány türkiz: ikon-hátterek, kiemelt dobozok */
  --brand-glow: #4fd8c8;    /* világos türkiz: kiemelés sötét háttéren */
  --ink: #14202b;           /* címsorok */
  --muted: #64748b;         /* kék-szürke szövegek */
  --line: #e3e8ec;
  --bg: #ffffff;
  --bg-alt: #f2f6f5;        /* porcelán másodlagos háttér */
  --radius: 14px;
  --shadow: 0 10px 30px rgba(19, 78, 72, 0.12);
  --shadow-sm: 0 4px 14px rgba(20, 32, 43, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }
h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.2; margin-bottom: 14px; letter-spacing: -.02em; text-align: center; }
.section-lead { color: var(--muted); max-width: 640px; margin: 0 auto 36px; font-size: 17px; text-align: center; }
.contact h2 { text-align: left; }

/* ===== GOMBOK ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; font-size: 16px; padding: 15px 28px; border-radius: 999px; border: none; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-2px); }
.btn-call { background: #fff; color: var(--brand); box-shadow: 0 8px 24px rgba(0, 0, 0, .18); font-size: 18px; }
.btn-call:hover { background: #f0fbf9; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.45); }
.btn-ghost:hover { border-color: #fff; }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-dark); }

/* ===== FEJLÉC ===== */
.header { position: sticky; top: 0; z-index: 50; background: rgba(210,217,220,.97); backdrop-filter: blur(8px); border-bottom: 1px solid #c0c9cc; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo img { height: 46px; width: auto; }
.logo-text { font-family: "Didot", "Bodoni 72", "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 700; font-size: 22px; letter-spacing: .01em; line-height: 1; white-space: nowrap; color: var(--brand-deep); }
.logo-light .logo-text { color: #fff; font-size: 24px; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-weight: 500; font-size: 15px; color: var(--ink); transition: color .15s; }
.nav a:hover { color: var(--brand); }
.header-call { display: inline-flex; align-items: center; gap: 8px; background: var(--brand); color: #fff; font-weight: 800; font-size: 15px; padding: 10px 18px; border-radius: 999px; white-space: nowrap; }
.header-call:hover { background: var(--brand-dark); }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--ink); }

/* ===== HERO ===== */
.hero { background: linear-gradient(150deg, rgba(12,80,73,.72) 0%, rgba(10,60,55,.82) 100%), url('assets/hero.jpg') center/cover no-repeat; color: #fff; padding: 84px 0 72px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -140px; top: -140px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,255,255,.13), transparent 65%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 7px 16px; font-size: 14px; font-weight: 700; margin-bottom: 22px; }
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 8px rgba(255,255,255,.9); }
.hero h1 { font-size: clamp(34px, 5.8vw, 60px); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 20px; max-width: 800px; font-weight: 900; text-shadow: 0 3px 22px rgba(0,0,0,.45); }
.hero h1 em { font-style: normal; color: #6ee9d8; }
.hero-lead { font-size: clamp(16px, 2.2vw, 19px); color: rgba(255,255,255,.86); max-width: 620px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 26px; }
.hero-note { font-size: 14px; color: rgba(255,255,255,.7); }
.hero-trust { margin-top: 34px; }

/* ===== BIZALOM-SÁV ===== */
.trustbar { background: var(--brand-deep); color: #fff; padding: 18px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; text-align: center; max-width: 1180px; margin: 0 auto; }
.trust-grid > div { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.trust-ico { font-size: 29px; line-height: 1; margin-bottom: 4px; }
.trust-num { font-size: clamp(20px, 2.6vw, 26px); font-weight: 800; color: #fff; line-height: 1.15; }
.trust-label { font-size: 14.5px; color: rgba(255,255,255,.85); margin-top: 1px; text-align: center; }

/* ===== SZOLGÁLTATÁS-KÁRTYÁK ===== */
.services { background: var(--bg-alt); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--brand-light); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.service-card h3 { font-size: 19px; letter-spacing: -.01em; }
.service-card p { font-size: 14.5px; color: var(--muted); flex-grow: 1; }
.service-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.service-more { font-weight: 800; font-size: 14.5px; color: #fff; background: var(--brand); padding: 9px 18px; border-radius: 999px; box-shadow: 0 4px 12px rgba(14,148,136,.35); }
.service-more:hover { background: var(--brand-dark); }
.service-tel { margin-left: auto; font-weight: 800; font-size: 14.5px; color: var(--brand); background: transparent; border: 2px solid var(--brand); padding: 7px 14px; border-radius: 999px; }
.service-tel:hover { background: var(--brand-light); }
.extra-strip { margin-top: 26px; background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); padding: 18px 24px; display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; font-size: 15px; color: var(--muted); }
.extra-strip a { color: var(--brand); font-weight: 700; }

/* ===== FOLYAMAT ===== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px; position: relative; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); }

/* ===== MIÉRT MI ===== */
.why { background: linear-gradient(rgba(19,78,72,.80) 0%, rgba(12,58,53,.90) 100%), url('assets/miert-hatter.jpg') center bottom/cover no-repeat; color: #fff; }
.why h2 { color: #fff; }
.why .section-lead { color: rgba(255,255,255,.72); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.why-item { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; }
.why-item .ico { font-size: 26px; flex-shrink: 0; }
.why-item h3 { font-size: 17px; margin-bottom: 4px; color: var(--brand-glow); }
.why-item p { font-size: 14.5px; color: rgba(255,255,255,.8); }

/* ===== GALÉRIA ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-ph { aspect-ratio: 4/3; border-radius: var(--radius); background: repeating-linear-gradient(45deg, var(--brand-light), var(--brand-light) 12px, #d8ece9 12px, #d8ece9 24px); display: flex; align-items: center; justify-content: center; color: var(--brand-deep); font-weight: 700; font-size: 14px; text-align: center; padding: 12px; }

/* ===== VÉLEMÉNYEK ===== */
.reviews { background: var(--bg-alt); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.stars { color: var(--brand); font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.review p { font-size: 14.5px; color: var(--ink); margin-bottom: 14px; }
.review .who { font-size: 13.5px; font-weight: 700; color: var(--muted); }

/* ===== GYIK ===== */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; padding: 0; margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq-list summary { cursor: pointer; font-weight: 700; font-size: 16px; padding: 18px 22px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 22px; color: var(--brand); font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 22px 18px; color: var(--muted); font-size: 15px; }

/* ===== KAPCSOLAT / ŰRLAP ===== */
.contact { background: linear-gradient(160deg, var(--brand-deep), #0c3531); color: #fff; }
.contact h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: start; }
.contact-info { font-size: 16px; }
.contact-info .big-tel { display: inline-block; font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: var(--brand-glow); margin: 12px 0 6px; }
.contact-info ul { list-style: none; margin-top: 18px; }
.contact-info li { margin-bottom: 10px; color: rgba(255,255,255,.84); }
.callback-box { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.callback-box h3 { font-size: 20px; margin-bottom: 6px; }
.callback-box .sub { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.callback-box label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.callback-box input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 16px; margin-bottom: 14px; font-family: inherit; }
.callback-box input:focus { outline: 2px solid var(--brand); border-color: var(--brand); }
.callback-box .btn { width: 100%; }

/* ===== FOOTER ===== */
.footer { background: #0f2320; color: #cdd6dd; padding: 50px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding-bottom: 34px; }
.footer-col h5 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.footer-col a, .footer-col span { display: block; font-size: 14px; margin-bottom: 9px; color: #cdd6dd; }
.footer-col a:hover { color: var(--brand-glow); }
.footer-sub { font-size: 14px; color: #8fa3a0; margin-top: 12px; max-width: 300px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: 13px; color: #8fa3a0; }

/* ===== STICKY HÍVÁS (mobil) ===== */
.sticky-call { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--brand); color: #fff; text-align: center; padding: 15px; font-weight: 800; font-size: 17px; box-shadow: 0 -4px 16px rgba(0,0,0,.2); }

/* ===== ALOLDAL ===== */
.subhero { background: linear-gradient(150deg, var(--brand-dark), var(--brand-deep)); color: #fff; padding: 66px 0 58px; }
/* aloldal hero-hatterkepek: ugyanaz a turkiz retegzes, mint a fooldali heron */
.subhero-halaleset { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-halaleset.jpg') center/cover no-repeat; }
.subhero-csotores { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-csotores.jpg') center/cover no-repeat; }
.subhero-epitkezes { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-epitkezes.jpg') center/cover no-repeat; }
.subhero-felujitas { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-felujitas.jpg') center/cover no-repeat; }
.subhero-extrem { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-extrem.jpg') center/cover no-repeat; }
.subhero-nagytakaritas { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-nagytakaritas.jpg') center/cover no-repeat; }
.subhero-klima { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-klima.jpg') center/cover no-repeat; }
.subhero-auto { background: linear-gradient(150deg, rgba(12,80,73,.72), rgba(10,60,55,.82)), url('assets/sub-auto.jpg') center/cover no-repeat; }
.subhero .crumb { font-size: 13.5px; color: rgba(255,255,255,.55); margin-bottom: 16px; }
.subhero .crumb a { color: rgba(255,255,255,.75); }
.subhero h1 { font-size: clamp(28px, 4.6vw, 44px); line-height: 1.15; letter-spacing: -.02em; margin-bottom: 14px; max-width: 700px; }
.subhero p.lead { font-size: 17px; color: rgba(255,255,255,.82); max-width: 620px; margin-bottom: 26px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; max-width: 860px; margin: 34px auto 0; }
.check-grid li { list-style: none; padding-left: 30px; position: relative; font-size: 15.5px; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 800; font-size: 17px; }
.price-note { background: var(--brand-light); border-radius: var(--radius); padding: 26px 28px; max-width: 860px; }
.price-note h3 { margin-bottom: 8px; font-size: 19px; }
.price-note ul { margin: 10px 0 14px 20px; color: var(--muted); font-size: 15px; }
.price-note .free { display: inline-block; background: var(--brand); color: #fff; font-weight: 800; padding: 8px 16px; border-radius: 999px; font-size: 14.5px; }
.insurance-box { background: #eaf6f4; border: 1px solid #cfe8e4; border-radius: var(--radius); padding: 24px 28px; max-width: 860px; margin-top: 22px; }
.insurance-box h3 { font-size: 18px; margin-bottom: 6px; }
.insurance-box p { color: var(--muted); font-size: 15px; }
.subhero .price-pill { display: inline-block; background: #fff; color: var(--brand); font-weight: 800; padding: 10px 18px; border-radius: 999px; margin-bottom: 20px; }

/* ===== MOBIL ===== */
@media (max-width: 900px) {
  .service-grid, .review-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section { padding: 46px 0; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #d2d9dc; flex-direction: column; padding: 18px 20px; border-bottom: 1px solid #c0c9cc; gap: 16px; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-call { display: none; }
  .logo img { height: 38px; }
  .logo-text { font-size: 19px; }
  .service-grid, .review-grid, .gallery-grid, .steps-grid, .check-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .price-note .free { display: block; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-call { display: block; }
  body { padding-bottom: 56px; }
  /* nagyobb erintheto felulet mobilon */
  .footer-col a, .footer-col span { padding: 7px 0; margin-bottom: 2px; }
  .crumb a { display: inline-block; padding: 6px 0; }
}

/* ===== JOGI OLDAL (adatkezeles / impresszum) ===== */
.jogi { max-width: 780px; }
.jogi h1 { font-size: clamp(26px, 4vw, 34px); line-height: 1.25; letter-spacing: -.02em; margin-bottom: 8px; }
.jogi h2 { font-size: 20px; text-align: left; margin: 34px 0 10px; }
.jogi p { margin-bottom: 14px; color: var(--muted); }
.jogi ul { margin: 0 0 16px 20px; color: var(--muted); }
.jogi li { margin-bottom: 8px; }
.jogi strong { color: var(--ink); }
.jogi a { color: var(--brand); font-weight: 600; }
.jogi-datum { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.jogi-megj { background: #fffbea; border: 1px dashed #d4a72c; border-radius: 10px; padding: 12px 16px; font-size: 14px; color: #7a5b00; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 4px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.consent input { width: auto; margin: 3px 0 0; flex: none; }
.consent a { color: var(--brand); font-weight: 600; text-decoration: underline; }

/* ===== ELOTTE-UTANA GALERIA (par-kepek) ===== */
.par-lista { display: grid; gap: 26px; max-width: 900px; margin: 0 auto; }
.par { margin: 0; }
.par img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: 0 6px 24px rgba(19,78,72,.14); }
.par figcaption { margin-top: 10px; text-align: center; font-size: 14.5px; color: var(--muted); }
@media (min-width: 900px) { .par-lista.kettes { grid-template-columns: 1fr 1fr; max-width: 1120px; } }
