/* =========================================================
   KAMPOVI
   Zajednički CSS za:
   - kampovi.html
   - zimski-ski-kamp.html
   - letnji-plivacki-kamp.html
========================================================= */

:root {
  --camp-yellow: #FDD305;
  --camp-brown: #A15100;
  --camp-green: #6DA80F;
  --camp-orange: #CC4203;
  --camp-blue: #3F8FC5;
  --camp-aqua: #00A7B3;
  --camp-ink: #20251f;
  --camp-text: #60675e;
  --camp-soft: #f7f9f2;
  --camp-white: #fff;
  --camp-shadow: 0 24px 70px rgba(35, 45, 29, .11);
}

.camps-page {
  overflow: hidden;
  color: var(--camp-text);
  background: #fff;
}

.camps-page h1,
.camps-page h2,
.camps-page h3,
.camps-page p {
  position: relative;
  z-index: 1;
}

.camps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--camp-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.camps-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 20px;
  background: currentColor;
}

.camps-eyebrow--green {
  color: var(--camp-green);
}

/* Hero */
.camps-hero {
  position: relative;
  padding: 82px 0 110px;
  background:
    radial-gradient(circle at 10% 16%, rgba(253, 211, 5, .18), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(63, 143, 197, .14), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

.camps-hero__panel {
  position: relative;
  padding: 70px 68px;
  border: 1px solid rgba(40, 48, 35, .07);
  border-radius: 38px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--camp-shadow);
  backdrop-filter: blur(16px);
}

.camps-hero h1 {
  margin: 0 0 24px;
  color: var(--camp-ink);
  font-size: clamp(44px, 5.3vw, 76px);
  line-height: .98;
  letter-spacing: -2.8px;
}

.camps-hero__lead {
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.camps-hero__actions,
.camps-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.camps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
}

.camps-btn:hover {
  transform: translateY(-4px);
}

.camps-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--camp-orange), #e96b2f);
  box-shadow: 0 14px 30px rgba(204, 66, 3, .22);
}

.camps-btn--ghost {
  color: var(--camp-ink);
  border-color: rgba(32, 37, 31, .12);
  background: #fff;
}

.camps-btn--light {
  color: var(--camp-ink);
  background: #fff;
}

.camps-btn--outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.camps-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 36px;
}

.camps-hero__facts div {
  display: flex;
  flex-direction: column;
}

.camps-hero__facts strong {
  color: var(--camp-ink);
  font-size: 31px;
  line-height: 1;
}

.camps-hero__facts span {
  margin-top: 7px;
  color: #72786f;
  font-size: 13px;
  font-weight: 700;
}

.camps-hero__visual {
  position: relative;
  min-height: 560px;
}

.camps-hero__image {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 530px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 34px 94px 34px 34px;
  box-shadow: 0 28px 70px rgba(30, 42, 25, .18);
}

.camps-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camps-hero__shape {
  position: absolute;
  border-radius: 36px;
}

.camps-hero__shape--yellow {
  top: -26px;
  right: 12px;
  width: 72%;
  height: 70%;
  background: var(--camp-yellow);
  transform: rotate(5deg);
}

.camps-hero__shape--green {
  left: 18px;
  bottom: -18px;
  width: 64%;
  height: 45%;
  background: rgba(109, 168, 15, .22);
  transform: rotate(-5deg);
}

.camps-hero__floating-card {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 18px;
  color: var(--camp-ink);
  font-weight: 800;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(34, 43, 29, .16);
  backdrop-filter: blur(12px);
}

.camps-hero__floating-card i {
  color: var(--camp-orange);
  font-size: 28px;
}

.camps-hero__orb {
  position: absolute;
  border-radius: 50%;
  opacity: .65;
}

.camps-hero__orb--one {
  top: 30px;
  left: -80px;
  width: 210px;
  height: 210px;
  background: rgba(253, 211, 5, .16);
}

.camps-hero__orb--two {
  right: -110px;
  bottom: 20px;
  width: 260px;
  height: 260px;
  background: rgba(63, 143, 197, .12);
}

.camps-hero__word {
  position: absolute;
  left: 50%;
  bottom: -44px;
  color: rgba(32, 37, 31, .025);
  font-size: clamp(100px, 18vw, 280px);
  font-weight: 900;
  letter-spacing: -12px;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Headings */
.camps-section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
}

