/* Najmex homepage premium refresh 2026-05-16
   Tylko strona główna: treści zostają, zmienia się prezentacja. */
:root{
  --nx-navy:#07111f;
  --nx-navy2:#0d1b2e;
  --nx-blue:#0ea5e9;
  --nx-cyan:#22d3ee;
  --nx-gold:#f7c532;
  --nx-paper:#ffffff;
  --nx-soft:#f5f8fc;
  --nx-line:#dde8f3;
  --nx-shadow:0 18px 55px rgba(15,23,42,.10);
  --nx-shadow-soft:0 12px 30px rgba(15,23,42,.07);
}

body{
  background:
    radial-gradient(900px 380px at 0 0, rgba(14,165,233,.10), transparent 55%),
    radial-gradient(700px 360px at 100% 14%, rgba(247,197,50,.13), transparent 50%),
    #f7fafc;
}

/* Górna nawigacja bardziej premium, ale bez zmiany linków */
.nav{
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(221,232,243,.86) !important;
}
.navwrap{padding:10px 0 !important}
.navlinks a:not(.btn), .drop > button{font-weight:560 !important;color:#334155}
.navlinks a:not(.btn):hover, .drop > button:hover{color:#0f172a}
.brand img{height:40px !important;border-radius:14px !important;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.btn{font-weight:560 !important;border-radius:14px !important}
.btn.primary{background:linear-gradient(135deg,#0ea5e9,#22d3ee) !important;box-shadow:0 14px 28px rgba(14,165,233,.22) !important}
.btn.primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(14,165,233,.28) !important}

.home-premium{position:relative;isolation:isolate}
.home-premium:before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
    linear-gradient(rgba(15,23,42,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.025) 1px, transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 42%);
}

/* HERO */
.home-premium .heroV2{
  padding:78px 0 52px !important;
  background:
    radial-gradient(720px 420px at 10% 8%, rgba(34,211,238,.22), transparent 58%),
    radial-gradient(560px 360px at 88% 10%, rgba(247,197,50,.28), transparent 55%),
    linear-gradient(145deg,#07111f 0%,#0d1b2e 55%,#0f2438 100%) !important;
  border-bottom:0 !important;
}
.home-premium .heroV2:after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:86px;
  background:linear-gradient(to bottom, transparent, #f7fafc 88%);
  pointer-events:none;
}
.home-premium .heroV2-grid{gap:44px !important;position:relative;z-index:2}
.home-premium .eyebrow{
  background:rgba(255,255,255,.08) !important;
  color:#dbeafe !important;
  border-color:rgba(255,255,255,.18) !important;
  font-weight:560 !important;
}
.home-premium .heroV2-left h1{
  font-size:clamp(36px,5.8vw,68px) !important;
  letter-spacing:-1.7px !important;
  line-height:.98 !important;
  font-weight:650 !important;
  max-width:760px;
}
.home-premium .hl:after{height:14px !important;bottom:4px !important;opacity:.62 !important;border-radius:999px !important}
.home-premium .lede{
  color:#d2deef !important;
  font-size:clamp(16px,1.45vw,19px) !important;
  line-height:1.72 !important;
  max-width:660px !important;
}
.home-premium .lede b{font-weight:560;color:#fff}
.home-premium .cta-row{gap:12px !important;margin:24px 0 18px !important}
.home-premium .btn.hero{height:48px !important;line-height:48px !important;padding:0 18px !important;font-weight:560 !important;border-radius:16px !important}
.home-premium .btn.hero.primary{background:linear-gradient(135deg,#f7c532,#ffe48a) !important;color:#0f172a !important;box-shadow:0 18px 38px rgba(247,197,50,.23) !important}
.home-premium .btn.hero.ghost,.home-premium .btn.hero.outline{background:rgba(255,255,255,.08) !important;color:#f8fafc !important;border-color:rgba(255,255,255,.2) !important}
.home-premium .benefits{gap:10px !important}
.home-premium .benefits li{
  background:rgba(255,255,255,.075) !important;
  border-color:rgba(255,255,255,.13) !important;
  color:#edf4ff !important;
  padding:8px 12px !important;
  font-weight:520 !important;
}
.home-premium .trustbar span{background:rgba(15,23,42,.28) !important;border-color:rgba(255,255,255,.12) !important;color:#dbeafe !important}
.home-premium .heroV2-right{min-height:410px !important}
.home-premium .hero-mock-card{
  border-radius:22px !important;
  padding:16px !important;
  box-shadow:0 28px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06) !important;
}
.home-premium .heroV2-right .hero-mock-card .title,
.home-premium .heroV2-right .hero-mock-card b{font-weight:560 !important}
.home-premium .c1{right:34px !important;top:0 !important;width:360px !important}
.home-premium .c2{right:116px !important;top:166px !important;width:330px !important}
.home-premium .c3{right:4px !important;top:306px !important;width:310px !important}

/* Szybki pasek korzyści */
.home-strip{margin-top:-38px;position:relative;z-index:5;padding:0 0 24px}
.home-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.strip-card{
  display:flex;gap:14px;align-items:flex-start;background:rgba(255,255,255,.92);border:1px solid rgba(221,232,243,.95);
  border-radius:22px;padding:18px;box-shadow:var(--nx-shadow);backdrop-filter:blur(16px);
}
.strip-ico{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#eef8ff;border:1px solid #d9eefb;flex:0 0 auto}
.strip-card strong{display:block;font-weight:560;color:#0f172a;margin-bottom:4px}.strip-card p{margin:0;color:#64748b;line-height:1.45;font-size:14px}

/* Sekcje i nagłówki */
.home-premium .section{padding:64px 0 !important}
.home-premium .section:nth-of-type(even){background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,.06))}
.home-premium .shead{margin-bottom:26px !important;align-items:flex-start !important}
.home-premium .shead h2{font-weight:620 !important;letter-spacing:-.55px !important;color:#0b1220 !important}
.home-premium .shead .sub{color:#64748b !important;line-height:1.5}
.home-premium b,.home-premium strong{font-weight:560}

/* Karty */
.home-premium .metric,
.home-premium .fcard,
.home-premium .plan,
.home-premium .card,
.home-premium .trust-item,
.home-premium .qa,
.home-premium .ad-card,
.home-premium .svc-card,
.home-premium .persona-card{
  border-radius:22px !important;
  border:1px solid var(--nx-line) !important;
  box-shadow:var(--nx-shadow-soft) !important;
}
.home-premium .metric,.home-premium .fcard,.home-premium .plan,.home-premium .qa,.home-premium .persona-card{background:rgba(255,255,255,.95) !important}
.home-premium .metric:hover,
.home-premium .fcard:hover,
.home-premium .plan:hover,
.home-premium .ad-card:hover,
.home-premium .svc-card:hover,
.home-premium .persona-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(15,23,42,.12) !important}
.home-premium .metric,.home-premium .fcard,.home-premium .plan,.home-premium .ad-card,.home-premium .svc-card,.home-premium .persona-card{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}

.home-premium .m-num{font-size:32px !important}
.home-premium .metrics{gap:16px !important}
.home-premium .m-label{font-size:14px !important}

.home-premium .featuresV2{gap:18px !important}
.home-premium .fcard{padding:22px !important;min-height:178px !important}
.home-premium .fic{background:linear-gradient(135deg,#0f172a,#1e3a5f) !important;border-radius:16px !important;box-shadow:0 12px 28px rgba(15,23,42,.18) !important}
.home-premium .fcard h3{font-weight:620 !important;color:#0f172a}.home-premium .fcard p{line-height:1.58 !important}
.home-premium .f-emph{border-color:#f8df89 !important;background:linear-gradient(180deg,#fffdf5,#ffffff) !important}

/* Dla kogo */
.personas{background:linear-gradient(180deg,#f8fbff,#eef7ff)}
.persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.persona-card{padding:22px;position:relative;overflow:hidden}.persona-card:before{content:"";position:absolute;right:-40px;top:-60px;width:160px;height:160px;border-radius:999px;background:rgba(14,165,233,.09)}
.persona-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.persona-top span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#0f172a;color:#fff}.persona-top h3{margin:0;font-weight:620}
.persona-card p{color:#64748b;line-height:1.58;margin:0 0 12px}.persona-card ul{margin:0;padding-left:18px;color:#334155;line-height:1.8}.persona-card li::marker{color:#0ea5e9}

/* Kroki */
.home-premium .steps{gap:16px !important;counter-reset:nxstep}
.home-premium .step{position:relative;padding:22px 18px 18px 18px !important;overflow:hidden}
.home-premium .step:before{counter-increment:nxstep;content:counter(nxstep);position:absolute;right:16px;top:10px;font-size:52px;line-height:1;font-weight:650;color:rgba(14,165,233,.12)}
.home-premium .step b{font-weight:620 !important;color:#0f172a}
.home-premium .step span{color:#64748b;line-height:1.5}

/* Cennik */
.home-premium #pricing{background:linear-gradient(180deg,#ffffff,#f2f8ff)}
.home-premium .pricing{gap:18px !important}
.home-premium .plan{padding:24px !important;overflow:hidden}
.home-premium .plan .title{font-weight:620 !important;font-size:18px !important}
.home-premium .price{font-weight:650 !important;font-size:32px !important;letter-spacing:-.8px;color:#0b1220}
.home-premium .plan.pop{border-color:#93dffd !important;background:linear-gradient(180deg,#f0fbff,#ffffff) !important;box-shadow:0 30px 80px rgba(14,165,233,.18) !important;transform:translateY(-8px)}
.home-premium .ribbon{font-weight:560 !important;border-radius:999px !important;right:16px !important;top:16px !important;background:linear-gradient(135deg,#f7c532,#ffe48a) !important;color:#172033 !important}
.home-premium .ul{line-height:1.75;color:#334155}.home-premium .ul li::marker{color:#0ea5e9}
.home-premium .tag{font-weight:560;border-radius:999px;background:#fff7d6 !important;border-color:#fde68a !important;color:#5b4500 !important}

/* Tabele */
.home-premium .matrix,.home-premium .cmp{border-radius:24px !important;box-shadow:var(--nx-shadow-soft);border-color:var(--nx-line) !important;background:#fff}
.home-premium .matrix table,.home-premium .cmp table{border-collapse:separate !important;border-spacing:0 !important}
.home-premium .matrix th,.home-premium .cmp th{background:#eef8ff !important;font-weight:620 !important;color:#0f172a}
.home-premium .matrix th,.home-premium .matrix td,.home-premium .cmp th,.home-premium .cmp td{padding:14px 16px !important;border-color:#edf2f7 !important}
.home-premium .badge{font-weight:560 !important;border-radius:999px !important}

/* App showcase */
.app-showcase{background:linear-gradient(135deg,#07111f,#0d1b2e);color:#fff;position:relative;overflow:hidden}.app-showcase:before{content:"";position:absolute;right:-160px;top:-140px;width:420px;height:420px;border-radius:999px;background:radial-gradient(closest-side,rgba(247,197,50,.35),transparent 70%);filter:blur(8px)}
.app-grid{display:grid;grid-template-columns:1.1fr .7fr;gap:40px;align-items:center;position:relative;z-index:1}.app-copy h2{font-size:clamp(28px,4vw,44px);line-height:1.08;margin:12px 0 14px;font-weight:620;letter-spacing:-1px}.app-copy p{color:#d2deef;line-height:1.75;font-size:16px;max-width:660px}.eyebrow.light{background:rgba(255,255,255,.08)!important;color:#dbeafe!important;border-color:rgba(255,255,255,.16)!important}.app-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.app-badges span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;color:#eff6ff}
.phone-frame{width:min(330px,86vw);margin:auto;background:#0b1220;border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:12px;box-shadow:0 34px 100px rgba(0,0,0,.45)}.phone-top{width:82px;height:6px;border-radius:99px;background:#243145;margin:4px auto 12px}.phone-screen{background:linear-gradient(180deg,#f8fbff,#eef7ff);border-radius:26px;padding:18px;color:#0f172a}.phone-logo{font-weight:650;margin-bottom:14px}.phone-card.dark{background:#0f172a;color:#fff;border-radius:20px;padding:16px;margin-bottom:12px}.phone-card.dark span{display:block;color:#cbd5e1;font-size:13px}.phone-card.dark strong{display:block;font-size:30px;letter-spacing:-1px}.phone-card.dark small{color:#f7c532}.phone-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #dbe8f2;border-radius:16px;padding:12px;margin-top:10px}.phone-row b{font-weight:560;color:#0ea5e9}

/* FAQ i CTA */
.home-premium .faqgrid{gap:16px !important}.home-premium .qa button{font-weight:560 !important;padding:16px 18px !important}.home-premium .qa .content{line-height:1.7 !important}
.home-premium .ctaBand{background:linear-gradient(135deg,#f7c532,#ffeaa6) !important;border-top:0 !important}.home-premium .ctaWrap{padding:34px 0 !important}.home-premium .ctaText strong{font-size:22px !important;font-weight:620 !important;color:#111827}.home-premium .ctaText .muted{color:#475569 !important}.home-premium .ctaBand .btn.primary{background:#0f172a !important;color:#fff !important;box-shadow:0 14px 32px rgba(15,23,42,.18) !important}.home-premium .ctaBand .btn{background:rgba(255,255,255,.72);border-color:rgba(15,23,42,.08)}

/* Ogłoszenia i serwisanci */
.home-premium .ads-arrow{border-radius:16px !important;box-shadow:0 14px 30px rgba(15,23,42,.13) !important}.home-premium .ad-title{font-weight:560 !important}.home-premium .ad-price b{font-weight:650 !important}.home-premium .svc-title{font-weight:620 !important}.home-premium .svc-price{font-weight:620 !important}

/* Mobile */
@media (max-width:980px){
  .home-premium .heroV2{padding:54px 0 40px !important}
  .home-premium .heroV2-right{min-height:430px !important}
  .home-premium .c1{right:0 !important;width:min(360px,88vw) !important}.home-premium .c2{right:34px !important;top:164px !important;width:min(330px,82vw) !important}.home-premium .c3{right:0 !important;top:306px !important;width:min(310px,80vw) !important}
  .home-strip{margin-top:-22px}.home-strip-grid,.persona-grid,.app-grid{grid-template-columns:1fr}.app-grid{gap:28px}.phone-frame{margin:0 auto}.home-premium .plan.pop{transform:none}
}
@media (max-width:720px){
  .home-premium .heroV2-left h1{font-size:38px !important;letter-spacing:-.9px !important}.home-premium .lede{font-size:15.5px !important}.home-premium .cta-row .btn{width:100%}.home-premium .section{padding:46px 0 !important}.home-premium .shead{display:block !important}.home-premium .shead .sub{display:block;margin-top:6px}.home-premium .steps{grid-template-columns:1fr !important}.home-premium .trust-grid{grid-template-columns:1fr !important}.strip-card{padding:16px}.persona-card{padding:18px}.app-copy h2{font-size:30px}.home-premium .ctaWrap{display:block !important}.home-premium .ctaBtns{margin-top:16px}.home-premium .ctaBtns .btn{width:100%}
}

/* ===== HOTFIX 1.4.1: poprawa kontrastu sekcji "Web + aplikacja Android" =====
   Poprzednio reguła .home-premium .section:nth-of-type(even) potrafiła nadpisać
   ciemne tło sekcji aplikacji, przez co tekst robił się jasny na jasnym tle. */
.home-premium .section.app-showcase{
  background:
    radial-gradient(520px 340px at 96% 8%, rgba(247,197,50,.30), transparent 62%),
    radial-gradient(560px 360px at 4% 90%, rgba(14,165,233,.18), transparent 64%),
    linear-gradient(135deg,#07111f 0%,#0d1b2e 52%,#10243a 100%) !important;
  color:#fff !important;
  padding:74px 0 !important;
  border-radius:0 !important;
}
.home-premium .section.app-showcase .app-copy,
.home-premium .section.app-showcase .app-copy *{
  color:inherit;
}
.home-premium .section.app-showcase .eyebrow.light{
  background:rgba(255,255,255,.09) !important;
  color:#dbeafe !important;
  border-color:rgba(255,255,255,.18) !important;
}
.home-premium .section.app-showcase .app-copy h2{
  color:#ffffff !important;
  text-shadow:0 12px 34px rgba(0,0,0,.18);
}
.home-premium .section.app-showcase .app-copy p{
  color:#d7e5f7 !important;
}
.home-premium .section.app-showcase .app-badges span{
  color:#f8fbff !important;
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(255,255,255,.16) !important;
}
.home-premium .section.app-showcase .phone-frame{
  background:#0b1220 !important;
  box-shadow:0 34px 100px rgba(0,0,0,.46) !important;
}
@media (max-width:720px){
  .home-premium .section.app-showcase{padding:54px 0 !important;}
}

/* =========================================================
   Najmex 1.8 — powrót starego hero + czystszy cennik
   Hero zostaje w układzie 1.4.1. Te reguły poprawiają tylko
   czytelność cennika, mobile i pływające ikony kontaktu.
   ========================================================= */

/* Gdyby na serwerze został cache/klasa z poprzednich prób, ukryj dodatkową nawigację pod hero. */
.home-premium .home-jump,
.home-jump,
.quick-nav,
.anchor-nav{display:none !important;}

/* Blokujemy przypadkowe ultra-style na starym hero, żeby wyglądał jak wersja 1.4.1. */
.home-premium .heroV2{
  min-height:auto !important;
  padding:78px 0 52px !important;
  background:
    radial-gradient(720px 420px at 10% 8%, rgba(34,211,238,.22), transparent 58%),
    radial-gradient(560px 360px at 88% 10%, rgba(247,197,50,.28), transparent 55%),
    linear-gradient(145deg,#07111f 0%,#0d1b2e 55%,#0f2438 100%) !important;
}
.home-premium .heroV2-left h1{
  font-size:clamp(36px,5.8vw,68px) !important;
  line-height:.98 !important;
  letter-spacing:-1.7px !important;
  font-weight:650 !important;
  max-width:760px !important;
}
.home-premium .hl:after{
  height:10px !important;
  bottom:-3px !important;
  opacity:.48 !important;
  border-radius:6px !important;
}
.home-premium .heroV2-right .hero-mock-card{
  background:linear-gradient(180deg, rgba(15,23,42,.82), rgba(15,23,42,.68)) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#eef4ff !important;
}
.home-premium .heroV2-right .hero-mock-card .title,
.home-premium .heroV2-right .hero-mock-card b{color:#fff !important;}
.home-premium .heroV2-right .hero-mock-card .row span{color:#d6e3f7 !important;}

/* Cennik — spokojniejszy, czytelniejszy, bez ciężkich efektów. */
.home-premium #pricing{
  background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%) !important;
  position:relative;
  overflow:hidden;
}
.home-premium #pricing .shead{
  align-items:flex-end !important;
  margin-bottom:22px !important;
}
.home-premium #pricing .shead h2{
  color:#0f172a !important;
  font-weight:620 !important;
  letter-spacing:-.8px !important;
}
.home-premium #pricing .shead .sub{
  color:#64748b !important;
}
.home-premium .pricing{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
}
.home-premium .plan{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
  padding:24px !important;
  border-radius:24px !important;
  border:1px solid #dfeaf3 !important;
  background:rgba(255,255,255,.96) !important;
  box-shadow:0 18px 52px rgba(15,23,42,.07) !important;
  transform:none !important;
  overflow:hidden !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.home-premium .plan:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 26px 70px rgba(15,23,42,.10) !important;
  border-color:#cbddec !important;
}
.home-premium .plan .title{
  margin:0 0 10px !important;
  color:#0f172a !important;
  font-size:18px !important;
  line-height:1.2 !important;
  font-weight:620 !important;
}
.home-premium .price{
  margin:0 0 2px !important;
  color:#0f172a !important;
  font-size:34px !important;
  line-height:1.08 !important;
  letter-spacing:-1px !important;
  font-weight:640 !important;
}
.home-premium .price .per,
.home-premium .per.muted{
  color:#64748b !important;
  font-size:14px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.home-premium .pill-inherit{
  margin:14px 0 2px !important;
  width:max-content !important;
  max-width:100% !important;
  border-radius:999px !important;
  border:1px solid #e2e8f0 !important;
  background:#f8fafc !important;
  color:#334155 !important;
  padding:7px 10px !important;
  font-size:13px !important;
  font-weight:520 !important;
}
.home-premium .tag{
  border-radius:999px !important;
  border:1px solid #fde68a !important;
  background:#fff8db !important;
  color:#6b4e00 !important;
  font-size:12px !important;
  font-weight:560 !important;
}
.home-premium .ul{
  margin:16px 0 20px !important;
  padding-left:0 !important;
  list-style:none !important;
  color:#334155 !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
.home-premium .ul li{
  position:relative !important;
  margin:9px 0 !important;
  padding-left:24px !important;
}
.home-premium .ul li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f7ff;
  color:#0284c7;
  font-size:11px;
  font-weight:700;
}
.home-premium .btn-plan{
  margin-top:auto !important;
  width:100% !important;
  min-height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
  background:#0f172a !important;
  border-color:#0f172a !important;
  color:#fff !important;
  box-shadow:none !important;
  font-weight:600 !important;
}
.home-premium .btn-plan:hover{background:#1e293b !important;}
.home-premium .plan.pop{
  border:2px solid #38bdf8 !important;
  background:linear-gradient(180deg,#f5fcff 0%,#ffffff 85%) !important;
  box-shadow:0 24px 74px rgba(14,165,233,.15) !important;
}
.home-premium .plan.pop .btn-plan{
  background:linear-gradient(135deg,#0284c7,#0ea5e9) !important;
  border-color:#0284c7 !important;
}
.home-premium .ribbon{
  top:18px !important;
  right:18px !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  background:#0f172a !important;
  color:#fff !important;
  box-shadow:none !important;
  font-size:12px !important;
  font-weight:600 !important;
}
.home-premium #pricing > .container > ul{
  margin-top:20px !important;
  padding:18px 22px 18px 38px !important;
  background:#fff !important;
  border:1px solid #dfeaf3 !important;
  border-radius:20px !important;
  box-shadow:0 12px 34px rgba(15,23,42,.055) !important;
  color:#334155 !important;
  line-height:1.7 !important;
}
.home-premium #pricing .note,
.home-premium #pricing p{
  color:#475569 !important;
}

/* Pływające ikony — telefon nad czatem, widoczny także na PC. */
.fab-call{
  position:fixed !important;
  right:22px !important;
  bottom:92px !important;
  width:56px !important;
  min-width:56px !important;
  height:56px !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#0ea5e9,#0284c7) !important;
  color:#fff !important;
  border:1px solid rgba(186,230,253,.95) !important;
  box-shadow:0 18px 42px rgba(2,132,199,.32) !important;
  z-index:99997 !important;
  text-decoration:none !important;
  opacity:1 !important;
  visibility:visible !important;
}
.fab-call .fab-label{display:none !important;}
.fab-call .fab-icon{font-size:22px !important;line-height:1;display:block;}
.nxw-launch{right:22px !important;bottom:22px !important;z-index:99998 !important;}
.nxw-pad{right:8px !important;bottom:8px !important;z-index:99997 !important;}
.nxw-chat{right:20px !important;bottom:106px !important;z-index:99999 !important;}

/* Mobile dopracowane bez ruszania starego hero. */
@media (max-width:1100px){
  .home-premium .pricing{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .home-premium .plan.pop{transform:none !important;}
}
@media (max-width:720px){
  .home-premium .heroV2{padding:48px 0 38px !important;}
  .home-premium .heroV2-left h1{font-size:36px !important;letter-spacing:-1.1px !important;line-height:1.04 !important;}
  .home-premium .lede{font-size:15.5px !important;line-height:1.62 !important;}
  .home-premium .heroV2-right{min-height:400px !important;}
  .home-premium .c1{right:0 !important;top:0 !important;width:min(360px,90vw) !important;}
  .home-premium .c2{right:20px !important;top:150px !important;width:min(330px,86vw) !important;}
  .home-premium .c3{right:0 !important;top:282px !important;width:min(310px,82vw) !important;}
  .home-premium .pricing{grid-template-columns:1fr !important;}
  .home-premium .plan:hover{transform:none !important;}
  .home-premium .ribbon{position:static !important;display:inline-flex !important;width:max-content !important;margin-bottom:10px !important;}
  .fab-call{right:16px !important;bottom:84px !important;width:54px !important;min-width:54px !important;height:54px !important;}
  .nxw-launch{right:16px !important;bottom:16px !important;width:54px !important;height:54px !important;}
  .nxw-pad{right:4px !important;bottom:4px !important;width:78px !important;height:78px !important;}
  .nxw-chat{right:10px !important;bottom:148px !important;width:calc(100vw - 20px) !important;height:min(520px,64vh) !important;}
}
@media (max-width:390px){
  .home-premium .heroV2-left h1{font-size:32px !important;}
  .home-premium .heroV2-right{min-height:380px !important;}
  .home-premium .c2{top:144px !important;}
  .home-premium .c3{top:272px !important;}
}


/* =========================================================
   Najmex 2.8 – profesjonalna sekcja pobrania aplikacji + QR
   Desktop + mobile, bez płatności w aplikacji.
   ========================================================= */
.home-premium .section.app-download-v2{
  position:relative;
  overflow:hidden;
  padding:78px 0 !important;
  background:
    radial-gradient(760px 420px at 78% 28%, rgba(14,165,233,.15), transparent 64%),
    radial-gradient(520px 320px at 15% 90%, rgba(247,197,50,.13), transparent 62%),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%) !important;
  color:#0f172a !important;
}
.home-premium .app-download-v2:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(2,132,199,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,132,199,.035) 1px, transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.home-premium .app-download-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(420px, 1.08fr);
  gap:48px;
  align-items:center;
}
.home-premium .app-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:8px 12px;
  border-radius:999px;
  background:#eef7ff;
  border:1px solid #cfe9fb;
  color:#1e3a5f;
  font-size:13px;
  font-weight:560;
  margin-bottom:18px;
}
.home-premium .app-pill b{
  color:#0369a1;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
}
.home-premium .app-download-copy h2{
  margin:0 0 16px;
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;
  letter-spacing:-1.8px;
  font-weight:680;
  color:#07111f;
}
.home-premium .app-lead{
  margin:0;
  max-width:620px;
  color:#475569;
  font-size:17px;
  line-height:1.72;
}
.home-premium .app-download-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin:28px 0 24px;
}
.home-premium .google-play-btn,
.home-premium .app-secondary-btn{
  min-height:56px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:620;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-premium .google-play-btn{
  gap:12px;
  padding:10px 18px;
  background:#0b1220;
  color:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.18);
}
.home-premium .google-play-btn:hover,
.home-premium .app-secondary-btn:hover{transform:translateY(-2px)}
.home-premium .google-play-btn small{
  display:block;
  font-size:11px;
  line-height:1;
  color:#dbeafe;
  font-weight:520;
  margin-bottom:4px;
}
.home-premium .google-play-btn strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:650;
}
.home-premium .gp-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  clip-path:polygon(0 0, 100% 50%, 0 100%);
  background:linear-gradient(135deg,#22c55e 0 32%,#0ea5e9 32% 58%,#f59e0b 58% 78%,#ef4444 78% 100%);
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.22));
}
.home-premium .app-secondary-btn{
  padding:0 22px;
  color:#fff;
  background:linear-gradient(135deg,#0284c7,#2563eb);
  box-shadow:0 18px 42px rgba(37,99,235,.18);
}
.home-premium .app-feature-list{
  display:grid;
  gap:10px;
  max-width:640px;
}
.home-premium .app-feature{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #e7eef6;
}
.home-premium .app-feature:last-child{border-bottom:0}
.home-premium .app-feature > span{
  width:38px;
  height:38px;
  border-radius:14px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  background:#f0f8ff;
  border:1px solid #d9eefb;
}
.home-premium .app-feature b{
  display:block;
  color:#0f172a;
  font-weight:650;
  margin-bottom:3px;
}
.home-premium .app-feature small{
  color:#64748b;
  line-height:1.45;
  font-size:13px;
}
.home-premium .app-download-visual{
  position:relative;
  min-height:610px;
  display:grid;
  place-items:center;
}
.home-premium .app-mini-stats{
  position:absolute;
  left:0;
  right:0;
  top:4px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  z-index:1;
}
.home-premium .app-mini-stats span{
  min-height:74px;
  padding:14px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid #dceaf5;
  box-shadow:0 16px 40px rgba(15,23,42,.08);
  backdrop-filter:blur(12px);
}
.home-premium .app-mini-stats b{display:block;color:#0f172a;font-size:18px;font-weight:680}
.home-premium .app-mini-stats small{display:block;color:#64748b;margin-top:4px}
.home-premium .app-phone-mock{
  position:relative;
  z-index:2;
  width:298px;
  border-radius:42px;
  padding:12px;
  background:#080f1d;
  border:1px solid rgba(15,23,42,.18);
  box-shadow:0 32px 90px rgba(15,23,42,.28), 0 0 0 8px rgba(255,255,255,.7);
}
.home-premium .app-phone-speaker{
  width:82px;
  height:7px;
  border-radius:999px;
  margin:5px auto 12px;
  background:#1d2a3c;
}
.home-premium .app-phone-screen-v2{
  min-height:520px;
  overflow:hidden;
  border-radius:30px;
  padding:18px 15px 14px;
  background:linear-gradient(180deg,#f8fbff,#edf7ff);
  color:#0f172a;
}
.home-premium .app-phone-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}
.home-premium .app-phone-head strong{font-weight:700;color:#07111f}
.home-premium .app-balance-card{
  border-radius:22px;
  padding:16px;
  background:linear-gradient(135deg,#2563eb,#0284c7);
  color:#fff;
  box-shadow:0 14px 26px rgba(37,99,235,.22);
}
.home-premium .app-balance-card small{display:block;color:#dbeafe;margin-bottom:4px}
.home-premium .app-balance-card b{display:block;color:#fff;font-size:28px;font-weight:700;letter-spacing:-.6px}
.home-premium .app-balance-card em{display:inline-flex;margin-top:9px;padding:5px 8px;border-radius:999px;background:#fde68a;color:#713f12;font-size:11px;font-style:normal;font-weight:700}
.home-premium .app-fast-title{margin:15px 0 9px;font-size:13px;font-weight:700;color:#334155}
.home-premium .app-phone-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  margin:8px 0;
  border-radius:16px;
  background:#fff;
  border:1px solid #dbe8f2;
  box-shadow:0 8px 18px rgba(15,23,42,.035);
}
.home-premium .app-phone-row span{font-weight:650;font-size:13px;color:#0f172a}
.home-premium .app-phone-row small{color:#64748b;font-size:12px}
.home-premium .app-phone-bottom{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  margin-top:13px;
  padding-top:12px;
  border-top:1px solid #dce8f2;
  color:#64748b;
  text-align:center;
}
.home-premium .app-qr-card{
  position:absolute;
  z-index:3;
  right:0;
  top:162px;
  width:238px;
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.94);
  border:1px solid #dceaf5;
  box-shadow:0 28px 80px rgba(15,23,42,.14);
  backdrop-filter:blur(14px);
  text-align:center;
}
.home-premium .app-qr-card h3{margin:0 0 4px;font-size:20px;font-weight:680;color:#0f172a}
.home-premium .app-qr-card p{margin:0 0 14px;color:#64748b;font-size:13px}
.home-premium .app-qr-card img{
  width:168px;
  height:168px;
  object-fit:contain;
  image-rendering:auto;
  padding:8px;
  border-radius:18px;
  background:#fff;
  border:1px solid #eef2f7;
}
.home-premium .app-qr-points{
  display:grid;
  gap:8px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #e7eef6;
  text-align:left;
}
.home-premium .app-qr-points span{font-size:12.5px;color:#334155;font-weight:600}
@media (max-width:1100px){
  .home-premium .app-download-shell{grid-template-columns:1fr;gap:32px}
  .home-premium .app-download-visual{min-height:610px;max-width:720px;margin:0 auto;width:100%}
  .home-premium .app-qr-card{right:22px}
}
@media (max-width:760px){
  .home-premium .section.app-download-v2{padding:56px 0 !important}
  .home-premium .app-download-copy h2{font-size:38px;letter-spacing:-.9px}
  .home-premium .app-lead{font-size:15.5px;line-height:1.65}
  .home-premium .app-download-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .home-premium .google-play-btn,.home-premium .app-secondary-btn{width:100%}
  .home-premium .app-feature{padding:11px 0}
  .home-premium .app-download-visual{min-height:auto;display:block;padding-top:0}
  .home-premium .app-mini-stats{position:static;grid-template-columns:1fr;gap:10px;margin-bottom:18px}
  .home-premium .app-mini-stats span{min-height:0;padding:12px 14px;border-radius:18px}
  .home-premium .app-phone-mock{width:min(300px,88vw);margin:0 auto 18px}
  .home-premium .app-phone-screen-v2{min-height:500px}
  .home-premium .app-qr-card{position:static;width:auto;max-width:340px;margin:0 auto}
  .home-premium .app-qr-card img{width:180px;height:180px}
}
@media (max-width:420px){
  .home-premium .app-phone-mock{width:min(286px,88vw)}
  .home-premium .app-phone-screen-v2{min-height:480px;padding:16px 13px 12px}
  .home-premium .app-qr-card{padding:18px;border-radius:22px}
}
