:root {
  --bg: #07111f;
  --panel: rgba(14, 26, 44, 0.72);
  --panel-strong: #0f1d31;
  --text: #ecf3ff;
  --muted: #a8b6cf;
  --accent: #6aa7ff;
  --accent-2: #73f0d2;
  --line: rgba(255,255,255,0.10);
  --shadow: 0 20px 60px rgba(0,0,0,0.28);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(74,121,255,0.18), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(115,240,210,0.12), transparent 20%),
    linear-gradient(180deg, #06101b 0%, #081321 50%, #09182a 100%);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; position: relative; }
.alt { background: rgba(255,255,255,0.02); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.glass {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.bg-orb {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.22;
  pointer-events: none;
}
.orb-1 { left: -120px; top: 80px; background: #2b5ecf; }
.orb-2 { right: -120px; top: 420px; background: #00bfa5; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(6, 13, 25, 0.78);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  display: block;
  height: 34px;
  width: auto;
}
.footer-logo {
  display: block;
  height: 34px;
  width: auto;
  margin-bottom: 14px;
}
.nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}
.nav a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #8dc4ff);
  color: #07111f;
}
.btn-secondary {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
  color: var(--text);
}
.btn-outline {
  border-color: rgba(255,255,255,0.12);
  background: transparent;
  color: var(--text);
}
.btn-small { padding: 11px 16px; font-size: 0.92rem; }
.full { width: 100%; }

.eyebrow {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(115,240,210,0.10);
  color: var(--accent-2);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.left { margin-bottom: 22px; }
.section-head h2,
.hero h1,
.contact-section h2,
.process-grid h2 {
  margin: 16px 0 12px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.hero h1 { font-size: clamp(2.9rem, 5vw, 5.2rem); max-width: 880px; }
.section-head h2,
.contact-section h2,
.process-grid h2 { font-size: clamp(2rem, 3vw, 3rem); }
.section-head p,
.hero-lead,
.process-grid p { color: var(--muted); font-size: 1.05rem; }

.hero { padding-top: 86px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}
.hero-card {
  border-radius: var(--radius);
  padding: 28px;
}
.hero-proof {
  margin-top: 28px;
  border-radius: 22px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hero-proof strong,
.trust-grid strong,
.form-topline strong { display: block; margin-bottom: 6px; }
.hero-proof span,
.trust-grid span,
.form-topline span { color: var(--muted); font-size: 0.95rem; }
.status-pill {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(106,167,255,0.14);
  color: #b9d7ff;
  font-weight: 700;
  font-size: 0.88rem;
}
.hero-card h3 { font-size: 1.4rem; margin: 18px 0 10px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 24px; }
.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-badges span,
.total-box {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #d7e4fa;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
}
.check-list, .number-list, .download-list { padding-left: 0; margin: 0; list-style: none; }
.check-list li,
.download-list li {
  position: relative;
  padding-left: 30px;
  margin: 14px 0;
}
.check-list li::before,
.download-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(115,240,210,0.14);
  color: var(--accent-2);
  font-size: 0.9rem;
}
.compact li { margin: 12px 0; }
.number-list { counter-reset: item; }
.number-list li {
  counter-increment: item;
  position: relative;
  padding-left: 38px;
  margin: 14px 0;
}
.number-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(106,167,255,0.16);
  color: #d5e7ff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.mini-metrics > div {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 16px;
  border-radius: 18px;
}
.mini-metrics strong { display: block; font-size: 1.4rem; }
.mini-metrics span { color: var(--muted); font-size: 0.9rem; }

.trust-strip { padding-top: 12px; padding-bottom: 12px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
}
.strip { padding-top: 18px; }
.strip-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.strip-card,
.feature-card,
.partner-card,
.team-card,
.contact-card,
.reason-card {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.strip-card h3,
.feature-card h3,
.partner-card h3,
.team-card h3,
.reason-card h3 { margin-top: 0; margin-bottom: 10px; }
.strip-card p,
.feature-card p,
.partner-card p,
.team-card p,
.reason-card p,
.contact-section p { color: var(--muted); }
.feature-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.feature-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(106,167,255,0.18), rgba(115,240,210,0.18));
  color: #dff1ff;
  font-weight: 800;
  margin-bottom: 18px;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}
.timeline { display: grid; gap: 18px; }
.timeline-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.timeline-item span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(106,167,255,0.14);
  font-weight: 800;
  font-size: 1.1rem;
}
.timeline-item h3 { margin: 4px 0 8px; }
.timeline-item p { margin: 0; color: var(--muted); }

.partners-wrap,
.contact-grid,
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.partner-grid { display: grid; gap: 18px; }
.download-box {
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.download-box p { margin-bottom: 0; color: var(--muted); }
.download-list { margin-top: 14px; }

.quote-form {
  border-radius: var(--radius);
  padding: 26px;
  grid-column: 1 / -1;
  max-width: 980px;
  width: 100%;
  margin-top: 8px;
}
.form-anchor-head {
  margin-bottom: 18px;
}
.form-anchor-head h3 {
  margin: 6px 0 10px;
}
.form-anchor-head p {
  margin: 0;
  color: var(--muted);
}
.download-option .btn {
  margin-top: 10px;
  width: 100%;
}
.form-topline {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.field-note,
.form-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0;
}

.form-modal-form .form-note {
  text-align: center;
  max-width: 62ch;
  margin: 16px auto 0;
}
input, textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--text);
  padding: 14px 16px;
  border-radius: 16px;
  font: inherit;
}
input::placeholder, textarea::placeholder { color: #91a4c4; }
input:focus, textarea:focus {
  outline: none;
  border-color: rgba(106,167,255,0.60);
  box-shadow: 0 0 0 4px rgba(106,167,255,0.12);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.table-like {
  display: grid;
  gap: 10px;
}
.table-head,
.table-row {
  display: grid;
  grid-template-columns: 2fr 0.7fr 1fr auto;
  gap: 10px;
  align-items: center;
}
.table-head {
  color: var(--muted);
  font-size: 0.92rem;
  padding: 0 6px;
}
.table-row {
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.remove-row {
  border: 0;
  background: rgba(255,255,255,0.06);
  color: #ffd2d2;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
}
.row-actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.success-box {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(115,240,210,0.12);
  color: #dffcf5;
  border: 1px solid rgba(115,240,210,0.20);
}
.success-box.show { display: block; }

.avatar {
  width: 72px; /* Nieco powiększone, by twarz była czytelna */
  height: 72px;
  border-radius: 24px; /* Zachowany kształt */
  margin-bottom: 20px;
  overflow: hidden; /* Ucina obrazek do zaokrąglenia */
  border: 2px solid rgba(106, 167, 255, 0.25); /* Subtelna ramka w kolorze akcentu */
  background: var(--panel-strong); /* Tło pod obrazkiem */
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Sprawia, że zdjęcie wypełnia kwadrat bez rozciągania */
  display: block;
}
.role { color: #b8d4ff; font-weight: 700; margin-top: -4px; }
.contact-card { display: grid; gap: 18px; }
.contact-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-row span { color: var(--muted); }
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0 34px;
  color: var(--muted);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

@media (max-width: 1000px) {
  .hero-grid,
  .process-grid,
  .partners-wrap,
  .contact-grid,
  .form-grid,
  .strip-grid,
  .feature-grid,
  .team-grid,
  .trust-grid,
  .why-grid,
  .hero-proof { grid-template-columns: 1fr; }

  .nav { display: none; }
}

@media (max-width: 680px) {
  .section { padding: 68px 0; }
  .container { width: min(100% - 24px, 1160px); }
  .hero h1 { font-size: 2.65rem; }
  .split,
  .table-head,
  .table-row,
  .mini-metrics { grid-template-columns: 1fr; }
  .download-box,
  .row-actions,
  .contact-row,
  .footer-wrap,
  .hero-actions { flex-direction: column; align-items: stretch; }
  .site-header .btn-small { display: none; }
}
/* Ukrycie strzałek (spinnerów) we wszystkich polach liczbowych w formularzu (Ilość oraz Kwota) */
.quote-form input[type="number"]::-webkit-inner-spin-button,
.quote-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quote-form input[type="number"] {
  -moz-appearance: textfield; /* Dla przeglądarki Firefox */
}
/* Slider Netto/Brutto w tabeli */
.tax-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0;
}
.tax-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tax-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  transition: .3s;
}
.tax-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: var(--muted);
  border-radius: 50%;
  transition: .3s;
}
.tax-switch input:checked + .tax-slider {
  background-color: rgba(106,167,255,0.2);
  border-color: var(--accent);
}
.tax-switch input:checked + .tax-slider:before {
  transform: translateX(16px);
  background-color: var(--accent);
}

@media (max-width: 680px) {
  .brand-logo { height: 30px; }
  .footer-logo { height: 30px; }
}


/* --- Usprawnienia formularza i sekcji pomocniczych --- */
.download-box {
  display: grid;
  gap: 18px;
}
.download-box-head {
  display: grid;
  gap: 8px;
}
.download-box-head p { margin: 0; }
.download-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.download-option {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.download-option h3 {
  margin: 12px 0 8px;
  font-size: 1.15rem;
}
.download-option p {
  margin: 0 0 18px;
  color: var(--muted);
}
.download-option-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d8e7ff;
  font-size: 0.82rem;
  font-weight: 700;
}
.download-option.featured {
  background: linear-gradient(180deg, rgba(106,167,255,0.12), rgba(255,255,255,0.03));
  border-color: rgba(106,167,255,0.28);
}

.tax-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tax-side-label {
  color: var(--muted);
  font-size: 0.88rem;
}
.tax-current-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dff1ff;
  font-size: 0.84rem;
}
.tax-switch {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 30px;
  margin: 0;
}
.tax-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.tax-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.08),
    inset 0 -6px 18px rgba(0,0,0,0.28),
    0 8px 20px rgba(0,0,0,0.18);
  transition: .28s ease;
}
.tax-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, #cfdcf2);
  box-shadow: 0 4px 10px rgba(0,0,0,0.22);
  transition: .28s ease;
}
.tax-switch input:checked + .tax-slider {
  background:
    linear-gradient(135deg, rgba(106,167,255,0.9), rgba(115,240,210,0.55));
  border-color: rgba(255,255,255,0.22);
}
.tax-switch input:checked + .tax-slider::before {
  transform: translateX(24px);
}
.tax-switch input:focus-visible + .tax-slider {
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.08),
    inset 0 -6px 18px rgba(0,0,0,0.28),
    0 0 0 4px rgba(106,167,255,0.16);
}

