/*  ============================================================
    Audyt SEO
    ============================================================ */

/* SEKCJA ABOVE THE FOLD */

.audit-hero *,
.audit-hero *::before,
.audit-hero *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.audit-hero {
  --ah-bg: #0e0e0e;
  --ah-accent: #00e87b;
  --ah-accent-dim: rgba(0, 232, 123, 0.15);
  --ah-text: #f0f5f2;
  --ah-text-mid: rgba(240, 245, 242, 0.58);
  --ah-text-lo: rgba(240, 245, 242, 0.42);
  --ah-text-ultra-lo: rgba(240, 245, 242, 0.18);
  --ah-border: rgba(255, 255, 255, 0.05);
  --ah-card-bg: rgba(8, 14, 10, 0.92);
  --ah-amber: #febc2e;
  --ah-coral: #ff6b5a;
  --ah-font-display: 'Syne', sans-serif;
  --ah-font-mono: 'JetBrains Mono', monospace;
  --ah-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

.audit-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: auto;
  background: var(--ah-bg);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.audit-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.audit-hero__noise {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.audit-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: ahOrbFloat 10s ease-in-out infinite alternate;
}
.audit-hero__orb--1 {
  width: 750px;
  height: 750px;
  top: -15%;
  left: -8%;
  background: radial-gradient(circle, rgba(0,232,123,.28), transparent 70%);
  filter: blur(100px);
}
.audit-hero__orb--2 {
  width: 550px;
  height: 550px;
  bottom: -10%;
  right: 15%;
  background: radial-gradient(circle, rgba(0,180,90,.22), transparent 70%);
  filter: blur(90px);
  animation-delay: -4s;
}

.audit-hero__vline {
  position: absolute;
  left: 62%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0,232,123,.07) 25%, rgba(0,232,123,.07) 75%, transparent);
  pointer-events: none;
  z-index: 2;
  transform: scaleY(0);
  animation: ahLineReveal .8s ease-out 1.1s forwards;
}

.audit-hero__accent-bar {
  position: absolute;
  top: 32px;
  left: 48px;
  width: 0;
  height: 3px;
  background: var(--ah-accent);
  border-radius: 2px;
  z-index: 5;
  animation: ahBarGrow .5s ease-out .2s forwards;
}

.audit-hero__watermark {
  position: absolute;
  top: 44%;
  left: 45%;
  transform: translate(-50%, -55%);
  font-family: var(--ah-font-display);
  font-weight: 800;
  font-size: clamp(120px, 16vw, 124px);
  color: rgba(255,255,255,.015);
  letter-spacing: -.06em;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  user-select: none;
}

.audit-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
  min-height: auto;
}

.audit-hero__content {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.audit-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ah-font-mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ah-text-lo);
  margin-bottom: 22px;
  opacity: 0;
  animation: ahFadeUp .5s ease-out .25s forwards;
}
.audit-hero__breadcrumb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ah-accent);
  box-shadow: 0 0 10px rgba(0,232,123,.35);
  flex-shrink: 0;
}
.audit-hero__breadcrumb-current {
  color: var(--ah-accent);
}
.audit-hero__breadcrumb-sep {
  opacity: .4;
  margin: 0 1px;
}

.audit-hero__eyebrow {
  font-family: var(--ah-font-mono);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ah-accent);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: ahFadeUp .5s ease-out .35s forwards;
}
.audit-hero__eyebrow::before {
  content: '';
  width: 22px;
  height: 1.5px;
  background: var(--ah-accent);
  border-radius: 1px;
  flex-shrink: 0;
}

.audit-hero__title {
  font-family: var(--ah-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(34px, 4.2vw, 52px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.03em !important;
  color: var(--ah-text) !important;
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
  max-width: 620px;
  text-transform: none !important;
  border: none !important;
  background: none !important;
  opacity: 0;
  animation: ahFadeUp .7s ease-out .4s forwards;
}
.audit-hero__title-accent {
  color: var(--ah-accent);
  position: relative;
  display: inline;
}
.audit-hero__title-dim {
  color: rgba(240, 245, 242, .52);
  font-weight: 700;
}

.audit-hero__body-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 28px;
  opacity: 0;
  animation: ahFadeUp .6s ease-out .6s forwards;
}

.audit-hero__body-text {
  font-family: var(--ah-font-body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ah-text-mid);
  max-width: 420px;
  flex: 1;
}

.audit-hero__audit-points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 16px;
  border-left: 1px solid rgba(0,232,123,.1);
  flex-shrink: 0;
}
.audit-hero__audit-point {
  font-family: var(--ah-font-mono);
  font-weight: 400;
  font-size: 11px;
  color: var(--ah-text-lo);
  letter-spacing: .02em;
  padding: 3px 0;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.audit-hero__audit-point:hover {
  color: var(--ah-accent);
  padding-left: 6px;
}
.audit-hero__audit-point--active {
  color: rgba(0,232,123,.6);
  font-weight: 500;
}

.audit-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  opacity: 0;
  animation: ahFadeUp .6s ease-out .7s forwards;
}

.audit-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 13px 28px;
  background: #2eea66;
  color: var(--ah-bg);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all .35s cubic-bezier(.16,1,.3,1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(46, 234, 102, .35), 0 0 0 1px rgba(46, 234, 102, .2);
}
.audit-hero__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(46, 234, 102, .45), 0 0 0 1px rgba(46, 234, 102, .35), 0 0 60px rgba(46, 234, 102, .1);
}
.audit-hero__btn-primary:active {
  transform: translateY(0) scale(.97);
}
.audit-hero__btn-primary svg {
  transition: transform .3s ease;
}
.audit-hero__btn-primary:hover svg {
  transform: rotate(90deg);
}

.audit-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: rgba(46, 234, 102, .7);
  background: none;
  border: 1px solid rgba(46, 234, 102, .2);
  border-radius: 100px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all .35s cubic-bezier(.16,1,.3,1);
  text-decoration: none;
}
.audit-hero__btn-secondary:hover {
  color: #2eea66;
  border-color: rgba(46, 234, 102, .45);
  box-shadow: 0 4px 20px rgba(46, 234, 102, .12);
  transform: translateY(-1px);
}
.audit-hero__btn-secondary svg {
  transition: all .3s ease;
  opacity: .7;
}
.audit-hero__btn-secondary:hover svg {
  transform: translateX(4px);
  opacity: 1;
}

.audit-hero__proof {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--ah-border);
  padding-top: 20px;
  opacity: 0;
  animation: ahFadeUp .5s ease-out .9s forwards;
}
.audit-hero__proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid var(--ah-border);
}
.audit-hero__proof-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.audit-hero__proof-value {
  font-family: var(--ah-font-display);
  font-weight: 800;
  font-size: 26px;
  color: #2eea66;
  line-height: 1;
  letter-spacing: -.02em;
}
.audit-hero__proof-label {
  font-family: var(--ah-font-mono);
  font-weight: 400;
  font-size: 9px;
  color: var(--ah-text-lo);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.audit-hero__photo-col {
  position: relative;
  height: 100%;
  min-height: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 3;
  padding-top: 40px;
}

.audit-hero__photo-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  transition: transform .4s ease-out;
}

.audit-hero__photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3/3.8;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(155deg, #0f1a14, #182419 40%, #0d1610);
  opacity: 0;
  animation: ahPhotoReveal .9s ease-out .3s forwards;
}

.audit-hero__photo-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, var(--ah-bg), transparent);
  z-index: 2;
  pointer-events: none;
}

.audit-hero__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.audit-hero__photo-accent {
  position: absolute;
  top: -6px;
  left: 24px;
  width: 56px;
  height: 3px;
  background: var(--ah-accent);
  border-radius: 2px;
  z-index: 4;
  opacity: 0;
  animation: ahFadeIn .4s ease-out 1s forwards;
}

.audit-hero__metric-card {
  position: absolute;
  z-index: 5;
  background: var(--ah-card-bg);
  border: 1px solid var(--ah-border);
  border-radius: 12px;
  padding: 12px 15px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transition: transform .4s ease-out;
}
.audit-hero__metric-card--performance {
  top: 20px;
  left: -40px;
  animation: ahCardIn .5s cubic-bezier(.16,1,.3,1) .95s forwards;
}
.audit-hero__metric-card--indexation {
  bottom: 40px;
  right: -20px;
  animation: ahCardIn .5s cubic-bezier(.16,1,.3,1) 1.1s forwards;
}
.audit-hero__metric-card--issues {
  top: 50%;
  left: -60px;
  transform: translateY(-50%) scale(.92);
  animation: ahCardInCenter .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
}

.audit-hero__metric-title {
  font-family: var(--ah-font-mono);
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgb(240 245 242 / 62%);
  margin-bottom: 5px;
}
.audit-hero__metric-value {
  font-family: var(--ah-font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--ah-text);
  line-height: 1;
  letter-spacing: -.01em;
}
.audit-hero__metric-unit {
  font-family: var(--ah-font-mono);
  font-weight: 400;
  font-size: 11px;
  color: var(--ah-text-lo);
}
.audit-hero__metric-bar {
  margin-top: 8px;
  height: 3px;
  background: rgba(255,255,255,.04);
  border-radius: 2px;
  width: 90px;
  overflow: hidden;
}
.audit-hero__metric-fill {
  height: 100%;
  border-radius: 2px;
  width: 0;
  transition: width 1s ease-out;
}
.audit-hero__metric-fill--amber { background: var(--ah-amber); }
.audit-hero__metric-fill--green { background: var(--ah-accent); }
.audit-hero__metric-fill--coral { background: var(--ah-coral); }

