/* ========================================================
   Kreo Studio — custom styles (uzupełnienie Tailwind CDN)
   ======================================================== */

html { scroll-behavior: smooth; }
body { font-feature-settings: "ss01","cv11"; }

/* Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }

/* ============== HEADER ============== */
#site-header {
  background: rgba(17,18,16,0);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0px);
}
#site-header.scrolled {
  background: rgba(17,18,16,0.78);
  border-bottom-color: #2A2C28;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-link {
  position: relative;
  padding: 4px 0;
  transition: color .25s ease;
}
.nav-link:hover { color: #F4F3EE; }
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: #FF6A2B;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.7,0,.2,1);
}
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }

.mobile-link {
  padding: 10px 0;
  border-bottom: 1px solid #2A2C28;
}

/* ============== BUTTONS ============== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 14px 22px;
  background: #FF6A2B;
  color: #111210;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: 999px;
  transition: background .25s ease, transform .25s ease, box-shadow .35s ease;
  will-change: transform;
  box-shadow: 0 6px 24px -10px rgba(255,106,43,0.55);
}
.btn-primary:hover {
  background: #E2551B;
  box-shadow: 0 14px 40px -10px rgba(255,106,43,0.7);
}
.btn-primary:focus-visible { outline: 2px solid #FF6A2B; outline-offset: 3px; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  color: #F4F3EE;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 14px 6px;
  transition: color .25s ease;
}
.btn-ghost:hover { color: #FF6A2B; }
.underline-anim {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size .35s cubic-bezier(.7,0,.2,1);
}
.btn-ghost:hover .underline-anim {
  background-size: 0% 1px;
  background-position: 100% 100%;
}

/* ============== HERO ============== */
.split-line { overflow: hidden; padding: 0 0 .04em 0; }
.split-line .char { display: inline-block; will-change: transform; }

/* H1 hero — żadnych dywizów / dzielenia wyrazów */
.hero-h1,
#hero h1 {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}

.stat-num {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1;
}
.stat-label {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(244,243,238,0.55);
  letter-spacing: 0.01em;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.scroll-cue-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, #FF6A2B);
  animation: scrollCue 2.2s ease-in-out infinite;
}
@keyframes scrollCue {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============== HERO MOCKUP ============== */
.hero-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  animation: floatY 7s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
.hero-mockup-glow {
  position: absolute;
  inset: -40px -30px -40px -30px;
  background: radial-gradient(closest-side, rgba(255,106,43,0.35), rgba(255,106,43,0) 70%);
  filter: blur(20px);
  z-index: -1;
}
.hero-mockup-browser {
  background: #0d0e0c;
  border: 1px solid #2A2C28;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 30px 80px -20px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.02) inset;
}
.hero-mockup-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #181a15, #131410);
  border-bottom: 1px solid #2A2C28;
}
.hero-mockup-dot {
  display: inline-block;
  width: 11px; height: 11px; border-radius: 50%;
}
.hero-mockup-url {
  margin-left: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(244,243,238,0.45);
  letter-spacing: 0.01em;
}
.hero-mockup-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #111;
}
.hero-mockup-screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.hero-mockup-phone {
  position: absolute;
  bottom: -36px;
  left: -42px;
  width: 30%;
  max-width: 160px;
  aspect-ratio: 9 / 19.5;
  background: #0d0e0c;
  border: 2px solid #2A2C28;
  border-radius: 22px;
  padding: 6px;
  overflow: hidden;
  box-shadow:
    0 30px 50px -15px rgba(0,0,0,0.7),
    0 0 0 1px rgba(255,255,255,0.02) inset;
  z-index: 2;
  animation: floatY 7s ease-in-out -2s infinite;
}
.hero-mockup-phone::before {
  content: "";
  position: absolute;
  top: 8px; left: 50%; transform: translateX(-50%);
  width: 30%; height: 11px;
  background: #131410;
  border-radius: 999px;
  z-index: 2;
}
.hero-mockup-phone img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .hero-mockup-wrap {
    margin: 30px auto 0;
    max-width: 480px;
  }
}
@media (max-width: 640px) {
  .hero-mockup-phone { left: -20px; bottom: -24px; }
}

