/* ==================================================
   INDEX-MAIN.CSS – csak a főoldal (main szekciók)
   Függ: style.css (globál: container, gombok, header/hero/footer)
================================================== */

/* ==================================================
   KÖZÖS – egységes cím/ritmus
================================================== */

.help-section,
.why-us,
.process,
.emergency,
.pricing,
.reviews-section {
  overflow: hidden;
}

.section-title,
.why-us-header h2,
.process-head h2,
.emergency-head h2,
.pricing-head .section-title,
.reviews-title {
  letter-spacing: -0.2px;
}

.section-title,
.why-us-header h2,
.process-head h2,
.emergency-head h2,
.pricing-head .section-title {
  color: #222;
}

/* egységes narancs aláhúzás */
.help-section .section-title::after,
.why-us-header h2::after,
.process-head h2::after,
.emergency-head h2::after,
.pricing-head .section-title::after,
.reviews-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #ff7a00;
  margin: 14px auto 0;
  border-radius: 2px;
}

/* egységesebb kártya árnyék */
:where(.help-card, .why-card, .process-step, .emergency-card, .pricing .price-card, .review-card) {
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

/* ==================================================
   MIBEN SEGÍTÜNK
================================================== */

.help-section {
  padding: 86px 0;
  background: #f4f4f4;
}

.help-section .section-title {
  text-align: center;
  font-size: 32px;
  margin: 0;
}

/* régi .underline támogatás (ha a HTML-ben így van) */
.help-section .underline::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #ff7a00;
  margin: 14px auto 0;
  border-radius: 2px;
}

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

.help-card {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 48px 24px 28px;
  position: relative;
}

.help-icon {
  position: absolute;
  top: -22px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff7a00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.9;
  filter: invert(8%) sepia(4%) saturate(669%) hue-rotate(197deg) brightness(95%) contrast(91%);
}

.help-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #222;
}

.help-card ul { list-style: none; padding: 0; margin: 0; }

.help-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.6;
}

.help-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7a00;
  font-weight: 800;
}

/* ==================================================
   MIÉRT MINKET?
================================================== */

.why-us {
  padding: 86px 0;
  background: #fff;
}

.why-us-header {
  text-align: center;
  margin-bottom: 44px;
}

.why-us-header h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.why-us-header p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  max-width: 680px;
  margin: 10px auto 0;
}

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

.why-card {
  background: #f7f7f7;
  padding: 26px 24px;
  border-radius: 16px;
  position: relative;
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #ff7a00;
  border-radius: 16px 16px 0 0;
}

.why-list { list-style: none; padding: 0; margin: 0; }

.why-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: 800;
}

.why-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding-bottom: 14px;
}

/* ==================================================
   HOGYAN DOLGOZUNK?
================================================== */

.process {
  background: #f4f4f4;
  padding: 80px 0;
}

.process .container { max-width: 1100px; }

.process-head {
  text-align: center;
  margin-bottom: 46px;
}

/* FONTOS: ne legyen 2. aláhúzás */
.process-line { display: none !important; }

.process-head h2 {
  font-size: 30px;
  margin: 0 0 10px;
}

.process-lead {
  font-size: 15px;
  color: #555;
  max-width: 560px;
  margin: 12px auto 0;
  line-height: 1.6;
}

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

.process-step {
  position: relative;
  background: #fff;
  padding: 28px 22px;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.10);
}

.step-number {
  position: absolute;
  top: -14px;
  left: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9a1a, #ff7a00);
  color: #2b1a00;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h3 {
  margin-top: 18px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #222;
}

.process-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ==================================================
   VÉSZHELYZETI TANÁCSOK
================================================== */

.emergency {
  padding: 86px 0;
  background: #f4f4f4;
}

.emergency-head {
  text-align: center;
  margin-bottom: 44px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ff7a00;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: emergency-pulse 2.4s infinite;
}

.alert-icon {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #fff;
  position: relative;
}

/* felkiáltójel – középre */
.alert-icon::after {
  content: "!";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 900;
  color: #ff7a00;
  line-height: 1;
}