.audit-hero__metric-live {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
}
.audit-hero__metric-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ah-accent);
  animation: ahPulse 2s ease-in-out infinite;
}
.audit-hero__metric-live-text {
  font-family: var(--ah-font-mono);
  font-weight: 400;
  font-size: 9px;
  color: rgba(0,232,123,.5);
  letter-spacing: .03em;
}
.audit-hero__metric-code {
  font-family: var(--ah-font-mono);
  font-weight: 600;
  font-size: 8.5px;
  color: var(--ah-text-ultra-lo);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 5px;
}

.audit-hero__scanline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,232,123,.1), transparent);
  z-index: 4;
  pointer-events: none;
  animation: ahScanline 5s linear infinite;
  opacity: .6;
}

@keyframes ahOrbFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(25px, -18px) scale(1.1); }
}
@keyframes ahFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ahFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes ahPhotoReveal {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  to { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes ahCardIn {
  from { opacity: 0; transform: scale(.88) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes ahCardInCenter {
  from { opacity: 0; transform: translateY(-50%) scale(.88); }
  to { opacity: 1; transform: translateY(-50%) scale(1); }
}
@keyframes ahBarGrow {
  from { width: 0; }
  to { width: 48px; }
}
@keyframes ahLineReveal {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}
@keyframes ahPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}
@keyframes ahScanline {
  0% { transform: translateY(-100vh); }
  100% { transform: translateY(100vh); }
}

@media (max-width: 1100px) {
  .audit-hero__inner {
    grid-template-columns: 1fr 340px;
    gap: 40px;
    padding: 0 32px;
  }

  .audit-hero__metric-card--performance {
    top: 20px;
    left: -18px;
  }

  .audit-hero__metric-card--indexation {
    bottom: 28px;
    right: -10px;
  }

  .audit-hero__metric-card--issues {
    display: block;
    top: 50%;
    left: -18px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%) scale(.92);
    animation: ahCardInCenter .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
  }
}

@media (max-width: 900px) {
  .audit-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 24px;
    min-height: auto;
  }

  .audit-hero {
    min-height: auto;
  }

  .audit-hero__content {
    padding: 80px 0 40px;
  }

  .audit-hero__photo-col {
    min-height: auto;
    height: auto;
    padding-bottom: 60px;
  }

  .audit-hero__photo-wrap {
    max-width: 360px;
    margin: 0 auto;
  }

  .audit-hero__title {
    max-width: 100% !important;
  }

  .audit-hero__body-row {
    flex-direction: column;
    gap: 20px;
  }

  .audit-hero__body-text {
    max-width: 100%;
  }

  .audit-hero__audit-points {
    flex-direction: row;
    flex-wrap: wrap;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,232,123,.1);
    padding-top: 12px;
  }

  .audit-hero__vline,
  .audit-hero__watermark {
    display: none;
  }

  .audit-hero__metric-card {
    padding: 10px 12px;
    border-radius: 10px;
    max-width: 132px;
  }

  .audit-hero__metric-card--performance {
    top: auto;
    bottom: 12px;
    left: 8px;
  }

  .audit-hero__metric-card--indexation {
    bottom: 12px;
    right: 8px;
  }

  .audit-hero__metric-card--issues {
    display: block;
    top: 12px;
    right: 8px;
    left: auto;
    bottom: auto;
    transform: none;
    animation: ahCardIn .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
  }

  .audit-hero__metric-title {
    font-size: 8px;
    margin-bottom: 4px;
  }

  .audit-hero__metric-value {
    font-size: 18px;
  }

  .audit-hero__metric-unit {
    font-size: 10px;
  }

  .audit-hero__metric-bar {
    width: 72px;
    margin-top: 6px;
  }

  .audit-hero__metric-live-text,
  .audit-hero__metric-code {
    font-size: 8px;
  }
}

@media (max-width: 540px) {
  .audit-hero__inner {
    padding: 0 16px;
  }

  .audit-hero__content {
    padding: 60px 0 32px;
  }

  .audit-hero__proof {
    flex-wrap: wrap;
    gap: 16px;
  }

  .audit-hero__proof-item {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .audit-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .audit-hero__photo-wrap {
    max-width: 100%;
  }

  .audit-hero__metric-card {
    max-width: 120px;
    padding: 9px 10px;
  }

  .audit-hero__metric-card--performance {
    left: 6px;
    bottom: 6px;
  }

  .audit-hero__metric-card--indexation {
    right: 6px;
    bottom: 6px;
  }

  .audit-hero__metric-card--issues {
    top: 6px;
    right: 6px;
  }

  .audit-hero__metric-title {
    font-size: 7px;
  }

  .audit-hero__metric-value {
    font-size: 17px;
  }

  .audit-hero__metric-bar {
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audit-hero *,
  .audit-hero *::before,
  .audit-hero *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* SEKCJA 1 */

:root{
  --bg:#0f1115; --card:#151922; --line:#232a36;
  --text:#d7dfeb; --muted:#95a1b3; --accent:#2eea66;
  --accent-700:#19c34e; --radius:18px; --shadow:0 10px 30px rgba(0,0,0,.35);
}
.benefits{
  margin:64px auto;
  max-width:1050px;
  color:var(--text);
  text-align:center;
  padding: 0 18px;
}
.benefits *{ box-sizing: border-box; }
.benefits .eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.benefits .dot{
  width:10px;height:10px;border-radius:999px;
  background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15)
}
.benefits h2{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.4vw,42px);line-height:1.2;margin:18px 0 14px;
  color: #dce8de;
}
.benefits .lead{
  font-size:18px;color:var(--muted);max-width:78ch;margin-bottom:0;
  margin-inline:auto;text-align:center;
  font:18px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
}

.ben__shell {
  border-radius: 22px;
  background: #15181c;
  border: 1px solid #20252e;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
  text-align: left;
}

.ben__header {
  padding: 36px 36px 32px;
  background: #0d1014;
  border-bottom: 1px solid #1c2128;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ben__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.25);
}

.ben__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.06), transparent 70%);
  pointer-events: none;
}

.ben__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #1c2128;
}
@media (max-width: 760px) { .ben__features { grid-template-columns: 1fr; } }

.ben__feat {
  padding: 28px 26px;
  border-right: 1px solid #1c2128;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.ben__feat:last-child { border-right: none; }
.ben__feat:hover { background: rgba(46,234,102,0.025); }

.ben__feat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.ben__feat:hover::before { opacity: 1; }

.ben__feat-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: #1a1e24;
  border: 1px solid #252c35;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  transition: background 0.3s, border-color 0.3s;
}
.ben__feat:hover .ben__feat-icon {
  background: rgba(46,234,102,0.08);
  border-color: rgba(46,234,102,0.22);
}
.ben__feat-icon svg {
  width: 20px; height: 20px;
  stroke: #4a5a50; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  transition: stroke 0.3s;
}
.ben__feat:hover .ben__feat-icon svg { stroke: var(--accent); }

.ben__feat h3 {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 800;
  color: #a8b8b0;
  margin: 0 0 8px;
  line-height: 1.2;
}
.ben__feat p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: #8aab98;
  margin: 0;
}

.ben__middle {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #1c2128;
}
@media (max-width: 760px) { .ben__middle { grid-template-columns: 1fr; } }

.ben__middle-label {
  padding: 28px 24px;
  border-right: 1px solid #1c2128;
  background: #111418;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.ben__middle-label-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(46,234,102,0.5);
  margin-bottom: 4px;
}
.ben__middle-label h3 {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 800;
  color: #c8d4cc;
  margin: 0;
  line-height: 1.25;
}

.ben__checklist {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
}