/* ============== CURSOR ============== */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 18px; height: 18px;
  border: 1px solid rgba(244,243,238,0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width .25s ease, height .25s ease, background-color .25s ease, border-color .25s ease;
  will-change: transform;
}
.cursor.is-hover {
  width: 44px; height: 44px;
  background: rgba(255,106,43,0.18);
  border-color: rgba(255,106,43,0.7);
}
@media (hover: none) { .cursor { display: none !important; } }

/* ============== REVEAL ============== */
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }

/* ============== BEFORE / AFTER ============== */
/* tabs — wyśrodkowany pill toggle */
.ba-tabs {
  display: inline-flex;
  margin: 0 auto 28px;
  padding: 6px;
  gap: 4px;
  border-radius: 999px;
  background: #131410;
  border: 1px solid #2A2C28;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}
.ba-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.ba-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: rgba(244,243,238,0.65);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color .25s ease, background-color .25s ease, transform .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.ba-tab:hover { color: #F4F3EE; }
.ba-tab.active {
  background: #FF6A2B;
  color: #111210;
  font-weight: 600;
  box-shadow: 0 8px 24px -10px rgba(255,106,43,0.5);
}
.ba-tab-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .55;
}
.ba-tab.active .ba-tab-dot { opacity: 1; background: #111210; }

@media (max-width: 480px) {
  .ba-tabs { width: 100%; }
  .ba-tab { flex: 1; justify-content: center; padding: 11px 12px; font-size: 13px; }
}

.ba-wrap[data-active="false"] { display: none; }

.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #0d0e0c;
  border: 1px solid #2A2C28;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.65);
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}
.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
  -webkit-user-drag: none;
}
.ba-before-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  will-change: width;
}
.ba-before-wrap .ba-before {
  width: calc(100vw); /* base; actual width comes from CSS var below */
  min-width: 100%;
}
.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: #FF6A2B;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}
.ba-handle-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,106,43,0), #FF6A2B 20%, #FF6A2B 80%, rgba(255,106,43,0));
}
.ba-handle-knob {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  background: #FF6A2B;
  color: #111210;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px -8px rgba(255,106,43,0.7), 0 0 0 6px rgba(255,106,43,0.12);
}
.ba-range {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
}
.ba-label {
  position: absolute;
  top: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(17,18,16,0.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244,243,238,0.12);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F4F3EE;
  z-index: 4;
}
.ba-label-before { left: 16px; }
.ba-label-after  { right: 16px; color: #FF6A2B; border-color: rgba(255,106,43,0.4); }

@media (max-width: 640px) {
  .ba-slider { aspect-ratio: 4 / 3; border-radius: 14px; }
  .ba-handle-knob { width: 42px; height: 42px; }
  .ba-label { font-size: 10px; padding: 4px 10px; }
}

/* ============== REDUCED MOTION ============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .scroll-cue-line { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .cursor { display: none !important; }
}

/* ============== PROJECT CARDS ============== */
.project {
  background: linear-gradient(180deg, #171814 0%, #131410 100%);
  border: 1px solid #2A2C28;
  border-radius: 28px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color .4s ease, box-shadow .4s ease;
}
.project:hover {
  border-color: rgba(255,106,43,0.35);
  box-shadow: 0 50px 100px -40px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,106,43,0.08);
}
.project-link {
  display: block;
  padding: clamp(28px, 4vw, 56px);
  color: inherit;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .project-grid { grid-template-columns: 1.15fr 1fr; gap: 56px; }
  .project-grid-reverse { grid-template-columns: 1fr 1.15fr; }
  .project-grid-reverse .project-media { order: 2; }
}
.project-media {
  position: relative;
  aspect-ratio: 4 / 3;
  perspective: 1200px;
}
.project-num {
  display: inline-block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 13px;
  color: #FF6A2B;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}
.project-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.project-meta {
  font-size: 13px;
  color: rgba(244,243,238,0.5);
  letter-spacing: 0.01em;
  margin-bottom: 22px;
}
.project-desc {
  color: rgba(244,243,238,0.72);
  font-size: 16px;
  line-height: 1.65;
  max-width: 50ch;
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}
.project-tags span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #2A2C28;
  color: rgba(244,243,238,0.6);
}
.project-cta {
  display: inline-flex;
  align-items: center;
  color: #FF6A2B;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.project-link:hover .project-cta { color: #E2551B; }

/* Device mockups */
.device-laptop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.device-laptop-screen {
  flex: 1;
  background: #0d0e0c;
  border: 2px solid #2A2C28;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 12px 12px 0;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.device-laptop-screen::before {
  content: "";
  position: absolute;
  top: 5px; left: 50%; transform: translateX(-50%);
  width: 50px; height: 4px; border-radius: 0 0 6px 6px;
  background: #2A2C28;
}
.device-laptop-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px 6px 0 0;
}
.device-laptop-base {
  height: 14px;
  background: linear-gradient(180deg, #2A2C28 0%, #1a1c18 100%);
  border-radius: 0 0 16px 16px;
  position: relative;
  margin: 0 -18px;
  box-shadow: 0 16px 30px -8px rgba(0,0,0,0.5);
}
.device-laptop-base::after {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 70px; height: 4px;
  background: #131410;
  border-radius: 0 0 8px 8px;
}
.device-phone {
  position: absolute;
  right: -4%;
  bottom: -6%;
  width: 28%;
  aspect-ratio: 9 / 19.5;
  background: #0d0e0c;
  border: 2px solid #2A2C28;
  border-radius: 22px;
  padding: 6px;
  overflow: hidden;
  box-shadow: 0 30px 50px -20px rgba(0,0,0,0.6);
}
.device-phone::before {
  content: "";
  position: absolute;
  top: 8px; left: 50%; transform: translateX(-50%);
  width: 32%; height: 12px;
  background: #131410;
  border-radius: 999px;
  z-index: 2;
}
.device-phone img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}
/* ============== FEATURE CARDS ============== */
.feature-card {
  background: #131410;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: background .35s ease, transform .35s ease;
}
.feature-card:hover { background: #181a15; }
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,106,43,0.1);
  color: #FF6A2B;
  margin-bottom: 24px;
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #F4F3EE;
}
.feature-desc {
  color: rgba(244,243,238,0.6);
  font-size: 14.5px;
  line-height: 1.6;
  flex: 1;
}
.feature-effect {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,106,43,0.18);
  font-size: 13px;
  color: #FF6A2B;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ============== VISIBILITY (Google + AI) ============== */
