/* =============================================
   TIPITIME — Główny arkusz stylów
   Paleta: ciepłe beże, piaskowy, ciemny teal/zieleń
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&display=swap');

/* ---------- Zmienne CSS ---------- */
:root {
  /* Beże i piaskowe */
  --beige-lightest: #FBF6EE;
  --beige-light:    #F5EDD8;
  --beige:          #EBD5B0;
  --beige-medium:   #DEBA8A;
  --beige-dark:     #C4965A;

  /* Teal / ciemna zieleń — główny akcent */
  --teal-lightest:  #EAF3F2;
  --teal-light:     #C4DEDD;
  --teal:           #7AADA8;
  --teal-dark:      #4A7C7A;
  --teal-deeper:    #3A6360;

  /* Ciepły brąz (drewno) */
  --brown-light:    #C4965A;
  --brown:          #9B7040;
  --brown-dark:     #7A5020;

  /* Tła stron */
  --bg-main:        #FBF6EE;
  --bg-alt:         #F5EDD8;
  --bg-teal:        #EAF3F2;

  /* Tekst */
  --text:           #3A3020;
  --text-light:     #7A6850;
  --white:          #FFFFFF;

  /* Typografia */
  --font-head: 'Quicksand', sans-serif;
  --font-body: 'Nunito', sans-serif;

  /* Zaokrąglenia */
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;

  /* Cienie */
  --shadow-soft:  0 4px 24px rgba(58, 48, 32, 0.09);
  --shadow-md:    0 8px 36px rgba(58, 48, 32, 0.13);
  --shadow-hover: 0 14px 48px rgba(58, 48, 32, 0.18);

  --transition: 0.3s ease;
  --max-width:  1140px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Typografia ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--teal-deeper);
  line-height: 1.25;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ---------- SVG ikony ---------- */
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ---------- Pomocnicze ---------- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section { padding: 5rem 0; }
.section-alt  { background: var(--bg-alt); }
.section-teal { background: var(--bg-teal); }
.section-beige { background: linear-gradient(135deg, #F5EDD8 0%, #EBD5B0 100%); }

.section-header { text-align: center; margin-bottom: 3rem; }
.section-header .subtitle { color: var(--text-light); font-size: 1.05rem; margin-top: 0.5rem; }

/* Tag / chip */
.tag {
  display: inline-block;
  background: var(--beige);
  color: var(--brown-dark);
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}

.tag-teal  { background: var(--teal-light); color: var(--teal-deeper); }
.tag-brown { background: var(--brown-light); color: var(--white); }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  text-align: center;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }

.btn-primary {
  background: var(--teal-dark);
  color: var(--white);
  border-color: var(--teal-dark);
}
.btn-primary:hover { background: var(--teal-deeper); border-color: var(--teal-deeper); }

.btn-outline {
  background: transparent;
  color: var(--teal-dark);
  border-color: var(--teal-dark);
}
.btn-outline:hover { background: var(--teal-dark); color: var(--white); }

.btn-warm {
  background: var(--beige-medium);
  color: var(--brown-dark);
  border-color: var(--beige-medium);
}
.btn-warm:hover { background: var(--beige-dark); border-color: var(--beige-dark); }

.btn-sm { padding: 0.6rem 1.4rem; font-size: 0.9rem; }

/* ---------- Karta ---------- */
.card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }

