/* DCView — professional recruitment site overrides */
/* Fonty ładowane w <head> (bez blokującego @import) */

:root {
  --dc-bg: #faf8f6;
  --dc-bg-muted: #f3efeb;
  --dc-bg-soft: #f7f2ef;
  --dc-surface: #ffffff;
  --dc-text: #2a2630;
  --dc-text-muted: #5c5563;
  --dc-primary: #a45c6b;
  --dc-primary-dark: #8e4d5a;
  --dc-secondary: #4d7394;
  --dc-border: rgba(42, 38, 48, 0.08);
  --dc-shadow: 0 4px 24px rgba(42, 38, 48, 0.06);
  --dc-shadow-lg: 0 20px 50px rgba(42, 38, 48, 0.1);
  --dc-radius: 12px;
  --dc-radius-lg: 20px;
  --dc-font: 'Source Sans 3', system-ui, sans-serif;
  --dc-font-display: 'DM Serif Display', Georgia, serif;
  --dc-header-h: 72px;
  --dc-topbar-h: 40px;
}

/* Reset Calmind conflicts */
#de-loader {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.dc-body {
  overflow-x: hidden;
  padding-top: calc(var(--dc-topbar-h) + var(--dc-header-h));
}

/* Calmind: #content ma padding 90px — powoduje „dziurę” pod menu */
.dc-body #content,
.dc-body main#content.dc-main {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
}
.dc-subpage .dc-main {
  padding-top: 0 !important;
}
/* Nagłówek podstron (Calmind: section { padding: 100px 0 }) */
.dc-subpage section.subheader,
.dc-subpage #subheader {
  margin-top: 0 !important;
  padding: 30px 0 !important;
  background: linear-gradient(135deg, var(--dc-text) 0%, #3d3644 55%, #4a4252 100%) !important;
}
.dc-subpage section.subheader .container {
  padding-top: 0;
  padding-bottom: 0;
}
.dc-subpage section.subheader h1 {
  font-family: var(--dc-font-display) !important;
  font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  margin: 0 0 0.5rem !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.dc-subpage section.subheader .subtitle {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 0.3rem 0.7rem !important;
  margin: 0 0 0.45rem !important;
  line-height: 1.3 !important;
  color: var(--dc-text) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 999px !important;
}
.dc-subpage section.subheader .breadcrumb {
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.dc-subpage section.subheader .breadcrumb-item,
.dc-subpage section.subheader .breadcrumb-item a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75) !important;
}
.dc-subpage section.subheader .breadcrumb-item a:hover {
  color: #fff !important;
}
.dc-subpage section.subheader .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.95) !important;
}
.dc-subpage section.subheader .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 991px) {
  .dc-subpage section.subheader,
  .dc-subpage #subheader {
    padding: 30px 0 !important;
  }
  .dc-subpage section.subheader h1 {
    font-size: clamp(1.35rem, 5vw, 1.75rem) !important;
  }
}
.dc-body section.dc-hero {
  padding: 2rem 0 1rem !important;
}
.dc-body:not(.dc-subpage) section.dc-section {
  padding: 5rem 0 !important;
}
@media (max-width: 767px) {
  .dc-body:not(.dc-subpage) section.dc-section {
    padding: 3.25rem 0 !important;
  }
  .dc-body section.dc-cta {
    padding: 3rem 0 !important;
  }
  .dc-dream-strip { padding: 3rem 0 !important; }
  .dc-lifestyle { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .dc-vibe { padding: 3rem 0 !important; }
  .dc-earn-card-featured { transform: none; }
}
.dc-body section.dc-cta {
  padding: 4rem 0 !important;
}
.dc-subpage .dc-main > section:not(.subheader) {
  padding: 2rem 0 !important;
}
.dc-subpage section.subheader + section {
  padding-top: 1.25rem !important;
}
.dc-subpage .dc-body section.dc-section,
.dc-subpage section.dc-section {
  padding: 2rem 0 !important;
}

/* WOW (Calmind) ukrywa elementy do scrolla — wyłączamy na stronie DC */
.dc-body .wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Płynniejsze ładowanie obrazów hero */
.dc-hero-slide-media img {
  content-visibility: auto;
}
.dc-body,
.dc-body p,
.dc-body li,
.dc-body .dc-card-text,
.dc-body .dc-body {
  font-family: var(--dc-font) !important;
  color: var(--dc-text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.dc-body h1, .dc-body h2, .dc-body h3, .dc-body h4,
.dc-hero-title, .dc-section-title, .dc-cta-title,
.dc-card-title, .dc-earn-amount {
  font-family: var(--dc-font-display) !important;
  font-weight: 400;
  color: var(--dc-text);
  letter-spacing: -0.01em;
}
.dc-main { padding-top: 0; }

/* ——— Topbar ——— */
.dc-topbar {
  background: var(--dc-text);
  color: rgba(255,255,255,0.85);
  font-size: 0.8125rem;
  height: var(--dc-topbar-h);
  display: flex;
  align-items: center;
}
.dc-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  width: 100%;
}
.dc-topbar a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: color 0.2s;
}
.dc-topbar a:hover { color: #fff; }
.dc-topbar a i { color: var(--dc-primary); margin-right: 0.35rem; }

/* ——— Language switch (flags) ——— */
.dc-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem;
  background: var(--dc-bg-muted);
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(42, 38, 48, 0.04);
}
.dc-lang-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--dc-text-muted);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.dc-lang-opt:hover {
  color: var(--dc-text);
  background: rgba(255, 255, 255, 0.7);
}
.dc-lang-opt.is-active {
  background: var(--dc-surface);
  color: var(--dc-text);
  box-shadow: 0 2px 8px rgba(42, 38, 48, 0.1);
}
.dc-flag-img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: block;
}
.dc-lang-code { line-height: 1; }

/* ——— Header (wysuwany przy scrollu w górę) ——— */
.dc-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.dc-site-header.is-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}
.dc-site-header.is-menu-open {
  transform: none !important;
  pointer-events: auto;
}
.dc-site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(42, 38, 48, 0.1);
}

/* Calmind — jasny, czytelny nagłówek (bez ciemnego .smaller) */
header.header-dc,
header.header-dc.smaller,
header.header-dc.scrollOn,
header.header-dc.scrollOff,
header.header-dc.autoshow,
header.header-dc.clone,
header.header-dc.transparent,
header.header-dc.header-light,
header.header-dc.header-dark {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: var(--dc-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-bottom: 1px solid var(--dc-border) !important;
}
header.header-dc .dc-brand-name {
  color: var(--dc-text) !important;
}
header.header-dc .dc-brand-tag {
  color: var(--dc-primary) !important;
}
header.header-dc .dc-nav a {
  color: var(--dc-text-muted) !important;
}
header.header-dc .dc-nav a:hover,
header.header-dc .dc-nav a.is-active {
  color: var(--dc-primary) !important;
  border-bottom-color: var(--dc-primary) !important;
}
header.header-dc.smaller #mainmenu,
header.header-dc #mainmenu {
  display: none !important;
}

