:root {
  --ke-bg: #ffffff;
  --ke-bg-secondary:#F6F6F8;
  --ke-hero-bg: #003D49;
  --ke-surface: #ffffff;
  --ke-text: #003D49;
  --ke-muted: #b3c5c8;
  --ke-accent: #8BBA13;
  --ke-accent-dark: #2d5a3d;
  --ke-dark: #024757;
  --ke-border: #dbe5dc;
}

@font-face {
  font-family: "Marvin Round";
  src: url("../fonts/Marvin-Round.woff2");
  font-weight: bold;
}

body.ke-landing-page {
  margin: 0;
  background: var(--ke-bg);
  color: var(--ke-text);
  font-family: Montserrat, Arial, sans-serif;
}

header, footer {overflow:hidden;}

.d-only {display:block;}
.m-only {display:none;}

@media (max-width: 768px) {
	.d-only {display:none;}
	.m-only {display:block;}
}

.ke-landing-page .ke-gallery-viewport,
.ke-landing-page .ke-events-slider,
.ke-landing-page #ke-lightbox {
  touch-action: pan-y;
}

.ke-landing-page h1, .ke-landing-page h2, .ke-landing-page h3 {font-family: "Marvin Round", Sans-serif; color: var(--ke-accent); text-align:center;}

.ke-landing-page h1 {font-size: 48px; margin: 36px 0 24px; }
.ke-landing-page h2 {font-size: 32px; }

.ke-landing-page a {color:var(--ke-text);}
.ke-landing-page a:hover {color:var(--ke-accent);}

.ke-landing-page button {border:0; background:none; display:flex; align-items:center; color: var(--ke-text); padding:0; border-radius: 0; transition: all .3s; cursor:pointer;}
.ke-landing-page button:hover {border:0; background:none;}
.ke-landing-page button:focus { background:none; outline:0;}
.ke-landing-page button[disabled] {opacity:0.3;}

.ke-landing-page .ke-button {border-radius: 400px;background:var(--ke-accent);display: flex; padding: 22px 56px 24px 56px;
justify-content: center; align-items: center; gap:0px; color: var(--ke-bg); font-size: 24px; font-weight: 600; font-family: "Marvin Round", Sans-serif; text-align:center;}
.ke-landing-page .ke-button .normal-at {font-family:Arial;}
.ke-landing-page .ke-button:hover {color:var(--ke-hero-bg);}

@media (max-width: 600px) {
	.ke-landing-page .ke-button {font-size:18px; padding: 22px 36px 24px 36px;}
}

body.ke-landing-page * { box-sizing: border-box; }

.ke-landing-page .top-header {  position: sticky; top: 0; z-index: 9999; background:var(--ke-hero-bg); display:flex;}
header {position: sticky; top: 0; z-index: 9999;}
  
.ke-landing-page .top-header .ke-wrap-hero {display:flex; align-items:center; margin:20px auto; justify-content:space-between;}
.ke-landing-page .brand {display:flex; gap:32px;}
/*
.ke-landing-page header nav {margin-left:20px;}
.ke-landing-page nav {display:flex; gap:32px; align-items:center;}
.ke-landing-page nav a{ color:var(--ke-bg); text-align:center;}
*/
@media (max-width: 500px) {
	.ke-landing-page .top-header .ke-wrap-hero {flex-direction:column;}
	/* .ke-landing-page header nav {margin-left:0; margin-top:20px;} */
}

