/*
Theme Name: Odnaleźć Sens — Divi Child
Theme URI: https://odnalezcsens.pl/
Description: Czysty motyw potomny Divi przygotowany dla Centrum Psychoterapii „Odnaleźć Sens”.
Author: Centrum Psychoterapii „Odnaleźć Sens”
Template: Divi
Version: 1.10.30
Text Domain: odnalezc-sens
*/

:root {
  --odns-navy: #173b63;
  --odns-sage: #71947f;
  --odns-green: #4f7563;
  --odns-cream: #fbf8f1;
  --odns-ivory: #fffdfa;
  --odns-gold: #d6a652;
  --odns-pencil: #eaf1e7;
  --odns-ink: #33485a;
  --odns-line: rgba(214, 166, 82, 0.38);
  --odns-shadow: 0 12px 30px rgba(23, 59, 99, 0.07);
  --odns-radius: 18px;
  --odns-content: 1280px;
}

html {
  scroll-behavior: smooth;
}

body.odns-site {
  color: var(--odns-ink);
  background-color: var(--odns-pencil);
  background-image: url("assets/textures/kredka-jasna-szalwia.webp");
  background-repeat: repeat;
  background-size: 1536px 1024px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.odns-site #page-container,
body.odns-site #main-content {
  background: transparent;
}

body.odns-site h1,
body.odns-site h2,
body.odns-site h3,
body.odns-site h4,
body.odns-site h5,
body.odns-site h6,
body.odns-site .et_pb_module_heading {
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
}

body.odns-site h1 {
  font-size: clamp(2.9rem, 5vw, 5rem);
}

body.odns-site h2 {
  font-size: clamp(2.25rem, 3.7vw, 3.6rem);
}

body.odns-site h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

body.odns-site p,
body.odns-site li,
body.odns-site a,
body.odns-site button,
body.odns-site input,
body.odns-site textarea,
body.odns-site select {
  font-family: "Montserrat", Arial, sans-serif;
}

body.odns-site a {
  color: var(--odns-green);
}

body.odns-site a:focus-visible,
body.odns-site button:focus-visible,
body.odns-site input:focus-visible,
body.odns-site textarea:focus-visible,
body.odns-site select:focus-visible {
  outline: 3px solid rgba(214, 166, 82, 0.62);
  outline-offset: 3px;
}

.odns-pencil-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--odns-pencil) !important;
}

.odns-pencil-bg::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image: url("assets/textures/kredka-jasna-szalwia.webp");
  background-repeat: repeat;
  background-size: 1536px 1024px;
  opacity: 0.84;
  pointer-events: none;
}

.odns-pencil-bg > .et_pb_row,
.odns-pencil-bg > .et_pb_specialty_section {
  position: relative;
  z-index: 1;
}

.odns-cream-bg {
  background: rgba(255, 253, 250, 0.52) !important;
}

.odns-container,
.odns-container.et_pb_row {
  width: min(90%, var(--odns-content));
  max-width: var(--odns-content);
}

.odns-section-title {
  position: relative;
  margin-bottom: 2.2rem !important;
  padding-bottom: 2.1rem;
  text-align: center;
}

.odns-section-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: min(320px, 76vw);
  height: 44px;
  margin: auto;
  content: "";
  background: url("assets/images/separator-serce-320.png") center / contain no-repeat;
  pointer-events: none;
}

.odns-card {
  height: 100%;
  padding: clamp(1.35rem, 2vw, 2rem);
  border: 1px solid var(--odns-line);
  border-radius: var(--odns-radius);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: var(--odns-shadow);
  backdrop-filter: blur(2px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.odns-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(23, 59, 99, 0.1);
}

.odns-icon img {
  width: min(100%, 96px);
  height: auto;
  object-fit: contain;
}

.odns-button.et_pb_button,
body.odns-site .et_pb_button.odns-button {
  padding: 0.78em 1.7em !important;
  border: 1px solid var(--odns-green) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--odns-green) !important;
  box-shadow: 0 8px 18px rgba(79, 117, 99, 0.16);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2 !important;
}

.odns-button.et_pb_button:hover,
body.odns-site .et_pb_button.odns-button:hover {
  padding: 0.78em 1.7em !important;
  border-color: #436b58 !important;
  background: #436b58 !important;
  box-shadow: 0 10px 22px rgba(79, 117, 99, 0.22);
}

.odns-button.et_pb_button::after {
  display: none !important;
}

.odns-main-menu .et-menu > li {
  margin: 0 0.2rem;
}

.odns-main-menu .et-menu > li > a {
  padding: 0.7rem 1rem !important;
  border: 1px solid rgba(214, 166, 82, 0.34);
  border-radius: 999px;
  color: var(--odns-navy) !important;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.15;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.odns-main-menu .et-menu > li.current-menu-item > a,
.odns-main-menu .et-menu > li > a:hover {
  border-color: var(--odns-green);
  color: #fff !important;
  background: var(--odns-green);
  opacity: 1;
}

.odns-header {
  border-bottom: 1px solid rgba(214, 166, 82, 0.18);
  background: rgba(255, 253, 250, 0.97) !important;
  box-shadow: 0 4px 18px rgba(23, 59, 99, 0.045);
}

.odns-header .et_pb_row {
  width: min(94%, 1360px);
  max-width: 1360px;
}

.odns-footer {
  border-top: 1px solid rgba(214, 166, 82, 0.22);
  color: var(--odns-ink);
  background: rgba(255, 253, 250, 0.9) !important;
}

.odns-hero-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.odns-botanical-left,
.odns-botanical-right {
  position: absolute !important;
  z-index: 1;
  width: clamp(150px, 20vw, 330px);
  pointer-events: none;
  opacity: 0.48;
}

.odns-botanical-left {
  bottom: -2rem;
  left: -4rem;
}

.odns-botanical-right {
  right: -4rem;
  bottom: -2rem;
  transform: scaleX(-1);
}

.odns-kicker {
  color: var(--odns-green) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.odns-gold-speckles {
  background-image: url("assets/images/zlote-drobinki.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .odns-main-menu .et-menu > li > a {
    padding-inline: 0.72rem !important;
    font-size: 0.74rem;
  }

  .odns-card {
    padding: 1.3rem;
  }
}

@media (max-width: 980px) {
  .odns-main-menu .et_mobile_menu {
    padding: 1rem;
    border-top: 2px solid var(--odns-gold);
    border-radius: 0 0 16px 16px;
    background: rgba(255, 253, 250, 0.98) !important;
    box-shadow: var(--odns-shadow);
  }

  .odns-main-menu .et_mobile_menu li a {
    margin: 0.28rem 0;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(214, 166, 82, 0.26);
    border-radius: 999px;
    color: var(--odns-navy) !important;
    font-weight: 600;
  }

  .odns-botanical-left,
  .odns-botanical-right {
    width: 220px;
    opacity: 0.38;
  }
}

@media (max-width: 767px) {
  body.odns-site {
    background-size: 576px 384px;
  }

  .odns-pencil-bg::before {
    background-size: 576px 384px;
    opacity: 0.78;
  }

  .odns-section-title {
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.7rem;
  }

  .odns-section-title::after {
    width: min(240px, 70vw);
    height: 34px;
    background-image: url("assets/images/separator-serce-240.png");
  }

  .odns-card {
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(23, 59, 99, 0.065);
  }

  .odns-card:hover {
    transform: none;
  }

  .odns-botanical-left,
  .odns-botanical-right {
    width: 150px;
    opacity: 0.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ================================================================
   GOTOWY NAGŁÓWEK I STOPKA 1.1
   Niezależne od Divi Theme Buildera.
   ================================================================ */

body.odns-site #page-container {
  padding-top: 0 !important;
  overflow: clip;
}

.odns-skip-link:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 0.7rem 1rem;
  clip: auto;
  border-radius: 999px;
  color: #fff;
  background: var(--odns-navy);
}

.odns-code-header {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid rgba(214, 166, 82, 0.2);
  background: rgba(255, 253, 250, 0.975);
  box-shadow: 0 5px 22px rgba(23, 59, 99, 0.045);
}

.odns-header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr) auto;
  align-items: center;
  width: min(calc(100% - 48px), 1440px);
  min-height: 98px;
  margin: 0 auto;
  gap: clamp(16px, 2vw, 34px);
}