.header-dc {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: none;
}
.header-dc-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--dc-header-h);
}
.dc-brand {
  text-decoration: none;
  flex-shrink: 0;
}
.dc-brand-name {
  display: block;
  font-family: var(--dc-font-display) !important;
  font-size: 1.35rem;
  color: var(--dc-text);
  line-height: 1.2;
}
.dc-brand-tag {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dc-primary);
  margin-top: 2px;
}
.dc-brand-short {
  display: none;
  font-family: var(--dc-font-display) !important;
  font-size: 1.2rem;
  color: var(--dc-text);
  line-height: 1.2;
}
.dc-topbar-short { display: none; }
.dc-blog-branch {
  background: var(--dc-bg-muted);
  border-radius: var(--dc-radius);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  border: 1px solid var(--dc-border);
}
.dc-blog-branch h3 { font-size: 1.1rem; margin: 0 0 0.5rem; }
.dc-blog-cta {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--dc-bg-soft);
  border-radius: var(--dc-radius);
}
.blog-content h2 { margin-top: 1.75rem; }

/* Stopka artykułu bloga — przyciski (bez Calmind btn-text = biały tekst) */
.dc-blog-post-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--dc-border);
}
.dc-blog-post-actions .dc-btn {
  min-width: 11rem;
}
@media (max-width: 479px) {
  .dc-blog-post-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .dc-blog-post-actions .dc-btn {
    width: 100%;
    min-width: 0;
  }
}

.dc-nav-mobile-top { display: none; }

/* Desktop: menu w pasku (flex), bez panelu mobilnego */
@media (min-width: 992px) {
  .header-dc-inner > .dc-nav,
  .dc-site-header .header-dc-inner .dc-nav {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0.75rem !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: auto;
  }
  .header-dc-inner > .dc-nav.is-open {
    transform: none !important;
  }
  .dc-nav-drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
  }
  .dc-nav-drawer-head,
  .dc-nav-drawer-links-title,
  .dc-nav-drawer-cta,
  .dc-nav-drawer-contact,
  .dc-nav-drawer-eyebrow {
    display: none !important;
  }
  .dc-nav-drawer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0;
  }
  .dc-nav-drawer-links ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.15rem 1.25rem;
  }
  .dc-nav-drawer-links a {
    padding: 0.35rem 0;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 0.9375rem;
    color: var(--dc-text-muted) !important;
    border-bottom: 2px solid transparent !important;
  }
  .dc-nav-drawer-links a:hover,
  .dc-nav-drawer-links a.is-active {
    background: transparent !important;
    color: var(--dc-primary) !important;
    border-bottom-color: var(--dc-primary) !important;
  }
}

.dc-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dc-nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--dc-text-muted);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.dc-nav a:hover,
.dc-nav a.is-active {
  color: var(--dc-primary);
  border-bottom-color: var(--dc-primary);
}
.dc-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dc-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--dc-border);
  border-radius: 8px;
  background: var(--dc-surface);
  cursor: pointer;
}
.dc-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--dc-text);
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}
.dc-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.dc-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.dc-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
  :root {
    --dc-header-h: 52px;
    --dc-topbar-h: 34px;
  }

  .dc-body {
    padding-top: calc(var(--dc-topbar-h) + var(--dc-header-h));
  }

  .dc-topbar-inner > a:not(:first-child) { display: none; }
  .dc-topbar-long { display: none; }
  .dc-topbar-short { display: inline; }
  .dc-topbar { font-size: 0.75rem; }
  .dc-topbar a i { margin-right: 0.25rem; }

  .dc-brand-name,
  .dc-brand-tag { display: none !important; }
  .dc-brand-short { display: block !important; }
  .dc-brand {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 42%;
  }

  .header-dc-inner {
    gap: 0.4rem;
    min-height: var(--dc-header-h);
    padding: 0.35rem 0;
  }

  .dc-header-actions {
    gap: 0.35rem;
    flex-shrink: 0;
  }
  .dc-header-actions .dc-btn-header-cta { display: none; }
  .dc-lang-switch { padding: 0.15rem; }
  .dc-lang-opt { padding: 0.28rem 0.4rem; gap: 0.25rem; }
  .dc-lang-code { display: none; }
  .dc-flag-img { width: 20px; height: 14px; }

  .dc-menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-shrink: 0;
  }

  /* Calmind (designesia): header-mobile = overflow:hidden — obcinało panel menu */
  header.header-dc.header-mobile,
  header.header-dc {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  .header-dc .container,
  .header-dc-inner {
    overflow: visible !important;
  }

  /* Panel na body (dc-nav-portal) — ponad backdrop, pełna wysokość */
  #dc-nav.dc-nav-portal,
  body > #dc-nav {
    position: fixed !important;
    top: calc(var(--dc-topbar-h) + var(--dc-header-h)) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(92vw, 340px) !important;
    max-width: 340px;
    height: calc(100vh - var(--dc-topbar-h) - var(--dc-header-h)) !important;
    height: calc(100dvh - var(--dc-topbar-h) - var(--dc-header-h)) !important;
    margin: 0 !important;
    z-index: 1200 !important;
    background: var(--dc-surface) !important;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.32s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-left: none;
    border-radius: 20px 0 0 0;
    box-shadow: -12px 0 40px rgba(42, 38, 48, 0.18);
    pointer-events: none;
    visibility: hidden;
  }
  #dc-nav.dc-nav-portal.is-open,
  body > #dc-nav.is-open {
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto;
    visibility: visible;
  }

  body.dc-nav-open {
    overflow: hidden;
  }

  .dc-nav-backdrop {
    display: none;
    position: fixed;
    top: calc(var(--dc-topbar-h) + var(--dc-header-h));
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150 !important;
    background: rgba(42, 38, 48, 0.35);
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .dc-nav-backdrop.is-visible {
    display: block;
    pointer-events: auto;
  }
  .dc-nav-drawer {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .dc-nav-drawer-head {
    padding: 1.35rem 1.25rem 1.2rem;
    text-align: center;
    background:
      radial-gradient(ellipse 120% 80% at 50% -20%, rgba(164, 92, 107, 0.12) 0%, transparent 55%),
      linear-gradient(180deg, var(--dc-bg-soft) 0%, var(--dc-surface) 100%);
    border-bottom: 1px solid var(--dc-border);
  }
  .dc-nav-drawer-eyebrow {
    margin: 0 0 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dc-primary);
  }
  .dc-nav-drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0.95rem 1.5rem;
    font-family: var(--dc-font) !important;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(135deg, var(--dc-primary) 0%, #b86b7a 100%);
    border: none;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(164, 92, 107, 0.38);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .dc-nav-drawer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(164, 92, 107, 0.45);
    color: #fff !important;
  }
  .dc-nav-drawer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1.1rem;
    text-align: left;
  }
  .dc-nav-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--dc-border);
    border-radius: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .dc-nav-contact-item:hover {
    border-color: rgba(164, 92, 107, 0.35);
    box-shadow: 0 4px 14px rgba(42, 38, 48, 0.06);
  }
  .dc-nav-contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: rgba(164, 92, 107, 0.1);
    color: var(--dc-primary);
    font-size: 1.05rem;
  }
  .dc-nav-contact-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
  }
  .dc-nav-contact-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dc-text-muted);
  }
  .dc-nav-contact-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dc-text);
    word-break: break-word;
  }
  .dc-nav-drawer-links {
    flex: 1;
    padding: 1rem 1rem 1.35rem;
  }
  .dc-nav-drawer-links-title {
    margin: 0 0 0.5rem;
    padding: 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dc-text-muted);
  }
  .dc-nav-drawer-links ul {
    flex-direction: column;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .dc-nav-drawer-links ul li {
    margin: 0;
  }
  .dc-nav-drawer-links a {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.95rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dc-text) !important;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    border-bottom: none !important;
    transition: background 0.2s, color 0.2s;
  }
  .dc-nav-drawer-links a:hover,
  .dc-nav-drawer-links a.is-active {
    background: var(--dc-bg-soft);
    color: var(--dc-primary) !important;
    border-bottom-color: transparent !important;
  }
  .dc-nav-drawer-links a.is-active {
    font-weight: 600;
    box-shadow: inset 3px 0 0 var(--dc-primary);
  }
}

