﻿@font-face {
  font-family: "Lateral Standard";
  src: url("assets/Lateral_StandardRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lateral Standard";
  src: url("assets/Lateral_StandardMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --text: #475569;
  --media: #bfdbfe;
  --brand: #2563eb;
  --brand-alt: #3b82f6;
  --brand-soft: #eff6ff;
  --brand-pale: #ffffff;
  --inspire-green: #44c86a;
  --inspire-green-soft: #effaf2;
  --surface: #f8fafc;
  --green: #2563eb;
  --progress: 0;
  --map-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-x: clip;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: "Lateral Standard", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

svg,
img {
  display: block;
}

.floating-header {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  margin: 0;
  max-height: none;
  padding: 1.15rem 2.8rem;
  border-bottom: 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
  backdrop-filter: blur(.8rem);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(118rem, 100%);
  min-height: 4.4rem;
  margin: 0 auto;
}

.logo {
  color: var(--ink);
}

.logo svg,
.logo img {
  width: auto;
  height: 3.25rem;
}

.header-right {
  display: flex;
  gap: 3.6rem;
  align-items: center;
}

.nav-pill {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav-pill a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 1.35rem;
  border-radius: .9rem;
  color: var(--ink);
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  transition: color .22s ease;
}

.nav-pill a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: .8rem;
  background: var(--brand-soft);
  box-shadow: none;
  opacity: 0;
  transform: translateY(.2rem);
  transition: opacity .22s ease, transform .22s ease;
}

.nav-pill a:hover,
.nav-pill a:focus-visible {
  color: var(--brand);
}

.nav-pill a:hover::before,
.nav-pill a:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.nav-pill a:first-child {
  padding-left: 1.35rem;
}

.nav-pill a:last-child {
  padding-right: 1.35rem;
}

.top-cta,
.header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contact {
  gap: 1.6rem;
  min-height: 4.4rem;
  padding-left: 3.6rem;
  border-left: .1rem solid rgba(15, 23, 42, .14);
  color: var(--ink);
  transition: color .2s ease;
}

.header-contact-icon {
  display: grid;
  place-items: center;
  color: #ff6b00;
}

.header-contact-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  transform: translateY(.1rem);
}

.header-contact-copy strong {
  color: var(--ink);
  font-size: 1.58rem;
  font-weight: 500;
  letter-spacing: -.01em;
  transition: color .2s ease;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--brand);
}

.header-contact:hover strong,
.header-contact:focus-visible strong {
  color: var(--brand);
}

.mobile-menu-toggle,
.mobile-menu-panel,
.mobile-call-widget {
  display: none;
}

#main {
  padding-top: 7.2rem;
}

#kim-jestesmy,
#co-robimy,
#jak-dzialamy,
#dlaczego-my,
#opinie,
#faq,
#kontakt {
  scroll-margin-top: 9.6rem;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .05) 0 .1rem, transparent .1rem 100%),
    linear-gradient(rgba(37, 99, 235, .05) 0 .1rem, transparent .1rem 100%),
    radial-gradient(ellipse 60% 55% at 88% 0%, rgba(37, 99, 235, .12), transparent 65%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(255, 107, 0, .09), transparent 65%),
    #ffffff;
  background-size: 6rem 6rem, 6rem 6rem, auto, auto, auto;
}

.hero-story-layer {
  position: absolute;
  top: 5.2rem;
  left: 50%;
  z-index: 1;
  width: min(132rem, calc(100% - 5.6rem));
  height: 11.4rem;
  overflow: visible;
  pointer-events: none;
  transform: translateX(-50%);
}

.story-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-line-base {
  stroke: url("#heroStoryLine");
  stroke-width: 2.2;
  stroke-dasharray: 10 15;
  opacity: .8;
}

.story-line-flow {
  stroke: #ff6b00;
  stroke-width: 3;
  stroke-dasharray: 48 1080;
  stroke-dashoffset: 0;
  opacity: 0;
  filter: drop-shadow(0 0 .7rem rgba(255, 107, 0, .22));
  animation: heroStoryFlow 9.6s ease-in-out infinite;
}

.story-step {
  --step-delay: 0s;
}

.story-step-one {
  --step-delay: .25s;
}

.story-step-two {
  --step-delay: 2.05s;
}

.story-step-three {
  --step-delay: 3.85s;
}

.story-step-four {
  --step-delay: 5.65s;
}

.story-dot {
  fill: #ffffff;
  stroke: rgba(37, 99, 235, .34);
  stroke-width: 2.4;
  filter: drop-shadow(0 .5rem 1rem rgba(15, 23, 42, .08));
  transform-box: fill-box;
  transform-origin: center;
  animation: heroStoryDot 9.6s ease-in-out infinite;
  animation-delay: var(--step-delay);
}

.story-halo {
  fill: rgba(255, 107, 0, .13);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.story-icon {
  fill: #ffffff;
  opacity: .16;
  stroke: rgba(15, 23, 42, .74);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url("#heroStoryShadow");
  transform-box: fill-box;
  transform-origin: center;
  animation: heroStoryIcon 9.6s cubic-bezier(.2, .9, .2, 1) infinite;
  animation-delay: var(--step-delay);
}

.story-step-two .story-icon {
  stroke: rgba(37, 99, 235, .78);
}

.story-step-three .story-icon {
  stroke: rgba(255, 107, 0, .82);
}

.story-step-four .story-icon {
  stroke: rgba(68, 200, 106, .92);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.4rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 14.4rem 2.4rem 0;
}

.hero-title {
  min-width: 0;
  margin: 0;
  color: #2563eb;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
  white-space: pre-line;
}

.hero-title strong {
  color: #0b1730;
  font-weight: inherit;
}

@keyframes heroStoryFlow {
  0%, 7% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
  13%, 76% {
    opacity: .88;
  }
  92%, 100% {
    opacity: 0;
    stroke-dashoffset: -1128;
  }
}

@keyframes heroStoryDot {
  0%, 9%, 34%, 100% {
    fill: #ffffff;
    stroke: rgba(37, 99, 235, .34);
  }
  15%, 25% {
    fill: #ff6b00;
    stroke: rgba(255, 107, 0, .48);
  }
}

@keyframes heroStoryIcon {
  0%, 8% {
    opacity: .18;
    transform: translateY(.18rem) scale(.98);
  }
  16%, 72% {
    opacity: .78;
    transform: translateY(0) scale(1);
  }
  88%, 100% {
    opacity: .18;
    transform: translateY(.08rem) scale(.99);
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-line-flow,
  .story-halo,
  .story-dot,
  .story-icon {
    animation: none;
  }

  .story-icon {
    opacity: .9;
    transform: none;
  }
}

.hero-text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 0;
  max-width: 33.6rem;
  transform: translateY(4.8rem);
}

.hero-text-block::before {
  content: "";
  width: 4.8rem;
  height: .2rem;
  margin-bottom: .2rem;
  border-radius: 999rem;
  background: linear-gradient(90deg, #ff6b00 0%, #f59e0b 100%);
}

.hero-description {
  margin: 0;
  color: #334155;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
}

.learn-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .8rem;
  padding: .8rem;
  border: .1rem solid rgba(0, 0, 0, .1);
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, .85);
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  box-shadow: 0 .58px 1.73px #0000000a, 0 2.89px 2.89px #0000000a, 0 6.94px 4.05px #00000005, 0 12.72px 5.2px #00000003, 0 19.65px 5.78px #0000;
}