.ke-landing-page .ke-wrap-hero { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.ke-landing-page .ke-wrap { width: min(960px, calc(100% - 140px)); margin: 0 auto; }
.ke-landing-page .ke-main {overflow:hidden;}
.ke-landing-page .ke-section + .ke-landing-page .ke-section { margin-top: 32px; }
.ke-landing-page .ke-section-head { margin-bottom: 20px; text-align: center; }
.ke-landing-page .ke-section-head h2 { margin: 0 0 8px; }

.ke-landing-page .ke-hero {padding: 20px 0 60px 0; background: var(--ke-hero-bg); color: var(--ke-bg);}
.ke-landing-page .ke-hero-copy {text-align:center;}
.ke-landing-page .ke-hero-text {font-size: 28px; color: var(--ke-bg); }
.ke-landing-page .ke-hero-media img, .ke-landing-page .ke-join-media img, .ke-landing-page .ke-gallery-item img { width: 100%; display: block; }

@media (max-width: 768px) {
	.ke-landing-page .ke-hero-text {margin:0 50px;}
}

@media (max-width: 500px) {
	.ke-landing-page .ke-wrap { width: min(960px, calc(100% - 80px));}
	.ke-hero-media {display:flex; align-items:bottom; justify-content:center;}
	.ke-landing-page .ke-wrap-hero {margin-top:-100px;}
	.ke-landing-page .ke-hero-media img {max-width:none; width:260%;}
}

.ke-landing-page #idea {padding:120px 0;}
.ke-landing-page #idea h2 {text-align:left; margin-bottom:60px;}
.ke-landing-page .ke-content {line-height:160%;}

.ke-two-cols, .ke-audience-grid, .ke-cards { display: grid; gap: 48px; }
.ke-two-cols, .ke-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 500px) {
	.ke-two-cols { display: flex; flex-direction:column; gap: 48px; }
}

.ke-landing-page #galeria {padding:120px 0;}
.ke-landing-page #galeria h2 {margin-bottom:60px; margin-top:0;}

.ke-landing-page .ke-gallery-filters {display: flex; align-items:center; justify-content:center; flex-wrap: wrap; gap: 34px; margin-bottom: 40px;}

.ke-landing-page .ke-gallery-filter {background: none !important; border: 0; cursor: pointer; color:var(--ke-text);}
.ke-landing-page .ke-gallery-filter:hover {color:var(--ke-accent);}
.ke-landing-page .ke-gallery-filter.is-active {color:var(--ke-accent); font-weight:700;}

.ke-landing-page .ke-gallery-slider{position:relative; width:100vw; margin-left:50%; transform:translateX(-50%);}
.ke-landing-page .ke-gallery-viewport{overflow:hidden; background-color: var(--ke-hero-bg);}
.ke-landing-page .ke-gallery-track{display:flex; gap:0; transition:transform .4s ease;}
.ke-landing-page .ke-gallery-item{ min-width:400px; max-width:400px; height:400px; position: relative; overflow: hidden;}
.ke-landing-page .ke-gallery-item img{ width:100%; height:100%; object-fit:cover; transform: scale(1); transform-origin: center; transition: transform .35s ease;}
.ke-landing-page .ke-gallery-item.is-hidden {display:none;}
.ke-landing-page .ke-gallery-item:hover img{ transform: scale(1.05);}

.ke-landing-page .ke-gallery-slider--contained {position:relative; width:100%; margin:0; transform:none;}
.ke-landing-page .ke-gallery-viewport--contained {background:transparent; border-radius:0;}
.ke-landing-page .ke-gallery-link--plain::after {display:none;}
.ke-landing-page .ke-curiosity-item {width:100%; min-width:100%; max-width:100%; height:auto; aspect-ratio:auto; background:transparent; border-radius:0;}
.ke-landing-page .ke-curiosity-item img {display:block; width:1920px; max-width:none; height:auto; object-fit:cover; background:transparent; border-radius:0; position:relative; left:50%; transform:translateX(-50%);}
.ke-landing-page .ke-curiosity-item:hover img {transform:translateX(-50%);}

/* overlay */
.ke-gallery-link::after {content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; transition: opacity .3s;}
/* NIEPARZYSTE */ .ke-gallery-link:nth-child(odd)::after {background: var(--ke-accent);}
/* PARZYSTE */ .ke-gallery-link:nth-child(even)::after {background:var(--ke-hero-bg);}
.ke-gallery-link:hover::after {opacity: .0;}


