/*  ============================================================
    Pozycjonowanie Gliwice
    ============================================================ */

/* SEKCJA ABOVE THE FOLD */

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

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

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

.seo-hero-gliwice__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;
}

.seo-hero-gliwice__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;
}

.seo-hero-gliwice__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: shGliwiceOrbFloat 10s ease-in-out infinite alternate;
}
.seo-hero-gliwice__orb--1 {
  width: 750px; height: 750px; top: -15%; left: -8%;
  background: radial-gradient(circle, rgba(0,232,123,.28), transparent 70%);
  filter: blur(100px);
}
.seo-hero-gliwice__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;
}

.seo-hero-gliwice__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: shGliwiceLineReveal .8s ease-out 1.1s forwards;
}

.seo-hero-gliwice__accent-bar {
  position: absolute; top: 32px; left: 48px;
  width: 0; height: 3px; background: var(--sh-accent);
  border-radius: 2px; z-index: 5;
  animation: shGliwiceBarGrow .5s ease-out .2s forwards;
}

.seo-hero-gliwice__ghost {
  position: absolute; top: 45%; left: 46%;
  transform: translate(-50%, -55%);
  font-family: var(--sh-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;
}

.seo-hero-gliwice__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;
}

.seo-hero-gliwice__content {
  padding: 40px 0 60px;
  display: flex; flex-direction: column; gap: 0;
}

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

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

.seo-hero-gliwice__h1 {
  font-family: var(--sh-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(--sh-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: shGliwiceFadeUp .7s ease-out .4s forwards;
}
.seo-hero-gliwice__h1-accent { color: var(--sh-accent); position: relative; display: inline; }
.seo-hero-gliwice__h1-dim { color: rgba(240, 245, 242, .52); font-weight: 700; }

.seo-hero-gliwice__body-row {
  display: flex; align-items: flex-start; gap: 40px;
  margin-bottom: 20px; opacity: 0;
  animation: shGliwiceFadeUp .6s ease-out .6s forwards;
}
.seo-hero-gliwice__body-text {
  font-family: var(--sh-font-body); font-weight: 300; font-size: 15px;
  line-height: 1.7; color: var(--sh-text-mid); max-width: 420px; flex: 1;
}
.seo-hero-gliwice__vtags {
  display: flex; flex-direction: column; gap: 6px;
  padding-left: 16px; border-left: 1px solid rgba(0,232,123,.1); flex-shrink: 0;
}
.seo-hero-gliwice__vtag {
  font-family: var(--sh-font-mono); font-weight: 400; font-size: 11px;
  color: var(--sh-text-lo); letter-spacing: .02em; padding: 3px 0;
  transition: all .3s ease; cursor: default; position: relative;
}
.seo-hero-gliwice__vtag:hover { color: var(--sh-accent); padding-left: 6px; }
.seo-hero-gliwice__vtag--active { color: rgba(0,232,123,.6); font-weight: 500; }

.seo-hero-gliwice__cta {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 22px; opacity: 0;
  animation: shGliwiceFadeUp .6s ease-out .7s forwards;
}

.seo-hero-gliwice__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(--sh-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);
}
.seo-hero-gliwice__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);
}
.seo-hero-gliwice__btn-primary:active { transform: translateY(0) scale(.97); }
.seo-hero-gliwice__btn-primary svg { transition: transform .3s ease; }
.seo-hero-gliwice__btn-primary:hover svg { transform: rotate(90deg); }

.seo-hero-gliwice__btn-ghost {
  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;
}
.seo-hero-gliwice__btn-ghost:hover {
  color: #2eea66; border-color: rgba(46, 234, 102, .45);
  box-shadow: 0 4px 20px rgba(46, 234, 102, .12); transform: translateY(-1px);
}
.seo-hero-gliwice__btn-ghost svg { transition: all .3s ease; opacity: .7; }
.seo-hero-gliwice__btn-ghost:hover svg { transform: translateX(4px); opacity: 1; }

.seo-hero-gliwice__trust {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-bottom: 24px; opacity: 0;
  animation: shGliwiceFadeUp .5s ease-out .78s forwards;
}
.seo-hero-gliwice__trust-item {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sh-font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: .04em; color: var(--sh-text-lo);
}
.seo-hero-gliwice__trust-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sh-accent); box-shadow: 0 0 0 4px rgba(0,232,123,.15);
  flex-shrink: 0;
}

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

.seo-hero-gliwice__photo-col {
  position: relative; height: 100%; min-height: auto;
  display: flex; align-items: start; justify-content: center;
  z-index: 3; padding-top: 40px;
}
.seo-hero-gliwice__photo-wrap {
  position: relative; width: 100%; max-width: 420px;
  transition: transform .4s ease-out;
}
.seo-hero-gliwice__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: shGliwicePhotoReveal .9s ease-out .3s forwards;
}
.seo-hero-gliwice__photo-fade {
  position: absolute; top: 0; left: 0; width: 120px; height: 100%;
  background: linear-gradient(90deg, var(--sh-bg), transparent);
  z-index: 2; pointer-events: none;
}
.seo-hero-gliwice__photo-img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center top; display: block;
}
.seo-hero-gliwice__photo-accent {
  position: absolute; top: -6px; left: 24px;
  width: 56px; height: 3px; background: var(--sh-accent);
  border-radius: 2px; z-index: 4;
  opacity: 0; animation: shGliwiceFadeIn .4s ease-out 1s forwards;
}