.learn-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .4rem;
  background-color: var(--green);
  color: var(--bg);
  box-shadow: 0 .1rem .2rem #0000000a, 0 .3rem .3rem #0000000a, 0 .7rem .4rem #00000005, 0 1.3rem .5rem #00000003, 0 2rem .6rem #0000;
}

.learn-button svg {
  width: 1.2rem;
  height: 1.2rem;
}

.hero-image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: calc(var(--progress) * 2.4rem);
  transition: width 50ms linear, border-radius 50ms linear;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .hero-image {
    width: calc(100% - var(--progress) * 2 * 2.4rem);
    margin-inline: auto;
  }
}

@media (min-width: 1440px) {
  .hero-image {
    width: calc((1 - var(--progress)) * 100% + var(--progress) * (1440px - 4.8rem));
    margin-inline: auto;
  }
}

.hero-image-frame {
  position: relative;
  flex-shrink: 0;
  width: 100vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--media);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  display: none;
}

.intro-section {
  width: 100%;
  padding: 9.6rem 2.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #e6f0fe 30%, #e6f0fe 100%);
}

.intro-container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 74rem;
  margin: 0 auto;
}

.services-heading {
  margin: 0 0 .8rem;
  color: var(--ink);
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
  text-align: left;
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 70.8rem;
  margin: 0 auto;
}

.section-label {
  margin: 0;
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}

.process-section .section-label,
.why-us-section .section-label,
.reviews-section .section-label,
.faq-section .section-label,
.contact-section .section-label,
.value-section .section-label {
  color: #ff6b00;
}

.about-copy {
  position: relative;
  max-width: 100%;
  color: var(--muted);
  overflow-wrap: break-word;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 110%;
}

.about-copy p {
  margin: 0;
}

.about-copy p + p {
  margin-top: .8rem;
}

.about-copy strong {
  color: var(--ink);
  font-weight: inherit;
}

.about-button {
  align-self: flex-start;
}

.services-section {
  width: 100%;
  padding: 9.6rem 2.4rem 7.2rem;
  background: linear-gradient(180deg, #e6f0fe 0%, #e6f0fe 80%, #ffffff 100%);
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.services-intro {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 70.8rem;
  margin: 0 auto;
}

.services-intro-copy {
  color: rgba(23, 33, 43, .34);
  overflow-wrap: break-word;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 116%;
}

.services-intro-copy p {
  margin: 0;
}

.services-intro-copy p + p {
  margin-top: 1.8rem;
}

.services-intro-copy strong {
  color: inherit;
  font-weight: inherit;
}

.services-intro-copy .intro-line {
  display: block;
  color: rgba(23, 33, 43, .34);
  transition: color .45s ease;
}

.services-intro-copy .intro-line.is-lit {
  color: #1d4e89;
}

.services-intro-copy .reveal-word {
  color: rgba(23, 33, 43, .34);
  transition: color .28s ease;
}

.services-intro-copy .reveal-word.is-lit {
  color: #1d4e89;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.4rem;
  align-items: stretch;
  width: 100%;
}

.service-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-height: 0;
  padding: 0;
  min-width: 0;
}

.service-group-design,
.service-group-insurance {
  grid-column: 1 / -1;
}

.service-group-technical {
  grid-column: 1 / -1;
}

.service-group-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0 .4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--green);
  color: var(--bg);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}

.service-tag {
  color: var(--green);
}

.service-group-insurance .service-tag {
  color: var(--inspire-green);
}

.service-list {
  display: grid;
  gap: 2.4rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.service-group-technical .service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-group-design .service-list,
.service-group-insurance .service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-height: 28rem;
  height: 28rem;
  padding: 1.2rem;
  border: .1rem solid rgba(0, 0, 0, .055);
  outline: 0 solid transparent;
  border-radius: 1.6rem;
  background-color: rgba(255, 255, 255, .46);
  box-shadow: inset 0 .1rem .2rem rgba(255, 255, 255, .48);
  color: var(--ink);
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -.01em;
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 700ms cubic-bezier(.16, 1, .3, 1),
    filter 260ms ease,
    color 220ms ease,
    border-color 220ms ease,
    outline-color 220ms ease,
    outline-width 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 520ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--service-i, 0) * 55ms);
}

.services-section.is-visible .service-list li {
  opacity: 1;
  transform: translateY(0);
}

.service-photo {
  width: 100%;
  height: 13.6rem;
  border-radius: 1.2rem;
  object-fit: cover;
  background-color: var(--media);
  filter: saturate(.92) contrast(.96);
  transition: transform 600ms cubic-bezier(.16, 1, .3, 1);
}

.service-list li span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: auto;
  padding: 0 1.2rem 1.2rem;
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1), color 220ms ease;
}

.service-list li::before {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1.2rem 1.2rem;
  z-index: 1;
  height: 10.4rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0) 0%, rgba(239, 246, 255, .96) 48%, rgba(239, 246, 255, 1) 100%);
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.service-list li::after {
  content: attr(data-service-note);
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.2rem;
  z-index: 2;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 125%;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.service-list li:hover,
.service-list li:focus-visible {
  opacity: 1;
  border-color: rgba(37, 99, 235, .28);
  outline-width: .2rem;
  outline-color: rgba(37, 99, 235, .34);
  background-color: rgba(255, 255, 255, .68);
  box-shadow: 0 1.6rem 3.2rem rgba(15, 23, 42, .08), inset 0 .1rem .2rem rgba(255, 255, 255, .56);
  transform: translateY(-.6rem);
}

.service-list li:hover .service-photo,
.service-list li:focus-visible .service-photo {
  transform: scale(1.025);
}

.service-list li:hover span,
.service-list li:focus-visible span {
  color: var(--brand);
  transform: translateY(-5.6rem);
}

.service-group-insurance .service-list li:hover,
.service-group-insurance .service-list li:focus-visible {
  border-color: rgba(68, 200, 106, .42);
  outline-color: rgba(68, 200, 106, .36);
  background-color: rgba(239, 250, 242, .76);
  box-shadow: 0 1.6rem 3.2rem rgba(22, 163, 74, .1), inset 0 .1rem .2rem rgba(255, 255, 255, .64);
}

.service-group-insurance .service-list li:hover span,
.service-group-insurance .service-list li:focus-visible span {
  color: #16a34a;
}

.service-group-insurance .service-list li::before {
  background: linear-gradient(180deg, rgba(239, 250, 242, 0) 0%, rgba(239, 250, 242, .96) 48%, rgba(239, 250, 242, 1) 100%);
}

.service-list li:hover::before,
.service-list li:focus-visible::before,
.service-list li:hover::after,
.service-list li:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.service-group:hover,
.service-group:focus-within {
  transform: none;
}

.service-list li:nth-child(1) { --service-i: 0; }
.service-list li:nth-child(2) { --service-i: 1; }
.service-list li:nth-child(3) { --service-i: 2; }
.service-list li:nth-child(4) { --service-i: 3; }
.service-list li:nth-child(5) { --service-i: 4; }
.service-list li:nth-child(6) { --service-i: 5; }

.process-section {
  width: 100%;
  padding: 7.2rem 2.4rem 9.6rem;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 107, 0, .14), transparent 28rem),
    radial-gradient(circle at 14% 76%, rgba(245, 158, 11, .1), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fff2df 52%, #ffffff 100%);
}

.process-container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 30rem) minmax(0, 58rem) minmax(0, 36rem);
  gap: 5.6rem;
  align-items: start;
}

.process-intro h2 {
  margin: 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
}

.process-intro > p:last-child {
  margin: .4rem 0 0;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
}