/* ============================================================
   HEADER / NAWIGACJA
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 246, 238, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(235, 213, 176, 0.5);
  box-shadow: 0 2px 16px rgba(58, 48, 32, 0.07);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1.5rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon svg { width: 48px; height: 48px; }

.logo-text {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal-deeper);
  line-height: 1;
}

.logo-text span { color: var(--beige-dark); }

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
  transition: background var(--transition), color var(--transition);
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--beige-light);
  color: var(--teal-deeper);
}

.nav-cta {
  background: var(--teal-dark) !important;
  color: var(--white) !important;
  padding: 0.55rem 1.3rem !important;
}
.nav-cta:hover { background: var(--teal-deeper) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}
.hamburger:hover { background: var(--beige-light); }
.hamburger span {
  display: block;
  height: 2.5px;
  background: var(--teal-deeper);
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  top: 72px;
  background: rgba(251, 246, 238, 0.98);
  backdrop-filter: blur(12px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem;
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.mobile-menu a {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--teal-deeper);
  padding: 0.75rem 2rem;
  border-radius: 50px;
  transition: background var(--transition);
  width: 100%;
  text-align: center;
}
.mobile-menu a:hover,
.mobile-menu a.active { background: var(--beige-light); }
.mobile-menu .nav-cta-mobile {
  background: var(--teal-dark);
  color: var(--white);
  margin-top: 1rem;
}
.mobile-menu .nav-cta-mobile:hover { background: var(--teal-deeper); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--teal-deeper);
  color: rgba(255,255,255,0.85);
  padding: 4rem 0 2rem;
}

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

.footer-brand .logo-text { color: var(--white); font-size: 1.4rem; }
.footer-brand .logo-text span { color: var(--beige-medium); }
.footer-brand p { margin-top: 1rem; font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

.footer-col h4 { font-family: var(--font-head); color: var(--white); font-size: 1rem; margin-bottom: 1rem; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { font-size: 0.9rem; color: rgba(255,255,255,0.65); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--beige-medium); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
}

.footer-contact-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.85;
}

.social-links { display: flex; gap: 0.75rem; margin-top: 1rem; }
.social-link {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), transform var(--transition);
  color: var(--white);
  overflow: hidden;
  padding: 6px;
}
.social-link:hover { background: var(--teal-dark); transform: translateY(-3px); }
.social-link svg { width: 100%; height: 100%; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--beige-light) 0%, var(--bg-main) 55%, var(--teal-lightest) 100%);
  padding: 6rem 0 4rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-content { position: relative; z-index: 2; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  border: 1.5px solid var(--beige-medium);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.hero-badge svg { width: 18px; height: 18px; }

.hero h1 { margin-bottom: 1.25rem; color: var(--teal-deeper); }
.hero h1 em { font-style: normal; color: var(--brown); }

.hero-lead {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  max-width: 480px;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-image { position: relative; z-index: 2; }

.hero-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/5;
  background: var(--beige-light);
}

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

.hero-bubble {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 0.75rem 1rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--teal-deeper);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
}

.hero-bubble-1 { bottom: 2rem; left: -1.5rem; }
.hero-bubble-2 { top: 2rem; right: -1.5rem; }

/* Dekoracyjne tło hero */
.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-deco-1 {
  width: 400px; height: 400px;
  background: var(--beige);
  opacity: 0.35;
  top: -100px; right: -80px;
}
.hero-deco-2 {
  width: 260px; height: 260px;
  background: var(--teal-light);
  opacity: 0.30;
  bottom: -60px; left: 8%;
}

/* ============================================================
   KROKI — mini (strona główna)
   ============================================================ */
.steps-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.step-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2.25rem 1.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }

.step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: var(--teal-dark);
  color: var(--white);
  border-radius: 50%;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
}
.step-icon svg { width: 100%; height: 100%; }

.step-card h3 { margin-bottom: 0.5rem; font-size: 1.1rem; color: var(--teal-deeper); }
.step-card p  { font-size: 0.9rem; color: var(--text-light); }

.steps-footer { text-align: center; margin-top: 2.5rem; }

/* ============================================================
   DLA KOGO
   ============================================================ */
.for-whom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 1.5rem;
}

.for-whom-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.75rem 1rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}
.for-whom-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }

.for-whom-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
}
.for-whom-icon svg { width: 100%; height: 100%; }

.for-whom-card h4 { font-size: 0.95rem; color: var(--teal-deeper); }

/* ============================================================
   GALERIA / KARUZELA
   ============================================================ */
.gallery-section { background: var(--bg-alt); }

.gallery-track-wrap { overflow: hidden; border-radius: var(--radius-md); }

.gallery-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 calc(33.333% - 0.85rem);
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--beige-light);
  box-shadow: var(--shadow-soft);
  position: relative;
}
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-slide:hover img { transform: scale(1.05); }

.gallery-slide-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(58, 48, 32, 0.72));
  color: var(--white);
  padding: 1.25rem 1rem 0.75rem;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 500;
}

.gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.gallery-btn {
  width: 46px; height: 46px;
  border: 2px solid var(--teal-dark);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.gallery-btn:hover { background: var(--teal-dark); color: var(--white); }

.gallery-dots { display: flex; gap: 0.5rem; }
.gallery-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--beige-medium);
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.gallery-dot.active { background: var(--teal-dark); transform: scale(1.3); }

/* ============================================================
   O NAS — mini sekcja (strona główna)
   ============================================================ */
.about-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-mini-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-md);
  background: var(--beige-light);
}
.about-mini-img img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   OPINIE
   ============================================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }

.review-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--beige);
  position: absolute;
  top: -0.5rem;
  left: 1.25rem;
  pointer-events: none;
}