@keyframes emergency-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,122,0,0.45); }
  70% { box-shadow: 0 0 0 18px rgba(255,122,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,0,0); }
}

.emergency-head h2 {
  font-size: 32px;
  margin: 0 0 10px;
}

.emergency-head p {
  font-size: 15px;
  color: #555;
  max-width: 720px;
  margin: 14px auto 0;
  line-height: 1.6;
}

.emergency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px; /* kártyák után tér */
}

.emergency-card {
  background: #fff;
  padding: 26px 22px;
  border-radius: 14px;
  position: relative;
}

.emergency-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ff7a00;
  border-radius: 4px 0 0 4px;
}

.emergency-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.emergency-card ul { list-style: none; padding: 0; margin: 0; }

.emergency-card li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.55;
}

.emergency-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: 800;
}

/* CTA-k – legyen lejjebb a kártyák alatt */
.emergency-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 70px;  /* <<< ez volt fent csúszva, itt a fix */
}

.emergency-cta .btn {
  min-width: 260px;
  padding: 14px 26px;
}

/* ==================================================
   ÁRAINK
================================================== */

.pricing {
  padding: 86px 0;
  background: #fff;
}

.pricing-head {
  text-align: center;
  margin-bottom: 44px;
}

.pricing-lead {
  font-size: 15px;
  color: #555;
  max-width: 760px;
  margin: 12px auto 0;
  line-height: 1.6;
}

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

.pricing .price-card {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
}

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

.price-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,122,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  filter: saturate(1.1) contrast(1.1);
  transform: translateY(-1px);
}

.price-card--urgent {
  background: #fff;
  box-shadow:
    0 18px 46px rgba(255,122,0,0.18),
    0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(255,122,0,0.22);
}

.price-card--urgent .price-icon {
  background: linear-gradient(135deg, rgba(255,154,26,0.95), rgba(255,122,0,0.95));
  color: #2b1a00;
  text-shadow: 0 2px 10px rgba(0,0,0,0.22);
  font-size: 23px;
}

.pricing .price-card:not(.price-card--urgent) .price-icon {
  text-shadow: 0 2px 10px rgba(0,0,0,0.32);
}