.camps-section-heading--left {
  margin-left: 0;
  text-align: left;
}

.camps-section-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--camp-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.camps-section-heading h2,
.camps-experience h2,
.camps-cta h2 {
  margin: 0 0 18px;
  color: var(--camp-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -1.7px;
}

.camps-section-heading p,
.camps-experience p,
.camps-cta p {
  font-size: 17px;
  line-height: 1.8;
}

/* Intro */
.camps-intro {
  padding: 110px 0;
  background: #fff;
}

.camps-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.camps-value-card {
  position: relative;
  min-height: 270px;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 47, 30, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.camps-value-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(109, 168, 15, .08);
}

.camps-value-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 65px rgba(36, 47, 30, .14);
}

.camps-value-card__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  color: var(--camp-green);
  font-size: 31px;
  background: rgba(109, 168, 15, .13);
}

.camps-value-card:nth-child(2) .camps-value-card__icon {
  color: var(--camp-orange);
  background: rgba(204, 66, 3, .11);
}

.camps-value-card:nth-child(3) .camps-value-card__icon {
  color: var(--camp-blue);
  background: rgba(63, 143, 197, .12);
}

.camps-value-card:nth-child(4) .camps-value-card__icon {
  color: #9d8600;
  background: rgba(253, 211, 5, .2);
}

.camps-value-card h3 {
  margin-bottom: 13px;
  color: var(--camp-ink);
  font-size: 22px;
}

.camps-value-card p {
  margin: 0;
  line-height: 1.7;
}

/* Categories */
.camps-categories {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(253, 211, 5, .12), transparent 25%),
    linear-gradient(180deg, #f8faf2 0%, #fff 100%);
}

.camps-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.camp-category-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(34, 43, 29, .11);
  transition: transform .4s ease, box-shadow .4s ease;
}

.camp-category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 78px rgba(34, 43, 29, .16);
}

.camp-category-card__media {
  position: relative;
  height: 390px;
  overflow: hidden;
}

.camp-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .7, .2, 1);
}

.camp-category-card:hover .camp-category-card__media img {
  transform: scale(1.07);
}

.camp-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 15, .04) 32%, rgba(16, 20, 15, .56) 100%);
}

.camp-category-card__season {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(12px);
}

.camp-category-card__body {
  position: relative;
  padding: 34px 32px 36px;
}

.camp-category-card__number {
  position: absolute;
  right: 28px;
  top: 18px;
  color: rgba(32, 37, 31, .05);
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
}

.camp-category-card h3 {
  margin: 0 0 14px;
  color: var(--camp-ink);
  font-size: 33px;
}

.camp-category-card p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.75;
}

.camp-category-card__list {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.camp-category-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--camp-ink);
  font-weight: 700;
}

.camp-category-card--winter .camp-category-card__list i,
.camp-category-card--winter .camps-link {
  color: var(--camp-blue);
}

.camp-category-card--summer .camp-category-card__list i,
.camp-category-card--summer .camps-link {
  color: var(--camp-aqua);
}

.camps-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  transition: gap .3s ease;
}

.camps-link:hover {
  gap: 14px;
}

/* Experience */
.camps-experience {
  padding: 110px 0;
  background: #fff;
}

.camps-experience__surface {
  padding: 68px;
  border-radius: 38px;
  background: linear-gradient(145deg, #fff, #fbfcf8);
  box-shadow: var(--camp-shadow);
}

.camps-experience__visual {
  position: relative;
  min-height: 520px;
}

.camps-experience__visual img {
  width: 90%;
  height: 500px;
  display: block;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 24px 58px rgba(34, 44, 28, .16);
}

.camps-experience__badge {
  position: absolute;
  right: 0;
  bottom: 28px;
  max-width: 245px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #fff;
  background: var(--camp-green);
  box-shadow: 0 18px 35px rgba(72, 112, 11, .24);
}

.camps-experience__badge strong,
.camps-experience__badge span {
  display: block;
}

.camps-experience__badge strong {
  font-size: 19px;
}

.camps-experience__badge span {
  margin-top: 4px;
  font-size: 14px;
}

.camps-experience__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.camps-experience__features div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 14px 15px;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 16px;
  color: var(--camp-ink);
  font-weight: 800;
  background: #fbfcf8;
}

.camps-experience__features i {
  color: var(--camp-green);
  font-size: 22px;
}