.ke-landing-page .ke-gallery-navigation {display:flex; justify-content:center; margin:40px 0; gap:20px; align-items:center;}
.ke-landing-page .ke-gallery-arrow:hover svg {fill:var(--ke-hero-bg);}
.ke-landing-page .ke-gallery-arrow[disabled]:hover {cursor: not-allowed;}
.ke-landing-page .ke-gallery-arrow[disabled]:hover svg {fill:var(--ke-accent);}
.ke-landing-page .ke-gallery-dots {display:flex; gap:10px; align-items:center;}
.ke-landing-page .ke-gallery-dots .ke-gallery-dot {width:10px; height:10px; background-color:var(--ke-muted); border-radius:10px;}
.ke-landing-page .ke-gallery-dots .ke-gallery-dot.is-active, .ke-landing-page .ke-gallery-dots .ke-gallery-dot:hover {background-color:var(--ke-hero-bg);}

.ke-landing-page .ke-lightbox {position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.88); padding: 32px;}
.ke-landing-page .ke-lightbox.is-open {display: flex;}
.ke-landing-page .ke-lightbox__stage {max-width: min(1200px, 90vw); max-height: 90vh; display: flex; align-items: center; justify-content: center;}
.ke-landing-page .ke-lightbox__image {display: block; max-width: 100%; max-height: 90vh; width: auto; height: auto; object-fit: contain;}
.ke-landing-page .ke-lightbox__close, .ke-lightbox__nav { position: absolute; border: 0; background: rgba(255, 255, 255, 0.12); color: #fff;
  cursor: pointer; line-height: 1;}
.ke-landing-page .ke-lightbox__close {top: 20px; right: 20px; width: 48px; height: 48px; border-radius: 999px; font-size: 32px;}
.ke-landing-page .ke-lightbox__nav {top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 999px; font-size: 40px;}
.ke-landing-page .ke-lightbox__nav--prev {left: 20px;}
.ke-landing-page .ke-lightbox__nav--next {right: 20px;}
.ke-landing-page .ke-lightbox__close:hover svg, .ke-lightbox__nav:hover svg {fill:var(--ke-hero-bg);}
body.ke-lightbox-open {overflow: hidden;}

@media (max-width: 767px) {
  .ke-landing-page .ke-lightbox {padding: 16px;}
  .ke-landing-page .ke-lightbox__nav {width: 44px; height: 44px; font-size: 30px;}
  .ke-landing-page .ke-lightbox__close { width: 42px; height: 42px; font-size: 28px;}
}

.ke-landing-page #dla-kogo {margin-bottom:100px;}
.ke-landing-page #dla-kogo .ke-audience-grid {margin:100px;}
.ke-landing-page #dla-kogo .ke-card {display:flex; justify-content:center; flex-direction:column; align-items:center; gap:24px;}
.ke-landing-page #dla-kogo .icon-round {width:200px; height:200px; background-color:var(--ke-accent); border-radius:200px; display: flex; justify-content:center; align-items:center;}
.ke-landing-page #dla-kogo h3 {font-size:50px; color:var(--ke-hero-bg);}

.ke-landing-page #dla-kogo .ke-section-intro {text-align:center; font-weight:600; margin-bottom:50px;}

@media (max-width: 768px) {
	.ke-landing-page #dla-kogo .ke-audience-grid {margin:100px 20px;}
}

@media (max-width: 500px) {
	.ke-landing-page #dla-kogo .ke-audience-grid {display:flex; flex-direction:column;}
}

.ke-landing-page #mapa h2 {margin-top:100px; margin-bottom:60px;}

