/*
Theme Name: Wiesel
Theme URI: https://wiesel.at
Author: Stefan Wiesel
Description: Własny motyw dla wiesel.at by OS3
Version: 1.0
Text Domain: wiesel
*/

/* =====================
   RESET & BASE
   ===================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:      #1a2e4a;
  --blue-bg:   #a8c4e0;
  --blue-light:#c5d9ee;
  --white:     #ffffff;
  --gray-bg:   #d6d6d6;
  --orange:    #c47335;
  --text:      #2a3f5a;
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-head);
  color: var(--text);
  background: var(--white);
  font-size: 18px;
  line-height: 1.7;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* =====================
   TYPOGRAFIA
   ===================== */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--navy);
}

.site-nav .current-menu-item a,
.site-nav .current-page-ancestor a {
  color: var(--orange);
}

/* =====================
   NAWIGACJA
   ===================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--navy);
  padding: 0 60px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .logo {
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.site-header .logo img{
	max-height: 20px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.site-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: color 0.2s;
	font-family: var(--font-head);
}

.site-nav a:hover { color: #fff; }

.site-nav .lang-switch {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}

/* =====================
   HERO
   ===================== */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.75;
  mix-blend-mode: normal;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px;
  max-width: 900px;
  text-align: left;
}

.hero-content h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 12px;
}

.hero-content .subtitle {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

/* =====================
   PRZYCISKI
   ===================== */
.btn {
  display: inline-block;
  padding: 13px 36px;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  cursor: pointer;
  border: 1.5px solid transparent;
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.btn-orange:hover {
  background: #ffffff;
	color: var(--navy);
  border-color: #ffffff;
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff;
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--navy);
}

/* =====================
   SEKCJA WARTOŚCI (ikony)
   ===================== */
.sec-values {
  background: var(--white);
  padding: 80px 80px;
}

.values-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.value-item {
  text-align: center;
}

.value-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  color: var(--orange);
}

.value-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.5;
}

.value-item h3 {
  font-family: var(--font-head);
  color: var(--orange);
  margin-bottom: 10px;
  font-weight: 600;
}

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

/* =====================
   SEKCJA ANGEBOT (oferta)
   ===================== */
.sec-angebot {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 100px 80px;
  text-align: center;
}

.sec-angebot-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.sec-angebot-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.sec-angebot h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #fff;
  margin-bottom: 36px;
}

.angebot-list {
  list-style: none;
  margin-bottom: 48px;
}

.angebot-list li {
  color: rgba(255,255,255,0.9);
  font-size: 1.5rem;
  line-height: 2.2;
  font-family: var(--font-head);
}

/* =====================
   SEKCJA METHODEN + ÜBER MICH
   ===================== */
.sec-blue {
  background: var(--blue-bg);
  padding: 100px 80px 0;
}

.methoden-intro-text h2{
	margin-bottom: 20px;
}

.sec-blue-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: start;
}

.col-photo-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: -180px;
}

.col-photo-wrap img {
  width: 100%;
  display: block;
}

.col-methoden {
  padding-top: 0px;
  padding-bottom: 100px;
}

.col-methoden h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 20px;
}

.col-methoden p {
  margin-bottom: 32px;
  color: var(--navy);
  line-height: 1.8;
	max-width: 600px;
}

/* =====================
   SEKCJA BIAŁA (Über mich + Ablauf)
   ===================== */
.sec-white {
  background: var(--white);
  padding: 180px 80px 100px;
}

.sec-white-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: start;
}

.col-ueber {
  background: var(--gray-bg);
  padding: 48px 44px;
}

.col-ueber h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin-bottom: 16px;
}

.col-ueber p {
  margin-bottom: 32px;
  line-height: 1.8;
}

.col-ablauf h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  margin-bottom: 16px;
}

.col-ablauf p {
  margin-bottom: 32px;
  line-height: 1.8;
	max-width: 600px;
}

/* =====================
   SEKCJA MAPA / KONTAKT
   ===================== */
.sec-mapa {
  position: relative;
}

.mapa-embed iframe {
  display: block;
  width: 100%;
  height: 750px;
  border: 0;
	filter: grayscale(100%);
}

.kontakt-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 1000;
  padding: 0 80px;
}