@media (max-width: 380px) {
  .dc-brand { max-width: 38%; }
  .dc-brand-short { font-size: 1.05rem; }
  .dc-topbar-short { font-size: 0.7rem; }
}

/* ——— Buttons ——— */
.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  font-family: var(--dc-font) !important;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  cursor: pointer;
}
.dc-btn:hover { transform: translateY(-1px); }
.dc-btn-primary {
  background: linear-gradient(135deg, var(--dc-primary) 0%, #b86b7a 100%);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(164, 92, 107, 0.35);
}
.dc-btn-primary:hover {
  background: linear-gradient(135deg, var(--dc-primary-dark) 0%, var(--dc-primary) 100%);
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(164, 92, 107, 0.4);
}
.dc-btn-outline {
  background: transparent;
  color: var(--dc-text) !important;
  border-color: var(--dc-border);
}
.dc-btn-outline:hover {
  border-color: var(--dc-primary);
  color: var(--dc-primary) !important;
}
.dc-btn-white {
  background: #fff;
  color: var(--dc-primary) !important;
  border-color: #fff;
}
.dc-btn-white:hover { background: var(--dc-bg); }
.dc-btn-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  border-color: rgba(255,255,255,0.35);
}
.dc-btn-ghost:hover { background: rgba(255,255,255,0.2); }
.dc-btn-sm { padding: 0.6rem 1.25rem; font-size: 0.875rem; }

/* ——— Typography helpers ——— */
.dc-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dc-secondary);
  margin-bottom: 0.75rem;
  padding: 0.4rem 0.85rem;
  background: rgba(77, 115, 148, 0.1);
  border-radius: 999px;
  border: 1px solid rgba(77, 115, 148, 0.15);
}
.dc-section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.dc-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--dc-text-muted);
  max-width: 36rem;
}
.dc-lead-sm { font-size: 1.05rem; max-width: 32rem; }
.dc-accent { color: var(--dc-primary); font-style: italic; }
.dc-link-arrow {
  font-weight: 600;
  color: var(--dc-primary);
  text-decoration: none;
}
.dc-link-arrow:hover { text-decoration: underline; }
.dc-note {
  font-size: 0.9rem;
  color: var(--dc-text-muted);
  font-style: italic;
}