.ke-landing-page .ke-map { min-height: 600px; overflow: hidden; border: 1px solid var(--ke-border); background: #dfe9df; }
.ke-landing-page .ke-map-legend {display:flex; align-items:center; gap:100px; margin:30px 0;}
.ke-landing-page .ke-map-legend > div {flex: 1; display:flex; gap:20px; align-items:center;}
.ke-landing-page .ke-map-legend > div p {margin:0; padding:0;}
.ke-landing-page .icon-shadow {filter: drop-shadow(0 0 15px rgba(0, 61, 73, 0.70));}

@media (max-width: 500px) {
	.ke-landing-page .ke-map-legend {flex-direction:column; gap:40px;}
}

.ke-landing-page #wydarzenia {background-color:var(--ke-hero-bg); color:#fff; padding-top:110px;}
.ke-landing-page #wydarzenia .ke-wrap {display:flex; gap:90px;}
.ke-landing-page #wydarzenia .ke-cards {display:flex; gap:0;}
.ke-landing-page #wydarzenia h2 {text-align:left; margin-bottom:100px;}
.ke-landing-page #wydarzenia h3 {color:var(--ke-hero-bg); font-family: Montserrat; font-size: 16px; font-weight: 600; line-height: 130%; text-align:left; margin-bottom:auto;}

@media (max-width: 768px) {
	.ke-landing-page #wydarzenia .ke-wrap {flex-direction:column; gap:45px;}
	.ke-landing-page #wydarzenia h2 {margin-bottom:0;}
}

.ke-landing-page #wydarzenia .ke-events-slider {position: relative;}
.ke-landing-page #wydarzenia .ke-events-viewport {width: 100%; height:360px; z-index:10; position: relative; z-index: 2;}
.ke-landing-page #wydarzenia .ke-events-track {transition: transform 0.35s ease; will-change: transform; position: relative; z-index: 2;}
.ke-landing-page #wydarzenia .ke-cards {display: flex;flex-wrap: nowrap;}

.ke-landing-page #wydarzenia .ke-card {flex: 0 0 auto; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.30); color: var(--ke-hero-bg); width: 360px;	height: 360px;
	padding: 56px 40px;	transition: height 0.35s ease, background-color 0.35s ease;	position: relative;	z-index: 2;	opacity: 0;	pointer-events: none; overflow: hidden;
	}
.ke-landing-page #wydarzenia .ke-card.is-active, .ke-landing-page #wydarzenia .ke-card.is-active ~ .ke-card {opacity: 1; pointer-events: auto;}
.ke-landing-page #wydarzenia .ke-card.is-active {background-color: var(--ke-accent); color: var(--ke-bg);}

.ke-landing-page #wydarzenia .ke-card.is-active h3 {color:var(--ke-bg);}

.ke-landing-page #wydarzenia .ke-card.is-active .ke-event-info--short, .ke-landing-page #wydarzenia .ke-card.is-active .ke-event-info--hidden {}

.ke-landing-page #wydarzenia .ke-card .ke-event-info--short {height:100%; display:flex; flex-direction:column; justify-content:space-between; opacity:1; transition: max-height 0.35s ease, opacity 0.25s ease; }
.ke-landing-page #wydarzenia .ke-card .ke-event-info--hidden {max-height: 0; opacity: 0; transition: max-height 0.35s ease, opacity 0.25s ease; margin-top: 0;}

.ke-landing-page #wydarzenia .ke-card.is-active:hover {height: 510px;}
.ke-landing-page #wydarzenia .ke-card.is-active:hover .ke-event-info--short {max-height:0px; opacity:0;}
.ke-landing-page #wydarzenia .ke-card.is-active:hover .ke-event-info--hidden {max-height: 500px; opacity:1;}

.ke-landing-page #wydarzenia .ke-card .ke-event-info--hidden > div {display:flex; font-weight:600; line-height: 130%; gap:8px; margin-bottom:8px;}
.ke-landing-page #wydarzenia .ke-card .ke-event-info--hidden > div svg {margin-top:-3px;}

.ke-landing-page #wydarzenia .ke-event-place {font-size:24px; font-weight:700;}
.ke-landing-page #wydarzenia .ke-event-date {font-size:48px; font-weight:700;}
.ke-landing-page #wydarzenia .ke-event-type {font-weight:700; color:var(--ke-hero-bg);}
.ke-landing-page #wydarzenia .ke-event-des {color: var(--ke-hero-bg);font-weight: 600; line-height: 130%;letter-spacing: -0.32px; margin-top:48px;}
.ke-landing-page #wydarzenia .ke-event-link {font-weight: 600; text-decoration:underline; color:#fff;}
.ke-landing-page #wydarzenia .ke-event-link:hover {color:var(--ke-hero-bg);}