.process-map {
  position: relative;
  min-height: 52rem;
  margin-top: .8rem;
  overflow: hidden;
}

.process-map::after {
  content: "";
  position: absolute;
  inset: 3.2rem 3.2rem;
  z-index: 0;
  border-radius: 1.8rem;
  background:
    linear-gradient(90deg, rgba(255, 107, 0, .032) 0 .1rem, transparent .1rem 100%),
    linear-gradient(rgba(245, 158, 11, .03) 0 .1rem, transparent .1rem 100%);
  background-size: 12rem 12rem;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  opacity: .72;
  pointer-events: none;
}

.process-map::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 26rem;
  left: calc(12.5% - 9.6rem);
  right: calc(12.6% + 9.6rem);
  height: .1rem;
  background-image: linear-gradient(90deg, rgba(255, 107, 0, .42) 0 .7rem, transparent .7rem 1.5rem);
  background-size: 1.5rem .1rem;
  background-repeat: repeat-x;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 700ms ease 180ms,
    transform 2100ms cubic-bezier(.16, 1, .3, 1) 180ms;
}

.process-map:hover::before,
.process-map:focus-within::before {
  opacity: 1;
  transform: scaleX(1);
}

.process-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: rgba(255, 107, 0, .24);
  pointer-events: none;
  opacity: 1;
}

.process-lines path {
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 7 8;
  vector-effect: non-scaling-stroke;
}

.process-lines .map-line {
  opacity: 1;
  stroke-dashoffset: 0;
  d: path("");
  transition:
    opacity 520ms ease,
    stroke-dashoffset 900ms cubic-bezier(.16, 1, .3, 1);
  transform-box: fill-box;
  transform-origin: center;
}

.process-lines .line-one {
  stroke-dasharray: 7 8;
  d: path("M115 130 C230 64 315 62 410 110");
}

.process-lines .line-two {
  stroke-dasharray: 7 8;
  transition-delay: 80ms;
  d: path("M430 126 C368 214 334 286 290 380");
}

.process-lines .line-three {
  stroke-dasharray: 7 8;
  transition-delay: 160ms;
  d: path("M322 382 C478 312 625 284 800 250");
}

.process-lines .line-four {
  stroke-dasharray: 7 8;
  transition-delay: 240ms;
  d: path("M414 112 C550 134 675 176 800 250");
}

.process-node {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 25rem);
  gap: 1.6rem;
  align-items: start;
  min-width: 0;
  transition:
    top 1800ms cubic-bezier(.16, 1, .3, 1),
    right 1800ms cubic-bezier(.16, 1, .3, 1),
    bottom 1800ms cubic-bezier(.16, 1, .3, 1),
    left 1800ms cubic-bezier(.16, 1, .3, 1),
    width 1800ms cubic-bezier(.16, 1, .3, 1),
    grid-template-columns 1800ms cubic-bezier(.16, 1, .3, 1),
    transform 360ms ease;
}

.process-node-one {
  top: 8rem;
  left: 3.2rem;
}

.process-node-two {
  top: 3.2rem;
  left: 39%;
}

.process-node-three {
  bottom: 3.2rem;
  left: 22%;
}

.process-node-four {
  top: 21rem;
  right: 3.2rem;
}

.process-node:hover,
.process-node:focus-within {
  transform: translateY(-.4rem);
}

.process-node .process-number {
  grid-column: 1;
}

.process-node > div {
  grid-column: 2;
}

.process-map:hover .process-lines .map-line,
.process-map:focus-within .process-lines .map-line {
  opacity: 0;
  stroke: rgba(15, 23, 42, .22);
  stroke-dashoffset: -48;
  transform: none;
}

.process-map:hover .process-lines .line-one,
.process-map:focus-within .process-lines .line-one {
  transition-delay: 0ms;
}

.process-map:hover .process-lines .line-two,
.process-map:focus-within .process-lines .line-two {
  transition-delay: 60ms;
}

.process-map:hover .process-lines .line-three,
.process-map:focus-within .process-lines .line-three {
  transition-delay: 120ms;
}

.process-map:hover .process-lines .line-four,
.process-map:focus-within .process-lines .line-four {
  transition-delay: 180ms;
}

.process-map:hover .process-node,
.process-map:focus-within .process-node {
  grid-template-columns: minmax(0, 24rem);
  justify-items: start;
  width: 24rem;
  gap: 1.6rem;
  text-align: left;
  transition:
    top 1800ms cubic-bezier(.16, 1, .3, 1),
    right 1800ms cubic-bezier(.16, 1, .3, 1),
    bottom 1800ms cubic-bezier(.16, 1, .3, 1),
    left 1800ms cubic-bezier(.16, 1, .3, 1),
    width 1800ms cubic-bezier(.16, 1, .3, 1),
    grid-template-columns 1800ms cubic-bezier(.16, 1, .3, 1),
    transform 1800ms cubic-bezier(.16, 1, .3, 1);
}

.process-map:hover .process-node::after,
.process-map:focus-within .process-node::after {
  content: none;
}

.process-map:hover .process-node-one::after,
.process-map:hover .process-node-three::after,
.process-map:focus-within .process-node-one::after,
.process-map:focus-within .process-node-three::after {
  top: 5.6rem;
}

.process-map:hover .process-node-two::after,
.process-map:hover .process-node-four::after,
.process-map:focus-within .process-node-two::after,
.process-map:focus-within .process-node-four::after {
  bottom: 5.6rem;
}

.process-map:hover .process-node:hover,
.process-map:focus-within .process-node:focus-within {
  transition:
    top 1800ms cubic-bezier(.16, 1, .3, 1),
    right 1800ms cubic-bezier(.16, 1, .3, 1),
    bottom 1800ms cubic-bezier(.16, 1, .3, 1),
    left 1800ms cubic-bezier(.16, 1, .3, 1),
    width 1800ms cubic-bezier(.16, 1, .3, 1),
    grid-template-columns 1800ms cubic-bezier(.16, 1, .3, 1),
    transform 360ms ease;
}

.process-map:hover .process-node-one,
.process-map:focus-within .process-node-one {
  top: 23.9rem;
  right: auto;
  bottom: auto;
  left: 12.5%;
  transform: translate(-50%, .6rem);
}

.process-map:hover .process-node-two,
.process-map:focus-within .process-node-two {
  top: 8.6rem;
  right: auto;
  bottom: auto;
  left: 36.5%;
  transform: translate(-50%, -.4rem);
}

.process-map:hover .process-node-three,
.process-map:focus-within .process-node-three {
  top: 24.5rem;
  right: auto;
  bottom: auto;
  left: 63.8%;
  transform: translate(-50%, 1rem);
}

.process-map:hover .process-node-four,
.process-map:focus-within .process-node-four {
  top: 8.1rem;
  right: auto;
  bottom: auto;
  left: 87.4%;
  transform: translate(-50%, -.8rem);
}

.process-map:hover .process-node-one:hover,
.process-map:focus-within .process-node-one:focus-within {
  transform: translate(-50%, .2rem);
}

.process-map:hover .process-node-two:hover,
.process-map:focus-within .process-node-two:focus-within {
  transform: translate(-50%, -.8rem);
}

.process-map:hover .process-node-three:hover,
.process-map:focus-within .process-node-three:focus-within {
  transform: translate(-50%, .6rem);
}

.process-map:hover .process-node-four:hover,
.process-map:focus-within .process-node-four:focus-within {
  transform: translate(-50%, -1.2rem);
}