.visibility-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 28px;
  border: 1px solid #2A2C28;
  border-radius: 20px;
  background: #131410;
  transition: border-color .35s ease, transform .35s ease;
}
.visibility-card:hover { border-color: #3a3d36; }
.visibility-card-featured {
  border-color: rgba(255,106,43,0.45);
  background:
    radial-gradient(ellipse at top right, rgba(255,106,43,0.16), transparent 60%),
    #131410;
  box-shadow: 0 24px 60px -30px rgba(255,106,43,0.35);
}
.visibility-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(255,106,43,0.10);
  color: #FF6A2B;
}
.visibility-icon svg { width: 24px; height: 24px; }
.visibility-icon-accent {
  background: #FF6A2B;
  color: #111210;
}
.visibility-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255,106,43,0.16);
  color: #FF6A2B;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.visibility-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #F4F3EE;
}
.visibility-desc { color: rgba(244,243,238,0.66); font-size: 15px; line-height: 1.6; }

@media (max-width: 640px) {
  .visibility-card { grid-template-columns: 1fr; padding: 24px; }
}

/* ----- Mechanism card (illustration) ----- */
.mech-card {
  position: relative;
  padding: 28px;
  border: 1px solid #2A2C28;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #15160f 0%, #121310 100%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mech-step { padding: 16px 16px 16px; border: 1px solid #232520; border-radius: 14px; background: #0f100d; }
.mech-step-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,106,43,0.85);
  font-weight: 600;
  margin-bottom: 12px;
}
.mech-query {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #1b1d18;
  border: 1px solid #2A2C28;
  font-size: 14px;
  color: rgba(244,243,238,0.85);
  position: relative;
}
.mech-query svg { color: rgba(244,243,238,0.5); }
.mech-cursor {
  display: inline-block;
  width: 1.5px; height: 14px;
  background: #FF6A2B;
  margin-left: auto;
  animation: caret 1.1s steps(2, end) infinite;
}
@keyframes caret { 0%, 100% { opacity: 1 } 50% { opacity: 0 } }