/* CTA */
.camps-cta {
  padding: 110px 0;
  background: #fff;
}

.camps-cta__card {
  position: relative;
  overflow: hidden;
  padding: 78px 70px;
  border-radius: 38px;
  color: #fff;
  background: linear-gradient(135deg, rgba(42, 59, 31, .98), rgba(59, 104, 124, .97));
  box-shadow: 0 30px 75px rgba(42, 63, 28, .22);
}

.camps-cta__content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.camps-cta__content > span {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.camps-cta h2 {
  color: #fff;
}

.camps-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
}

.camps-cta__shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}

.camps-cta__shape--one {
  width: 290px;
  height: 290px;
  right: -70px;
  top: -110px;
}

.camps-cta__shape--two {
  width: 220px;
  height: 220px;
  right: 140px;
  bottom: -130px;
}

/* Shared detail-page foundations */
.camp-detail-page {
  overflow: hidden;
  color: var(--camp-text);
  background: #fff;
}

.camp-detail-hero {
  position: relative;
  padding: 90px 0 115px;
}

.camp-detail-section {
  padding: 110px 0;
}

.camp-detail-card {
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--camp-shadow);
}

/* Responsive */
@media (max-width: 1199px) {
  .camps-hero__panel,
  .camps-experience__surface {
    padding: 52px;
  }

  .camps-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .camps-hero {
    padding-top: 60px;
  }

  .camps-hero__panel,
  .camps-experience__surface {
    padding: 44px;
  }

  .camps-hero__visual,
  .camps-experience__visual {
    min-height: auto;
  }

  .camps-hero__image,
  .camps-experience__visual img {
    width: 100%;
    height: 470px;
  }

  .camps-category-grid {
    grid-template-columns: 1fr;
  }

  .camp-category-card__media {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .camps-hero,
  .camps-intro,
  .camps-categories,
  .camps-experience,
  .camps-cta {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .camps-hero__panel,
  .camps-experience__surface,
  .camps-cta__card {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .camps-hero h1 {
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .camps-values,
  .camps-experience__features {
    grid-template-columns: 1fr;
  }

  .camps-hero__image,
  .camps-experience__visual img {
    height: 390px;
    border-radius: 24px;
  }

  .camp-category-card__media {
    height: 340px;
  }

  .camps-experience__badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -36px 16px 0 auto;
  }
}

@media (max-width: 480px) {
  .camps-hero__panel,
  .camps-experience__surface,
  .camps-cta__card {
    padding: 26px 18px;
  }

  .camps-hero h1 {
    font-size: 38px;
  }

  .camps-hero__lead,
  .camps-section-heading p,
  .camps-experience p,
  .camps-cta p {
    font-size: 16px;
  }

  .camps-hero__image,
  .camps-experience__visual img {
    height: 320px;
  }

  .camps-hero__facts {
    gap: 24px;
  }

  .camps-hero__actions,
  .camps-cta__actions {
    flex-direction: column;
  }

  .camps-btn {
    width: 100%;
  }

  .camp-category-card__media {
    height: 290px;
  }

  .camp-category-card__body {
    padding: 28px 22px 30px;
  }

  .camp-category-card h3 {
    font-size: 28px;
  }
}

/* =========================================================
   DETALJNE STRANICE KAMPOVA
========================================================= */

.camp-detail-page h1,
.camp-detail-page h2,
.camp-detail-page h3 {
  color: var(--camp-ink);
}

.camp-detail-page--summer {
  --detail-accent: var(--camp-aqua);
  --detail-soft: rgba(0, 167, 179, .12);
  --detail-deep: #167c8a;
}

.camp-detail-page--winter {
  --detail-accent: var(--camp-blue);
  --detail-soft: rgba(63, 143, 197, .13);
  --detail-deep: #315f86;
}

.camp-detail-hero {
  position: relative;
  padding: 82px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, var(--detail-soft), transparent 27%),
    radial-gradient(circle at 90% 22%, rgba(253, 211, 5, .13), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

.camp-detail-hero__panel {
  position: relative;
  z-index: 2;
  padding: 68px;
  border: 1px solid rgba(32, 37, 31, .07);
  border-radius: 38px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--camp-shadow);
  backdrop-filter: blur(16px);
}

.camp-detail-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(43px, 5.2vw, 74px);
  line-height: .99;
  letter-spacing: -2.7px;
}

.camp-detail-hero__lead {
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.camp-detail-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 34px;
}

.camp-detail-hero__facts div {
  display: flex;
  flex-direction: column;
}

.camp-detail-hero__facts strong {
  color: var(--detail-accent);
  font-size: 31px;
  line-height: 1;
}

.camp-detail-hero__facts span {
  margin-top: 7px;
  color: #72786f;
  font-size: 13px;
  font-weight: 800;
}

.camp-detail-hero__visual {
  position: relative;
  min-height: 540px;
}

.camp-detail-hero__visual::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 10px;
  width: 74%;
  height: 72%;
  border-radius: 36px;
  background: var(--detail-soft);
  transform: rotate(5deg);
}

.camp-detail-hero__visual::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -18px;
  width: 64%;
  height: 42%;
  border-radius: 36px;
  background: rgba(253, 211, 5, .28);
  transform: rotate(-5deg);
}