.kontakt-box {
  background: var(--orange);
  color: #fff;
  padding: 40px 48px;
  max-width: 420px;
  width: 420px;
  pointer-events: all;
  font-family: var(--font-head);
  margin-left: 0;
}

.kontakt-box h2 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 24px;
}

.kontakt-box .kontakt-info {
  margin-bottom: 32px;
}

.kontakt-box .kontakt-info strong {
  font-weight: 500;
}

@media (min-width: 1600px) {
  .kontakt-overlay {
    padding: 0 calc((100vw - 1600px) / 2 + 80px);
  }
}

@media (max-width: 768px) {
  .kontakt-overlay {
    padding: 0 24px;
    align-items: flex-start;
    padding-top: 40px;
  }

  .kontakt-box {
    max-width: 360px;
    padding: 32px 28px;
  }
}



/* =====================
   PAGE template
   ===================== */

.page-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 80px 100px;
}


/* =====================
   PAGE HERO (podstrony)
   ===================== */
.page-hero {
  min-height: 60vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
	object-position: center top;
  opacity: 0.5;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-hero-content h1 {
  font-size: clamp(1.6rem, 3vw, 3rem);
  color: #fff;
  margin-bottom: 32px;
}

.page-hero-content p {
  color: #fff;
  margin: 0 auto 32px auto;
	max-width: 960px;
	font-style: italic;
}

/* =====================
   ANGEBOT GRID
   ===================== */
.angebot-grid-section {
  padding: 80px;
}

.angebot-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 48px;
}

.angebot-card {
  position: relative;
}

.angebot-card-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.angebot-card-body {
  background: var(--white);
  padding: 32px 28px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.angebot-card-body h2 {
  font-size: 1.3rem;
  color: var(--orange);
  margin-bottom: 12px;
  line-height: 1.3;
}

.angebot-card-body h2 span {
  display: block;
}

.angebot-card-body p {
  margin-bottom: 24px;
  line-height: 1.7;
}

.page-hero-subtitle {
  color: rgba(255,255,255,0.85);
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 32px;
}

/* =====================
   SINGLE ANGEBOT
   ===================== */
.sec-angebot-single {
  padding: 80px;
}

.angebot-single-inner {
  max-width: 900px;
  margin: 0 auto;
}

.angebot-lead {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.angebot-opis {
  line-height: 1.85;
}

.angebot-opis h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  margin-top: 48px;
  margin-bottom: 16px;
}

.angebot-opis h2:first-child {
  margin-top: 0;
}

.angebot-opis p {
  margin-bottom: 20px;
}

.angebot-opis ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.angebot-opis ul li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(26,46,74,0.1);
  position: relative;
}

.angebot-opis ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--orange);
}

/* INNE ANGEBOTE */
.sec-inne-angebote {
  padding: 80px;
  background: var(--gray-bg);
}

.inne-angebote-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inne-angebote-inner h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-bottom: 40px;
}

.inne-angebote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.inne-card {
  background: var(--white);
  text-decoration: none;
  color: var(--navy);
  display: block;
  transition: transform 0.25s;
}

.inne-card:hover {
  transform: translateY(-4px);
}

.inne-card-img {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.inne-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.inne-card:hover .inne-card-img img {
  transform: scale(1.04);
}

.inne-card-body {
  padding: 24px;
}

.inne-card-body h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.inne-card-link {
  font-size: 0.85rem;
  color: var(--orange);
  letter-spacing: 0.03em;
}

/* =====================
   METHODEN ARCHIWUM
   ===================== */
.sec-methoden-intro {
  padding: 80px;
  background: var(--white);
}

.methoden-intro-inner {
  max-width: 900px;
  margin: 0 auto;
}

.methoden-intro-text {
  font-size: 0.95rem;
  line-height: 1.85;
}

.sec-methoden-grid {
  padding: 80px;
  background: var(--gray-bg);
}

.methoden-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.methoden-card {
  background: var(--white);
  text-decoration: none;
  color: var(--navy);
  display: grid;
  grid-template-columns: 280px 1fr;
  transition: transform 0.25s;
}

.methoden-card:hover {
  transform: translateY(-4px);
}

.methoden-card-img {
  overflow: hidden;
}

.methoden-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.methoden-card:hover .methoden-card-img img {
  transform: scale(1.04);
}

.methoden-card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.methoden-card-body h2 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.methoden-card-body p {
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.8;
  flex: 1;
  margin-bottom: 20px;
}

.methoden-card-link {
  font-size: 0.85rem;
  color: var(--orange);
  letter-spacing: 0.03em;
}

/* SINGLE METHODEN */
.sec-methoden-single {
  padding: 80px;
}

.methoden-single-inner {
  max-width: 900px;
  margin: 0 auto;
}

.methoden-lead {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(26,46,74,0.15);
}

.methoden-opis {
  font-size: 0.95rem;
  line-height: 1.85;
}

.methoden-opis h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  margin-top: 48px;
  margin-bottom: 16px;
}