.ben__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: #111418;
  border: 1px solid #1a2028;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13.5px;
  color: #7a9a8a;
  line-height: 1.55;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.2s, background 0.2s;
}
.ben__check.is-in { opacity: 1; transform: translateX(0); }
.ben__check:hover { background: #13171c; border-color: rgba(46,234,102,0.18); }

.ben__check-icon {
  width: 18px; height: 18px;
  border-radius: 6px;
  background: rgba(46,234,102,0.1);
  border: 1px solid rgba(46,234,102,0.22);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.ben__check-icon svg {
  width: 9px; height: 9px;
  stroke: var(--accent); fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.ben__check strong { color: #b8ccc0; font-family: 'Syne', sans-serif; font-weight: 800; }
.ben__check a { color: var(--accent); text-decoration: underline; }

.ben__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 26px;
  background: #111418;
  flex-wrap: wrap;
}

.ben__proof {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.ben__proof-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(46,234,102,0.08);
  border: 1px solid rgba(46,234,102,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.ben__proof-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13.5px;
  color: #7a9a8a;
  line-height: 1.5;
}
.ben__proof-text b { color: var(--accent); }

.ben__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.ben__btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(46,234,102,.95), rgba(25,195,78,.88));
  color: #071a0c; text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 14px; font-weight: 800;
  box-shadow: 0 8px 28px rgba(46,234,102,.28);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.ben__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(46,234,102,.42); }
.ben__btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; }

.ben__note {
  font-size: 11px;
  color: rgba(46,234,102,.4);
  font-family: 'JetBrains Mono', monospace;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .ben__bottom { flex-direction: column; align-items: flex-start; }
  .ben__note { white-space: normal; }
  .ben__header { padding: 28px 24px 24px; }
}

/* SEKCJA 2 */

:root{
  --bg:#0f1115; --card:#151922; --line:#232a36;
  --text:#d7dfeb; --muted:#95a1b3;
  --accent:#2eea66; --accent-700:#19c34e;
  --radius:18px; --shadow:0 10px 30px rgba(0,0,0,.35);
}
.process *{box-sizing:border-box}
.process{
  margin:72px auto;
  max-width:1100px;
  color:var(--text);
  position:relative;
  padding:0 18px;
}
.process__head{ text-align:center; }
.process .eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 14px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.process .dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15)}
.process h2{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.2vw,42px);line-height:1.2;margin:18px 0 12px;
  color: #dce8de;
}
.process .lead{
  font-size:18px;color:var(--muted);
  max-width:78ch;
  margin:0 auto;
  text-align:center;
  font:18px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
}
.hl{color:#e8fbea;background:linear-gradient(90deg,rgba(46,234,102,.18),rgba(46,234,102,.08));padding:1px 6px;border-radius:8px}

.prc__shell {
  margin-top: 0;
  border-radius: 22px;
  background: #15181c;
  border: 1px solid #1e242c;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 860px) {
  .prc__shell { grid-template-columns: 1fr; }
}

.prc__header {
  grid-column: 1 / -1;
  padding: 36px 36px 30px;
  background: #0d1014;
  border-bottom: 1px solid #1a2028;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prc__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.2);
}
.prc__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.05), transparent 70%);
  pointer-events: none;
}

.prc__header .lead { margin-bottom: 0; }

.prc__nav {
  background: #111418;
  border-right: 1px solid #1a2028;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.prc__nav::after {
  content: attr(data-active-num);
  position: absolute;
  bottom: -10px; right: -10px;
  font-family: 'Syne', sans-serif;
  font-size: 140px; font-weight: 800;
  color: rgba(46,234,102,0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.prc__nav-label {
  padding: 18px 20px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(46,234,102,.45);
  border-bottom: 1px solid #1a2028;
}
.prc__step-btn {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid #151a20;
  position: relative;
  transition: background 0.25s;
  overflow: hidden;
}
.prc__step-btn:last-child { border-bottom: none; }
.prc__step-btn::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(46,234,102,0.6);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.prc__step-btn[aria-selected="true"]::before { transform: scaleY(1); }
.prc__step-btn[aria-selected="true"] { background: rgba(46,234,102,0.04); }
.prc__step-btn:hover:not([aria-selected="true"]) { background: rgba(255,255,255,0.02); }

.prc__btn-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px; font-weight: 800;
  color: #2a5a35;
  line-height: 1;
  width: 32px;
  flex-shrink: 0;
  transition: color 0.25s;
}
.prc__step-btn[aria-selected="true"] .prc__btn-num { color: var(--accent); }

.prc__btn-meta { flex: 1; min-width: 0; }
.prc__btn-title {
  font-family: 'Syne', sans-serif;
  font-size: 15px; font-weight: 800;
  color: #7a9a8a;
  transition: color 0.25s;
  line-height: 1.2;
  margin-bottom: 3px;
}
.prc__step-btn[aria-selected="true"] .prc__btn-title { color: #b0c8b4; }

.prc__btn-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px; font-weight: 600;
  color: #5a7a6a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s;
}
.prc__step-btn[aria-selected="true"] .prc__btn-tag { color: rgba(46,234,102,.55); }

.prc__btn-arrow {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: #1a1e24;
  border: 1px solid #22282e;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s;
}
.prc__btn-arrow svg {
  width: 10px; height: 10px;
  stroke: #252e38; fill: none;
  stroke-width: 2.5; stroke-linecap: round;
  transition: stroke 0.25s;
}
.prc__step-btn[aria-selected="true"] .prc__btn-arrow {
  background: rgba(46,234,102,0.1);
  border-color: rgba(46,234,102,0.22);
}
.prc__step-btn[aria-selected="true"] .prc__btn-arrow svg { stroke: var(--accent); }

.prc__nav-progress {
  margin-top: auto;
  padding: 16px 20px;
  border-top: 1px solid #1a2028;
}
.prc__nav-progress-track {
  height: 3px;
  background: #1a2028;
  border-radius: 99px;
  overflow: hidden;
}
.prc__nav-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #67f28f);
  border-radius: 99px;
  box-shadow: 0 0 8px rgba(46,234,102,0.5);
  transition: width 0.4s cubic-bezier(0.4,0,0.2,1);
  width: 25%;
}
.prc__nav-progress-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  color: #4a6858;
  margin-top: 6px;
  letter-spacing: 0.08em;
}
.prc__nav-progress-label span { color: rgba(46,234,102,.65); }

.prc__content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.prc__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid #1a2028;
  background: #111418;
  flex-shrink: 0;
}
.prc__topbar-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  color: rgba(46,234,102,.55);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.prc__topbar-pips { display: flex; gap: 5px; }
.prc__pip {
  width: 24px; height: 3px;
  border-radius: 99px;
  background: #1e2630;
  transition: background 0.3s, box-shadow 0.3s;
}
.prc__pip.active {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(46,234,102,0.5);
}

.prc__panels { flex: 1; position: relative; }
.prc__panel {
  display: none;
  padding: 32px 28px;
  animation: prcPanelIn 0.38s cubic-bezier(0.4,0,0.2,1) both;
}
.prc__panel.is-active { display: block; }
@keyframes prcPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.prc__panel-num {
  font-family: 'Syne', sans-serif;
  font-size: 72px; font-weight: 800;
  color: rgba(46,234,102,0.06);
  line-height: 1;
  margin-bottom: -16px;
  user-select: none;
}
.prc__panel h3 {
  font-family: 'Syne', sans-serif;
  font-size: 24px; font-weight: 800;
  color: #b8ccbe;
  margin: 0 0 16px;
  line-height: 1.2;
}
.prc__panel p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: #7a9a8a;
  margin: 0 0 16px;
}
.prc__panel p:last-child { margin: 0; }

.prc__panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(46,234,102,0.07);
  border: 1px solid rgba(46,234,102,0.16);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  color: rgba(46,234,102,0.6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.prc__panel-badge-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 5px var(--accent);
}

.prc__panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #1a2028;
}
.prc__nav-btn {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  color: rgba(46,234,102,.5);
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #1a2028;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.prc__nav-btn:hover {
  color: #8ac490;
  border-color: rgba(46,234,102,0.2);
  background: rgba(46,234,102,0.04);
}
.prc__nav-btn:disabled { opacity: 0.3; pointer-events: none; }
.prc__nav-btn svg {
  width: 12px; height: 12px;
  stroke: currentColor; fill: none;
  stroke-width: 2.2; stroke-linecap: round;
}

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

  .prc__header {
    padding: 28px 24px 24px;
  }

  .prc__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: none;
    border-bottom: 1px solid #1a2028;
    overflow: visible;
  }

  .prc__nav::after {
    display: none;
  }

  .prc__nav-label {
    grid-column: 1 / -1;
    padding: 16px 18px 12px;
  }

  .prc__step-btn {
    min-width: 0;
    width: 100%;
    padding: 16px 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid #151a20;
  }

  .prc__step-btn:nth-of-type(odd) {
    border-right: 1px solid #151a20;
  }

  .prc__step-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
  }

  .prc__step-btn[aria-selected="true"]::before {
    transform: scaleX(1);
  }

  .prc__btn-arrow {
    display: none;
  }

  .prc__nav-progress {
    display: none;
  }

  .prc__btn-num {
    width: auto;
    font-size: 20px;
  }

  .prc__btn-meta {
    width: 100%;
  }

  .prc__btn-title {
    font-size: 14px;
    line-height: 1.25;
    white-space: normal;
  }

  .prc__btn-tag {
    font-size: 8px;
    line-height: 1.45;
    white-space: normal;
  }

  .prc__topbar {
    padding: 12px 18px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .prc__topbar-pips {
    margin-left: auto;
  }

  .prc__panel {
    padding: 22px 18px;
  }

  .prc__panel-num {
    font-size: 48px;
    margin-bottom: -10px;
  }
}

@media (max-width: 560px) {
  .process {
    padding: 0 14px;
  }

  .prc__header {
    padding: 24px 18px 20px;
  }

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

  .prc__nav-label {
    padding: 14px 16px 10px;
  }

  .prc__step-btn {
    padding: 14px 16px;
  }

  .prc__step-btn:nth-of-type(odd) {
    border-right: none;
  }

  .prc__btn-title {
    font-size: 15px;
  }

  .prc__btn-tag {
    font-size: 8.5px;
  }

  .prc__topbar {
    padding: 12px 16px;
  }

  .prc__topbar-title {
    font-size: 9px;
  }

  .prc__pip {
    width: 18px;
  }

  .prc__panel {
    padding: 20px 16px;
  }

  .prc__panel h3 {
    font-size: 22px;
  }
}