.checkbox-field { margin-bottom: 22px; }
.consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  cursor: pointer;
}
.consent-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.consent-box {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(9, 24, 42, 0.85);
  margin-top: 2px;
  transition: 0.22s ease;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.04);
}
.consent-copy {
  margin: 0;
  line-height: 1.55;
}
.consent-copy a {
  color: #cfe4ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.consent-check input:checked + .consent-box {
  background: linear-gradient(135deg, var(--accent), #8dc4ff);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(106,167,255,0.28);
}
.consent-check input:checked + .consent-box::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  margin: 3px 0 0 7px;
  border: solid #07111f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.consent-check:has(input:focus-visible) {
  border-color: rgba(106,167,255,0.45);
  box-shadow: 0 0 0 4px rgba(106,167,255,0.12);
}

.support-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.support-card {
  border-radius: 24px;
  padding: 24px;
}
.support-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 20px;
}
.support-tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 12px 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}
.support-tab.is-active {
  background: linear-gradient(135deg, rgba(106,167,255,0.95), rgba(141,196,255,0.95));
  color: #07111f;
  box-shadow: 0 10px 24px rgba(106,167,255,0.22);
}
.support-panel[hidden] { display: none; }
.contact-card-plain {
  padding: 0;
  border: 0;
  background: transparent;
}
.faq-accordion {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  padding: 0 18px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  font-weight: 700;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  color: var(--accent-2);
  font-size: 1.3rem;
  font-weight: 400;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item p {
  margin: 0 0 18px;
  color: var(--muted);
}

@media (max-width: 1000px) {
  .support-grid,
  .download-options { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .support-tabs,
  .tax-toggle-wrap { width: 100%; }
  .support-tabs { justify-content: space-between; }
  .support-tab { flex: 1; }
  .tax-current-label { width: 100%; justify-content: center; }
  .consent-check { grid-template-columns: 22px 1fr; }
}


.inline-direction-note {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(115,240,210,0.18);
  background: rgba(115,240,210,0.08);
  color: #dffcf5;
  font-weight: 600;
  line-height: 1.45;
}

.tax-toggle-wrap {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-self: start;
}
.tax-toggle-tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 12px 18px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
  min-width: 92px;
}
.tax-toggle-tab.is-active {
  background: linear-gradient(135deg, rgba(106,167,255,0.95), rgba(141,196,255,0.95));
  color: #07111f;
  box-shadow: 0 10px 24px rgba(106,167,255,0.22);
}
.tax-toggle-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(106,167,255,0.16);
}
.tax-side-label, .tax-current-label, .tax-switch, .tax-slider { display: none !important; }