.mech-arrow {
  width: 1px; height: 14px;
  background: linear-gradient(to bottom, rgba(255,106,43,0.7), rgba(255,106,43,0));
  margin: 0 auto;
}

/* Map mock */
.mech-map {
  position: relative;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: #0d0e0c;
  border: 1px solid #232520;
}
.mech-map-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 200px 60px at 30% 38%, rgba(255,255,255,0.06), transparent 70%),
    linear-gradient(120deg, transparent 49.6%, rgba(255,255,255,0.04) 49.6%, rgba(255,255,255,0.04) 50.4%, transparent 50.4%),
    linear-gradient(60deg, transparent 49.7%, rgba(255,255,255,0.03) 49.7%, rgba(255,255,255,0.03) 50.3%, transparent 50.3%),
    linear-gradient(180deg, #131410 0%, #0e0f0d 100%);
  background-size: auto, 80px 80px, 130px 130px, auto;
}
.mech-pin {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(244,243,238,0.7);
  background: transparent;
}
.mech-pin-1 { top: 28%; left: 22%; }
.mech-pin-2 { top: 52%; left: 36%; }
.mech-pin-3 { top: 36%; left: 56%; background: #FF6A2B; border-color: #FF6A2B; box-shadow: 0 0 0 6px rgba(255,106,43,0.18); }
.mech-pin-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,106,43,0.7);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0%   { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}
.mech-map-list {
  position: absolute;
  right: 12px; bottom: 12px;
  width: 42%;
  background: rgba(15,16,13,0.92);
  backdrop-filter: blur(4px);
  border: 1px solid #2A2C28;
  border-radius: 10px;
  padding: 8px;
  display: flex; flex-direction: column; gap: 6px;
}
.mech-map-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 7px 8px;
  border-radius: 6px;
  background: rgba(244,243,238,0.03);
  min-height: 22px;
}
.mech-map-row span:first-child {
  display: inline-block;
  width: 55%; height: 6px;
  border-radius: 999px;
  background: rgba(244,243,238,0.18);
}
.mech-map-row span:last-child {
  display: inline-block;
  width: 22%; height: 6px;
  border-radius: 999px;
  background: rgba(244,243,238,0.10);
}
.mech-map-row-active {
  background: rgba(255,106,43,0.12);
  border: 1px solid rgba(255,106,43,0.35);
}
.mech-map-row-active span:first-child {
  width: auto; height: auto;
  background: none;
  color: #F4F3EE;
  font-size: 11px;
  font-weight: 500;
}
.mech-map-row-active span.mech-star {
  width: auto; height: auto;
  background: none;
  color: #FF6A2B;
  font-size: 10px;
  font-weight: 600;
}

/* AI mock */
.mech-ai {
  display: flex; flex-direction: column; gap: 10px;
  padding: 12px 4px;
}
.mech-ai-row { display: flex; align-items: center; gap: 12px; }
.mech-ai-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(244,243,238,0.25);
  flex-shrink: 0;
}
.mech-ai-dot-active { background: #FF6A2B; box-shadow: 0 0 0 4px rgba(255,106,43,0.15); }
.mech-ai-line {
  height: 8px;
  background: rgba(244,243,238,0.10);
  border-radius: 999px;
}
.mech-ai-pill {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,106,43,0.16);
  color: #FF6A2B;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.mech-caption {
  font-size: 11px;
  text-align: center;
  color: rgba(244,243,238,0.35);
  margin-top: 4px;
  letter-spacing: 0.05em;
}

/* Tie do pakietów */
.visibility-tie {
  margin-top: 56px;
  border: 1px solid #2A2C28;
  border-radius: 18px;
  background: #131410;
  padding: 8px;
  display: grid;
  gap: 4px;
}
@media (min-width: 768px) {
  .visibility-tie { grid-template-columns: 1fr 1fr 1fr; gap: 6px; padding: 12px; }
}
.visibility-tie-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #181a15;
  border-radius: 12px;
  font-size: 14px;
}
.visibility-tie-pkg {
  display: inline-block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(244,243,238,0.06);
  color: #F4F3EE;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.visibility-tie-pkg-accent {
  background: #FF6A2B;
  color: #111210;
}
.visibility-tie-arrow {
  color: rgba(244,243,238,0.3);
  display: inline-flex;
}
.visibility-tie-val {
  color: rgba(244,243,238,0.72);
  font-size: 13.5px;
  line-height: 1.4;
}