/* SEKCJA 3 */

.cmp{
  --bg:#0f1115; --card:#151922; --line:#232a36;
  --text:#d7dfeb; --muted:#95a1b3;
  --accent:#2eea66; --accent-700:#19c34e;
  --radius:18px; --shadow:0 10px 30px rgba(0,0,0,.35);
  color:var(--text);
  max-width:1100px;
  margin:72px auto;
  padding:0 18px;
  font:16px/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
}
.cmp *{box-sizing:border-box}
.cmp__eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.cmp__dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15)}
.cmp h2{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.2vw,42px);line-height:1.2;margin:18px 0 10px;text-align:center;
  color: #dce8de;
}
.cmp__lead{
  font-size:18px;color:var(--muted);max-width:85ch;margin:0 auto;text-align:center;
  font:18px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
}
.hl{color:#e8fbea;background:linear-gradient(90deg,rgba(46,234,102,.18),rgba(46,234,102,.08));padding:1px 6px;border-radius:8px}

.vs__shell {
  border-radius: 20px;
  overflow: hidden;
  background: #111418;
  border: 1px solid #1c2230;
  box-shadow: 0 32px 80px rgba(0,0,0,.55);
}

.vs__header {
  padding: 36px 36px 30px;
  background: #0d1014;
  border-bottom: 1px solid #161e28;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vs__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.2);
}
.vs__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.05), transparent 70%);
  pointer-events: none;
}

.vs__header .cmp__lead { margin-bottom: 0; }


.vs__hero {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  overflow: hidden;
}
.vs__hero-col {
  padding: 22px 26px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 6px;
  background: #0d1014;
  position: relative;
}
.vs__hero-col--right { background: #0c0f12; }
.vs__hero-col::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 100% at 20% 50%, rgba(46,234,102,.06), transparent);
  pointer-events: none;
}
.vs__hero-col--right::before {
  background: radial-gradient(ellipse 60% 100% at 80% 50%, rgba(46,234,102,.04), transparent);
}
.vs__hero-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(46,234,102,.7);
}
.vs__hero-title h3 {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 800;
  color: #9ab0a4; line-height: 1.2;
  margin: 0;
}
.vs__center-col {
  background: #080b0d;
  border-left: 1px solid #161e28;
  border-right: 1px solid #161e28;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.vs__center-col::before {
  content: '';
  position: absolute; top: 0; bottom: 0;
  left: 50%; width: 1px; transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(46,234,102,.3) 40%, rgba(46,234,102,.3) 60%, transparent);
}
.vs__badge {
  font-family: 'Syne', sans-serif;
  font-size: 11px; font-weight: 800;
  color: rgba(46,234,102,.6);
  writing-mode: vertical-rl;
  letter-spacing: .12em;
  position: relative; z-index: 1;
}

.vs__row {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  border-top: 1px solid #13181e;
}
.vs__cell { position: relative; }
.vs__cell-center {
  background: #080b0d;
  border-left: 1px solid #161e28;
  border-right: 1px solid #161e28;
  display: flex; align-items: center; justify-content: center;
}
.vs__row-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  color: rgba(46,234,102,.6);
  writing-mode: vertical-rl;
  letter-spacing: .1em;
}
.vs__cell details { width: 100%; }
.vs__cell summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
  padding: 15px 22px;
  user-select: none;
  transition: background .2s;
}
.vs__cell summary::-webkit-details-marker { display: none; }
.vs__cell summary::marker { display: none; content: ''; }
.vs__cell details:hover summary,
.vs__cell details[open] summary { background: rgba(46,234,102,.028); }

.vs__cell--left::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 2px;
  background: transparent;
  transition: background .25s, box-shadow .25s;
  border-radius: 0 2px 2px 0;
  z-index: 1;
}
.vs__cell--left:has(details[open])::before,
.vs__cell--left:has(details:hover)::before {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(46,234,102,.5);
}
.vs__cell--right::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0; width: 2px;
  background: transparent;
  transition: background .25s, box-shadow .25s;
  border-radius: 2px 0 0 2px;
  z-index: 1;
}
.vs__cell--right:has(details[open])::after,
.vs__cell--right:has(details:hover)::after {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(46,234,102,.5);
}

.vs__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #1e2e28; border: 1px solid #2a3e32;
  flex-shrink: 0;
  transition: background .25s, box-shadow .25s, border-color .25s;
}
.vs__cell details:hover .vs__dot,
.vs__cell details[open] .vs__dot {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(46,234,102,.5);
  border-color: var(--accent);
}
.vs__item-name {
  font-family: 'Syne', sans-serif;
  font-size: 13.5px; font-weight: 700;
  color: #8aab98; flex: 1; line-height: 1.3;
  transition: color .2s;
}
.vs__cell details:hover .vs__item-name,
.vs__cell details[open] .vs__item-name { color: #90b8a0; }

.vs__toggle {
  width: 20px; height: 20px; border-radius: 6px;
  border: 1px solid #1e2830; background: #12161c;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}
.vs__toggle svg {
  width: 8px; height: 8px;
  stroke: #2a3830; fill: none;
  stroke-width: 2.5; stroke-linecap: round;
  transition: stroke .2s, transform .35s cubic-bezier(.4,0,.2,1);
}
.vs__cell details[open] .vs__toggle { background: rgba(46,234,102,.1); border-color: rgba(46,234,102,.25); }
.vs__cell details[open] .vs__toggle svg { stroke: var(--accent); transform: rotate(45deg); }

.vs__body {
  padding: 0 24px 16px 42px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 14px; line-height: 1.78;
  color: #8c9f95;
  animation: vsbodyIn .32s ease both;
}
.vs__body p { margin: 0; }
.vs__body a { color: var(--accent); text-decoration: underline; }
@keyframes vsbodyIn {
  from { opacity:0; transform:translateY(-6px); }
  to   { opacity:1; transform:translateY(0); }
}

.vs__footer {
  border-top: 1px solid #161e28;
  background: #0c0f12;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px; align-items: start;
}
@media (max-width: 640px) { .vs__footer { grid-template-columns: 1fr; } }
.vs__footer-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(46,234,102,.45);
  display: block; margin-bottom: 6px;
}
.vs__footer-heading {
  font-family: 'Syne', sans-serif;
  font-size: 15px; font-weight: 800;
  color: #a0c8aa; line-height: 1.25;
}
.vs__roi-items {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 8px; list-style: none; margin: 0; padding: 0;
}
@media (max-width: 760px) { .vs__roi-items { grid-template-columns: 1fr; } }
.vs__roi-item {
  padding: 12px 14px; border-radius: 12px;
  background: #111418; border: 1px solid #1c2230;
  display: flex; align-items: flex-start; gap: 10px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 13px; color: #7a9a8a; line-height: 1.55;
  transition: border-color .2s, background .2s;
}
.vs__roi-item:hover { background: #13171c; border-color: rgba(46,234,102,.18); }
.vs__roi-icon {
  width: 16px; height: 16px; border-radius: 5px;
  background: rgba(46,234,102,.09); border: 1px solid rgba(46,234,102,.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.vs__roi-icon svg { width: 8px; height: 8px; stroke: var(--accent); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.vs__roi-item strong {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  color: #a0c8aa;
}

@media (max-width: 720px) {
  .vs__header { padding: 28px 24px 24px; }
  .vs__hero { grid-template-columns: 1fr; }
  .vs__hero-col--right { border-top: 1px solid #161e28; }
  .vs__center-col, .vs__cell-center { display: none; }
  .vs__row { grid-template-columns: 1fr; }
  .vs__cell--right { border-top: 1px solid #0e1318; }
}

@media (max-width: 720px) {
  .cmp h2 {
    font-size: clamp(22px, 8vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 16px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .cmp h2 {
    font-size: 19px;
    line-height: 1.06;
    letter-spacing: -0.035em;
    padding: 0 4px;
  }
}

/* SEKCJA 4 */

.wowx{
  --bg:#0f1115; --card:#151922; --line:#232a36;
  --text:#d7dfeb; --muted:#95a1b3;
  --accent:#2eea66; --accent-700:#19c34e;
  --radius:18px; --shadow:0 12px 28px rgba(0,0,0,.35);
  color:var(--text); font:16px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
  max-width:1100px; margin:72px auto; padding:0 18px; position:relative;
}
.wowx *{box-sizing:border-box}
.wowx__eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.wowx__dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15)}
.wowx h2{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.4vw,42px);line-height:1.15;margin:18px 0 10px;text-align:center;
  color: #dce8de;
}
.wowx__sub{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  color:#8cf6b2;text-align:center;margin:0;
  font-size: clamp(14px, 1.4vw, 17px);
}
.wowx .hl{color:#e8fbea;background:linear-gradient(90deg,rgba(46,234,102,.18),rgba(46,234,102,.08));padding:1px 6px;border-radius:8px}

.wx__shell {
  border-radius: 20px;
  overflow: hidden;
  background: #111418;
  border: 1px solid #1c2230;
  box-shadow: 0 28px 72px rgba(0,0,0,.5);
}

.wx__header {
  padding: 36px 36px 30px;
  background: #0d1014;
  border-bottom: 1px solid #161e28;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wx__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.2);
}
.wx__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.05), transparent 70%);
  pointer-events: none;
}

.wx__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 22px;
  background: #0d1014;
  border-bottom: 1px solid #161e28;
}
.wx__topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(46,234,102,.45);
}
.wx__topbar-live {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 6px var(--accent);
  animation: wxPulse 2.4s ease-in-out infinite;
}
@keyframes wxPulse {
  0%,100%{ opacity:1; box-shadow: 0 0 6px var(--accent); }
  50%{ opacity:.3; box-shadow: 0 0 2px rgba(46,234,102,.2); }
}
.wx__topbar-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  color: rgba(46,234,102,.6);
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(46,234,102,.06);
  border: 1px solid rgba(46,234,102,.12);
}

.wx__cards { display: flex; flex-direction: column; }

.wx__card {
  border-bottom: 1px solid #13181e;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.wx__card:last-child { border-bottom: none; }
.wx__card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(46,234,102,.6);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  z-index: 1;
}
.wx__card.is-open::before { transform: scaleY(1); }

.wx__card-head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 24px;
  user-select: none;
  transition: background .2s;
}
.wx__card:hover .wx__card-head { background: rgba(46,234,102,.02); }
.wx__card.is-open .wx__card-head { background: rgba(46,234,102,.025); }

