/* ===== SUNSHINE CAMP – Aurum Theme ===== */

:root {
  --bg-dark: #302D2C;
  --card-bg: #1B1C1D;
  --body-color: #CFCBBF;
  --heading-color: #AE8625;
  --accent: #D2AC47;
  --accent-light: #F7EF8A;
  --highlight: #eee27d;
  --gold-gradient: linear-gradient(112deg, #AE8625 0%, #F7EF8A 50%, #D2AC47 100%);
  --btn-gradient: linear-gradient(132deg, #D2AC47 0%, #F7EF8A 50%, #AE8625 100%);
  --box-light: #CFCBBF;
  --box-gold: #FCEC99;
  --callout-info-bg: rgba(210, 172, 71, 0.12);
  --callout-success-bg: #AEE4BD;
  --callout-success-text: #1a3a24;
  --font-heading: 'Prata', Georgia, serif;
  --font-body: 'Raleway', sans-serif;
  --container-max: 960px;
  --section-gap: 2rem;
  --radius: 16px;
  --radius-sm: 10px;
  --transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--body-color);
  background-color: var(--bg-dark);
  background-image: url('../assets/images/bg-main.png');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ===== SECTIONS ===== */

.section {
  position: relative;
  padding: var(--section-gap) 0;
}

.section-card {
  padding: 1rem 0;
}

.section-card .section-inner {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  border: 1px solid rgba(210, 172, 71, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.section-contained .section-inner {
  background:
    url('../assets/images/aurum-accent.png') center/cover,
    var(--card-bg);
}

.section-inner {
  text-align: center;
}

/* ===== VIDEO ===== */

.section-video {
  padding: 1rem 0;
}

.section-video .section-inner {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid rgba(210, 172, 71, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(210, 172, 71, 0.25);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== HERO ===== */

.section-hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  overflow: hidden;
}

.section-hero .section-inner {
  position: relative;
  z-index: 2;
  background: rgba(27, 28, 29, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(210, 172, 71, 0.15);
  border-radius: var(--radius);
  padding: 3.5rem 2.5rem;
  max-width: var(--container-max);
  margin: 0 auto;
  width: calc(100% - 2.5rem);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(48, 45, 44, 0.4) 0%,
    rgba(27, 28, 29, 0.75) 60%,
    rgba(27, 28, 29, 0.95) 100%
  );
}

/* ===== TYPOGRAPHY ===== */

.label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.label-solid {
  background: var(--btn-gradient);
  color: #1B1C1D;
}

.label-outline {
  border: 1px solid var(--accent);
  color: var(--accent);
  background: transparent;
}

.heading-xl {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--heading-color);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.25rem;
}

.text-highlight {
  -webkit-text-fill-color: var(--highlight);
  color: var(--highlight);
}

.lead {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--body-color);
}

.body-text {
  font-size: 0.95rem;
  color: rgba(207, 203, 191, 0.85);
  margin-bottom: 1.5rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.body-text.center,
.section-inner > .body-text {
  text-align: center;
}

.meta-info {
  font-size: 0.85rem;
  color: rgba(207, 203, 191, 0.7);
  margin-top: 1.5rem;
}

h4 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 0.5rem;
}

/* ===== BUTTONS ===== */

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(210, 172, 71, 0.3);
}

.btn-solid {
  background: var(--btn-gradient);
  color: #1B1C1D;
  border-color: transparent;
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.btn-outline:hover {
  background: rgba(210, 172, 71, 0.1);
}

.btn-full {
  width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
  padding: 1rem 1.5rem;
}

/* ===== GRIDS ===== */

.grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  text-align: left;
}

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

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* ===== PAIN POINTS ===== */

.grid-pain {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pain-card {
  background: rgba(210, 172, 71, 0.06);
  border: 1px solid rgba(210, 172, 71, 0.15);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  position: relative;
  transition: border-color var(--transition), transform var(--transition);
}

.pain-card:hover {
  border-color: rgba(210, 172, 71, 0.35);
  transform: translateY(-3px);
}

.pain-num{
  display: flex;
  align-items: center;
  justify-content: center;

}

.pain-num span{display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--btn-gradient);
  color: #1B1C1D;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

.pain-card h4 {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.pain-card p {
  font-size: 0.875rem;
  color: rgba(207, 203, 191, 0.75);
  line-height: 1.6;
}

/* ===== QUOTE ===== */

.quote-block {
  background: rgba(210, 172, 71, 0.08);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 720px;
  text-align: left;
  font-style: italic;
}

.quote-block p {
  margin-bottom: 0.5rem;
  color: var(--body-color);
  font-size: 0.95rem;
}

.quote-block strong {
  color: var(--highlight);
  font-style: normal;
  letter-spacing: 0.05em;
}

/* ===== INFO BOXES ===== */

.info-box {
  border-radius: var(--radius-sm);
  padding: 1.75rem;
  text-align: left;
}

.info-box-light {
  background: var(--box-light);
  color: #1B1C1D;
}

.info-box-light h4,
.info-box-light p {
  color: #1B1C1D;
}

.info-box-gold {
  background: var(--box-gold);
  color: #1B1C1D;
}

.info-box-gold h4,
.info-box-gold p {
  color: #1B1C1D;
}

.info-box p {
  font-size: 0.875rem;
  line-height: 1.65;
}

/* ===== FEATURE CARDS ===== */

.feature-card {
  background: transparent;
  border: 1px solid rgba(210, 172, 71, 0.2);
  border-radius: var(--radius-sm);
  padding: calc(1em + 1.5em) 1.5rem 1.5rem;
  text-align: center;
  position: relative;
  transition: border-color var(--transition), transform var(--transition);
}

.feature-card:hover {
  border-color: rgba(210, 172, 71, 0.45);
  transform: translateY(-4px);
}

.feature-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 56px;
  height: 56px;
  background: var(--btn-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  padding: 12px;
  z-index: 2;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.2);
}

.feature-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 8px;
  background: var(--btn-gradient);
  z-index: 1;
}

.feature-card h4 {
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.85rem;
  color: rgba(207, 203, 191, 0.75);
  line-height: 1.6;
}

/* ===== ENERGY SECTION ===== */

.grid-energy {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2.5rem;
  text-align: left;
}

.energy-text h4 {
  font-size: 1.15rem;
  color: var(--highlight);
  margin-bottom: 1rem;
}

.energy-text p {
  font-size: 0.9rem;
  color: rgba(207, 203, 191, 0.85);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.energy-text .btn {
  margin-top: 0.5rem;
}

.energy-image {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(210, 172, 71, 0.2);
}

.energy-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ===== AUDIENCE ===== */

.grid-audience {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.audience-card {
  border: 1px solid rgba(210, 172, 71, 0.15);
  border-radius: var(--radius-sm);
  overflow: hidden;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition);
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(210, 172, 71, 0.35);
}

.audience-img {
  aspect-ratio: 1;
  overflow: hidden;
}

.audience-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.audience-card:hover .audience-img img {
  transform: scale(1.05);
}

.audience-card h4 {
  padding: 1rem 1rem 0.25rem;
  font-size: 0.95rem;
}

.audience-card p {
  padding: 0 1rem 1.25rem;
  font-size: 0.85rem;
  color: rgba(207, 203, 191, 0.75);
  line-height: 1.6;
}

/* ===== TESTIMONIALS ===== */

.testimonial-card {
  background: rgba(210, 172, 71, 0.06);
  border: 1px solid rgba(210, 172, 71, 0.15);
  border-radius: var(--radius-sm);
  padding: 1.75rem;
  text-align: left;
}

.testimonial-card p {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--body-color);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.testimonial-author {
  font-style: normal;
  font-size: 0.85rem;
  color: rgba(207, 203, 191, 0.7);
}

.testimonial-author strong {
  color: var(--accent);
}

/* ===== STATS ===== */

.grid-stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}

.stat-card {
  text-align: center;
  padding: 1.5rem 1rem;
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.stat-card h4 {
  color: var(--highlight);
  margin-bottom: 0.35rem;
}

.stat-card p {
  font-size: 0.8rem;
  color: rgba(207, 203, 191, 0.65);
  line-height: 1.5;
}

/* ===== GALLERY ===== */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 2rem;
}

.gallery-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 16/10;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* ===== CALLOUTS ===== */

.callout {
  border-radius: var(--radius-sm);
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
  text-align: left;
}

.callout p {
  font-size: 0.9rem;
  line-height: 1.65;
}

.callout-info {
  background: var(--callout-info-bg);
  border: 1px solid rgba(210, 172, 71, 0.2);
  color: var(--body-color);
}

.callout-success {
  background: var(--callout-success-bg);
  color: var(--callout-success-text);
}

.callout-success strong {
  color: #0d2818;
}

/* ===== INFO CARDS (CTA) ===== */

.grid-info .info-card {
  background: rgba(210, 172, 71, 0.1);
  border: 1px solid rgba(210, 172, 71, 0.2);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  text-align: center;
}

.grid-info .info-card h4 {
  color: var(--highlight);
  margin-bottom: 0.5rem;
}

.grid-info .info-card p {
  font-size: 0.85rem;
  color: rgba(207, 203, 191, 0.75);
}

/* ===== REGISTRATION FORM ===== */

.registration {
  margin-top: 2.5rem;
  text-align: center;
}

.reg-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--heading-color);
  margin-bottom: 0.75rem;
}