.consent-check {
  position: relative;
  grid-template-columns: 22px minmax(0, 1fr);
}
.consent-check input {
  position: absolute;
  inset: 14px auto auto 16px;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  pointer-events: auto;
  z-index: 2;
}
.consent-box {
  grid-column: 1;
  grid-row: 1;
}
.consent-copy {
  grid-column: 2;
}

.faq-section-compact {
  padding-top: 32px;
}
.faq-section-head {
  max-width: 760px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1000px) {
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .tax-toggle-wrap { width: auto; }
  .tax-toggle-tab { padding-inline: 16px; min-width: 88px; }
  .inline-direction-note { width: 100%; text-align: left; }
}

.table-head {
  grid-template-columns: minmax(0, 1.45fr) 90px max-content 92px;
  align-items: center;
}
.table-head > span:nth-child(1) { min-width: 0; }
.table-head > span:nth-child(2),
.table-head > span:nth-child(4) { white-space: nowrap; }
.text-link-inline { color: var(--accent); text-decoration: underline; }
.faq-page-head h1 { margin: 16px 0 12px; line-height: 1.05; letter-spacing: -0.03em; font-size: clamp(2.4rem, 4vw, 4rem); }
.faq-page-grid { display: grid; gap: 14px; max-width: 900px; }
.faq-page-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

