/*
Theme Name: DP Motyw
Theme URI: https://dp.pl
Author: dp
Author URI: https://dp.pl
Description: Elegancki motyw dla firmy dp — kadry, IT, BHP, PPOŻ, nieruchomości, premium handmade
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: dp-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=DM+Mono:wght@300;400&display=swap');

/* ── ZMIENNE ── */
:root {
  --ink:        #0e0d0b;
  --cream:      #f5f0e8;
  --warm-white: #faf8f4;
  --gold:       #b8943f;
  --gold-light: #d4a853;
  --muted:      #7a7269;
  --divider:    #ddd8ce;
  --dark:       #1a1612;
  --dark-soft:  #211e19;
  --tag-bg:     #ede8de;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--warm-white);
  color: var(--ink);
  font-family: 'Libre Baskerville', Georgia, serif;
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ── NAWIGACJA ── */
.site-header {
  background: var(--dark);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.site-logo span { color: var(--gold); }
.site-logo:hover { text-decoration: none; color: var(--cream); }
.brand-dp { text-transform: none; }

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
}
.main-nav a {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.55);
  transition: color 0.2s;
}
.main-nav a:hover,
.main-nav .current-menu-item a {
  color: var(--gold);
  text-decoration: none;
}
.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 8px 18px !important;
  border-radius: 2px;
  font-weight: 400;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* hamburger mobile */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  transition: all 0.3s;
}

/* ── HERO ── */
.hero {
  background: var(--dark);
  color: var(--cream);
  padding: 100px 40px 90px;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(184,148,63,0.11) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: 'dp';
  position: absolute;
  right: -20px;
  bottom: 40%;
  font-family: 'Playfair Display', serif;
  font-size: 320px;
  font-weight: 700;
  color: rgba(184,148,63,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-eyebrow::after {
  content: '';
  width: 60px;
  height: 1px;
  background: rgba(184,148,63,0.4);
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  max-width: 640px;
  white-space: normal;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
}
.hero-lead {
  font-size: 17px;
  color: rgba(245,240,232,0.65);
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 44px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--dark);
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover {
  background: var(--gold-light);
  color: var(--dark);
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(245,240,232,0.7);
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  text-decoration: none;
}
.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.07);
  flex-wrap: wrap;
}
.stat-item {}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.35);
}

