/* ==========================================================================
   LANDING OLDAL — saját stíluslap.

   A kampányoldal nem a bolt témájából él: külön fájl, külön névtér (.lp-),
   hogy a téma frissítése soha ne mozdítson el egy futó kampányt. A színek
   CSS-változóból jönnek, oldalanként állíthatóan (lásd landing/show.blade.php).
   ========================================================================== */

.lp * { margin: 0; padding: 0; box-sizing: border-box; }
.lp a { text-decoration: none; color: inherit; }
.lp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--lp-hatter, #f3f4f6);
  color: var(--lp-szoveg, #0b0d10);
}
.lp img { max-width: 100%; }
.lp-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lp-ic { width: 20px; height: 20px; stroke-width: 1.9; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }

/* A lap tetején futó cukorka-csík — a bolt arculatának egyetlen átemelt eleme. */
.lp-csik { position: fixed; top: 0; left: 0; right: 0; height: 7px; z-index: 50;
  background: linear-gradient(90deg,#f472b6 0 25%,#fbbf24 25% 50%,#34d399 50% 75%,#38bdf8 75% 100%); }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.lp-hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  background: radial-gradient(120% 150% at 85% 8%, color-mix(in srgb, var(--lp-fo) 55%, #fff) 0%, var(--lp-fo) 32%, color-mix(in srgb, var(--lp-sotet) 65%, var(--lp-fo)) 70%, var(--lp-sotet) 100%);
  padding: 70px 0 190px;
}
.lp-hero::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,.14) 1.6px, transparent 1.6px); background-size: 17px 17px;
  -webkit-mask-image: radial-gradient(120% 110% at 0% 100%, #000, transparent 55%);
  mask-image: radial-gradient(120% 110% at 0% 100%, #000, transparent 55%); }
.lp-slash { position: absolute; z-index: 0; width: 150%; height: 100px; left: -20%; top: 52%;
  transform: rotate(-7deg); background: linear-gradient(90deg, transparent, rgba(180,235,255,.35), transparent); }
.lp-hero > .lp-wrap { position: relative; z-index: 1; }

.lp-logo { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 900; letter-spacing: -.03em; margin-bottom: 52px; }
.lp-mark { width: 36px; height: 36px; border-radius: 50%; background: #0b0d10; color: #fff; display: grid; place-items: center; }
.lp-mark .lp-ic { width: 18px; height: 18px; stroke-width: 2.2; }

.lp-hcen { text-align: center; max-width: 760px; margin: 0 auto; }
.lp-kick { display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase;
  background: var(--lp-kiemelo); color: var(--lp-sotet); padding: 7px 14px; border-radius: 7px; transform: rotate(-2deg); margin-bottom: 18px; }
.lp-hcen h1 { font-size: clamp(32px, 4.2vw, 52px); font-weight: 900; font-style: italic; text-transform: uppercase;
  letter-spacing: -.02em; line-height: .98; text-shadow: 0 3px 0 rgba(0,0,0,.25); }
.lp-hcen h1 span { color: var(--lp-kiemelo); }
.lp-lead { font-size: 16px; color: #dff3ff; line-height: 1.6; margin: 16px auto 26px; max-width: 580px; }
.lp-lead b { color: #fff; }
.lp-perkrow { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.lp-perk { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.3); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 800; }
.lp-perk .lp-ic { width: 15px; height: 15px; color: var(--lp-kiemelo); stroke-width: 2.4; }

.lp-cta { display: inline-flex; align-items: center; gap: 11px;
  background: var(--lp-kiemelo); color: var(--lp-sotet); font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em;
  border-radius: 15px; padding: 18px 34px; transform: rotate(-1.5deg); cursor: pointer;
  box-shadow: 0 16px 38px rgba(0,0,0,.4), inset 0 -4px 0 rgba(0,0,0,.15); transition: .18s; }
.lp-cta:hover { transform: rotate(-1.5deg) translateY(-3px); filter: brightness(1.05); }
.lp-cta-kicsi { font-size: 14px; padding: 16px 28px; box-shadow: 0 12px 28px -8px rgba(0,0,0,.35), inset 0 -4px 0 rgba(0,0,0,.15); }

/* ── ŰRLAP-KÁRTYA ───────────────────────────────────────────────────────── */
.lp-formzone { margin-top: -130px; position: relative; z-index: 3; }
.lp-card { background: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: 0 34px 80px -28px rgba(11,40,120,.5); display: grid; grid-template-columns: 360px 1fr; }

.lp-side { background: #0b0d10; color: #fff; padding: 36px 34px; position: relative; isolation: isolate; overflow: hidden; }
.lp-side::before { content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,.1) 1.5px, transparent 1.5px); background-size: 16px 16px;
  -webkit-mask-image: radial-gradient(110% 100% at 0% 100%, #000, transparent 55%);
  mask-image: radial-gradient(110% 100% at 0% 100%, #000, transparent 55%); }
.lp-side > * { position: relative; z-index: 1; }
.lp-side h3 { font-size: 20px; font-weight: 900; font-style: italic; text-transform: uppercase; line-height: 1.1; margin-bottom: 18px; }
.lp-side h3 em { color: var(--lp-kiemelo); font-style: italic; }
.lp-sperk { display: flex; align-items: flex-start; gap: 11px; padding: 9px 0; font-size: 13.5px; font-weight: 700; line-height: 1.45; }
.lp-sperk .lp-ic { flex: 0 0 auto; width: 17px; height: 17px; color: var(--lp-kiemelo); stroke-width: 2.4; margin-top: 1px; }
.lp-contact { margin-top: 20px; background: #171a1f; border: 1px solid #262b33; border-radius: 14px; padding: 15px 18px; font-size: 12.5px; color: #c7cdd6; line-height: 1.6; }
.lp-contact b { color: #fff; }
.lp-contact a { color: #38bdf8; font-weight: 800; text-decoration: underline; }

.lp-fside { padding: 36px 40px; }
.lp-fside h2 { font-size: 21px; font-weight: 900; letter-spacing: -.01em; }
.lp-sub { font-size: 13px; color: #6b7280; margin: 5px 0 20px; }
.lp-fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-fgrid .lp-full { grid-column: 1 / -1; }
.lp-fl { font-size: 12px; font-weight: 800; color: #374151; display: block; margin-bottom: 6px; }
.lp-fl i { color: #ef4444; font-style: normal; }
.lp-in { width: 100%; border: 1.5px solid #e5e7eb; border-radius: 12px; padding: 13px 16px;
  font-size: 14px; font-family: inherit; outline: none; transition: .15s; background: #fff; color: #0b0d10; }
.lp-in:focus { border-color: var(--lp-fo); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-fo) 18%, transparent); }
.lp-ta { min-height: 110px; resize: vertical; }
.lp-gdpr { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; color: #6b7280; line-height: 1.5; margin: 15px 0 18px; }
.lp-gdpr input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--lp-fo); width: 15px; height: 15px; }
.lp-gdpr a { text-decoration: underline; font-weight: 700; }
.lp-hiba { background: #fef2f2; border: 1.5px solid #fecaca; color: #b91c1c; border-radius: 12px; padding: 11px 15px; font-size: 12.5px; font-weight: 700; margin: 14px 0; }

.lp-send { display: inline-flex; align-items: center; gap: 10px;
  background: var(--lp-kiemelo); color: var(--lp-sotet); font-weight: 900; text-transform: uppercase; font-size: 14px; letter-spacing: .03em;
  border: none; border-radius: 13px; padding: 16px 30px; cursor: pointer; font-family: inherit; transform: rotate(-1deg);
  box-shadow: 0 12px 28px -8px rgba(180,140,0,.55), inset 0 -4px 0 rgba(0,0,0,.12); transition: .18s; }
.lp-send:hover { transform: rotate(-1deg) translateY(-2px); filter: brightness(1.05); }
.lp-send .lp-ic { width: 17px; height: 17px; }

.lp-done { text-align: center; padding: 20px 0; }
.lp-ok { width: 76px; height: 76px; border-radius: 50%; background: #ecfdf5; color: #059669;
  display: grid; place-items: center; margin: 0 auto 16px; box-shadow: 0 0 0 10px #f0fdf7; }
.lp-ok .lp-ic { width: 34px; height: 34px; stroke-width: 2.4; }
.lp-done b { font-size: 19px; display: block; margin-bottom: 7px; }
.lp-done p { font-size: 13.5px; color: #6b7280; line-height: 1.6; max-width: 380px; margin: 0 auto; }

/* ── SZÖVEGES DOBOZOK ───────────────────────────────────────────────────── */
.lp-content { padding: 30px 0 0; }
.lp-content:first-of-type { padding-top: 60px; }
.lp-block { background: #fff; border: 1px solid #eef0f3; border-radius: 20px; padding: 36px 42px; margin-bottom: 16px; }
.lp-block h2 { font-size: 21px; font-weight: 900; letter-spacing: -.01em; margin-bottom: 12px; }
.lp-block h2 em { font-style: italic; color: var(--lp-fo); }
.lp-block p { font-size: 14.5px; color: #374151; line-height: 1.7; margin-bottom: 12px; max-width: 820px; }
.lp-block p:last-child { margin-bottom: 0; }
.lp-block p b { color: #0b0d10; }
.lp-tagrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.lp-tag { background: #f1f9fe; color: #1181b8; border: 1px solid #d3edfb; border-radius: 999px; padding: 7px 14px; font-size: 12.5px; font-weight: 750; }
.lp-mini { display: flex; align-items: flex-start; gap: 11px; padding: 8px 0; font-size: 14px; font-weight: 600; color: #374151; line-height: 1.5; }
.lp-mini .lp-ic { flex: 0 0 auto; width: 17px; height: 17px; color: #059669; stroke-width: 2.4; margin-top: 2px; }
.lp-mini b { color: #0b0d10; }
.lp-egyedi { font-size: 14.5px; line-height: 1.7; color: #374151; }
.lp-egyedi img { border-radius: 14px; }

.lp-footcta { text-align: center; padding: 34px 0 10px; }
.lp-footcta p { font-size: 14px; color: #6b7280; margin-bottom: 16px; }

.lp-foot { text-align: center; font-size: 12px; color: #9ca3af; font-weight: 700; padding: 40px 0 34px; }
.lp-foot a { text-decoration: underline; }

@media (max-width: 900px) {
  .lp-card { grid-template-columns: 1fr; }
  .lp-fgrid { grid-template-columns: 1fr; }
  .lp-hero { padding-bottom: 160px; }
  .lp-block { padding: 26px; }
  .lp-fside { padding: 28px 22px; }
}