.review-stars { color: #D4A050; font-size: 1rem; margin-bottom: 0.75rem; margin-top: 1.5rem; }
.review-text  { font-style: italic; color: var(--text-light); font-size: 0.95rem; margin-bottom: 1.25rem; }

.review-author { display: flex; align-items: center; gap: 0.75rem; }

.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--brown-dark);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.review-name { font-weight: 700; font-size: 0.9rem; color: var(--teal-deeper); }
.review-date { font-size: 0.8rem; color: var(--text-light); }
.review-note { text-align: center; font-size: 0.8rem; color: var(--text-light); font-style: italic; margin-top: 1.5rem; }

/* ============================================================
   OBSZAR DZIAŁANIA
   ============================================================ */
.area-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.area-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.25rem; }

.area-tag {
  background: var(--white);
  border: 1.5px solid var(--beige-medium);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--teal-deeper);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.area-tag svg { width: 16px; height: 16px; }

.area-map-placeholder {
  background: var(--beige-light);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  border: 2px dashed var(--beige-medium);
  color: var(--brown);
  font-size: 0.95rem;
}

.area-map-placeholder .map-icon {
  width: 64px; height: 64px;
  margin: 0 auto 1rem;
}
.area-map-placeholder .map-icon svg { width: 100%; height: 100%; }

/* ============================================================
   CTA KOŃCOWE
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal-deeper) 100%);
  color: var(--white);
  text-align: center;
  padding: 5rem 0;
}

.cta-section h2 { color: var(--white); margin-bottom: 1rem; }

.cta-section p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .btn-outline {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.cta-section .btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}

.cta-contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.cta-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
}
.cta-contact-item svg { width: 22px; height: 22px; opacity: 0.85; }
.cta-contact-item a { color: var(--beige-medium); font-weight: 600; }

/* ============================================================
   PAGE HERO (podstrony)
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--beige-light) 0%, var(--bg-main) 100%);
  padding: 5rem 0 3.5rem;
  text-align: center;
}
.page-hero h1 { margin-bottom: 0.75rem; }
.page-hero p  { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto; }

/* ============================================================
   JAK TO DZIAŁA — timeline
   ============================================================ */
.process-timeline { position: relative; }

.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--beige-medium), var(--teal-light));
  transform: translateX(-50%);
}

.process-step {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 3rem;
  align-items: start;
}

.process-step:nth-child(odd) .process-content  { grid-column:1; text-align:right; padding-right:2.5rem; }
.process-step:nth-child(odd) .process-spacer   { grid-column:2; }
.process-step:nth-child(odd) .process-empty    { grid-column:3; }
.process-step:nth-child(even) .process-empty   { grid-column:1; }
.process-step:nth-child(even) .process-spacer  { grid-column:2; }
.process-step:nth-child(even) .process-content { grid-column:3; padding-left:2.5rem; }

.process-dot {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--beige-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}
.process-dot svg { width: 100%; height: 100%; }

.process-content {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}
.process-content h3 { margin-bottom: 0.5rem; font-size: 1.15rem; }
.process-content p  { font-size: 0.95rem; color: var(--text-light); }

.process-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal-dark);
  background: var(--teal-lightest);
  border-radius: 50px;
  padding: 0.2rem 0.75rem;
  margin-bottom: 0.6rem;
}

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; }

.faq-item {
  background: var(--white);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--teal-deeper);
  transition: background var(--transition);
}
.faq-question:hover { background: var(--beige-light); }

.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--brown-dark);
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition);
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--teal-dark); color: var(--white); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}
.faq-answer.open { max-height: 400px; padding: 0 1.5rem 1.25rem; }

/* ============================================================
   O NAS — strona
   ============================================================ */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
}

.value-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }

.value-icon {
  width: 72px; height: 72px;
  margin: 0 auto 1rem;
}
.value-icon svg { width: 100%; height: 100%; }

.value-card h3 { margin-bottom: 0.5rem; font-size: 1.05rem; }
.value-card p  { font-size: 0.9rem; color: var(--text-light); }

.team-photo-placeholder {
  background: var(--beige-light);
  border-radius: var(--radius-lg);
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--beige-medium);
  color: var(--brown);
  text-align: center;
  padding: 2rem;
}
.team-photo-placeholder .ph-icon { width: 60px; height: 60px; margin: 0 auto 1rem; }
.team-photo-placeholder .ph-icon svg { width: 100%; height: 100%; }

/* ============================================================
   OFERTA
   ============================================================ */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.package-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}
.package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.package-card.featured { border: 3px solid var(--teal-dark); position: relative; }

.package-badge {
  position: absolute;
  top: 1rem; right: 1rem;
  background: var(--teal-dark);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}

.package-img { aspect-ratio: 4/3; background: var(--beige-light); overflow: hidden; }
.package-img img { width: 100%; height: 100%; object-fit: cover; }