.methoden-opis h2:first-child {
  margin-top: 0;
}

.methoden-opis p { margin-bottom: 20px; }

.methoden-opis ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.methoden-opis ul li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(26,46,74,0.1);
  position: relative;
}

.methoden-opis ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--orange);
}

/* INNE METHODEN */
.sec-inne-methoden {
  padding: 80px;
  background: var(--gray-bg);
}

.inne-methoden-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inne-methoden-inner h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-bottom: 40px;
}

.inne-methoden-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 1024px) {
  .methoden-grid-inner { grid-template-columns: 1fr; }
  .methoden-card { grid-template-columns: 220px 1fr; }
}


/* =====================
   ÜBER MICH
   ===================== */
.sec-ueber {
  padding: 80px;
}

.ueber-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}

.ueber-photo img {
  width: 100%;
  display: block;
  position: sticky;
  top: 84px;
}

.ueber-lead {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(26,46,74,0.15);
}

.ueber-content h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-top: 40px;
}

.ueber-content h2:first-of-type {
  margin-top: 0;
}

.ueber-text {
  line-height: 1.8;
  margin-bottom: 8px;
}

.ueber-text ul {
  list-style: none;
  padding: 0;
}

.ueber-text ul li {
  padding: 10px 0;
  /*border-bottom: 1px solid rgba(26,46,74,0.1);*/
}

.ueber-text ul li a {
  color: var(--orange);
}

.ueber-content .btn {
  margin-top: 40px;
}

/* =====================
   ABLAUF & RAHMEN
   ===================== */
.sec-ablauf-content {
  padding: 80px;
}

.ablauf-inner {
  max-width: 900px;
  margin: 0 auto;
}

.ablauf-section {
  margin-bottom: 20px;
}

.ablauf-section h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-bottom: 20px;
}

.ablauf-text {
  line-height: 1.8;
	padding-bottom: 20px;
}

/* CENNIK */
.ablauf-preise {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 32px 0;
}

.preis-card {
  background: var(--navy);
  color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.preis-label {
  font-size: 0.8rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.preis-value {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: #fff;
}

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

/* =====================
   FAQ
   ===================== */
.sec-faq {
  padding: 80px;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  align-items: start;
}

.faq-item {
  border-bottom: 1px solid rgba(26,46,74,0.15);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
  gap: 24px;
	font-weight: bold;
}

.faq-question:hover { color: var(--orange); }

.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--orange);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  padding-bottom: 0;
  line-height: 1.8;
  color: var(--text);
}

.faq-item.open .faq-answer {
  padding-bottom: 24px;
}

.faq-item.open .faq-answer a{
	color: var(--orange);
}

/* =====================
   KONTAKT STRONA
   ===================== */
.sec-kontakt-form {
  padding: 80px;
}

.kontakt-form-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.kontakt-details h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin-bottom: 16px;
}

.kontakt-details p {
  margin-bottom: 40px;
  line-height: 1.8;
}

.kontakt-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kontakt-data-item .label {
  display: block;
  font-size: 0.8rem;
  color: var(--text);
  opacity: 0.7;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kontakt-data-item strong {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 400;
}

.kontakt-data-item a {
  color: var(--navy);
}

.sec-cta {
  background: var(--blue-bg);
  padding: 80px;
  text-align: center;
}

.cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.cta-inner h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 16px;
}

.cta-inner p {
  margin-bottom: 32px;
  line-height: 1.8;
}

/* =====================
   PAGE STANDARD
   ===================== */
.page-hero--simple {
  min-height: 300px;
  background: var(--navy);
}

