:root {
  --bg: #071126;
  --bg-soft: #101838;
  --surface: rgba(255,255,255,0.08);
  --surface-solid: #ffffff;
  --text: #edf4ff;
  --text-dark: #18223d;
  --muted: #a7b4ca;
  --line: rgba(255,255,255,0.1);
  --mint: #73f6d5;
  --coral: #ff8d73;
  --purple: #b48bff;
  --yellow: #ffd54d;
  --blue: #61c2ff;
  --pink: #ff73ba;
  --shadow: 0 20px 60px rgba(5, 16, 38, 0.18);
  --radius: 28px;
  --container: min(1580px, calc(100vw - 24px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(115,246,213,0.09), transparent 28%),
    radial-gradient(circle at 90% 16%, rgba(180,139,255,0.12), transparent 18%),
    linear-gradient(180deg, #070f24 0%, #0b1530 24%, #f5f8ff 24%, #eef3fb 100%);
  color: var(--text-dark);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-shell { position: relative; }
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: radial-gradient(#fff 0.7px, transparent 0.7px);
  background-size: 12px 12px;
  mix-blend-mode: overlay;
}
.container { width: var(--container); margin: 0 auto;}
.section-light,
.website-block,
.process {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.30) 80px,
      rgba(255, 255, 255, 0) 180px);
   
}

.contact-cta { position: relative; z-index: 1; }
.section-dark {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("../img/tlo-hero-desktop1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  background: transparent;
}


.header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(0,6,22, 0.8);

}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
    grid-gap: 80px;
  padding: 4px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand strong {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}
.brand em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-size: 0.78rem;
}
.nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav a {
  position: relative;
  color: #fff;
  padding: 12px 16px 18px;
  border-radius: 999px;
  transition: transform .25s ease, color .25s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 38px;
  height: 3px;
  background: #2ee6c5;
  border-radius: 999px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.nav a:hover {
  transform: translateY(-2px);
}

.nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-cta {
  margin-left: 10px;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--mint), #59d9ff);
  color: #071126;
  border: 1px solid transparent;
}

.button-primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(115,246,213,0.35),
    0 0 18px rgba(115,246,213,0.45),
    0 0 38px rgba(97,194,255,0.28),
    0 18px 40px rgba(0,0,0,0.18);
}

.hero { padding: 34px 0 5px; }
@media (max-width: 640px) {
  .hero {
    padding: 90px 0 110px;
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.80fr 1.20fr;
  align-items: center;
  gap: 1px;
}
.hero-copy { position: relative; z-index: 2; margin-top: -80px; }

@media (max-width: 1080px) {
  .hero-copy {
    margin-top: 90px; 
  }
}
.eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 0 10px;
  background: none;
  border: none;
  border-radius: 0;

  color: #18223d;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  line-height: 1.1;
}

.eyebrow::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 62%;
  height: 9px;
  background: #00DC69;
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  border-radius: 999px;
  transform: rotate(-2deg);
  opacity: 0.95;
}

.section-dark .eyebrow,
.benefits .eyebrow {
  color: #010815;
}

@media (max-width: 1080px) {
  .section-dark {
    background-image: url("../img/tlo-hero-tablet_1.webp");
    background-position: center top;
  }
}