.package-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.package-body h3 { margin-bottom: 0.25rem; color: var(--teal-deeper); }
.package-tagline { font-size: 0.85rem; color: var(--text-light); margin-bottom: 1.25rem; }

.package-includes { list-style: none; margin-bottom: 1.5rem; flex: 1; }
.package-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-light);
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--beige-light);
}
.package-includes li:last-child { border-bottom: none; }
.package-includes li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 0.1rem; }

.package-price-note {
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
}

.includes-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.includes-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.includes-icon { width: 44px; height: 44px; flex-shrink: 0; }
.includes-icon svg { width: 100%; height: 100%; }
.includes-item h4 { font-size: 0.95rem; margin-bottom: 0.25rem; color: var(--teal-deeper); }
.includes-item p  { font-size: 0.82rem; color: var(--text-light); margin: 0; }

/* ============================================================
   KONTAKT
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: start;
}

.contact-form-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
}

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

.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }

.form-group label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal-deeper);
  font-family: var(--font-head);
}
.form-group label .req { color: var(--teal-dark); margin-left: 2px; }

.form-control {
  border: 1.5px solid var(--beige);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--beige-lightest);
  transition: border-color var(--transition), box-shadow var(--transition);
  width: 100%;
  outline: none;
}
.form-control:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(74, 124, 122, 0.18);
  background: var(--white);
}
.form-control::placeholder { color: #B0A090; }
textarea.form-control { resize: vertical; min-height: 120px; }

.form-submit { width: 100%; font-size: 1.05rem; padding: 1rem; }
.form-note { text-align: center; font-size: 0.82rem; color: var(--text-light); margin-top: 0.75rem; }

.form-success {
  display: none;
  background: var(--teal-lightest);
  border: 2px solid var(--teal-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--teal-deeper);
}
.form-success.show { display: block; }

.contact-info-box { position: sticky; top: 100px; }

.contact-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.5rem;
}
.contact-info-card h3 { margin-bottom: 1.25rem; font-size: 1.1rem; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-detail:last-child { margin-bottom: 0; }

.contact-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--beige-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
}
.contact-icon svg { width: 100%; height: 100%; }

.contact-detail-text strong { display: block; font-size: 0.85rem; color: var(--teal-deeper); font-family: var(--font-head); }
.contact-detail-text span,
.contact-detail-text a { font-size: 0.9rem; color: var(--text-light); }
.contact-detail-text a:hover { color: var(--teal-dark); }

.map-placeholder {
  background: var(--beige-light);
  border-radius: var(--radius-md);
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 2px dashed var(--beige-medium);
  color: var(--brown);
}
.map-placeholder .map-ph-icon { width: 52px; height: 52px; margin: 0 auto 0.75rem; }
.map-placeholder .map-ph-icon svg { width: 100%; height: 100%; }
.map-placeholder code {
  display: block;
  font-size: 0.78rem;
  background: rgba(155,112,64,0.1);
  border-radius: 6px;
  padding: 0.5rem;
  margin-top: 0.75rem;
  word-break: break-all;
}

/* ============================================================
   ANIMACJE SCROLL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .packages-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .process-timeline::before { display: none; }
  .process-step { grid-template-columns: 60px 1fr; margin-bottom: 1.5rem; }
  .process-step:nth-child(odd) .process-content,
  .process-step:nth-child(even) .process-content { grid-column:2; text-align:left; padding:0 0 0 1rem; }
  .process-step:nth-child(odd) .process-empty,
  .process-step:nth-child(even) .process-empty  { display:none; }
  .process-step:nth-child(odd) .process-spacer,
  .process-step:nth-child(even) .process-spacer { grid-column:1; }
  .process-dot { width:50px; height:50px; }
}

@media (max-width: 768px) {
  .section { padding: 3.5rem 0; }
  .site-nav { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding: 4rem 0 3rem; min-height: unset; }
  .hero-image { order: -1; }
  .hero-img-wrap { aspect-ratio: 16/9; }
  .hero-bubble-1 { left: 0.5rem; }
  .hero-bubble-2 { right: 0.5rem; }
  .steps-mini { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-slide { flex: 0 0 100%; }
  .about-mini { grid-template-columns: 1fr; gap: 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .area-content { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info-box { position: static; }
  .for-whom-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-contact-info { flex-direction: column; gap: 1rem; }
  .includes-section { grid-template-columns: 1fr; }
  .packages-grid { max-width: 100%; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; text-align: center; }
  .contact-form-box { padding: 1.5rem; }
  .values-grid { grid-template-columns: 1fr; }
}
