.services-card,
.cs-box,
.portfolio-card,
.cs-stat,
.pricing-card,
.review-card,
.contact-form,
.faq-item,
.info-card,
.check-item {
  isolation: isolate;
}

.services-card::after,
.cs-box::after,
.portfolio-card::after,
.cs-stat::after,
.pricing-card::after,
.review-card::after,
.contact-form::after,
.faq-item::after,
.info-card::after,
.check-item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
}

/* ============================================================
   LOCAL.CSS – wszystkie sekcje (glassmorphism)
   ============================================================ */

.page-hero {
  padding: calc(var(--header-height) + 5rem) 0 5rem;
  background: linear-gradient(135deg, #0a0e2e 0%, #0d1b4b 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero .cs-topper {
  color: var(--accent);
}

.page-hero .cs-title {
  color: #fff;
  margin: 0 auto 1rem;
  max-width: 750px;
}

.page-hero .cs-text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

/* ================================================================
   USŁUGI
   ================================================================ */
#services-966 {
  padding: 6rem 0;
  background: var(--off-white);
}

#services-966 .cs-content {
  text-align: center;
  margin-bottom: 3.5rem;
}

#services-966 .cs-content .cs-text {
  margin: 0 auto;
}

.cs-card-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.services-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.services-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.services-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 20px 60px rgba(37, 99, 235, 0.15);
}

.cs-icon-wrapper {
  width: 56px;
  height: 56px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s, transform 0.3s;
  position: relative;
  z-index: 1;
}

.services-card:hover .cs-icon-wrapper {
  background: var(--primary);
  transform: scale(1.1) rotate(5deg);
}

.cs-icon-svg {
  width: 26px;
  height: 26px;
  color: var(--primary);
  transition: color 0.3s;
  position: relative;
  z-index: 1;
}

.services-card:hover .cs-icon-svg {
  color: #fff;
}

.services-card .cs-h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.services-card .cs-item-text {
  font-size: 0.875rem;
  color: var(--primary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.cs-fake-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s;
  position: relative;
  z-index: 1;
}

.cs-fake-link::after {
  content: '→';
}

.services-card:hover .cs-fake-link {
  gap: 0.6rem;
}

#services-966>.cs-container>.cs-button-solid {
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
}

/* ================================================================
   USLUGI (PAGE)
   ================================================================ */
#services-2sec {
  background: var(--off-white);
  color: var(--primary);
  text-align: center;
}

#services-2sec .cs-container {
  max-width: 900px;
}

#services-2sec .cs-title {
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2rem;
}

#services-2sec .cs-title span {
  color: var(--accent);
}

#services-2sec .cs-text {
  color: var(--primary);
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 100%;
}

#services-2sec .cs-text:last-of-type {
  margin-bottom: 0;
}

#services-2sec .cs-text a {
  color: var(--accent);
  text-decoration: underline;
}

#services-pagespeed {
  background: var(--off-white);
}

.pagespeed-header {
  text-align: center;
  margin-bottom: 2rem;
}

.pagespeed-header .cs-text {
  margin: 0 auto;
}

.pagespeed-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.ps-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}

.ps-card-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.ps-card.bad .ps-card-title {
  color: #dc2626;
}

.ps-card.good .ps-card-title {
  color: #059669;
}

.ps-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ps-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.ps-circle {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-circle::before {
  content: '';
  position: absolute;
  inset: 7px;
  background: #fff;
  border-radius: 50%;
}

.ps-score {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  letter-spacing: -1px;
}

.ps-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ps-circle.red {
  background: conic-gradient(#ff4e42 var(--p), #fce8e6 0);
  color: #ff4e42;
}

.ps-circle.orange {
  background: conic-gradient(#ffa400 var(--p), #fff5e6 0);
  color: #ffa400;
}

.ps-circle.green {
  background: conic-gradient(#0cce6b var(--p), #e6f9f0 0);
  color: #0cce6b;
}

#services-benefits {
  background: var(--off-white);
}

#services-benefits .cs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;

}

#services-benefits .cs-text {
  max-width: 100%;
  margin-bottom: 2rem;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-item {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  font-size: 0.75rem;
}

.benefit-title {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: var(--text-primary);
}

.benefit-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.benefits-img {
  border-radius: 20px;
  filter: drop-shadow(0 20px 60px rgba(37, 99, 235, 0.3));
}

#services-cta {
  text-align: center;
}

#services-cta .cs-title {
  margin: 0 auto 1rem;
  max-width: 600px;
}