@media (max-width: 670px) {
  .section-dark {
    background-image: url("../img/tlo-hero-mobile_1.webp");
    background-position: center top;
    min-height: auto;
  }
}
.hero h1 {
  margin: 0;
  color: #D5F7ED;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 16ch;
}
.hero h1 span {
  background: linear-gradient(135deg, var(--mint), #61c2ff 70%);
    font-style: italic;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-text {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #ffffff;
  max-width: 58ch;
  margin: 24px 0 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.hero-slogan {
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 0.9;
}

.slogan-line {
  display: block;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.98);
}

.slogan-line-1 {
  color: #73f6d5;
  transform: rotate(-2deg);

}

.slogan-line-2 {
  color: #ff7fa7;

  margin-left: 40px;
  transform: rotate(-3deg);
}
.hero-actions {
  margin-top: 79px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}
.hero-points li {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #e9f3ff;
  border: 1px solid rgba(255,255,255,0.07);
}
.hero-visual {
  position: relative;
  min-height: 560px;
}
.hero-collage {
  display: block;
  width: 100%;
  height: auto;
  animation: bob 9s ease-in-out infinite;
}
.hero-ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.65;
}
.hero-ambient-a { width: 260px; height: 260px; background: rgba(115,246,213,0.16); top: 90px; right: -80px; }
.hero-ambient-b { width: 380px; height: 380px; background: rgba(180,139,255,0.14); bottom: -120px; left: 34%; }
.floating-card {
  position: absolute;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.9);
  color: var(--text-dark);
  box-shadow: var(--shadow);
  max-width: 230px;
  backdrop-filter: blur(14px);
}
.floating-card .tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(115,246,213,0.22);
  font-size: 0.78rem;
  margin-bottom: 12px;
}
.floating-card-1 {
  left: -16px;
  bottom: 68px;
  animation: float 8s ease-in-out infinite;
}
.floating-card-2 {
  right: 12px;
  top: 70px;
  background: rgba(11, 21, 48, 0.84);
  color: #fff;
  animation: float 7s ease-in-out infinite reverse;
}
.floating-card-2 span { display: block; font-size: 2rem; font-weight: 800; }
.floating-card-2 small { color: var(--muted); }

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0;
  letter-spacing: -0.05em;
}
.section-heading p:last-child {
  margin: 14px 0 0;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #42506a;
}
.services { padding: 1px 0 30px; background:linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.30) 80px,
      rgba(255, 255, 255, 0) 180px
    ), url("../img/tlo-services5.webp") center bottom / cover no-repeat}

@media (max-width: 1080px) {
  .services {
    background-image: url("../img/tlo-services-tablet_5.png");
    background-position: center center;
  }
}

@media (max-width: 670px) {
  .services{
    background-image: url("../img/tlo-services-mobile_5.png");
    background-position: center top;
    min-height: auto;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 10px;
}

.service-card {
  position: relative;
  padding: 12px 10px 18px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 320px;
  text-align: center;
  overflow: hidden;
  transform: none;
  transition: transform .3s ease;
}

.service-card::before {
  display: none;
}

.service-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 18px;
  transition: transform .35s ease, filter .35s ease;
}

.service-card h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #18223d;
  transition: transform .35s ease, color .35s ease;
}

.service-card p {
  margin: 14px auto 0;
  max-width: 30ch;
  color: #4f5c77;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

/* hover */
.service-card:hover {
  transform: translateY(-6px);
}

.service-card:hover .service-icon {
  transform: scale(1.06) translateY(-4px);
}

.service-card:hover h3 {
  transform: translateY(-2px);
  color: #0f172a;
}

.service-card:hover p {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-icon {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-card {
    min-height: auto;
    padding: 8px 0 10px;
  }

  .service-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
  }

  .service-card p {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 10px;
  }
}

.website-block { padding: 98px 0; }
.website-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 15px;
  align-items: center;
}
.website-copy {
  padding: 34px;


}
.website-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.website-copy p { line-height: 1.85; color: #010815; }
.check-list {
  text-shadow: 0 1px 5px rgba(0,0,0,0.15);
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: #010815;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #010815;
}
.website-visual { position: relative; }
.metrics-card {
  position: absolute;
  right: -4px;
  bottom: 40px;
  display: grid;
  gap: 10px;
  width: 290px;
  padding: 22px 17px 17px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(236,248,255,0.94));
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 34px 20px 30px 18px;

  box-shadow:
    0 28px 55px rgba(5, 16, 38, 0.22),
    0 12px 22px rgba(97, 194, 255, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -14px 28px rgba(7,17,38,0.04);

  transform:
    perspective(600px)
    rotateX(7deg)
    rotateY(-10deg)
    rotateZ(-6deg)
    skew(-1deg, 1deg)
    scale(1.1);

  transform-origin: center center;

  z-index: 3;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}

/* Ukrycie na mobile */
@media (max-width: 1080px) {
  .metrics-card {
    display: none;
  }
}

.metrics-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(115,246,213,0.42), transparent 68%);
  z-index: -1;
}

.metrics-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.55) 0%,
      rgba(255,255,255,0.16) 32%,
      rgba(255,255,255,0) 56%
    );
  pointer-events: none;
  z-index: 1;
}

.metrics-card div {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;

  padding: 11px 12px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 18px 14px 16px 12px;

  box-shadow:
    0 8px 18px rgba(5, 16, 38, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);

  backdrop-filter: blur(10px);
}