.camp-detail-hero__visual img {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 515px;
  margin-left: auto;
  display: block;
  object-fit: cover;
  border-radius: 34px 92px 34px 34px;
  box-shadow: 0 28px 70px rgba(30, 42, 25, .18);
}

.camp-detail-hero__badge {
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 270px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 18px;
  color: var(--camp-ink);
  font-weight: 800;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(34, 43, 29, .16);
  backdrop-filter: blur(12px);
}

.camp-detail-hero__badge i {
  color: var(--detail-accent);
  font-size: 27px;
}

.camp-detail-hero__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.camp-detail-hero__shape--one {
  top: 25px;
  left: -90px;
  width: 220px;
  height: 220px;
  background: var(--detail-soft);
}

.camp-detail-hero__shape--two {
  right: -120px;
  bottom: 10px;
  width: 280px;
  height: 280px;
  background: rgba(253, 211, 5, .12);
}

.camp-detail-section {
  padding: 110px 0;
}

.camp-detail-intro {
  background: #fff;
}

.camp-detail-intro h2,
.camp-detail-stay h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.camp-detail-intro p,
.camp-detail-stay p {
  font-size: 17px;
  line-height: 1.8;
}

.camp-detail-image-stack {
  position: relative;
  min-height: 540px;
}

.camp-detail-image-stack__main {
  width: 88%;
  height: 500px;
  display: block;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 25px 62px rgba(34, 43, 29, .16);
}

.camp-detail-image-stack__small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 225px;
  object-fit: cover;
  border: 9px solid #fff;
  border-radius: 26px;
  box-shadow: 0 20px 45px rgba(34, 43, 29, .18);
}

.camp-detail-program {
  background:
    radial-gradient(circle at 8% 12%, var(--detail-soft), transparent 26%),
    linear-gradient(180deg, #f8faf4 0%, #fff 100%);
}

.camp-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.camp-activity-card {
  position: relative;
  min-height: 270px;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 27px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(36, 47, 30, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.camp-activity-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--detail-soft);
}

.camp-activity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(36, 47, 30, .14);
}

.camp-activity-card > i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  color: var(--detail-accent);
  font-size: 31px;
  background: var(--detail-soft);
}

.camp-activity-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.camp-activity-card p {
  margin: 0;
  line-height: 1.72;
}

.camp-activity-card--wide {
  grid-column: span 2;
}

.camp-detail-stay {
  background: #fff;
}

.camp-detail-surface {
  padding: 65px;
  border-radius: 38px;
  background: linear-gradient(145deg, #fff, #fbfcf8);
  box-shadow: var(--camp-shadow);
}

.camp-detail-stay__image {
  width: 100%;
  height: 490px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 58px rgba(34, 44, 28, .15);
}

.camp-info-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.camp-info-badges div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 14px 15px;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 16px;
  color: var(--camp-ink);
  font-weight: 800;
  background: #fbfcf8;
}

.camp-info-badges i {
  color: var(--detail-accent);
  font-size: 23px;
}

.camp-included {
  background:
    radial-gradient(circle at 90% 15%, rgba(253, 211, 5, .10), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
}

.camp-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.camp-included-grid > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 112px;
  padding: 22px 20px;
  border: 1px solid rgba(32, 37, 31, .08);
  border-radius: 20px;
  color: var(--camp-ink);
  font-weight: 750;
  line-height: 1.55;
  background: #fff;
  box-shadow: 0 15px 38px rgba(35, 45, 29, .07);
}