.pricing .price-card h3 {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.price-sub {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}

.price-lines {
  margin-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 14px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.price-line:last-child { border-bottom: none; }

.price-line span { font-size: 14px; color: #444; }
.price-line strong { font-size: 15px; color: #111; white-space: nowrap; }

.pricing .price-note {
  margin-top: 14px;
  font-size: 12.5px;
  color: #666;
  line-height: 1.5;
}

/* Árlista CTA – “mustársárga / halványított primary” */
.pricing-footer {
  text-align: center;
  margin-top: 62px; /* <<< lejjebb került */
}

.price-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;

  background: linear-gradient(90deg, #f8d19d, #f5b862);
  color: #2b1a00;
  font-weight: 700;
  text-decoration: none;

  border: none;
  box-shadow: 0 10px 26px rgba(245, 184, 98, 0.35);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.price-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(245, 184, 98, 0.45);
}

/* ==================================================
   ÜGYFELEINK MONDTÁK
================================================== */

.reviews-section {
  background: rgba(20,20,20,.94);
  padding: 76px 0 60px;
}

.reviews-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px;
}

.reviews-subtitle {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  max-width: 560px;
  margin: 18px auto 46px;
  line-height: 1.55;
}

.reviews-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: #fff;
  color: #222;
  padding: 22px 20px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.review-stars {
  color: #ff9a1a;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.review-card p { margin: 0 0 14px; }
.review-author { font-size: 12px; color: #666; font-weight: 700; }

/* a gombok/disclaimer legyenek rács teljes szélességben + középen */
.reviews-actions,
.reviews-disclaimer {
  grid-column: 1 / -1;
}

.reviews-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.reviews-btn {
  min-width: 240px;
  justify-content: center;
  text-align: center;
}

/* Google gomb: teljesen eltűnik (később visszahozható HTML-ből) */
.reviews-actions .is-disabled {
  display: none !important;
}

/* Véleményt írok gomb – “mustársárga” a kontakt stílusával */
.reviews-actions .btn-primary {
  background: linear-gradient(90deg, #f8d19d, #f5b862);
  color: #2b1a00;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(245, 184, 98, 0.35);
  font-weight: 700;
}

.reviews-actions .btn-primary:hover {
  background: linear-gradient(90deg, #f8d19d, #f5b862);
  box-shadow: 0 14px 34px rgba(245, 184, 98, 0.45);
  transform: translateY(-1px);
}

.reviews-disclaimer {
  text-align: center;
  color: rgba(255,255,255,0.55);
  font-size: 12.5px;
  max-width: 640px;
  margin: 14px auto 0;
  line-height: 1.5;
}

/* ==================================================
   MODAL (véleményküldés)
================================================== */

body.modal-open { overflow: hidden; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 99999;
}

.modal-backdrop.is-open { display: flex; }

.modal {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  padding: 22px 20px;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.modal-head h3 {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.modal-close {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.modal-lead {
  margin: 0 0 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

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

.field { display: flex; flex-direction: column; gap: 6px; }

.field span { font-size: 12.5px; color: #555; }

.field input,
.field select,
.field textarea {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  box-shadow: 0 0 0 3px rgba(255,122,0,0.18);
  border-color: rgba(255,122,0,0.45);
}

.field--full { grid-column: 1 / -1; }

.modal-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

/* default fekete border ellen */
.modal-actions .btn { border: 0; }
.modal-actions .btn-secondary { border: 1px solid #ddd; }

/* Küldés gomb is “mustársárga” */
.modal-actions .btn-primary {
  background: linear-gradient(90deg, #f8d19d, #f5b862);
  color: #2b1a00;
  box-shadow: 0 10px 26px rgba(245, 184, 98, 0.35);
  font-weight: 700;
}

.modal-actions .btn-primary:hover {
  box-shadow: 0 14px 34px rgba(245, 184, 98, 0.45);
  transform: translateY(-1px);
}

/* ==================================================
   MOBIL (≤900px)
================================================== */

@media (max-width: 900px) {

  /* fix CTA hely */


  .help-section { padding: 56px 0; }
  .help-section .section-title { font-size: 24px; }
  .help-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .help-card { padding: 28px 18px 22px; }
  .help-icon { position: static; margin: 0 auto 14px; }
  .help-card h3 { text-align: center; }
  .help-card ul { max-width: 340px; margin: 0 auto; }
  .help-card li { padding-left: 18px; }

  .why-us { padding: 56px 0; }
  .why-us-header { margin-bottom: 32px; }
  .why-us-header h2 { font-size: 24px; }
  .why-us-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card { padding: 18px; }

  .process { padding: 56px 0; }
  .process-head { margin-bottom: 32px; }
  .process-head h2 { font-size: 24px; }
  .process-steps { grid-template-columns: 1fr; gap: 16px; }
  .process-step { text-align: center; }
  .step-number { left: 50%; transform: translateX(-50%); }

  .emergency { padding: 56px 0; }
  .emergency-head { margin-bottom: 32px; }
  .emergency-head h2 { font-size: 24px; }
  .emergency-grid { grid-template-columns: 1fr; gap: 16px; }
  .emergency-cta { margin-top: 18px; }

  /* mobilon ne legyen duplázott hívás CTA */
  .emergency-cta .btn-primary { display: none !important; }
  .emergency-cta .btn-secondary { width: 100%; min-width: 0; }

  .pricing { padding: 56px 0; }
  .pricing-head { margin-bottom: 26px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-footer { margin-top: 26px; }

  .reviews-section { padding: 56px 0 56px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }

  .reviews-btn { width: 100%; min-width: 0; }

  .form-grid { grid-template-columns: 1fr; }
  .modal-actions .btn { width: 100%; }

  .why-list li:not(:last-child){ border-bottom: none; padding-bottom: 0; margin-bottom: 10px; }  /* kicsi levegő */ 
  .why-card{ padding: 16px; }
  .why-list li{ padding-left: 22px; } /* kicsit kompaktabb */
  .why-card::before{ display:none; }

}