/* --- Final polish v4 --- */
.tax-toggle-wrap {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(88px, auto);
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  white-space: nowrap;
}

.tax-toggle-tab {
  min-width: 96px;
  white-space: nowrap;
  text-align: center;
}

.table-head {
  grid-template-columns: minmax(0, 1.8fr) 92px 220px 88px;
}

.total-box strong { white-space: nowrap; }

.consent-check {
  position: relative;
  grid-template-columns: 24px 1fr;
  gap: 14px;
}

.consent-box {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1.5px solid rgba(255,255,255,0.34);
  background: rgba(11, 24, 40, 0.92);
}

.inline-direction-note {
  width: 100%;
  text-align: left;
  color: #dff1ff;
}

@media (max-width: 860px) {
  .table-head {
    grid-template-columns: minmax(0, 1fr) 82px 1fr 74px;
  }

  .tax-toggle-wrap {
    width: 100%;
    grid-auto-columns: 1fr;
  }

  .tax-toggle-tab {
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.88rem;
  }
}

@media (max-width: 640px) {
  .table-head,
  .table-row {
    grid-template-columns: 1fr;
  }

  .table-head > span:nth-child(2),
  .table-head > span:nth-child(4) {
    display: none;
  }

  .tax-toggle-wrap {
    width: fit-content;
  }
}


