/* =========================================================
   KONTAKT
========================================================= */
.contact-page {
  --c-yellow: #FDD305;
  --c-brown: #A15100;
  --c-green: #6DA80F;
  --c-orange: #CC4203;
  --c-ink: #27331e;
  --c-muted: #66705f;
  --c-border: rgba(39, 51, 30, .11);
  overflow: hidden;
}

.contact-page .section-space { padding: 105px 0; }

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 115px 0 185px;
  background:
    radial-gradient(circle at 10% 15%, rgba(253,211,5,.30), transparent 27%),
    radial-gradient(circle at 91% 30%, rgba(109,168,15,.20), transparent 29%),
    linear-gradient(135deg, #fffdf1 0%, #f2f9e7 53%, #fff7eb 100%);
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(109,168,15,.13);
  color: var(--c-green);
  font-weight: 800;
}

.contact-hero h1 {
  max-width: 760px;
  margin: 0 0 27px;
  color: var(--c-ink);
  font-size: clamp(52px, 7vw, 92px);
  line-height: .98;
  letter-spacing: -.045em;
}

.contact-hero p {
  max-width: 680px;
  margin-bottom: 34px;
  color: #54604d;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.65;
}

.contact-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--c-green), #88bf31);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 17px 38px rgba(109,168,15,.24);
  transition: .3s ease;
}

.contact-btn:hover { color: #fff; transform: translateY(-4px); }

.contact-btn--outline {
  border-color: rgba(39,51,30,.13);
  background: rgba(255,255,255,.72);
  color: var(--c-ink);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.contact-btn--outline:hover { color: var(--c-ink); background: #fff; }

.contact-orbit-card {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  box-shadow: 0 30px 75px rgba(57,83,35,.13);
  backdrop-filter: blur(16px);
}

.contact-orbit-card::before,
.contact-orbit-card::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(109,168,15,.28);
  border-radius: 50%;
}

.contact-orbit-card::after { inset: 29%; border-style: solid; border-color: rgba(253,211,5,.38); }

.contact-orbit-center {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 45px rgba(52,74,31,.13);
}

.contact-orbit-center i { color: var(--c-orange); font-size: 38px; }
.contact-orbit-center strong { color: var(--c-ink); font-size: 22px; }
.contact-orbit-center span { color: var(--c-muted); font-size: 13px; }

.contact-orbit-item {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 69px;
  height: 69px;
  border-radius: 22px;
  background: #fff;
  color: var(--c-green);
  font-size: 30px;
  box-shadow: 0 15px 35px rgba(39,51,30,.13);
}
.contact-orbit-item--1 { top: 4%; left: 43%; }
.contact-orbit-item--2 { top: 42%; right: 2%; color: var(--c-orange); }
.contact-orbit-item--3 { bottom: 4%; left: 43%; color: var(--c-brown); }
.contact-orbit-item--4 { top: 42%; left: 2%; color: #7cab15; }

.contact-wave { position: absolute; inset: auto 0 -1px; width: 100%; height: 150px; fill: #fff; }
.contact-blob { position: absolute; border-radius: 50%; }
.contact-blob--one { width: 180px; height: 180px; left: -55px; bottom: 80px; background: rgba(204,66,3,.08); }
.contact-blob--two { width: 240px; height: 240px; right: -80px; top: -70px; background: rgba(253,211,5,.16); }

.contact-section-heading { max-width: 760px; margin: 0 auto 52px; }
.contact-section-heading span,
.contact-form-label {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--c-green);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-section-heading h2,
.contact-form-intro h2 {
  margin: 0;
  color: var(--c-ink);
  font-size: clamp(35px, 4vw, 54px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.contact-info-card {
  display: block;
  height: 100%;
  min-height: 265px;
  padding: 31px 27px;
  border: 1px solid var(--c-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(47,68,28,.07);
  transition: .35s ease;
}
.contact-info-card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(47,68,28,.13); }
.contact-info-card > i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 27px;
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(253,211,5,.27), rgba(109,168,15,.14));
  color: var(--c-green);
  font-size: 31px;
}
.contact-info-card h3 { margin-bottom: 12px; color: var(--c-ink); font-size: 22px; }
.contact-info-card p { margin-bottom: 10px; color: var(--c-ink); font-size: 17px; font-weight: 800; overflow-wrap: anywhere; }
.contact-info-card small { color: var(--c-muted); line-height: 1.55; }

.contact-form-section { background: #f8faf4; }
.contact-form-shell {
  overflow: hidden;
  border: 1px solid rgba(39,51,30,.08);
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 32px 76px rgba(43,61,26,.12);
}
.contact-form-intro {
  height: 100%;
  padding: 52px 45px;
  background:
    radial-gradient(circle at 10% 10%, rgba(253,211,5,.27), transparent 26%),
    linear-gradient(145deg, #edf7dc, #fff8df);
}
.contact-form-intro p { margin: 22px 0 30px; color: #5c6854; font-size: 17px; line-height: 1.8; }
.contact-form-benefits { display: grid; gap: 15px; }
.contact-form-benefits div { display: flex; gap: 11px; color: var(--c-ink); font-weight: 700; }
.contact-form-benefits i { color: var(--c-green); font-size: 23px; }
.contact-enrol-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  color: var(--c-ink);
  line-height: 1.45;
}
.contact-enrol-link i { margin-left: auto; }

.contact-form { padding: 52px 46px; }
.contact-form label { display: block; margin-bottom: 9px; color: var(--c-ink); font-weight: 750; }
.contact-form label > span { color: var(--c-orange); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(39,51,30,.14);
  border-radius: 16px;
  background: #fbfcf8;
  color: var(--c-ink);
  outline: none;
  transition: .25s ease;
}
.contact-form input,
.contact-form select { height: 57px; padding: 0 17px; }
.contact-form textarea { padding: 16px 17px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(109,168,15,.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(109,168,15,.1);
}
.contact-check { display: flex !important; align-items: flex-start; gap: 12px; color: var(--c-muted) !important; font-weight: 500 !important; line-height: 1.55; }
.contact-check input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; accent-color: var(--c-green); }
.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 27px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--c-orange), #e55c13);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 17px 38px rgba(204,66,3,.22);
  transition: .3s ease;
}
.contact-submit:hover { transform: translateY(-3px); }

.contact-bottom-cta { padding: 0 0 110px; background: #f8faf4; }
.contact-bottom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 48px;
  border-radius: 36px;
  background: var(--c-ink);
  box-shadow: 0 28px 65px rgba(39,51,30,.23);
}
.contact-bottom-card span { display: block; margin-bottom: 8px; color: var(--c-yellow); font-weight: 800; }
.contact-bottom-card h2 { margin: 0; color: #fff; font-size: clamp(31px, 4vw, 48px); }
.contact-btn--light { background: #fff; color: var(--c-ink); box-shadow: none; }
.contact-btn--light:hover { color: var(--c-ink); }

@media (max-width: 991px) {
  .contact-page .section-space { padding: 80px 0; }
  .contact-hero { padding: 90px 0 165px; }
  .contact-form-intro, .contact-form { padding: 40px 32px; }
}
@media (max-width: 767px) {
  .contact-page .section-space { padding: 67px 0; }
  .contact-hero h1 { font-size: 50px; }
  .contact-orbit-card { max-width: 340px; }
  .contact-bottom-card { align-items: flex-start; flex-direction: column; padding: 34px 27px; }
}