.process-map:hover .process-node .process-number,
.process-map:hover .process-node > div,
.process-map:focus-within .process-node .process-number,
.process-map:focus-within .process-node > div {
  grid-column: 1;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .72);
  color: transparent;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  box-shadow: 0 .58px 1.73px #00000008, 0 2.89px 2.89px #00000008, 0 6.94px 4.05px #00000005;
  transition:
    background-color 360ms ease,
    color 900ms ease 950ms,
    box-shadow 360ms ease;
}

.process-node:hover .process-number,
.process-node:focus-within .process-number {
  background-color: #ff6b00;
  box-shadow: 0 .8rem 2.4rem rgba(255, 107, 0, .24);
}

.process-map:hover .process-number,
.process-map:focus-within .process-number {
  color: #ff6b00;
}

.process-map:hover .process-node:hover .process-number,
.process-map:hover .process-node:focus-within .process-number,
.process-map:focus-within .process-node:hover .process-number,
.process-map:focus-within .process-node:focus-within .process-number {
  color: var(--bg);
  transition-delay: 0ms;
}

.process-node h3 {
  margin: 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -.01em;
  transition: color 260ms ease;
}

.process-node p {
  margin: 1.6rem 0 0;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.process-node > div {
  transition:
    transform 1800ms cubic-bezier(.16, 1, .3, 1),
    opacity 900ms ease;
}

.process-map:hover .process-node-one > div,
.process-map:focus-within .process-node-one > div {
  transform: translateX(-.6rem);
}

.process-map:hover .process-node-two > div,
.process-map:focus-within .process-node-two > div {
  transform: translateX(.9rem);
}

.process-map:hover .process-node-three > div,
.process-map:focus-within .process-node-three > div {
  transform: translateX(.5rem);
}

.process-map:hover .process-node-four > div,
.process-map:focus-within .process-node-four > div {
  transform: translateX(-.8rem);
}

.process-node:hover h3,
.process-node:focus-within h3 {
  color: #ff6b00;
}

.why-us-section {
  width: 100%;
  padding: 9.6rem 2.4rem 9.6rem;
  background: linear-gradient(180deg, #ffffff 0%, #e6f0fe 25%, #e6f0fe 100%);
}

.why-us-container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.why-us-intro {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 80rem;
}

.why-us-intro h2 {
  margin: 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
}

.why-us-intro > p:not(.section-label) {
  margin: 0;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.journey-map-area {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.journey-view-controls {
  display: flex;
  justify-content: center;
  gap: .8rem;
  width: fit-content;
  margin: 0 auto;
  padding: .4rem;
  border: .1rem solid rgba(15, 23, 42, .08);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 .8rem 2.4rem rgba(15, 23, 42, .06);
  backdrop-filter: blur(.8rem);
}

.journey-view-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-width: 15.2rem;
  min-height: 5.6rem;
  padding: .8rem 1.6rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.journey-view-btn span {
  color: inherit;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 110%;
}

.journey-view-btn small {
  color: currentColor;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
  opacity: .68;
}

.journey-view-btn:hover,
.journey-view-btn:focus-visible {
  color: var(--ink);
  background: rgba(37, 99, 235, .08);
}

.journey-view-btn.is-active {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 .8rem 1.8rem rgba(37, 99, 235, .22);
}

.journey-switch-wrap {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 10;
  display: none;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(.6rem);
  border: .1rem solid rgba(0, 0, 0, .07);
  border-radius: 1.2rem;
  padding: 1.2rem 1.6rem;
}

.journey-switch-side {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.journey-switch-label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 220ms ease;
}

.journey-switch-label.is-active {
  color: var(--ink);
}

.journey-switch-desc {
  display: block;
  font-size: 1.1rem;
  color: var(--muted);
  opacity: .6;
}

.journey-switch-btn {
  position: relative;
  width: 5.6rem;
  height: 3.2rem;
  border-radius: 9999px;
  background: var(--brand);
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 220ms ease;
  box-shadow: 0 .4rem 1.2rem rgba(37, 99, 235, .3);
}

.journey-switch-btn[aria-checked="false"] {
  background: rgba(0, 0, 0, .1);
  box-shadow: none;
}

.journey-switch-thumb {
  position: absolute;
  top: .4rem;
  left: .4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 250ms ease;
  box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .22);
}

.journey-switch-btn[aria-checked="true"] .journey-switch-thumb {
  transform: translateX(2.4rem);
}

.journey-map-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc((1 - var(--map-progress)) * 100vw + var(--map-progress) * (1440px - 4.8rem));
  min-height: 70rem;
  margin: 2.4rem 0;
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: calc(var(--map-progress) * 2.4rem);
  transition: width 50ms linear, border-radius 50ms linear;
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(37,99,235,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,0.055) 1px, transparent 1px),
    radial-gradient(circle, rgba(37,99,235,0.12) 1px, transparent 1px);
  background-size: 8rem 8rem, 8rem 8rem, 2.4rem 2.4rem;
  box-shadow: inset 0 .1rem .3rem rgba(255, 255, 255, .6);
  overflow: hidden;
}

.journey-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.journey-map.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* mobile-only maps — hidden on desktop */
.journey-mobile-map {
  display: none !important;
}

.journey-svg {
  width: 100%;
  height: 100%;
}

.journey-benefits {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 96rem;
  margin-top: 6.4rem;
  border-top: .1rem solid rgba(0, 0, 0, .08);
}

.benefit-item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 4rem;
  align-items: baseline;
  padding: 3.6rem 0;
  border-bottom: .1rem solid rgba(0, 0, 0, .08);
  transition: opacity 220ms ease;
}

.benefit-item:hover {
  opacity: .85;
}

.benefit-num {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 100%;
  color: rgba(37, 99, 235, .35);
  letter-spacing: -.02em;
  transition: color 220ms ease;
}

.benefit-item:hover .benefit-num {
  color: var(--green);
}

.benefit-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-item h4 {
  margin: 0;
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -.01em;
}

.benefit-item p {
  margin: 0;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  max-width: 56rem;
}

.value-section {
  width: 100%;
  padding: 9.6rem 2.4rem 9.6rem;
  background: #ffffff;
}

.value-container {
  display: grid;
  grid-template-columns: minmax(0, 48rem) minmax(0, 1fr);
  gap: 6.4rem;
  align-items: stretch;
  width: 100%;
  max-width: 144rem;
  min-height: 68rem;
  margin: 0 auto;
}

.value-copy {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  min-height: 68rem;
}

.value-copy h2 {
  margin: 3.2rem 0 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
}

.value-lead {
  max-width: 46rem;
  margin: 3.2rem 0 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -.01em;
}