/* --- Final polish v6 --- */
.section-head p,
.hero-lead,
.process-grid p,
.form-anchor-head p {
  max-width: 66ch;
}

#wycena .container > div:first-child {
  max-width: 620px;
}

.download-box {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
}

.download-option {
  min-height: 100%;
}

.form-anchor-head h3,
.quote-form .form-topline strong {
  letter-spacing: -0.02em;
}

.team-card {
  min-height: 100%;
}

.avatar {
  display: grid;
  place-items: center;
}

.avatar-initials {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #eef6ff;
  background: linear-gradient(135deg, rgba(106,167,255,0.30), rgba(115,240,210,0.22));
}

.contact-section .support-card {
  background: rgba(255,255,255,0.04);
}

.footer-company-info p,
.footer-legal p {
  line-height: 1.5;
}

@media (max-width: 680px) {
  #wycena .container > div:first-child {
    max-width: none;
  }
}


/* --- Quote section refinement v8 --- */
.quote-layout {
  grid-template-columns: 1fr;
  gap: 26px;
}

.quote-section-shell {
  display: grid;
  gap: 22px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.quote-section-head {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.quote-section-head h2 {
  margin: 0;
  letter-spacing: -0.03em;
}

.quote-section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}

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

.quote-choice-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 16px 34px rgba(5, 12, 24, 0.16);
}

.quote-choice-card h3 {
  margin: 14px 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.quote-choice-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.quote-choice-card .btn {
  margin-top: auto;
  width: 100%;
}

.quote-form {
  margin: 0 auto;
}

.form-anchor-head,
.form-topline,
.quote-form .field,
.quote-form .checkbox-field,
.quote-form > .btn,
.quote-form > .form-note,
.quote-form > .success-box {
  max-width: 100%;
}

.form-anchor-head p,
.form-note {
  max-width: 62ch;
}

@media (max-width: 860px) {
  .quote-choice-grid {
    grid-template-columns: 1fr;
  }

  .quote-section-shell,
  .quote-form {
    max-width: 100%;
  }
}


/* --- Quote section redesign v11 --- */
#wycena {
  position: relative;
}

.quote-layout {
  display: block;
}

.quote-section-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.quote-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.quote-section-head {
  display: grid;
  gap: 12px;
  align-content: center;
}

.quote-section-head .eyebrow {
  color: var(--accent-2);
}

.quote-section-head h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.quote-section-head p {
  margin: 0;
  max-width: 62ch;
  font-size: 1.04rem;
  line-height: 1.72;
}

.quote-intro-note {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px 26px;
  border-radius: 24px;
  min-height: 100%;
}

.quote-intro-note strong {
  font-size: 1rem;
  color: #f6fbff;
}

.quote-intro-note span {
  color: var(--muted);
  line-height: 1.65;
}

.quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.quote-choice-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.028));
  box-shadow: 0 18px 40px rgba(5, 12, 24, 0.14);
}

.quote-choice-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(115,240,210,0.18), rgba(106,167,255,0.25), transparent);
}

.quote-choice-card--primary {
  border-color: rgba(115,240,210,0.18);
  background: linear-gradient(180deg, rgba(115,240,210,0.09), rgba(255,255,255,0.035));
}

.quote-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.quote-card-meta {
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.quote-choice-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.quote-choice-card p {
  margin: 0 0 18px;
  line-height: 1.68;
}

.quote-choice-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.quote-choice-list li {
  position: relative;
  padding-left: 24px;
  color: #dfeaf8;
}

.quote-choice-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--accent-2);
}

.quote-choice-card .btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
}

.quote-direction-note {
  padding: 18px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: #dfeaf8;
  line-height: 1.65;
}

.quote-direction-note strong {
  color: #f6fbff;
}

.quote-form {
  max-width: none;
  width: 100%;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8, 17, 30, 0.96), rgba(8, 17, 30, 0.88));
  box-shadow: 0 24px 48px rgba(4, 10, 20, 0.18);
}