.odns-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.odns-brand img {
  display: block;
  width: min(100%, 245px);
  height: auto;
  max-height: 78px;
  object-fit: contain;
}

.odns-code-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.odns-primary-menu,
.odns-primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.odns-primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, 0.45vw, 8px);
  white-space: nowrap;
}

.odns-primary-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.odns-primary-menu > li > a {
  display: block;
  padding: 0.62rem clamp(0.62rem, 0.8vw, 0.9rem);
  border: 1px solid rgba(214, 166, 82, 0.28);
  border-radius: 999px;
  color: var(--odns-navy);
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  font-weight: 500;
  line-height: 1.15;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.odns-primary-menu > li.current-menu-item > a,
.odns-primary-menu > li.current-menu-ancestor > a,
.odns-primary-menu > li > a:hover,
.odns-primary-menu > li > a:focus-visible {
  border-color: var(--odns-green);
  color: #fff;
  background: var(--odns-green);
  box-shadow: 0 6px 14px rgba(79, 117, 99, 0.12);
}

.odns-primary-menu .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  min-width: 230px;
  padding: 0.65rem;
  border: 1px solid rgba(214, 166, 82, 0.3);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.99);
  box-shadow: var(--odns-shadow);
}

.odns-primary-menu li:hover > .sub-menu,
.odns-primary-menu li:focus-within > .sub-menu {
  display: block;
}

.odns-primary-menu .sub-menu a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  color: var(--odns-navy);
  font-size: 0.78rem;
  line-height: 1.35;
}

.odns-primary-menu .sub-menu a:hover,
.odns-primary-menu .sub-menu a:focus-visible {
  color: #fff;
  background: var(--odns-green);
}

.odns-header-cta,
.odns-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid var(--odns-green);
  border-radius: 999px;
  color: #fff !important;
  background: var(--odns-green);
  box-shadow: 0 8px 18px rgba(79, 117, 99, 0.16);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.odns-header-cta:hover,
.odns-header-cta:focus-visible,
.odns-footer-cta:hover,
.odns-footer-cta:focus-visible {
  color: #fff !important;
  background: #436b58;
  box-shadow: 0 10px 22px rgba(79, 117, 99, 0.22);
  transform: translateY(-1px);
}

.odns-header-cta span,
.odns-footer-cta span {
  color: #f2d18a;
  font-size: 1.06em;
}

.odns-header-cta-mobile,
.odns-menu-toggle {
  display: none;
}

.odns-menu-toggle {
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(214, 166, 82, 0.45);
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.95);
  cursor: pointer;
}

.odns-menu-toggle > span[aria-hidden="true"] {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 3px;
  background: var(--odns-green);
  transition: transform 160ms ease, opacity 160ms ease;
}

.odns-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.odns-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(3) {
  opacity: 0;
}

.odns-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.odns-code-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 5rem) 0 0;
  border-top: 1px solid rgba(214, 166, 82, 0.3);
  color: var(--odns-ink);
  background-color: rgba(255, 253, 250, 0.94);
  background-image:
    linear-gradient(rgba(255, 253, 250, 0.77), rgba(255, 253, 250, 0.77)),
    url("assets/textures/kredka-jasna-szalwia.webp");
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-footer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr 1.2fr;
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
  gap: clamp(28px, 4vw, 64px);
}

.odns-footer-brand img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  margin-bottom: 1rem;
}

.odns-footer-brand p,
.odns-footer-action p {
  max-width: 34ch;
  margin: 0;
  color: var(--odns-ink);
  font-size: 0.82rem;
  line-height: 1.75;
}

body.odns-site .odns-code-footer h2 {
  position: relative;
  margin: 0 0 1.2rem;
  padding-bottom: 0.7rem;
  color: var(--odns-navy);
  font-size: clamp(1.7rem, 1.65vw, 1.9rem);
  line-height: 1.12;
}

.odns-code-footer h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 1px;
  content: "";
  background: var(--odns-gold);
}

.odns-footer-contact ul,
.odns-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.odns-footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.72rem;
  gap: 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

.odns-footer-contact li span {
  color: var(--odns-green);
  font-size: 1rem;
}

.odns-code-footer a {
  color: var(--odns-navy);
}

.odns-code-footer a:hover,
.odns-code-footer a:focus-visible {
  color: var(--odns-green);
}

.odns-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem 1rem;
}

.odns-footer-menu li {
  margin: 0;
  padding: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.odns-footer-action {
  padding: 1.35rem;
  border: 1px solid rgba(214, 166, 82, 0.32);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.72);
  box-shadow: 0 10px 26px rgba(23, 59, 99, 0.06);
  backdrop-filter: blur(2px);
}

.odns-footer-action p {
  margin-bottom: 1.1rem;
}

.odns-footer-botanical {
  position: absolute;
  z-index: 0;
  bottom: -80px;
  width: min(27vw, 360px);
  aspect-ratio: 1;
  background: url("assets/images/liscie-kredka.webp") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.odns-footer-botanical-left {
  left: -90px;
}

.odns-footer-botanical-right {
  right: -90px;
  transform: scaleX(-1);
}

.odns-footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), 1320px);
  margin: 3rem auto 0;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(214, 166, 82, 0.26);
  gap: 1rem;
}

.odns-footer-bottom p {
  margin: 0;
  color: #62717d;
  font-size: 0.68rem;
  line-height: 1.5;
}

.odns-footer-bottom nav {
  display: flex;
  gap: 1.2rem;
}

.odns-footer-bottom nav a {
  font-size: 0.68rem;
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .odns-header-inner {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    width: min(calc(100% - 30px), 1440px);
    gap: 12px;
  }

  .odns-brand img {
    width: 215px;
  }

  .odns-primary-menu > li > a {
    padding-inline: 0.55rem;
    font-size: 0.69rem;
  }

  .odns-header-cta {
    padding-inline: 1rem;
    font-size: 0.76rem;
  }
}

@media (max-width: 1100px) {
  .odns-header-inner {
    grid-template-columns: minmax(190px, 1fr) auto auto;
    width: min(calc(100% - 36px), 960px);
    min-height: 88px;
    gap: 14px;
  }

  .odns-brand img {
    width: 220px;
    max-height: 68px;
  }

  .odns-menu-toggle {
    display: block;
  }

  .odns-code-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 88px);
    padding: 0.85rem max(18px, 4vw) 1.25rem;
    overflow-y: auto;
    border-top: 1px solid rgba(214, 166, 82, 0.24);
    border-bottom: 1px solid rgba(214, 166, 82, 0.3);
    background: rgba(255, 253, 250, 0.992);
    box-shadow: 0 14px 30px rgba(23, 59, 99, 0.09);
  }

  .odns-code-navigation.is-open {
    display: block;
  }

  .odns-primary-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    white-space: normal;
  }

  .odns-primary-menu > li > a {
    padding: 0.76rem 0.9rem;
    text-align: center;
    font-size: 0.78rem;
  }

  .odns-primary-menu .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    margin-top: 0.4rem;
    box-shadow: none;
  }

  .odns-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .odns-header-inner {
    grid-template-columns: minmax(170px, 1fr) auto;
    width: min(calc(100% - 28px), 620px);
    min-height: 82px;
    gap: 10px;
  }

  .odns-brand img {
    width: min(100%, 205px);
    max-height: 62px;
  }

  .odns-header-cta-desktop {
    display: none;
  }

  .odns-header-cta-mobile {
    display: flex;
    width: min(100%, 260px);
    margin: 0.75rem auto 0;
  }

  .odns-code-navigation {
    max-height: calc(100vh - 82px);
  }

  .odns-primary-menu {
    grid-template-columns: 1fr;
  }

  .odns-primary-menu > li > a {
    text-align: left;
  }

  .odns-footer-inner {
    grid-template-columns: 1fr;
    width: min(calc(100% - 36px), 620px);
    gap: 2.2rem;
  }

  .odns-footer-brand,
  .odns-footer-brand p {
    text-align: center;
  }

  body.odns-site .odns-code-footer h2 {
    font-size: clamp(1.55rem, 7vw, 1.7rem);
  }

  .odns-footer-brand img {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-footer-menu {
    grid-template-columns: 1fr 1fr;
  }

  .odns-footer-bottom {
    flex-direction: column;
    width: min(calc(100% - 36px), 620px);
    text-align: center;
  }

  .odns-footer-botanical {
    width: 250px;
    opacity: 0.12;
  }
}