/* ============== MARKET FACTS (rynkowe, nie statystyki Kreo) ============== */
.market-facts {
  margin-top: 48px;
  padding: 28px;
  border: 1px solid #2A2C28;
  border-radius: 18px;
  background: #131410;
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .market-facts { grid-template-columns: repeat(2, 1fr); column-gap: 28px; }
  .market-facts-note { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
  .market-facts { grid-template-columns: repeat(4, 1fr); }
}
.market-fact {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: flex-start;
}
.market-fact-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,106,43,0.10);
  color: #FF6A2B;
  display: grid; place-items: center;
}
.market-fact-icon svg { width: 18px; height: 18px; }
.market-fact p {
  font-size: 13.5px;
  color: rgba(244,243,238,0.78);
  line-height: 1.5;
  margin: 5px 0 0;
}
.market-fact strong { color: #F4F3EE; font-weight: 600; }
.market-facts-note {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid #2A2C28;
  font-size: 12px;
  color: rgba(244,243,238,0.42);
  font-style: italic;
  text-align: center;
}

/* ============== PROCESS STEPS ============== */
.step {
  position: relative;
  padding: 36px 30px;
  border: 1px solid #2A2C28;
  border-radius: 20px;
  background: linear-gradient(180deg, #171814 0%, #131410 100%);
  overflow: hidden;
}
.step::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 160px; height: 160px;
  background: radial-gradient(closest-side, rgba(255,106,43,0.16), transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
}
.step:hover::before { opacity: 1; }
.step-num {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 5vw, 4.5rem);
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #FF6A2B, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 24px;
}
.step-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.step-desc {
  color: rgba(244,243,238,0.62);
  font-size: 15px;
  line-height: 1.6;
}
.step-meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #2A2C28;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,106,43,0.85);
}

/* ============== REASONS LIST ============== */
.reasons { display: flex; flex-direction: column; }
.reason {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid #2A2C28;
  align-items: flex-start;
}
.reason:last-child { border-bottom: 1px solid #2A2C28; }
.reason-mark {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,106,43,0.12);
  color: #FF6A2B;
  display: grid; place-items: center;
}
.reason-mark svg { width: 20px; height: 20px; }
.reason-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
.reason-desc { color: rgba(244,243,238,0.6); font-size: 15px; line-height: 1.55; }

/* ============== ABOUT ME ============== */
.about-photo {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.about-photo-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1c18 0%, #131410 100%);
  border: 1px solid #2A2C28;
  box-shadow: 0 40px 100px -40px rgba(0,0,0,0.6);
}
.about-photo-frame::before {
  content: "";
  position: absolute; inset: 12px;
  border: 1px dashed rgba(255,106,43,0.2);
  border-radius: 16px;
  pointer-events: none;
}
.about-photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.about-photo-placeholder {
  position: absolute; inset: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
}
.about-photo-placeholder svg {
  width: 64px; height: 64px;
  color: rgba(255,106,43,0.45);
}
.about-photo-placeholder span {
  display: block;
  font-size: 12px;
  color: rgba(244,243,238,0.4);
  letter-spacing: 0.05em;
  margin-top: 18px;
}
.about-sig {
  position: absolute;
  bottom: -18px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #131410;
  border: 1px solid #2A2C28;
  border-radius: 999px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.6);
}
.about-sig-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FF6A2B;
  box-shadow: 0 0 0 4px rgba(255,106,43,0.18);
}
.about-sig-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(244,243,238,0.75);
}
.about-text {
  margin-top: 30px;
  color: rgba(244,243,238,0.72);
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 60ch;
}
.about-text p { margin: 0 0 16px; }
.about-text p:last-child { margin-bottom: 0; }
.about-text strong { color: #F4F3EE; font-weight: 600; }
.about-points {
  margin-top: 36px;
  display: grid;
  gap: 14px;
}
@media (min-width: 640px) {
  .about-points { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.about-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid #2A2C28;
  border-radius: 14px;
  background: #131410;
  transition: border-color .3s ease, transform .3s ease;
}
.about-point:hover { border-color: #3a3d36; }
.about-point-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,106,43,0.12);
  color: #FF6A2B;
  display: grid; place-items: center;
}
.about-point-icon svg { width: 20px; height: 20px; }
.about-point-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: #F4F3EE;
  margin-bottom: 4px;
}
.about-point-desc {
  font-size: 13px;
  color: rgba(244,243,238,0.58);
  line-height: 1.5;
}