.camp-included-grid i {
  flex: 0 0 auto;
  color: var(--detail-accent);
  font-size: 24px;
}

.camp-open-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 22px 24px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--camp-green), #86bb2e);
  box-shadow: 0 18px 40px rgba(109, 168, 15, .2);
}

.camp-open-note--winter {
  background: linear-gradient(135deg, var(--camp-blue), #5da9d8);
  box-shadow: 0 18px 40px rgba(63, 143, 197, .2);
}

.camp-open-note i {
  flex: 0 0 auto;
  font-size: 27px;
}

.camp-open-note p {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.camp-gallery-section {
  padding: 110px 0;
  background: #fff;
}

/* =========================================================
   KAMP GALERIJA — UREDAN MOSAIC RASPORED
========================================================= */

.camp-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 230px;
    grid-auto-flow: dense;
    gap: 16px;
}

.camp-gallery__item {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 23px;
    background: #eef1e9;
    box-shadow: 0 16px 42px rgba(35, 45, 29, 0.1);
}

/* Sve slike su standardno jedna ćelija */

.camp-gallery__item {
    grid-column: span 1;
    grid-row: span 1;
}

/* Uspravne, velike fotografije */

.camp-gallery__item:nth-child(1),
.camp-gallery__item:nth-child(5) {
    grid-row: span 2;
}

/* Široke fotografije */

.camp-gallery__item:nth-child(2),
.camp-gallery__item:nth-child(8) {
    grid-column: span 2;
}

/* Velika završna fotografija */

.camp-gallery__item:nth-child(10) {
    grid-column: span 2;
}

.camp-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.camp-gallery__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(17, 22, 15, 0.42)
        );
    opacity: 0.45;
    transition: opacity 0.4s ease;
}

.camp-gallery__item span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    z-index: 2;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 23px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.4s ease,
        background 0.4s ease,
        color 0.4s ease;
}

.camp-gallery__item:hover img {
    transform: scale(1.075);
}

.camp-gallery__item:hover::before {
    opacity: 0.72;
}

.camp-gallery__item:hover span {
    background: var(--camp-yellow);
    color: var(--camp-ink);
    transform: rotate(90deg);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .camp-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 240px;
    }

    .camp-gallery__item:nth-child(2),
    .camp-gallery__item:nth-child(8),
    .camp-gallery__item:nth-child(10) {
        grid-column: span 2;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .camp-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
        gap: 12px;
    }

    .camp-gallery__item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        border-radius: 18px;
    }

    .camp-gallery__item:nth-child(1),
    .camp-gallery__item:nth-child(5) {
        grid-row: span 2 !important;
    }

    .camp-gallery__item:nth-child(4),
    .camp-gallery__item:nth-child(8) {
        grid-column: span 2 !important;
    }

    .camp-gallery__item span {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 19px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .camp-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 270px;
    }

    .camp-gallery__item,
    .camp-gallery__item:nth-child(1),
    .camp-gallery__item:nth-child(4),
    .camp-gallery__item:nth-child(5),
    .camp-gallery__item:nth-child(8),
    .camp-gallery__item:nth-child(10) {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}
.camp-payment {
  padding: 0 0 110px;
  background: #fff;
}

.camp-payment__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 60px 58px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, #1f626d, #2298a5);
  box-shadow: 0 28px 70px rgba(0, 123, 136, .22);
}

.camp-payment--winter .camp-payment__card {
  background: linear-gradient(135deg, #294f70, #4a93c6);
  box-shadow: 0 28px 70px rgba(48, 104, 145, .22);
}

.camp-payment__card > div {
  max-width: 820px;
}

.camp-payment__card span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
}

.camp-payment__card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(31px, 3.7vw, 49px);
  line-height: 1.08;
}