@media (max-width: 390px) {
  .odns-brand img {
    width: 178px;
  }

  .odns-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .odns-footer-menu {
    grid-template-columns: 1fr;
  }

  .odns-footer-bottom nav {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ================================================================
   HOME V4 — UKŁAD 1:1 Z ZATWIERDZONĄ WIZUALIZACJĄ
   ================================================================ */

.odns-home-main {
  overflow: hidden;
  color: var(--odns-ink);
  background: var(--odns-pencil);
}

.odns-home-wrap {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--odns-content));
  margin-inline: auto;
}

.odns-home-pencil,
.odns-home-cream {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.odns-home-pencil {
  background-color: #eaf1e7;
  background-image:
    linear-gradient(rgba(234, 241, 231, 0.14), rgba(234, 241, 231, 0.14)),
    url("assets/textures/kredka-jasna-szalwia.webp");
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-home-cream {
  background-color: #fbfaf4;
  background-image:
    linear-gradient(rgba(255, 253, 250, 0.84), rgba(255, 253, 250, 0.84)),
    url("assets/textures/kredka-jasna-szalwia.webp");
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-home-section {
  padding: clamp(3.2rem, 4vw, 4.6rem) 0;
}

.odns-home-section-heading {
  position: relative;
  z-index: 2;
  margin: 0 auto clamp(2rem, 2.8vw, 2.8rem);
  text-align: center;
}

body.odns-site .odns-home-section-heading h2,
body.odns-site .odns-home-cta-card h2 {
  margin: 0;
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 3.4vw, 3.65rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.odns-heart-line {
  width: min(320px, 74vw);
  height: 43px;
  margin: 0.25rem auto 0;
  background: url("assets/images/separator-serce-320.png") center / contain no-repeat;
}

.odns-heart-line-left {
  margin-right: auto;
  margin-left: 0;
}

.odns-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-height: 46px;
  padding: 0.78rem 1.4rem;
  border: 1px solid var(--odns-green);
  border-radius: 999px;
  color: #fff !important;
  background: var(--odns-green);
  box-shadow: 0 8px 20px rgba(79, 117, 99, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.odns-home-button:hover,
.odns-home-button:focus-visible {
  color: #fff !important;
  background: #436b58;
  box-shadow: 0 11px 24px rgba(79, 117, 99, 0.23);
  transform: translateY(-1px);
}

.odns-home-button span {
  color: #f4d38b;
  font-size: 1.08em;
}

.odns-edge-leaves {
  position: absolute;
  z-index: 1;
  width: clamp(220px, 23vw, 390px);
  aspect-ratio: 1;
  background: url("assets/images/liscie-kredka.webp") center / contain no-repeat;
  opacity: 0.27;
  pointer-events: none;
}

.odns-edge-leaves-left {
  bottom: -7rem;
  left: -9rem;
}

.odns-edge-leaves-right {
  right: -9rem;
  bottom: -7rem;
  transform: scaleX(-1);
}

.odns-home-speckles {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("assets/images/zlote-drobinki.png") 78% 22% / min(48vw, 700px) auto no-repeat;
  opacity: 0.26;
  pointer-events: none;
}

/* Hero */
.odns-home-hero {
  min-height: 0;
  padding: clamp(3.5rem, 4.5vw, 4.7rem) 0;
}

.odns-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
}

.odns-hero-copy {
  max-width: 650px;
}

.odns-home-kicker {
  margin: 0 0 1rem;
  color: var(--odns-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.odns-site .odns-home-hero h1 {
  max-width: 500px;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2.25rem);
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.25rem, 4.05vw, 4.1rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.odns-hero-lead {
  max-width: 58ch;
  margin: 0 0 1.75rem;
  color: #415767;
  font-size: clamp(0.85rem, 1vw, 0.97rem);
  line-height: 1.75;
}

.odns-hero-copy .odns-heart-line {
  width: min(300px, 70vw);
  margin-top: 0.5rem;
}

.odns-hero-picture {
  position: relative;
}

.odns-hero-picture img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.93) brightness(1.02);
}

/* Karty */
.odns-home-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 166, 82, 0.38);
  border-radius: 17px;
  background: rgba(255, 253, 250, 0.86);
  box-shadow: 0 10px 26px rgba(23, 59, 99, 0.055);
  backdrop-filter: blur(2px);
}

.odns-home-card::after {
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 135px;
  aspect-ratio: 1;
  content: "";
  background: url("assets/images/liscie-kredka.webp") center / contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
}

.odns-card-icon {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.odns-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
}

.odns-service-card {
  display: flex;
  min-height: 270px;
  padding: 1.55rem 1rem 1.35rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.odns-service-card .odns-card-icon {
  margin-bottom: 0.75rem;
}

body.odns-site .odns-service-card h3,
body.odns-site .odns-why-card h3,
body.odns-site .odns-process-step h3 {
  margin: 0;
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
}

body.odns-site .odns-service-card h3 {
  min-height: 2.2em;
  font-size: clamp(1.3rem, 1.6vw, 1.62rem);
}

.odns-service-card p {
  margin: 0.75rem 0 1rem;
  color: #4f606b;
  font-size: 0.68rem;
  line-height: 1.58;
}

.odns-service-card > a {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: var(--odns-navy);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.25;
}

.odns-service-card > a:hover,
.odns-service-card > a:focus-visible {
  color: var(--odns-green);
}

/* Proces */
.odns-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4.4vw, 70px);
}

.odns-process-step {
  position: relative;
  text-align: center;
}

.odns-process-step:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 49px;
  left: calc(50% + 58px);
  width: calc(100% - 70px);
  border-top: 2px dotted rgba(79, 117, 99, 0.48);
  content: "";
}

.odns-process-step:not(:last-child)::before {
  position: absolute;
  z-index: 1;
  top: 36px;
  right: -36px;
  color: var(--odns-gold);
  content: "›";
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.odns-process-icon-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 0 auto 0.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.42);
}

.odns-process-icon-wrap .odns-card-icon {
  width: 88px;
  height: 88px;
}

body.odns-site .odns-process-step h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.72rem);
}

.odns-process-step h3 span {
  color: var(--odns-navy);
}

.odns-process-step p {
  max-width: 28ch;
  margin: 0.65rem auto 0;
  color: #50626d;
  font-size: 0.67rem;
  line-height: 1.55;
}

/* Dlaczego my */
.odns-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
}

.odns-why-card {
  display: flex;
  min-height: 180px;
  padding: 1.45rem 1.3rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
  flex-direction: column;
}

.odns-why-card .odns-card-icon {
  width: 72px;
  height: 72px;
}

body.odns-site .odns-why-card h3 {
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
}

.odns-why-card p {
  margin: 0.55rem 0 0;
  color: #50616c;
  font-size: 0.66rem;
  line-height: 1.5;
}

/* Opinie i FAQ */
.odns-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: clamp(20px, 2.8vw, 38px);
}

.odns-review-card,
.odns-faq-card {
  min-height: 300px;
  padding: clamp(1.6rem, 2.5vw, 2.4rem);
}

.odns-home-section-heading-small {
  margin-bottom: 1.25rem;
}

body.odns-site .odns-home-section-heading-small h2 {
  font-size: clamp(2rem, 2.7vw, 2.7rem);
}

.odns-home-section-heading-small .odns-heart-line {
  width: 240px;
  height: 31px;
  background-image: url("assets/images/separator-serce-240.png");
}

.odns-review-card blockquote {
  position: relative;
  margin: 0;
  padding: 0.15rem 0.5rem 0 2.45rem;
  border: 0;
}

.odns-review-card blockquote::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  color: var(--odns-gold);
  content: "“";
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.odns-review-card blockquote p {
  margin: 0 0 0.9rem;
  color: #415766;
  font-size: 0.8rem;
  line-height: 1.72;
}

.odns-review-card cite {
  color: var(--odns-navy);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
}

.odns-faq-list details {
  border-bottom: 1px solid rgba(79, 117, 99, 0.2);
}

.odns-faq-list details:first-child {
  border-top: 1px solid rgba(79, 117, 99, 0.2);
}

