:root {
  --box-radius: 6px;
  --box-shadow-unified: 0 10px 24px rgba(18, 31, 58, 0.14), 0 2px 6px rgba(18, 31, 58, 0.08);
  --box-line-unified: rgba(0, 0, 0, 0.06);
}

.landing-brand {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #111;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 1100;
  box-shadow: 0 6px 18px rgba(24, 37, 67, 0.08);
}

.beta-topbar {
  width: 100%;
  background: #ff9f2f;
  border-bottom: 1px solid rgba(150, 79, 13, 0.25);
  text-align: center;
  padding: 10px 14px;
}

.beta-topbar a {
  color: #2e1600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.beta-topbar a:hover,
.beta-topbar a:focus-visible {
  text-decoration: underline;
}

.hero-eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(1.65rem, 3.6vw, 2.7rem) !important;
  line-height: 1.18;
}

.hero-lead {
  max-width: 54ch;
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-contrast {
  margin: -6px 0 18px;
  max-width: 56ch;
  padding: 10px 12px;
  border-left: 3px solid #ffbe5d;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-bullets {
  margin: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.hero-bullets li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
  text-align: left;
}

.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
}

.hero-purpose {
  margin: 14px 0 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.95rem;
  line-height: 1.55;
}

.gradient-banner {
  padding-bottom: 220px !important;
}

.pull-top {
  margin-top: -140px;
}

.section-title-left {
  text-align: left;
  margin-bottom: 22px;
}

.section-title-left h2,
.section-title-left p {
  text-align: left;
}

.hero-preview-card {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: var(--box-radius);
  padding: 22px;
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.hero-preview-card h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 16px 0 0;
}

.hero-preview-card p {
  margin-top: 12px;
  color: #5b6271;
}

.hero-chips {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-chips span {
  border: 1px solid #cad4ea;
  border-radius: 999px;
  background: #f7f9ff;
  color: #243149;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 6px 12px;
}

.visual-shot {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.visual-shot-phone {
  display: block;
  width: min(58%, 340px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}

.how-it-works-shot {
  display: block;
  width: min(58%, 340px);
  margin-left: auto;
  margin-right: auto;
}

#jak-to-dziala .image-content {
  display: flex;
  justify-content: center;
  padding-right: 0;
}

#beta .image-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.comparison-shell {
  background: #ffffff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 28px;
}

.comparison-grid {
  row-gap: 18px;
}

.comparison-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e9edf7;
  border-radius: var(--box-radius);
  box-shadow: 0 8px 18px rgba(16, 34, 68, 0.08);
  padding: 20px 20px 18px;
}

.comparison-card h3 {
  margin: 0 0 14px;
  color: #1f2a44;
  font-size: 1.15rem;
  font-weight: 700;
}

.comparison-list {
  margin: 0;
  display: grid;
  gap: 10px;
}

.comparison-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e3e8f4;
}

.comparison-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comparison-list span {
  color: #5f6674;
  font-size: 0.94rem;
}

.comparison-list strong {
  color: #232323;
  font-size: 0.94rem;
  text-align: right;
}

.comparison-summary {
  margin-top: 14px;
  color: #5f6674;
  font-size: 0.96rem;
}

.comparison-summary p {
  margin: 0;
}

.comparison-summary p + p {
  margin-top: 6px;
}

.comparison-verdict {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e3e8f4;
}

.comparison-verdict h4 {
  margin: 0 0 8px;
  color: #6b7487;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-verdict-list {
  margin: 0;
  display: grid;
  gap: 6px;
}

.comparison-verdict-list li {
  position: relative;
  padding-left: 16px;
  color: #475066;
  font-size: 0.9rem;
}

.comparison-verdict-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8894ad;
}

.comparison-verdict-win .comparison-verdict-list li::before {
  background: #2e7eed;
}