.reg-form {
  max-width: 560px;
  margin: 1.5rem auto;
  text-align: left;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 0.4rem;
}

.form-group input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--body-color);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(210, 172, 71, 0.25);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input::placeholder {
  color: rgba(207, 203, 191, 0.4);
}

.form-group input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210, 172, 71, 0.15);
}

.form-group input.error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

.form-group .req {
  color: #e74c3c;
}

.form-group .field-hint {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: rgba(207, 203, 191, 0.65);
  text-align: left;
}

.hotline {
  font-size: 0.9rem;
  margin: 1.5rem 0;
  color: rgba(207, 203, 191, 0.8);
}

.hotline strong {
  color: var(--accent);
}

/* ===== ANIMATIONS ===== */

.anim-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.anim-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== LIGHTBOX ===== */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: rgba(210, 172, 71, 0.2);
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.lightbox-close:hover {
  background: rgba(210, 172, 71, 0.35);
}

/* ===== TOAST ===== */

.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--btn-gradient);
  color: #1B1C1D;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 10000;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
  max-width: 90vw;
  text-align: center;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .grid-3,
  .grid-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-energy {
    grid-template-columns: 1fr;
  }

  .energy-image {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  :root {
    --section-gap: 1.25rem;
  }

  .section-card .section-inner {
    padding: 2rem 1.25rem;
    border-radius: 12px;
  }

  .section-video .section-inner {
    padding: 1rem;
  }

  .section-hero .section-inner {
    padding: 2.5rem 1.25rem;
    width: calc(100% - 1.5rem);
  }

  .heading-xl {
    font-size: 1.6rem;
  }

  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }

  .grid-2,
  .grid-3,
  .grid-stats {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    aspect-ratio: 16/9;
  }

  .grid-pain {
    grid-template-columns: 1fr;
  }

  .grid-audience {
    grid-template-columns: 1fr;
  }

  .quote-block {
    padding: 1.25rem;
  }

  .feature-card {
    padding: 1.75rem 1.25rem 1.25rem;
  }

  body {
    background-attachment: scroll;
  }
}

@media (max-width: 380px) {
  .heading-xl {
    font-size: 1.4rem;
  }

  .label {
    font-size: 0.65rem;
    padding: 0.35rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-max: 1040px;
  }
}