.camp-payment__card p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .camp-detail-hero__panel,
  .camp-detail-surface {
    padding: 52px;
  }

  .camp-activity-grid,
  .camp-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .camp-detail-hero__panel,
  .camp-detail-surface {
    padding: 44px;
  }

  .camp-detail-hero__visual,
  .camp-detail-image-stack {
    min-height: auto;
  }

  .camp-detail-hero__visual img,
  .camp-detail-image-stack__main {
    width: 100%;
    height: 470px;
  }

  .camp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .camp-payment__card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .camp-detail-hero,
  .camp-detail-section,
  .camp-gallery-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .camp-detail-hero__panel,
  .camp-detail-surface,
  .camp-payment__card {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .camp-detail-hero h1 {
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .camp-detail-hero__visual img,
  .camp-detail-image-stack__main,
  .camp-detail-stay__image {
    height: 390px;
    border-radius: 24px;
  }

  .camp-detail-image-stack__small {
    position: relative;
    right: auto;
    bottom: auto;
    width: 62%;
    height: 210px;
    margin: -70px 0 0 auto;
  }

  .camp-activity-grid,
  .camp-included-grid,
  .camp-info-badges {
    grid-template-columns: 1fr;
  }

  .camp-activity-card--wide {
    grid-column: auto;
  }

  .camp-gallery {
    grid-auto-rows: 250px;
  }

  .camp-gallery__item:nth-child(1),
  .camp-gallery__item:nth-child(7),
  .camp-gallery__item:nth-child(4),
  .camp-gallery__item:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  .camp-detail-hero__panel,
  .camp-detail-surface,
  .camp-payment__card {
    padding: 26px 18px;
  }

  .camp-detail-hero h1 {
    font-size: 38px;
  }

  .camp-detail-hero__lead,
  .camp-detail-intro p,
  .camp-detail-stay p,
  .camp-payment__card p {
    font-size: 16px;
  }

  .camp-detail-hero__visual img,
  .camp-detail-image-stack__main,
  .camp-detail-stay__image {
    height: 320px;
  }

  .camp-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 285px;
  }

  .camp-payment {
    padding-bottom: 78px;
  }

  .camp-payment__card .camps-btn {
    width: 100%;
  }
}



.camp-reel-card{
    max-width:480px;
    margin:45px auto;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:18px;

    background:#fff;
    border:1px solid rgba(63,143,197,.18);
    border-radius:22px;

    text-decoration:none;

    box-shadow:0 18px 45px rgba(25,40,70,.08);
    transition:.35s ease;
}

.camp-reel-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 60px rgba(25,40,70,.14);
    border-color:#3F8FC5;
}

.camp-reel-icon{
    width:62px;
    height:62px;
    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#3F8FC5;
    color:#fff;
    font-size:30px;

    flex-shrink:0;
}

.camp-reel-content{
    flex:1;
}

.camp-reel-title{
    display:block;
    color:#20251f;
    font-weight:700;
    font-size:17px;
    margin-bottom:4px;
}

.camp-reel-text{
    display:block;
    color:#6c757d;
    font-size:14px;
    line-height:1.5;
}

.camp-reel-arrow{
    color:#3F8FC5;
    font-size:22px;
    transition:.3s;
}

.camp-reel-card:hover .camp-reel-arrow{
    transform:translateX(5px);
}


/* ===================================
   Instagram Reel kartica - Letnji kamp
=================================== */

.camp-reel-wrapper{
    display:flex;
    justify-content:center;
    margin:45px 0 70px;
}

.camp-reel-card{
    width:100%;
    max-width:540px;

    display:flex;
    align-items:center;
    gap:18px;

    padding:18px 22px;

    background:#fff;
    border-radius:22px;

    text-decoration:none;

    transition:.35s;

    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.camp-reel-card.summer{
    border:1px solid rgba(0,167,179,.18);
}

.camp-reel-card.summer:hover{
    transform:translateY(-6px);
    border-color:#00A7B3;
    box-shadow:0 26px 65px rgba(0,167,179,.18);
}

.camp-reel-icon{
    width:62px;
    height:62px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    background:linear-gradient(135deg,#00A7B3,#3F8FC5);

    color:#fff;

    font-size:30px;
}

.camp-reel-content{
    flex:1;
}

.camp-reel-title{
    display:block;

    color:#20251f;

    font-size:17px;

    font-weight:700;

    margin-bottom:4px;
}

.camp-reel-text{

    color:#707070;

    font-size:14px;

    line-height:1.6;
}

.camp-reel-arrow{

    color:#00A7B3;

    font-size:22px;

    transition:.3s;
}

.camp-reel-card:hover .camp-reel-arrow{

    transform:translateX(5px);
}

@media(max-width:576px){

    .camp-reel-card{

        padding:18px;

        gap:14px;
    }

    .camp-reel-icon{

        width:54px;
        height:54px;

        font-size:26px;
    }

    .camp-reel-title{

        font-size:16px;
    }

    .camp-reel-text{

        font-size:13px;
    }
}