.odns-faq-list summary {
  position: relative;
  padding: 0.82rem 2rem 0.82rem 0;
  color: var(--odns-navy);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.odns-faq-list summary::-webkit-details-marker {
  display: none;
}

.odns-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  color: var(--odns-green);
  content: "+";
  font-size: 1rem;
  transform: translateY(-50%);
}

.odns-faq-list details[open] summary::after {
  content: "−";
}

.odns-faq-list details p {
  margin: 0;
  padding: 0 1.8rem 0.8rem 0;
  color: #53636e;
  font-size: 0.68rem;
  line-height: 1.62;
}

/* Ostatnie CTA */
.odns-home-cta-section {
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0;
}

.odns-home-cta-card {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(260px, 1fr) auto;
  min-height: 150px;
  padding: 2rem clamp(4rem, 8vw, 8rem);
  align-items: center;
  border: 1px solid rgba(214, 166, 82, 0.34);
  border-radius: 3px;
  background: rgba(255, 253, 250, 0.42);
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

body.odns-site .odns-home-cta-card h2 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1;
}

.odns-home-cta-card .odns-heart-line {
  width: 220px;
  height: 31px;
  background-image: url("assets/images/separator-serce-240.png");
}

.odns-home-cta-card > p {
  margin: 0;
  color: #435865;
  font-size: 0.78rem;
  line-height: 1.65;
}

.odns-cta-leaves {
  position: absolute;
  z-index: -1;
  width: 190px;
  aspect-ratio: 1;
  background: url("assets/images/liscie-kredka.webp") center / contain no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.odns-cta-leaves-left {
  bottom: -48px;
  left: -34px;
}

.odns-cta-leaves-right {
  right: -34px;
  bottom: -48px;
  transform: scaleX(-1);
}

/* Kompaktowa stopka z social media */
.odns-code-footer {
  padding: 2.35rem 0 0;
}

.odns-footer-inner {
  grid-template-columns: 1.15fr 1fr 1.15fr 0.7fr;
  width: min(calc(100% - 48px), 1280px);
  align-items: start;
  gap: clamp(24px, 4vw, 58px);
}

.odns-footer-brand img {
  width: min(100%, 215px);
  margin: 0;
}

body.odns-site .odns-code-footer h2 {
  margin: 0 0 0.9rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.35rem, 1.45vw, 1.62rem);
}

.odns-code-footer h2::after {
  width: 44px;
}

.odns-footer-contact li,
.odns-footer-menu li {
  font-size: 0.7rem;
}

.odns-footer-menu {
  gap: 0.38rem 1rem;
}

.odns-social-list {
  display: flex;
  gap: 0.65rem;
}

.odns-social-link {
  display: inline-flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(79, 117, 99, 0.55);
  border-radius: 50%;
  color: var(--odns-green) !important;
  background: rgba(255, 253, 250, 0.72);
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.odns-social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

a.odns-social-link:hover,
a.odns-social-link:focus-visible {
  color: #fff !important;
  background: var(--odns-green);
  transform: translateY(-1px);
}

.odns-social-link.is-pending {
  opacity: 0.58;
  cursor: help;
}

.odns-footer-bottom {
  width: min(calc(100% - 48px), 1280px);
  margin-top: 2rem;
  padding: 0.8rem 0;
}

.odns-footer-botanical {
  bottom: -120px;
  opacity: 0.13;
}

/* Tablet 1024 / 820 / 768 */
@media (max-width: 1100px) {
  .odns-header-inner {
    grid-template-columns: minmax(190px, 1fr) auto;
    min-height: 0;
    padding: 12px 0 10px;
    row-gap: 8px;
  }

  .odns-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .odns-menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .odns-header-cta-desktop {
    display: inline-flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    min-height: 34px;
    padding: 0.57rem 1.2rem;
    font-size: 0.72rem;
  }

  .odns-header-cta-mobile {
    display: none;
  }

  .odns-code-navigation {
    max-height: calc(100vh - 122px);
  }

  .odns-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .odns-service-card {
    min-height: 250px;
  }

  .odns-service-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }

  .odns-process-grid,
  .odns-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .odns-process-step:not(:last-child)::after,
  .odns-process-step:not(:last-child)::before {
    display: none;
  }

  .odns-process-step {
    padding: 1.2rem;
  }

  .odns-home-cta-card {
    padding-inline: clamp(3rem, 7vw, 5.5rem);
  }

  .odns-footer-inner {
    grid-template-columns: 1fr 1fr 1.2fr 0.7fr;
    gap: 24px;
  }
}

@media (max-width: 980px) {
  .odns-home-hero {
    min-height: 0;
    padding-top: 3.2rem;
  }

  .odns-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .odns-hero-copy {
    max-width: 690px;
    margin-inline: auto;
  }

  body.odns-site .odns-home-hero h1 {
    max-width: 16ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(3rem, 7.2vw, 4.25rem);
  }

  .odns-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-hero-copy .odns-heart-line {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-hero-picture {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .odns-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .odns-home-cta-card {
    grid-template-columns: 1fr auto;
    text-align: left;
  }

  .odns-home-cta-card > p {
    grid-column: 1;
  }

  .odns-home-cta-card > .odns-home-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .odns-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

/* Telefon 430 / 390 / 375 / 360 */
@media (max-width: 767px) {
  .odns-home-wrap {
    width: min(calc(100% - 28px), 620px);
  }

  .odns-home-section {
    padding: 3.4rem 0;
  }

  .odns-home-section-heading {
    margin-bottom: 1.65rem;
  }

  body.odns-site .odns-home-section-heading h2,
  body.odns-site .odns-home-cta-card h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.55rem);
  }

  .odns-heart-line {
    width: min(240px, 70vw);
    height: 32px;
    background-image: url("assets/images/separator-serce-240.png");
  }

  .odns-edge-leaves {
    width: 190px;
    opacity: 0.21;
  }

  .odns-home-hero {
    padding: 2.8rem 0 2.6rem;
  }

  .odns-home-kicker {
    margin-bottom: 0.75rem;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }

  body.odns-site .odns-home-hero h1 {
    max-width: 14ch;
    margin-bottom: 1.15rem;
    font-size: clamp(2.5rem, 11vw, 3.05rem);
    line-height: 0.98;
  }

  .odns-hero-lead {
    max-width: 40ch;
    margin-bottom: 1.25rem;
    font-size: 0.72rem;
    line-height: 1.62;
  }

  .odns-home-button {
    min-height: 40px;
    padding: 0.67rem 1.15rem;
    font-size: 0.72rem;
  }

  .odns-hero-picture {
    width: min(100%, 430px);
  }

  .odns-service-grid,
  .odns-process-grid,
  .odns-why-grid,
  .odns-trust-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .odns-service-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .odns-service-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    min-height: 92px;
    padding: 0.72rem 0.8rem;
    align-items: center;
    gap: 0 0.55rem;
    text-align: left;
  }

  .odns-service-card .odns-card-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 60px;
    height: 60px;
    margin: 0;
  }

  body.odns-site .odns-service-card h3 {
    grid-column: 2;
    min-height: 0;
    font-size: 1.22rem;
  }

  .odns-service-card p {
    grid-column: 2;
    margin: 0.2rem 0 0;
    font-size: 0.57rem;
    line-height: 1.42;
  }

  .odns-service-card > a {
    grid-column: 3;
    grid-row: 1 / span 2;
    font-size: 0;
    text-align: center;
  }

  .odns-service-card > a span {
    font-size: 1.1rem;
  }

  .odns-process-step {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    min-height: 91px;
    padding: 0.65rem 0.85rem;
    align-items: center;
    border: 1px solid rgba(214, 166, 82, 0.36);
    border-radius: 13px;
    background: rgba(255, 253, 250, 0.82);
    box-shadow: 0 8px 20px rgba(23, 59, 99, 0.045);
    gap: 0 0.6rem;
    text-align: left;
  }

  .odns-process-icon-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 60px;
    height: 60px;
    margin: 0;
    background: transparent;
  }

  .odns-process-icon-wrap .odns-card-icon {
    width: 60px;
    height: 60px;
  }

  body.odns-site .odns-process-step h3 {
    grid-column: 2;
    font-size: 1.2rem;
  }

  .odns-process-step p {
    grid-column: 2;
    max-width: none;
    margin: 0.18rem 0 0;
    font-size: 0.56rem;
    line-height: 1.4;
  }

  .odns-why-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 88px;
    padding: 0.7rem 0.85rem;
    align-items: center;
    gap: 0.6rem;
    text-align: left;
  }

  .odns-why-card .odns-card-icon {
    width: 60px;
    height: 60px;
  }

  body.odns-site .odns-why-card h3 {
    font-size: 1.2rem;
  }

  .odns-why-card p {
    margin-top: 0.22rem;
    font-size: 0.56rem;
    line-height: 1.42;
  }

  .odns-review-card,
  .odns-faq-card {
    min-height: 0;
    padding: 1.35rem 1.1rem;
  }

  body.odns-site .odns-home-section-heading-small h2 {
    font-size: 1.85rem;
  }

  .odns-review-card blockquote p,
  .odns-faq-list summary {
    font-size: 0.65rem;
  }

  .odns-home-cta-section {
    padding: 2rem 0;
  }

  .odns-home-cta-card {
    display: flex;
    min-height: 225px;
    padding: 1.6rem 1rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
    text-align: center;
  }

  .odns-home-cta-card .odns-heart-line {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-home-cta-card > p {
    max-width: 34ch;
    font-size: 0.67rem;
  }

  .odns-cta-leaves {
    width: 145px;
    opacity: 0.25;
  }

  .odns-code-footer {
    padding-top: 1.8rem;
  }

  .odns-footer-inner {
    grid-template-columns: 1fr 1fr;
    width: min(calc(100% - 32px), 620px);
    gap: 1.6rem 1.1rem;
  }

  .odns-footer-brand {
    grid-column: 1 / -1;
  }

  .odns-footer-brand img {
    width: 195px;
    margin-inline: auto;
  }

  .odns-footer-social {
    text-align: left;
  }

  body.odns-site .odns-code-footer h2 {
    font-size: 1.35rem;
  }

  .odns-footer-bottom {
    width: min(calc(100% - 32px), 620px);
    margin-top: 1.5rem;
  }
}