.seo-hero-gliwice__fc {
  position: absolute; z-index: 5;
  background: var(--sh-card-bg); border: 1px solid var(--sh-border);
  border-radius: 12px; padding: 12px 15px;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  opacity: 0; transition: transform .4s ease-out;
}
.seo-hero-gliwice__fc--perf {
  top: 20px; left: -40px;
  animation: shGliwiceCardIn .5s cubic-bezier(.16,1,.3,1) .95s forwards;
}
.seo-hero-gliwice__fc--index {
  bottom: 40px; right: -20px;
  animation: shGliwiceCardIn .5s cubic-bezier(.16,1,.3,1) 1.1s forwards;
}
.seo-hero-gliwice__fc--errors {
  top: 50%; left: -60px;
  transform: translateY(-50%) scale(.92);
  animation: shGliwiceCardInCenter .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
}
.seo-hero-gliwice__fc-title {
  font-family: var(--sh-font-mono); font-weight: 500; font-size: 9px;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgb(240 245 242 / 58%); margin-bottom: 5px;
}
.seo-hero-gliwice__fc-value {
  font-family: var(--sh-font-display); font-weight: 800; font-size: 22px;
  color: var(--sh-text); line-height: 1; letter-spacing: -.01em;
}
.seo-hero-gliwice__fc-unit {
  font-family: var(--sh-font-mono); font-weight: 400;
  font-size: 11px; color: var(--sh-text-lo);
}
.seo-hero-gliwice__fc-bar {
  margin-top: 8px; height: 3px; background: rgba(255,255,255,.04);
  border-radius: 2px; width: 90px; overflow: hidden;
}
.seo-hero-gliwice__fc-fill { height: 100%; border-radius: 2px; width: 0; transition: width 1s ease-out; }
.seo-hero-gliwice__fc-fill--amber { background: var(--sh-amber); }
.seo-hero-gliwice__fc-fill--green { background: var(--sh-accent); }
.seo-hero-gliwice__fc-fill--coral { background: var(--sh-coral); }
.seo-hero-gliwice__fc-live { display: flex; align-items: center; gap: 5px; margin-top: 7px; }
.seo-hero-gliwice__fc-dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--sh-accent);
  animation: shGliwicePulse 2s ease-in-out infinite;
}
.seo-hero-gliwice__fc-live-text {
  font-family: var(--sh-font-mono); font-weight: 400; font-size: 9px;
  color: rgba(0,232,123,.5); letter-spacing: .03em;
}
.seo-hero-gliwice__fc-code {
  font-family: var(--sh-font-mono); font-weight: 600; font-size: 8.5px;
  color: rgb(0 255 102 / 84%); letter-spacing: .05em;
  text-transform: uppercase; margin-top: 5px;
}

.seo-hero-gliwice__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: shGliwiceScanline 5s linear infinite; opacity: .6;
}

@keyframes shGliwiceOrbFloat { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(25px,-18px) scale(1.1); } }
@keyframes shGliwiceFadeUp { from { opacity:0; transform: translateY(24px); } to { opacity:1; transform: translateY(0); } }
@keyframes shGliwiceFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes shGliwicePhotoReveal { from { opacity:0; clip-path: inset(0 100% 0 0); } to { opacity:1; clip-path: inset(0 0 0 0); } }
@keyframes shGliwiceCardIn { from { opacity:0; transform: scale(.88) translateY(12px); } to { opacity:1; transform: scale(1) translateY(0); } }
@keyframes shGliwiceCardInCenter { from { opacity:0; transform: translateY(-50%) scale(.88); } to { opacity:1; transform: translateY(-50%) scale(1); } }
@keyframes shGliwiceBarGrow { from { width:0; } to { width:48px; } }
@keyframes shGliwiceLineReveal { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes shGliwicePulse { 0%,100% { opacity:1; } 50% { opacity:.4; } }
@keyframes shGliwiceScanline { 0% { transform: translateY(-100vh); } 100% { transform: translateY(100vh); } }

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

  .seo-hero-gliwice__fc--errors {
    display: block;
    top: 46%;
    left: -18px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%) scale(.92);
    animation: shGliwiceCardInCenter .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
  }
}

@media (max-width: 900px) {
  .seo-hero-gliwice__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 22px;
    min-height: auto;
  }

  .seo-hero-gliwice {
    min-height: auto;
  }

  .seo-hero-gliwice__content {
    padding: 72px 0 34px;
  }

  .seo-hero-gliwice__photo-col {
    min-height: auto;
    height: auto;
    padding: 8px 0 48px;
  }

  .seo-hero-gliwice__photo-wrap {
    max-width: 360px;
    margin: 0 auto;
  }

  .seo-hero-gliwice__photo-fade,
  .seo-hero-gliwice__vline,
  .seo-hero-gliwice__ghost {
    display: none;
  }

  .seo-hero-gliwice__bc {
    margin-bottom: 16px;
    font-size: 10px;
    gap: 6px;
    letter-spacing: .05em;
    flex-wrap: wrap;
  }

  .seo-hero-gliwice__eyebrow {
    font-size: 9px;
    letter-spacing: .12em;
    gap: 8px;
    margin-bottom: 12px;
  }

  .seo-hero-gliwice__eyebrow::before {
    width: 18px;
  }

  .seo-hero-gliwice__h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.2vw, 40px) !important;
    line-height: 1.01 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 18px !important;
    text-wrap: balance;
  }

  .seo-hero-gliwice__h1 br {
    display: none;
  }

  .seo-hero-gliwice__body-row {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
  }

  .seo-hero-gliwice__body-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }

  .seo-hero-gliwice__vtags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,232,123,.1);
    padding-top: 12px;
  }

  .seo-hero-gliwice__vtag {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 1.45;
    padding: 0;
  }

  .seo-hero-gliwice__cta {
    gap: 12px;
    margin-bottom: 18px;
  }

  .seo-hero-gliwice__trust {
    gap: 12px 18px;
    margin-bottom: 20px;
  }

  .seo-hero-gliwice__proof {
    flex-wrap: wrap;
    gap: 0;
  }

  .seo-hero-gliwice__proof-item {
    padding-right: 24px;
    margin-right: 24px;
  }

  .seo-hero-gliwice__fc {
    padding: 10px 12px;
    max-width: 126px;
  }

  .seo-hero-gliwice__fc--perf {
    left: 8px;
    bottom: 8px;
    top: auto;
  }

  .seo-hero-gliwice__fc--index {
    right: 8px;
    bottom: 8px;
    top: auto;
  }

  .seo-hero-gliwice__fc--errors {
    display: block;
    top: 12px;
    left: 8px;
    right: auto;
    bottom: auto;
    transform: none;
    animation: shGliwiceCardIn .5s cubic-bezier(.16,1,.3,1) 1.25s forwards;
  }
}

