/* ═══════════════════════════════════════════════════════════════
   MEBLE WSPÓŁCZESNE – Atelier Premium
   Luksusowa strona mebli na wymiar
   v22 - White bg + collection cards
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* ═══ PREMIUM COLOR PALETTE ═══ */
  /* Głęboka zieleń leśna - główny kolor marki */
  --forest: #1e3932;
  --forest-light: #2d4f47;
  --forest-dark: #152a26;
  
  /* Kremowe ciepłe odcienie */
  --cream: #f5f1eb;
  --cream-dark: #e8e2d9;
  --ivory: #fffef9;
  
  /* Akcenty - elegancka biel/krem */
  --accent: #ffffff;
  --accent-soft: #e8e4dc;
  --accent-warm: #d4cfc4;
  
  /* Neutralne */
  --charcoal: #2c2c2c;
  --graphite: #4a4a4a;
  --stone: #8a8a8a;
  --mist: #c5c5c5;
  
  /* Czyste */
  --white: #ffffff;
  --black: #1a1a1a;
  
  /* ═══ TYPOGRAPHY ═══ */
  --font-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Montserrat', Georgia, serif;
  
  /* ═══ SPACING ═══ */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 8rem;
  
  --section-padding: clamp(5rem, 10vw, 8rem);
  --container-width: 1280px;
  --container-narrow: 900px;
  
  /* ═══ EFFECTS ═══ */
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* ═══ Z-INDEX ═══ */
  --z-base: 1;
  --z-nav: 100;
  --z-overlay: 200;
  --z-modal: 300;
}

/* ═══════════════════════════════════════════════════════════════
   RESET & FOUNDATION
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.7;
  color: var(--charcoal);
  background-color: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

::selection {
  background: var(--forest);
  color: var(--white);
}

/* ═══════════════════════════════════════════════════════════════
   LAYOUT UTILITIES
   ═══════════════════════════════════════════════════════════════ */

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
}

.container--narrow {
  max-width: var(--container-narrow);
}

/* ═══════════════════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════════════════ */

.heading-xl {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.heading-lg {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.heading-md {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
}

.heading-sm {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--forest);
}

.text-large {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  line-height: 1.8;
}

.text-muted {
  color: var(--stone);
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.125rem 2.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--forest);
  color: var(--white);
  border: 2px solid var(--forest);
}

.btn-primary:hover {
  background: var(--forest-light);
  border-color: var(--forest-light);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--forest);
  border-color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
}

.btn-outline:hover {
  background: var(--forest);
  color: var(--white);
}

.btn-light {
  background: var(--cream);
  color: var(--forest);
  border: 2px solid var(--cream);
}

.btn-light:hover {
  background: var(--white);
  border-color: var(--white);
}

/* ═══════════════════════════════════════════════════════════════
   HEADER & NAVIGATION
   ═══════════════════════════════════════════════════════════════ */

.header {
  position: fixed;
  top: 50px; /* poniżej belki UE (~85px gdy loga mają tekst alt) */
  left: 0;
  right: 0;
  z-index: var(--z-nav);
}

/* Top Bar */
.top-bar {
  background: #111111;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-bar-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  transition: var(--transition);
}

.top-bar-left a:hover {
  opacity: 1;
}

.top-bar-left img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.top-link:hover {
  color: var(--white);
}

.top-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.2);
}

/* Main Navbar */
.navbar {
  background: rgba(30, 57, 50, 0.95);
  backdrop-filter: none;
  transition: var(--transition);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: var(--transition);
}

.header.is-shrink .nav-inner {
  height: 70px;
}

.logo-img {
  height: 50px;
  width: auto;
  transition: var(--transition);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.nav-menu a {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.7);
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--white);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #f5f1eb;
  transition: var(--transition);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  width: 100%;
}

/* Accent Button - pepper white */
.btn-accent {
  padding: 0.875rem 1.75rem;
  font-size: 0.65rem;
  background: #f5f1eb;
  color: #1e3932;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: var(--transition);
}

.btn-accent:hover {
  background: #ffffff;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
}