@media (max-width: 430px) {
  .odns-header-inner {
    width: calc(100% - 24px);
  }

  .odns-brand img {
    width: 178px;
    max-height: 58px;
  }

  .odns-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .odns-primary-menu {
    grid-template-columns: 1fr;
  }

  .odns-primary-menu > li > a {
    text-align: left;
  }

  .odns-footer-menu {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   OFERTA 1.4.0 — autonomiczny szablon /oferta/
   Wszystkie reguły są ograniczone do .odns-offer, aby nie zmieniać
   zatwierdzonych stron HOME i O NAS.
   ================================================================ */

body.odns-offer .odns-offer-main,
body.odns-offer .odns-offer-main * {
  box-sizing: border-box;
}

body.odns-offer .odns-offer-main {
  color: var(--odns-ink);
  background: var(--odns-cream);
}

.odns-offer-wrap {
  width: min(calc(100% - 56px), 1240px);
  margin-inline: auto;
}

.odns-offer-paper,
.odns-offer-pencil {
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-offer-paper {
  background-color: var(--odns-cream);
  background-image:
    linear-gradient(rgba(255, 253, 250, 0.5), rgba(255, 253, 250, 0.5)),
    url("assets/textures/pencil-paper-seamless.webp");
}

.odns-offer-pencil {
  background-color: var(--odns-pencil);
  background-image:
    linear-gradient(rgba(234, 241, 231, 0.14), rgba(234, 241, 231, 0.14)),
    url("assets/textures/pencil-paper-seamless.webp");
}

.odns-offer-hero {
  position: relative;
  padding: 4rem 0 3.875rem;
  overflow: hidden;
}

.odns-offer-hero-leaves {
  position: absolute;
  bottom: -10.625rem;
  left: -8.125rem;
  width: 29.375rem;
  aspect-ratio: 1;
  background: url("assets/images/about/leaves-left.webp") center / contain no-repeat;
  opacity: 0.48;
  pointer-events: none;
}

.odns-offer-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2.25rem;
  align-items: center;
}

.odns-offer-eyebrow {
  margin: 0 0 1.125rem;
  color: var(--odns-green);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

body.odns-site .odns-offer-hero-copy h1 {
  max-width: 43.125rem;
  margin: 0 0 1.375rem;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 4.65vw, 4rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.odns-offer-hero-copy > p:not(.odns-offer-eyebrow) {
  max-width: 36.875rem;
  margin: 0 0 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.odns-offer-heart-line {
  width: 18.75rem;
  height: 2.625rem;
  margin: 0.1875rem auto 1.25rem;
  background: url("assets/images/separator-serce-320.png") center / contain no-repeat;
}

.odns-offer-heart-line-left,
.odns-offer-hero-copy .odns-offer-heart-line {
  margin-right: 0;
  margin-left: 0;
}

.odns-offer-hero-copy .odns-offer-heart-line {
  margin-bottom: 1.4375rem;
}

body.odns-site .odns-offer-button {
  display: inline-flex;
  width: auto;
  min-width: 13.75rem;
  min-height: 2.875rem;
  padding: 0.78rem 1.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid var(--odns-green);
  border-radius: 999px;
  color: #fff;
  background: var(--odns-green);
  box-shadow: 0 8px 20px rgba(79, 117, 99, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.odns-site .odns-offer-button:hover,
body.odns-site .odns-offer-button:focus-visible {
  color: #fff;
  background: #416653;
  box-shadow: 0 11px 24px rgba(79, 117, 99, 0.24);
  transform: translateY(-1px);
}

.odns-offer-hero-copy > .odns-offer-button {
  width: 14.75rem;
}

.odns-offer-hero-notes {
  display: flex;
  margin-top: 1.3125rem;
  color: var(--odns-green);
  font-size: 0.6875rem;
  font-weight: 600;
  gap: 1.25rem;
}

.odns-offer-hero-notes span::before {
  margin-right: 0.4375rem;
  color: var(--odns-gold);
  content: "♡";
}

.odns-offer-hero-art {
  position: relative;
  margin: 0;
}

.odns-offer-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.93) contrast(0.97);
}

.odns-offer-section {
  position: relative;
  padding: 3.875rem 0;
  overflow: hidden;
}

.odns-offer-section-title {
  position: relative;
  z-index: 2;
  max-width: 56.25rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

body.odns-site .odns-offer-section-title h2 {
  margin: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.odns-offer-section-title p {
  max-width: 45rem;
  margin: 0.375rem auto 0;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.odns-offer-leaves {
  position: absolute;
  z-index: 1;
  bottom: -7.8125rem;
  width: 24.375rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.56;
  pointer-events: none;
}

.odns-offer-leaves-left {
  left: -9.375rem;
  background-image: url("assets/images/about/leaves-left.webp");
}

.odns-offer-leaves-right {
  right: -9.375rem;
  background-image: url("assets/images/about/leaves-right.webp");
}

.odns-offer-services-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.odns-offer-service-card {
  position: relative;
  display: grid;
  min-height: 23.125rem;
  padding: 1.125rem;
  overflow: hidden;
  grid-template-columns: 15.625rem minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(214, 166, 82, 0.48);
  border-radius: 1.5rem;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 13px 29px rgba(23, 59, 99, 0.065);
  gap: 1.5625rem;
}

.odns-offer-service-visual {
  position: relative;
  z-index: 2;
  display: flex;
  width: 15.625rem;
  height: 20.625rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(113, 148, 127, 0.14);
  border-radius: 1.125rem;
  background: rgba(251, 248, 241, 0.78);
}

.odns-offer-service-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.92) contrast(0.98);
}

.odns-offer-service-copy {
  position: relative;
  z-index: 2;
}

body.odns-site .odns-offer-service-copy h3 {
  margin: 0 0 0.5625rem;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.02;
}

.odns-offer-service-copy p {
  margin: 0 0 0.875rem;
  font-size: 0.75rem;
  line-height: 1.65;
}

.odns-offer-tags {
  display: flex;
  margin-bottom: 1.0625rem;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.odns-offer-tags span {
  padding: 0.375rem 0.5625rem;
  border-radius: 999px;
  color: var(--odns-green);
  background: rgba(234, 241, 231, 0.78);
  font-size: 0.5625rem;
  font-weight: 600;
}

body.odns-site .odns-offer-text-link {
  display: inline-flex;
  align-items: center;
  color: var(--odns-navy);
  font-size: 0.625rem;
  font-weight: 600;
  gap: 0.5rem;
  text-decoration: none;
}

.odns-offer-text-link::after {
  color: var(--odns-gold);
  content: "→";
}

body.odns-site .odns-offer-text-link:hover,
body.odns-site .odns-offer-text-link:focus-visible {
  color: var(--odns-green);
}

.odns-offer-choice {
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
}

.odns-offer-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4375rem;
}

.odns-offer-step {
  padding: 1.75rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(214, 166, 82, 0.4);
  border-radius: 1.375rem;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 10px 25px rgba(23, 59, 99, 0.05);
}

.odns-offer-step img {
  display: block;
  width: 4.875rem;
  height: 4.875rem;
  margin: 0 auto 0.75rem;
  object-fit: contain;
}

.odns-offer-step small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--odns-gold);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

body.odns-site .odns-offer-step h3 {
  margin: 0 0 0.4375rem;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5625rem;
  font-weight: 600;
}

.odns-offer-step p {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.62;
}

.odns-offer-reassurance {
  padding: 3rem 0;
}

.odns-offer-reassurance-card {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 2.3125rem 2.875rem;
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(214, 166, 82, 0.42);
  border-radius: 1.5rem;
  background: rgba(255, 253, 250, 0.78);
  box-shadow: 0 11px 27px rgba(23, 59, 99, 0.055);
  gap: 1.875rem;
}

.odns-offer-reassurance-card::before,
.odns-offer-reassurance-card::after {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0.4;
  pointer-events: none;
}

.odns-offer-reassurance-card::before {
  bottom: -7.8125rem;
  left: -5.9375rem;
  background-image: url("assets/images/about/leaves-left.webp");
}

.odns-offer-reassurance-card::after {
  right: -5.625rem;
  bottom: -8.125rem;
  background-image: url("assets/images/about/leaves-right.webp");
}

.odns-offer-reassurance-copy {
  position: relative;
  z-index: 2;
  flex: 1;
}

body.odns-site .odns-offer-reassurance-copy h2 {
  max-width: 35rem;
  margin: 0 0 0.625rem;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 1;
}

.odns-offer-reassurance-copy p {
  max-width: 37.5rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.7;
}

.odns-offer-reassurance-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 16.25rem;
  align-items: center;
  justify-content: center;
}

.odns-offer-reassurance-actions .odns-offer-button {
  width: auto;
  min-width: 13.75rem;
  border-radius: 999px;
}

@media (max-width: 1100px) and (min-width: 981px) {
  .odns-offer-service-card {
    grid-template-columns: 13.125rem minmax(0, 1fr);
    gap: 1.125rem;
  }

  .odns-offer-service-visual {
    width: 13.125rem;
    height: 18.75rem;
  }

  body.odns-site .odns-offer-service-copy h3 {
    font-size: 1.65rem;
  }
}

@media (max-width: 980px) {
  .odns-offer-wrap {
    width: min(calc(100% - 38px), 760px);
  }

  .odns-offer-hero {
    padding: 3.1875rem 0 2.5rem;
  }

  .odns-offer-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .odns-offer-hero-copy {
    max-width: 40.625rem;
    margin-inline: auto;
  }

  body.odns-site .odns-offer-hero-copy h1 {
    margin-inline: auto;
    font-size: 3.0625rem;
  }

  .odns-offer-eyebrow {
    font-size: 0.5625rem;
  }

  .odns-offer-hero-copy .odns-offer-heart-line,
  .odns-offer-heart-line-left {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-offer-hero-copy > p:not(.odns-offer-eyebrow) {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.75rem;
  }

  .odns-offer-hero-notes {
    justify-content: center;
  }

  .odns-offer-hero-art img {
    width: min(100%, 43.125rem);
    margin-inline: auto;
  }

  .odns-offer-section {
    padding: 3.125rem 0;
  }

  body.odns-site .odns-offer-section-title h2 {
    font-size: 2.5rem;
  }

  .odns-offer-services-grid {
    gap: 1rem;
  }

  .odns-offer-service-card {
    display: flex;
    min-height: 33.4375rem;
    padding: 1.0625rem;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .odns-offer-service-visual {
    width: 100%;
    height: 20rem;
    margin-inline: auto;
    flex: 0 0 20rem;
  }

  body.odns-site .odns-offer-service-copy h3 {
    font-size: 1.5625rem;
  }

  .odns-offer-tags {
    justify-content: center;
  }

  .odns-offer-steps {
    gap: 0.875rem;
  }

  .odns-offer-step {
    padding: 1.375rem 0.875rem;
  }

  .odns-offer-reassurance-card {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    text-align: center;
  }

  .odns-offer-reassurance-copy h2,
  .odns-offer-reassurance-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-offer-reassurance-actions {
    flex-basis: auto;
  }
}

@media (max-width: 520px) {
  .odns-offer-wrap {
    width: calc(100% - 24px);
  }

  .odns-offer-hero {
    padding: 2.3125rem 0 1.9375rem;
  }

  .odns-offer-hero-leaves {
    bottom: -6.25rem;
    left: -7.1875rem;
    width: 17.5rem;
  }

  .odns-offer-hero-grid {
    gap: 1.125rem;
  }

  .odns-offer-eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.4375rem;
  }

  body.odns-site .odns-offer-hero-copy h1 {
    margin-bottom: 0.875rem;
    font-size: 2.25rem;
    line-height: 0.98;
  }

  .odns-offer-heart-line {
    width: 13.125rem;
    height: 1.875rem;
    margin-bottom: 0.8125rem;
    background-image: url("assets/images/separator-serce-240.png");
  }

  .odns-offer-hero-copy > p:not(.odns-offer-eyebrow) {
    margin-bottom: 1.25rem;
    font-size: 0.625rem;
    line-height: 1.65;
  }

  body.odns-site .odns-offer-button {
    min-width: 0;
    min-height: 2.3125rem;
    padding: 0.625rem 1.0625rem;
    font-size: 0.5625rem;
  }

  .odns-offer-hero-copy > .odns-offer-button {
    width: auto;
  }

  .odns-offer-hero-notes {
    margin-top: 0.875rem;
    flex-wrap: wrap;
    gap: 0.5rem 0.9375rem;
    font-size: 0.5rem;
  }

  .odns-offer-hero-art img {
    width: 95%;
  }

  .odns-offer-section {
    padding: 2.375rem 0;
  }

  .odns-offer-section-title {
    margin-bottom: 1.5rem;
  }

  body.odns-site .odns-offer-section-title h2 {
    font-size: 2rem;
  }

  .odns-offer-section-title p {
    font-size: 0.5625rem;
    line-height: 1.6;
  }

  .odns-offer-section-title .odns-offer-heart-line {
    margin-bottom: 0.5rem;
  }

  .odns-offer-leaves {
    width: 15rem;
    opacity: 0.42;
  }

  .odns-offer-services-grid {
    grid-template-columns: 1fr;
    gap: 0.8125rem;
  }

  .odns-offer-service-card {
    min-height: 0;
    padding: 0.875rem;
    border-radius: 1.0625rem;
    gap: 0.8125rem;
  }

  .odns-offer-service-visual {
    width: 100%;
    height: 16.25rem;
    margin: 0;
    flex: 0 0 16.25rem;
    border-radius: 0.8125rem;
  }

  body.odns-site .odns-offer-service-copy h3 {
    margin-bottom: 0.3125rem;
    font-size: 1.4375rem;
  }

  .odns-offer-service-copy p {
    margin-bottom: 0.5625rem;
    font-size: 0.5625rem;
    line-height: 1.55;
  }

  .odns-offer-tags {
    margin-bottom: 0.625rem;
  }

  .odns-offer-tags span {
    padding: 0.25rem 0.4375rem;
    font-size: 0.4375rem;
  }

  body.odns-site .odns-offer-text-link {
    font-size: 0.5rem;
  }

  .odns-offer-choice {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .odns-offer-steps {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }

  .odns-offer-step {
    display: flex;
    padding: 0.875rem 1rem;
    align-items: center;
    text-align: left;
    gap: 0.8125rem;
  }

  .odns-offer-step img {
    width: 3.4375rem;
    height: 3.4375rem;
    margin: 0;
    flex: 0 0 3.4375rem;
  }

  .odns-offer-step small {
    margin-bottom: 0;
    font-size: 0.4375rem;
  }

  body.odns-site .odns-offer-step h3 {
    margin: 0;
    font-size: 1.1875rem;
  }

  .odns-offer-step p {
    font-size: 0.5rem;
    line-height: 1.45;
  }

  .odns-offer-reassurance {
    padding: 1.875rem 0;
  }

  .odns-offer-reassurance-card {
    padding: 1.5625rem 1.0625rem;
    border-radius: 1.125rem;
  }

  body.odns-site .odns-offer-reassurance-copy h2 {
    font-size: 1.75rem;
  }

  .odns-offer-reassurance-copy p {
    font-size: 0.5625rem;
  }

  .odns-offer-reassurance-card::before,
  .odns-offer-reassurance-card::after {
    width: 9.375rem;
  }
}

@media (max-width: 375px) {
  .odns-home-wrap {
    width: calc(100% - 22px);
  }

  body.odns-site .odns-home-hero h1 {
    font-size: 2.42rem;
  }

  .odns-footer-inner {
    grid-template-columns: 1fr;
  }

  .odns-footer-brand,
  .odns-footer-contact,
  .odns-footer-links,
  .odns-footer-social {
    grid-column: 1;
  }

  .odns-footer-contact,
  .odns-footer-links,
  .odns-footer-social {
    text-align: center;
  }

  .odns-code-footer h2::after {
    right: 0;
    margin-inline: auto;
  }

  .odns-footer-contact li,
  .odns-social-list {
    justify-content: center;
  }
}

/* ================================================================
   O NAS 1.3 — REALNE ZDJĘCIA + OPRAWA KREDKĄ PASTELOWĄ
   ================================================================ */

.odns-about-main {
  overflow: hidden;
  color: var(--odns-ink);
  background-color: #eaf1e7;
  background-image: url("assets/textures/pencil-paper-seamless.webp");
  background-repeat: repeat;
  background-size: 1536px 1024px;
}

.odns-about-wrap {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
}

.odns-about-section,
.odns-about-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-about-section {
  padding: clamp(2.8rem, 3.6vw, 4rem) 0;
}

.odns-about-specialists,
.odns-about-space {
  background-color: #fbfaf4;
  background-image:
    linear-gradient(rgba(255, 253, 250, 0.58), rgba(255, 253, 250, 0.58)),
    url("assets/textures/pencil-paper-seamless.webp");
}

.odns-about-specialists {
  padding-bottom: clamp(1.8rem, 2.4vw, 2.8rem);
}

.odns-about-reception {
  padding-top: clamp(2rem, 2.6vw, 3rem);
  padding-bottom: clamp(2.2rem, 2.8vw, 3.2rem);
}

.odns-about-space {
  padding-top: clamp(2.3rem, 3vw, 3.4rem);
  padding-bottom: clamp(2.4rem, 3vw, 3.5rem);
}

.odns-about-reception,
.odns-about-cta {
  background-color: #eaf1e7;
  background-image:
    linear-gradient(rgba(234, 241, 231, 0.08), rgba(234, 241, 231, 0.08)),
    url("assets/textures/pencil-paper-seamless.webp");
}

.odns-about-heading {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto clamp(1.8rem, 2.5vw, 2.7rem);
  text-align: center;
}

body.odns-site .odns-about-heading h2,
body.odns-site .odns-about-cta h2,
body.odns-site .odns-about-hero h1 {
  margin: 0;
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.odns-about-heading > p {
  max-width: 760px;
  margin: 0.75rem auto 0;
  color: #4b5f6c;
  font-size: clamp(0.76rem, 0.9vw, 0.9rem);
  line-height: 1.7;
}

.odns-about-heart-line {
  width: min(320px, 74vw);
  height: 43px;
  margin: 0.25rem auto 0;
  background: url("assets/images/separator-serce-320.png") center / contain no-repeat;
}

.odns-about-heart-line-left {
  margin-right: auto;
  margin-left: 0;
}

.odns-about-leaves {
  position: absolute;
  z-index: 1;
  width: clamp(300px, 30vw, 520px);
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.72;
  pointer-events: none;
}

.odns-about-leaves-left {
  bottom: -8rem;
  left: -12rem;
  background-image: url("assets/images/about/leaves-left.webp");
}

.odns-about-leaves-right {
  right: -12rem;
  bottom: -8rem;
  background-image: url("assets/images/about/leaves-right.webp");
}

/* Sekcja otwierająca: prawdziwy tekst HTML + osobna ilustracja kredkowa. */
.odns-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.4rem, 4.8vw, 5.3rem) 0;
  background: #eaf1e7 url("assets/textures/pencil-paper-seamless.webp") repeat;
  background-size: 1536px 1024px;
}

.odns-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(560px, 1.35fr);
  align-items: center;
  gap: clamp(2rem, 4.5vw, 5rem);
}

.odns-about-hero-copy {
  position: relative;
  z-index: 2;
}

body.odns-site .odns-about-hero h1 {
  margin: 0;
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.1rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.odns-about-hero-copy .odns-about-heart-line {
  width: min(310px, 78%);
  margin-top: 0.45rem;
  margin-bottom: 1.6rem;
}

.odns-about-hero-copy p {
  max-width: 49ch;
  margin: 0;
  color: #334b5c;
  font-size: clamp(0.82rem, 0.94vw, 0.96rem);
  font-weight: 500;
  line-height: 1.72;
}

.odns-about-hero-copy p + p {
  margin-top: 0.15rem;
}

.odns-about-hero-art {
  position: relative;
  z-index: 1;
}

.odns-about-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.97) brightness(1.01);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

/* Zespół — duże okna, pełne zdjęcia bez przycinania. */
.odns-specialists-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.odns-specialist-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  padding: 1.25rem;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(214, 166, 82, 0.48);
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.86);
  box-shadow: 0 12px 30px rgba(23, 59, 99, 0.07);
  backdrop-filter: blur(2px);
}

.odns-specialist-card::after,
.odns-reception-card::after {
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 150px;
  aspect-ratio: 1;
  content: "";
  background: url("assets/images/about/leaves-right.webp") center / contain no-repeat;
  opacity: 0.46;
  pointer-events: none;
}

.odns-specialist-photo {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: clamp(350px, 29vw, 410px);
  margin-bottom: 1rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(234, 241, 231, 0.7);
  background-image:
    linear-gradient(rgba(234, 241, 231, 0.38), rgba(234, 241, 231, 0.38)),
    url("assets/textures/pencil-paper-seamless.webp");
  background-repeat: repeat;
  background-size: auto, 1536px 1024px;
}

.odns-specialist-photo img {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(2px round 18px);
  object-fit: contain;
  object-position: center;
}

.odns-specialist-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.odns-site .odns-specialist-card h3,
body.odns-site .odns-reception-card h3 {
  margin: 0;
  padding: 0;
  color: var(--odns-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.08;
}

.odns-specialist-card p {
  min-height: 2.8em;
  margin: 0.45rem 0 0.8rem;
  color: var(--odns-green);
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1.4;
}

.odns-specialist-card a {
  display: inline-flex;
  min-height: 34px;
  margin-top: auto;
  padding: 0.62rem 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  background: var(--odns-green);
  box-shadow: 0 7px 16px rgba(79, 117, 99, 0.16);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
}

.odns-specialist-card a:hover,
.odns-specialist-card a:focus-visible {
  color: #fff !important;
  background: #436b58;
}

/* Recepcja */
.odns-reception-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.odns-reception-card {
  position: relative;
  display: grid;
  min-height: 230px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  overflow: hidden;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(214, 166, 82, 0.45);
  border-radius: 23px;
  background: rgba(255, 253, 250, 0.88);
  box-shadow: 0 12px 30px rgba(23, 59, 99, 0.065);
  gap: clamp(1.1rem, 2vw, 1.7rem);
}

.odns-reception-card > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(214, 166, 82, 0.56);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
}

.odns-reception-card > div {
  position: relative;
  z-index: 2;
}

.odns-reception-card .odns-reception-role {
  margin: 0.35rem 0 0.65rem;
  color: var(--odns-green);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.odns-reception-card p:last-child {
  margin: 0;
  color: #465a67;
  font-size: 0.72rem;
  line-height: 1.65;
}

/* Galeria wnętrz */
.odns-space-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 270px));
  gap: 18px;
}