.value-copy > p:not(.section-label):last-child {
  max-width: 38rem;
  margin: auto 0 0;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.value-network {
  position: relative;
  width: 100%;
  min-height: 68rem;
}

.value-tabs {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: .2rem;
  padding: .4rem;
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: 1.2rem;
  background-color: rgba(0, 0, 0, .035);
  box-shadow: inset 0 .1rem .3rem rgba(0, 0, 0, .08);
}

.value-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 1.2rem;
  border: 0;
  border-radius: .8rem;
  background: transparent;
  color: rgba(82, 79, 75, .78);
  font: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.value-tabs button.is-active {
  background-color: var(--green);
  color: var(--bg);
  box-shadow: 0 .6rem 1.4rem rgba(37, 99, 235, .22);
}

.value-map {
  position: relative;
  width: 100%;
  min-height: 68rem;
  overflow: visible;
}

.value-dot-layer {
  position: absolute;
  background-image: radial-gradient(circle, var(--dot-color) 0 .28rem, transparent .31rem);
  background-position: center;
  background-size: 1.08rem 1.08rem;
  pointer-events: none;
  transition: opacity 420ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.value-dot-base {
  --dot-color: rgba(191, 219, 254, .88);
  top: 5.6rem;
  right: .8rem;
  width: 72rem;
  height: 59rem;
  clip-path: polygon(23% 5%, 39% 0, 51% 8%, 58% 22%, 70% 26%, 82% 38%, 95% 43%, 98% 56%, 84% 66%, 77% 82%, 62% 93%, 45% 98%, 32% 88%, 19% 91%, 8% 78%, 12% 61%, 2% 48%, 13% 33%, 9% 18%);
  opacity: .82;
}

.value-dot-project {
  --dot-color: rgba(59, 130, 246, .72);
  top: 14.6rem;
  left: 20.5rem;
  width: 25rem;
  height: 24rem;
  clip-path: polygon(21% 9%, 57% 3%, 86% 19%, 98% 52%, 75% 84%, 42% 98%, 8% 77%, 0 38%);
  opacity: .62;
}

.value-dot-docs {
  --dot-color: rgba(37, 99, 235, .76);
  top: 27.2rem;
  right: 15.8rem;
  width: 31rem;
  height: 28rem;
  clip-path: polygon(13% 7%, 54% 0, 91% 18%, 100% 58%, 78% 95%, 35% 91%, 0 66%, 4% 28%);
  opacity: .58;
}

.value-dot-insurance {
  --dot-color: rgba(212, 154, 56, .72);
  right: 4.8rem;
  bottom: 7.8rem;
  width: 30rem;
  height: 25rem;
  clip-path: polygon(18% 4%, 57% 0, 92% 22%, 100% 59%, 72% 91%, 31% 100%, 0 69%, 4% 27%);
  opacity: .5;
}

.value-map[data-filter="projektowanie"] .value-dot-project,
.value-map[data-filter="formalnosci"] .value-dot-docs,
.value-map[data-filter="ubezpieczenia"] .value-dot-insurance {
  opacity: .92;
  transform: scale(1.025);
}

.value-map[data-filter="projektowanie"] .value-dot-docs,
.value-map[data-filter="projektowanie"] .value-dot-insurance,
.value-map[data-filter="formalnosci"] .value-dot-project,
.value-map[data-filter="formalnosci"] .value-dot-insurance,
.value-map[data-filter="ubezpieczenia"] .value-dot-project,
.value-map[data-filter="ubezpieczenia"] .value-dot-docs {
  opacity: .16;
}

.value-marker {
  position: absolute;
  z-index: 10;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: opacity 260ms ease, filter 260ms ease, transform 260ms ease;
}

.value-marker:hover,
.value-marker:focus-visible,
.value-marker.is-open {
  transform: translateY(-.4rem);
}

.marker-label {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  min-height: 4.2rem;
  padding: .8rem .8rem .8rem 1rem;
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, .88);
  box-shadow: 0 .58px 1.73px #0000000a, 0 2.89px 2.89px #0000000a, 0 6.94px 4.05px #00000005, 0 12.72px 5.2px #00000003;
  white-space: nowrap;
}

.marker-label > span:first-child {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}

.marker-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .4rem;
  background-color: #7a8583;
  color: var(--bg);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color 220ms ease, transform 220ms ease;
}

.value-marker:hover .marker-icon,
.value-marker:focus-visible .marker-icon,
.value-marker.is-open .marker-icon {
  background-color: var(--green);
}

.value-marker.is-open .marker-icon {
  transform: rotate(45deg);
}

.marker-detail {
  position: absolute;
  top: calc(100% + .8rem);
  left: 0;
  width: 23.6rem;
  padding: 1.2rem;
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, .92);
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, .1);
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 130%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.6rem);
  transition: opacity 220ms ease, transform 220ms ease;
  white-space: normal;
}

.value-marker.is-open .marker-detail {
  opacity: 1;
  transform: translateY(0);
}

.marker-zlotoryja {
  top: 30.8rem;
  left: 33.8rem;
}

.marker-legnica {
  top: 20.6rem;
  left: 24.4rem;
}

.marker-jawor {
  top: 26.2rem;
  left: 15.2rem;
}

.marker-boleslawiec {
  top: 36.6rem;
  left: 21.6rem;
}

.marker-lwowek {
  top: 47rem;
  left: 28.4rem;
}

.marker-okolice {
  top: 32.2rem;
  right: 5.2rem;
}

.marker-okolice .marker-detail {
  right: 0;
  left: auto;
}

.value-map[data-filter="projektowanie"] .value-marker:not([data-category~="projektowanie"]),
.value-map[data-filter="formalnosci"] .value-marker:not([data-category~="formalnosci"]),
.value-map[data-filter="ubezpieczenia"] .value-marker:not([data-category~="ubezpieczenia"]) {
  opacity: .34;
  filter: saturate(.3);
}

.value-map[data-filter="projektowanie"] .value-marker[data-category~="projektowanie"],
.value-map[data-filter="formalnosci"] .value-marker[data-category~="formalnosci"],
.value-map[data-filter="ubezpieczenia"] .value-marker[data-category~="ubezpieczenia"] {
  opacity: 1;
}

/* =====================
   Reviews Section
   ===================== */
.reviews-section {
  width: 100%;
  padding: 9.6rem 2.4rem 9.6rem;
  background: linear-gradient(180deg, #e6f0fe 0%, #d8e7fd 100%);
  overflow: hidden;
}

.reviews-container {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
}

.reviews-heading-block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 80rem;
}

.reviews-heading-block h2 {
  font-size: 4.8rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 100%;
  margin: 0;
}

.reviews-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: .8rem;
}

.reviews-badge-score {
  font-size: 8rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.05em;
  line-height: 1;
}

.reviews-badge-stars {
  color: #ff6b00;
  font-size: 2rem;
  letter-spacing: .12em;
}

.reviews-badge-label {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--muted);
  font-size: 1.3rem;
}

.reviews-badge-label svg {
  width: 1.8rem;
  height: 1.8rem;
}

.reviews-carousel-wrapper {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 2.4rem;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 4.8rem) / 3);
  background: rgba(255, 255, 255, .72);
  border: .1rem solid rgba(0, 0, 0, .055);
  border-radius: 2rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: inset 0 .1rem .3rem rgba(255, 255, 255, .6);
  transition: background .2s, border-color .2s;
  cursor: default;
}