.sec-page-content {
  padding: 80px;
}

.page-content-inner {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.85;
}

.page-content-inner h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  margin-top: 48px;
  margin-bottom: 16px;
}

.page-content-inner h2:first-child {
  margin-top: 0;
}

.page-content-inner h3 {
  font-size: 1.1rem;
  margin-top: 32px;
  margin-bottom: 12px;
}

.page-content-inner p {
  margin-bottom: 20px;
}

.page-content-inner ul,
.page-content-inner ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.page-content-inner ul li,
.page-content-inner ol li {
  margin-bottom: 8px;
}

.page-content-inner a {
  color: var(--orange);
  text-decoration: underline;
}

#mapa-leaflet {
  width: 100%;
  height: 520px;
  filter: grayscale(100%);
}

.mapa-pin {
  width: 20px;
  height: 20px;
  background: var(--orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.leaflet-popup-content {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--navy);
  margin: 12px 16px;
}

/* =====================
   FOOTER
   ===================== */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 20px 40px;
  font-size: 0.8rem;
}


/* ============================================================
   CONTACT FORM 7 — stylizacja pod motyw Wiesel (B2)
   Dodaj na końcu style.css. Używa zmiennych z :root motywu.
   ============================================================ */

/* wrapper formularza w szablonie kontakt */
.kontakt-form .wpcf7 {
  width: 100%;
}

/* wiersz pola */
.cf7-row {
  margin-bottom: 24px;
}

/* etykiety pól */
.cf7-row label {
  display: block;
  font-family: var(--font-head);
  font-size: 0.95rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}

/* pola tekstowe + email + tel + textarea */
.kontakt-form input[type="text"],
.kontakt-form input[type="email"],
.kontakt-form input[type="tel"],
.kontakt-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1.5px solid rgba(26, 46, 74, 0.25);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  border-radius: 0;
  transition: border-color 0.2s;
}

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

.kontakt-form textarea {
  min-height: 140px;
  resize: vertical;
}

.kontakt-form input::placeholder,
.kontakt-form textarea::placeholder {
  color: rgba(42, 63, 90, 0.45);
}

/* checkbox zgody */
.cf7-consent {
  margin: 24px 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--text);
}

.cf7-consent .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cf7-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--orange);
  cursor: pointer;
}

.cf7-consent a {
  color: var(--orange);
  text-decoration: underline;
}

/* przycisk wysyłki — styl jak .btn-orange */
.kontakt-form input[type="submit"],
.cf7-submit input[type="submit"] {
  display: inline-block;
  padding: 13px 36px;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: var(--orange);
  color: #fff;
  border: 1.5px solid var(--orange);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.kontakt-form input[type="submit"]:hover,
.cf7-submit input[type="submit"]:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

/* komunikaty walidacji CF7 */
.kontakt-form .wpcf7-not-valid-tip {
  color: #c0392b;
  font-family: var(--font-body);
  font-size: 0.8rem;
  margin-top: 6px;
}

.kontakt-form .wpcf7-response-output {
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 14px 18px !important;
  margin: 24px 0 0 !important;
  border-radius: 0;
}

/* spinner CF7 — neutralny */
.kontakt-form .wpcf7-spinner {
  margin-left: 12px;
}

/* honeypot — upewnienie, że ukryte (wtyczka zwykle sama chowa) */
.cf7-row .honeypot-website,
input[name="honeypot-website"] {
  position: absolute !important;
  left: -9999px !important;
}

#cookie-float-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--navy, #1a2e4a);
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}

#cookie-float-btn:hover {
  background: var(--orange-bg, #c0522a);
  transform: translateY(-2px) scale(1.05);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .sec-blue-inner { grid-template-columns: 1fr; }
  .col-photo-wrap { margin-bottom: 0; max-width: 400px; }
  .sec-white { padding-top: 80px; }
  .sec-white-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-header { padding: 0 24px; }
  .site-nav { display: none; }
  .hero-content { padding: 0 24px 60px; }
  .sec-values, .sec-blue, .sec-white, .sec-angebot { 
	  padding-left: 0px;
	  padding-right: 0px;
	}
  .values-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .kontakt-box { margin-left: 24px; padding: 32px 28px; }
  .kontakt-overlay { align-items: flex-start; padding-top: 40px; }
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 769px) {
  .col-photo-wrap {
    margin-bottom: -300px;
	  order: 1;
  }
	
  .sec-white {
    padding-top: 205px;
  }
	
.col-methoden { 
	order: 2; 
	}
.col-ablauf{
		order: 3;
	}
	
	.sec-blue .col-ablauf { display: none; }
	
.sec-white .col-ablauf { 
	display: block; 
	margin-top: -70px;
	}
}

