.elementor-506 .elementor-element.elementor-element-ea9a7d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for global, class: .elementor-global-563 */.toldi-price-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px;
  font-family: inherit;
  color: #1f2328;
}

.toldi-price-header {
  text-align: center;
  margin-bottom: 40px;
}

.toldi-price-kicker {
  display: inline-block;
  color: #ffc400;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin-bottom: 10px;
}

.toldi-price-header h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #111;
}

.toldi-price-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #5f6368;
  font-size: 16px;
  line-height: 1.6;
}

.toldi-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.toldi-acc-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.04);
}

.toldi-acc-btn {
  width: 100%;
  border: none;
  background: #fff;
  color: #111;
  padding: 22px 26px;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toldi-acc-btn span {
  width: 34px;
  height: 34px;
  background: #ffc400;
  color: #111;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  transition: 0.25s ease;
  flex-shrink: 0;
}

.toldi-acc-item.active .toldi-acc-btn span {
  transform: rotate(45deg);
  background: #111;
  color: #ffc400;
}

.toldi-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fafafa;
}

.toldi-price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 26px;
  border-top: 1px solid #ececec;
  font-size: 15.5px;
}

.toldi-price-row span {
  color: #333;
}

.toldi-price-row strong {
  color: #111;
  white-space: nowrap;
  font-weight: 800;
}

.toldi-price-note {
  margin-top: 30px;
  background: #111;
  color: #fff;
  padding: 22px 26px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.toldi-price-note strong {
  color: #ffc400;
}

@media (max-width: 768px) {
  .toldi-price-wrapper {
    padding: 45px 15px;
  }

  .toldi-price-header h2 {
    font-size: 28px;
  }

  .toldi-acc-btn {
    font-size: 17px;
    padding: 18px 20px;
  }

  .toldi-price-row {
    flex-direction: column;
    gap: 6px;
    padding: 15px 20px;
  }

  .toldi-price-row strong {
    white-space: normal;
  }
}

@media (max-width: 768px) {

  /* Accordion gomb nagyobb, könnyebb kattintani */
  .toldi-acc-btn {
    font-size: 16px;
    padding: 20px 18px;
  }

  /* Plusz ikon nagyobb */
  .toldi-acc-btn span {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  /* Sorok mobil layout */
  .toldi-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 18px;
  }

  /* Szöveg kisebb */
  .toldi-price-row span {
    font-size: 14px;
    color: #666;
  }

  /* Ár kiemelve (EZ A LÉNYEG) */
  .toldi-price-row strong {
    font-size: 17px;
    font-weight: 800;
    color: #111;
  }

  /* Accordion spacing */
  .toldi-accordion {
    gap: 10px;
  }

  /* Header kisebb */
  .toldi-price-header h2 {
    font-size: 26px;
  }

  .toldi-price-header p {
    font-size: 14px;
  }/* End custom CSS */
/* Start custom CSS */}
.toldi-calc-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 20px 95px;
  font-family: inherit;
  color: #111;
}

.toldi-calc-box {
  background: #fff;
  padding: 34px;
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.toldi-calc-head { margin-bottom: 28px; }

.toldi-calc-head span,
.toldi-result span {
  display: block;
  color: #ffc400;
  font-size: 13px;
  font-weight: 700;
}

.toldi-calc-head span {
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}

.toldi-calc-head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.15;
}

.toldi-calc-head p,
.toldi-lead-top p,
.toldi-lead-benefits span {
  color: #666;
  font-size: 15px;
  line-height: 1.55;
}

.toldi-form-grid,
.toldi-options-grid,
.toldi-lead-content,
.toldi-cta-row {
  display: grid;
  gap: 12px;
}

.toldi-form-grid {
  grid-template-columns: 1.15fr 1.65fr 90px 160px;
  align-items: end;
  margin-bottom: 20px;
}

.toldi-options-grid,
.toldi-cta-row {
  grid-template-columns: 1fr 1fr;
}

.toldi-lead-content {
  grid-template-columns: 1fr 1.2fr;
  margin-bottom: 20px;
}

.toldi-form-grid label,
.toldi-options-grid label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}

.toldi-form-grid select,
.toldi-form-grid input,
.toldi-options-grid select {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fafafa;
  color: #111;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
}

.toldi-form-grid select:focus,
.toldi-form-grid input:focus,
.toldi-options-grid select:focus {
  border-color: #ffc400;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,196,0,.16);
}