.wx__card-num {
  font-family: 'Syne', sans-serif;
  font-size: 28px; font-weight: 800;
  color: #2a4a35;
  line-height: 1; width: 36px; flex-shrink: 0;
  transition: color .3s;
}
.wx__card.is-open .wx__card-num { color: rgba(46,234,102,.35); }

.wx__card-meta { flex: 1; min-width: 0; }
.wx__card-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: #5a7a6a;
  margin-bottom: 3px;
  transition: color .3s;
}
.wx__card.is-open .wx__card-tag { color: rgba(46,234,102,.5); }

.wx__card-title {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 800;
  color: #7a9a8a;
  line-height: 1.2;
  margin: 0; padding: 0;
  transition: color .3s;
}
.wx__card.is-open .wx__card-title { color: #9abaa4; }

.wx__card-toggle {
  width: 28px; height: 28px; border-radius: 8px;
  background: #1a1e24; border: 1px solid #222830;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .25s, border-color .25s;
}
.wx__card-toggle svg {
  width: 12px; height: 12px;
  stroke: #2a3830; fill: none;
  stroke-width: 2.5; stroke-linecap: round;
  transition: stroke .25s, transform .4s cubic-bezier(.4,0,.2,1);
}
.wx__card.is-open .wx__card-toggle { background: rgba(46,234,102,.1); border-color: rgba(46,234,102,.25); }
.wx__card.is-open .wx__card-toggle svg { stroke: var(--accent); transform: rotate(45deg); }

.wx__card-body {
  overflow: hidden; max-height: 0;
  transition: max-height .45s cubic-bezier(.4,0,.2,1);
}
.wx__card.is-open .wx__card-body { max-height: 600px; }

.wx__card-inner {
  padding: 18px 24px 22px 76px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.8;
  color: #6a7a70;
  border-top: 1px solid #13181e;
}
.wx__card-inner p { margin: 0; }

.wx__progress-strip {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 24px;
  background: #0d1014;
  border-top: 1px solid #13181e;
}
.wx__progress-pip {
  height: 3px; flex: 1; border-radius: 99px;
  background: #1a2028;
  transition: background .35s, box-shadow .35s;
}
.wx__progress-pip.active {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(46,234,102,.5);
}

.wx__cta {
  padding: 22px 24px;
  background: #0c0f12;
  border-top: 1px solid #161e28;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px; align-items: center;
}
@media (max-width: 640px) { .wx__cta { grid-template-columns: 1fr; } }

.wx__cta-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; color: #7a9a8a; line-height: 1.6;
}
.wx__cta-text strong { color: #a0c8aa; font-family: 'Syne', sans-serif; font-weight: 800; }

.wx__cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(46,234,102,.95), rgba(25,195,78,.88));
  color: #071a0c; text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 14px; font-weight: 800;
  box-shadow: 0 8px 28px rgba(46,234,102,.28);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap; flex-shrink: 0;
}
.wx__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(46,234,102,.42); }
.wx__cta-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; }

@media (max-width: 640px) {
  .wx__header { padding: 28px 24px 24px; }
}

/* SEKCJA 5 */

.prx {
  --accent: #2eea66;
  --line: #1c2430;
  --text: #d7dfeb;
  --muted: #95a1b3;
  max-width: 1100px;
  margin: 72px auto;
  padding: 0 18px;
  font: 16px/1.6 Inter, system-ui, sans-serif;
  color: var(--text);
}
.prx * { box-sizing: border-box; }

.prx__eyebrow {
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px #232a36;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.prx__dot { width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15) }
.prx h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.4vw,42px);line-height:1.15;margin:18px 0 10px;text-align:center;
  color: #dce8de;
}
.prx__lead {
  font-size:18px;color:var(--muted);max-width:85ch;margin:0 auto;text-align:center;
  font:18px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
}

.px__wrap {
  border-radius: 20px;
  border: 1px solid #1c2430;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.55);
}

.px__header {
  padding: 36px 36px 30px;
  background: #0d1014;
  border-bottom: 1px solid #1c2430;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.px__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.2);
}
.px__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.05), transparent 70%);
  pointer-events: none;
}

.px__selector-zone {
  padding: 16px 16px 0;
  background: #0d1014;
  border-bottom: 1px solid #1c2430;
}

.px__selector {
  display: flex;
  background: #0a0d10;
  border: 1px solid #1c2430;
  border-radius: 16px;
  padding: 5px;
  position: relative;
}
.px__selector-bg {
  position: absolute;
  top: 5px; height: calc(100% - 10px);
  background: #151a20;
  border: 1px solid #252d3a;
  border-radius: 12px;
  transition: left .38s cubic-bezier(.4,0,.2,1), width .38s cubic-bezier(.4,0,.2,1);
  z-index: 0;
  pointer-events: none;
}
.px__tab {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 12px 16px;
  cursor: pointer; border: 0; background: transparent;
  border-radius: 12px;
  position: relative; z-index: 1;
  transition: color .25s;
}
.px__tab-name {
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 800;
  color: #4a6858;
  transition: color .25s;
}
.px__tab-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px; font-weight: 600;
  color: #5a7a6a;
  transition: color .25s;
}
.px__tab.is-active .px__tab-name { color: #8abaa0; }
.px__tab.is-active .px__tab-price { color: rgb(46 234 102 / 61%); }
.px__tab:hover:not(.is-active) .px__tab-name { color: #6a8870; }

.px__stage {
  background: #0f1318;
  position: relative;
}

.px__panel { display: none; animation: pxIn .4s cubic-bezier(.4,0,.2,1) both; }
.px__panel.is-active { display: block; }
@keyframes pxIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.px__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  min-height: 340px;
}
@media (max-width: 820px) { .px__inner { grid-template-columns: 1fr; } }

.px__left {
  padding: 40px 44px;
  position: relative; overflow: hidden;
  border-right: 1px solid #1c2430;
}
.px__watermark {
  position: absolute; right: -20px; bottom: -30px;
  font-family: 'Syne', sans-serif;
  font-size: 200px; font-weight: 800; line-height: 1;
  color: rgba(46,234,102,.03);
  user-select: none; pointer-events: none; letter-spacing: -.04em;
}
.px__left-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(46,234,102,.45);
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 20px;
}
.px__left-tag::before { content: ''; width: 20px; height: 1px; background: rgba(46,234,102,.3); }
.px__plan-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3vw, 36px); font-weight: 800;
  color: #8ec0a4; line-height: 1.1; margin: 0 0 10px;
}
.px__plan-desc {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; color: #7a9a8a; line-height: 1.65;
  max-width: 52ch; margin-bottom: 28px;
}
.px__price-display { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.px__price-od {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px; font-weight: 600; color: rgba(46,234,102,.5);
}
.px__price-val {
  font-family: 'Syne', sans-serif;
  font-size: 72px; font-weight: 800; line-height: 1;
  letter-spacing: -.03em; color: var(--accent);
  text-shadow: 0 0 60px rgba(46,234,102,.2);
}
.px__price-unit {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 500; color: rgba(46,234,102,.4); padding-bottom: 6px;
}
.px__price-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; color: #7a9a8a; letter-spacing: .08em;
}
.px__badge-pop {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 8px;
  background: rgba(46,234,102,.08); border: 1px solid rgba(46,234,102,.2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 700;
  color: rgba(46,234,102,.65); letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 16px;
}
.px__badge-pop-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 5px var(--accent);
  animation: bpulse 2.2s ease-in-out infinite;
}
@keyframes bpulse { 0%,100%{ opacity:1; } 50%{ opacity:.3; } }