.odns-space-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(214, 166, 82, 0.48);
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 12px 30px rgba(23, 59, 99, 0.08);
}

.odns-space-photo-1 {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.odns-space-photo-2 {
  grid-column: 8 / 13;
  grid-row: 1;
}

.odns-space-photo-3 {
  grid-column: 8 / 13;
  grid-row: 2;
}

.odns-space-photo-4 {
  grid-column: 1 / 5;
  grid-row: 3;
}

.odns-space-photo-5 {
  grid-column: 5 / 13;
  grid-row: 3;
}

.odns-space-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.odns-space-photo-5 img {
  object-position: center 55%;
}

/* CTA z kartą rezerwacji dopasowaną do identyfikacji strony. */
.odns-about-cta {
  padding: clamp(2.5rem, 3.4vw, 3.8rem) 0;
}

.odns-about-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
}

.odns-about-cta-copy {
  max-width: 540px;
}

body.odns-site .odns-about-cta h2 {
  max-width: 12ch;
}

.odns-about-cta-copy > p {
  margin: 0.5rem 0 0;
  color: #465a67;
  font-size: 0.86rem;
  line-height: 1.7;
}

.odns-about-cta #znanylekarz-widget {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 430px !important;
  margin-left: auto;
  box-sizing: border-box;
}

