:root{
  --bg:#f7fbfc;--surface:#fff;--ink:#142a33;--muted:#617680;--primary:#087f8c;
  --primary-dark:#05636e;--accent:#45c486;--line:#dce9ec;--shadow:0 20px 60px rgba(25,70,80,.12);
  --radius:24px;--container:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
img{max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin:auto}
.narrow{width:min(860px,calc(100% - 40px))}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;padding:10px;z-index:999}
.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,251,252,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,233,236,.8)}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:1.26rem;letter-spacing:-.03em}
.main-nav{display:flex;align-items:center;gap:26px;font-size:.95rem;font-weight:650}
.main-nav a:hover{color:var(--primary)}
.lang-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:800}
.nav-toggle{display:none;border:0;background:transparent;padding:8px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}
.hero{padding:92px 0 72px;overflow:hidden;background:linear-gradient(180deg,#f7fbfc 0%,#eef9fa 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;color:var(--primary);font-weight:850;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;margin-bottom:16px}
h1,h2,h3{line-height:1.12;margin-top:0;letter-spacing:-.04em}
h1{font-size:clamp(2.8rem,6vw,5.2rem);margin-bottom:24px}
h2{font-size:clamp(2.2rem,4vw,3.45rem);margin-bottom:20px}
h3{font-size:1.25rem}
.hero-lead,.section-heading p,.showcase-copy>p,.contact-section p{font-size:1.12rem;color:var(--muted);max-width:680px}
.hero-actions,.cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 26px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:14px 20px;font-weight:800;border:1px solid transparent;transition:.2s transform,.2s box-shadow,.2s background}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--primary);color:white;box-shadow:0 10px 25px rgba(8,127,140,.24)}
.button-primary:hover{background:var(--primary-dark)}
.button-dark{background:#152d37;color:white}
.button-white{background:white;color:var(--ink)}
.button-glass{background:rgba(255,255,255,.14);color:white;border-color:rgba(255,255,255,.4)}
.button-outline{border-color:var(--primary);color:var(--primary)}
.button-small{padding:9px 14px}
.button small{display:block;font-size:.66rem;font-weight:600;line-height:1}.button strong{display:block;font-size:1rem;line-height:1.15}
.store-icon{font-size:1.4rem}
.hero-points,.check-list,.price-card ul{list-style:none;padding:0;margin:0}
.hero-points li,.check-list li,.price-card li{position:relative;padding-left:28px;margin:10px 0;color:var(--muted)}
.hero-points li:before,.check-list li:before,.price-card li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.hero-visual{position:relative;min-height:610px;display:grid;place-items:center}
.phone{position:relative;width:315px;padding:12px;border-radius:45px;background:#17313b;box-shadow:0 35px 80px rgba(21,49,59,.28);z-index:2}
.phone-screen{background:#f8fbfc;border-radius:34px;padding:24px 18px 20px;min-height:580px}
.phone-top{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:90px;height:22px;border-radius:0 0 16px 16px;background:#17313b;z-index:5}
.app-topbar{display:flex;align-items:center;gap:8px;padding-top:8px;margin-bottom:30px}
.app-topbar .avatar{margin-left:auto;background:#dceff1;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:.72rem;font-weight:800}
.screen-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.screen-title span{font-size:1.15rem;font-weight:850}.screen-title strong{font-size:.76rem;color:var(--muted)}
.client-card,.line-item,.total-card{background:white;border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:11px;box-shadow:0 8px 20px rgba(35,75,85,.05)}
.client-card span,.client-card small,.line-item small{display:block;color:var(--muted);font-size:.74rem}.client-card strong{display:block;margin:4px 0}
.line-item{display:flex;justify-content:space-between;align-items:center;gap:10px}.line-item strong{font-size:.78rem}.line-item b{font-size:.8rem;white-space:nowrap}
.total-card{background:#eaf8f3;display:flex;justify-content:space-between;align-items:center}.total-card strong{font-size:1.25rem}
.pdf-button{width:100%;border:0;border-radius:14px;background:var(--primary);color:white;padding:14px;display:flex;gap:12px;justify-content:center;align-items:center}.pdf-button span{font-size:.68rem;background:white;color:var(--primary);padding:5px;border-radius:6px}
.blob{position:absolute;border-radius:50%;filter:blur(2px)}.blob-one{width:430px;height:430px;background:#cceff1;right:0;top:40px}.blob-two{width:180px;height:180px;background:#ccefdc;left:30px;bottom:40px}
.floating-card{position:absolute;background:white;border:1px solid var(--line);border-radius:16px;padding:13px 16px;box-shadow:var(--shadow);z-index:3;display:grid}.floating-card b{color:var(--primary)}.floating-card span{font-size:.76rem;color:var(--muted)}.fc-one{left:0;top:140px}.fc-two{right:0;bottom:120px}
.trust-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-items{min-height:84px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;color:var(--muted);font-weight:750;font-size:.9rem}
.section{padding:105px 0}.section-alt{background:white}.section-heading{text-align:center;max-width:780px;margin:0 auto 52px}.section-heading p{margin:0 auto}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(35,75,85,.04)}.feature-card p{color:var(--muted);margin-bottom:0}.feature-icon{font-size:1.7rem;width:52px;height:52px;display:grid;place-items:center;background:#edf9fa;border-radius:15px;margin-bottom:20px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{position:relative;background:var(--bg);padding:28px;border-radius:20px;border:1px solid var(--line)}.step>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--primary);color:white;font-weight:900;margin-bottom:28px}.step p{color:var(--muted);margin-bottom:0}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.dashboard-card{background:#17313b;color:white;border-radius:30px;padding:30px;box-shadow:var(--shadow)}.dash-head,.dash-stat{display:flex;justify-content:space-between;align-items:center}.dash-head{margin-bottom:26px}.dash-head span,.dash-stat span{color:#b9ccd2}.dash-stat{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.dash-stat strong{font-size:1.3rem}.mini-chart{height:160px;display:flex;align-items:end;gap:13px;padding-top:28px}.mini-chart span{flex:1;background:linear-gradient(#45c486,#087f8c);border-radius:7px 7px 2px 2px}
.pricing-section{background:#edf7f8}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,430px));justify-content:center;gap:24px}.price-card{position:relative;background:white;border:1px solid var(--line);border-radius:28px;padding:34px}.price-card.featured{border:2px solid var(--primary);transform:translateY(-10px);box-shadow:var(--shadow)}.price-label{font-weight:850;color:var(--primary)}.price{display:flex;align-items:end;gap:8px;margin:16px 0}.price strong{font-size:2.4rem;line-height:1}.price span{color:var(--muted)}.price-card p{color:var(--muted)}.price-card .button{width:100%;margin-top:24px}.badge{position:absolute;right:24px;top:24px;background:#dff6e9;color:#166a46;border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:850}
.faq-list{display:grid;gap:12px}.faq-list details{background:white;border:1px solid var(--line);border-radius:16px;padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:850}.faq-list p{color:var(--muted);margin-bottom:0}
.cta-section{padding:0 0 105px}.cta-box{background:linear-gradient(135deg,#087f8c,#075f70);color:white;border-radius:32px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-box h2{max-width:720px}.cta-box p{color:#d8eef1}.eyebrow.light{color:#9ee6d0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-mail{font-weight:850;color:var(--primary);font-size:1.2rem}.contact-form{background:white;border:1px solid var(--line);border-radius:24px;padding:28px}.contact-form label{display:grid;gap:7px;margin-bottom:16px;font-weight:750}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cddde1;border-radius:12px;padding:13px;background:#fbfdfe}.contact-form textarea{resize:vertical}.contact-form small{display:block;color:var(--muted);margin-top:10px}
.site-footer{background:#132a33;color:white;padding:52px 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}.footer-brand{margin-bottom:14px}.site-footer p{color:#b9ccd2}.footer-links{display:grid;gap:9px}.footer-links a:hover{color:#8fe0ca}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin:0}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;max-width:760px;margin:auto;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:200}.cookie-banner p{margin:0;font-size:.88rem;color:var(--muted)}.cookie-banner.hidden{display:none}
.legal-page{padding:80px 0}.legal-card{background:white;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,55px);box-shadow:0 10px 30px rgba(35,75,85,.05)}.legal-card h1{font-size:clamp(2.2rem,5vw,3.8rem)}.legal-card h2{font-size:1.55rem;margin-top:36px}.legal-card p,.legal-card li{color:#49626d}
@media (max-width:950px){
  .hero-grid,.showcase-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.hero-points{display:inline-block;text-align:left}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.cta-box{display:block}.hero-visual{min-height:580px}
}
@media (max-width:720px){
  .main-nav{position:absolute;top:74px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:20px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.nav-toggle{display:block}
  .hero{padding-top:58px}.hero-visual{min-height:530px}.phone{width:285px}.phone-screen{min-height:530px}.floating-card{display:none}
  .feature-grid,.steps,.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.trust-items{justify-content:center;padding:18px 0}.section{padding:75px 0}.cta-box{padding:32px 24px}.footer-grid{grid-template-columns:1fr}.cookie-banner{flex-direction:column;align-items:flex-start}
}

.real-hero{min-height:650px}
.hero-screenshot{
  position:relative;z-index:2;width:min(390px,82vw);height:auto;display:block;
  border-radius:34px;box-shadow:0 35px 80px rgba(21,49,59,.28);
  border:8px solid rgba(255,255,255,.9)
}
.screens-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}
.screen-card{margin:0;background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(35,75,85,.08)}
.screen-card img{display:block;width:100%;height:auto}
.screen-card figcaption{display:grid;gap:5px;padding:18px}
.screen-card figcaption strong{font-size:1.05rem}
.screen-card figcaption span{color:var(--muted);font-size:.9rem}
.free-access-card{
  background:white;border:1px solid var(--line);border-radius:30px;padding:44px;
  display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;box-shadow:var(--shadow)
}
.free-access-card p{color:var(--muted);font-size:1.08rem}
.simple-contact{text-align:center;background:white;border:1px solid var(--line);border-radius:28px;padding:50px;box-shadow:0 14px 36px rgba(35,75,85,.07)}
.simple-contact p{margin-inline:auto}
.contact-button{margin-top:15px}
@media(max-width:1050px){.screens-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){
  .real-hero{min-height:560px}.hero-screenshot{width:min(330px,88vw);border-width:5px;border-radius:26px}
  .screens-grid{grid-template-columns:1fr}.free-access-card{grid-template-columns:1fr;padding:30px;gap:20px}
  .simple-contact{padding:34px 22px}
}

.brand-icon{border-radius:11px;object-fit:cover;flex:0 0 auto}
.contact-email-text{display:block;width:max-content;max-width:100%;margin:16px auto 0;color:var(--primary);font-weight:800;overflow-wrap:anywhere}
.development-section{padding-top:15px}
.development-card{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;background:linear-gradient(135deg,#ffffff 0%,#eef8ff 100%);border:1px solid var(--line);border-radius:28px;padding:38px;box-shadow:0 16px 42px rgba(35,75,85,.08)}
.development-card h2{font-size:clamp(1.8rem,3vw,2.65rem);margin-bottom:12px}
.development-card p{color:var(--muted);margin:0;max-width:760px}
.development-icon{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:#0B5CFF;color:#fff;font-size:2rem;font-weight:900}
@media(max-width:820px){.development-card{grid-template-columns:1fr;text-align:center}.development-icon{margin:auto}.development-card .button{width:100%}}


/* ===== PricePad v3.1 visual refinements ===== */
.section-soft{background:#f7fbfc}
.section-white{background:#fff}
.section-blue-soft{background:linear-gradient(180deg,#eef7ff 0%,#f8fbff 100%)}
.section-divider{position:relative}
.section-divider::before{
  content:"";position:absolute;top:0;left:50%;
  width:min(1180px,calc(100% - 40px));height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,#d8e5ea 18%,#d8e5ea 82%,transparent)
}

/* Ikona i nazwa obok siebie w kartach funkcji */
.feature-card{display:grid;grid-template-columns:56px 1fr;column-gap:16px;align-items:start}
.feature-card .feature-icon{grid-column:1;margin:0}
.feature-card h3{grid-column:2;margin:10px 0 0}
.feature-card p{grid-column:1 / -1;margin-top:20px}

/* Numer i nazwa obok siebie w kartach kroków */
.step{display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:start}
.step>span{grid-row:1 / span 2;margin-bottom:0}
.step h3{margin:4px 0 8px}
.step p{grid-column:2}

/* Delikatniejsze, wyraźnie oddzielone karty */
.feature-card,.step,.screen-card,.free-access-card,.simple-contact,.development-card{
  border-color:#d8e5eb;
}
.feature-card:hover,.step:hover,.screen-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(35,75,85,.09);
}
.feature-card,.step,.screen-card{transition:.22s transform,.22s box-shadow}

/* Karta rozwoju */
.development-card{grid-template-columns:auto 1fr auto}
.development-card .development-icon{align-self:start}
.development-card h2{margin-top:0}

/* Kontakt na osobnym, miękkim tle */
.simple-contact{background:#fff;border-color:#dbe6f2}

@media(max-width:720px){
  .feature-card{grid-template-columns:52px 1fr}
  .feature-card h3{margin-top:8px}
  .step{grid-template-columns:auto 1fr}
  .development-card{grid-template-columns:1fr}
}

/* ===== PricePad v3.2: official store badges and download section ===== */
.store-badges{
  align-items:center;
  gap:14px;
}
.store-badge-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  transition:.2s transform,.2s filter;
}
.store-badge-link:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}
.store-badge-link img{
  display:block;
  width:auto;
  height:54px;
  max-width:100%;
}
.store-badge-link.large img{
  height:64px;
}

.download-section{
  position:relative;
  padding:105px 0;
  background:linear-gradient(135deg,#062f6d 0%,#0B5CFF 55%,#087f8c 100%);
  overflow:hidden;
}
.download-section::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-130px;
  top:-180px;
  background:rgba(255,255,255,.08);
}
.download-panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
  color:#fff;
}
.download-copy h2{
  font-size:clamp(2.35rem,4vw,3.8rem);
  max-width:740px;
}
.download-copy p{
  color:#dbe9ff;
  font-size:1.12rem;
  max-width:720px;
}
.download-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px 20px;
  margin-top:24px;
  color:#eaf4ff;
  font-weight:750;
}
.download-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px;
  padding:34px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.22);
  border-radius:26px;
  backdrop-filter:blur(10px);
}
.download-actions small{
  color:#dbe9ff;
  text-align:center;
}
.compact-contact{
  padding:38px 34px;
  box-shadow:none;
}
.compact-contact h2{
  font-size:clamp(1.9rem,3vw,2.7rem);
  margin-bottom:14px;
}
.compact-contact p{
  max-width:650px;
  font-size:1rem;
}
@media(max-width:850px){
  .download-panel{grid-template-columns:1fr;text-align:center}
  .download-copy p{margin-inline:auto}
  .download-points{justify-content:center}
}
@media(max-width:520px){
  .store-badge-link img,.store-badge-link.large img{height:auto;width:210px}
  .hero-actions.store-badges{flex-direction:column;align-items:center}
  .download-actions{padding:25px 18px}
}
