/* ZÖLDBETON V7 MASTER FOUNDATION 1.1 — OFFICIAL ENTRY POINT
   Load only this file. No network font request is permitted. */
@import url('./foundation.fonts.css');
@import url('./foundation.tokens.css');
@import url('./foundation.shell.css');
@import url('./foundation.components.css');
@import url('./foundation.responsive.css');


/* V7 MASTER – egységes Vissza navigáció 1.0 */
.v7-back-row {
  width: 100%;
  margin: 18px 0 8px;
  text-align: left;
}

.v7-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v7-green, #078543);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.v7-back-link:hover {
  opacity: .78;
  transform: translateX(-2px);
}

.v7-back-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}


/* V7 MASTER – Official Árlista ALFA bélyeg integration 1.0 */
.v7-official-price-stamp-wrap {
  width: min(310px, 100%);
  margin: 22px auto 28px;
}

.v7-official-price-stamp {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #75f38d;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20,86,47,.08);
}

.v7-official-price-stamp .featured-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #fff;
  border: 1px solid #75f38d;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 800;
  color: #08753b;
}

.v7-official-price-stamp .sale-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border: 1px solid #65d98a;
  border-radius: 999px;
  background: #ddfbe6;
  color: #087a39;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0,135,70,.10);
}

.v7-official-price-stamp .card-top {
  flex: 1 1 auto;
}

.v7-official-price-stamp .product-image {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: contain;
  padding: 24px 16px 4px;
  background: #fff;
}

.v7-official-price-stamp .card-info {
  padding: 8px 12px 11px;
}

.v7-official-price-stamp .product-category {
  display: block;
  margin-bottom: 4px;
  color: #08753b;
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.v7-official-price-stamp .product-name {
  margin: 0 0 5px;
  color: #101820;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 750;
}

.v7-official-price-stamp .product-description {
  margin: 0 0 7px;
  color: #718078;
  font-size: 10.5px;
  line-height: 1.4;
}

.v7-official-price-stamp .product-size {
  color: #46554c;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 650;
}

.v7-official-price-stamp .price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 8px;
  padding: 0 8px 7px;
  margin-top: auto;
}

.v7-official-price-stamp .price-box {
  height: 78px;
  box-sizing: border-box;
  border: 1px solid #d7e3d8;
  border-radius: 9px;
  background: #eef4ef;
}

.v7-official-price-stamp .price-box--sale {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-areas:
    "title title"
    "listlabel listvalue"
    "salelabel salevalue";
  align-content: center;
  column-gap: 8px;
  row-gap: 4px;
  padding: 8px;
}

.v7-official-price-stamp .price-label {
  grid-area: title;
  margin: 0 0 1px;
  color: #6f7a74;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 700;
}

.v7-official-price-stamp .price-list-label {
  grid-area: listlabel;
  align-self: center;
  color: #7d8780;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 700;
}

.v7-official-price-stamp .price-list-value {
  grid-area: listvalue;
  align-self: center;
  color: #707b74;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 750;
  text-decoration: line-through;
  white-space: nowrap;
}

.v7-official-price-stamp .price-sale-label {
  grid-area: salelabel;
  align-self: center;
  color: #008744;
  font-size: 9.5px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .025em;
  white-space: nowrap;
}

.v7-official-price-stamp .price-value--sale {
  grid-area: salevalue;
  align-self: center;
  color: #008744;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.v7-official-price-stamp .card-action {
  display: block;
  margin: 0 8px 8px;
  height: 32px;
  border-radius: 8px;
  background: #07893f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 32px;
  transition: background .15s;
}

.v7-official-price-stamp .card-action:hover {
  background: #067537;
}

.v7-price-stamp-note {
  width: min(660px, 100%);
  margin: -12px auto 24px;
  color: #718078;
  font-size: 10.5px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 700px) {
  .v7-official-price-stamp-wrap {
    width: min(300px, 92vw);
  }
}

.v7-calc-panel{width:min(760px,100%);margin:22px auto 28px;padding:18px;border:1px solid #cfe7d6;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(20,86,47,.08)}
.v7-calc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.v7-calc-field label{display:block;margin-bottom:6px;color:#34443c;font-size:11px;font-weight:700}
.v7-calc-field input{width:100%;height:42px;border:1px solid #cfded3;border-radius:9px;padding:0 12px;background:#fff;color:#101820;font:inherit}
.v7-calc-actions{display:flex;justify-content:center;margin-top:16px}
.v7-calc-button{min-width:180px;height:38px;border:0;border-radius:9px;background:#07893f;color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.v7-calc-result{display:none;margin-top:18px;padding-top:16px;border-top:1px solid #dbe9df}.v7-calc-result.is-visible{display:block}
.v7-calc-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.v7-calc-result-item{padding:12px;border-radius:10px;background:#eef4ef;text-align:center}
.v7-calc-result-item span{display:block;margin-bottom:5px;color:#6f7a74;font-size:10px}.v7-calc-result-item strong{color:#078543;font-size:16px}
.v7-calc-note{margin:12px 0 0;color:#718078;font-size:10.5px;line-height:1.5;text-align:center}
@media(max-width:700px){.v7-calc-grid,.v7-calc-result-grid{grid-template-columns:1fr}}