.form-anchor-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding-right: 56px;
}

.form-anchor-head h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
}

.form-anchor-head p {
  margin: 0;
  line-height: 1.7;
}

.form-topline {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
}

@media (max-width: 980px) {
  .quote-section-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .quote-choice-grid {
    grid-template-columns: 1fr;
  }

  .quote-choice-card,
  .quote-form {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .quote-section-shell {
    gap: 20px;
  }

  .quote-section-head h2 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .quote-choice-card,
  .quote-form,
  .quote-intro-note {
    padding: 20px;
    border-radius: 22px;
  }

  .quote-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-card-meta {
    white-space: normal;
  }

  .quote-direction-note {
    padding: 16px 18px;
    border-radius: 18px;
  }
}

/* Modal formularza online */
.form-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 1200;
}
.form-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 24, 0.76);
  backdrop-filter: blur(10px);
}
.form-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  border-radius: 28px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.form-modal-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.form-modal-form {
  position: relative;
  margin: 0;
}
.form-modal-close {
  position: sticky;
  top: 18px;
  margin-left: auto;
  margin-bottom: -42px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
  backdrop-filter: blur(8px);
}
.form-modal-close:hover {
  background: rgba(255,255,255,0.14);
}
body.modal-open {
  overflow: hidden;
}
@media (max-width: 680px) {
  .form-modal {
    padding: 12px;
    align-items: flex-end;
  }
  .form-modal-dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: 24px 24px 0 0;
  }
  .form-modal-close {
    top: 12px;
  }
}


/* --- Quote section alignment v12 --- */
.quote-section-shell {
  width: 100%;
  max-width: none;
  gap: 18px;
}

.quote-section-head--aligned {
  max-width: 780px;
  margin-bottom: 16px;
}

.quote-section-head--aligned h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 16px 0 12px;
}

.quote-section-head--aligned p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 62ch;
}

.quote-choice-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quote-choice-card {
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: none;
}

.quote-card-top {
  margin-bottom: 16px;
}

.quote-choice-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.quote-choice-card p {
  margin-bottom: 18px;
}

.quote-choice-list {
  gap: 10px;
  margin-bottom: 22px;
}

@media (max-width: 860px) {
  .quote-section-head--aligned {
    margin-bottom: 10px;
  }

  .quote-choice-grid {
    grid-template-columns: 1fr;
  }
}


/* --- Quote section exact container alignment v13 --- */
#wycena .container {
  width: min(100% - 48px, 1160px);
}

.quote-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.quote-section-head h2,
.quote-section-head p {
  max-width: none;
}

.quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.quote-choice-card {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: none;
}

.quote-choice-card h3 {
  margin: 12px 0 10px;
  font-size: 1.15rem;
}

.quote-choice-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.quote-choice-list {
  gap: 10px;
  margin: 0 0 22px;
}

.quote-choice-list li {
  color: #dfeaf8;
}

@media (max-width: 860px) {
  .quote-choice-grid {
    grid-template-columns: 1fr;
  }
}


.form-modal-form > .form-note {
  text-align: center;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}


/* --- Final polish v16 --- */
:root {
  --card-radius-unified: 22px;
  --card-bg-unified: rgba(255,255,255,0.03);
  --card-border-unified: rgba(255,255,255,0.08);
}

.hero {
  padding-top: 78px;
}

.hero-grid {
  gap: 28px;
  align-items: start;
}

.hero-copy {
  padding-top: 8px;
}

.hero-lead {
  max-width: 60ch;
}

.hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 26px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--card-border-unified);
  background: rgba(255,255,255,0.04);
  color: #d7e7ff;
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-card,
.hero-proof,
.strip-card,
.feature-card,
.partner-card,
.team-card,
.reason-card,
.support-card,
.contact-card,
.timeline-item,
.quote-choice-card,
.download-option {
  border-radius: var(--card-radius-unified);
  border: 1px solid var(--card-border-unified);
  background: var(--card-bg-unified);
  box-shadow: none;
  backdrop-filter: none;
}