.metrics-card div::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: linear-gradient(135deg, #73f6d5, #59d9ff);
  color: #071126;
  font-size: 0.95rem;
  font-weight: 900;

  box-shadow:
    0 6px 14px rgba(97, 194, 255, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Ikona: szybkoÄ¹â€ºÃ„â€¡ */
.metrics-card div:nth-child(1)::before {
  content: "Ã¢Å¡Ë‡";
}

/* Ikona: responsywnoÄ¹â€ºÃ„â€¡ */
.metrics-card div:nth-child(2)::before {
  content: "Ä‘Åºâ€œÂ±";
}

/* Ikona: SEO */
.metrics-card div:nth-child(3)::before {
  content: "Ã¢â€ â€”";
}

.metrics-card div:last-child {
  margin-top: 2px;
  background:
    linear-gradient(135deg, rgba(115,246,213,0.34), rgba(97,194,255,0.22)),
    rgba(255,255,255,0.72);
  border: 1px solid rgba(115,246,213,0.45);
  border-radius: 20px 13px 18px 12px;
}

.metrics-card span {
  display: block;
  font-weight: 900;
  font-size: 1.05rem;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.metrics-card small {
  color: #53627c;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.2;
}

.metrics-card:hover {
  transform:
    perspective(700px)
    rotateX(3deg)
    rotateY(-6deg)
    rotateZ(-4deg)
    skew(-1deg, 1deg)
    translateY(-6px)
    scale(1.1);

  box-shadow:
    0 34px 70px rgba(5, 16, 38, 0.26),
    0 16px 32px rgba(97, 194, 255, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -14px 28px rgba(7,17,38,0.04);
}

.portfolio {
  padding: 30px 0 92px;
  background:linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.30) 80px,
      rgba(255, 255, 255, 0) 180px
    ), url("../img/tlo-galery-desktop_5.webp") center center / cover no-repeat;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: right;
  margin-top: -58px;
}

.filter-chip {
  border: 1px solid rgba(11, 21, 48, 0.1);
  background: rgba(255,255,255,0.72);
  color: #1f2b49;
  border-radius: 14px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all .25s ease;
}

.filter-chip.is-active,
.filter-chip:hover {
  background: linear-gradient(135deg, var(--mint), #59d9ff);
  color: #071126;
  transform: translateY(-2px);
}



.process { padding: 20px 0 96px; }
.process-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  max-width: none;
}
.process {
  padding: 20px 0 36px;
}

.process-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  max-width: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.process-card {
  position: relative;
  padding: 28px;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
 

  transition: transform .35s ease, box-shadow .35s ease;
}

/* delikatne kolorowe plamy w tle */
.process-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115,246,213,0.22), transparent 70%);
  z-index: -1;
}

.process-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--mint), #59d9ff);
  opacity: 0.9;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 55px rgba(5, 16, 38, 0.16),
    0 10px 26px rgba(97, 194, 255, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.process-card:nth-child(2) {
  margin-top: 24px;
}

.process-card:nth-child(4) {
  margin-top: 24px;
}

.process-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.process-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071126;
  background: linear-gradient(135deg, var(--mint), #59d9ff);
  box-shadow:
    0 10px 20px rgba(97, 194, 255, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.6);
  flex-shrink: 0;
}

.process-icon svg {
  width: 28px;
  height: 28px;
}

.process-number {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(7, 17, 38, 0.12);
}

.process-card h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #071126;
}

.process-card p {
  margin: 0;
  color: #576885;
  line-height: 1.75;
  font-size: 0.98rem;
}