/* Mobile Navigation */
@media (max-width: 1024px) {
  .top-bar {
    display: none;
  }
  
  /* Na mobile bez top-bar, tylko EU bar (~55px) + navbar (~80px) */
  body {
    padding-top: 135px;
  }
  
  .header {
    top: 55px; /* wysokość belki EU na desktop/tablet */
  }
  
  .nav-toggle {
    display: flex;
  }
  
  .nav-contact {
    display: none;
  }
  
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, 90vw);
    background: var(--forest);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
  }
  
  .nav-menu a {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 1rem 0;
    color: rgba(255,255,255,0.6);
  }
  
  .nav-menu a:hover,
  .nav-menu a.active {
    color: var(--white);
  }
  
  body.nav-open .nav-menu {
    transform: translateX(0);
    visibility: visible;
  }
  
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: calc(var(--z-nav) - 1);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  
  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
  }
  
  body.nav-open {
    overflow: hidden;
  }
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--forest) url('../img/hero.webp') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(30,57,50,0.85) 0%,
    rgba(30,57,50,0.6) 50%,
    rgba(30,57,50,0.75) 100%
  );
}

.hero-content {
  position: relative;
  padding: 8rem 0 6rem;
  max-width: 800px;
}

.hero-content .heading-sm {
  margin-bottom: 1.5rem;
  color: var(--cream);
}

.hero-logo {
  width: clamp(100px, 15vw, 150px);
  height: auto;
  margin-bottom: 2rem;
  opacity: 0.95;
  display: none;
}

@media (max-width: 640px) {
  .hero-logo {
    display: block;
    margin: 0 auto 2rem;
  }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-title strong {
  font-weight: 500;
}

.hero-title span {
  display: block;
}

.hero-content > p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.7);
  margin-bottom: 2.5rem;
  max-width: 500px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .hero-content {
    text-align: center;
    padding: 4rem 0;
  }
  
  .hero-content > p {
    margin: 0 auto 2.5rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }
  
  .hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 100vh;
    min-height: calc(100vh - 165px); /* fallback dla mobile */
  }
  
  .hero-content {
    padding: 3rem 0;
  }
  
  .hero-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  
  .hero-content > p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .hero-buttons .btn {
    max-width: 100%;
    padding: 1rem 1.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   REALIZACJE (dla podstrony Realizacje.html)
   ═══════════════════════════════════════════════════════════════ */

.realizacje-section {
  padding: var(--section-padding) 0;
  background: var(--cream);
}

.realizacje-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--space-lg);
  gap: 2rem;
  flex-wrap: wrap;
}

.realizacje-header .heading-sm {
  margin-bottom: 0.75rem;
}

.realizacje-header h2 {
  color: var(--forest);
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT SHOWCASE SECTION (O NAS + REALIZACJE)
   ═══════════════════════════════════════════════════════════════ */

.about-showcase {
  padding: var(--section-padding) 0;
  background: var(--cream);
}

/* Górna część: O nas */
.about-top {
  display: grid;
  grid-template-columns: auto 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--cream-dark);
}

.about-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border: 1px solid var(--forest);
}

.badge-number {
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--forest);
  line-height: 1;
}

.badge-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--graphite);
  line-height: 1.4;
}

.about-intro .heading-sm {
  margin-bottom: 1rem;
}

.about-intro h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--charcoal);
}

.about-desc p {
  color: var(--graphite);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  border: 1px solid var(--forest);
  color: var(--forest);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  transition: var(--transition);
}

.btn-outline-light:hover {
  background: var(--forest);
  color: var(--white);
}

.btn-outline-light::after {
  content: "→";
  transition: transform 0.2s ease;
}

.btn-outline-light:hover::after {
  transform: translateX(4px);
}

/* Karty realizacji - styl kolekcji */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.showcase-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2/3;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-card:hover img {
  transform: scale(1.05);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0) 60%,
    rgba(0,0,0,0.5) 100%
  );
}

.showcase-title {
  display: flex;
  flex-direction: column;
}

.showcase-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.showcase-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.35rem;
}

.showcase-link {
  align-self: flex-start;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: border-color 0.2s ease;
}

.showcase-card:hover .showcase-link {
  border-color: #fff;
}