/* ——— Sections ——— */
.dc-section {
  padding: 5rem 0;
}
.dc-section-muted { background: var(--dc-bg-muted); }
.dc-section-soft { background: var(--dc-bg-soft); }
.dc-section-head { margin-bottom: 3rem; }
.dc-section-head--narrow {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.dc-section-head.text-center .dc-lead,
.dc-section-head.text-center .dc-body,
.dc-section-head.text-center .dc-section-lead { margin-left: auto; margin-right: auto; }
.dc-section-lead {
  max-width: 36rem;
  margin-bottom: 0;
}

/* ——— Hero ——— */
.dc-hero {
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(164, 92, 107, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(77, 115, 148, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #fffdfc 0%, var(--dc-bg) 100%);
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.dc-hero::before {
  content: '';
  position: absolute;
  top: 5%;
  right: 0;
  width: min(52%, 520px);
  height: 75%;
  background: radial-gradient(ellipse at 70% 35%, rgba(164, 92, 107, 0.07) 0%, transparent 68%);
  pointer-events: none;
}
.dc-hero-title {
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.dc-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.dc-checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  font-weight: 500;
  color: var(--dc-text);
}
.dc-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dc-primary);
}
.dc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.dc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.dc-trust-pill {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--dc-text-muted);
  box-shadow: var(--dc-shadow);
  transition: transform 0.2s, border-color 0.2s;
}
.dc-trust-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 92, 107, 0.35);
}
.dc-trust-pill strong {
  color: var(--dc-primary);
  font-weight: 700;
}
/* Hero — elegancka galeria (łuk + karta poza kadrem) */
.dc-hero-showcase-wrap {
  max-width: min(100%, 380px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .dc-hero-showcase-wrap {
    max-width: 480px;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0.75rem;
  }
}
@media (max-width: 991px) {
  .dc-hero-showcase-wrap {
    max-width: 320px;
    margin-bottom: 0.25rem;
  }
}
.dc-hero-showcase {
  position: relative;
  padding: 0.25rem 0 0;
}
.dc-hero-showcase-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.dc-hero-showcase-blob {
  position: absolute;
  top: 6%;
  right: -2%;
  width: 88%;
  height: 88%;
  border-radius: 58% 42% 52% 48% / 48% 55% 45% 52%;
  background: linear-gradient(
    145deg,
    rgba(164, 92, 107, 0.14) 0%,
    rgba(255, 255, 255, 0.4) 42%,
    rgba(77, 115, 148, 0.1) 100%
  );
  transform: rotate(-5deg);
  animation: dc-hero-blob 12s ease-in-out infinite alternate;
}
.dc-hero-showcase-ring {
  position: absolute;
  top: 2%;
  left: -3%;
  width: 94%;
  height: 94%;
  border: 1px solid rgba(164, 92, 107, 0.22);
  border-radius: 52% 48% 58% 42% / 46% 54% 46% 54%;
  transform: rotate(3deg);
  animation: dc-hero-ring 14s ease-in-out infinite alternate;
}
@keyframes dc-hero-blob {
  from { transform: rotate(-5deg) scale(1); }
  to { transform: rotate(-2deg) scale(1.03); }
}
@keyframes dc-hero-ring {
  from { transform: rotate(3deg); }
  to { transform: rotate(6deg); }
}
.dc-hero-showcase-stage {
  position: relative;
  z-index: 1;
  padding: 0 0 2.5rem 0.5rem;
}
.dc-hero-showcase-stack {
  position: relative;
  overflow: visible;
  aspect-ratio: 4 / 5;
  max-height: 560px;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 991px) {
  .dc-hero-showcase-stack {
    aspect-ratio: 4 / 5;
    max-height: 400px;
  }
  .dc-hero-showcase-stage {
    padding-bottom: 2rem;
    padding-left: 0.25rem;
  }
}
.dc-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s;
  z-index: 1;
}
.dc-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.dc-hero-slide-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 999px 999px 28px 28px / 46% 46% 28px 28px;
  box-shadow:
    0 28px 56px -16px rgba(42, 38, 48, 0.22),
    0 12px 28px -10px rgba(164, 92, 107, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  background: #ebe4df;
}
.dc-hero-slide-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 55%,
    rgba(255, 255, 255, 0.04) 72%,
    rgba(42, 38, 48, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.dc-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transform: scale(1.08);
  transition: transform 5.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dc-hero-slide.is-active img {
  transform: scale(1);
}
.dc-hero-slide-perk {
  position: absolute;
  bottom: -0.35rem;
  left: -0.15rem;
  right: auto;
  z-index: 4;
  width: min(92%, 17.5rem);
  padding: 0;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, opacity 0.5s ease 0.1s;
  pointer-events: none;
}
.dc-hero-slide.is-active .dc-hero-slide-perk {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.dc-hero-slide-card {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-shadow:
    0 20px 48px -12px rgba(42, 38, 48, 0.2),
    0 0 0 1px rgba(42, 38, 48, 0.04);
  overflow: hidden;
}
.dc-hero-slide-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.95rem;
  background: linear-gradient(90deg, rgba(164, 92, 107, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid rgba(42, 38, 48, 0.05);
}
.dc-hero-slide-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.95rem;
  background: linear-gradient(145deg, var(--dc-primary), var(--dc-secondary));
  box-shadow: 0 4px 14px rgba(164, 92, 107, 0.32);
}
.dc-hero-slide-chip {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dc-text-muted);
  line-height: 1.3;
}
.dc-hero-slide-card-body {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.75rem;
  row-gap: 0.1rem;
  padding: 0.75rem 0.95rem 0.9rem;
}
.dc-hero-slide-num {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--dc-font-display) !important;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1;
  color: var(--dc-primary);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.dc-hero-slide-num--text {
  font-size: clamp(1.25rem, 3.2vw, 1.55rem);
  line-height: 1.15;
  max-width: 5.25rem;
}
.dc-hero-slide-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dc-text);
  line-height: 1.35;
}
.dc-hero-showcase-counter {
  position: absolute;
  top: 1rem;
  right: 0.35rem;
  z-index: 5;
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--dc-text);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(42, 38, 48, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.dc-hero-showcase-counter-current {
  color: var(--dc-primary);
  font-variant-numeric: tabular-nums;
}
.dc-hero-showcase-counter-sep {
  opacity: 0.35;
  font-weight: 400;
}
.dc-hero-showcase-counter-total {
  opacity: 0.55;
  font-variant-numeric: tabular-nums;
}
.dc-hero-showcase-controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  margin-top: 0.35rem;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  z-index: 3;
}
.dc-hero-showcase-progress {
  width: 100%;
  max-width: none;
  height: 1px;
  border-radius: 999px;
  background: rgba(42, 38, 48, 0.08);
  overflow: hidden;
}
.dc-hero-showcase-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dc-primary), var(--dc-secondary));
  opacity: 0.85;
}
.dc-hero-showcase.is-playing .dc-hero-showcase-progress-bar {
  animation: dc-hero-progress 5.5s linear forwards;
}
@keyframes dc-hero-progress {
  from { width: 0; }
  to { width: 100%; }
}
.dc-hero-showcase-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}
.dc-hero-showcase-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(42, 38, 48, 0.14);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.3s ease;
}
.dc-hero-showcase-dot:hover {
  background: rgba(164, 92, 107, 0.45);
  transform: scale(1.15);
}
.dc-hero-showcase-dot.is-active {
  width: 1.75rem;
  border-radius: 999px;
  background: var(--dc-primary);
}
@media (prefers-reduced-motion: reduce) {
  .dc-hero-showcase-blob,
  .dc-hero-showcase-ring {
    animation: none;
  }
  .dc-hero-slide,
  .dc-hero-slide img,
  .dc-hero-slide-perk {
    transition: none;
  }
  .dc-hero-slide img {
    transform: none;
  }
  .dc-hero-showcase.is-playing .dc-hero-showcase-progress-bar {
    animation: none;
    width: 100%;
  }
}

/* ——— Cards ——— */
.dc-card {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  padding: 2rem;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.dc-card:hover {
  box-shadow: var(--dc-shadow);
  transform: translateY(-3px);
}
.dc-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(164,92,107,0.12), rgba(77,115,148,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.dc-card-icon i {
  font-size: 1.5rem;
  color: var(--dc-primary);
}
.dc-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}
.dc-card-text { margin: 0; font-size: 0.98rem; }
.dc-card-horizontal {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.dc-card-horizontal h4 {
  font-family: var(--dc-font) !important;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--dc-text);
}
.dc-card-horizontal p { margin: 0; font-size: 0.98rem; }
.dc-step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dc-primary);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* ——— About images ——— */
.dc-about-images {
  position: relative;
  min-height: 380px;
}
.dc-about-img-main {
  width: 72%;
  border-radius: var(--dc-radius-lg);
  box-shadow: var(--dc-shadow-lg);
}
.dc-about-img-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  border-radius: var(--dc-radius);
  border: 4px solid var(--dc-surface);
  box-shadow: var(--dc-shadow);
}
.dc-stats-row .dc-stat {
  text-align: center;
  padding: 1rem;
  background: var(--dc-surface);
  border-radius: var(--dc-radius);
  border: 1px solid var(--dc-border);
}
.dc-stat strong {
  display: block;
  font-family: var(--dc-font-display) !important;
  font-size: 1.75rem;
  color: var(--dc-primary);
  line-height: 1.2;
}
.dc-stat span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dc-text-muted);
}

