:root{
  --brand:#3a7f6b;      /* główny */
  --brand-2:#8fb8a8;    /* akcent */
  --ink:#1b2b28;        /* tekst */
  --muted:#6b7c77;      /* opis */
  --paper:#fffaf3;      /* tło strony */
  --card:#ffffff;       /* tła kart */
  --ring:rgba(58,127,107,.2);
  --ok:#2f9e44;         /* check */
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif;
  color:var(--ink); background:var(--paper);
}
/* ==== Layout pomocniczy ==== */
.container{max-width:1100px; margin-inline:auto; padding:0 20px}
.grid{display:grid; gap:24px}
.btn{display:inline-flex; align-items:center; gap:.5rem; padding:.8rem 1.1rem; border-radius:999px; border:1px solid var(--brand);
  color:#fff; background:var(--brand); text-decoration:none; font-weight:600; box-shadow:0 6px 18px rgba(58,127,107,.25)}
.btn.secondary{background:#fff; color:var(--brand); border-color:var(--brand); box-shadow:none}
.section{padding:64px 0}
.pill{display:inline-block; font-size:.8rem; letter-spacing:.02em; background:rgba(58,127,107,.1); color:var(--brand); border:1px solid var(--ring); padding:.35rem .7rem; border-radius:999px}
.card{background:var(--card); border:1px solid #ece7dd; border-radius:16px; padding:20px; box-shadow:0 10px 30px rgba(0,0,0,.04)}
.shadow-soft{box-shadow:0 20px 60px rgba(0,0,0,.08)}
.muted{color:var(--muted)}

/* ==== Header ==== */
header{position:sticky; top:0; z-index:50; backdrop-filter:saturate(140%) blur(8px); background:rgba(255,250,243,.75); border-bottom:1px solid #efe9df}
.nav{display:flex; align-items:center; justify-content:space-between; height:100px}
.brand{display:flex; align-items:center; gap:.6rem; font-weight:800; letter-spacing:.02em}
.logo{height:80px; width:320px; object-fit:contain}
.main-nav ul{display:flex; gap:24px; list-style:none; padding:0; margin:0; align-items:center}
.main-nav a{color:var(--ink); text-decoration:none; font-weight:600; font-size:14px; letter-spacing:0.5px; transition:color 0.2s ease; min-width: 80px; text-align: center; display: inline-block;}
.main-nav a:hover{color:var(--brand)}
.main-nav a.active{color:var(--brand); font-weight:700}
.burger{display:none; border:1px solid #e6dfd3; border-radius:10px; background:#fff; padding:.55rem .7rem}

/* ==== Language Switcher ==== */
.lang-switcher{display:flex; align-items:center}
.lang-btn{display:flex; align-items:center; gap:6px; background:none; border:none; cursor:pointer; padding:8px 12px; border-radius:6px; transition:background-color 0.2s ease; font-size:14px; font-weight:600; color:var(--ink); min-width: 120px; justify-content: center;}
.lang-btn:hover{background:rgba(58,127,107,.1)}
.flag-icon{width:24px; height:18px; object-fit:cover; border-radius:2px; border:1px solid rgba(0,0,0,.1)}
.lang-text{font-size:14px; font-weight:600; letter-spacing:0.5px}
.mobile-lang{margin-top:12px; width:100%; justify-content:center; border-radius:8px; padding:12px}


/* ==== Hero ==== */
.hero{
  position:relative; 
  isolation:isolate; 
  min-height: 50vh;
  display: flex;
  align-items: center;
  text-align: center;
  background:linear-gradient(120deg, rgba(0,0,0,.2), rgba(0,0,0,.4) 35%), 
             url('img/hero.585Z.png') center/cover no-repeat;
}
.hero .container {
  margin-left: auto;
  margin-right: 20%;
  max-width: 70%;
}
.hero::before{
  content:""; 
  position:absolute; 
  inset:0; 
  background:rgba(0,0,0,.3); 
  z-index:0
}
.hero .inner{position:relative; z-index:1; color:#fff; padding:96px 0; text-align: right;}
.hero h1{
  font-size:clamp(36px, 7vw, 64px); 
  line-height:1.1; 
  margin:0 0 20px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
  filter: brightness(1.2);
}
.hero-subtitle{
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
  opacity: 0.9;
  text-shadow: 0 0 8px rgba(255,255,255,0.2);
}

/* ==== Sekcja rekrutacji ==== */
/* ================= Section Subtitle ================= */
.section-subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

/* ==== Sekcja Rekrutacji - Nowy Design ==== */
.recruitment-header{
  text-align: center;
  margin-bottom: 48px;
}
.recruitment-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  color: #7B8C6A;
  margin: 0 0 12px;
  font-weight: 600;
}
.recruitment-subtitle{
  font-size: 18px;
  color: var(--muted);
  margin: 0;
  font-weight: 500;
}

.recruitment-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 48px;
  transition: all 0.3s ease;
}

.recruitment-card{
  position: relative;
  background: var(--card);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  padding: 26px 22px 24px 86px;
  border: 1.5px solid rgba(168, 200, 163, 0.4);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(139, 169, 140, 0.3);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E9 100%);
}

.recruitment-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(245, 227, 195, 0.3), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recruitment-card:hover::after{
  opacity: 1;
}

.recruitment-badge{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  background: radial-gradient(100% 100% at 30% 20%, #A8C8A3 0%, #8BA98C 90%);
  box-shadow: 0 8px 18px rgba(168, 200, 163, 0.5), inset 0 0 0 8px #FFF5E6;
  animation: pulse 2.4s infinite ease-in-out;
}

@keyframes pulse{
  0%, 100%{ transform: translateY(-50%) scale(1); }
  50%{ transform: translateY(-50%) scale(1.08); }
}

.recruitment-content{
  flex: 1;
}

.recruitment-card-title{
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 6px;
  color: var(--ink);
}

.recruitment-card-desc{
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  font-size: 15px;
}

.recruitment-cta{
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.recruitment-btn{
  --bg: linear-gradient(180deg, #A8C8A3 0%, #8BA98C 100%);
  border: 0;
  background: var(--bg);
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(139, 169, 140, 0.25);
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.25s ease;
  text-decoration: none;
  font-size: 14px;
}

.recruitment-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

.recruitment-btn:active{
  transform: none;
}

/* ==== Sekcja Warum mit uns (Nur Deutsch) ==== */
.warum-header{
  text-align: center;
  margin-bottom: 48px;
}
.warum-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  color: #7B8C6A;
  margin: 0 0 12px;
  font-weight: 600;
}
.warum-subtitle{
  font-size: 18px;
  color: var(--muted);
  margin: 0;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.warum-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.warum-card{
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  border: 1.5px solid rgba(168, 200, 163, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
}
.warum-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(139, 169, 140, 0.3);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E9 100%);
}
.warum-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(245, 227, 195, 0.3), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.warum-card:hover::after{
  opacity: 1;
}

.warum-icon{
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #A8C8A3, #8BA98C);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 8px 18px rgba(168, 200, 163, 0.5);
}

.warum-card-title{
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 12px;
  color: var(--ink);
}

.warum-card-desc{
  color: var(--text);
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

.warum-image{
  margin-top: 48px;
  text-align: center;
}
.warum-img{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  transition: transform 0.3s ease;
}
/* ==== Sekcja Unser Versprechen (Nur Deutsch) ==== */
.versprechen-section{
  background: linear-gradient(135deg, rgba(168, 200, 163, 0.1) 0%, rgba(139, 169, 140, 0.05) 100%);
}
.versprechen-header{
  text-align: center;
  margin-bottom: 48px;
}
.versprechen-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  color: #7B8C6A;
  margin: 0 0 12px;
  font-weight: 600;
}
.versprechen-subtitle{
  font-size: 18px;
  color: var(--muted);
  margin: 0;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.versprechen-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.versprechen-card{
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  border: 1.5px solid rgba(168, 200, 163, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
}
.versprechen-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(139, 169, 140, 0.3);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E9 100%);
}
.versprechen-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(245, 227, 195, 0.3), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.versprechen-card:hover::after{
  opacity: 1;
}

.versprechen-icon{
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #A8C8A3, #8BA98C);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 8px 18px rgba(168, 200, 163, 0.5);
}

.versprechen-card-title{
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 12px;
  color: var(--ink);
}

/* ==== Sekcja Pflegekräfte (Nur Deutsch) ==== */
.pflege-section{
  background: linear-gradient(135deg, rgba(168, 200, 163, 0.05) 0%, rgba(139, 169, 140, 0.1) 100%);
}
.pflege-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pflege-image{
  text-align: center;
}
.pflege-img{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  transition: transform 0.3s ease;
}
.pflege-img:hover{
  transform: scale(1.02);
}
.pflege-text{
  padding: 20px 0;
}
.pflege-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.5rem);
  color: #7B8C6A;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.2;
}
.pflege-desc{
  font-size: 16px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 32px;
}
.pflege-features{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.pflege-feature{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.feature-icon{
  color: #A8C8A3;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
.feature-text{
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}

.step-recruitment:hover .step-content p{
  color: var(--ink);
}
.cta-center{text-align:center; margin-top:48px}
.btn-large{
  display:inline-flex; 
  align-items:center; 
  gap:12px; 
  padding:16px 32px; 
  font-size:16px; 
  font-weight:700; 
  text-transform:uppercase; 
  letter-spacing:1px; 
  border-radius:12px; 
  background:var(--ink); 
  color:#fff; 
  text-decoration:none; 
  box-shadow:0 8px 24px rgba(58,127,107,.3); 
  transition:all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}
.btn-large::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.6s ease;
}

.btn-large:hover{
  transform:translateY(-4px) scale(1.02); 
  box-shadow:0 16px 40px rgba(58,127,107,.5);
  background: var(--brand);
}

.btn-large:hover::before{
  left: 100%;
}

.btn-large:active{
  transform:translateY(-2px) scale(0.98);
}
.btn-icon{
  font-size:18px; 
  transition:transform .3s ease;
}

.btn-large:hover .btn-icon{
  transform: translateX(4px) rotate(15deg);
}

/* ==== Sekcja Możliwości - Nowy Design ==== */
.possibilities-header{
  text-align: center;
  margin-bottom: 48px;
}
.possibilities-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  color: #7B8C6A;
  margin: 0;
  font-weight: 600;
}

.possibilities-cta-box{
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 48px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  border: 1.5px solid rgba(168, 200, 163, 0.4);
  position: relative;
  overflow: hidden;
}
.possibilities-cta-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #A8C8A3, #8BA98C);
  border-radius: 20px 20px 0 0;
}
.cta-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-text{
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.5;
}
.cta-icons{
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.cta-icon{
  font-size: 24px;
  animation: float 3s ease-in-out infinite;
}
.cta-icon:nth-child(2){
  animation-delay: 1s;
}
.cta-icon:nth-child(3){
  animation-delay: 2s;
}

@keyframes float{
  0%, 100%{ transform: translateY(0px); }
  50%{ transform: translateY(-8px); }
}

.possibilities-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.possibility-card{
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 25px rgba(178, 162, 136, 0.2);
  border: 1.5px solid rgba(168, 200, 163, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.possibility-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(139, 169, 140, 0.3);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E9 100%);
}
.possibility-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(245, 227, 195, 0.3), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.possibility-card:hover::after{
  opacity: 1;
}

.card-header{
  margin-bottom: 24px;
  position: relative;
}
.card-header::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #A8C8A3, #8BA98C);
  border-radius: 2px;
}
.card-title{
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 0 16px;
  color: var(--ink);
}

.possibility-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.possibility-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 0;
}
.possibility-item:last-child{
  margin-bottom: 0;
}

.check-icon{
  color: #A8C8A3;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.star-icon{
  color: #FF8C00;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.item-text{
  color: var(--text);
  line-height: 1.6;
  font-size: 15px;
}

/* ==== Sekcja O nas ==== */
.about-us{padding:0}
.about-hero{display:flex; flex-direction:column; min-height:60vh; max-height:60vh; background:url('img/nagłowek o nas.png') center/cover no-repeat; overflow:hidden; position:relative}
.about-image{position:relative; flex:1; min-height:50vh}
.about-img{width:100%; height:100%; position:relative}
.about-overlay{position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(135deg, rgba(27,43,40,.4), rgba(27,43,40,.2)); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:60px; color:#fff}
.about-title{font-size:48px; font-weight:700; margin:0 0 24px; text-shadow:0 2px 4px rgba(0,0,0,.3)}
.about-slogan{font-size:32px; font-weight:300; line-height:1.2; margin:0; text-shadow:0 2px 4px rgba(0,0,0,.3); font-family:serif}
.about-content{background:rgba(143,184,168,.15); padding:80px 0}
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start}
.about-heading{font-size:28px; font-weight:700; color:var(--brand); margin:0; line-height:1.2; font-family:serif}
.about-subheading{font-size:18px; font-weight:600; color:var(--ink); margin:0 0 24px; line-height:1.4}
.about-text{font-size:16px; line-height:1.6; color:var(--ink); margin:0 0 20px}

/* ==== Krok po kroku ==== */
.steps{grid-template-columns:repeat(3, minmax(0,1fr))}
.step{position:relative; padding:22px}
.step .num{width:36px;height:36px;display:grid;place-items:center;border-radius:50%; background:var(--brand); color:#fff; font-weight:700}
.step h3{margin:.6rem 0 .3rem}

/* ==== Rozmowa / dlaczego warto ==== */
.two-col{grid-template-columns:repeat(2, minmax(0,1fr))}
.list{padding-left:0; list-style:none}
.list li{display:flex; align-items:flex-start; gap:10px; margin:.4rem 0}
.list svg{flex:0 0 18px}

/* ==== Sekcja ofert pracy ==== */
.job-header{text-align:center; margin-bottom:48px}
.job-subtitle{font-size:16px; color:var(--brand); font-weight:600; margin:0 0 8px; text-transform:uppercase; letter-spacing:1px}
.job-title{font-size:clamp(24px, 4vw, 36px); color:var(--brand); font-weight:700; margin:0; line-height:1.2}
.job-content{display:flex; flex-direction:column; align-items:center; gap:48px; max-width:800px; margin:0 auto}
.job-image{width:100%; max-width:600px}
.job-image .img{border-radius:16px; overflow:hidden; height:400px; background:url('https://images.unsplash.com/photo-1584516170631-3f3aa7a8c142?q=80&w=2070&auto=format&fit=crop') center/cover}
.job-details{background:var(--card); padding:40px; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.04); width:100%}
.job-position{font-size:24px; font-weight:700; color:var(--ink); margin:0 0 16px}
.job-section-title{font-size:20px; font-weight:700; color:var(--brand); margin:24px 0 16px}
.job-intro{font-size:16px; line-height:1.6; color:var(--ink); margin:0 0 24px}
.job-requirements{margin:24px 0}
.job-offers{margin:24px 0}
.job-list{padding:0; list-style:none; margin:12px 0}
.job-list li{position:relative; padding-left:24px; margin:8px 0; line-height:1.5; color:var(--ink)}
.job-list li::before{content:""; position:absolute; left:0; top:8px; width:6px; height:6px; background:var(--brand); border-radius:50%}
.job-offers-list li::before{background:#ff8c00; border-radius:2px; transform:rotate(45deg)}
.job-cta{text-align: center}
.job-cta-text{font-size:16px; line-height:1.6; color:var(--ink); margin:32px 0 24px; font-weight:500}
.job-cta-button{text-align:center}
.btn-job{display:inline-block; padding:16px 32px; background:var(--brand); color:#fff; text-decoration:none; border-radius:8px; font-weight:700; font-size:16px; text-transform:uppercase; letter-spacing:1px; transition:background-color 0.2s ease}
.btn-job:hover{background:var(--brand-2)}

.offer .grid{grid-template-columns:1.1fr .9fr}
.offer h3{margin-top:0}
.chip{display:inline-block; font-size:.75rem; padding:.25rem .55rem; border-radius:999px; border:1px solid #e7e0d4; background:#fff}

/* ==== Footer ==== */
footer{background:#e7efe9; border-top:1px solid #dbe5dd}
.columns{grid-template-columns:1fr; max-width:70%; margin:0 auto}
.contact-card{background:#fff; border:1px solid #e6eee7; border-radius:12px; padding:16px}

/* ==== Mobile Navigation ==== */
.mobile-nav{
  display:none !important; 
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  overflow:hidden !important;
}

/* ==== Responsywność ==== */
@media (max-width: 900px){
  .steps{grid-template-columns:1fr}
  .recruitment-steps{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .recruitment-card{
    padding-left: 86px;
  }
  .about-grid{grid-template-columns:1fr; gap:40px}
  .about-overlay{padding:40px 20px}
  .about-title{font-size:36px}
  .about-slogan{font-size:24px}
  .about-content{padding:60px 0}
  .about-heading{font-size:24px}
  .warum-cards{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .versprechen-cards{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pflege-content{
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pflege-features{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cta-content{
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .possibilities-cards{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  body{
    padding-top: 100px;
  }
  .main-nav ul{display:none}
  .burger{display:inline-flex}
  .mobile-nav{
    display:none !important; 
    border-top:1px solid #efe9df; 
    position:absolute; 
    top:100%; 
    left:0; 
    right:0; 
    background:var(--paper); 
    z-index:100; 
    padding:0 20px; 
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    overflow:hidden !important;
  }
  .mobile-nav.open{
    display:block !important; 
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    overflow:visible !important;
  }
  .mobile-nav a{display:block; padding:12px 0; border-bottom:1px solid #efe9df; color:var(--ink); text-decoration:none; font-weight:600; font-size:14px; letter-spacing:0.5px}
  .mobile-nav a.active{color:var(--brand); font-weight:700}
  .mobile-nav a:last-child{border-bottom:none}
}
/* ================= Team Section ================= */
.team-section {
  padding: 60px 0;
}

.team-header {
  text-align: center;
  margin-bottom: 50px;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 15px;
}

.team-subtitle {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
}

.team-content {
  max-width: 1000px;
  margin: 0 auto;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.team-card {
  background: var(--card);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid var(--brand-2);
}

.team-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 25px;
}

.team-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

.team-values {
  text-align: center;
}

.team-values h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-item {
  background: var(--card);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid var(--brand-2);
}

.value-item h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 15px;
}

.value-item p {
  color: var(--muted);
  line-height: 1.6;
}

/* ==== Avatary zespołu ==== */
.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.team-member-card {
  background: var(--card);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 1px solid var(--brand-2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.member-avatar {
  margin-bottom: 20px;
}

.avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--brand);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 8px;
}

.member-position {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.member-description {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.8;
}

/* ==== Sekcja statystyk ==== */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(58,127,107,0.05), rgba(58,127,107,0.1));
}

.stats-header {
  text-align: center;
  margin-bottom: 60px;
}

.stats-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 16px;
}

.stats-subtitle {
  font-size: 1.2rem;
  color: var(--muted);
  font-weight: 500;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-card {
  background: var(--card);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: 2px solid var(--brand-2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 12px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.4;
}

.stat-icon {
  font-size: 2rem;
  opacity: 0.8;
}

/* ==== Sekcja z obrazkiem ==== */
.image-section {
  padding: 80px 0;
  background: var(--card);
}

.image-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.image-left {
  order: 1;
}

.image-right {
  order: 2;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.section-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.image-wrapper:hover .section-image {
  transform: scale(1.05);
}

.image-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 24px;
  line-height: 1.3;
}

.image-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 20px;
  opacity: 0.9;
}

.image-text:last-child {
  margin-bottom: 0;
}

/* ================= Contact Section ================= */
.contact-section {
  padding: 60px 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 15px;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
}

.contact-content {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card {
  background: var(--card);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid var(--brand-2);
  text-align: center;
}

.contact-flag {
  margin-bottom: 20px;
}

.contact-flags {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.contact-flag .flag-icon {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.contact-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 20px;
}

.contact-hours {
  color: var(--muted);
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-details p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.contact-form-section {
  background: var(--card);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid var(--brand-2);
}

.contact-form-section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 30px;
  text-align: center;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--ink);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--brand-2);
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-primary {
  background: var(--ink);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.btn-primary:hover {
  background: var(--ink);
}

/* ================= Offers Section ================= */
.offers-section {
  padding: 60px 0;
  background: rgba(58,127,107,0.05);
}

.offers-header {
  text-align: center;
  margin-bottom: 40px;
}

.offers-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 10px;
}

.offers-subtitle {
  font-size: 2rem;
  font-weight: 400;
  color: var(--brand);
  font-family: 'Georgia', serif;
  margin: 0;
}

.offers-image {
  margin-bottom: 40px;
}

.offers-img {
  width: 100%;
  height: 300px;
  background: url('img/obraz1.png') center/contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.offers-content {
  max-width: 800px;
  margin: 0 auto;
}

.job-position-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 15px;
}

.join-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 20px;
}

.job-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 30px;
}

.requirements-section,
.offerings-section {
  margin-bottom: 30px;
}

.section-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 15px;
}

.requirements-list,
.offerings-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirements-list li,
.offerings-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--ink);
  line-height: 1.5;
}

.requirements-list li::before,
.offerings-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: bold;
}

.cta-section {
  text-align: center;
  margin-top: 40px;
}

.cta-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 25px;
}

.btn-offers {
  display: inline-block;
  padding: 15px 30px;
  background: var(--brand);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-offers:hover {
  background: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(58,127,107,0.3);
}

/* ================= Mobile Responsive Updates ================= */
@media (max-width: 900px) {
  .team-grid,
  .contact-grid,
  .values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .team-title,
  .contact-title {
    font-size: 2rem;
  }
  
  .team-card,
  .contact-card,
  .contact-form-section {
    padding: 30px 20px;
  }
  
  .image-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .image-left {
    order: 2;
  }
  
  .image-right {
    order: 1;
  }
  
  .image-title {
    font-size: 1.8rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  
  .stat-card {
    padding: 30px 20px;
  }
  
  .stat-number {
    font-size: 2.8rem;
  }
}

/* ==== Styl aktywnego linku ==== */
header a.active{ color: var(--brand); text-decoration: underline; text-underline-offset: .35em; }