@media (max-width: 540px) {
  .seo-hero-gliwice__inner {
    padding: 0 16px;
  }

  .seo-hero-gliwice__content {
    padding: 56px 0 28px;
  }

  .seo-hero-gliwice__h1 {
    font-size: clamp(22px, 10vw, 30px) !important;
    line-height: .98 !important;
    letter-spacing: -0.05em !important;
    margin: 0 0 16px !important;
  }

  .seo-hero-gliwice__body-text {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .seo-hero-gliwice__vtags {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 10px;
  }

  .seo-hero-gliwice__vtag {
    font-size: 9px;
    letter-spacing: .03em;
  }

  .seo-hero-gliwice__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-hero-gliwice__btn-primary,
  .seo-hero-gliwice__btn-ghost {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
  }

  .seo-hero-gliwice__trust {
    gap: 10px;
    align-items: flex-start;
  }

  .seo-hero-gliwice__trust-item {
    font-size: 10px;
  }

  .seo-hero-gliwice__proof {
    gap: 14px;
  }

  .seo-hero-gliwice__proof-item {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .seo-hero-gliwice__proof-val {
    font-size: 22px;
  }

  .seo-hero-gliwice__photo-wrap {
    max-width: 100%;
  }

  .seo-hero-gliwice__fc {
    padding: 8px 10px;
    max-width: 110px;
    border-radius: 10px;
  }

  .seo-hero-gliwice__fc-title {
    font-size: 7px;
    margin-bottom: 4px;
  }

  .seo-hero-gliwice__fc-value {
    font-size: 17px;
  }

  .seo-hero-gliwice__fc-unit {
    font-size: 8px;
  }

  .seo-hero-gliwice__fc-bar {
    width: 60px;
    margin-top: 6px;
  }

  .seo-hero-gliwice__fc-live-text,
  .seo-hero-gliwice__fc-code {
    font-size: 7px;
  }

  .seo-hero-gliwice__fc--perf {
    left: 6px;
    bottom: 6px;
  }

  .seo-hero-gliwice__fc--index {
    right: 6px;
    bottom: 6px;
  }

  .seo-hero-gliwice__fc--errors {
    top: 6px;
    left: 6px;
    right: auto;
  }
}

@media (max-width: 390px) {
  .seo-hero-gliwice__h1 {
    font-size: 20px !important;
  }

  .seo-hero-gliwice__body-text {
    font-size: 13px;
  }

  .seo-hero-gliwice__btn-primary,
  .seo-hero-gliwice__btn-ghost {
    font-size: 11px;
  }

  .seo-hero-gliwice__fc {
    max-width: 102px;
    padding: 8px 8px;
  }

  .seo-hero-gliwice__fc--errors {
    top: 5px;
    left: 5px;
    right: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .seo-hero-gliwice *, .seo-hero-gliwice *::before, .seo-hero-gliwice *::after {
    animation-duration: 0.01ms !important; animation-delay: 0ms !important; transition-duration: 0.01ms !important;
  }
}

/* SEKCJA 1 */

.benefits {
  background: transparent;
  font-family: Inter, system-ui, sans-serif;
  color: #c8d4dc;
  padding: 80px 0;
}
.benefits *, .benefits *::before, .benefits *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.benefits__wrap {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) { .benefits__wrap { padding: 0 20px; } }

.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: #2eea66;
  box-shadow: 0 0 0 6px rgba(46,234,102,.15);
}
.benefits h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1; margin: 18px 0 8px; text-align: center;
  font-family: 'Syne', sans-serif; font-weight: 800;
  color: #dce8de; letter-spacing: -.02em;
}
.benefits__lead {
  font-size: 17px; color: #95a1b3;
  max-width: 64ch; margin: 0 auto; text-align: center;
  line-height: 1.7;
}
.hl {
  color: #e8fbea;
  background: linear-gradient(90deg, rgba(46,234,102,.18), rgba(46,234,102,.08));
  padding: 1px 6px; border-radius: 8px;
}

.benefits__box {
  background: #0d1014;
  border: 1px solid #171d24;
  border-radius: 20px;
  overflow: hidden;
}

.benefits__head {
  position: relative;
  padding: 52px 40px 48px;
  background: #0d1014;
  text-align: center;
  border-bottom: 1px solid #171d24;
  overflow: hidden;
}
.benefits__head::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2eea66 35%, rgba(46,234,102,.4) 65%, transparent 100%);
}
.benefits__head::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 140px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.07) 0%, transparent 70%);
  pointer-events: none;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 860px) { .benefits__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .benefits__grid { grid-template-columns: 1fr; } }

.benefits__card {
  position: relative;
  padding: 32px 28px 28px;
  background: #0d1014;
  border-right: 1px solid #171d24;
  border-bottom: 1px solid #171d24;
  overflow: hidden;
  cursor: default;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .5s cubic-bezier(.22,1,.36,1),
    background .28s;
}
.benefits__card.vis { opacity: 1; transform: translateY(0); }
.benefits__card:hover { background: #0f1318; }

.benefits__card:nth-child(3n)        { border-right: none; }
.benefits__card:nth-last-child(-n+3) { border-bottom: none; }

@media (max-width: 860px) {
  .benefits__card:nth-child(3n)            { border-right: 1px solid #171d24; }
  .benefits__card:nth-child(2n)            { border-right: none; }
  .benefits__card:nth-last-child(-n+3)     { border-bottom: 1px solid #171d24; }
  .benefits__card:nth-last-child(-n+2)     { border-bottom: none; }
}
@media (max-width: 540px) {
  .benefits__card                     { border-right: none !important; }
  .benefits__card:nth-last-child(n+2) { border-bottom: 1px solid #171d24 !important; }
  .benefits__card:last-child          { border-bottom: none !important; }
}

.benefits__card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #2eea66, rgba(46,234,102,.2));
  transform: scaleX(0); transform-origin: left;
  transition: transform .38s cubic-bezier(.4,0,.2,1);
}
.benefits__card:hover::before { transform: scaleX(1); }

.benefits__num {
  position: absolute; top: 12px; right: 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 800; font-size: 68px; line-height: 1;
  color: rgba(46,234,102,.038);
  user-select: none; pointer-events: none;
  transition: color .35s;
}
.benefits__card:hover .benefits__num { color: rgba(46,234,102,.07); }

.benefits__icon {
  width: 38px; height: 38px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(46,234,102,.07);
  border: 1px solid rgba(46,234,102,.14);
  margin-bottom: 18px;
  transition: background .28s, border-color .28s;
}
.benefits__icon svg {
  width: 17px; height: 17px;
  stroke: #2eea66; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.benefits__card:hover .benefits__icon {
  background: rgba(46,234,102,.12);
  border-color: rgba(46,234,102,.28);
}

.benefits__lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase;
  color: rgb(46 234 102);
  display: block; margin-bottom: 9px;
}
.benefits__ct {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: 16px;
  line-height: 1.22; letter-spacing: -.01em;
  color: #cce0d4; margin-bottom: 10px;
  transition: color .25s;
}
.benefits__card:hover .benefits__ct { color: #ddf0e4; }
.benefits__cd {
  font-size: 13.5px; line-height: 1.66;
  color: #8aab98;
  transition: color .25s;
}
.benefits__card:hover .benefits__cd { color: #7a9a8a; }

.benefits__stat {
  display: inline-flex; align-items: baseline; gap: 5px;
  margin-top: 18px; padding: 7px 13px; border-radius: 10px;
  background: rgba(46,234,102,.06);
  border: 1px solid rgba(46,234,102,.13);
}
.benefits__stat-n {
  font-family: 'Syne', sans-serif;
  font-weight: 800; font-size: 20px; color: #2eea66; line-height: 1;
}
.benefits__stat-l {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgb(46 234 102 / 65%);
}

.benefits__kpilist { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.benefits__kpi {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 12px; border-radius: 10px;
  background: rgba(46,234,102,.03);
  border: 1px solid rgba(46,234,102,.08);
  transition: background .2s, border-color .2s;
}
.benefits__kpi:hover { background: rgba(46,234,102,.07); border-color: rgba(46,234,102,.17); }
.benefits__kpi-n {
  font-family: 'Syne', sans-serif;
  font-size: 15px; font-weight: 800; color: #2eea66;
}
.benefits__kpi-l {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: #7a9a8a; text-align: right;
}

.benefits__cta {
  border-top: 1px solid #171d24;
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  padding: 22px 28px;
  background: #0d1014;
  flex-wrap: wrap;
}
.benefits__cta p { font-size: 14px; line-height: 1.55; color: #7a9a8a; max-width: 52ch; }
.benefits__cta strong { color: #7a9a8a; }
.benefits__btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px; border-radius: 12px;
  background: #2eea66; color: #040f07;
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 800;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(46,234,102,.26);
  transition: transform .2s, box-shadow .2s;
}
.benefits__btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.4); }
.benefits__btn svg { width: 13px; height: 13px; flex-shrink: 0; }

@media (max-width: 760px) {
  .benefits {
    padding: 56px 0;
  }

  .benefits__wrap {
    padding: 0 16px;
  }

  .benefits__head {
    padding: 34px 18px 28px;
  }

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

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

  .benefits h2,
  #benefits-title {
    font-size: clamp(20px, 8vw, 30px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    margin: 14px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

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

  .benefits__card {
    padding: 24px 18px;
  }

  .benefits__num {
    top: 10px;
    right: 12px;
    font-size: 54px;
  }

  .benefits__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }

  .benefits__icon svg {
    width: 15px;
    height: 15px;
  }

  .benefits__lbl {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .benefits__ct {
    font-size: 15px;
    line-height: 1.2;
  }

  .benefits__cd {
    font-size: 13px;
    line-height: 1.62;
  }

  .benefits__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 18px 20px;
  }

  .benefits__cta p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.6;
  }

  .benefits__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    padding: 13px 16px;
    font-size: 12.5px;
  }
}

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

  .benefits__head {
    padding: 28px 14px 24px;
  }

  .benefits h2,
  #benefits-title {
    font-size: 20px;
    line-height: 1.01;
    letter-spacing: -0.05em;
  }

  .benefits__card {
    padding: 22px 16px;
  }

  .benefits__num {
    font-size: 46px;
  }

  .benefits__btn {
    font-size: 12px;
    padding: 12px 14px;
  }
}