/* rózne akcenty kolorystyczne dla kazdej karty */
.process-card:nth-child(1) .process-icon,
.process-card:nth-child(1)::after {
  background: linear-gradient(135deg, var(--mint), #59d9ff);
}

.process-card:nth-child(2) .process-icon,
.process-card:nth-child(2)::after {
  background: linear-gradient(135deg, var(--purple), #7aa8ff);
}

.process-card:nth-child(2)::before {
  background: radial-gradient(circle, rgba(180,139,255,0.22), transparent 70%);
}

.process-card:nth-child(3) .process-icon,
.process-card:nth-child(3)::after {
  background: linear-gradient(135deg, var(--coral), #ffb36b);
}

.process-card:nth-child(3)::before {
  background: radial-gradient(circle, rgba(255,141,115,0.22), transparent 70%);
}

.process-card:nth-child(4) .process-icon,
.process-card:nth-child(4)::after {
  background: linear-gradient(135deg, var(--yellow), #73f6d5);
}

.process-card:nth-child(4)::before {
  background: radial-gradient(circle, rgba(255,213,77,0.22), transparent 70%);
}

@media (max-width: 1080px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-card:nth-child(2),
  .process-card:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .process-heading {
    display: block;
  }

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

  .process-card {
    padding: 24px;
  }

  .process-number {
    font-size: 2.6rem;
  }
}

.benefits {
  padding: 90px 0;
  background: linear-gradient(135deg, rgba(7,17,38,0.98), rgba(17,24,61,0.95));
}
.benefits-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
}
.benefits-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.benefits-list div {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eef5ff;
}

.contact-cta { padding: 96px 0 48px; }
.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,255,255,0.72));
  box-shadow: var(--shadow);
}
.cta-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.cta-copy h2 span {
  background: linear-gradient(135deg, #f6bc2c, #ff8d73);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-copy p { color: #46556f; line-height: 1.8; }
.cta-panel {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #09142f, #151f43);
  color: #fff;
  display: grid;
  gap: 18px;
  justify-items: start;
}
.cta-mail {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.footer {
  padding: 26px 0 44px;
  background: #071126;
  color: #eaf2ff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}
.footer h3 { margin: 0 0 12px; font-size: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: #a7b4ca; }
.footer a:hover { color: var(--mint); }
.brand-footer strong { font-size: 1.1rem; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-14px) rotate(-2deg); }
}

@media (max-width: 1080px) {
  .hero-grid, .website-grid, .benefits-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: auto; }
  .metrics-card { position: static; margin-top: 16px; }
  .benefits-list, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { gap: 34px; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    padding: 14px;
    border-radius: 24px;
    background: rgba(7,17,38,0.96);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.is-open { display: flex; }
  .nav a { text-align: center; }
  .nav-cta { margin-left: 0; }
  .service-card,
  .process-heading { display: block; }
}

@media (max-width: 640px) {
  .hero { padding-top: 34px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { display: grid; }
  .floating-card { display: none; }
  .benefits-list, .process-grid { grid-template-columns: 1fr; }
  .cta-grid { padding: 24px; }
  .website-copy { padding: 24px; }
  .portfolio-surface { padding: 76px 20px 20px; border-radius: 26px; }
}

section[id] {
  scroll-margin-top: 50px;
}
.laptop-tilt {
  display: block;
  max-width: 100%;
  height: auto;
  transform: rotate(2deg) translateY(90px) scale(1.22);
  transform-origin: center center;
  animation: laptopFloat 8s ease-in-out infinite;
}

@keyframes laptopFloat {
  0%, 100% {
    transform: rotate(2deg) translateY(90px) translateX(0) scale(1.22);
  }

  50% {
    transform: rotate(0deg) translateY(65px) translateX(10px) scale(1.22);
  }
}

.services-title {
  transform: translateY(200px);
  margin-bottom: -50px;
}

@media (max-width: 640px) {
  .services-title{
    transform: translateY(55px);
  }
}
@media (max-width: 640px) {
  .metrics-card {
    width: min(290px, calc(100vw - 40px));
    margin: 35px auto 0;
    transform:
      perspective(600px)
      rotateX(5deg)
      rotateY(-6deg)
      rotateZ(-4deg)
      skew(-1deg, 1deg)
      scale(1.15);
  }
}

@media (max-width: 640px) {
  .portfolio-filters{
    margin-top: -1px;
    }
}

/* ===== Bardziej artystyczne portfolio cards ===== */

.masonry-grid {
  columns: 5 280px;
  column-gap: 22px;
}

.portfolio-card {
  break-inside: avoid;
  margin: 0 0 22px;
  position: relative;
  perspective: 1200px;
  transition: transform .35s ease, opacity .35s ease;
}

/* lekkie zrÃ³znicowanie ukladu */
.portfolio-card:nth-child(odd) { --tilt: -2.2deg; }
.portfolio-card:nth-child(even) { --tilt: 1.8deg; }
.portfolio-card:nth-child(3n) { --tilt: -1deg; }
.portfolio-card:nth-child(4n) { --tilt: 2.5deg; }

.portfolio-card.is-hidden {
  opacity: 0.16;
  transform: scale(0.98);
  pointer-events: none;
}

.item-branding:nth-of-type(1) .portfolio-surface { min-height: 310px; }
.item-event .portfolio-surface { min-height: 358px; }
.item-social .portfolio-surface { min-height: 286px; }
.item-web .portfolio-surface { min-height: 220px; }
.item-print .portfolio-surface { min-height: 250px; }

.portfolio-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 5;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: rgba(8, 17, 40, 0.45);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  box-shadow:
    0 8px 18px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.portfolio-surface {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  isolation: isolate;

  padding: 86px 24px 24px;

  /* bardziej organiczny ksztalt */
  border-radius: 34px 20px 40px 18px;

  /* glebia */
  border: 1px solid rgba(255,255,255,0.16);


  /* lekka nieregularnosc */
  transform:
    rotate(var(--tilt))
    translateZ(0)
    scale(1);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-radius .35s ease;
}

/* malarska plama / swiatlo */
.portfolio-surface::before {
  content: "";
  position: absolute;
  inset: auto auto -30px -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 35%, transparent 72%);
  filter: blur(8px);
  opacity: .9;
  z-index: 1;
  pointer-events: none;
}

/* tekstura / grain / lekki art feel */
.portfolio-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), transparent 35%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.045) 0px,
      rgba(255,255,255,0.045) 2px,
      transparent 2px,
      transparent 8px
    );
  mix-blend-mode: soft-light;
  opacity: .75;
}