/* ——— Earnings ——— */
.dc-earn-card {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
}
.dc-earn-card:hover { transform: translateY(-4px); box-shadow: var(--dc-shadow); }
.dc-earn-card-featured {
  background: linear-gradient(160deg, var(--dc-primary) 0%, #8e4d5a 100%);
  border-color: transparent;
  color: #fff;
  transform: scale(1.03);
  box-shadow: var(--dc-shadow-lg);
}
.dc-earn-card-featured .dc-earn-days,
.dc-earn-card-featured .dc-earn-desc { color: rgba(255,255,255,0.85); }
.dc-earn-card-featured .dc-earn-amount { color: #fff; }
.dc-earn-days {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dc-secondary);
  margin-bottom: 0.5rem;
}
.dc-earn-amount {
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
  color: var(--dc-text);
}
.dc-earn-desc { font-size: 0.9rem; margin: 0; }

/* ——— Dream strip (lifestyle hook) ——— */
.dc-dream-strip {
  position: relative;
  padding: 4.5rem 0;
  background: linear-gradient(128deg, #2f2229 0%, #4a3039 38%, #6b4452 72%, #8a5563 100%);
  color: #fff;
  overflow: hidden;
}
.dc-dream-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 80% at 12% 50%, rgba(0, 0, 0, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.14) 0%, transparent 42%);
  pointer-events: none;
}
.dc-dream-strip .container { position: relative; z-index: 1; }
/* Nadpisanie globalnych .dc-body h2 / p w ciemnym pasku */
.dc-dream-strip .dc-eyebrow.dc-eyebrow-light {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dc-body .dc-dream-strip h2.dc-dream-title,
.dc-dream-strip h2.dc-dream-title {
  font-family: var(--dc-font-display) !important;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.dc-body .dc-dream-strip .dc-dream-title-line,
.dc-dream-strip .dc-dream-title-line {
  display: block;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.dc-body .dc-dream-strip .dc-dream-title-em,
.dc-dream-strip .dc-dream-title-em {
  display: block;
  font-style: italic;
  color: #ffe8f0 !important;
  -webkit-text-fill-color: #ffe8f0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.dc-body .dc-dream-strip p.dc-dream-lead,
.dc-dream-strip p.dc-dream-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
  max-width: 34rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.dc-dream-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.dc-dream-strip .dc-dream-stat {
  flex: 1 1 140px;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--dc-radius);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.dc-body .dc-dream-strip .dc-dream-stat strong,
.dc-dream-strip .dc-dream-stat strong {
  display: block;
  font-size: 1.2rem;
  font-family: var(--dc-font-display) !important;
  color: #fff !important;
  margin-bottom: 0.25rem;
}
.dc-body .dc-dream-strip .dc-dream-stat span,
.dc-dream-strip .dc-dream-stat span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 1.4;
}
.dc-dream-strip .dc-btn-white {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.dc-dream-strip .dc-btn-white:hover {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.dc-dream-collage {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.dc-dream-img {
  border-radius: var(--dc-radius-lg);
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(0,0,0,0.35);
  background: rgba(255, 255, 255, 0.12);
}
.dc-dream-img-main {
  width: 100%;
  aspect-ratio: 5/4;
  display: block;
}
.dc-dream-img-float {
  position: absolute;
  bottom: -12px;
  left: -12px;
  width: 38%;
  max-width: 180px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: var(--dc-radius);
}
.dc-dream-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0.5rem 1rem;
  background: #fff;
  color: var(--dc-primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: var(--dc-shadow);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* ——— Lifestyle gallery (karty: zdjęcie + podpis) ——— */
.dc-lifestyle { padding-top: 4rem; padding-bottom: 4rem; }
.dc-lifestyle-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.dc-lifestyle-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius-lg);
  overflow: hidden;
  box-shadow: var(--dc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dc-lifestyle-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--dc-shadow-lg);
}
.dc-lifestyle-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 240px;
  overflow: hidden;
  background: var(--dc-bg);
}
.dc-lifestyle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transition: transform 0.45s ease;
}
.dc-lifestyle-card:hover .dc-lifestyle-card__media img {
  transform: scale(1.04);
}
.dc-lifestyle-card__caption {
  flex: 1;
  margin: 0;
  padding: 0.9rem 1.1rem 1.1rem;
  font-family: var(--dc-font-display) !important;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 400;
  color: var(--dc-text) !important;
  -webkit-text-fill-color: var(--dc-text);
  background: var(--dc-surface);
}
/* Rząd 1: szeroki + dwa mniejsze */
.dc-lifestyle-card--1 { grid-column: span 5; }
.dc-lifestyle-card--2 { grid-column: span 3; }
.dc-lifestyle-card--3 { grid-column: span 4; }
/* Rząd 2: Pewność siebie + Sukces (panorama) */
.dc-lifestyle-card--4 { grid-column: span 4; }
.dc-lifestyle-card--5 { grid-column: span 8; }
.dc-lifestyle-card--4 .dc-lifestyle-card__media {
  aspect-ratio: 4 / 3;
  max-height: 220px;
}
.dc-lifestyle-card--5 .dc-lifestyle-card__media {
  aspect-ratio: 21 / 9;
  max-height: 220px;
}
.dc-lifestyle-card--4 .dc-lifestyle-card__caption,
.dc-lifestyle-card--5 .dc-lifestyle-card__caption {
  font-size: 1.125rem;
  padding: 1rem 1.15rem 1.15rem;
}
@media (max-width: 991px) {
  .dc-lifestyle-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .dc-lifestyle-card--1,
  .dc-lifestyle-card--2,
  .dc-lifestyle-card--3,
  .dc-lifestyle-card--4,
  .dc-lifestyle-card--5 {
    grid-column: span 1;
  }
  .dc-lifestyle-card--1 { grid-column: span 2; }
  .dc-lifestyle-card--5 { grid-column: span 2; }
  .dc-lifestyle-card__media { max-height: 180px; }
  .dc-lifestyle-card--5 .dc-lifestyle-card__media {
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 575px) {
  .dc-lifestyle-gallery { grid-template-columns: 1fr; }
  .dc-lifestyle-card--1,
  .dc-lifestyle-card--5 { grid-column: span 1; }
  .dc-lifestyle-card__media { max-height: 170px; }
}
.dc-perk-card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius-lg);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dc-perk-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--dc-shadow-lg);
}
.dc-perk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(164,92,107,0.15), rgba(77,115,148,0.12));
  color: var(--dc-primary);
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}
.dc-perk-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  font-family: var(--dc-font) !important;
}
.dc-perk-card p {
  font-size: 0.9rem;
  color: var(--dc-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* ——— Vibe section ——— */
.dc-vibe {
  padding: 4rem 0;
  background: var(--dc-surface);
  border-top: 1px solid var(--dc-border);
  border-bottom: 1px solid var(--dc-border);
}
.dc-vibe-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: end;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 0.25rem;
}
.dc-vibe-figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--dc-radius-lg);
  box-shadow: var(--dc-shadow-lg);
  background: var(--dc-bg);
}
.dc-vibe-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.dc-vibe-figure--main {
  aspect-ratio: 4 / 5;
  max-height: 420px;
}
.dc-vibe-figure--alt {
  aspect-ratio: 1 / 1;
  max-height: 280px;
  margin-bottom: 0.5rem;
}
.dc-vibe-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
}
.dc-vibe-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  font-size: 1rem;
  color: var(--dc-text);
}
.dc-vibe-list i {
  color: var(--dc-primary);
  font-size: 1.15rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.dc-vibe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.dc-vibe-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  background: var(--dc-bg-muted);
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  color: var(--dc-text);
}
.dc-vibe-chip i {
  color: var(--dc-primary);
  font-size: 1rem;
}