#services-cta .cs-text {
  margin: 0 auto 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ================================================================
   DIGITAL TRANSFORMATION
   ================================================================ */
#digital-transformation {
  padding: 6rem 0;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#digital-transformation .cs-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
}

#digital-transformation .cs-title {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

#digital-transformation .cs-text {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.cs-digital-img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  aspect-ratio: 5/4;
  display: block;
}

@media (max-width: 1023px) {
  #digital-transformation .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* ================================================================
   O NAS (SBS)
   ================================================================ */
#sbs-section {
  padding: 6rem 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

#sbs-section .cs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.cs-image-group {
  position: relative;
}

.cs-owner-img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  aspect-ratio: 3/4;
}

.cs-box {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 32px rgba(0, 0, 0, 0.12);
}

.cs-flex {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cs-name {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
}

.cs-job {
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.cs-box-icon {
  width: 40px;
  height: 40px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.cs-bubbles {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

#sbs-section .cs-text {
  margin-bottom: 2rem;
  max-width: 100%;
}

#list-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.check-item {
  position: relative;
  isolation: isolate;
  background: rgba(37, 99, 235, 0.04);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 14px;
  padding: 1rem;
  transition: all 0.2s;
}

.check-item:hover {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
  transform: translateY(-2px);
}

.check-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.check-icon {
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0.65rem;
  flex-shrink: 0;
}

.check-item h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.check-item p {
  font-size: 0.8rem;
  color: var(--primary);
  line-height: 1.5;
}

/* ================================================================
   PORTFOLIO
   ================================================================ */
#portfolio {
  padding: 6rem 0;
  background: var(--off-white);
}

#portfolio .cs-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 3rem;
}

#portfolio .cs-flex {
  flex-direction: column;
}

#portfolio .cs-text {
  max-width: 500px;
}

.portfolio-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 24px 60px rgba(0, 0, 0, 0.14);
}

.portfolio-card .cs-picture {
  overflow: hidden;
  aspect-ratio: 16/10;
}

.portfolio-card .cs-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.portfolio-card:hover .cs-picture img {
  transform: scale(1.06);
}

.portfolio-card-body {
  padding: 1.5rem;
}

.portfolio-card .cs-h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.portfolio-card .cs-item-text {
  font-size: 0.85rem;
  color: var(--primary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.portfolio-card .cs-button-solid {
  font-size: 0.8rem;
  padding: 0.55rem 1.2rem;
}

/* ================================================================
   STATYSTYKI
   ================================================================ */
#stats-section {
  padding: 6rem 0;
  background: var(--white);
}

#stats-section .cs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.cs-stats-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cs-stat {
  text-align: center;
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 2px 16px rgba(0, 0, 0, 0.05);
}

.cs-stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.cs-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.cs-desc {
  font-size: 0.78rem;
  color: var(--text-secondary);
  font-weight: 500;
}

.pagespeed-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
}

.cs-ul-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cs-li-stat {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--primary);
  line-height: 1.65;
}

.stat-icon {
  width: 28px;
  height: 28px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 0.85rem;
}

.cs-color {
  color: var(--accent);
}

/* ================================================================
   CENNIK
   ================================================================ */
#pricing-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
}

#pricing-section .cs-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

#pricing-section .cs-card-group {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.pricing-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 4px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 20px 60px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.35);
  transform: translateY(-10px);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.4), 0 8px 48px rgba(37, 99, 235, 0.2), 0 0 0 1px rgba(37, 99, 235, 0.2);
}

.pricing-card.popular:hover {
  transform: translateY(-14px);
}

.popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.28rem 1.1rem;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-package {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.cs-ul-pricing {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
  min-height: 240px;
  position: relative;
  z-index: 1;
}

.pricing-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--primary);
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-li:last-child {
  border-bottom: none;
}

.pricing-li.cs-disabled {
  opacity: 0.35;
  text-decoration: line-through;
}

.tick-icon {
  width: 20px;
  height: 20px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0.65rem;
  flex-shrink: 0;
  border: rgba(255, 255, 255, 0.8) 1px solid;
}

.cs-disabled .tick-icon {
  background: rgba(0, 0, 0, 0.05);
  color: var(--gray-400);
}

.cs-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.price-amount {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
}

.cs-duration {
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.pricing-card .cs-button-solid {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pricing-card>.cs-package,
.pricing-card>.cs-ul-pricing,
.pricing-card>.cs-price,
.pricing-card>.cs-button-solid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pricing-card>.cs-package {
  padding-top: 2.5rem;
}

.pricing-card>.cs-button-solid {
  margin: 0 2rem 2rem;
  width: calc(100% - 4rem);
}

/* ================================================================
   OPINIE
   ================================================================ */
#reviews-section {
  padding: 6rem 0;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

#reviews-section .cs-content {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

#reviews-section .cs-topper {
  color: var(--accent);
}

#reviews-section .cs-title {
  color: #fff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.review-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.15), 0 4px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  pointer-events: none;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.2), 0 20px 60px rgba(0, 0, 0, 0.3);
}

.review-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.review-text {
  font-size: 0.9rem;
  color: var(--primary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.review-name {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
}

.review-company {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ================================================================
   KONTAKT
   ================================================================ */
#contact-section {
  padding: 6rem 0;
  background: var(--off-white);
}

#contact-section .cs-container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.contact-info .cs-title {
  margin-bottom: 1rem;
}

.contact-info .cs-text {
  margin-bottom: 2rem;
  max-width: 100%;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.9rem;
  color: var(--primary);
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  font-size: 1.1rem;
}

.contact-detail a {
  color: var(--primary);
  transition: color 0.2s;
}

.contact-detail a:hover {
  color: var(--accent);
}

.contact-form {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  padding: 2.5rem;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 1), 0 4px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 0.9rem;
  font-family: var(--font-body);
  color: var(--text-primary);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

/* Fix for browser autofill background color */
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--text-primary) !important;
}

.contact-form .cs-button-solid {
  width: 100%;
  justify-content: center;
  padding: 0.95rem;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

/* ================================================================
   FAQ
   ================================================================ */
/* Style specyficzne dla layoutu FAQ */
.faq-layout {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  max-width: 1000px;
}

/* Sidebar z zakładkami */
.faq-sidebar {
  display: flex;
  flex-direction: column;
  width: 280px;
  flex-shrink: 0;
  gap: 0.5rem;
  position: sticky;
  top: 100px;
}

.faq-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: var(--off-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
  transition: all 0.2s ease;
}

.faq-tab:hover {
  background: #fff;
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
  color: var(--primary);
}

.faq-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateX(8px);
}

.tab-arrow {
  width: 18px;
  height: 18px;
  opacity: 0.5;
  transition: transform 0.2s;
}

.faq-tab.active .tab-arrow {
  opacity: 1;
  transform: translateX(4px);
}

/* Panele */
.faq-content {
  flex: 1;
  min-width: 0;
  /* zapobiega wychodzeniu flexa za ekran */
}

.faq-panel {
  display: none;
  animation: fadeIn 0.4s ease-out;
}

.faq-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-primary);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--gray-200);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.faq-item {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
}

.faq-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.faq-item.open {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 32px rgba(37, 99, 235, 0.1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
  position: relative;
  z-index: 1;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding: 0 1.5rem 1.25rem;
}

/* ================================================================
   INFO GRID (podstrony)
   ================================================================ */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.info-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.9), 0 16px 48px rgba(0, 0, 0, 0.1);
}

.info-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.info-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}

.info-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.page-section {
  padding: 5rem 0;
  background: var(--white);
}