/* ── SEKCJE OGÓLNE ── */
.section {
  padding: 90px 40px;
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: 560px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-lead {
  font-size: 15px;
  color: var(--muted);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 56px;
}

/* ── USŁUGI ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.service-card {
  background: var(--dark);
  color: var(--cream);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s;
}
.service-card:hover { transform: translateY(-3px); }
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 80px; height: 80px;
  background: radial-gradient(circle, rgba(184,148,63,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.service-icon {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
}
.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.25;
}
.service-desc {
  font-size: 13px;
  color: rgba(245,240,232,0.55);
  line-height: 1.7;
}
.service-card.highlight {
  background: var(--gold);
}
.service-card.highlight .service-name,
.service-card.highlight .service-desc {
  color: var(--dark);
}
.service-card.highlight .service-desc { opacity: 0.75; }

/* ── O NAS ── */
.about-section {
  background: var(--cream);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-image-block {
  position: relative;
}
.about-image-placeholder {
  background: var(--dark);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-placeholder span {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(184,148,63,0.2);
  letter-spacing: -0.05em;
}
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--gold);
  color: var(--dark);
  padding: 20px 24px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  margin-bottom: 4px;
}
.about-content .section-title { max-width: 100%; }
.about-list {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
}
.about-list li::before {
  content: '✦';
  color: var(--gold);
  font-size: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

/* ── KONTAKT / CTA ── */
.cta-section {
  background: var(--dark);
  color: var(--cream);
  text-align: center;
  padding: 90px 40px;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(184,148,63,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section .section-inner { position: relative; z-index: 1; }
.cta-section .section-label { justify-content: center; }
.cta-section .section-label::before { display: none; }
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-title em { font-style: italic; color: var(--gold-light); }
.cta-lead {
  font-size: 15px;
  color: rgba(245,240,232,0.55);
  max-width: 440px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.cta-contact-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.cta-contact-item {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
}
.cta-contact-item a {
  display: block;
  font-size: 17px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0;
  text-transform: none;
  color: var(--cream);
  margin-top: 6px;
  font-weight: 600;
}
.cta-contact-item a:hover { color: var(--gold-light); text-decoration: none; }

/* ── OPINIE ── */
.testimonials-section {
  background: var(--warm-white);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.testimonial-card {
  border: 1px solid var(--divider);
  padding: 32px 28px;
  position: relative;
  background: #fff;
  transition: box-shadow 0.25s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
}
.testimonial-quote {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.4;
}
.testimonial-text {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 24px;
}
.testimonial-author {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 16px;
  border-top: 1px solid var(--divider);
}
.testimonial-author strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Libre Baskerville', serif;
  font-style: normal;
}

/* ── FOOTER ── */
.site-footer {
  background: var(--dark);
  color: rgba(245,240,232,0.4);
  padding: 56px 40px 32px;
}
.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand .site-logo {
  display: inline-block;
  margin-bottom: 18px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 300px;
  color: rgba(245,240,232,0.4);
}
.footer-col-title {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  font-size: 13px;
  color: rgba(245,240,232,0.45);
  transition: color 0.2s;
}
.footer-col a:hover {
  color: var(--gold-light);
  text-decoration: none;
}
.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.footer-legal {
  color: rgba(245,240,232,0.35);
  line-height: 1.8;
}
.footer-bottom-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-bottom-links a {
  color: rgba(245,240,232,0.4);
  transition: color 0.2s;
}
.footer-bottom-links a:hover {
  color: var(--gold-light);
  text-decoration: none;
}

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--dark);
  border-top: 1px solid rgba(184,148,63,0.25);
  padding: 20px 24px;
}
.cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-inner p {
  flex: 1;
  min-width: 260px;
  font-size: 12px;
  color: rgba(245,240,232,0.6);
  line-height: 1.6;
  margin: 0;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-sm {
  font-size: 11px;
  padding: 8px 18px;
}

/* ── LEGAL PAGE ── */
.legal-page {
  padding-top: 120px;
}
.legal-content {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
}
.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 12px;
  color: var(--dark);
}
.legal-content h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 8px;
  color: var(--dark);
}
.legal-content ul {
  padding-left: 20px;
  margin: 12px 0;
}
.legal-content li {
  margin-bottom: 6px;
}
.legal-content a {
  color: var(--gold);
}
.legal-content a:hover {
  color: var(--gold-light);
}
.legal-date {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.35);
}

/* ── ANIMACJE ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-up {
  animation: fadeUp 0.6s ease backwards;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.22s; }
.delay-3 { animation-delay: 0.34s; }
.delay-4 { animation-delay: 0.46s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-grid    { grid-template-columns: 1fr; gap: 48px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .footer-brand  { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .site-header-inner { padding: 0 20px; }
  .section  { padding: 64px 20px; }
  .hero     { padding: 72px 20px 64px; min-height: auto; }
  .cta-section { padding: 64px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; gap: 36px; }
  .hero-stats    { gap: 32px; }
  .main-nav      { display: none; }
  .menu-toggle   { display: flex; }
  .main-nav.open { display: block; position: absolute; top: 68px; left: 0; right: 0;
    background: var(--dark); border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 20px; }
  .main-nav.open ul { flex-direction: column; gap: 0; }
  .main-nav.open a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .cookie-inner { flex-direction: column; gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
}

/* ── HERO PILLS ── */
.hero-pills {
    display: flex;
    gap: 8px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.hero-pill {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-light);
    padding: 5px 12px;
    border: 1px solid rgba(184,148,63,0.4);
    border-radius: 20px;
}

/* ── TAGI USŁUG ── */
.service-tag {
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-light);
    border: 1px solid rgba(184,148,63,0.35);
    padding: 3px 8px;
    border-radius: 1px;
    display: inline-block;
    margin-top: 4px;
}
.service-card.highlight .service-tag {
    color: var(--dark);
    border-color: rgba(26,22,18,0.3);
}

/* ── SEKCJA DLACZEGO DP ── */
.why-section {
    background: var(--dark-soft);
    padding: 90px 40px;
}
.why-section .section-label { color: var(--gold-light); }
.why-section .section-label::before { background: var(--gold-light); }
.why-section .section-title { color: var(--cream); }
.why-section .section-lead  { color: rgba(245,240,232,0.72); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 40px;
}
.why-card {
    border-top: 1px solid rgba(184,148,63,0.3);
    padding-top: 24px;
}
.why-num {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    margin-bottom: 10px;
}
.why-title {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-style: italic;
    color: var(--cream);
    margin-bottom: 8px;
}
.why-desc {
    font-size: 12px;
    color: rgba(245,240,232,0.65);
    line-height: 1.7;
}

/* ── ZŁOTE dp W SEKCJI O NAS ── */
.about-image-placeholder span {
    color: rgba(184,148,63,0.6) !important;
}

/* ── OPINIE – BADGE BRANŻOWY ── */
.testimonial-badge {
    display: inline-block;
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(184,148,63,0.4);
    padding: 2px 8px;
    border-radius: 1px;
    margin-bottom: 10px;
}

/* ── CTA TYTUŁ ── */
.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: var(--cream);
}
.cta-title em { font-style: italic; color: var(--gold-light); }

@media (max-width: 900px) {
    .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .why-grid { grid-template-columns: 1fr; }
    .why-section { padding: 64px 20px; }
}
.wp-block-image { margin: 2em 0; }
.aligncenter { text-align: center; }
.alignleft   { float: left; margin-right: 1.5em; }
.alignright  { float: right; margin-left: 1.5em; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}