.showcase-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Responsive */
@media (max-width: 1100px) {
  .about-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .about-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-top {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .about-badge {
    justify-self: center;
  }
  
  .about-intro h2 br {
    display: none;
  }
}

@media (max-width: 500px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .showcase-card {
    aspect-ratio: 4/3;
  }
  
  .about-badge {
    padding: 1rem 1.5rem;
  }
  
  .badge-number {
    font-size: 2.5rem;
  }
  
  .about-desc p {
    font-size: 0.9rem;
  }
  
  .btn-outline-light {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   QUOTE SECTION (DARMOWA WYCENA)
   ═══════════════════════════════════════════════════════════════ */

.quote-section {
  padding: var(--section-padding) 0;
  background: var(--ivory);
}

.quote-container {
  background: var(--white);
  padding: clamp(2.5rem, 6vw, 5rem);
  border: 1px solid var(--cream-dark);
}

.quote-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.quote-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
}

.quote-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.quote-item:hover img {
  transform: scale(1.05);
}

.quote-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1rem;
  background: linear-gradient(to top, rgba(30,57,50,0.95), transparent);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.quote-right .heading-sm {
  margin-bottom: 1rem;
}

.quote-right h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 300;
  color: var(--forest);
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.quote-right p {
  color: var(--graphite);
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .quote-wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  
  .quote-right {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .quote-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .quote-container {
    padding: 1.5rem;
  }
  
  .quote-item {
    aspect-ratio: 1;
  }
  
  .quote-text {
    font-size: 0.6rem;
    padding: 1rem 0.75rem;
  }
}

@media (max-width: 400px) {
  .quote-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  
  .quote-text {
    font-size: 0.55rem;
    padding: 0.75rem 0.5rem;
    letter-spacing: 0.05em;
  }
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════════════════════════ */

.contact-section {
  padding: var(--section-padding) 0;
  background: var(--cream);
  color: var(--forest);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-xl);
}

.contact-info .heading-sm {
  margin-bottom: 1rem;
}

.contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.contact-logo {
  width: 120px;
  height: auto;
  margin-bottom: 2rem;
}

.contact-info > p {
  color: var(--graphite);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.contact-list li {
  margin-bottom: 1rem;
  color: var(--graphite);
  font-size: 0.95rem;
}

.contact-list strong {
  color: var(--forest);
  font-weight: 600;
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.contact-list a {
  color: var(--graphite);
  transition: var(--transition);
}

.contact-list a:hover {
  color: var(--forest);
}

.contact-form {
  background: var(--forest);
  padding: clamp(2rem, 4vw, 3rem);
  border: none;
}

.contact-form h3 {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 2rem;
}

.form-simple {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.field {
  display: flex;
  flex-direction: column;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mist);
  margin-bottom: 0.6rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 0.95rem;
  font-family: inherit;
  transition: var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--cream);
  background: rgba(255,255,255,0.05);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--stone);
}

.contact-form select option {
  background: var(--graphite);
  color: var(--white);
}

.dim, .dim--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: var(--mist);
  cursor: pointer;
  line-height: 1.5;
}

.consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--forest-light);
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-form small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--stone);
}

.contact-form .btn-primary {
  margin-top: 1.5rem;
  width: 100%;
  background: var(--forest-light);
  border-color: var(--forest-light);
}

.contact-form .btn-primary:hover {
  background: var(--forest);
  border-color: var(--forest);
}

.notice {
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  border-left: 3px solid;
}

.notice.success {
  background: rgba(34,197,94,0.1);
  border-color: #22c55e;
  color: #22c55e;
}

.notice.error {
  background: rgba(239,68,68,0.1);
  border-color: #ef4444;
  color: #ef4444;
}

.notice[hidden] {
  display: none;
}

@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  
  .form-simple {
    grid-template-columns: 1fr;
  }
  
  .contact-info {
    text-align: center;
  }
  
  .contact-logo {
    margin: 0 auto;
  }
  
  .contact-list {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .dim, .dim--3 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    padding: 0.875rem 1rem;
    font-size: 16px; /* Zapobiega zoomowi na iOS */
  }
  
  .contact-info h2 {
    font-size: 1.5rem;
  }
  
  .consent {
    font-size: 0.8rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FEATURES SECTION (DLACZEGO MY)
   ═══════════════════════════════════════════════════════════════ */

.features {
  padding: var(--section-padding) 0;
  background: var(--forest);
  color: var(--white);
}

.features-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-xl);
  align-items: start;
}

.features-left .heading-sm {
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.5);
}

.features-left h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.features-left h2 strong {
  font-weight: 500;
}

.features-desc {
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 400px;
}

.features-left .btn-primary {
  background: var(--cream);
  color: var(--forest);
  border-color: var(--cream);
}

.features-left .btn-primary:hover {
  background: var(--white);
  border-color: var(--white);
}

.features-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.feature-card {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}

.feature-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
}

.feature-number {
  font-size: 2.5rem;
  font-weight: 200;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  margin-bottom: 1.25rem;
  font-family: var(--font-display);
}

.feature-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--white);
}

.feature-content p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