/* SEKCJA 2 */

.s4 {
  --a:   #2eea66;
  --c1:  #0d1014;
  --ln:  #171d24;
  --tx:  #d7dfeb;
  --mt:  #95a1b3;
  color: var(--tx);
  font: 16px/1.65 Inter, system-ui, sans-serif;
  max-width: 100%;
  margin: 84px auto;
  padding: 0 24px;
}
.s4 * { box-sizing: border-box; }

.s4__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: 500; letter-spacing: .06em;
}
.s4__dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--a);
  box-shadow: 0 0 0 6px rgba(46,234,102,.15);
}
.s4 h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15; margin: 18px 0 6px; text-align: center;
  color: #dce8de;
}
.s4__lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px; color: var(--mt);
  max-width: 90ch; margin: 0 auto; text-align: center;
}
.s4 .hl {
  color: #e8fbea;
  background: linear-gradient(90deg, rgba(46,234,102,.18), rgba(46,234,102,.08));
  padding: 1px 6px; border-radius: 8px;
}

.s4__box {
  border: 1px solid var(--ln);
  border-radius: 20px;
  overflow: hidden;
  background: var(--c1);
}

.s4__head {
  position: relative;
  padding: 52px 40px 44px;
  text-align: center;
  overflow: hidden;
}
.s4__head::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--a) 35%, rgba(46,234,102,.4) 65%, transparent);
}
.s4__head::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 560px; height: 120px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.07) 0%, transparent 70%);
  pointer-events: none;
}

.s4__rule {
  height: 1px; margin: 0 32px;
  background: linear-gradient(90deg, transparent 0%, var(--ln) 15%, var(--ln) 85%, transparent 100%);
}

.s4__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1040px) { .s4__track { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px)  { .s4__track { grid-template-columns: 1fr; } }

.s4__track::before {
  content: '';
  position: absolute; top: 54px; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--ln) 8%, var(--ln) 92%, transparent 100%);
  z-index: 0; pointer-events: none;
}
@media (max-width: 1040px) { .s4__track::before { display: none; } }

.s4__step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  border-right: 1px solid var(--ln);
  cursor: default;
  opacity: 0; transform: translateY(14px);
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .5s cubic-bezier(.22,1,.36,1),
    background .3s;
}
.s4__step.vis { opacity: 1; transform: none; }
.s4__step:last-child { border-right: none; }
.s4__step:hover { background: rgba(46,234,102,.018); }
.s4__step::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--a), rgba(46,234,102,.1));
  transform: scaleX(0); transform-origin: left;
  transition: transform .38s cubic-bezier(.4,0,.2,1);
}
.s4__step:hover::before { transform: scaleX(1); }

@media (max-width: 1040px) {
  .s4__step:nth-child(2n)   { border-right: none; }
  .s4__step:nth-child(-n+2) { border-bottom: 1px solid var(--ln); }
}
@media (max-width: 520px) {
  .s4__step                  { border-right: none !important; }
  .s4__step:not(:last-child) { border-bottom: 1px solid var(--ln); }
}

.s4__num-zone {
  position: relative;
  padding: 18px 14px 0; height: 82px;
  display: flex; align-items: flex-start;
}
.s4__n {
  font-family: 'Syne', sans-serif;
  font-weight: 800; font-size: 56px; line-height: 1;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(46,234,102,.15);
  user-select: none; pointer-events: none;
  position: relative; z-index: 1;
  transition: -webkit-text-stroke-color .4s;
}
.s4__step:hover .s4__n { -webkit-text-stroke-color: rgba(46,234,102,.4); }

.s4__node {
  position: absolute; top: 48px; right: -5px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ln); border: 1.5px solid #2a3540; z-index: 2;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.s4__step:last-child .s4__node { display: none; }
.s4__step:hover .s4__node { background: var(--a); border-color: var(--a); box-shadow: 0 0 10px rgba(46,234,102,.5); }
@media (max-width: 1040px) { .s4__node { display: none; } }

.s4__content {
  padding: 0 15px; flex: 1;
  display: flex; flex-direction: column; gap: 8px;
}

.s4__lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgb(46 234 102 / 61%);
}