.comparison-card-win {
  border-color: #bad0ff;
  background: linear-gradient(180deg, #f7fbff 0%, #f3f8ff 100%);
}

.comparison-card-win h3 {
  color: #1452b8;
}

.comparison-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.comparison-badges span {
  background: #e8f1ff;
  color: #1452b8;
  border: 1px solid #bad0ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 5px 10px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card {
  background: #fff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 18px;
}

.benefit-card i {
  font-size: 1.3rem;
}

.benefit-card h3 {
  margin: 12px 0 8px;
  color: #232323;
  font-size: 1.02rem;
  font-weight: 700;
}

.benefit-card p {
  margin: 0;
  color: #666f80;
  font-size: 0.94rem;
  line-height: 1.55;
}

.beta-fomo {
  margin: 10px 0 0;
  color: #2c3a59;
  font-weight: 600;
}

.process-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.process-list li {
  background: #ffffff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 16px 18px;
}

.process-list li strong {
  display: block;
  color: #242424;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.process-list li span {
  color: #6f6f6f;
  font-size: 0.95rem;
}

.beta-warning {
  margin-top: 14px;
  padding: 12px 13px;
  border-radius: var(--box-radius);
  border: 1px solid #f3c2be;
  background: #fff0ef;
  color: #6d1f1b;
  font-size: 0.92rem;
  font-weight: 600;
}

.faq-shell {
  background: #fff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 10px 18px;
}

.faq-shell details {
  border-top: 1px solid #edf0f6;
  padding: 14px 0;
}

.faq-shell details:first-child {
  border-top: 0;
}

.faq-shell summary {
  cursor: pointer;
  list-style: none;
  color: #242424;
  font-size: 1rem;
  font-weight: 700;
}

.faq-shell summary::-webkit-details-marker {
  display: none;
}

.faq-shell p {
  margin-top: 10px;
  color: #6f6f6f;
  font-size: 0.96rem;
}

.privacy-shell {
  background: #fff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 22px;
}

.privacy-shell p {
  margin: 0;
  color: #5f6674;
  line-height: 1.68;
}

.privacy-shell p + p {
  margin-top: 12px;
}

.footer-admin-data {
  color: #6b7382;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 10px;
  color: #6b7382;
  font-size: 0.92rem;
}

.footer-legal-links a {
  color: #2e7eed;
  text-decoration: none;
  font-weight: 600;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #1f64c5;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-legal-links {
    gap: 8px;
  }

  .footer-admin-data {
    max-width: 34ch;
  }
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.placeholder-card {
  background: #fff;
  border: 1px solid var(--box-line-unified);
  border-radius: var(--box-radius);
  box-shadow: var(--box-shadow-unified), inset 0 1px 0 rgba(255, 255, 255, 0.56);
  padding: 22px;
}

.pull-top .rounded {
  border-radius: var(--box-radius) !important;
}

.pull-top .shadow {
  box-shadow: var(--box-shadow-unified) !important;
}

.placeholder-card h3 {
  margin: 0;
  color: #2e7eed;
  font-size: 1.02rem;
  font-weight: 700;
}

.placeholder-card p {
  margin-top: 10px;
  color: #6f6f6f;
}

.call-to-action-app h2 {
  margin-bottom: 14px;
}

.call-to-action-app p {
  margin-bottom: 28px;
}

.call-to-action-app .btn-white {
  color: #2e7eed !important;
  border: 1px solid rgba(46, 126, 237, 0.15);
}

.call-to-action-app .btn-white:hover,
.call-to-action-app .btn-white:focus-visible {
  color: #1f64c5 !important;
}

.cta-trust {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
}

.cta-trust li {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.82rem;
  font-weight: 600;
}

.cta-proof {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.cta-proof li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
}

.cta-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 992px) {
  #landingNav {
    text-align: center;
  }

  #landingNav .btn-main-sm {
    display: inline-block;
    margin: 12px auto 0 !important;
  }

  .landing-brand {
    font-size: 1.6rem;
  }

  .hero-preview-card h2 {
    font-size: 1.7rem;
  }

  .placeholder-grid {
    grid-template-columns: 1fr;
  }

  .comparison-shell {
    padding: 22px 18px;
  }

  .comparison-list li {
    flex-direction: column;
    gap: 4px;
  }

  .comparison-list strong {
    text-align: left;
  }

  .comparison-verdict h4 {
    font-size: 0.74rem;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-shot-phone {
    width: min(72%, 340px);
    margin-left: auto;
    margin-right: auto;
  }

  .how-it-works-shot {
    width: min(72%, 340px);
  }

  #jak-to-dziala .image-content {
    justify-content: center;
    padding-right: 0;
  }

  #beta .image-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .gradient-banner {
    padding-bottom: 140px !important;
  }

  .pull-top {
    margin-top: -70px;
  }

  .hero-title {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  .hero-cta {
    display: grid;
    gap: 10px;
  }

  .hero-cta .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .hero-contrast,
  .hero-purpose {
    margin-left: auto;
    margin-right: auto;
  }

  .beta-topbar a {
    font-size: 0.88rem;
  }

  .section-title-left h2,
  .section-title-left p {
    text-align: center;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .cta-proof {
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .cta-trust {
    justify-content: center;
  }
}