/* przykładowo 3 karty na desktopie */
@media (max-width: 991px) {
	.ke-card {flex: 0 0 50%;}
}
@media (max-width: 767px) {
	.ke-card {flex: 0 0 100%;}
}

.ke-landing-page #wydarzenia .ke-gallery-navigation {display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px; width:360px;}
.ke-landing-page #wydarzenia .ke-gallery-dots {display: flex; gap: 8px;}
.ke-landing-page #wydarzenia .ke-gallery-dots button {width: 10px; height: 10px; border: 0;border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; padding: 0;}
.ke-landing-page #wydarzenia .ke-gallery-dots button.is-active {background: #fff;}
.ke-landing-page #wydarzenia .ke-gallery-arrow:hover svg{fill:var(--ke-accent); opacity:0.8;}
.ke-landing-page #wydarzenia .ke-gallery-arrow[disabled] {opacity: 0.4; pointer-events: none; cursor: not-allowed; position: relative; z-index: 1;}

@media (max-width: 768px) {
	.ke-landing-page #wydarzenia .ke-gallery-navigation {width:100%;}
}

.ke-landing-page #dolacz {padding-top:100px; padding-bottom:100px;}
.ke-landing-page #dolacz h2 {font-size:56px; color:var(--ke-hero-bg);}

@media (max-width: 600px) {
	.ke-landing-page #dolacz .ke-wrap {width: min(960px, calc(100%));}
}

@media (max-width: 500px) {
	.ke-landing-page #dolacz h2 {font-size:36px;}
}

.ke-landing-page #dolacz .ke-join-box {background-image:url('../img/zapisz-bg.svg'); background-repeat:no-repeat; background-position:center center; width:600px; height:600px; margin:100px auto 0 auto; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#fff; text-align:center;}
.ke-landing-page #dolacz .ke-content {font-weight:600; font-size:24px; line-height:130%;}
.ke-landing-page #dolacz .ke-button-opis  {font-weight:600; color:var(--ke-accent); margin-top:15px;}

@media (max-width: 768px) {
.ke-landing-page #dolacz .ke-join-box {width: 100%;}
}

.ke-landing-page #konkurs { background: var(--ke-accent); color: #fff; padding:100px 0 120px 0; text-align:center; z-index: 1; position: relative;}
.ke-landing-page #konkurs h2, .ke-landing-page #konkurs .ke-content { color: #fff; }
.ke-landing-page #konkurs h2 {font-size:56px; margin-bottom:60px;}
.ke-landing-page #konkurs .ke-content {font-size:24px; font-weight:700;}
.ke-landing-page #konkurs .ke-content strong { font-weight:700; color:var(--ke-hero-bg);}
.ke-landing-page #konkurs a:hover {color:var(--ke-hero-bg); text-decoration:underline;}

@media (max-width: 768px) {
	/*.ke-landing-page #konkurs .ke-content br {display: none;}*/
}

@media (max-width: 400px) {
	.ke-landing-page #konkurs .ke-content {font-size:20px; }
}

.ke-landing-page #ciekawostki {padding:60px 0 40px 0; background:var(--ke-hero-bg); color:#fff; text-align:center; position:relative;}
.ke-landing-page #ciekawostki .ke-wrap {width:100%; max-width:none;}
.ke-landing-page #ciekawostki h2 {margin-bottom:60px; margin-top:0;}
.ke-landing-page #ciekawostki h2 {color:#ffffff;}
.ke-landing-page #ciekawostki .ke-gallery-navigation {display:flex; align-items:center; justify-content:center; gap:16px; margin:40px 0 0 0; width:100%;}
.ke-landing-page #ciekawostki .ke-gallery-dots {display:flex; gap:8px;}
.ke-landing-page #ciekawostki .ke-gallery-dots .ke-gallery-dot {width:10px; height:10px; background:rgba(255,255,255,0.35); border-radius:50%;}
.ke-landing-page #ciekawostki .ke-gallery-arrow:hover svg {fill:var(--ke-accent); opacity:0.8;}
.ke-landing-page #ciekawostki .ke-gallery-arrow[disabled] {opacity:0.4; pointer-events:none; cursor:not-allowed; position:relative; z-index:1;}
.ke-landing-page #ciekawostki .ke-gallery-arrow[disabled]:hover svg {fill:#8BBA13;}
.ke-landing-page #ciekawostki .ke-gallery-dots .ke-gallery-dot.is-active,
.ke-landing-page #ciekawostki .ke-gallery-dots .ke-gallery-dot:hover {background:#fff;}