.review-card:hover {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(37, 99, 235, .2);
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.review-avatar {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0;
  font-family: inherit;
}

.review-avatar.av-green { background: var(--green); }
.review-avatar.av-blue  { background: #4285f4; }
.review-avatar.av-teal  { background: #2aa8b4; }
.review-avatar.av-amber { background: #f09300; }
.review-avatar.av-copper { background: var(--brand); }

.review-person {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.review-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.01em;
}

.review-date {
  font-size: 1.2rem;
  color: var(--muted);
}

.review-google-g {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.review-stars {
  color: #ff6b00;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.review-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: var(--text);
  margin: 0;
  flex: 1;
}

.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.reviews-nav-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: .1rem solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
  padding: 0;
}

.reviews-nav-btn svg {
  width: 2rem;
  height: 2rem;
}

.reviews-nav-btn:hover {
  background: rgba(255, 255, 255, .95);
  border-color: rgba(37, 99, 235, .35);
}

.reviews-nav-btn:disabled {
  opacity: .3;
  cursor: default;
  pointer-events: none;
}

.reviews-dots {
  display: flex;
  gap: .8rem;
  align-items: center;
}

.reviews-dot {
  width: .6rem;
  height: .6rem;
  border-radius: .3rem;
  background: rgba(0, 0, 0, .18);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .3s, width .3s;
}

.reviews-dot.is-active {
  background: var(--green);
  width: 2.4rem;
}

/* =====================
   FAQ Section
   ===================== */
.faq-section {
  width: 100%;
  padding: 9.6rem 2.4rem 10.4rem;
  background: linear-gradient(180deg, #d8e7fd 0%, #ffffff 40%, #ffffff 100%);
}

.faq-container {
  max-width: 144rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 44rem) minmax(0, 1fr);
  gap: 12rem;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.faq-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -.01em;
}

.faq-intro > p:not(.section-label) {
  max-width: 38rem;
  margin: 0;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 135%;
}

.faq-list {
  border-top: .1rem solid rgba(15, 23, 42, .12);
}

.faq-item {
  border-bottom: .1rem solid rgba(15, 23, 42, .12);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 9.2rem;
  padding: 2.4rem 6.4rem 2.4rem 0;
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 112%;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3.6rem;
  height: 3.6rem;
  transform: translateY(-50%);
  border: .1rem solid rgba(37, 99, 235, .25);
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.faq-item[open] summary::after {
  content: "−";
  background: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
}

.faq-item summary:hover::after {
  border-color: rgba(37, 99, 235, .55);
}

.faq-item p {
  max-width: 72rem;
  margin: -1rem 0 2.8rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}

/* =====================
   Contact Section
   ===================== */
.contact-section {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #eaf2ff 25%, #eaf2ff 100%);
  overflow: hidden;
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  min-height: 92rem;
  display: flex;
  align-items: center;
}

.contact-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  filter: saturate(.9);
}

.contact-panel {
  position: relative;
  z-index: 1;
  width: 48rem;
  margin: 0 8rem 0 auto;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: .1rem solid rgba(0, 0, 0, .07);
  border-radius: 2.4rem;
  padding: 4.8rem;
  box-shadow: 0 2.4rem 6.4rem rgba(0, 0, 0, .12);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.contact-panel-head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-panel-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-detail {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.contact-detail-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  color: var(--green);
  margin-top: .2rem;
}

.contact-detail-body {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.contact-detail-body span,
.contact-detail-body a {
  font-size: 1.5rem;
  color: var(--text);
  line-height: 140%;
  text-decoration: none;
}

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

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.form-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.form-input {
  width: 100%;
  padding: 1.4rem 1.6rem;
  background: rgba(255, 255, 255, .8);
  border: .1rem solid rgba(0, 0, 0, .1);
  border-radius: 1rem;
  font-family: inherit;
  font-size: 1.5rem;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  resize: none;
}

.form-input::placeholder {
  color: var(--muted);
}

.form-input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 .3rem rgba(37, 99, 235, .15);
}

.form-textarea {
  resize: vertical;
  min-height: 9rem;
}

.form-submit {
  margin-top: .4rem;
  padding: 1.6rem 3.2rem;
  background: var(--green);
  color: var(--bg);
  border: none;
  border-radius: 10rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  align-self: flex-start;
  transition: opacity .2s, transform .15s;
}

.form-submit:hover {
  opacity: .85;
  transform: translateY(-.1rem);
}

.form-submit:active {
  transform: translateY(0);
}

@media (max-width: 1023.98px) {
  #main {
    padding-top: 0;
  }

  .floating-header {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    max-height: none;
    margin: 0;
    padding: .8rem 2.4rem;
    transform: none;
  }

  .nav-pill,
  .top-cta,
  .header-contact {
    display: none;
  }

  .mobile-menu-toggle {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    z-index: 120;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: 4.4rem;
    height: 4.4rem;
    margin-left: auto;
    border: .1rem solid rgba(15, 23, 42, .08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .86);
    color: var(--ink);
    box-shadow: 0 .8rem 2.2rem rgba(15, 23, 42, .08);
    transform: translateY(-50%);
  }

  .mobile-menu-toggle span {
    display: block;
    width: 1.9rem;
    height: .18rem;
    border-radius: 999px;
    background: currentColor;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(.63rem) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-.63rem) rotate(-45deg);
  }

  .mobile-menu-panel {
    display: flex;
    flex-direction: column;
    width: min(100%, 44rem);
    max-height: 0;
    margin: .4rem auto 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 260ms cubic-bezier(.16, 1, .3, 1), opacity 180ms ease;
  }

  .mobile-menu-panel.is-open {
    max-height: 28rem;
    opacity: 1;
  }

  .mobile-menu-panel a {
    display: flex;
    min-height: 4.6rem;
    align-items: center;
    padding: 0 1.4rem;
    border-top: .1rem solid rgba(15, 23, 42, .07);
    color: var(--ink);
    font-size: 1.5rem;
    font-weight: 500;
    background: rgba(255, 255, 255, .92);
  }

  .mobile-menu-panel a:first-child {
    border-top: 0;
    border-radius: 1.2rem 1.2rem 0 0;
  }

  .mobile-menu-panel a:last-child {
    border-radius: 0 0 1.2rem 1.2rem;
    color: #ff6b00;
  }

  .hero-section {
    gap: 2rem;
  }

  .hero-story-layer {
    display: none;
  }

  .hero-content {
    flex-direction: column;
    gap: 4rem;
    padding: 2.2rem 2.4rem 0;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-text-block {
    transform: none;
  }

  .hero-description {
    font-size: 2rem;
    line-height: 110%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-image {
    width: 100%;
    border-radius: 0;
  }

  .hero-image-frame {
    width: 100%;
    height: 60svh;
    aspect-ratio: auto;
  }

  .about-section {
    padding: 8.1rem 2.4rem;
  }

  .about-copy {
    font-size: 2.8rem;
  }

  .services-section {
    padding: 8.1rem 2.4rem 7.2rem;
  }

  .services-container {
    gap: 4rem;
  }

  .services-intro {
    gap: 2.4rem;
  }

  .services-intro-copy {
    font-size: 2.8rem;
  }

  .services-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4.8rem;
  }

  .service-group,
  .service-group-design,
  .service-group-technical,
  .service-group-insurance {
    grid-column: auto;
    min-height: 0;
  }

  .service-group-technical .service-list {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .service-group-design .service-list,
  .service-group-insurance .service-list {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .service-list li {
    font-size: 2.6rem;
  }

  .service-list li::before {
    opacity: 1;
    transform: none;
  }

  .service-list li::after {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: auto;
    padding: 0 1.2rem 1.2rem;
    opacity: 1;
    transform: none;
    color: var(--text);
    z-index: 2;
  }

  .service-list li span {
    margin-top: 0;
    padding-bottom: 0;
    transform: none !important;
  }

  .service-list li:hover,
  .service-list li:focus-visible {
    transform: none;
    outline-width: .25rem;
    outline-color: rgba(37, 99, 235, .34);
    border-color: rgba(37, 99, 235, .32);
    background-color: rgba(255, 255, 255, .46);
    box-shadow: inset 0 .1rem .2rem rgba(255, 255, 255, .48);
  }

  .service-list li:hover .service-photo,
  .service-list li:focus-visible .service-photo {
    transform: none;
  }

  .service-list li:hover span,
  .service-list li:focus-visible span,
  .service-group-insurance .service-list li:hover span,
  .service-group-insurance .service-list li:focus-visible span {
    color: var(--ink);
  }

  .service-group-insurance .service-list li:hover,
  .service-group-insurance .service-list li:focus-visible {
    border-color: rgba(68, 200, 106, .42);
    outline-color: rgba(68, 200, 106, .36);
    background-color: rgba(255, 255, 255, .46);
    box-shadow: inset 0 .1rem .2rem rgba(255, 255, 255, .48);
  }

  .process-section {
    padding: 7.2rem 2.4rem 9.6rem;
  }

  .process-container {
    gap: 5.6rem;
  }

  .process-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .process-intro h2 {
    font-size: 3.8rem;
  }

  .process-map {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
    pointer-events: none;
  }

  .process-map::before,
  .process-map::after {
    display: none;
  }

  .process-lines {
    display: none;
  }

  .process-node,
  .process-node-one,
  .process-node-two,
  .process-node-three,
  .process-node-four {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.4rem;
    border-bottom: 0;
    grid-template-columns: none;
    opacity: 0;
    transform: translateY(2.2rem) !important;
    transition:
      opacity 620ms cubic-bezier(.16, 1, .3, 1),
      transform 760ms cubic-bezier(.16, 1, .3, 1);
    transition-delay: calc(var(--process-i, 0) * 170ms);
  }

  .process-node:not(:last-child)::after {
    content: "";
    position: absolute;
    left: calc(2.4rem + 2.4rem);
    top: calc(2.4rem + 2.4rem);
    bottom: -4.8rem;
    z-index: 0;
    width: .15rem;
    background: rgba(255, 107, 0, .22);
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    transition: transform 720ms cubic-bezier(.16, 1, .3, 1);
    transition-delay: calc(var(--process-i, 0) * 170ms + 260ms);
  }

  .process-node-one { --process-i: 0; }
  .process-node-two { --process-i: 1; }
  .process-node-three { --process-i: 2; }
  .process-node-four { --process-i: 3; }

  .process-section.is-visible .process-node {
    opacity: 1;
    transform: translateY(0) !important;
  }

  .process-section.is-visible .process-node:not(:last-child)::after {
    transform: translateX(-50%) scaleY(1);
  }

  /* number always first regardless of HTML order */
  .process-node-two .process-number,
  .process-node-four .process-number {
    order: -1;
  }

  .process-number {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    color: #ff6b00;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 .4rem 1.2rem rgba(255, 107, 0, .14);
  }

  .process-node > div {
    position: relative;
    z-index: 2;
    transform: none !important;
    opacity: 1 !important;
  }

  .process-node h3 {
    font-size: 2.2rem;
  }

  .process-node p {
    font-size: 1.5rem;
    margin-top: .8rem;
  }

  .value-section {
    padding: 8.1rem 2.4rem 9.6rem;
  }

  .value-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 5.6rem;
    min-height: 0;
  }

  .value-copy {
    min-height: 0;
  }

  .value-copy h2 {
    font-size: 3.8rem;
  }

  .value-lead {
    font-size: 2.2rem;
  }

  .value-copy > p:not(.section-label):last-child {
    margin: 2.4rem 0 0;
  }

  .value-network,
  .value-map {
    min-height: 58rem;
  }

  .value-tabs {
    position: relative;
    top: auto;
    right: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
  }

  .value-dot-base {
    top: 2rem;
    right: -10rem;
    width: 58rem;
    height: 48rem;
  }

  .value-dot-project {
    top: 11rem;
    left: 9rem;
  }

  .value-dot-docs {
    top: 24rem;
    right: 4rem;
  }

  .value-dot-insurance {
    right: -4rem;
    bottom: 7rem;
  }

  .marker-zlotoryja,
  .marker-legnica,
  .marker-jawor,
  .marker-boleslawiec,
  .marker-lwowek,
  .marker-okolice {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 1.2rem 0 0;
  }

  .value-marker {
    display: block;
    width: max-content;
  }

  .marker-detail,
  .marker-okolice .marker-detail {
    right: auto;
    left: 0;
  }

  .faq-section {
    padding: 8.1rem 2.4rem 9.6rem;
  }

  .faq-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 4.8rem;
  }

  .faq-intro {
    position: relative;
    top: auto;
  }

  .faq-intro h2 {
    font-size: 3.8rem;
  }

  .faq-intro > p:not(.section-label) {
    max-width: 100%;
  }

  .faq-item summary {
    min-height: 8rem;
    padding: 2.2rem 5.2rem 2.2rem 0;
    font-size: 2rem;
  }

  .faq-item p {
    max-width: 100%;
    margin: -.4rem 0 2.4rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .floating-header {
    margin: 0;
    width: 100%;
    padding: .7rem 1.6rem;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: .8rem;
    right: 1.6rem;
    transform: none;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 5.6rem;
    right: 1.2rem;
    left: 1.2rem;
    z-index: 119;
    width: auto;
    margin: 0;
    border-radius: 1.2rem;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 1.4rem 3.4rem rgba(15, 23, 42, .14);
  }

  .logo svg,
  .logo img {
    height: 2.1rem;
  }

  /* Hero */
  .hero-content {
    gap: 3.2rem;
    width: 100%;
    max-width: 100%;
    padding: 1.4rem 1.6rem 0;
  }

  .hero-title {
    font-size: 3.2rem;
  }

  .hero-text-block {
    width: 100%;
    max-width: 100%;
  }

  .hero-description {
    width: 100%;
    max-width: 100%;
    font-size: 1.7rem;
  }

  /* Intro */
  .intro-section {
    padding: 6.4rem 1.6rem;
  }

  .services-heading {
    font-size: 3.6rem;
  }

  .services-intro-copy {
    font-size: 2.2rem;
  }

  /* Services */
  .services-section {
    padding: 6.4rem 1.6rem 5.6rem;
  }

  /* Process */
  .process-section {
    padding: 6.4rem 1.6rem 7.2rem;
  }

  .process-intro h2 {
    font-size: 3.2rem;
  }

  .process-node,
  .process-node-one,
  .process-node-two,
  .process-node-three,
  .process-node-four {
    padding: 2rem 1.6rem;
    gap: 1.6rem;
  }

  .process-node:not(:last-child)::after {
    left: calc(1.6rem + 2rem);
    top: calc(2rem + 2rem);
    bottom: -4rem;
  }

  .process-number {
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
  }

  .process-node h3 {
    font-size: 2rem;
  }

  .journey-view-controls {
    display: none;
  }

  .journey-switch-wrap {
    display: flex;
  }

  /* Why us */
  .why-us-section {
    padding: 6.4rem 1.6rem;
  }

  .why-us-intro h2 {
    font-size: 3.2rem;
  }

  /* Journey map container – bez SVG animacji */
  .journey-map-container {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    min-height: auto;
    margin: 2.4rem 0 0;
    border-radius: 1.6rem;
    border: .1rem solid rgba(0, 0, 0, .07);
    overflow: visible;
    background-image: none;
    padding: 5.6rem 1.6rem 2rem;
  }

  /* Toggle wyśrodkowany nad kartami */
  .journey-switch-wrap {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.2rem;
    padding: .8rem 1.4rem;
    white-space: nowrap;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .1);
  }

  .journey-switch-label {
    font-size: 1.3rem;
  }

  .journey-switch-desc {
    font-size: 1rem;
  }

  /* Ukryj SVG mapy na mobilce */
  .journey-ours-map,
  .journey-without-map {
    display: none !important;
  }

  /* Pokaż mobilne mapy */
  .journey-mobile-map {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    padding: 1.2rem 0 .4rem;
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    transition: none;
  }

  .journey-mobile-map.is-active {
    display: flex !important;
  }

  /* Header z pilulkami */
  .jmt-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    flex-wrap: wrap;
  }

  .jmt-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.2rem;
    border-radius: 9999px;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .jmt-pill--you       { background: #eff6ff; border: .15rem solid rgba(37,99,235,.5); color: #1e3a8a; }
  .jmt-pill--hub       { background: #ffffff; border: .15rem solid rgba(37,99,235,.3); padding: .4rem .9rem; line-height: 1; }
  .jmt-pill--done      { background: #eff6ff; border: .15rem solid #2563eb; color: #1e3a8a; }
  .jmt-pill--you-chaos { background: #fff1f2; border: .15rem solid rgba(220,38,38,.5); color: #881337; }
  .jmt-pill--chaos     { background: rgba(220,38,38,.08); border: .15rem solid rgba(220,38,38,.4); color: #881337; }
  .jmt-pill--question  { background: rgba(220,38,38,.07); border: .15rem solid rgba(220,38,38,.5); color: #881337; font-size: 1.6rem; padding: .4rem 1rem; }

  .jmt-logo-word {
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0b1730;
    letter-spacing: -.03em;
    white-space: nowrap;
  }

  .jmt-logo-word em {
    color: #ff6b00;
    font-style: normal;
  }

  .jmt-arrow       { color: rgba(37,99,235,.45); font-size: 1.3rem; }
  .jmt-arrow--chaos { color: rgba(220,38,38,.45); }

  /* Tabelka — grid na poziomie tabeli, display:contents na wierszach */
  .jmt-table {
    display: grid;
    grid-template-columns: max-content 1fr 2.8rem;
    width: 100%;
    border: .1rem solid rgba(37,99,235,.18);
    border-radius: 1.2rem;
    overflow: hidden;
  }

  .jmt-table--chaos {
    border-color: rgba(220,38,38,.18);
  }

  .jmt-row {
    display: contents;
  }

  .jmt-label,
  .jmt-desc,
  .jmt-check,
  .jmt-x {
    border-bottom: .1rem solid rgba(37,99,235,.1);
  }

  .jmt-table--chaos .jmt-label,
  .jmt-table--chaos .jmt-desc,
  .jmt-table--chaos .jmt-check,
  .jmt-table--chaos .jmt-x {
    border-bottom-color: rgba(220,38,38,.1);
  }

  .jmt-row:last-child .jmt-label,
  .jmt-row:last-child .jmt-desc,
  .jmt-row:last-child .jmt-check,
  .jmt-row:last-child .jmt-x {
    border-bottom: none;
  }

  .jmt-label {
    white-space: nowrap;
    padding: 1.4rem 1.4rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e3a8a;
    background: rgba(37,99,235,.05);
    display: flex;
    align-items: center;
    border-right: .1rem solid rgba(37,99,235,.1);
  }

  .jmt-table--chaos .jmt-label {
    color: #881337;
    background: rgba(220,38,38,.05);
    border-right-color: rgba(220,38,38,.1);
  }

  .jmt-desc {
    padding: 1.4rem 1.2rem;
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.45;
    display: flex;
    align-items: center;
  }

  .jmt-x,
  .jmt-check {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .jmt-x     { color: #dc2626; }
  .jmt-check { color: #16a34a; }

  /* Benefits */
  .journey-benefits {
    margin-top: 3.2rem;
    max-width: 100%;
  }

  .benefit-item {
    grid-template-columns: 7rem 1fr;
    gap: 1.6rem;
    padding: 2rem 0;
    cursor: pointer;
  }

  .benefit-num {
    font-size: 3.6rem;
  }

  .benefit-item.is-active .benefit-num,
  .benefit-item:focus-visible .benefit-num {
    color: var(--green);
  }

  .benefit-item.is-active h4,
  .benefit-item:focus-visible h4 {
    color: var(--ink);
  }

  .benefit-item h4 {
    font-size: 2rem;
  }

  .benefit-item p {
    font-size: 1.4rem;
  }

  .mobile-call-widget {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    z-index: 180;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .8rem;
  }

  .mobile-call-button {
    display: grid;
    place-items: center;
    width: 5.6rem;
    height: 5.6rem;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #ff6b00 100%);
    color: #ffffff;
    box-shadow: 0 1.2rem 3rem rgba(37, 99, 235, .28), 0 .8rem 2rem rgba(255, 107, 0, .18);
  }

  .mobile-call-button svg {
    width: 2.6rem;
    height: 2.6rem;
  }

  .mobile-call-bubble {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    min-width: 18.8rem;
    padding: 1rem;
    border: .1rem solid rgba(15, 23, 42, .08);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 1.6rem 3.6rem rgba(15, 23, 42, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(.8rem) scale(.96);
    transform-origin: bottom right;
    transition: opacity 220ms ease, transform 260ms cubic-bezier(.16, 1, .3, 1);
    backdrop-filter: blur(.8rem);
  }

  .mobile-call-widget.is-open .mobile-call-bubble {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-call-bubble a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.4rem;
    padding: 0 1.2rem;
    border-radius: 1rem;
    background: rgba(37, 99, 235, .08);
    color: var(--brand);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
  }

  /* Value */
  .value-section {
    padding: 6.4rem 1.6rem 7.2rem;
  }

  .value-copy h2 {
    font-size: 3.2rem;
  }

  /* Reviews */
  .reviews-section {
    padding: 6.4rem 1.6rem;
  }

  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }

  .reviews-heading-block h2 {
    font-size: 3.6rem;
  }

  .reviews-badge {
    align-items: flex-start;
  }

  .review-card {
    flex: 0 0 calc(100% - 3.2rem);
  }

  .reviews-container {
    gap: 4rem;
  }

  /* FAQ */
  .faq-section {
    padding: 6.4rem 1.6rem 7.2rem;
  }

  .faq-intro h2 {
    font-size: 3.2rem;
  }

  .faq-item summary {
    font-size: 1.8rem;
    min-height: 7.2rem;
  }

  /* Contact */
  .contact-map-wrap {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-map {
    position: relative;
    height: 36rem;
  }

  .contact-panel {
    position: relative;
    width: auto;
    margin: 0;
    border-radius: 0;
    padding: 3.2rem 1.6rem;
    box-shadow: none;
    border: none;
    border-top: .1rem solid rgba(0, 0, 0, .07);
    backdrop-filter: none;
    background: #ffffff;
  }

  .contact-panel-head h2 {
    font-size: 3.2rem;
  }

  /* ── Ujednolicona skala typografii na telefonie ──────────────────
     H2 sekcji:   3.2rem
     H3/H4/summ:  1.9rem
     Lead/intro:  2rem
     Body:        1.5rem
  ─────────────────────────────────────────────────────────────── */

  /* H2 — wszystkie sekcje */
  .services-heading,
  .reviews-heading-block h2 {
    font-size: 3.2rem;
  }

  /* Lead / intro copy */
  .about-copy,
  .services-intro-copy,
  .value-lead {
    font-size: 2rem;
    line-height: 120%;
  }

  /* Karty usług — tytuł */
  .service-list li {
    font-size: 2rem;
  }

  /* H3 / H4 / FAQ pytanie */
  .process-node h3,
  .benefit-item h4,
  .faq-item summary {
    font-size: 1.9rem;
  }

  /* Body text */
  .hero-description,
  .process-node p,
  .benefit-item p,
  .faq-item p,
  .review-text {
    font-size: 1.5rem;
    line-height: 140%;
  }

  /* Benefit number */
  .benefit-num {
    font-size: 3.2rem;
  }
}