.s4__title {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: 20px;
  line-height: 1.2; letter-spacing: -.01em;
  color: #c0d8cc; margin: 0;
  transition: color .25s;
}
.s4__step:hover .s4__title { color: #daf0e4; }

.s4__desc {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.68; color: #7a9a8a;
  transition: color .25s;
}
.s4__step:hover .s4__desc { color: #8aaa96; }

.s4__list {
  list-style: none; padding: 0; margin: 4px 0 0;
  display: flex; flex-direction: column; gap: 6px;
}
.s4__list li {
  font-family: Inter, system-ui, sans-serif;
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 14px; line-height: 1.5; color: #7a9a8a;
  transition: color .25s;
}
.s4__step:hover .s4__list li { color: #78a08a; }
.s4__list svg {
  width: 13px; height: 13px; flex-shrink: 0; margin-top: 2px;
  stroke: var(--a); fill: none; stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
  opacity: .65; transition: opacity .25s;
}
.s4__step:hover .s4__list svg { opacity: 1; }

.s4__foot {
  padding: 16px 14px 20px;
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
}

.s4__cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 10px;
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 12px; font-weight: 800;
  background: var(--a); color: #060f08;
  box-shadow: 0 5px 18px rgba(46,234,102,.22);
  transition: transform .2s, box-shadow .2s; white-space: nowrap;
}
.s4__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(46,234,102,.36); }
.s4__cta svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.5; }

.s4__divider { height: 1px; background: var(--ln); }
.s4__bottom {
  padding: 22px 36px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
}

.s4__bottom p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.55; color: #a0c8aa; max-width: 52ch; margin: 0;
}
.s4__bottom strong { color: #9abcaa; }

.s4__bottom-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 12px;
  background: var(--a); color: #040f07;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(46,234,102,.26);
  transition: transform .2s, box-shadow .2s;
}
.s4__bottom-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.4); }
.s4__bottom-btn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; }

@media (max-width: 640px) {
  .s4__head { padding: 36px 24px 32px; }
  .s4__n { font-size: 48px; }
  .s4__num-zone { padding: 16px 18px 0; }
  .s4__content { padding: 0 18px; }
  .s4__foot { padding: 14px 18px 18px; }
  .s4__bottom { padding: 20px 22px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .s4 {
    padding: 0 16px;
    margin: 56px auto;
  }

  .s4__head {
    padding: 34px 18px 28px;
  }

  .s4__eyebrow {
    gap: 8px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: .08em;
  }

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

  #s4-title {
    font-size: clamp(20px, 8vw, 30px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .s4__lead {
    font-size: 15px;
    line-height: 1.72;
    max-width: 30ch;
  }
}

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

  .s4__head {
    padding: 28px 14px 24px;
  }

  #s4-title {
    font-size: 20px;
    line-height: 1.01;
    letter-spacing: -.05em;
  }
}

/* SEKCJA 3 */

.strat {
  --a:   #2eea66;
  --c0:  #0b0d10;
  --c1:  #0d1014;
  --c2:  #0f1318;
  --ln:  #171d24;
  --ln2: #1a2028;
  --tx:  #d7dfeb;
  --mt:  #95a1b3;

  color: var(--tx);
  font: 16px/1.65 Inter, system-ui, sans-serif;
  max-width: 100%;
  margin: 84px auto;
  padding: 0 24px;
}
.strat * { box-sizing: border-box; }

.strat__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: 500; letter-spacing: .06em;
}
.strat__dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--a);
  box-shadow: 0 0 0 6px rgba(46,234,102,.15);
}
.strat h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15; margin: 18px 0 6px; text-align: center;
  color: #dce8de;
}
.strat__lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px; color: var(--mt);
  max-width: 92ch; margin: 0 auto; text-align: center;
}
.strat .hl {
  color: #e8fbea;
  background: linear-gradient(90deg, rgba(46,234,102,.18), rgba(46,234,102,.08));
  padding: 1px 6px; border-radius: 8px;
}

.strat__box {
  border: 1px solid var(--ln);
  border-radius: 20px;
  overflow: hidden;
  background: var(--c1);
  margin-top: 0;
}

.strat__head {
  position: relative;
  padding: 52px 40px 44px;
  text-align: center;
  overflow: hidden;
}
.strat__head::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--a) 35%, rgba(46,234,102,.4) 65%, transparent);
}
.strat__head::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 130px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.07) 0%, transparent 70%);
  pointer-events: none;
}

.strat__rule {
  height: 1px; margin: 0 32px;
  background: linear-gradient(90deg, transparent, var(--ln) 15%, var(--ln) 85%, transparent);
}

.strat__row {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 380px;
  border-bottom: 1px solid var(--ln);
}
.strat__row:last-of-type { border-bottom: none; }

.strat__row--rev {
  grid-template-columns: 58% 42%;
}
.strat__row--rev .strat__img  { order: 2; }
.strat__row--rev .strat__body { order: 1; }

@media (max-width: 860px) {
  .strat__row,
  .strat__row--rev {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .strat__row--rev .strat__img  { order: 0; }
  .strat__row--rev .strat__body { order: 1; }
}

.strat__img {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #080c0f;
}

.strat__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(6,8,10,.72) 0%,
    rgba(6,8,10,.35) 60%,
    rgba(6,8,10,.55) 100%);
}

.strat__ghost {
  position: absolute; bottom: -12px; right: 8px;
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 140px; line-height: 1;
  letter-spacing: -.06em;
  color: #00000042;
  -webkit-text-stroke: 1px rgba(46,234,102,.12);
  user-select: none; pointer-events: none;
  z-index: 2;
  transition: -webkit-text-stroke-color .5s;
}
.strat__row:hover .strat__ghost {
  -webkit-text-stroke-color: rgba(46,234,102,.22);
}

.strat__row:not(.strat__row--rev) .strat__img::before {
  content: '';
  position: absolute; top: 0; left: 0; bottom: 0; width: 2px; z-index: 3;
  background: linear-gradient(to bottom, transparent, var(--a) 40%, transparent);
  opacity: 0; transition: opacity .4s;
}
.strat__row:not(.strat__row--rev) .strat__row:hover .strat__img::before,
.strat__row:not(.strat__row--rev):hover .strat__img::before { opacity: 1; }

.strat__row--rev .strat__img::before {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; width: 2px; z-index: 3;
  background: linear-gradient(to bottom, transparent, var(--a) 40%, transparent);
  opacity: 0; transition: opacity .4s;
}
.strat__row--rev:hover .strat__img::before { opacity: 1; }