.odns-zl-card {
  padding: clamp(1.35rem, 2vw, 1.8rem) !important;
  border: 1px solid rgba(214, 166, 82, 0.48) !important;
  border-radius: 20px !important;
  color: var(--odns-ink) !important;
  background:
    linear-gradient(rgba(255, 253, 250, 0.94), rgba(255, 253, 250, 0.94)),
    url("assets/textures/pencil-paper-seamless.webp") repeat !important;
  background-size: auto, 1536px 1024px !important;
  box-shadow: 0 12px 28px rgba(23, 59, 99, 0.08) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.odns-zl-brand {
  margin: 0 0 0.8rem !important;
  color: var(--odns-green) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.odns-zl-brand > span {
  color: var(--odns-green);
}

body.odns-site .odns-zl-card h3 {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  color: var(--odns-navy) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.45rem, 2vw, 1.8rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.odns-zl-details {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.odns-zl-details li {
  display: flex;
  align-items: center;
  margin: 0.6rem 0 !important;
  color: #435966 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  gap: 0.55rem;
}

.odns-zl-details li > span {
  color: var(--odns-gold);
  font-size: 1rem;
}

.odns-zl-button {
  display: flex !important;
  min-height: 44px;
  margin-top: 1rem !important;
  padding: 0.75rem 1.2rem !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--odns-green) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--odns-green) !important;
  box-shadow: 0 8px 18px rgba(79, 117, 99, 0.17) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  gap: 0.6rem;
}

.odns-zl-button:hover,
.odns-zl-button:focus-visible {
  color: #fff !important;
  background: #436b58 !important;
}

.odns-zl-source {
  display: block;
  margin-top: 0.75rem;
  color: #65766f !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0.63rem !important;
  line-height: 1.4 !important;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .odns-about-section {
    padding: 3rem 0;
  }

  .odns-about-specialists {
    padding-bottom: 2rem;
  }

  .odns-about-reception {
    padding-top: 2.15rem;
    padding-bottom: 2.35rem;
  }

  .odns-about-space {
    padding-top: 2.35rem;
    padding-bottom: 2.6rem;
  }

  .odns-specialist-card {
    min-height: 485px;
  }

  .odns-specialist-photo {
    height: 340px;
  }

  .odns-space-gallery {
    grid-template-rows: repeat(3, minmax(0, 230px));
  }
}

@media (max-width: 980px) {
  .odns-about-hero {
    padding: 3.2rem 0 2.7rem;
  }

  .odns-about-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.7rem;
    text-align: center;
  }

  .odns-about-hero-copy {
    max-width: 640px;
    margin-inline: auto;
  }

  .odns-about-hero-copy .odns-about-heart-line {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-about-hero-copy p {
    max-width: 62ch;
    margin: 0.5rem auto 0;
    color: #415767;
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .odns-about-hero-art img {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  .odns-specialists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odns-specialist-card {
    min-height: 510px;
  }

  .odns-specialist-photo {
    height: 370px;
  }

  .odns-reception-grid {
    grid-template-columns: 1fr;
  }

  .odns-space-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 280px);
  }

  .odns-space-photo-1,
  .odns-space-photo-2,
  .odns-space-photo-3,
  .odns-space-photo-4,
  .odns-space-photo-5 {
    grid-column: auto;
    grid-row: auto;
  }

  .odns-space-photo-1 {
    grid-column: 1 / -1;
  }

  .odns-space-photo-5 {
    grid-column: 1 / -1;
  }

  .odns-about-cta-grid {
    grid-template-columns: 1fr 390px;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .odns-about-wrap {
    width: min(calc(100% - 28px), 620px);
  }

  .odns-about-section {
    padding: 2.65rem 0;
  }

  .odns-about-specialists {
    padding-bottom: 1.75rem;
  }

  .odns-about-reception {
    padding-top: 1.9rem;
    padding-bottom: 2.1rem;
  }

  .odns-about-space {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }

  .odns-about-heading {
    margin-bottom: 2rem;
  }

  body.odns-site .odns-about-heading h2,
  body.odns-site .odns-about-cta h2,
  body.odns-site .odns-about-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .odns-about-heart-line {
    width: min(240px, 72vw);
    height: 34px;
    background-image: url("assets/images/separator-serce-240.png");
  }

  .odns-about-leaves {
    width: 280px;
    opacity: 0.56;
  }

  .odns-about-leaves-left {
    left: -9rem;
  }

  .odns-about-leaves-right {
    right: -9rem;
  }

  .odns-about-hero {
    padding: 2.8rem 0 2.4rem;
  }

  .odns-specialists-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .odns-specialist-card {
    width: min(100%, 470px);
    min-height: 0;
    margin-inline: auto;
    padding: 1rem;
    border-radius: 19px;
  }

  .odns-specialist-photo {
    height: min(112vw, 500px);
    border-radius: 16px;
  }

  body.odns-site .odns-specialist-card h3,
  body.odns-site .odns-reception-card h3 {
    font-size: 1.75rem;
  }

  .odns-specialist-card p {
    min-height: 0;
  }

  .odns-reception-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 0;
    padding: 1.1rem;
    gap: 1rem;
  }

  .odns-reception-card > img {
    width: 112px;
    height: 112px;
  }

  .odns-reception-card p:last-child {
    font-size: 0.66rem;
  }

  .odns-space-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .odns-space-photo-1,
  .odns-space-photo-2,
  .odns-space-photo-3,
  .odns-space-photo-4,
  .odns-space-photo-5 {
    grid-column: 1;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 17px;
  }

  .odns-space-photo-5 {
    aspect-ratio: 3 / 4;
  }

  .odns-about-cta {
    padding: 2.5rem 0;
  }

  .odns-about-cta-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .odns-about-cta-copy {
    margin-inline: auto;
    text-align: center;
  }

  body.odns-site .odns-about-cta h2 {
    max-width: 14ch;
  }

  .odns-about-heart-line-left {
    margin-right: auto;
    margin-left: auto;
  }

  .odns-about-cta #znanylekarz-widget {
    margin-inline: auto;
  }
}

@media (max-width: 430px) {
  .odns-about-wrap {
    width: calc(100% - 24px);
  }

  .odns-about-heading > p,
  .odns-about-hero-copy p {
    font-size: 0.69rem;
  }

  .odns-specialist-photo {
    height: min(118vw, 455px);
  }

  .odns-reception-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 0.9rem;
  }

  .odns-reception-card > img {
    width: 92px;
    height: 92px;
  }

  .odns-reception-card .odns-reception-role {
    font-size: 0.56rem;
  }

  .odns-reception-card p:last-child {
    font-size: 0.58rem;
    line-height: 1.5;
  }
}