/* ——— Mid-page CTA strip ——— */
.dc-cta-strip {
  padding: 0;
  background: linear-gradient(135deg, rgba(164, 92, 107, 0.08) 0%, rgba(77, 115, 148, 0.1) 100%);
  border-top: 1px solid var(--dc-border);
  border-bottom: 1px solid var(--dc-border);
}
.dc-cta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 2rem 0;
}
.dc-cta-strip-title {
  font-family: var(--dc-font-display) !important;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 0.35rem;
  color: var(--dc-text) !important;
}
.dc-cta-strip-copy p {
  margin: 0;
  max-width: 36rem;
  font-size: 1rem;
  color: var(--dc-text-muted);
}
.dc-cta-strip-btn { flex-shrink: 0; }
@media (max-width: 767px) {
  .dc-cta-strip-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.75rem 0;
  }
  .dc-cta-strip-copy p { margin-left: auto; margin-right: auto; }
  .dc-cta-strip-btn { width: 100%; }
}

@media (max-width: 991px) {
  .dc-dream-strip { padding: 3rem 0; }
  .dc-dream-collage { margin-top: 1rem; }
  .dc-vibe-gallery {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .dc-vibe-figure--main,
  .dc-vibe-figure--alt {
    max-height: 220px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .dc-vibe-gallery {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .dc-vibe-figure--main,
  .dc-vibe-figure--alt {
    max-height: 260px;
    aspect-ratio: 16 / 10;
  }
}

/* ——— Locations ——— */
.dc-location-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  text-decoration: none;
  color: var(--dc-text);
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 100%;
}
.dc-location-card:hover {
  border-color: var(--dc-primary);
  box-shadow: var(--dc-shadow);
  color: var(--dc-text);
}
.dc-location-card i {
  font-size: 1.5rem;
  color: var(--dc-primary);
  margin-bottom: 0.5rem;
}
.dc-location-card strong { display: block; margin-bottom: 0.25rem; }
.dc-location-card span { font-size: 0.9rem; color: var(--dc-text-muted); }
.dc-location-remote { background: linear-gradient(135deg, rgba(77,115,148,0.08), rgba(164,92,107,0.06)); }

/* ——— Testimonials (opinie modelki) ——— */
.dc-testimonials {
  background: var(--dc-bg-muted);
}
.dc-testimonials .dc-section-head {
  margin-bottom: 0.25rem;
}
.dc-testimonials-grid {
  margin-top: 2rem;
}
.dc-testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius-lg);
  box-shadow: var(--dc-shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dc-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--dc-shadow-lg);
}
.dc-testimonial-card__stars {
  padding: 1.35rem 1.5rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--dc-primary);
  line-height: 1;
}
.dc-body .dc-testimonials .dc-testimonial-card__text {
  flex: 1;
  margin: 0;
  padding: 0.85rem 1.5rem 1.35rem;
  font-family: var(--dc-font-display) !important;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--dc-text) !important;
  font-style: normal;
  -webkit-text-fill-color: var(--dc-text);
}
.dc-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding: 1rem 1.5rem 1.35rem;
  background: var(--dc-bg-soft);
  border-top: 1px solid var(--dc-border);
}
.dc-testimonial-card__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--dc-primary), var(--dc-secondary));
}
.dc-testimonial-card__author strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dc-text);
}
.dc-testimonial-card__author span {
  display: block;
  font-size: 0.85rem;
  color: var(--dc-text-muted);
  margin-top: 0.12rem;
}

/* Legacy quote block (podstrony) */
.dc-quote {
  background: var(--dc-surface);
  border-left: 4px solid var(--dc-primary);
  border-radius: 0 var(--dc-radius) var(--dc-radius) 0;
  padding: 2rem;
  margin: 0;
  height: 100%;
  box-shadow: var(--dc-shadow);
}
.dc-quote p {
  font-family: var(--dc-font-display) !important;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--dc-text);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.dc-quote footer {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dc-secondary);
}

/* ——— Steps ——— */
.dc-step-card {
  text-align: center;
  padding: 1.75rem 1rem;
  height: 100%;
}
.dc-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--dc-primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.dc-step-card h4 {
  font-family: var(--dc-font) !important;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.dc-step-card p { font-size: 0.95rem; margin: 0; }

/* ——— FAQ ——— */
.dc-faq { border-top: 1px solid var(--dc-border); }
.dc-faq-item {
  border-bottom: 1px solid var(--dc-border);
  padding: 0;
}
.dc-faq-item summary {
  padding: 1.25rem 2.5rem 1.25rem 0;
  font-weight: 600;
  color: var(--dc-text);
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 1.05rem;
}
.dc-faq-item summary::-webkit-details-marker { display: none; }
.dc-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--dc-primary);
  line-height: 1;
}
.dc-faq-item[open] summary::after { content: '−'; }
.dc-faq-item p {
  padding: 0 0 1.25rem;
  margin: 0;
  font-size: 0.98rem;
}

