:root {
  --brand-pink: #b02464; /* hero + akcent */
  --brand-red: #bc4749; /* CTA */
  --g-700: #386641; /* hlavní titulek */
  --g-500: #6a994e; /* podtitulek */
  --g-300: #a7c957; /* karty */
  --paper: #f2e8cf; /* světlé karty */
  --green-dark: #386641;
  --green: #6a994e;
  --red: #bc4749;
  --purple: #b02464;
}
body {
  font-family: "Lexend", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}
.font-display {
  font-family: "Oswald", "League Gothic", "Impact", sans-serif;
  letter-spacing: 0.35px;
}
.font-lalezar {
  font-family: "Lalezar", cursive;
}
.navbar .nav-link {
  color: var(--brand-pink) !important;
}
.navbar-brand img {
  height: 40px;
}

/* Anchor offset for sticky navbar */
section[id] {
  scroll-margin-top: 90px;
}

/* ---- index.html specific ---- */
.hero {
  background: var(--brand-pink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero .logo-wrap {
  max-width: 220px;
}
.hero h1 {
  font-size: clamp(2rem, 1.2rem + 3vw, 3.5rem);
}
.hero .wave-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.intro .lead {
  color: var(--g-500);
}
.intro h2 {
  color: var(--g-700);
}
.intro .decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.intro .decor img {
  position: absolute;
}
.intro .decor .leaf-left {
  left: -2rem;
  bottom: 22rem;
  width: 50vw;
  max-width: 380px;
  transform: rotate(6deg);
}
.intro .decor .leaf-right {
  right: 0;
  width: 40vw;
  max-width: 520px;
  z-index: -1;
}
.intro .decor .leaf-right-small {
  right: 0;
  top: 10rem;
  width: 40vw;
  max-width: 250px;
  z-index: -1;
}
.btn-cta {
  background: var(--brand-red);
  border: none;
  border-radius: 2rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
}
.btn-cta:hover {
  opacity: 0.9;
  color: #ffffff;
  background-color: #ae0003;
}
.benefits .card {
  border: 0;
  border-radius: 12px;
}
.benefits .card-title {
  font-family: "Oswald", "League Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
}
.benefits .icon {
  width: 54px;
  height: 54px;
}
.sdg .sdg-icon {
  width: 120px;
  height: 120px;
}
.supporters img {
  height: 100px;
}
.bg-paper {
  background: #f77641;
}
.bg-g300 {
  background: var(--g-300);
}
.bg-g500 {
  background: var(--g-500);
}
.bg-g700 {
  background: var(--g-700);
}
.bg-pink {
  background: var(--brand-pink);
}

/* ---- about-us.html specific ---- */
.about-hero {
  position: relative;
  background: var(--brand-pink);
  height: 30px;
  overflow: hidden;
}
.who {
  position: relative;
  overflow: clip;
}
.who h2 {
  color: var(--g-700);
}
.who .lead {
  color: var(--g-500);
}
.who .decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.who .decor img {
  position: absolute;
  max-width: none;
  opacity: 1;
}
.who .leaf-right {
  right: 5rem;
  width: min(44vw, 300px);
  transform: translateX(6rem) rotate(360deg);
}
.who .bean-right {
  right: 5rem;
  top: 10rem;
  width: min(44vw, 400px);
  transform: translateX(6rem);
}
.team {
  position: relative;
  overflow: clip;
}
.team h2 {
  color: var(--g-700);
}
.team .member-name {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 1rem+2vw, 2rem);
}
.team .role {
  color: #888;
  font-family: "Oswald", sans-serif;
}
.team .card {
  border: 0;
  background: transparent;
}
.team .photo {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team .leaf-left-bottom {
  left: -2rem;
  bottom: -4rem;
  width: min(60vw, 450px);
  transform: translateX(-2rem) rotate(8deg);
}
.section {
  padding-block: clamp(2.5rem, 1.5rem + 2vw, 4rem);
}

/* ---- our-products.html specific ---- */
.products-intro {
  position: relative;
  overflow: clip;
}
.products-intro h2 {
  color: var(--g-700);
}
.products-intro .lead {
  color: #111;
}
.products-intro .decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.products-intro .decor img {
  position: absolute;
  max-width: none;
  opacity: 1;
}
.products-intro .leaf-top-right {
  right: -12rem;
  top: -3rem;
  width: min(50vw, 620px);
  transform: rotate(-8deg) translateX(6rem);
}
.product-card {
  border: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-subtitle {
  color: var(--green);
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 1;
}
.product-title {
  color: var(--green-dark);
  font-family: "Oswald";
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.product-icon {
  width: 88px;
  height: auto;
}
.product-card ul {
  margin-bottom: 0.75rem;
}
.btn-brand {
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
  border: 0;
}
.btn-brand:hover {
  opacity: 0.9;
  color: #ffffff;
  background-color: #ae0003;
}
.cta-bar .btn-brand {
  min-width: 280px;
}
.together {
  position: relative;
  overflow: clip;
}
.together h2 {
  color: var(--g-700);
}
.together .decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.together .leaf-bottom-left {
  left: -10rem;
  bottom: -8rem;
  width: min(70vw, 760px);
  transform: rotate(8deg) translateX(-2rem);
}
.together .diagram {
  width: 100%;
  height: auto;
  max-width: 900px;
}

/* ---- responsibility.html specific ---- */
.top-ribbon {
  position: relative;
  background: var(--brand-pink);
  height: 30px;
  overflow: hidden;
}
.lead-green {
  color: var(--g-500);
}
.intro h1 {
  color: var(--g-700);
}
.intro .tag {
  color: var(--g-500);
  font-size: 20px;
}
.bullet-list li {
  margin-bottom: 0.6rem;
}
.bullet-list li::marker {
  color: var(--g-700);
}
.quote-bubble {
  background: #e8f2df;
  border-radius: 24px;
  padding: 1.5rem 2rem;
  font-style: italic;
  color: var(--g-500);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.expert .name {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #000;
}
.expert .role {
  color: #888;
  font-family: "Oswald", sans-serif;
  margin-top: 0.25rem;
}
.value-list .item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
}
.value-list .icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.value-quote {
  color: var(--g-500);
}
.decor-leaf-right {
  position: absolute;
  right: -8rem;
  top: -2rem;
  width: min(55vw, 600px);
  transform: rotate(-6deg);
  pointer-events: none;
}
.decor-leaf-bottom-left {
  position: absolute;
  left: -10rem;
  bottom: -6rem;
  width: min(70vw, 750px);
  transform: rotate(8deg);
  pointer-events: none;
  z-index: -1;
}
.icons {
  width: 100px;
  height: 100px;
}
.logo-img {
  height: 40px;
}
.jana-block {
  margin-top: 8.5rem;
}

/* ---- contact-us.html specific ---- */
html {
  overflow-x: clip;
}
body {
  overflow-x: visible;
}
.contact-form label {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  color: var(--g-500);
}
.contact-form .form-control,
.contact-form textarea {
  background: var(--paper);
  border-radius: 10px;
  border: none;
}
.btn-send {
  background: var(--brand-red);
  border-radius: 30px;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border: none;
  font-weight: 600;
}
.btn-send:hover {
  background: #a22224;
  color: #fff;
}
.quote {
  font-style: italic;
  color: var(--g-500);
  text-align: center;
  font-size: 1.6rem;
  max-width: 52ch;
  margin: 0 auto;
}
.decor-leaf-top-right {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 40vw;
  max-width: 520px;
  transform: translateX(2rem);
  pointer-events: none;
  z-index: -1;
}
.decor-leaf-bottom-left.contact {
  position: absolute;
  left: -8rem;
  bottom: -6rem;
  width: min(65vw, 700px);
  transform: rotate(10deg);
  pointer-events: none;
  z-index: -1;
}
.decor-leaf-bottom-right {
  position: absolute;
  right: 0;
  bottom: -6rem;
  width: 40vw;
  max-width: 480px;
  transform: translateX(2rem);
  pointer-events: none;
  z-index: -1;
}

/* spacing helper used in index hero wave */
.mt--1 img {
  display: block;
  width: 100%;
  height: 100px;
}

/* ---- onboarding (embedded) ---- */
.section-title {
  font-family: "Oswald", "League Gothic", "Impact", sans-serif;
  text-transform: uppercase;
  color: var(--g-700);
  line-height: 1.05;
  letter-spacing: 0.3px;
}
.section-title.lg {
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.section-title.xl {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}
.lead-para {
  color: #1f1f1f;
  font-size: 1rem;
  line-height: 1.55;
}
.video-box {
  background: #d9d9d9;
  border-radius: 12px;
  min-height: 380px;
  position: relative;
}
.play-circle {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #000;
  display: grid;
  place-items: center;
}
.play-triangle {
  width: 0;
  height: 0;
  border-left: 24px solid #000;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
}
.person-name {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  line-height: 1.1;
}
.person-role {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  color: #777;
  letter-spacing: 0.2px;
  text-transform: none;
}
.person-desc {
  color: #111;
  font-size: 0.95rem;
  line-height: 1.45;
}
.section-pad {
  padding-top: clamp(1.5rem, 3vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 3rem);
}
.intro .leaf-top-right {
  position: absolute;
  right: 0;
  top: -3rem;
  width: min(40vw, 250px);
  pointer-events: none;
  z-index: -1;
}
.cacao-way .leaf-bottom-left {
  position: absolute;
  left: -10rem;
  bottom: -6rem;
  width: min(60vw, 700px);
  transform: rotate(8deg);
  pointer-events: none;
  z-index: -1;
}
.cacao-way .leaf-bottom-right {
  position: absolute;
  right: 0;
  bottom: -6rem;
  width: min(40vw, 480px);
  transform: translateX(2rem);
  pointer-events: none;
  z-index: -1;
}
.tooltip {
  font-size: 2rem; /* zvětšení písma (default je ~0.875rem) */
  max-width: 800px; /* zvětší maximální šířku okna */
}

.tooltip-inner {
  padding: 0.75rem 1rem; /* více prostoru kolem textu */
  font-size: 1.1rem; /* ještě trochu větší text uvnitř */
  line-height: 1.4; /* lepší čitelnost */
}
.h-captcha {
  transform: scale(1.05);
  transform-origin: left top;
} /* malinko větší */
.contact-form .h-captcha {
  margin-top: 0.25rem;
}
.text-link {
  color: var(--g-500);
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
  color: var(--g-700);
}