.portfolio-surface > * {
  position: relative;
  z-index: 2;
}

.portfolio-surface h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
  max-width: 10ch;
}

.portfolio-surface p {
  margin: 0;
  line-height: 1.7;
  max-width: 28ch;
  font-size: 0.98rem;
  opacity: 0.92;
}

/* hover */
.portfolio-card:hover .portfolio-surface {
  transform:
    translateY(-8px)
    rotate(calc(var(--tilt) * 0.35))
    scale(1.015);
  border-radius: 38px 24px 44px 22px;
  box-shadow:
    0 24px 46px rgba(8, 15, 35, 0.22),
    0 42px 80px rgba(8, 15, 35, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.24);
}

/* ===== Motywy â€“ bardziej zlozone, artystyczne tla ===== */

.theme-dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.16), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(236,195,115,0.18), transparent 28%),
     url("../img/11.jpg") center center / cover no-repeat;
}

.theme-sunset {
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 85% 82%, rgba(255,214,170,0.20), transparent 25%),
    linear-gradient(145deg, #ea4f8d, #ff9d47 55%, #2d355d);
}

.theme-paper {
  color: #1f2b49;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,0.95), transparent 22%),
    radial-gradient(circle at 85% 80%, rgba(199,210,228,0.42), transparent 26%),
    linear-gradient(145deg, #fcfdff, #edf2fa 46%, #cdd9ea);
  border: 1px solid rgba(31,43,73,0.08);
}

.theme-olive {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.14), transparent 22%),
    radial-gradient(circle at 84% 80%, rgba(235,214,141,0.16), transparent 24%),
    linear-gradient(145deg, #dbe7c9, #85945f 38%, #43543a 80%);
}

.theme-fashion {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.17), transparent 22%),
    radial-gradient(circle at 86% 80%, rgba(255,255,255,0.22), transparent 24%),
    linear-gradient(145deg, #8b4dff, #ff6aad 62%, #ffe8f5);
}

.theme-travel {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 84% 80%, rgba(132,255,226,0.14), transparent 24%),
    linear-gradient(145deg, #9fd6ff, #2e695f 58%, #102942);
}

.theme-catalog {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 86% 82%, rgba(203,255,242,0.18), transparent 24%),
    linear-gradient(145deg, #dffcf0, #7ddfd2 40%, #274f63);
}

.theme-tech {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.16), transparent 22%),
    radial-gradient(circle at 84% 80%, rgba(87,229,255,0.18), transparent 25%),
    linear-gradient(145deg, #122565, #2659df 58%, #45c2ff);
}

.theme-colorwave {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 84% 80%, rgba(255,255,255,0.12), transparent 24%),
    linear-gradient(145deg, #ff7c7c, #ffb84d 34%, #b48bff 70%, #5ac2ff);
}

.theme-food {
  color: #fff4df;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 211, 90, 0.28), transparent 24%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(145deg, #261006, #9f1b16 45%, #e87517 72%, #ffd35a);
}


/* ===== Drobne korekty kolorÃ³w konkretnych kart portfolio ===== */