.strat__img--niche {
  background-image: url("https://darktheme.you2.pl/wp-content/uploads/2025/11/analiza-niszy-w-Gliwicach.webp");
}
.strat__img--arch {
  background-image: url("https://darktheme.you2.pl/wp-content/uploads/2025/11/projektowanie-architektury-informacji.webp");
}

.strat__row:not(.strat__row--rev) .strat__img {
  border-right: 1px solid var(--ln);
}
.strat__row--rev .strat__img {
  border-left: 1px solid var(--ln);
}
@media (max-width: 860px) {
  .strat__row .strat__img,
  .strat__row--rev .strat__img {
    border-right: none; border-left: none;
    border-bottom: 1px solid var(--ln);
  }
}

.strat__body {
  padding: 36px 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
  transition: background .3s;
}
.strat__row:hover .strat__body { background: rgba(46,234,102,.012); }

.strat__kicker {
  display: inline-flex; align-items: center; gap: 8px;
  width: max-content;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(46,234,102,.5);
}
.strat__kicker::before {
  content: '';
  display: block; width: 20px; height: 1px;
  background: var(--a); opacity: .5;
}

.strat__title {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.2; letter-spacing: -.02em;
  color: #cce0d4; margin: 0;
  transition: color .25s;
}
.strat__row:hover .strat__title { color: #e0f0e6; }

.strat__p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.72; color: #7a9a8a; margin: 0;
  transition: color .25s;
}
.strat__row:hover .strat__p { color: #8aaa96; }

.strat__list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.strat__li {
  font-family: Inter, system-ui, sans-serif;
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; line-height: 1.5; color: #7a9a8a;
  transition: color .25s;
}
.strat__row:hover .strat__li { color: #78a08a; }
.strat__li::before {
  content: '';
  display: block; flex-shrink: 0;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--a); opacity: .6; margin-top: 7px;
  transition: opacity .25s;
}
.strat__row:hover .strat__li::before { opacity: 1; }

.strat__acc {
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--ln);
  margin-top: auto;
}
.strat__acc summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 11px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--mt);
  background: transparent;
  transition: color .2s, background .2s;
  user-select: none;
}
.strat__acc summary::-webkit-details-marker { display: none; }
.strat__acc summary:hover { color: var(--tx); background: rgba(255,255,255,.03); }
.strat__acc[open] summary {
  color: rgba(46,234,102,.7);
  border-bottom: 1px solid var(--ln);
}

.strat__acc-icon {
  width: 20px; height: 20px; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ln); color: var(--mt);
  font-size: 14px; line-height: 1; flex-shrink: 0;
  transition: color .2s, border-color .2s, background .2s;
  font-style: normal;
}
.strat__acc[open] .strat__acc-icon {
  color: var(--a); border-color: rgba(46,234,102,.4);
  background: rgba(46,234,102,.08);
}

.strat__acc-body {
  padding: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.68; color: #7a9a8a;
}

.strat__cta {
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  flex-wrap: wrap;
  padding: 22px 36px;
  border-top: 1px solid var(--ln);
}
.strat__cta p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.55;
  color: #a0c8aa; max-width: 52ch; margin: 0;
}
.strat__cta strong { color: #9abcaa; }

.strat__cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px;
  background: var(--a); color: #040f07;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(46,234,102,.26);
  transition: transform .2s, box-shadow .2s;
}
.strat__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.4); }
.strat__cta-btn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; }

.strat__row {
  opacity: 0; transform: translateY(16px);
  transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1);
}
.strat__row.vis { opacity: 1; transform: none; }

@media (max-width: 760px) {
  .strat {
    padding: 0 16px;
    margin: 56px auto;
  }

  .strat__head {
    padding: 34px 18px 28px;
  }

  .strat__eyebrow {
    gap: 8px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: .08em;
  }

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

  .strat h2,
  #st-title {
    font-size: clamp(20px, 8vw, 30px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .strat__body {
    padding: 24px 18px 22px;
    gap: 14px;
  }

  .strat__kicker {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .strat__title {
    font-size: 18px;
    line-height: 1.12;
  }

  .strat__p {
    font-size: 13px;
    line-height: 1.68;
  }

  .strat__li {
    font-size: 12px;
    line-height: 1.45;
  }

  .strat__ghost {
    font-size: 92px;
    right: 4px;
    bottom: -8px;
  }

  .strat__cta {
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .strat__cta p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.58;
  }

  .strat__cta-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    padding: 12px 16px;
    font-size: 12.5px;
  }
}

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

  .strat__head {
    padding: 28px 14px 24px;
  }

  .strat h2,
  #st-title {
    font-size: 20px;
    line-height: 1.01;
    letter-spacing: -.05em;
  }

  .strat__body {
    padding: 22px 14px 20px;
  }

  .strat__ghost {
    font-size: 78px;
  }

  .strat__cta {
    padding: 16px 14px;
  }

  .strat__cta-btn {
    font-size: 12px;
    padding: 11px 14px;
  }
}

/* SEKCJA 4 */

.algx {
  --a:  #2eea66;
  --c1: #0d1014;
  --c2: #0f1318;
  --ln: #171d24;
  --tx: #d7dfeb;
  --mt: #95a1b3;

  color: var(--tx);
  font: 16px/1.65 Inter, system-ui, sans-serif;
  max-width: 100%;
  margin: 84px auto;
  padding: 0 24px;
}
.algx * { box-sizing: border-box; }

.algx__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: 500; letter-spacing: .06em;
}
.algx__dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--a);
  box-shadow: 0 0 0 6px rgba(46,234,102,.15);
}
.algx h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15; margin: 18px 0 6px; text-align: center;
  color: #dce8de;
}
.algx__lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px; color: var(--mt);
  max-width: 95ch; margin: 0 auto; text-align: center;
}
.algx .hl {
  color: #e8fbea;
  background: linear-gradient(90deg, rgba(46,234,102,.18), rgba(46,234,102,.08));
  padding: 1px 6px; border-radius: 8px;
}

.algx__box {
  border: 1px solid var(--ln);
  border-radius: 20px;
  overflow: hidden;
  background: var(--c1);
}

.algx__head {
  position: relative;
  padding: 52px 40px 44px;
  text-align: center;
  overflow: hidden;
}
.algx__head::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--a) 35%, rgba(46,234,102,.4) 65%, transparent);
}
.algx__head::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 130px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.07) 0%, transparent 70%);
  pointer-events: none;
}
.algx__rule {
  height: 1px; margin: 0 32px;
  background: linear-gradient(90deg, transparent, var(--ln) 15%, var(--ln) 85%, transparent);
}

.algx__body {
  display: grid;
  grid-template-columns: 58% 42%;
}
@media (max-width: 900px) { .algx__body { grid-template-columns: 1fr; } }