/* ——— Blog cards ——— */
.dc-blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--dc-surface);
  border-radius: var(--dc-radius);
  overflow: hidden;
  border: 1px solid var(--dc-border);
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.dc-blog-card:hover {
  box-shadow: var(--dc-shadow-lg);
  transform: translateY(-4px);
  color: inherit;
}
.dc-blog-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.dc-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.dc-blog-card:hover .dc-blog-img img { transform: scale(1.05); }
.dc-blog-body { padding: 1.5rem; }
.dc-blog-body time {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dc-secondary);
}
.dc-blog-body h3 {
  font-family: var(--dc-font-display) !important;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  color: var(--dc-text);
}
.dc-blog-body p { font-size: 0.9rem; margin: 0; }

/* ——— CTA ——— */
.dc-cta {
  background: linear-gradient(135deg, var(--dc-secondary) 0%, #3d5f7a 50%, var(--dc-primary-dark) 100%);
  color: #fff;
  padding: 4rem 0;
}
/* .dc-body p ma ciemny kolor — wymuszamy jasny tekst na gradientowym tle */
.dc-cta .dc-cta-title,
.dc-body .dc-cta .dc-cta-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  color: #ffffff !important;
  margin-bottom: 1rem;
}
.dc-cta .dc-cta-lead,
.dc-body .dc-cta p.dc-cta-lead,
.dc-body .dc-cta p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 32rem;
  margin-bottom: 1.5rem;
}
.dc-cta .dc-hero-actions .dc-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.dc-cta .dc-hero-actions .dc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}
.dc-cta-img {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* ——— Footer ——— */
.dc-footer {
  background: var(--dc-text);
  color: rgba(255,255,255,0.75);
  padding: 4rem 0 0;
}
.dc-footer h5 {
  font-family: var(--dc-font) !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}
.dc-footer a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}
.dc-footer a:hover { color: #fff; }
.dc-footer ul { list-style: none; padding: 0; margin: 0; }
.dc-footer ul li { margin-bottom: 0.5rem; }
.dc-footer-brand {
  font-family: var(--dc-font-display) !important;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
.dc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 3rem;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  text-align: center;
}

/* ——— Subpages (Calmind compatibility) ——— */
.dc-subpage footer,
.dc-body footer:not(.dc-footer) {
  background: var(--dc-text) !important;
}

/* Hide old Calmind header on dc pages */
.dc-body header.transparent,
.dc-body header.header-care { display: none !important; }
.dc-body #topbar { display: none !important; }

/* Back to top */
#back-to-top {
  background: var(--dc-primary) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* ——— Formularz kontaktowy ——— */
.dc-contact-branch {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: var(--dc-shadow);
}
.dc-contact-branch h5 {
  font-family: var(--dc-font) !important;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.dc-contact-branch h5 i { color: var(--dc-primary); margin-right: 0.35rem; }
.dc-contact-branch a { font-weight: 600; color: var(--dc-text); text-decoration: none; }
.dc-contact-branch a:hover { color: var(--dc-primary); }
.dc-contact-branch-muted {
  background: var(--dc-bg-soft);
  box-shadow: none;
}
.dc-form .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--dc-text);
}
.dc-form .form-control {
  border-radius: 8px;
  border-color: var(--dc-border);
  padding: 0.65rem 0.85rem;
}
.dc-form .form-control:focus {
  border-color: var(--dc-secondary);
  box-shadow: 0 0 0 3px rgba(77, 115, 148, 0.15);
}
.dc-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.dc-captcha-row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 280px;
}
.dc-captcha-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
  background: var(--dc-bg-muted);
  border: 1px solid var(--dc-border);
  border-radius: 8px;
  color: var(--dc-text);
}
.dc-captcha-row .form-control { max-width: 6rem; }
.dc-alert {
  padding: 1rem 1.25rem;
  border-radius: var(--dc-radius);
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.dc-alert-success {
  background: #e8f5ec;
  border: 1px solid #b8dfc4;
  color: #1f5c32;
}
.dc-alert-success strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}
.dc-alert-note {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.95;
}
.dc-alert-error {
  background: #fceeee;
  border: 1px solid #f0c4c4;
  color: #7a2e2e;
}
.dc-form-note {
  font-size: 0.85rem;
  color: var(--dc-text-muted);
}

/* ——— Oferty pracy ——— */
.dc-offers-intro {
  padding-top: 2rem !important;
  padding-bottom: 1.25rem !important;
}
.dc-offers-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--dc-text-muted);
  margin-bottom: 1.5rem;
}
.dc-offers-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}
.dc-offers-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dc-text);
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  box-shadow: var(--dc-shadow);
}
.dc-offers-pill i {
  color: var(--dc-primary);
  font-size: 1rem;
}
.dc-offers-grid {
  padding-top: 0 !important;
}
.dc-offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dc-surface);
  border-radius: var(--dc-radius-lg);
  overflow: hidden;
  border: 1px solid var(--dc-border);
  box-shadow: var(--dc-shadow-lg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dc-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(42, 38, 48, 0.12);
}
.dc-offer-card--featured {
  border-color: rgba(164, 92, 107, 0.25);
}
.dc-offer-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.dc-offer-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.dc-offer-card:hover .dc-offer-card-media img {
  transform: scale(1.04);
}
.dc-offer-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42, 38, 48, 0.55) 0%, transparent 55%);
  pointer-events: none;
}
.dc-offer-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--dc-primary);
  border-radius: 999px;
}
.dc-offer-badge--alt {
  background: var(--dc-secondary);
}
.dc-offer-salary {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  padding: 0.4rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: rgba(42, 38, 48, 0.75);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.dc-offer-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem 1.75rem 2rem;
}
.dc-offer-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.dc-offer-tagline {
  color: var(--dc-text-muted);
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.dc-checklist--compact {
  margin-bottom: 1.25rem;
}
.dc-checklist--compact li {
  font-size: 0.95rem;
  padding-left: 1.6rem;
  margin-bottom: 0.45rem;
}
.dc-offer-requirements {
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  background: var(--dc-bg-muted);
  border-radius: var(--dc-radius);
  border-left: 3px solid var(--dc-primary);
}
.dc-offer-sub {
  font-family: var(--dc-font) !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dc-primary);
  margin-bottom: 0.35rem;
}
.dc-offer-requirements p {
  margin: 0;
  font-size: 0.9375rem;
}
.dc-offer-cta {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
}
.dc-offers-bottom {
  padding-top: 3rem !important;
}
.dc-offer-mini {
  padding: 1.5rem;
  height: 100%;
  background: var(--dc-surface);
  border-radius: var(--dc-radius);
  border: 1px solid var(--dc-border);
  box-shadow: var(--dc-shadow);
}
.dc-offer-mini i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.75rem;
}
.dc-offer-mini h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.dc-offer-mini p {
  font-size: 0.9375rem;
  color: var(--dc-text-muted);
}
.dc-offer-mini a {
  color: var(--dc-primary);
  font-weight: 600;
  text-decoration: none;
}
.dc-offer-mini a:hover {
  text-decoration: underline;
}