@media (max-width: 992px) {
  .features-layout {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  
  .features-left {
    text-align: center;
  }
  
  .features-desc {
    margin: 0 auto 2.5rem;
  }
}

@media (max-width: 640px) {
  .features-right {
    grid-template-columns: 1fr;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
  
  .feature-number {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .features-left h2 {
    font-size: 1.75rem;
  }
  
  .features-left h2 br {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   BRANDS SECTION
   ═══════════════════════════════════════════════════════════════ */

.brands {
  padding: 3.5rem 0;
  background: var(--ivory);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}

.brands-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  flex-wrap: wrap;
}

.brands-row img {
  height: 40px;
  width: auto;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: var(--transition);
}

.brands-row img:hover {
  opacity: 0.8;
  filter: grayscale(0);
}

@media (max-width: 480px) {
  .brands {
    padding: 2.5rem 0;
  }
  
  .brands-row {
    gap: 1.5rem;
  }
  
  .brands-row img {
    height: 30px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION
   ═══════════════════════════════════════════════════════════════ */

.testimonials {
  padding: var(--section-padding) 0;
  background: var(--ivory);
}

.testimonials-header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.testimonials-header .heading-sm {
  margin-bottom: 1rem;
}

.testimonials-header h2 {
  color: var(--forest);
}

.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.t-card {
  background: var(--white);
  padding: 2.5rem;
  position: relative;
  border: 1px solid var(--cream-dark);
  transition: var(--transition);
}

.t-card:hover {
  border-color: var(--forest);
}

.t-card::before {
  content: '"';
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: 5rem;
  font-family: Georgia, serif;
  color: var(--cream-dark);
  line-height: 1;
}

.t-card blockquote {
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--graphite);
  margin-bottom: 1.5rem;
  position: relative;
}

.t-card figcaption {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--forest);
}

@media (max-width: 992px) {
  .t-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .t-grid {
    grid-template-columns: 1fr;
  }
  
  .t-card {
    padding: 2rem 1.5rem;
  }
  
  .t-card::before {
    font-size: 4rem;
    top: 1rem;
    left: 1.5rem;
  }
  
  .t-card blockquote {
    font-size: 1rem;
  }
  
  .testimonials-header h2 {
    font-size: 1.75rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   CTA BAR
   ═══════════════════════════════════════════════════════════════ */

.cta-bar {
  padding: 4rem 0;
  background: var(--forest);
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-wrap h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 300;
  color: var(--white);
}

.cta-bar .btn-primary {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--forest);
}

.cta-bar .btn-primary:hover {
  background: var(--white);
  border-color: var(--white);
}

@media (max-width: 700px) {
  .cta-wrap {
    flex-direction: column;
    text-align: center;
  }
  
  .cta-bar {
    padding: 3rem 0;
  }
  
  .cta-wrap h3 {
    font-size: 1.25rem;
  }
  
  .cta-bar .btn-primary {
    width: 100%;
    max-width: 280px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */

.site-footer {
  padding: 4rem 0 0;
  background: var(--forest);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
  height: 150px;
  width: auto;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 280px;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  color: var(--white);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-contact p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.footer-contact a {
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

.footer-credit a {
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-credit a:hover {
  color: var(--white);
}

@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .footer-brand p {
    max-width: 100%;
  }
  
  .footer-logo {
    margin: 0 auto 1.25rem;
  }
  
  .footer-nav {
    align-items: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════════════════════
   REALIZACJE PAGE
   ═══════════════════════════════════════════════════════════════ */

body.realizacje-page {
  background: var(--forest);
}

main {
  padding-top: 124px;
}

main, .hero {
  scroll-margin-top: 124px;
}

.realizacje-intro {
  padding: var(--space-xl) 0 var(--space-lg);
}

.realizacje-intro .heading-sm {
  text-align: center;
  margin-bottom: 1rem;
}

.realizacje-intro h1 {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 1rem;
}

.realizacje-intro p {
  text-align: center;
  color: rgba(255,255,255,0.6);
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.8;
}

.realizacje-gallery {
  padding: var(--space-md) 0 var(--section-padding);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: var(--transition-slow);
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(30,57,50,0.95), transparent);
  color: var(--white);
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.overlay p {
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-item img {
    height: 300px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   UTILITIES
   ═══════════════════════════════════════════════════════════════ */

/* Focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Blur-up loading */
.blur-up {
  filter: blur(8px);
  transition: filter 0.4s ease;
}

.blur-up.is-loaded {
  filter: blur(0);
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL ANIMATIONS
   ═══════════════════════════════════════════════════════════════ */

/* Base state - hidden */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.reveal.reveal-left {
  transform: translateX(-30px);
}

.reveal.reveal-right {
  transform: translateX(30px);
}

.reveal.reveal-scale {
  transform: scale(0.95);
}

/* Visible state */
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* Staggered children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.5s; }

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FUNDUSZE EUROPEJSKIE - OZNACZENIA
   Belka na górze strony + podstrona projektu
   ═══════════════════════════════════════════════════════════════ */

/* Belka na górze strony - NAD nawigacją */
.eu-funding-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: calc(var(--z-nav) + 10);
  background: #fff;
  border-bottom: 1px solid var(--cream-dark);
  padding: 0.6rem 0;
}

/* Przesunięcie body gdy jest belka UE */
body {
  padding-top: 175px; /* belka UE ~85px + top-bar 44px + navbar 80px */
}

.eu-funding-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.eu-logos {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.eu-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.eu-info-link {
  font-size: 0.8rem;
  color: var(--forest);
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--forest);
  transition: all 0.2s ease;
}

.eu-info-link:hover,
.eu-info-link--active {
  background: var(--forest);
  color: #fff;
}

@media (max-width: 768px) {
  .eu-funding-bar {
    padding: 0.5rem 0;
  }
  
  body {
    padding-top: 155px; /* belka UE stacked (~75px) + navbar (80px) */
  }
  
  .header {
    top: 75px; /* poniżej belki UE stacked na mobile */
  }
  
  .eu-funding-inner {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .eu-logos {
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .eu-logo {
    height: 28px;
  }
  
  .eu-info-link {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 145px;
  }
  
  .header {
    top: 76px;
  }
  
  .eu-logo {
    height: 22px;
  }
  
  .eu-logos {
    gap: 0.5rem;
  }
  
  .eu-info-link {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PODSTRONA PROJEKTU UE - MINIMALISTYCZNY PROFESJONALNY DESIGN
   ═══════════════════════════════════════════════════════════════ */

/* Specjalny padding dla strony UE */
.eu-page {
  padding-top: 210px;
}

.eu-main {
  background: #fff;
}

/* Sekcja z logotypami oficjalnymi */
.eu-header-section {
  background: #fff;
  padding: 3rem 0;
  border-bottom: 1px solid var(--cream-dark);
}

.eu-official-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.eu-official-logos img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

/* Intro / tytuł projektu */
.eu-intro {
  background: var(--forest);
  padding: 4rem 0;
  text-align: center;
}

.eu-program-name {
  color: var(--accent-soft);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.eu-intro h1 {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 1rem;
}

.eu-subtitle {
  color: var(--accent-soft);
  font-size: 1rem;
  font-weight: 400;
}

/* Info grid */
.eu-info-section {
  background: var(--cream);
  padding: 3rem 0;
}

.eu-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--cream-dark);
}

.eu-info-block {
  padding: 2rem;
  border-right: 1px solid var(--cream-dark);
  text-align: center;
}

.eu-info-block:last-child {
  border-right: none;
}

.eu-info-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--stone);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.eu-info-value {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--charcoal);
}

.eu-info-block--highlight {
  background: var(--forest);
}

.eu-info-block--highlight .eu-info-label {
  color: var(--accent-soft);
}

.eu-info-block--highlight .eu-info-value {
  color: #fff;
  font-size: 1.3rem;
}

.eu-info-note {
  display: block;
  font-size: 0.75rem;
  color: var(--accent-soft);
  margin-top: 0.25rem;
}

/* Treść projektu */
.eu-content {
  padding: 4rem 0;
  max-width: 800px;
  margin: 0 auto;
}

.eu-text-block {
  margin-bottom: 3rem;
}

.eu-text-block:last-child {
  margin-bottom: 0;
}

.eu-text-block h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eu-text-block p {
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.eu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eu-list li {
  position: relative;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--charcoal);
  line-height: 1.6;
  border-bottom: 1px solid var(--cream);
}

.eu-list li:last-child {
  border-bottom: none;
}

.eu-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--forest);
  font-weight: 600;
}

/* Kontakt */
.eu-contact-section {
  background: var(--cream);
  padding: 4rem 0;
}

.eu-contact-section h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  text-align: center;
}

.eu-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.eu-contact-item {
  background: #fff;
  padding: 2rem;
}

.eu-contact-item h3 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--stone);
  margin-bottom: 1rem;
  font-weight: 600;
}

.eu-contact-item p {
  color: var(--charcoal);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.eu-contact-item a {
  color: var(--forest);
  font-weight: 500;
}

.eu-contact-item a:hover {
  text-decoration: underline;
}

/* Footer sekcja UE */
.eu-footer-section {
  background: #fff;
  padding: 3rem 0;
  text-align: center;
  border-top: 1px solid var(--cream-dark);
}

.eu-footer-section .eu-official-logos {
  margin-bottom: 1.5rem;
}

.eu-footer-text {
  color: var(--graphite);
  font-size: 0.9rem;
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.eu-footer-hashtags {
  color: var(--stone);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 900px) {
  .eu-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .eu-info-block:nth-child(2) {
    border-right: none;
  }
  
  .eu-info-block:nth-child(1),
  .eu-info-block:nth-child(2) {
    border-bottom: 1px solid var(--cream-dark);
  }
}

@media (max-width: 768px) {
  .eu-page {
    padding-top: 220px;
  }
  
  .eu-official-logos {
    gap: 1.5rem;
  }
  
  .eu-official-logos img {
    height: 40px;
  }
  
  .eu-intro {
    padding: 3rem 0;
  }
  
  .eu-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .eu-info-grid {
    grid-template-columns: 1fr;
  }
  
  .eu-info-block {
    border-right: none;
    border-bottom: 1px solid var(--cream-dark);
  }
  
  .eu-info-block:last-child {
    border-bottom: none;
  }
  
  .eu-official-logos img {
    height: 32px;
  }
}

/* ========================================
   SCROLL PROGRESS BAR
   ======================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 10001;
  background: rgba(0,0,0,0.1);
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--forest));
  width: 0%;
  transition: width 0.1s linear;
}

/* ========================================
   TESTIMONIALS - ENHANCED
   ======================================== */
.t-stars {
  color: #ffc107;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.t-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.t-card figcaption strong {
  font-weight: 600;
  color: var(--forest);
}

.t-location {
  font-size: 0.85rem;
  color: var(--text-light);
  font-style: normal;
}

.t-card blockquote {
  font-size: 1rem;
  line-height: 1.7;
}

/* ========================================
   PROCESS SECTION - JAK DZIAŁAMY
   ======================================== */
.process-section {
  background: var(--cream);
  padding: 6rem 0;
}

.process-header {
  text-align: center;
  margin-bottom: 4rem;
}

.process-subtitle {
  max-width: 600px;
  margin: 1rem auto 0;
  color: var(--text-light);
}

.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(to bottom, var(--accent), var(--forest));
}

.process-step {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
}

.step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--forest);
  color: var(--ivory);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(30, 57, 50, 0.3);
}

.step-content {
  flex: 1;
  padding-top: 0.75rem;
}

.step-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 0.5rem;
}

.step-content p {
  color: var(--text-light);
  line-height: 1.6;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section {
  background: var(--ivory);
  padding: 6rem 0;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--white);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-bottom: 1px solid var(--cream-dark);
}

/* FAQ items są widoczne domyślnie, animacje obsługiwane są przez JS dla kontenera */

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.faq-item summary {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--forest);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background 0.3s ease;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  background: var(--cream);
}

.faq-item p {
  padding: 0 1.5rem 1.5rem;
  color: var(--text-light);
  line-height: 1.7;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========================================
   ENHANCED CARD EFFECTS
   ======================================== */
.showcase-card,
.feature-card,
.t-card {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  will-change: transform;
}

.feature-card {
  transform-style: preserve-3d;
}

/* ========================================
   REVEAL ANIMATIONS - ENHANCED
   ======================================== */
.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ========================================
   BUTTON MAGNETIC EFFECT
   ======================================== */
.btn-primary,
.btn-accent {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              background 0.3s ease, 
              box-shadow 0.3s ease;
  will-change: transform;
}

/* ========================================
   PROCESS & FAQ MOBILE
   ======================================== */
@media (max-width: 768px) {
  .process-section,
  .faq-section {
    padding: 4rem 0;
  }
  
  .process-timeline::before {
    left: 25px;
  }
  
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  
  .process-step {
    gap: 1.5rem;
  }
  
  .step-content h3 {
    font-size: 1.1rem;
  }
  
  .faq-item summary {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }
  
  .faq-item p {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.9rem;
  }
  
  .t-card blockquote {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .process-timeline::before {
    left: 20px;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  
  .process-step {
    gap: 1rem;
  }
}