.algx__left {
  padding: 36px 36px 36px;
  border-right: 1px solid var(--ln);
  display: flex; flex-direction: column; gap: 22px;
}
@media (max-width: 900px) {
  .algx__left { border-right: none; border-bottom: 1px solid var(--ln); }
}

.algx__title {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.2; letter-spacing: -.02em;
  color: #c8dcd2; margin: 0;
}

.algx__p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.72;
  color: #7a9a8a; margin: 0;
}
.algx__p strong { color: #9abcaa; }

.algx__chips {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.algx__chip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 8px;
  color: rgba(46,234,102,.7);
  background: rgba(46,234,102,.06);
  border: 1px solid rgba(46,234,102,.18);
  transition: background .2s, border-color .2s, color .2s;
}
.algx__chip:hover {
  background: rgba(46,234,102,.12);
  border-color: rgba(46,234,102,.35);
  color: rgba(46,234,102,.95);
}

.algx__list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.algx__li {
  font-family: Inter, system-ui, sans-serif;
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; line-height: 1.6; color: #7a9a8a;
}
.algx__li strong { color: #a0c8aa; }
.algx__li::before {
  content: '';
  flex-shrink: 0; display: block;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--a); opacity: .55; margin-top: 7px;
}

.algx__right {
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 0;
  position: relative;
}

.algx__panel-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgb(46 234 102 / 83%);
  margin-bottom: 20px; display: block;
}

.algx__timeline {
  display: flex; flex-direction: column;
  gap: 0; position: relative;
  flex: 1;
}

.algx__timeline::before {
  content: '';
  position: absolute;
  left: 14px; top: 6px; bottom: 6px;
  width: 1px;
  background: linear-gradient(to bottom,
    rgba(46,234,102,.3),
    rgba(46,234,102,.1) 80%,
    transparent);
  pointer-events: none;
}

.algx__step {
  display: flex; gap: 16px; align-items: flex-start;
  padding-bottom: 22px;
  position: relative;
  cursor: default;
}
.algx__step:last-child { padding-bottom: 0; }

.algx__node {
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--c1);
  border: 1px solid rgba(46,234,102,.22);
  display: flex; align-items: center; justify-content: center;
  z-index: 1; position: relative;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.algx__node span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600;
  color: rgba(46,234,102,.5);
  transition: color .3s;
}
.algx__step:hover .algx__node {
  border-color: rgba(46,234,102,.6);
  background: rgba(46,234,102,.07);
  box-shadow: 0 0 14px rgba(46,234,102,.2);
}
.algx__step:hover .algx__node span { color: var(--a); }

.algx__step-body { flex: 1; padding-top: 4px; }
.algx__step-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700; font-size: 13px;
  color: #b0ccbc; margin: 0 0 5px;
  transition: color .25s;
}
.algx__step:hover .algx__step-title { color: #d0e8da; }
.algx__step-desc {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12.5px; line-height: 1.65;
  color: #7a9a8a;
  transition: color .25s;
}
.algx__step:hover .algx__step-desc { color: #8aab98; }

.algx__cta {
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  flex-wrap: wrap;
  padding: 22px 36px;
  border-top: 1px solid var(--ln);
}
.algx__cta p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.55;
  color: #a0c8aa; max-width: 52ch; margin: 0;
}
.algx__cta strong { color: #9abcaa; }
.algx__cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px;
  background: var(--a); color: #040f07;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(46,234,102,.26);
  transition: transform .2s, box-shadow .2s;
}
.algx__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.4); }
.algx__cta-btn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; }

.algx__left,
.algx__right {
  opacity: 0; transform: translateY(12px);
  transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1);
}
.algx__left.vis  { opacity: 1; transform: none; }
.algx__right.vis { opacity: 1; transform: none; transition-delay: .12s; }

@media (max-width: 640px) {
  .algx__head { padding: 36px 24px 32px; }
  .algx__left  { padding: 26px 22px; }
  .algx__right { padding: 26px 22px; }
  .algx__cta   { padding: 20px 22px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .algx__head {
    padding: 34px 18px 28px;
  }

  .algx__eyebrow {
    gap: 8px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: .08em;
    max-width: 100%;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
    justify-content: center;
  }

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

  .algx h2,
  #algx-title {
    font-size: clamp(20px, 8vw, 30px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}

@media (max-width: 420px) {
  .algx__head {
    padding: 28px 14px 24px;
  }

  .algx__eyebrow {
    font-size: 9px;
    padding: 7px 10px;
    letter-spacing: .06em;
  }

  .algx h2,
  #algx-title {
    font-size: 20px;
    line-height: 1.01;
    letter-spacing: -.05em;
  }
}

/* SEKCJA 5 */

.prc {
  --a:  #2eea66;
  --c1: #0d1014;
  --c2: #090b0e;
  --ln: #171d24;
  --ln2: #1e2830;
  --tx: #d7dfeb;
  --mt: #95a1b3;

  color: var(--tx);
  font: 16px/1.65 Inter, system-ui, sans-serif;
  max-width: 100%;
  margin: 84px auto;
  padding: 0 24px;
}
.prc * { box-sizing: border-box; }

.prc__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: 500; letter-spacing: .06em;
}
.prc__dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--a); box-shadow: 0 0 0 6px rgba(46,234,102,.15);
}
.prc h2 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15; margin: 18px 0 6px; text-align: center;
  color: #dce8de;
}
.prc__lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px; color: var(--mt);
  max-width: 90ch; margin: 0 auto; text-align: center;
}
.prc .hl {
  color: #e8fbea;
  background: linear-gradient(90deg, rgba(46,234,102,.18), rgba(46,234,102,.08));
  padding: 1px 6px; border-radius: 8px;
}

.prc__box {
  border: 1px solid var(--ln);
  border-radius: 20px;
  overflow: hidden;
  background: var(--c1);
}

.prc__head {
  position: relative;
  padding: 52px 40px 44px;
  text-align: center; overflow: hidden;
}
.prc__head::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--a) 35%, rgba(46,234,102,.4) 65%, transparent);
}
.prc__head::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 130px;
  background: radial-gradient(ellipse at 50% 0%, rgba(46,234,102,.07) 0%, transparent 70%);
  pointer-events: none;
}
.prc__rule {
  height: 1px; margin: 0 32px;
  background: linear-gradient(90deg, transparent, var(--ln) 15%, var(--ln) 85%, transparent);
}

.prc__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--ln);
}
@media (max-width: 860px) { .prc__intro { grid-template-columns: 1fr; } }

.prc__intro-col {
  padding: 32px 36px;
}
.prc__intro-col:first-child {
  border-right: 1px solid var(--ln);
}
@media (max-width: 860px) {
  .prc__intro-col:first-child {
    border-right: none; border-bottom: 1px solid var(--ln);
  }
}