.hero-card {
  padding: 26px;
}

.hero-card h3 {
  margin-top: 16px;
  font-size: 1.3rem;
}

.hero-proof {
  margin-top: 24px;
  padding: 16px 18px;
}

.hero-proof strong {
  font-size: 0.98rem;
}

.hero-proof span {
  line-height: 1.6;
}

.mini-metrics > div {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--card-border-unified);
  border-radius: 18px;
}

.trust-grid {
  background: rgba(255,255,255,0.03);
  box-shadow: none;
  backdrop-filter: none;
}

.strip-card,
.feature-card,
.partner-card,
.team-card,
.reason-card,
.timeline-item {
  min-height: 100%;
}

.strip-card p,
.feature-card p,
.partner-card p,
.team-card p,
.reason-card p,
.timeline-item p,
.quote-choice-card p,
.contact-section p {
  line-height: 1.68;
}

.partner-cta-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

#wycena {
  background: rgba(255,255,255,0.015);
}

#wycena .container {
  width: min(1160px, calc(100% - 40px));
}

.quote-section-head {
  margin-bottom: 28px;
}

.quote-choice-grid {
  gap: 18px;
}

.quote-choice-card {
  padding: 26px;
}

.quote-choice-card--primary {
  background: rgba(255,255,255,0.045);
  border-color: rgba(115,240,210,0.16);
}

.quote-card-top {
  margin-bottom: 14px;
}

.quote-card-meta {
  font-size: 0.88rem;
}

.download-option-badge {
  background: rgba(255,255,255,0.05);
}

.form-modal-backdrop {
  background: rgba(5, 12, 24, 0.68);
}

.form-modal-dialog {
  width: min(940px, 100%);
  max-height: min(90vh, 960px);
}

.form-modal-form.quote-form {
  background: rgba(10, 18, 31, 0.96);
  border: 1px solid var(--card-border-unified);
  box-shadow: 0 22px 40px rgba(0,0,0,0.22);
  backdrop-filter: blur(12px);
}

.form-modal-close {
  background: rgba(255,255,255,0.10);
}

.form-anchor-head {
  margin-bottom: 20px;
}

.row-actions {
  margin-top: 14px;
}

.support-grid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 32px;
  align-items: center;
}

.contact-section .eyebrow + h2,
.contact-section p {
  max-width: 58ch;
}

.support-card {
  padding: 26px;
  background: rgba(255,255,255,0.035);
}

.contact-card {
  gap: 16px;
}

.contact-row {
  align-items: baseline;
}

.contact-row strong {
  text-align: right;
}

.contact-row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-footer {
  padding-top: 26px;
}

@media (max-width: 1000px) {
  .support-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .hero-points span {
    width: 100%;
    justify-content: flex-start;
  }

  #wycena .container {
    width: min(100% - 24px, 1160px);
  }
}


/* --- v17 polish: badge width + contact repair --- */
.quote-section-head .eyebrow {
  width: fit-content;
  justify-self: start;
}

.contact-section .support-card {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
}

.contact-card {
  gap: 0;
}

.contact-row {
  align-items: center;
  min-height: 64px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.contact-row span {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-row strong {
  flex: 0 0 auto;
  max-width: 52%;
  text-align: right;
}

.contact-card .btn {
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .contact-section .support-card {
    max-width: none;
    margin-left: 0;
  }
}


/* --- v18 contact cleanup --- */
.contact-card.contact-card-plain {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.contact-section {
  margin-top: 18px;
}

.contact-section .container.support-grid {
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-section .support-card {
  overflow: hidden;
}

/* --- Spacing refinement v19 --- */
.hero {
  padding-bottom: 34px;
}

.hero-proof {
  margin-bottom: 0;
}

.trust-strip {
  padding-top: 0;
}

.trust-grid {
  margin-top: 0;
}