.page-section.alt {
  background: var(--text-primary);
}

/* ================================================================
   FOOTER
   ================================================================ */
footer {
  background: #060d1f;
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand .cs-logo-text {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 280px;
}

.social-links {
  display: flex;
  gap: 0.6rem;
}

.social-link {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.2s;
}

.social-link:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  border-color: var(--primary);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s, padding-left 0.2s;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-links span {
  font-size: 0.85rem;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ================================================================
   O NAS (PAGE)
   ================================================================ */
#about-hero {
  padding: calc(var(--header-height) + 4rem) 0 6rem;
  background: linear-gradient(135deg, #0a0e2e 0%, #0d1b4b 100%);
  color: white;
  text-align: center;
}

#about-hero .cs-title {
  color: white;
  margin: 0 auto 1rem;
  max-width: 700px;
}

#about-hero .cs-text {
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
}

#about-who {
  padding: 6rem 0;
  background: var(--off-white);
}

#about-who .cs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

#about-who .cs-text {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

#about-who .cs-text:last-of-type {
  margin-bottom: 2rem;
}

#about-who .about-img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  width: 100%;
}

#about-process {
  padding: 8rem 0;
  background: var(--off-white);
  color: var(--text-primary);
}

#about-process .cs-content {
  text-align: center;
  margin-bottom: 4rem;
}

#about-process .cs-topper {
  color: var(--accent);
}



#about-process .cs-text {
  margin: 0 auto;
}

#about-process .process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.process-step.about-step {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.process-step .step-num {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 1rem;
}

.process-step .step-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.process-step .step-desc {
  font-size: 0.95rem;
  color: var(--primary);
  line-height: 1.6;
  margin: 0;
}

#about-values {
  padding: 6rem 0;
  background: var(--white);
  text-align: center;
}

#about-values .cs-title {
  margin: 0 auto 3rem;
}

#about-values .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: left;
}

.value-card {
  background: var(--off-white);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.value-card .value-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.value-card .value-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.value-card .value-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ================================================================
   DARK MODE
   ================================================================ */
body.dark-mode .services-card,
body.dark-mode .portfolio-card,
body.dark-mode .info-card,
body.dark-mode .faq-item,
body.dark-mode .pricing-card,
body.dark-mode .cs-stat,
body.dark-mode .check-item {
  background: var(--primary);
  border-color: rgba(255, 255, 255, 0.07);
}

body.dark-mode .cs-box {
  background: rgba(20, 30, 70, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .contact-form {
  background: rgba(20, 30, 70, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .form-group input,
body.dark-mode .form-group select,
body.dark-mode .form-group textarea {
  background: rgba(10, 15, 45, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
}

body.dark-mode .cs-title {
  color: #f1f5f9;
}

body.dark-mode .cs-number {
  color: var(--accent);
}

body.dark-mode #sbs-section,
body.dark-mode #stats-section {
  background: #0d1117;
}

body.dark-mode footer {
  background: #040810;
}

/* ================================================================
   ANIMACJE
   ================================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.40s;
}

.reveal-delay-6 {
  transition-delay: 0.48s;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1023px) {
  #services-benefits .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #about-who .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }

  #sbs-section .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .cs-box {
    position: static;
    margin-top: 1rem;
    display: inline-flex;
  }

  .cs-bubbles {
    display: none;
  }

  #stats-section .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #pricing-section .cs-card-group {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-4px);
  }

  #contact-section .cs-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  #portfolio .cs-content {
    flex-direction: column;
    align-items: flex-start;
  }

  #portfolio .cs-card-group {
    grid-template-columns: 1fr;
  }

  #pricing-section .cs-content {
    flex-direction: column;
    align-items: flex-start;
  }

  #list-checklist {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .pagespeed-comparison {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .faq-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .faq-sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }

  .faq-tab.active {
    transform: none;
  }

  .faq-tab:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  #about-values .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ps-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .ps-card {
    padding: 2rem 1.5rem;
  }

  .cs-card-group {
    grid-template-columns: 1fr;
  }

  .cs-stats {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}