/* Start custom CSS for html, class: .elementor-element-1ab6410 *//* KOSZONJUK OLDAL – SITT SZÁLLÍTÁS */

.sitt-thanks{
  --sitt-navy:#0d233a;
  --sitt-green:#10b981;
  --sitt-orange:#f39c12;
  --sitt-text:#334155;
  --sitt-muted:#64748b;
  --sitt-border:#e2e8f0;
  --sitt-bg:#f8fafc;
  max-width:900px;
  margin:0 auto;
  padding:40px 20px 70px;
  font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--sitt-navy);
}

.sitt-thanks *{box-sizing:border-box}

.sitt-thanks__hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid var(--sitt-border);
  border-radius:28px;
  box-shadow:0 20px 55px rgba(2,6,23,.08);
  padding:38px 26px;
  text-align:center;
}

.sitt-thanks__badge{
  display:inline-block;
  background:var(--sitt-green);
  color:#fff;
  font-weight:900;
  font-size:13px;
  line-height:1;
  padding:11px 16px;
  border-radius:999px;
  box-shadow:0 12px 28px rgba(16,185,129,.22);
  margin-bottom:18px;
}

.sitt-thanks__icon{
  width:92px;
  height:92px;
  margin:0 auto 18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#10b981 0%,#34d399 100%);
  color:#fff;
  font-size:42px;
  font-weight:900;
  box-shadow:0 18px 40px rgba(16,185,129,.24);
}

.sitt-thanks__title{
  margin:0 0 12px;
  font-size:44px;
  line-height:1.05;
  font-weight:900;
  color:var(--sitt-navy);
}

.sitt-thanks__lead{
  max-width:700px;
  margin:0 auto 10px;
  font-size:21px;
  line-height:1.55;
  font-weight:800;
  color:var(--sitt-text);
}

.sitt-thanks__sub{
  max-width:680px;
  margin:0 auto;
  font-size:16px;
  line-height:1.75;
  color:var(--sitt-muted);
  font-weight:700;
}

.sitt-thanks__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}

.sitt-thanks__card{
  background:#fff;
  border:1px solid var(--sitt-border);
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 28px rgba(2,6,23,.05);
}

.sitt-thanks__card strong{
  display:block;
  margin:0 0 6px;
  font-size:16px;
  line-height:1.35;
  color:var(--sitt-navy);
}

.sitt-thanks__card span{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:var(--sitt-muted);
  font-weight:700;
}

.sitt-thanks__actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.sitt-thanks__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  padding:15px 22px;
  border-radius:10px;
  text-decoration:none !important;
  text-transform:uppercase;
  font-size:14px;
  font-weight:900;
  transition:transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sitt-thanks__btn--primary{
  background:var(--sitt-orange);
  color:#fff !important;
  border:1px solid var(--sitt-orange);
  box-shadow:0 8px 22px rgba(243,156,18,.28);
}

.sitt-thanks__btn--primary:hover{
  background:#d68910;
  border-color:#d68910;
  transform:translateY(-2px);
}

.sitt-thanks__btn--ghost{
  background:#fff;
  color:var(--sitt-navy) !important;
  border:1px solid var(--sitt-border);
  box-shadow:0 8px 22px rgba(2,6,23,.05);
}

.sitt-thanks__btn--ghost:hover{
  border-color:var(--sitt-navy);
  transform:translateY(-2px);
}

@media (max-width: 900px){
  .sitt-thanks__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .sitt-thanks{
    padding:24px 14px 50px;
  }

  .sitt-thanks__hero{
    padding:28px 18px;
    border-radius:22px;
  }

  .sitt-thanks__title{
    font-size:34px;
  }

  .sitt-thanks__lead{
    font-size:18px;
  }

  .sitt-thanks__sub{
    font-size:15px;
  }

  .sitt-thanks__btn{
    width:100%;
    min-width:0;
  }
}@media (max-width: 767px){
  .sitt-thanks__icon{
    width:34px;
    height:34px;
    font-size:28px;
    margin-bottom:14px;
    box-shadow:0 10px 22px rgba(16,185,129,.22);
  }
}/* End custom CSS */