/* Cenník internetu — rovnaký vizuálny jazyk ako internet landing */

.main_right_bg {
  display: none !important;
}

body {
  background: #e6eef7;
}

.cennik {
  color: #14233d;
  overflow: hidden;
  background: #e6eef7;
  padding-bottom: 8px;
}

.cennik *,
.cennik *::before,
.cennik *::after {
  box-sizing: border-box;
}

.cennik-wrap {
  width: min(90vw, 1180px);
  margin: 0 auto;
}

.cennik-eyebrow {
  margin: 0 0 12px;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3e9fff;
}

/* ——— Hero ——— */
.cennik-hero {
  padding: clamp(120px, 12vw, 148px) 0 clamp(36px, 4vw, 48px);
  background:
    radial-gradient(ellipse 70% 80% at 90% 0%, rgba(62, 159, 255, 0.18), transparent 55%),
    linear-gradient(180deg, #f4f9ff 0%, #e6eef7 100%);
}

.cennik-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #14345f;
}

.cennik-lead {
  margin: 16px 0 0;
  max-width: 34rem;
  color: #5a6b84;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.55;
}

.cennik-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 28px;
}

.cennik-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 12px;
  border: 0;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cennik-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.cennik-btn--solid {
  background: #3e9fff;
  color: #fff;
  box-shadow: 0 14px 28px rgba(62, 159, 255, 0.28);
}

.cennik-btn--solid:hover {
  background: #2f8ff0;
  color: #fff;
}

.cennik-btn--on-blue {
  background: #fff;
  color: #1a4f9c;
  box-shadow: 0 12px 28px rgba(10, 40, 90, 0.22);
}

.cennik-btn--on-blue:hover {
  background: #f3f8ff;
  color: #1a4f9c;
}

.cennik-link {
  color: #2560e6;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 96, 230, 0.28);
  padding-bottom: 2px;
}

.cennik-link:hover {
  color: #1581ed;
  border-color: rgba(37, 96, 230, 0.55);
  text-decoration: none;
}

.cennik-link--on-blue {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.cennik-link--on-blue:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* ——— Body ——— */
.cennik-body {
  padding: 8px 0 16px;
}

.cennik-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  margin: 0 0 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(37, 96, 230, 0.12);
  box-shadow: 0 12px 28px rgba(20, 52, 95, 0.06);
}

.cennik-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #2b6ab4;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.cennik-tabs button:hover {
  color: #1581ed;
}

.cennik-tabs button.is-active {
  background: #3e9fff;
  color: #fff;
  box-shadow: 0 10px 22px rgba(62, 159, 255, 0.24);
}

.cennik-note {
  margin: 0 0 28px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(37, 96, 230, 0.14);
  color: #5a6b84;
  font-size: 15px;
  line-height: 1.5;
}

.cennik-note__vat {
  color: #14345f;
  font-family: SourceSansBold, Arial, sans-serif;
  font-weight: 700;
}

.cennik-panel {
  display: none;
}

.cennik-panel.is-active {
  display: block;
  animation: cennik-fade 0.35s ease both;
}

.cennik-panel__head {
  margin: 0 0 22px;
}

.cennik-panel__head h2 {
  margin: 0;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: clamp(26px, 2.4vw, 34px);
  letter-spacing: -0.02em;
  color: #14345f;
}

.cennik-panel__head p {
  margin: 8px 0 0;
  max-width: 40rem;
  color: #5a6b84;
  font-size: 16px;
  line-height: 1.55;
}

/* ——— Tables / cards ——— */
.cennik-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cennik-card {
  padding: 22px 22px 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(37, 96, 230, 0.1);
  box-shadow: 0 14px 32px rgba(20, 52, 95, 0.06);
}

.cennik-card__head {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(37, 96, 230, 0.12);
}

.cennik-card h3 {
  margin: 0;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 18px;
  color: #14345f;
}