@media (max-width: 768px) {
  .hamburger { display: flex; }

  .site-nav {
    display: none;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 24px 32px;
    z-index: 999;
  }

  .site-nav.open { display: flex; }

  .site-nav li { width: 100%; }

  .site-nav a {
    display: block;
    padding: 14px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
	
	.values-grid { 
		grid-template-columns: 1fr; 
		padding: 0 24px;
	}
	
	.sec-blue {
  padding-bottom: 0;
		padding-top: 60px;
	}

	.sec-white {
	  padding-top: 0;
		text-align: center;
	}

	.col-ueber {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	
	.col-photo-wrap {
	  width: 100%;
	  max-width: 100%;
		margin-bottom: 0;
		order: 3; 
		margin-top: -40px;
		background: #fff;
	}

	.col-photo-wrap img {
		max-width: 400px;
    margin: 0 auto;
	}

	.sec-blue-inner {
	  gap: 40px;
		display: flex;
  flex-direction: column;
		text-align: center;
	}
	
	.col-methoden { 
		order: 1; 
	}
	
	.sec-blue .col-methoden { 
		order: 1; 
		padding: 0 24px 20px 24px;
	}
	
	.sec-blue .col-ablauf { 
		display: block; 
		order: 2;
	  background: var(--white);
	  padding: 60px 24px;
	}
	
  .sec-white .col-ablauf { display: none; }
	
	.sec-mapa {
	  position: relative;
	}

	.kontakt-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  align-items: center;
	  pointer-events: none;
	  z-index: 1000;
	}

	.kontakt-box {
	  pointer-events: all;
	}

	.mapa-embed iframe {
	  height: 450px;
		order: 1;
	}
	
	.page-container { 
		padding: 100px 24px 60px; 
	}
	
	.angebot-grid-section { 
		padding: 40px 24px; 
	}
  .angebot-grid { 
	  grid-template-columns: 1fr; 
	  gap: 40px; 
	}
	
	.sec-kontakt-form { 
		padding: 40px 24px;
	}
  	.kontakt-form-inner { 
	  grid-template-columns: 1fr; gap: 40px;
	}
	
	.sec-faq { 
		padding: 40px 24px; 
	}
	
	.faq-container { 
		grid-template-columns: 1fr; 
	}
	
	.sec-ueber { 
		padding: 40px 24px; 
	}
  .ueber-inner { 
	  display: flex;
	  flex-direction: column;
	}
  .ueber-content { 
	  order: 1; 
	}
  .ueber-photo { 
	  order: 2;
	  max-width: 300px;
	  margin: 32px auto 0;
	}
  .ueber-photo img {
	  position: static;
	}
	
	.sec-cta { 
		padding: 60px 24px; 
	}
	
	.sec-ablauf-content { 
		padding: 40px 24px; 
	}
	
  	.ablauf-preise { 
	  grid-template-columns: 1fr 1fr; 
	}
	
	.sec-angebot-single { 
		padding: 40px 24px; 
	}
  	.sec-inne-angebote { 
		padding: 40px 24px; 
	}
  	.inne-angebote-grid { 
		grid-template-columns: 1fr; 
	}
	
	.sec-methoden-intro { 
		padding: 40px 24px; 
	}
  .sec-methoden-grid { 
	  padding: 40px 24px; 
	}
  .sec-methoden-single { 
	  padding: 40px 24px; }
  .sec-inne-methoden { 
	  padding: 40px 24px; 
	}
  .methoden-card { 
	  grid-template-columns: 1fr; 
	}
  .methoden-card-img { 
	  aspect-ratio: 16/9; 
	}
  .inne-methoden-grid { 
	  grid-template-columns: 1fr; 
	}
	
	.page-hero--simple { 
		min-height: 200px; 
	}
  .sec-page-content { 
	  padding: 40px 24px; 
	}
}
