/* =========================================================
   SMOLFI – 1 + 1 ZADARMO (promo landing)
   ========================================================= */
:root{
  --premium-green:#00a04f;
  --premium-green-dark:#009046;
  --premium-violet:#A7709F;
  --premium-muted:#cfe6da;
  --premium-border:#1f2a23;
}

body.premium_dark { background:#0c0e0d; }

/* Každý premium blok má vlastné tmavé pozadie */
.premium_hero,
.premium_pricing,
.premium_modal,
.premium_banner {
  background-color: #0c0e0d;
  color: #e8f5ee;
}

/* Celá stránka Premium – len vizuálny blokový kontrast */
.premium_section {
  background-color: #0c0e0d;
  color: #e8f5ee;
  
}

/* Texty, ktoré by inak boli príliš svetlé */
.premium_hero p,
.premium_price_note,
.premium_legal,
.premium_form_check {
  color: var(--premium-muted);
}

/* Nadpisy nech zostanú biele */
.premium_section h1,
.premium_section h2,
.premium_section h3 {
  color: #ffffff;
}

/* Banner – voliteľne globálny, no tu ponechávame pre konzistenciu */
.premium_banner{ background:linear-gradient(90deg, var(--premium-green), var(--premium-violet)); color:#fff; text-align:center; padding:8px 12px; font-weight:600; letter-spacing:.2px; }
.premium_banner .premium_container{ max-width:980px; margin:0 auto; padding:0 16px; }

/* Layout */
.premium_container{ max-width:980px; margin:0 auto; padding:0 20px;}
.premium_section{ margin:80px 0;border:0; }

/* Hero */
.premium_hero{ text-align:center; padding:34px 0 34px; background:#0c0e0d;}
.premium_eyebrow{
  display:inline-block; padding:6px 12px; border:1px solid var(--premium-border); border-radius:999px;
  color:var(--premium-muted); background:rgba(167,112,159,.12); margin-bottom:14px; font-weight:600; font-size:14px; letter-spacing:.2px;
}
.premium_hero h1{
  font-size: clamp(32px, 5vw, 54px);
  margin: 8px 0 10px;
  background: linear-gradient(90deg, var(--premium-green), var(--premium-violet));
  -webkit-background-clip: text; color: transparent;
}
.premium_hero p{ color:var(--premium-muted); max-width:760px; margin:0 auto 22px; font-size:18px; }
.premium_cta_row{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* Buttons */
.premium_btn{
  display:inline-block; padding:12px 22px; border-radius:999px; font-weight:800; text-decoration:none; cursor:pointer;
  transition:background .2s ease, transform .1s ease; border:none; box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.premium_btn:active{ transform:translateY(1px) scale(.99); }
.premium_btn--primary{ background:var(--premium-green); color:#04130a; }
.premium_btn--primary:hover{ background:var(--premium-green-dark); }
.premium_btn--ghost{ background:transparent; color:var(--premium-muted); border:1px solid var(--premium-border); }
.premium_btn--ghost:hover{ color:#fff; border-color:var(--premium-green); }

/* Mini benefity (nie „čo je Premium“, ale význam akcie) */
.premium_mini{
  display:flex; flex-wrap:wrap; justify-content:center; gap:16px; margin-top:24px;
}
.premium_mini_item{
  flex:0 1 320px; display:flex; gap:12px; align-items:flex-start; background:#101613; border:1px solid var(--premium-border);
  border-radius:14px; padding:14px 16px;
}
.premium_mini_ico{ font-size:22px; line-height:1; margin-top:2px; }
.premium_mini_txt strong{ color:#fff; display:block; margin-bottom:4px; }
.premium_mini_txt span{ color:var(--premium-muted); }

/* Pricing / Aktivácia */
.premium_pricing_wrap{ margin-top:18px; }
.premium_pricing{
  text-align:center; background:#101613; border:1px solid var(--premium-border); border-radius:16px; padding:28px 20px;
}
.premium_pricing h2{ margin:0 0 12px; font-size:26px; color:#fff; }
.premium_switch{
  display:inline-flex; align-items:center; gap:10px; border:1px solid var(--premium-border); border-radius:999px; padding:8px;
  background:#121512; box-shadow:0 10px 24px rgba(0,0,0,.25); margin-bottom:14px;
}
.premium_option{
  display:flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; cursor:pointer; color:#e8f5ee; border:1px solid transparent;
}
.premium_option input{ accent-color:var(--premium-green); }
.premium_option--active{ border-color:var(--premium-green); background:#0f1511; }
.premium_price_note{ color:var(--premium-muted); font-size:14px; margin-top:6px; }
.premium_price_big{ font-size:24px; font-weight:800; margin-top:12px; color:var(--premium-violet); }

.premium_actions{ margin-top:18px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.premium_link{ color:var(--premium-green); text-decoration:none; font-weight:700; }
.premium_link:hover{ text-decoration:underline; }

/* Footer note */
.premium_legal{ text-align:center; color:#a9cbbd; font-size:13px; margin-top:14px; }

/* Sticky, smooth nav (jednoduché kotvy) */
.premium_nav{ position:sticky; top:0; z-index:1000; background:#121512; border-bottom:1px solid var(--premium-border); }
.premium_nav_list{ list-style:none; display:flex; gap:36px; justify-content:center; padding:12px 0; margin:0; }
.premium_nav_list a{ text-decoration:none; color:#d9f5e4; font-weight:700; position:relative; transition:color .2s ease; }
.premium_nav_list a:hover{ color:var(--premium-green); }
.premium_nav_list a.active::after{ content:""; position:absolute; left:0; bottom:-6px; width:100%; height:3px; background:var(--premium-green); border-radius:3px; }

@media (max-width: 900px){
  .premium_section{ margin:64px 0; }
  .premium_mini_item{ flex-basis: 100%; }
}
/* ===== PREMIUM SWITCH (výber plánu) ===== */
.premium_switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--premium-border);
  border-radius: 999px;
  padding: 8px;
  background: #121512;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
}

.premium_option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  color: #e8f5ee;
  border: 1px solid transparent;
  background: #0f1511;
  transition: all 0.2s ease;
}

/* skryjeme default radio bublinu */
.premium_option input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease;
}

.premium_option input:checked {
  border-color: var(--premium-green);
  background: radial-gradient(circle, var(--premium-green) 40%, transparent 41%);
}

/* neaktívna možnosť */
.premium_option:not(.premium_option--active) {
  opacity: 0.7;
  background: #121814;
  color: #b8d5c8;
}

/* aktívna možnosť */
.premium_option--active {
  border-color: var(--premium-green);
  background: #162118;
  color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 160, 79, 0.25);
}

.premium_option:hover {
  border-color: var(--premium-green);
  opacity: 1;
}

/* aktívna možnosť */
.premium_option--active {
  border-color: var(--premium-green);
  background: #162118;
  color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 160, 79, 0.25);
}

/* hover + tap efekt */
.premium_option:hover,
.premium_option:active {
  background: #000000 !important;
  opacity: 1;
}




.premium_reasons {
  text-align: center;
  padding: 40px 20px;
}

.premium_reasons h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #00a04f;
}

.premium_reasons_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.premium_reason_card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.premium_reason_card:hover {
  transform: translateY(-4px);
}

.premium_reason_card h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.premium_reason_card p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.4;
}

/* ===== PREMIUM MODAL (tmavá téma) ===== */
.premium_modal_overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.65); /* menej tmavé, aby bolo cítiť hĺbku */
  backdrop-filter: blur(6px);      /* jemné rozmazanie pozadia */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  padding: 20px;
}


.premium_modal_overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.premium_modal {
  

  border-radius: 16px;
  max-width: 400px;
  width: 100%;
  padding: 32px 28px 28px;
  position: relative;
  text-align: left;
    background: #181c18; /* o 2–3 odtiene svetlejšie ako zvyšok */
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6),
              0 0 0 1px rgba(0, 160, 79, 0.1); /* decentný zelený nádych */
}

.premium_modal h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
}

.premium_modal p {
  color: #cfe6da;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.premium_modal_close {
  position: absolute;
  top: 12px; right: 16px;
  background: none;
  border: none;
  color: #b9d2c7;
  font-size: 26px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.premium_modal_close:hover { color: #00a04f; }

.premium_form_group {
  margin-bottom: 18px;
}
.premium_form_group label {
  display: block;
  color: #b9d2c7;
  font-size: 14px;
  margin-bottom: 5px;
  }
.premium_form_check label {
  display: block;
  color: #b9d2c7;
  font-size: 14px;
  margin-bottom: 5px;
  background:#0f1411;
  }
  
/* ===== PREMIUM FORM – FIX rovnaká šírka inputov ===== */
.premium_form_group input {
  display: block;
  width: 100%;
  max-width:420px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #2b342d;
  background: #0f1411;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border 0.2s ease, background 0.2s ease;

}

/* Odstráni špecifické paddingy/ikonky pre typ=email v Chrome a Safari */
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-clear-button,
input[type=email]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=email] {
  -webkit-appearance: none;
  appearance: none;
}

/* Placeholdery jednotne */
.premium_form_group input::placeholder {
  color: #8da99b;
  opacity: 1;
}

/* Focus */
.premium_form_group input:focus {
  border-color: #00a04f;
  background: #101713;
}

.premium_form_check {
  font-size: 13px;
  color: #cfe6da;
  margin-bottom: 22px;
}
.premium_form_check a {
  color: #00a04f;
  text-decoration: none;
}
.premium_form_check a:hover {
  text-decoration: underline;
}
.premium_form_check input {
  margin-right: 6px;
  transform: scale(1.1);
}

/* Jemné animácie pri otvorení */
.premium_modal {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.25s ease;
}
.premium_modal_overlay.active .premium_modal {
  transform: scale(1);
  opacity: 1;
}
/* ===== PREMIUM FAQ ===== */
.premium_faq {
  background: #101613;
  border-top: 1px solid var(--premium-border);
  border-bottom: 1px solid var(--premium-border);
  padding: 60px 20px;
}

.premium_faq_title {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 36px;
}

.premium_faq_list {
  max-width: 780px;
  margin: 0 auto;
}

.premium_faq_item {
  border-bottom: 1px solid #1f2a23;
  padding: 14px 0;
}

.premium_faq_question {
  background: none;
  border: none;
  color: #e8f5ee;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 10px 30px 10px 0;
  transition: color 0.2s ease;
}

.premium_faq_question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 10px;
  color: var(--premium-green);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.premium_faq_question.active::after {
  content: "–";
  transform: rotate(180deg);
}

.premium_faq_question:hover {
  color: var(--premium-green);
}

.premium_faq_answer {
  display: none;
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.6;
  padding-top: 8px;
  max-width: 700px;
}

.premium_faq_answer.open {
  display: block;
  animation: faqFade 0.3s ease forwards;
}

@keyframes faqFade {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}o { opacity: 1; transform: translateY(0); }
}

/* ===== PREMIUM FINAL SECTION (minimal) ===== */
.premium_final {
  background: #0c0e0d;
  border-top: 1px solid var(--premium-border);
  padding: 80px 20px;
  text-align: center;
}

.premium_final .premium_container {
  max-width: 720px;
  margin: 0 auto;
}

.premium_quote {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premium_quote p {
  font-size: 22px;
  color: #cfe6da;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.premium_quote footer {
  color: var(--premium-green);
  font-weight: 600;
  font-size: 16px;
}

.premium_quote .premium_btn {
  margin-top: 26px;
  font-size: 16px;
  padding: 12px 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .premium_final {
    padding: 60px 16px;
  }
  .premium_quote p {
    font-size: 18px;
  }
}
html {
  scroll-behavior: smooth;
}
@keyframes pulseBorder {
  0% { box-shadow: 0 0 0 0 rgba(0,160,79,0.6); }
  70% { box-shadow: 0 0 0 12px rgba(0,160,79,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,160,79,0); }
}

.premium_highlight {
  position: relative;
  animation: pulseBorder 1.8s ease-out infinite;
}

.premium_highlight::before {
  content: "👉";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  opacity: 0.95;
}