.cennik-card__max {
  margin: 6px 0 0;
  color: #5a6b84;
  font-size: 14px;
  line-height: 1.4;
}

.cennik-card__setup {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.cennik-card__setup li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  color: #5a6b84;
  font-size: 13px;
  line-height: 1.35;
  padding: 0 8px;
}

.cennik-card__setup strong {
  color: #14345f;
  font-family: SourceSansBold, Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  min-width: 4.5rem;
}

.cennik-card__setup-note {
  margin: 6px 0 0;
  padding: 0 8px;
  color: #7a8ba3;
  font-size: 12px;
  line-height: 1.4;
}

.cennik-empty {
  margin: 8px 0 0;
  padding: 20px 22px;
  border-radius: 16px;
  background: #f5f8fd;
  border: 1px solid rgba(37, 96, 230, 0.1);
  color: #5a6b84;
  font-size: 16px;
  line-height: 1.55;
}

.cennik-card table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.cennik-card th,
.cennik-card td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(20, 52, 95, 0.08);
  vertical-align: middle;
  box-sizing: border-box;
}

.cennik-card th {
  color: #7a8ba3;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom-color: rgba(20, 52, 95, 0.12);
}

.cennik-card td {
  color: #24304d;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: 15px;
}

/* Balík */
.cennik-card th:nth-child(1),
.cennik-card td:nth-child(1) {
  width: 18%;
  text-align: left;
}

/* Download / Upload — hlavička centrovaná nad hodnotou */
.cennik-card th:nth-child(2),
.cennik-card td:nth-child(2),
.cennik-card th:nth-child(3),
.cennik-card td:nth-child(3) {
  width: 31%;
  text-align: center;
}

.cennik-card td:nth-child(2),
.cennik-card td:nth-child(3) {
  color: #5a6b84;
  font-family: SourceSansRegular, Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}

/* Cena */
.cennik-card th:nth-child(4),
.cennik-card td:nth-child(4) {
  width: 20%;
  text-align: right;
  white-space: nowrap;
}

.cennik-card td:nth-child(4) {
  color: #2560e6;
}

.cennik-card tbody tr:last-child td {
  border-bottom: 0;
}

/* ——— Close ——— */
.cennik-close {
  padding: clamp(40px, 5vw, 56px) 0 clamp(64px, 8vw, 96px);
}

.cennik-close__inner {
  padding: clamp(36px, 4.5vw, 52px);
  border-radius: 24px;
  background: linear-gradient(135deg, #3e9fff 0%, #287ee7 48%, #1f63d0 100%);
  box-shadow: 0 24px 50px rgba(37, 96, 230, 0.28);
  color: #fff;
}

.cennik-close h2 {
  margin: 0 0 10px;
  font-family: SourceSansBold, Arial, sans-serif;
  font-size: clamp(26px, 2.8vw, 36px);
  letter-spacing: -0.03em;
  color: #fff;
}

.cennik-close p {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}

.cennik-close__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 28px;
}

@keyframes cennik-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cennik-panel.is-active {
    animation: none;
  }
}

@media (max-width: 900px) {
  .cennik-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cennik-hero h1 {
    max-width: none;
  }

  .cennik-tabs {
    grid-template-columns: 1fr;
  }

  .cennik-hero__actions,
  .cennik-close__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cennik-btn {
    width: 100%;
  }

  .cennik-card th,
  .cennik-card td {
    padding: 11px 4px;
    font-size: 13px;
  }

  .cennik-card th {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .cennik-card__setup li {
    padding: 0 4px;
  }

  .cennik-card th:nth-child(1),
  .cennik-card td:nth-child(1) {
    width: 16%;
  }

  .cennik-card th:nth-child(2),
  .cennik-card td:nth-child(2),
  .cennik-card th:nth-child(3),
  .cennik-card td:nth-child(3) {
    width: 32%;
  }

  .cennik-card th:nth-child(4),
  .cennik-card td:nth-child(4) {
    width: 20%;
  }
}