/* Calmind btn-main na podstronach — fx-slide bez data-hover psuje widoczność */
.dc-subpage a.btn-main.fx-slide {
  overflow: visible;
}
.dc-subpage a.btn-main.fx-slide span {
  transform: none !important;
  opacity: 1 !important;
}
.dc-subpage a.btn-main.btn-line {
  background: linear-gradient(135deg, var(--dc-primary) 0%, #b86b7a 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(164, 92, 107, 0.35);
}

/* Kotwice — offset pod stały nagłówek */
.dc-anchor-section,
.dc-hero#hero {
  scroll-margin-top: calc(var(--dc-topbar-h) + var(--dc-header-h) + 16px);
}
.dc-work-media img {
  width: 100%;
  border-radius: var(--dc-radius-lg);
  box-shadow: var(--dc-shadow-lg);
}
.dc-work-alert {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  background: rgba(164, 92, 107, 0.08);
  border: 1px solid rgba(164, 92, 107, 0.2);
  border-radius: var(--dc-radius);
  margin-bottom: 1rem;
}
.dc-work-alert i {
  color: var(--dc-primary);
  font-size: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.dc-work-alert p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--dc-text-muted);
}
.dc-work-feature {
  height: 100%;
  padding: 1rem 1.1rem;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  box-shadow: var(--dc-shadow);
}
.dc-work-feature h4 {
  font-family: var(--dc-font) !important;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.dc-work-feature p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--dc-text-muted);
}
/* Zajawka ofert na stronie głównej */
.dc-home-offers {
  background: var(--dc-bg-muted);
}
.dc-offer-preview {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--dc-text);
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius-lg);
  overflow: hidden;
  box-shadow: var(--dc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.dc-offer-preview:hover {
  transform: translateY(-4px);
  box-shadow: var(--dc-shadow-lg);
  border-color: rgba(164, 92, 107, 0.28);
  color: var(--dc-text);
}
.dc-offer-preview--featured {
  border-color: rgba(164, 92, 107, 0.2);
}
.dc-offer-preview-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--dc-bg-soft);
}
.dc-offer-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.dc-offer-preview:hover .dc-offer-preview-media img {
  transform: scale(1.04);
}
.dc-offer-preview-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42, 38, 48, 0.35) 0%, transparent 55%);
  pointer-events: none;
}
.dc-offer-preview-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.5rem 1.5rem;
}
.dc-offer-preview .dc-offer-title {
  margin-bottom: 0.5rem;
}
.dc-offer-preview .dc-offer-tagline {
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.dc-offer-preview-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--dc-primary);
}
.dc-offer-preview-more i {
  transition: transform 0.2s ease;
}
.dc-offer-preview:hover .dc-offer-preview-more i {
  transform: translateX(4px);
}
.dc-offers-grid .dc-offer-card {
  scroll-margin-top: calc(var(--dc-topbar-h) + var(--dc-header-h) + 1.5rem);
}
.dc-home .dc-nav a.is-active[data-nav-section] {
  color: var(--dc-primary);
}

/* ——— Blog index ——— */
.dc-subpage section.dc-blog-index {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}
.dc-blog-intro {
  margin-bottom: 0.85rem;
}
.dc-blog-intro p {
  font-size: 0.95rem;
  line-height: 1.55;
}
.dc-blog-count {
  font-size: 0.9rem;
  margin-bottom: 1.15rem;
}
.dc-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius-lg);
  overflow: hidden;
  box-shadow: var(--dc-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dc-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--dc-shadow-lg);
}
.dc-blog-card-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--dc-bg-muted);
}
.dc-blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}
.dc-blog-card:hover .dc-blog-card-thumb img {
  transform: scale(1.04);
}
.dc-blog-card-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0.5rem 0.65rem;
  background: rgba(42, 38, 48, 0.88);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.1;
}
.dc-blog-card-day {
  font-size: 1.65rem;
  font-family: var(--dc-font-display);
}
.dc-blog-card-month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
}
.dc-blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.35rem 1.5rem;
}
.dc-blog-card-title {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}
.dc-blog-card-title a {
  color: var(--dc-text);
  text-decoration: none;
}
.dc-blog-card-title a:hover {
  color: var(--dc-primary);
}
.dc-blog-card-meta {
  font-size: 0.85rem;
  color: var(--dc-text-muted);
  margin-bottom: 0.65rem;
}
.dc-blog-card-excerpt {
  font-size: 0.95rem;
  color: var(--dc-text-muted);
  margin-bottom: 1rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dc-blog-pagination {
  margin-top: 2.5rem;
}
.dc-blog-pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dc-blog-page-num,
.dc-blog-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--dc-text);
  border: 1px solid var(--dc-border);
  background: var(--dc-surface);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dc-blog-page-btn {
  padding: 0 1rem;
}
.dc-blog-page-num:hover,
.dc-blog-page-btn:hover {
  border-color: var(--dc-primary);
  color: var(--dc-primary);
}
.dc-blog-page-num.is-active,
span.dc-blog-page-num.is-active {
  background: var(--dc-primary);
  border-color: var(--dc-primary);
  color: #fff;
}
.dc-blog-page-ellipsis {
  padding: 0 0.35rem;
  color: var(--dc-text-muted);
}

@media (max-width: 767px) {
  .dc-section { padding: 3.5rem 0; }
  .dc-hero { padding-top: 1rem; }
  .dc-earn-card-featured { transform: none; }
  .dc-offer-card-body { padding: 1.35rem 1.25rem 1.5rem; }
}

/* ——— Legal pages ——— */
.dc-legal-page .dc-legal-body h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.dc-legal-page .dc-legal-body h2:first-child {
  margin-top: 0;
}
.dc-legal-updated {
  font-size: 0.9rem;
}
.dc-footer-legal a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.dc-footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ——— Form legal checkboxes ——— */
.dc-form-legal-checks {
  padding: 1rem 1.1rem;
  background: var(--dc-bg-soft);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
}
.dc-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
}
.dc-checkbox:last-of-type {
  margin-bottom: 0.5rem;
}
.dc-checkbox input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--dc-primary);
}
.dc-checkbox a {
  color: var(--dc-primary);
  font-weight: 600;
}