.prc__col-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: rgb(46 234 102 / 73%); display: block; margin-bottom: 14px;
}
.prc__col-title {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: clamp(15px, 1.4vw, 18px); line-height: 1.25;
  letter-spacing: -.015em; color: #c0d8cc; margin: 0 0 12px;
}
.prc__col-p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.7; color: #7a9a8a; margin: 0;
}
.prc__col-p strong { color: #9abcaa; }

.prc__chips {
  display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px;
}
.prc__chip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 7px;
  color: rgba(46,234,102,.6);
  background: rgba(46,234,102,.05);
  border: 1px solid rgba(46,234,102,.14);
  transition: all .2s;
}
.prc__chip:hover {
  background: rgba(46,234,102,.1);
  border-color: rgba(46,234,102,.3);
  color: rgba(46,234,102,.9);
}


.prc__config {
  border-bottom: 1px solid var(--ln);
}

.prc__row {
  display: flex; align-items: center;
  gap: 20px;
  padding: 18px 36px;
  border-bottom: 1px solid var(--ln);
  transition: background .25s;
}
.prc__row:last-child { border-bottom: none; }
.prc__row:hover { background: rgba(255,255,255,.012); }

.prc__row-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: rgb(46 234 102 / 73%);
  width: 140px; flex-shrink: 0;
}

.prc__row-line {
  width: 1px; height: 28px; flex-shrink: 0;
  background: var(--ln);
}

.prc__opts {
  display: flex; flex-wrap: wrap; gap: 8px;
  flex: 1;
}
.prc__opts input { display: none; }
.prc__opts label {
  font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700;
  padding: 8px 18px; border-radius: 9px; cursor: pointer;
  color: #7a9a8a;
  background: transparent;
  border: 1px solid var(--ln);
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s;
  user-select: none;
}
.prc__opts label:hover {
  color: #90b8a0; border-color: var(--ln2);
}
.prc__opts input:checked + label {
  color: #040f07;
  background: var(--a);
  border-color: var(--a);
  box-shadow: 0 4px 16px rgba(46,234,102,.3);
}

@media (max-width: 640px) {
  .prc__row { flex-wrap: wrap; gap: 12px; padding: 16px 22px; }
  .prc__row-lbl { width: 100%; }
  .prc__row-line { display: none; }
}

.prc__hero {
  position: relative;
  padding: 40px 36px 36px;
  background: var(--c2);
  border-bottom: 1px solid var(--ln);
  display: flex; align-items: center;
  justify-content: flex-start; gap: 24px;
  flex-wrap: wrap;
  overflow: hidden;
}

.prc__hero::before {
  content: 'BUDŻET';
  position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 96px; letter-spacing: -.05em; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(46,234,102,.06);
  pointer-events: none; user-select: none;
  white-space: nowrap;
}

.prc__hero-left { display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1; }

.prc__hero-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: rgb(46 234 102 / 73%);
}

.prc__price {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1; letter-spacing: -.03em;
  color: #d0f0dc;
  transition: opacity .15s;
}
.prc__price.changing { opacity: 0; }

.prc__hero-note {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; color: #7a9a8a; max-width: 54ch; line-height: 1.55;
  position: relative; z-index: 1; margin: 0;
}

.prc__hero::after {
  content: '';
  position: absolute; top: 0; left: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, transparent, var(--a) 30%, rgba(46,234,102,.3) 70%, transparent);
}

.prc__faq {
  padding: 28px 36px 32px;
  border-bottom: 1px solid var(--ln);
}
.prc__faq-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: rgb(46 234 102 / 73%); display: block; margin-bottom: 14px;
}
.prc__faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 860px) { .prc__faq-grid { grid-template-columns: 1fr; } }

.prc__acc {
  border-radius: 11px; overflow: hidden;
  border: 1px solid var(--ln);
}
.prc__acc summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12.5px; font-weight: 500; line-height: 1.4;
  color: #a0c8aa;
  transition: color .2s, background .2s;
  user-select: none;
}
.prc__acc summary::-webkit-details-marker { display: none; }
.prc__acc summary:hover { color: var(--tx); background: rgba(255,255,255,.02); }
.prc__acc[open] summary {
  color: rgba(46,234,102,.75);
  border-bottom: 1px solid var(--ln);
}
.prc__acc-icon {
  width: 18px; height: 18px; border-radius: 6px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ln); color: var(--mt);
  font-size: 13px; line-height: 1; font-style: normal;
  transition: all .2s;
}
.prc__acc[open] .prc__acc-icon {
  color: var(--a); border-color: rgba(46,234,102,.35);
  background: rgba(46,234,102,.07);
}
.prc__acc-body {
  padding: 12px 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.68; color: #7a9a8a;
}

.prc__cta {
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  flex-wrap: wrap; padding: 22px 36px;
}
.prc__cta p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px; line-height: 1.55; color: #a0c8aa; max-width: 52ch; margin: 0;
}
.prc__cta strong { color: #9abcaa; }
.prc__cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px;
  background: var(--a); color: #040f07;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(46,234,102,.26);
  transition: transform .2s, box-shadow .2s;
}
.prc__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46,234,102,.4); }
.prc__cta-btn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; }

.prc__intro, .prc__config, .prc__hero, .prc__faq {
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1);
}
.prc__intro.vis, .prc__config.vis, .prc__hero.vis, .prc__faq.vis {
  opacity: 1; transform: none;
}

@media (max-width: 640px) {
  .prc__head { padding: 36px 24px 32px; }
  .prc__intro-col { padding: 24px 22px; }
  .prc__hero { padding: 28px 22px 26px; }
  .prc__faq  { padding: 24px 22px 28px; }
  .prc__cta  { padding: 20px 22px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .prc__head {
    padding: 34px 18px 28px;
  }

  .prc__eyebrow {
    gap: 8px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: .08em;
    max-width: 100%;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
    justify-content: center;
  }

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

  .prc h2,
  #prc-title {
    font-size: clamp(20px, 8vw, 30px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px auto 10px;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .prc__cta {
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .prc__cta p {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.58;
  }

  .prc__cta-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    padding: 12px 16px;
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .prc__head {
    padding: 28px 14px 24px;
  }

  .prc__eyebrow {
    font-size: 9px;
    padding: 7px 10px;
    letter-spacing: .06em;
  }

  .prc h2,
  #prc-title {
    font-size: 20px;
    line-height: 1.01;
    letter-spacing: -.05em;
  }

  .prc__cta {
    padding: 16px 14px;
  }

  .prc__cta-btn {
    font-size: 12px;
    padding: 11px 14px;
  }
}

/* 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;
  }
}