/* Anthonyâ€™s Burger */
.portfolio-anthony .theme-food h3 {
  color: #120606;
}

.portfolio-anthony .theme-food p {
  color: #fff4df;
}

/* Domlets */
.portfolio-domlets .portfolio-surface {
  color: #fff;
}

/* Pizza */
/* ===== Karta portfolio: Pizza ===== */

/* ===== Karta portfolio: Cheshire Pizza ===== */

.portfolio-pizza .portfolio-surface {
  color: #fff8e8;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.42), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(177, 221, 62, 0.42), transparent 32%),
    radial-gradient(circle at 70% 18%, rgba(42, 196, 161, 0.24), transparent 25%),
    linear-gradient(145deg, #5b004b 0%, #8b006b 34%, #9acb28 66%, #b8df3f 100%);
}

.portfolio-pizza .portfolio-surface h3 {
  color: #fff3c4;
  text-shadow: 0 2px 10px rgba(58, 0, 50, 0.35);
}

.portfolio-pizza .portfolio-surface p {
  color: #fff8e8;
  text-shadow: 0 1px 8px rgba(58, 0, 50, 0.28);
}

.portfolio-pizza .portfolio-label {
  color: #5b004b;
  background: rgba(255, 243, 196, 0.94);
  border: 1px solid rgba(184, 223, 63, 0.42);
}

/* Donuts */
.portfolio-donuts .portfolio-surface {
  color: #fff;
}

/* Fantazja */
.portfolio-fantazja .portfolio-surface {
  color: #fff;
}

/* ===== Karta portfolio: Fantazja ===== */

.portfolio-fantazja .portfolio-surface {
  color: #fff7fb;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 242, 220, 0.34), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(255, 154, 199, 0.28), transparent 30%),
    linear-gradient(145deg, #4b1530 0%, #a32661 42%, #f06aa6 68%, #ffe0b8 100%);
}

.portfolio-fantazja .portfolio-surface h3 {
  color: #ffe6f2;
}

.portfolio-fantazja .portfolio-surface p {
  color: #fff7fb;
}

.portfolio-fantazja .portfolio-label {
  color: #6f1d46;
  background: rgba(255, 230, 242, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.36);
}
/* ===== Karta portfolio: Anthonyâ€™s Burger ===== */

.portfolio-anthony .portfolio-surface {
  color: #3a1608;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.42), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(255, 191, 92, 0.34), transparent 30%),
    linear-gradient(145deg, #fff1c9 0%, #ffc65a 38%, #f07a35 68%, #b83a22 100%);
}

.portfolio-anthony .portfolio-surface h3 {
  color: #5a1c0d;
}

.portfolio-anthony .portfolio-surface p {
  color: #6f2a14;
}

.portfolio-anthony .portfolio-label {
  color: #5a1c0d;
  background: rgba(255, 244, 214, 0.9);
  border: 1px solid rgba(184, 58, 34, 0.22);
}

/* ===== Karta portfolio: Domlets ===== */

.portfolio-domlets .portfolio-surface {
  color: #103235;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.62), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(46, 201, 195, 0.28), transparent 32%),
    linear-gradient(145deg, #f5ffff 0%, #d5f7f5 38%, #78ded8 68%, #25aaa4 100%);
}

.portfolio-domlets .portfolio-surface h3 {
  color: #0b4548;
}

.portfolio-domlets .portfolio-surface p {
  color: #245a5c;
}

.portfolio-domlets .portfolio-label {
  color: #0b4548;
  background: rgba(245, 255, 255, 0.92);
  border: 1px solid rgba(37, 170, 164, 0.24);
}


/* ===== Karta portfolio: Donuts ===== */

.portfolio-donuts .portfolio-surface {
  color: #5a173b;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.62), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(255, 174, 214, 0.30), transparent 32%),
    linear-gradient(145deg, #fff4fb 0%, #ffd9ee 38%, #ff9cc9 68%, #d94f91 100%);
}

.portfolio-donuts .portfolio-surface h3 {
  color: #7a1f4f;
}

.portfolio-donuts .portfolio-surface p {
  color: #81385f;
}

.portfolio-donuts .portfolio-label {
  color: #7a1f4f;
  background: rgba(255, 244, 251, 0.92);
  border: 1px solid rgba(217, 79, 145, 0.22);
}


/* ===== Karta portfolio: Fantazja ===== */

.portfolio-fantazja .portfolio-surface {
  color: #5b1d3b;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(255, 190, 150, 0.28), transparent 32%),
    linear-gradient(145deg, #fff2df 0%, #ffd2c3 36%, #f68ab8 68%, #b94d8b 100%);
}

.portfolio-fantazja .portfolio-surface h3 {
  color: #7c2453;
}

.portfolio-fantazja .portfolio-surface p {
  color: #7b3a55;
}

.portfolio-fantazja .portfolio-label {
  color: #7c2453;
  background: rgba(255, 242, 223, 0.92);
  border: 1px solid rgba(185, 77, 139, 0.22);
}

/* ===== Karta portfolio: Jessie â€” wersja mocniejsza ===== */

.portfolio-jessie .portfolio-surface {
  color: #fff7fb;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 236, 214, 0.34), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(255, 145, 190, 0.28), transparent 32%),
    linear-gradient(145deg, #4a1830 0%, #9d315f 38%, #e879a8 68%, #ffd6bc 100%);
}

.portfolio-jessie .portfolio-surface h3 {
  color: #ffe4ef;
}

.portfolio-jessie .portfolio-surface p {
  color: #fff7fb;
}

.portfolio-jessie .portfolio-label {
  color: #6d2444;
  background: rgba(255, 228, 239, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.34);
}
/* ===== Karta portfolio: Lumpai ===== */

.portfolio-lumpai .portfolio-surface {
  color: #173827;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(255, 202, 113, 0.30), transparent 32%),
    linear-gradient(145deg, #f7fff1 0%, #d7f0b7 34%, #8bcf72 64%, #2e8f63 100%);
}

.portfolio-lumpai .portfolio-surface h3 {
  color: #1f6b47;
}

.portfolio-lumpai .portfolio-surface p {
  color: #315f45;
}

.portfolio-lumpai .portfolio-label {
  color: #1f6b47;
  background: rgba(247, 255, 241, 0.92);
  border: 1px solid rgba(46, 143, 99, 0.22);
}
/* ===== Ikony w metrics-card ===== */

.metrics-card div::before {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: linear-gradient(135deg, #73f6d5, #59d9ff);
  color: #071126;
  font-size: 0.95rem;
  font-weight: 900;

  box-shadow:
    0 6px 14px rgba(97, 194, 255, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.7);
}

/* szybkoÅ›Ä‡ */
.metrics-card div:nth-child(1)::before {
  content: "âš¡";
}

/* responsywnoÅ›Ä‡ */
.metrics-card div:nth-child(2)::before {
  content: "ðŸ“±";
}

/* SEO */
.metrics-card div:nth-child(3)::before {
  content: "â†—";
}

/* =========================
   MINT DUO SECTION
   ========================= */

.mint-duo {
  padding: 40px 0 56px;
  position: relative;
  z-index: 1;
}

.mint-duo__wrap {
  display: grid;
  gap: 0;
}

/* =========================
   TOP BAR - BENEFITS
   ========================= */

.mint-benefits {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: center;
  padding: 26px 34px 30px;
  border-radius: 34px 34px 22px 22px;
  background: #081733;
  color: #ffffff;
  overflow: hidden;
}

.mint-benefits__title h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.mint-benefits__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.mint-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mint-benefit__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #73f6d5;
  background: rgba(115, 246, 213, 0.08);
  border: 1px solid rgba(115, 246, 213, 0.22);
}

.mint-benefit__icon svg {
  width: 20px;
  height: 20px;
}

.mint-benefit__text {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #eef5ff;
}

/* =========================
   BOTTOM BAR - CONTACT
   ========================= */

.mint-contact {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 0 0 34px 34px;
  background: #f5f3f5;
  box-shadow: 0 18px 40px rgba(5, 16, 38, 0.08);
}

.mint-contact__lead h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #14213d;
}

.mint-contact__lead h2 span {
  position: relative;
  display: inline;
  z-index: 1;
}

.mint-contact__lead h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  height: 0.45em;
  background: #f7c84a;
  border-radius: 999px;
  z-index: -1;
  transform: rotate(-1.3deg);
}

.mint-contact__info {
  display: grid;
  gap: 10px;
}

.mint-contact__info p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4f5e76;
}

.mint-contact__mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #14213d;
  transition: transform .25s ease, opacity .25s ease;
}

.mint-contact__mail:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.mint-contact__mail svg {
  width: 19px;
  height: 19px;
  color: #14213d;
}

.mint-contact__action {
  justify-self: end;
}

.mint-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 210px;
  padding: 16px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6e6e, #ff5a73);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(255, 90, 115, 0.24);
  transition: transform .3s ease, box-shadow .3s ease;
}

.mint-contact__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 34px rgba(255, 90, 115, 0.32);
}

.mint-contact__button svg {
  width: 18px;
  height: 18px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .mint-benefits {
    grid-template-columns: 1fr;
  }

  .mint-benefits__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mint-contact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mint-contact__action {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .mint-benefits {
    padding: 24px;
  }

  .mint-benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mint-contact {
    padding: 24px;
  }

  .mint-contact__lead h2 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .mint-contact__mail {
    font-size: 1.05rem;
  }
}

@media (max-width: 560px) {
  .mint-benefits {
    border-radius: 26px 26px 18px 18px;
  }

  .mint-benefits__list {
    grid-template-columns: 1fr;
  }

  .mint-benefit {
    align-items: center;
  }

  .mint-contact {
    border-radius: 0 0 26px 26px;
  }

  .mint-contact__button {
    width: 100%;
    min-width: 0;
  }
}

.eyebrow .eyebrow-dlaczego {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 0 10px;
  background: none;
  border: none;
  border-radius: 0;

  color:rgba(255,255,255,1.00);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  line-height: 1.1;
}

/* ===== Karta portfolio: Martys ===== */

.portfolio-martys .portfolio-surface {
  color: #fff8ec;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 246, 220, 0.42), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(238, 174, 92, 0.32), transparent 32%),
    linear-gradient(145deg, #2b1308 0%, #7f2b16 36%, #c46a2e 66%, #f2b86b 100%);
}

.portfolio-martys .portfolio-surface h3 {
  color: #ffe2ac;
}

.portfolio-martys .portfolio-surface p {
  color: #fff4df;
}

.portfolio-martys .portfolio-label {
  color: #5a230f;
  background: rgba(255, 235, 194, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

/* ===== Karta portfolio: Ice and Roll ===== */

.portfolio-ice-roll .portfolio-surface {
  color: #12304a;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.78), transparent 25%),
    radial-gradient(circle at 82% 78%, rgba(255, 115, 186, 0.28), transparent 32%),
    radial-gradient(circle at 72% 18%, rgba(255, 213, 77, 0.34), transparent 24%),
    linear-gradient(145deg, #e8fbff 0%, #8ee7f2 36%, #ffb6d4 68%, #ffd65c 100%);
}

.portfolio-ice-roll .portfolio-surface h3 {
  color: #0f4c81;
}

.portfolio-ice-roll .portfolio-surface p {
  color: #25445e;
}

.portfolio-ice-roll .portfolio-label {
  color: #0f4c81;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 76, 129, 0.18);
}

/* ===== FIX PORTFOLIO GRID ===== */

.masonry-grid {
  columns: initial;
  column-gap: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.portfolio-card {
  display: block;
  width: 100%;
  margin: 0;
  break-inside: auto;
}

.portfolio-card .portfolio-surface {
  min-height: 250px;
}

/* tablet */
@media (max-width: 1080px) {
  .masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* telefon */
@media (max-width: 640px) {
  .masonry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 1080px) {
  .portfolio {
    background-image: url("../img/tlo-galery-mobile_5.webp");
    background-position: center center;
  }
}

@media (max-width: 670px) {
  .portfolio{
    background-image: url( "../img/tlo-galery-mobile_5.webp");
    background-position: center top;
    min-height: auto;
  }
}

:root {
  --container: min(1580px, calc(100vw - 48px));
}

@media (max-width: 640px) {
  :root {
    --container: calc(100vw - 40px);
  }
}

@media (max-width: 380px) {
  :root {
    --container: calc(100vw - 32px);
  }
}

@media (max-width: 640px) {
  .hero-copy,
  .section-heading,
  .website-copy,
  .process-heading,
  .mint-contact,
  .mint-benefits {
    overflow-wrap: anywhere;
  }

  .button,
  .mint-contact__button {
    width: 100%;
  }

  .hero-actions {
    gap: 14px;
  }

  .service-card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .portfolio-surface {
    padding-left: 22px;
    padding-right: 22px;
  }
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section,
.container {
  max-width: 100%;
}