/* ══════════════════════════════════
   SOCIAL MEDIA
══════════════════════════════════ */
.header-right-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-social-icon {
  color: rgba(245,240,232,0.45);
  display: flex;
  align-items: center;
  line-height: 1;
  transition: color 0.2s;
  text-decoration: none;
}
.header-social-icon:hover { color: #b8943f; }

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.footer-social-icon {
  color: rgba(245,240,232,0.35);
  display: flex;
  align-items: center;
  line-height: 1;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-social-icon:hover { color: #b8943f; }

/* ══════════════════════════════════
   FORMULARZ KONTAKTOWY
══════════════════════════════════ */
.contact-form {
  max-width: 640px;
  margin: 36px auto 0;
  text-align: left;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #f5f0e8;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 14px;
  padding: 11px 14px;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(245,240,232,0.22); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: rgba(184,148,63,0.55); }
.form-group select { cursor: pointer; }
.form-group select option { background: #1a1612; color: #f5f0e8; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-rodo { margin-bottom: 24px; }
.rodo-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  color: rgba(245,240,232,0.5);
  line-height: 1.6;
}
.rodo-label input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #b8943f;
}
.rodo-label a { color: #b8943f; text-decoration: none; }
.rodo-label a:hover { text-decoration: underline; }
.form-notice {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 13px 18px;
  border-radius: 2px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: left;
}
.form-notice--success {
  background: rgba(80,160,100,0.15);
  border: 1px solid rgba(80,160,100,0.3);
  color: #8dc9a0;
}
.form-notice--error {
  background: rgba(200,60,60,0.12);
  border: 1px solid rgba(200,60,60,0.25);
  color: #e08080;
}
@media (max-width: 640px) {
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════
   STRONY PRAWNE (Regulamin / Polityka)
══════════════════════════════════ */
.legal-page {
  background: var(--warm-white);
  min-height: 80vh;
  padding: 80px 40px;
}
.legal-inner {
  max-width: 800px;
  margin: 0 auto;
}
.legal-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.legal-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.legal-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 12px;
}
.legal-meta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--divider);
}
.legal-meta a { color: var(--gold); text-decoration: none; }

.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin: 40px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--divider);
}
.legal-content h2:first-child { margin-top: 0; }

.legal-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #3a3530;
  margin-bottom: 14px;
}
.legal-content ul {
  margin: 0 0 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.legal-content ul li {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3530;
}
.legal-content strong { color: var(--ink); font-weight: 700; }
.legal-content a { color: var(--gold); text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }

.legal-date {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--divider);
}

.legal-back {
  margin-top: 48px;
}
.btn-outline-dark {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--divider);
  padding: 12px 22px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.btn-outline-dark:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  text-decoration: none;
}

@media (max-width: 640px) {
  .legal-page { padding: 48px 20px; }
  .legal-content h2 { font-size: 17px; }
}

/* ══════════════════════════════════
   POPUPY PRAWNE
══════════════════════════════════ */
.footer-legal-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(245,240,232,0.4);
  padding: 0;
  transition: color 0.2s;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-legal-btn:hover { color: var(--gold); }

.dp-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.dp-modal--open {
  display: flex;
}
.dp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,8,6,0.85);
  backdrop-filter: blur(4px);
}
.dp-modal-box {
  position: relative;
  z-index: 1;
  background: var(--warm-white);
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.dp-modal-close {
  position: sticky;
  top: 0;
  float: right;
  background: var(--dark);
  color: rgba(245,240,232,0.6);
  border: none;
  width: 44px;
  height: 44px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: color 0.2s;
  margin: 0;
}
.dp-modal-close:hover { color: var(--gold); }
.dp-modal-content {
  padding: 8px 40px 40px;
}
.dp-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.dp-modal-meta {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider);
}
.dp-modal-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin: 28px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--divider);
}
.dp-modal-content p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #3a3530;
  margin-bottom: 10px;
}
.dp-modal-content ul {
  margin: 0 0 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dp-modal-content ul li {
  font-size: 13.5px;
  line-height: 1.75;
  color: #3a3530;
}
.dp-modal-content strong { color: var(--ink); }
.dp-modal-date {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--divider);
}
.legal-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.legal-eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--gold);
}
@media (max-width: 640px) {
  .dp-modal-content { padding: 8px 20px 32px; }
  .dp-modal-title { font-size: 20px; }
}

/* ── KLIKALNY TAG USŁUGI ── */
.service-tag--btn {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(184,148,63,0.35);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.service-tag--btn:hover {
  background: rgba(184,148,63,0.15);
  border-color: rgba(184,148,63,0.7);
  color: #d4a853;
}
.service-card.highlight .service-tag--btn {
  border-color: rgba(26,22,18,0.3);
  color: #1a1612;
}
.service-card.highlight .service-tag--btn:hover {
  background: rgba(26,22,18,0.1);
}