/* ============== PLANS ============== */
.plan {
  position: relative;
  padding: 36px 32px;
  background: linear-gradient(180deg, #171814 0%, #131410 100%);
  border: 1px solid #2A2C28;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  transition: border-color .35s ease, transform .35s ease;
}
.plan:hover { border-color: #3a3d36; }
.plan-featured {
  border-color: #FF6A2B;
  background:
    radial-gradient(ellipse at top right, rgba(255,106,43,0.18), transparent 60%),
    linear-gradient(180deg, #1c1a16 0%, #15140f 100%);
  box-shadow: 0 30px 80px -30px rgba(255,106,43,0.4);
  transform: translateY(-6px);
}
.plan-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: #FF6A2B;
  color: #111210;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
}
.plan-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244,243,238,0.55);
  margin-bottom: 18px;
}
.plan-price {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.plan-tag { color: rgba(244,243,238,0.55); font-size: 14px; margin-bottom: 26px; }
.plan-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.plan-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(244,243,238,0.78);
}
.plan-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  background:
    linear-gradient(45deg, transparent 50%, #FF6A2B 50%) no-repeat,
    linear-gradient(-45deg, transparent 50%, #FF6A2B 50%) no-repeat;
  background-size: 7px 1.5px;
  background-position: 1px 8px, 7px 6px;
}
.plan-list li::after {
  content: "";
  position: absolute;
  left: 2px; top: 5px;
  width: 10px; height: 10px;
  border-right: 1.5px solid #FF6A2B;
  border-bottom: 1.5px solid #FF6A2B;
  transform: rotate(45deg) translate(-1px,-1px);
}
.plan-list li::before { display: none; }
.plan-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid #2A2C28;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #F4F3EE;
  transition: all .25s ease;
}
.plan-cta:hover { border-color: #FF6A2B; color: #FF6A2B; }
.plan-cta-primary {
  background: #FF6A2B;
  color: #111210;
  border-color: #FF6A2B;
}
.plan-cta-primary:hover { background: #E2551B; border-color: #E2551B; color: #111210; }

/* Promises row */
.plan-promises {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}
.plan-promise {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #2A2C28;
  background: #131410;
  color: rgba(244,243,238,0.78);
  font-size: 13px;
  font-weight: 500;
}
.plan-promise svg { color: #FF6A2B; }

/* ============== VS CARD (kotwica wartości — mocna karta) ============== */
.vs-card {
  margin-top: 48px;
  position: relative;
  padding: clamp(28px, 4vw, 56px);
  border: 2px solid rgba(255,106,43,0.55);
  border-radius: 26px;
  background:
    radial-gradient(ellipse at top right, rgba(255,106,43,0.10), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(255,106,43,0.06), transparent 60%),
    linear-gradient(180deg, #15140f 0%, #121310 100%);
  box-shadow: 0 40px 100px -40px rgba(255,106,43,0.35);
  overflow: hidden;
}
.vs-head { text-align: center; margin-bottom: clamp(28px, 4vw, 48px); }
.vs-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FF6A2B;
  font-weight: 600;
  padding: 6px 14px;
  border: 1px solid rgba(255,106,43,0.35);
  border-radius: 999px;
  background: rgba(255,106,43,0.08);
  margin-bottom: 22px;
}
.vs-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #F4F3EE;
  hyphens: none;
  word-break: keep-all;
}
.vs-strike {
  text-decoration: line-through;
  text-decoration-color: rgba(255,106,43,0.6);
  text-decoration-thickness: 3px;
  color: rgba(244,243,238,0.55);
  font-style: italic;
  font-weight: 500;
}
.vs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .vs-grid { grid-template-columns: 1fr auto 1fr; gap: 28px; }
}
.vs-col {
  border-radius: 18px;
  padding: 28px 26px;
  background: #131410;
  border: 1px solid #2A2C28;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vs-col-bad {
  background: linear-gradient(180deg, rgba(40,42,38,0.4) 0%, #0f100d 100%);
  border-color: #2A2C28;
}
.vs-col-good {
  background:
    radial-gradient(ellipse at top, rgba(255,106,43,0.10), transparent 60%),
    #15140f;
  border-color: rgba(255,106,43,0.40);
  box-shadow: 0 20px 50px -20px rgba(255,106,43,0.25);
}
.vs-col-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(244,243,238,0.06);
  padding-bottom: 18px;
}
.vs-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
.vs-tag-bad {
  background: rgba(244,243,238,0.06);
  color: rgba(244,243,238,0.55);
  border: 1px solid #2A2C28;
}
.vs-tag-good {
  background: #FF6A2B;
  color: #111210;
}
.vs-price-bad {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: rgba(244,243,238,0.55);
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-color: rgba(255,106,43,0.5);
  text-decoration-thickness: 2px;
}
.vs-price-bad span { font-size: 0.45em; opacity: 0.8; }
.vs-price-good {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: #F4F3EE;
  letter-spacing: -0.02em;
  line-height: 1;
}
.vs-price-good span { color: #FF6A2B; }
.vs-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.vs-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 14.5px;
  line-height: 1.4;
}
.vs-list li svg { width: 18px; height: 18px; }
.vs-col-bad .vs-list li {
  color: rgba(244,243,238,0.55);
}
.vs-col-bad .vs-list li svg {
  color: rgba(244,243,238,0.4);
  background: rgba(244,243,238,0.06);
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
}
.vs-col-good .vs-list li {
  color: rgba(244,243,238,0.85);
}
.vs-col-good .vs-list li svg {
  color: #111210;
  background: #FF6A2B;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
}
.vs-list li strong { color: #F4F3EE; font-weight: 600; }
.vs-col-bad .vs-list li strong { color: rgba(244,243,238,0.7); }

/* VS divider circle (desktop) */
.vs-divider {
  display: grid; place-items: center;
}
.vs-divider-circle {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #111210;
  border: 2px solid rgba(255,106,43,0.5);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FF6A2B;
  letter-spacing: 0.05em;
}
@media (max-width: 899px) {
  .vs-divider { display: none; }
}

.vs-footer {
  margin-top: clamp(20px, 3vw, 32px);
  padding: 16px 20px;
  background: rgba(244,243,238,0.03);
  border: 1px dashed rgba(244,243,238,0.10);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(244,243,238,0.68);
  font-size: 13.5px;
  line-height: 1.55;
}
.vs-footer svg {
  width: 20px; height: 20px;
  color: #FF6A2B;
  flex-shrink: 0;
}

/* ============== QUOTES (placeholders) ============== */
.quote {
  position: relative;
  padding: 36px 32px 32px;
  border: 1px dashed #2A2C28;
  border-radius: 20px;
  background: #131410;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 240px;
}
.quote-mark {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 64px;
  line-height: 0.5;
  color: rgba(255,106,43,0.35);
  margin-top: -8px;
}
.quote-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(244,243,238,0.45);
  font-style: italic;
}
.quote-author { display: flex; align-items: center; gap: 14px; }
.quote-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2A2C28, #1a1c18);
  border: 1px dashed #2A2C28;
}
.quote-name { font-weight: 600; font-size: 14px; color: rgba(244,243,238,0.7); }
.quote-role { font-size: 12px; color: rgba(244,243,238,0.4); }