.px__right {
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: #0c1014;
}
.px__right-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(46,234,102,.45); margin-bottom: 18px;
}
.px__feats { display: flex; flex-direction: column; gap: 9px; flex: 1; margin-bottom: 28px; }
.px__feat-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 12px; border-radius: 10px;
  background: #111518; border: 1px solid #161d26;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px; color: #7a9a8a; line-height: 1.45;
  transition: border-color .2s, background .2s;
}
.px__feat-row:hover { border-color: rgba(46,234,102,.18); background: #12181c; }
.px__feat-icon {
  width: 18px; height: 18px; border-radius: 6px;
  background: rgba(46,234,102,.09); border: 1px solid rgba(46,234,102,.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.px__feat-icon svg { width: 9px; height: 9px; stroke: var(--accent); fill: none; stroke-width: 2.5; stroke-linecap: round; }

.px__cta-block { display: flex; flex-direction: column; gap: 10px; }
.px__btn-main {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 20px; border-radius: 12px;
  font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 800;
  text-decoration: none; border: 0; cursor: pointer;
  background: linear-gradient(135deg, rgba(46,234,102,.95), rgba(25,195,78,.88));
  color: #061509; box-shadow: 0 8px 28px rgba(46,234,102,.28);
  transition: transform .2s, box-shadow .2s;
}
.px__btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.42); }
.px__btn-main svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; }
.px__btn-sec {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 20px; border-radius: 12px;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700;
  text-decoration: none; border: 1px solid #1e2830; cursor: pointer;
  background: transparent; color: #5a7a6a;
  transition: border-color .2s, color .2s, background .2s;
}
.px__btn-sec:hover { border-color: rgba(46,234,102,.2); color: #a0c8aa; background: rgba(46,234,102,.04); }
.px__btn-sec svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }

.px__plan-dots {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px; border-top: 1px solid #161d26; background: #0c0f12;
}
.px__plan-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #1e2830;
  transition: background .3s, box-shadow .3s, width .3s; cursor: pointer;
}
.px__plan-dot.active { background: var(--accent); box-shadow: 0 0 8px rgba(46,234,102,.6); width: 18px; border-radius: 99px; }

.px__strip {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; background: #090c0f; border-top: 1px solid #161d26;
  flex-wrap: wrap; gap: 12px;
}
.px__strip-note {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600;
  color: rgba(46,234,102,.35); display: flex; align-items: center; gap: 6px;
}
.px__strip-note::before { content: '//'; color: rgba(46,234,102,.2); }
.px__strip-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.px__strip-badge {
  font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 600;
  padding: 3px 9px; border-radius: 5px;
  background: rgba(46,234,102,.05); border: 1px solid rgba(46,234,102,.1);
  color: rgba(46,234,102,.5); letter-spacing: .08em; text-transform: uppercase;
}