#addItem,
#calc,
.toldi-cta,
.toldi-sticky-call a {
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: .22s ease;
}

#addItem,
#calc,
.toldi-cta-call,
.toldi-sticky-call a {
  background: #ffc400;
  color: #111;
}

#addItem {
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 14px;
  white-space: nowrap;
}

#calc {
  width: 100%;
  margin-top: 22px;
  padding: 15px 22px;
  font-size: 16px;
}

#addItem:hover,
#calc:hover,
.toldi-cta-call:hover {
  background: #111;
  color: #ffc400;
}

.toldi-cart {
  margin: 18px 0 24px;
  padding: 16px 18px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 18px;
}

.toldi-cart p { margin: 0; color: #777; font-size: 14px; }

.toldi-cart-row {
  display: grid;
  grid-template-columns: 1fr auto 34px;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e8e8e8;
}

.toldi-cart-row:last-child { border-bottom: 0; }

.toldi-cart-row strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
}

.toldi-cart-row span {
  display: block;
  color: #777;
  font-size: 13px;
}

.toldi-cart-price {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.toldi-cart-row button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #ffc400;
  color: #111;
  font-size: 20px;
  cursor: pointer;
}

.toldi-cart-row button:hover {
  background: #111;
  color: #ffc400;
}

.toldi-result {
  display: none;
  margin-top: 24px;
  padding: 22px;
  background: #111;
  color: #fff;
  border-radius: 18px;
}

.toldi-result:not(:empty) { display: block; }

.toldi-result strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.toldi-lead-box {
  display: none;
  margin-top: 26px;
  padding: 26px;
  background: linear-gradient(135deg, #fff8d6 0%, #fffdf2 100%);
  border: 1px solid rgba(255,196,0,.65);
  border-radius: 22px;
}

.toldi-lead-box.active {
  display: block;
  animation: toldiFadeIn .25s ease;
}

@keyframes toldiFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.toldi-lead-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  background: #111;
  color: #ffc400;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
}

.toldi-lead-top h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.2;
}

.toldi-contact-card,
.toldi-lead-benefits div {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.toldi-contact-label {
  display: block;
  margin-bottom: 6px;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.toldi-contact-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.toldi-contact-card small {
  display: block;
  color: #777;
  font-size: 13px;
  margin-bottom: 14px;
}

.toldi-contact-card a {
  display: block;
  margin-top: 8px;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.toldi-contact-card a:hover { color: #d9a800; }

.toldi-lead-benefits {
  display: grid;
  gap: 10px;
}

.toldi-lead-benefits strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.toldi-cta {
  display: block;
  padding: 14px 18px;
}

.toldi-cta-book {
  background: #111;
  color: #ffc400;
}

.toldi-cta-book:hover {
  background: #ffc400;
  color: #111;
}

.toldi-sticky-call { display: none; }

@media (max-width: 1024px) {
  .toldi-form-grid { grid-template-columns: 1fr 1fr; }
  #addItem { grid-column: span 2; }
}

@media (max-width: 768px) {
  .toldi-calc-wrapper { padding: 40px 14px 95px; }
  .toldi-calc-box { padding: 22px; border-radius: 18px; }
  .toldi-calc-head h2 { font-size: 27px; }

  .toldi-form-grid,
  .toldi-options-grid,
  .toldi-lead-content,
  .toldi-cta-row {
    grid-template-columns: 1fr;
  }

  #addItem { grid-column: auto; width: 100%; }

  .toldi-form-grid select,
  .toldi-form-grid input,
  .toldi-options-grid select {
    min-height: 52px;
    font-size: 16px;
  }

  .toldi-cart-row {
    grid-template-columns: 1fr 34px;
  }

  .toldi-cart-price { grid-column: 1; }

  .toldi-cart-row button {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .toldi-result strong { font-size: 22px; }
  .toldi-lead-box { padding: 22px 18px; }
  .toldi-lead-top h3 { font-size: 22px; }

  .toldi-sticky-call {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 12px;
    background: #111;
    box-shadow: 0 -8px 25px rgba(0,0,0,.18);
  }

  .toldi-sticky-call a {
    display: block;
    padding: 14px 16px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .toldi-calc-box { padding: 18px; }
  .toldi-calc-head h2 { font-size: 24px; }
  .toldi-result strong { font-size: 20px; }
}/* End custom CSS */