@media (max-width: 768px) {
}

@media (max-width: 1279px) {
	.ke-landing-page .ke-curiosity-item img {width:150vw;}
	.ke-landing-page .ke-curiosity-item:hover img {transform:translateX(-50%);}
}

.ke-landing-page #kontakt {padding:100px 0 80px 0; text-align:center;}
.ke-landing-page #kontakt .ke-content--text {font-size:24px; font-weight:700; margin-top:60px;}
.ke-landing-page #kontakt a {display: inline-block; margin:32px 0;}
.ke-landing-page #kontakt .ke-content--phone {font-size:20px; font-weight:700;}
.ke-landing-page #kontakt .ke-content--phone-info {font-size:14px; margin-bottom:60px;}

.ke-landing-page #stopka {background-color:var(--ke-hero-bg); padding:35px 0;}
.ke-landing-page #stopka nav {justify-content:center;}
.ke-landing-page #stopka a {color:var(--ke-accent); font-weight:700;}
.ke-landing-page #stopka a:hover {text-decoration:underline;}

@media (max-width: 768px) {
	.ke-landing-page #stopka nav {flex-direction:column;}
}

@media (max-width: 500px) {
	.ke-landing-page #kontakt .ke-contact-box {display:flex; flex-direction:column;}
	.ke-landing-page #kontakt a {font-size:16px;}
}

@media (max-width: 420px) {
	.ke-landing-page #kontakt a {font-size:14px;}
}

.decorated-section {
  position: relative;
}

.decorated-section::before {
  content: "";
  position: absolute;
  
  top: 0;
  bottom: -200px;
  left: 0;
  right: 0;
  
  
  z-index: 0;
  pointer-events: none;
  opacity: var(--bg-icons-opacity, 1);
  background-image: var(--bg-icons);
  background-repeat: no-repeat;
  background-position: var(--bg-icons-position);
  background-size: var(--bg-icons-size);
  
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  will-change: transform;
}

.decorated-section > * {
  position: relative;
  z-index: 1;
}

#idea.decorated-section {
	background-color:var(--ke-bg-secondary);
  --bg-icons:
    url("../img/decor-eco-sign.svg"),
    url("../img/decor-3r.svg"),
    url("../img/decor-trash.svg");

  --bg-icons-position:
    30% 8%,
    88% 30%,
    12% 80%;

  --bg-icons-size:
    110px,
    260px,
    180px;

  --bg-icons-opacity: 1;
}

#dla-kogo.decorated-section {
  --bg-icons:
    url("../img/decor-lisc.svg"),
    url("../img/decor-eco-sign.svg");

  --bg-icons-position:
    90% 0%,
    12% 80%;

  --bg-icons-size:
    300px,
    150px;

  --bg-icons-opacity: 1;
}

#dolacz.decorated-section {
	background-color:var(--ke-bg-secondary);
  --bg-icons:
    url("../img/decor-eco-sign.svg"),
    url("../img/decor-lisc.svg"),
	url("../img/decor-3r.svg");

  --bg-icons-position:
    90% 0%,
    10% 30%,
	20% 80%;

  --bg-icons-size:
    200px,
	300px,
    300px;

  --bg-icons-opacity: 1;
}