@media (max-width: 820px) {
  .prx {
    padding: 0 16px;
  }

  .px__header {
    padding: 28px 22px 24px;
  }

  .prx h2 {
    font-size: clamp(22px, 5vw, 30px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    margin: 16px auto 10px;
    text-wrap: balance;
  }

  .prx__lead {
    font-size: 16px;
    line-height: 1.7;
    max-width: 34ch;
  }

  .px__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .px__left {
    padding: 28px 22px 24px;
    border-right: none;
    border-bottom: 1px solid #1c2430;
  }

  .px__right {
    padding: 24px 22px;
  }

  .px__plan-title {
    font-size: clamp(22px, 4.8vw, 30px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin: 0 0 12px;
  }

  .px__plan-desc {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .px__price-val {
    font-size: 56px;
  }

  .px__watermark {
    font-size: 120px;
    right: -10px;
    bottom: -18px;
  }
}

@media (max-width: 640px) {
  .prx {
    padding: 0 14px;
  }

  .prx__eyebrow {
    gap: 8px;
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .prx__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(46,234,102,.15);
  }

  .px__header {
    padding: 24px 18px 22px;
  }

  .prx h2 {
    font-size: clamp(20px, 7vw, 24px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin: 14px auto 10px;
    text-wrap: balance;
  }

  .prx__lead {
    font-size: 15px;
    line-height: 1.7;
    max-width: 28ch;
  }

  .px__selector-zone {
    padding: 14px 12px 0;
  }

  .px__selector {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
  }

  .px__selector-bg {
    display: none;
  }

  .px__tab {
    align-items: flex-start;
    text-align: left;
    padding: 14px 16px;
    background: #0a0d10;
    border: 1px solid #1c2430;
    border-radius: 12px;
  }

  .px__tab.is-active {
    background: #151a20;
    border-color: #252d3a;
    box-shadow: inset 0 0 0 1px rgba(46,234,102,.06);
  }

  .px__tab-name {
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
  }

  .px__tab-price {
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
  }

  .px__left {
    padding: 24px 18px 22px;
  }

  .px__right {
    padding: 20px 18px;
  }

  .px__badge-pop {
    font-size: 8px;
    letter-spacing: 0.1em;
    padding: 5px 10px;
    margin-bottom: 12px;
  }

  .px__left-tag {
    font-size: 8px;
    letter-spacing: 0.13em;
    margin-bottom: 16px;
  }

  .px__plan-title {
    font-size: 22px;
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin-bottom: 12px;
  }

  .px__plan-desc {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .px__price-display {
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-bottom: 10px;
  }

  .px__price-od {
    font-size: 12px;
  }

  .px__price-val {
    font-size: clamp(44px, 18vw, 56px);
    line-height: 0.95;
  }

  .px__price-unit {
    flex-basis: 100%;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .px__price-note {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    max-width: 26ch;
  }

  .px__watermark {
    font-size: 96px;
    right: -6px;
    bottom: -12px;
  }

  .px__right-label {
    font-size: 8px;
    margin-bottom: 14px;
  }

  .px__feats {
    gap: 8px;
    margin-bottom: 18px;
  }

  .px__feat-row {
    padding: 10px 11px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .px__feat-icon {
    width: 16px;
    height: 16px;
  }

  .px__feat-icon svg {
    width: 8px;
    height: 8px;
  }

  .px__cta-block {
    gap: 8px;
  }

  .px__btn-main,
  .px__btn-sec {
    padding: 13px 16px;
    font-size: 13px;
  }

  .px__plan-dots {
    padding: 14px;
  }

  .px__strip {
    padding: 12px 16px;
    align-items: flex-start;
    gap: 10px;
  }

  .px__strip-note {
    font-size: 9px;
    line-height: 1.5;
  }

  .px__strip-badges {
    width: 100%;
    gap: 5px;
  }

  .px__strip-badge {
    font-size: 8px;
    padding: 4px 8px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 420px) {
  .px__header {
    padding: 22px 16px 18px;
  }

  .prx h2 {
    font-size: 21px;
    line-height: 1.01;
    letter-spacing: -0.045em;
  }

  .prx__lead {
    font-size: 14px;
    max-width: 26ch;
  }

  .px__tab {
    padding: 12px 14px;
  }

  .px__tab-name {
    font-size: 14px;
  }

  .px__tab-price {
    font-size: 10px;
  }

  .px__plan-title {
    font-size: 20px;
  }

  .px__plan-desc {
    font-size: 13px;
  }

  .px__price-val {
    font-size: 40px;
  }

  .px__price-unit {
    font-size: 10px;
  }

  .px__price-note {
    font-size: 9.5px;
  }

  .px__btn-main,
  .px__btn-sec {
    font-size: 12.5px;
  }
}

/* SEKCJA 6 */

.essay{
  --bg:#0f1115; --card:#151922; --line:#232a36;
  --text:#d7dfeb; --muted:#95a1b3;
  --accent:#2eea66; --accent-700:#19c34e;
  --radius:18px; --shadow:0 14px 36px rgba(0,0,0,.38);
  color:var(--text); font:16px/1.7 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
  max-width:1100px; margin:78px auto; padding:0 18px; position:relative;
}
.essay *{box-sizing:border-box}
.essay__eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.essay__dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(46,234,102,.15)}
.essay h2{
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size:clamp(28px,3.4vw,42px);line-height:1.15;margin:18px 0 0;text-align:center;
  color: #dce8de;
}
.essay .hl{color:#e8fbea;background:linear-gradient(90deg,rgba(46,234,102,.18),rgba(46,234,102,.08));padding:1px 6px;border-radius:8px}
.essay .br{display:block}

.es__shell {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #1c2430;
  background: #111418;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
}

.es__header {
  padding: 36px 36px 30px;
  background: #0d1014;
  border-bottom: 1px solid #1a2028;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.es__header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(46,234,102,.4) 70%, transparent 100%);
  box-shadow: 0 0 20px rgba(46,234,102,.2);
}
.es__header::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 200px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.05), transparent 70%);
  pointer-events: none;
}

.es__split {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
}
@media (max-width: 820px) {
  .es__split { grid-template-columns: 1fr; }
}

.es__divider { background: #1a2028; }

.es__col {
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.es__col:first-child { border-top: 3px solid var(--accent); }
.es__col:last-child  {
  border-top: 3px solid rgba(46,234,102,.25);
  background: #0f1216;
}
@media (max-width: 820px) {
  .es__col:last-child { border-top: 1px solid #1a2028; }
}

.es__col-head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 4px;
}
.es__col-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(46,234,102,.08); border: 1px solid rgba(46,234,102,.18);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.es__col-icon svg {
  width: 18px; height: 18px;
  stroke: var(--accent); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.es__col-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(46,234,102,.5); margin-bottom: 2px;
}
.es__col-title {
  font-family: 'Syne', sans-serif;
  font-size: 17px; font-weight: 800;
  color: #8abaa4; line-height: 1.2;
}

.es__signals { display: flex; flex-direction: column; gap: 8px; }

.es__signal {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 14px; border-radius: 12px;
  background: #0d1014; border: 1px solid #181f28;
  transition: border-color .25s, background .25s;
  cursor: default;
  opacity: 0; transform: translateY(8px);
}
.es__signal.is-in {
  opacity: 1; transform: translateY(0);
  transition: opacity .45s ease, transform .45s ease, border-color .25s, background .25s;
}
.es__signal:hover { border-color: rgba(46,234,102,.2); background: #0f1318; }

.es__signal-bullet {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(46,234,102,.35); border: 1px solid rgba(46,234,102,.5);
  flex-shrink: 0; margin-top: 5px;
  transition: background .25s, box-shadow .25s;
}
.es__signal:hover .es__signal-bullet { background: var(--accent); box-shadow: 0 0 8px rgba(46,234,102,.5); }

.es__signal-text { font-size: 13.5px; line-height: 1.6; color: #7a9a8a; }
.es__signal-text strong { color: #8ab898; }

.es__body-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13.5px; line-height: 1.78; color: #7a9a8a;
  border-top: 1px solid #161d26; padding-top: 16px;
}

.es__timeline { display: flex; flex-direction: column; gap: 0; }

.es__tl-item {
  display: grid; grid-template-columns: 80px 1fr; gap: 0;
  position: relative; opacity: 0; transform: translateX(8px);
}
.es__tl-item.is-in {
  opacity: 1; transform: translateX(0);
  transition: opacity .45s ease, transform .45s ease;
}
.es__tl-item:not(:last-child)::after {
  content: '';
  position: absolute; left: 39px; top: 36px; bottom: -12px; width: 1px;
  background: linear-gradient(180deg, rgba(46,234,102,.25), rgba(46,234,102,.06));
}
.es__tl-left {
  display: flex; flex-direction: column; align-items: center;
  padding: 14px 0 24px;
}
.es__tl-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: #111418; border: 1.5px solid rgba(46,234,102,.3);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: border-color .25s;
}
.es__tl-dot-inner {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(46,234,102,.4); transition: background .25s;
}
.es__tl-item:hover .es__tl-dot { border-color: var(--accent); }
.es__tl-item:hover .es__tl-dot-inner { background: var(--accent); }

.es__tl-right { padding: 12px 0 24px 14px; }
.es__tl-duration {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 700;
  color: rgba(46,234,102,.7); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px;
}
.es__tl-label {
  font-family: 'Syne', sans-serif;
  font-size: 14px; font-weight: 800; color: #7aaa8a; margin-bottom: 5px;
}
.es__tl-desc { font-size: 12.5px; line-height: 1.65; color: #6e907e; }
.es__tl-desc strong { color: #a0c8aa; }

.es__footer-note {
  padding: 16px 30px; border-top: 1px solid #161d26; background: #0c0f12;
  display: flex; align-items: center; gap: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px; color: #6e907e; line-height: 1.6;
}
.es__footer-icon {
  width: 32px; height: 32px; border-radius: 10px;
  background: rgba(46,234,102,.07); border: 1px solid rgba(46,234,102,.15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.es__footer-icon svg {
  width: 14px; height: 14px; stroke: var(--accent); fill: none;
  stroke-width: 1.8; stroke-linecap: round;
}
.es__footer-note strong { color: #a0c8aa; }

@media (max-width: 640px) {
  .es__header { padding: 28px 24px 24px; }
}

/* FORMULARZ KONTAKTOWY */

.cfx-wrap{
  padding:60px 0 !important;
  background:#0e0e0e !important;
}

.cfx-row{
  border-radius:22px !important;
  background:#15181c !important;
  border:1px solid #20252e !important;
  overflow:hidden !important;
  box-shadow:0 24px 64px rgba(0,0,0,.45) !important;
  padding:0 !important;
  max-width:1050px !important;
  position:relative;
}
.cfx-row::before{
  content:'';position:absolute;
  top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,transparent 0%,#2eea66 40%,rgba(46,234,102,.4) 70%,transparent 100%);
  box-shadow:0 0 20px rgba(46,234,102,.25);
  z-index:2;border-radius:22px 22px 0 0;
}
.cfx-row::after{
  content:'';position:absolute;
  top:0;left:50%;transform:translateX(-50%);
  width:700px;height:250px;
  background:radial-gradient(ellipse at 50% 0%,rgba(46,234,102,.04),transparent 70%);
  pointer-events:none;z-index:0;
}

.cfx-col-left{
  padding:0 !important;margin:0 !important;
  border-right:1px solid #1c2128;
  position:relative;z-index:1;
}
.cfx-col-right{
  padding:0 !important;margin:0 !important;
  position:relative;z-index:1;
}

.cfx-left{
  color:#d7dfeb;
  font:16px/1.65 Inter,system-ui,-apple-system,sans-serif;
  display:flex;flex-direction:column;
  height:100%;
  padding:32px 28px;
}

.cfx-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 14px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 0 0 1px #232a36;
  font-family:'JetBrains Mono',monospace;
  font-size:11px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  color:#95a1b3;margin-bottom:18px;
  align-self:flex-start;
}
.cfx-dot{
  width:10px;height:10px;border-radius:999px;
  background:#2eea66;box-shadow:0 0 0 6px rgba(46,234,102,.15);
}

.cfx-left h2{
  font-family:'Syne',sans-serif !important;
  font-weight:800 !important;
  font-size:clamp(24px,3vw,36px) !important;
  line-height:1.15 !important;
  margin:0 0 14px !important;padding:0 !important;
  color:#dce8de !important;
}

.cfx-lead{
  font:15px/1.75 Inter,system-ui,sans-serif !important;
  color:#95a1b3 !important;margin:0 0 24px !important;
}
.cfx-lead strong{color:#c8d8cc !important;}

.cfx-chips{
  display:flex;flex-direction:column;
  margin-bottom:16px;
}
.cfx-chip{
  display:inline-flex;align-items:center;gap:12px;
  padding:12px 16px;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid #252c35;
  font-family:'Syne',sans-serif !important;
  font-size:14px;font-weight:800;
  color:#a8b8b0 !important;
  text-decoration:none !important;
  transition:background .3s,border-color .3s,color .3s,transform .2s;
  position:relative;
  padding-left:46px;
}
.cfx-chip::before{
  content:'';position:absolute;
  left:14px;top:50%;transform:translateY(-50%);
  width:8px;height:8px;border-radius:999px;
  background:#2eea66;
  box-shadow:0 0 0 4px rgba(46,234,102,.12);
  transition:box-shadow .3s;
}
.cfx-chip:hover{
  background:rgba(46,234,102,.06) !important;
  border-color:rgba(46,234,102,.22);
  color:#2eea66 !important;
  transform:translateX(3px);
}
.cfx-chip:hover::before{
  box-shadow:0 0 0 6px rgba(46,234,102,.2);
}

.cfx-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:10px;
  background:rgba(46,234,102,.06);
  border:1px solid rgba(46,234,102,.18);
  font-family:'JetBrains Mono',monospace;
  font-size:11px;font-weight:600;
  letter-spacing:.04em;color:rgba(46,234,102,.7);
  align-self:flex-start;
  margin-top:auto;
}

.cfx-panel{
  padding:24px 24px;
  display:flex;flex-direction:column;
  justify-content:center;
  min-height:100%;
  background:linear-gradient(180deg,rgba(255,255,255,.015),transparent) !important;
}

.cfx-panel .wpcf7{width:100%;}
.cfx-panel .wpcf7-form{margin:0;}

.cfx-form{
  display:grid;gap:10px;
}
.cfx-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.cfx-form__field{
  display:flex;flex-direction:column;gap:0;
}
.cfx-form__field--full{
  width:100%;
}

.cfx-form label,
.cfx-form__field label{
  font-family:'JetBrains Mono',monospace !important;
  font-size:10px !important;font-weight:600 !important;
  letter-spacing:.1em !important;text-transform:uppercase !important;
  color:rgba(46,234,102,.45) !important;
  margin:0 0 6px !important;
  display:block !important;
}

.cfx-form .wpcf7-text,
.cfx-form .wpcf7-email,
.cfx-form .wpcf7-tel,
.cfx-form .wpcf7-select,
.cfx-form .wpcf7-textarea{
  width:100% !important;
  border:1px solid #252c35 !important;
  background:rgba(255,255,255,.025) !important;
  color:#d7dfeb !important;
  padding:11px 14px !important;
  border-radius:10px !important;
  outline:none !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:14px !important;
  line-height:1.5 !important;
  box-shadow:inset 0 1px 3px rgba(0,0,0,.2) !important;
  transition:border-color .25s,box-shadow .25s,background .25s !important;
  -webkit-appearance:none !important;
}
 
.cfx-form .wpcf7-text,
.cfx-form .wpcf7-email,
.cfx-form .wpcf7-tel{
  height:42px !important;
}
.cfx-form .wpcf7-textarea{
  min-height:100px !important;
  max-height:100px !important;
  resize:vertical !important;
}

.cfx-form .wpcf7-select{
  appearance:none !important;
  -webkit-appearance:none !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235a6860' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 12px center !important;
  background-size:18px !important;
  background-color:rgba(255,255,255,.025) !important;
  height:42px !important;
  cursor:pointer !important;
}
.cfx-form .wpcf7-select option{
  background:#1a1e24 !important;
  color:#d7dfeb !important;
}
.cfx-form .wpcf7-select option:checked{
  background:#2eea66 !important;
  color:#08140b !important;
}

.cfx-form .wpcf7-form-control:focus{
  border-color:rgba(46,234,102,.45) !important;
  box-shadow:0 0 0 3px rgba(46,234,102,.08),inset 0 1px 3px rgba(0,0,0,.15) !important;
  background:rgba(46,234,102,.025) !important;
}

.cfx-form .wpcf7-form-control::placeholder{
  color:#4a5560 !important;
  opacity:1 !important;
}
 
.cfx-form__submit{
  margin-top:6px;
}
.cfx-form .wpcf7-submit{
  display:block !important;
  width:100% !important;
  border:0 !important;
  cursor:pointer !important;
  padding:14px 18px !important;
  border-radius:10px !important;
  font-family:'Syne',sans-serif !important;
  font-size:14px !important;
  font-weight:800 !important;
  color:#071a0c !important;
  background:linear-gradient(135deg,#2eea66,#19c34e) !important;
  box-shadow:0 6px 24px rgba(46,234,102,.25),inset 0 1px 0 rgba(255,255,255,.15) !important;
  transition:transform .2s,box-shadow .2s !important;
  text-transform:none !important;
  letter-spacing:.01em !important;
}
.cfx-form .wpcf7-submit:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 10px 32px rgba(46,234,102,.35),inset 0 1px 0 rgba(255,255,255,.15) !important;
}

.cfx-form__note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:10px;
  background:#111418 !important;
  border:1px solid #1c2128 !important;
  display:grid;gap:8px;
  box-shadow:none !important;
}
.cfx-form__note *{
  box-shadow:none !important;
}
.cfx-form__note-copy{
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;line-height:1.6;
  color:#7a9a8a;
}
.cfx-form__accept{
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;line-height:1.55;
  color:#7a9a8a;
}
.cfx-form__accept .wpcf7-acceptance,
.cfx-form__accept .wpcf7-list-item,
.cfx-form__accept span{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
.cfx-form__accept label{
  font-family:Inter,system-ui,sans-serif !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#7a9a8a !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  cursor:pointer !important;
}
.cfx-form__accept input[type="checkbox"]{
  margin-top:3px;
  flex-shrink:0;
  accent-color:#2eea66;
}

.cfx-panel .wpcf7-response-output{
  margin:10px 0 0 !important;
  border-radius:10px !important;
  padding:10px 14px !important;
  border:1px solid #1c2128 !important;
  background:#111418 !important;
  color:#d7dfeb !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:13px !important;
}
 
.cfx-panel .wpcf7-spinner{
  margin:8px auto 0;
  display:block;
}

@media (max-width: 980px) {
  .cfx-wrap {
    padding: 44px 0 !important;
  }

  .cfx-row {
    max-width: 760px !important;
  }

  .cfx-col-left {
    border-right: none !important;
    border-bottom: 1px solid #1c2128 !important;
  }

  .cfx-left {
    padding: 28px 24px !important;
  }

  .cfx-panel {
    padding: 24px 24px !important;
  }

  .cfx-left h2 {
    font-size: clamp(26px, 4.4vw, 34px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
    max-width: 14ch;
  }

  .cfx-lead {
    font-size: 15px !important;
    line-height: 1.72 !important;
    max-width: 42ch;
    margin-bottom: 20px !important;
  }

  .cfx-chips {
    gap: 10px;
    margin-bottom: 14px;
  }

  .cfx-chip {
    font-size: 15px !important;
    line-height: 1.3 !important;
    padding: 12px 14px 12px 42px !important;
  }

  .cfx-chip::before {
    left: 14px;
  }

  .cfx-badge {
    margin-top: 6px !important;
  }

  .cfx-form__row {
    grid-template-columns: 1fr !important;
  }

  .cfx-form {
    gap: 12px;
  }

  .cfx-form .wpcf7-text,
  .cfx-form .wpcf7-email,
  .cfx-form .wpcf7-tel,
  .cfx-form .wpcf7-select,
  .cfx-form .wpcf7-textarea {
    font-size: 15px !important;
  }
}

@media (max-width: 760px) {
  .cfx-wrap {
    padding: 32px 0 !important;
  }

  .cfx-row {
    border-radius: 18px !important;
  }

  .cfx-row::before {
    border-radius: 18px 18px 0 0;
  }

  .cfx-left {
    padding: 24px 20px !important;
  }

  .cfx-panel {
    padding: 20px 20px !important;
  }

  .cfx-eyebrow {
    gap: 8px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }

  .cfx-dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(46,234,102,.15);
  }

  .cfx-left h2 {
    font-size: clamp(22px, 7vw, 30px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 12px !important;
    max-width: 11ch;
  }

  .cfx-lead {
    font-size: 14px !important;
    line-height: 1.75 !important;
    margin: 0 0 18px !important;
    max-width: 100%;
  }

  .cfx-chips {
    gap: 10px;
    margin-bottom: 14px;
  }

  .cfx-chip {
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cfx-chip[href^="mailto:"] {
    font-size: 12px !important;
  }

  .cfx-chip::before {
    left: 13px;
    width: 8px;
    height: 8px;
  }

  .cfx-badge {
    font-size: 10px;
    line-height: 1.5;
    padding: 8px 12px;
    max-width: 100%;
  }

  .cfx-form {
    gap: 10px;
  }

  .cfx-form__row {
    gap: 10px;
  }

  .cfx-form label,
  .cfx-form__field label {
    font-size: 9px !important;
    margin: 0 0 5px !important;
  }

  .cfx-form .wpcf7-text,
  .cfx-form .wpcf7-email,
  .cfx-form .wpcf7-tel,
  .cfx-form .wpcf7-select,
  .cfx-form .wpcf7-textarea {
    padding: 12px 13px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  .cfx-form .wpcf7-text,
  .cfx-form .wpcf7-email,
  .cfx-form .wpcf7-tel,
  .cfx-form .wpcf7-select {
    height: 44px !important;
  }

  .cfx-form .wpcf7-textarea {
    min-height: 96px !important;
    max-height: 180px !important;
  }

  .cfx-form .wpcf7-submit {
    padding: 14px 16px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }

  .cfx-form__note {
    margin-top: 10px;
    padding: 12px !important;
    gap: 10px;
  }

  .cfx-form__note-copy,
  .cfx-form__accept,
  .cfx-form__accept label {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .cfx-form__accept label {
    gap: 8px !important;
  }

  .cfx-form__accept input[type="checkbox"] {
    margin-top: 2px;
  }

  .cfx-panel .wpcf7-response-output {
    font-size: 12px !important;
  }
	
   .cfx-chips br {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .cfx-wrap {
    padding: 24px 0 !important;
  }

  .cfx-row {
    border-radius: 16px !important;
  }

  .cfx-row::before {
    border-radius: 16px 16px 0 0;
  }

  .cfx-left {
    padding: 22px 16px !important;
  }

  .cfx-panel {
    padding: 18px 16px !important;
  }

  .cfx-left h2 {
    font-size: 18px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    max-width: 10ch;
  }

  .cfx-lead {
    font-size: 13px !important;
    line-height: 1.72 !important;
  }

  .cfx-chip {
    font-size: 12px !important;
    line-height: 1.4 !important;
    padding: 11px 12px 11px 36px !important;
  }

  .cfx-chip[href^="mailto:"] {
    font-size: 11px !important;
  }

  .cfx-chip::before {
    left: 12px;
    width: 7px;
    height: 7px;
  }

  .cfx-badge {
    font-size: 9.5px;
    padding: 8px 10px;
  }

  .cfx-form label,
  .cfx-form__field label {
    font-size: 8.5px !important;
    letter-spacing: 0.08em !important;
  }

  .cfx-form .wpcf7-text,
  .cfx-form .wpcf7-email,
  .cfx-form .wpcf7-tel,
  .cfx-form .wpcf7-select,
  .cfx-form .wpcf7-textarea {
    font-size: 13px !important;
    padding: 11px 12px !important;
  }

  .cfx-form .wpcf7-text,
  .cfx-form .wpcf7-email,
  .cfx-form .wpcf7-tel,
  .cfx-form .wpcf7-select {
    height: 42px !important;
  }

  .cfx-form .wpcf7-textarea {
    min-height: 92px !important;
  }

  .cfx-form .wpcf7-submit {
    font-size: 12.5px !important;
    padding: 13px 14px !important;
  }

  .cfx-form__note {
    padding: 10px !important;
  }

  .cfx-form__note-copy,
  .cfx-form__accept,
  .cfx-form__accept label {
    font-size: 10.5px !important;
    line-height: 1.5 !important;
  }
}