/* ============== FAQ ============== */
.faq-item {
  border-top: 1px solid #2A2C28;
  padding: 4px 0;
}
.faq-item:last-child { border-bottom: 1px solid #2A2C28; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 0;
  position: relative;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: #F4F3EE;
  transition: color .25s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #FF6A2B; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 14px; height: 14px;
  transform: translateY(-50%);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 14px 1.5px, 1.5px 14px;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(244,243,238,0.6);
  transition: transform .35s cubic-bezier(.7,0,.2,1), background-size .35s ease;
}
.faq-item[open] summary::after {
  background-size: 14px 1.5px, 0 14px;
  transform: translateY(-50%) rotate(180deg);
  color: #FF6A2B;
}
.faq-body {
  padding: 0 30px 24px 0;
  color: rgba(244,243,238,0.62);
  font-size: 15px;
  line-height: 1.65;
  max-width: 60ch;
}

/* ============== FORM ============== */
.form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244,243,238,0.55);
}
.form-field input,
.form-field textarea {
  background: #131410;
  border: 1px solid #2A2C28;
  border-radius: 12px;
  padding: 14px 16px;
  color: #F4F3EE;
  font-size: 15px;
  font-family: inherit;
  width: 100%;
  resize: vertical;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(244,243,238,0.3); }
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #FF6A2B;
  background: #16170f;
  box-shadow: 0 0 0 3px rgba(255,106,43,0.15);
}
.form-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(244,243,238,0.6);
  line-height: 1.5;
  cursor: pointer;
  margin: 6px 0 8px;
}
.form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: #FF6A2B;
  margin-top: 2px;
}
.form-check a { color: #FF6A2B; }
.form-status {
  font-size: 14px;
  min-height: 22px;
  margin-top: 4px;
}
.form-status.ok   { color: #6dd49c; }
.form-status.err  { color: #ff7a6a; }

/* ============== CONTACT ASIDE ============== */
.contact-aside {
  display: flex; flex-direction: column; gap: 22px;
  padding: 32px;
  background: #131410;
  border: 1px solid #2A2C28;
  border-radius: 22px;
}
.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}
.contact-mark {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,106,43,0.12);
  color: #FF6A2B;
  display: grid; place-items: center;
}
.contact-mark svg { width: 18px; height: 18px; }
.contact-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244,243,238,0.45);
  margin-bottom: 4px;
}
.contact-value { color: #F4F3EE; font-size: 15px; transition: color .2s; }
a.contact-value:hover { color: #FF6A2B; }
.contact-note {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid #2A2C28;
  font-size: 13px;
  color: rgba(244,243,238,0.55);
  line-height: 1.55;
}

/* ============== FOOTER ============== */
.footer-h {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(244,243,238,0.45);
  margin-bottom: 18px;
}

/* ============== COOKIES ============== */
.cookies {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(17,18,16,0.95);
  backdrop-filter: blur(14px);
  border: 1px solid #2A2C28;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6);
  transform: translateY(120%);
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
  max-width: 720px;
  margin: 0 auto;
}
.cookies.is-visible { transform: translateY(0); }
.cookies-text { font-size: 13.5px; color: rgba(244,243,238,0.72); line-height: 1.55; }
.cookies-text a { color: #FF6A2B; }
.cookies-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.cookies-btn {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all .25s ease;
  cursor: pointer;
}
.cookies-btn-ghost {
  border: 1px solid #2A2C28;
  background: transparent;
  color: rgba(244,243,238,0.7);
}
.cookies-btn-ghost:hover { color: #F4F3EE; border-color: #3a3d36; }
.cookies-btn-primary {
  background: #FF6A2B;
  color: #111210;
  border: 1px solid #FF6A2B;
}
.cookies-btn-primary:hover { background: #E2551B; border-color: #E2551B; }
@media (min-width: 720px) {
  .cookies { flex-direction: row; align-items: center; gap: 24px; }
  .cookies-text { flex: 1; }
}

/* ============== PROSE DOC (polityka prywatności) ============== */
.prose-doc { color: rgba(244,243,238,0.78); font-size: 16px; line-height: 1.7; }
.prose-doc h2 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #F4F3EE;
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
}
.prose-doc h2:first-child { margin-top: 0; }
.prose-doc p { margin: 0 0 16px; }
.prose-doc ul { list-style: none; padding: 0; margin: 0 0 20px; }
.prose-doc ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.prose-doc ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 8px; height: 1px;
  background: #FF6A2B;
}
.prose-doc a { color: #FF6A2B; }
.prose-doc a:hover { color: #E2551B; }
.prose-doc strong { color: #F4F3EE; font-weight: 600; }
.prose-doc hr {
  border: 0;
  border-top: 1px solid #2A2C28;
  margin: 36px 0 22px;
}

/* Focus visibility */
:focus-visible { outline: 2px solid #FF6A2B; outline-offset: 2px; border-radius: 6px; }