gmp-advanced-marker img {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

.ke-popup-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.ke-popup-photo {
  display: block;
}

.ke-popup-gallery img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.ke-map-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.86);
  padding: 24px;
}

.ke-map-lightbox.is-open {
  display: flex;
}

.ke-map-lightbox__inner {
  max-width: min(92vw, 1200px);
  max-height: 88vh;
}

.ke-map-lightbox__inner img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.ke-map-lightbox__close,
.ke-map-lightbox__nav {
  position: absolute;
  border: 0;
  background: rgba(255,255,255,.14);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.ke-map-lightbox__close {
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 1;
}

.ke-map-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 34px;
  line-height: 1;
}

.ke-map-lightbox__nav--prev {
  left: 20px;
}

.ke-map-lightbox__nav--next {
  right: 20px;
}

body.ke-map-lightbox-open {
  overflow: hidden;
}

.ke-landing-page .ke-popup h3 {font-family: Montserrat, Arial, sans-serif; text-align:left; font-size:20px; font-weight:700; margin-bottom:0;}

body.ke-certificate-page {
  margin: 0;
  background: var(--ke-hero-bg);
  color: var(--ke-text);
  font-family: Montserrat, Arial, sans-serif;
}

.ke-certificate {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ke-certificate__wrap {
  width: min(760px, 100%);
}

.ke-certificate__card {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 24px 60px rgba(0, 61, 73, 0.12);
}

.ke-certificate-page h1 {
  font-family: "Marvin Round", Sans-serif;
  color: var(--ke-accent);
  text-align: center;
  font-size: 40px;
  margin: 0 0 18px;
}

.ke-certificate__back {
  display: inline-flex;
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
}

.ke-certificate__lead {
  margin: 0 auto 28px;
  max-width: 560px;
  text-align: center;
  line-height: 1.6;
}

.ke-certificate__notice {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 600;
}

.ke-certificate__notice--success {
  background: rgba(139, 186, 19, 0.14);
  color: #315100;
}

.ke-certificate__notice--error {
  background: rgba(184, 53, 53, 0.10);
  color: #8d2020;
}

.ke-certificate__form {
  display: grid;
  gap: 20px;
}

.ke-certificate__field {
  display: grid;
  gap: 4px;
}

.ke-certificate__field label {
  font-weight: 700;
}

.ke-certificate__hint {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
}

.ke-certificate__disclaimer {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.78;
}

.ke-certificate__field input {
  width: 100%;
  border: 1px solid rgba(0, 61, 73, 0.18);
  border-radius: 16px;
  padding: 16px 18px;
  font: inherit;
  color: inherit;
  background: #fff;
}

.ke-certificate__field input:focus {
  outline: 0;
  border-color: var(--ke-accent);
  box-shadow: 0 0 0 3px rgba(139, 186, 19, 0.16);
}

.ke-certificate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}

.ke-certificate-page button.ke-button,
.ke-certificate-page .ke-button {
  border-radius: 400px;
  background: var(--ke-hero-bg);
  display: inline-flex;
  border: none !important;
  padding: 18px 34px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Marvin Round", Sans-serif;
  text-align: center;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
}

.ke-certificate-page button.ke-button:hover,
.ke-certificate-page .ke-button:hover {
  background: var(--ke-accent) !important;
  color: #fff !important;
}

.ke-certificate-page button.ke-button:focus,
.ke-certificate-page button.ke-button:focus-visible,
.ke-certificate-page button.ke-button:active,
.ke-certificate-page .ke-button:focus,
.ke-certificate-page .ke-button:focus-visible,
.ke-certificate-page .ke-button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.ke-certificate-page .ke-button--secondary {
  background: var(--ke-hero-bg);
}

.ke-certificate-page .ke-button--secondary:hover {
  background: var(--ke-accent) !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .ke-certificate {
    padding: 28px 16px;
  }

  .ke-certificate__card {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .ke-certificate-page h1 {
    font-size: 32px;
  }

  .ke-certificate__actions {
    flex-direction: column;
  }

  .ke-certificate-page .ke-button {
    width: 100%;
  }
}
