:root {
  --green-950: #0f3426;
  --green-900: #164734;
  --green-800: #1f5d43;
  --green-700: #287452;
  --green-100: #e9f5ee;
  --green-50: #f5fbf7;
  --gold: #e8c85b;
  --gold-soft: #fff7d7;
  --bg: #f7faf8;
  --surface: #ffffff;
  --ink: #17251d;
  --muted: #63736a;
  --line: #dce8e1;
  --danger: #a33434;
  --shadow: 0 24px 70px rgba(15, 52, 38, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(232, 200, 91, .15), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 54%, #ffffff 100%);
  color: var(--ink);
  line-height: 1.75;
}

body:has(.luxury-hero) {
  background: #fbfaf6;
}

a { color: inherit; }

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 232, 225, .85);
  backdrop-filter: blur(14px);
}

.premium-topbar {
  background: rgba(255, 255, 255, .82);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.logo {
  width: 82px;
  aspect-ratio: 1;
  max-width: 50vw;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--green-950);
  font-weight: 900;
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 46px;
  align-items: center;
  padding: 42px 0 34px;
}

.luxury-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  color: white;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 52, 38, .92) 0%, rgba(15, 52, 38, .70) 36%, rgba(15, 52, 38, .18) 68%, rgba(15, 52, 38, .08) 100%),
    linear-gradient(0deg, rgba(65, 43, 23, .38), rgba(65, 43, 23, .05)),
    url("../images/camp-hero.png") center / cover no-repeat;
  z-index: -2;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, #fbfaf6 0%, rgba(251, 250, 246, 0) 100%);
}

.luxury-hero-inner {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  padding: clamp(42px, 8vw, 92px) 0;
}

.hero-copy {
  width: min(640px, 100%);
}

.hero-copy .eyebrow {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .26);
  color: #fff8df;
  backdrop-filter: blur(10px);
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: white;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

.hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  max-width: 560px;
}

.btn-xl {
  min-height: 58px;
  padding: 14px 26px;
  font-size: 1.05rem;
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 26px;
}

.section-heading.align-start {
  text-align: right;
  margin: 0;
}

.section-heading h2 {
  margin: 10px 0 8px;
  color: var(--green-950);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.18;
}

.section-heading p {
  color: var(--muted);
  margin: 0 0 22px;
}

.info-band {
  padding-top: 64px;
}

.premium-cards {
  display: grid;
  gap: 16px;
}

.info-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.premium-card {
  position: relative;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(220, 232, 225, .9);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(15, 52, 38, .08);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green-700));
  opacity: .82;
}

.premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 116, 82, .28);
  box-shadow: 0 28px 70px rgba(15, 52, 38, .13);
}

.card-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8df, #edf7f1);
  font-size: 1.55rem;
  margin-bottom: 14px;
}

.premium-card h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 1.12rem;
}

.premium-card p {
  color: var(--muted);
  margin: 0;
}

.includes-section {
  background:
    linear-gradient(180deg, rgba(233, 245, 238, .55), rgba(255, 255, 255, .72));
}

.stepper-section {
  background: #fff;
}

.registration-stepper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.step-item {
  position: relative;
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px 16px;
  min-height: 190px;
  box-shadow: 0 14px 34px rgba(15, 52, 38, .06);
}

.step-item span,
.process-list article span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-900);
  color: white;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(22, 71, 52, .18);
}

.step-item h3 {
  margin: 14px 0 8px;
  color: var(--green-950);
  font-size: 1.02rem;
}

.step-item p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.process-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(15, 52, 38, .07);
}

.process-list h3 {
  margin: 0 0 4px;
  color: var(--green-950);
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.trust-section {
  padding-top: 20px;
}

.trust-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 52, 38, .96), rgba(40, 116, 82, .92)),
    var(--green-900);
  color: white;
  border-radius: 30px;
  padding: clamp(24px, 5vw, 46px);
  box-shadow: 0 28px 78px rgba(15, 52, 38, .20);
}

.trust-panel .eyebrow {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
  color: #fff8df;
}

.trust-panel h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.18;
}

.trust-points {
  display: grid;
  gap: 12px;
}

.trust-points p {
  margin: 0;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  padding: 14px 16px;
}

.final-cta {
  padding-top: 24px;
}

.final-cta-inner {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 247, 215, .95), rgba(233, 245, 238, .92));
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(28px, 6vw, 58px);
  box-shadow: 0 22px 60px rgba(15, 52, 38, .10);
}

.final-cta h2 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.final-cta p {
  margin: 0 0 22px;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--green-800);
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  font-weight: 700;
  font-size: .92rem;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(232, 200, 91, .18);
}

.hero h1 {
  font-size: clamp(2.35rem, 5.4vw, 5rem);
  line-height: 1.04;
  margin: 0 0 16px;
  color: var(--green-950);
  letter-spacing: 0;
}

.lead {
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 24px 0 26px;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 22px -14px -14px 22px;
  background: var(--green-100);
  border-radius: 18px;
  z-index: -1;
}

.announcement {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: white;
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.fact,
.panel,
.stat,
.item-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.fact {
  padding: 15px 16px;
  box-shadow: 0 8px 24px rgba(15, 52, 38, .045);
}

.fact b {
  display: block;
  color: var(--green-900);
  margin-bottom: 2px;
}

.btn,
button,
input[type="submit"] {
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  background: var(--green-900);
  color: white;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  min-height: 48px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 12px 28px rgba(22, 71, 52, .18);
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--green-800);
  transform: translateY(-1px);
}

.btn.secondary {
  background: var(--gold);
  color: var(--green-950);
  box-shadow: 0 12px 26px rgba(232, 200, 91, .22);
}

.btn.light {
  background: white;
  color: var(--green-900);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn.danger { background: var(--danger); }

.btn.small {
  padding: 8px 13px;
  min-height: 38px;
  font-size: .9rem;
  border-radius: 9px;
}

.section { padding: 42px 0; }

.panel {
  padding: clamp(18px, 3vw, 34px);
  box-shadow: var(--shadow);
}

.form-shell {
  max-width: 980px;
  margin: 0 auto;
}

.form-shell h1,
.form-shell h2 {
  margin-top: 0;
  color: var(--green-950);
}

.form-intro {
  color: var(--muted);
  margin: -8px 0 22px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.step-indicator {
  background: var(--green-50);
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 10px;
  text-align: center;
  font-weight: 700;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-indicator.active {
  background: var(--green-900);
  border-color: var(--green-900);
  color: white;
}

.form-step { display: none; }
.form-step.active { display: block; }

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

label {
  font-weight: 700;
  color: var(--green-900);
  font-size: .95rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfdfc;
  color: var(--ink);
  border-radius: 10px;
  padding: 12px 13px;
  font: inherit;
  min-height: 48px;
  outline: none;
  transition: border .18s ease, box-shadow .18s ease, background .18s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green-700);
  background: white;
  box-shadow: 0 0 0 4px rgba(40, 116, 82, .12);
}

textarea {
  resize: vertical;
  min-height: 108px;
}

.full { grid-column: 1 / -1; }
.hidden { display: none !important; }

.notice {
  background: var(--gold-soft);
  border: 1px solid rgba(232, 200, 91, .55);
  color: #66510e;
  padding: 14px 15px;
  border-radius: 10px;
}

.actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.success {
  background: #eaf7ef;
  border: 1px solid #b7dfc4;
  padding: 16px;
  border-radius: 10px;
  color: #16482f;
}

.success-screen {
  text-align: center;
}

.success-screen .facts {
  text-align: right;
}

.success-mark {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: white;
  font-size: 3.5rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(22, 71, 52, .24);
}

.error {
  background: #fff0f0;
  border: 1px solid #e7b7b7;
  padding: 16px;
  border-radius: 10px;
  color: #7a2020;
}

.admin-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 100vh;
}

.sidebar {
  background: linear-gradient(180deg, var(--green-950), var(--green-800));
  color: white;
  padding: 20px;
}

.sidebar .logo {
  background: white;
  border-radius: 50%;
  padding: 6px;
  width: 104px;
  margin-bottom: 12px;
}

.sidebar a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  margin: 5px 0;
}

.sidebar a:hover,
.sidebar a.active {
  background: rgba(255,255,255,.14);
}

.admin-main {
  padding: 22px;
  background: var(--bg);
  overflow-x: auto;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.stat {
  padding: 16px;
  box-shadow: 0 8px 24px rgba(15, 52, 38, .05);
}

.stat strong {
  display: block;
  font-size: 1.85rem;
  color: var(--green-900);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}

th,
td {
  padding: 11px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  vertical-align: top;
}

th {
  background: var(--green-50);
  color: var(--green-900);
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .86rem;
  background: #eee;
  color: #333;
}

.badge.pending_deposit { background: #fff3bf; color: #745a00; }
.badge.confirmed { background: #dff4e8; color: #17623d; }
.badge.rejected { background: #ffe0e0; color: #8a2424; }
.badge.payment-pending { background: #fff3bf; color: #745a00; }
.badge.payment-accepted { background: #dff4e8; color: #17623d; }
.badge.payment-rejected { background: #ffe0e0; color: #8a2424; }

.filters {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr) auto;
  gap: 10px;
  margin-bottom: 14px;
  align-items: end;
}

.compact-filters {
  grid-template-columns: minmax(220px, 320px) auto;
}

.admin-stats-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 16px;
  align-items: start;
}

.admin-dashboard-grid .panel {
  min-width: 0;
}

.admin-actions-cell {
  min-width: 260px;
}

.inline-admin-form {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 4px 0;
}

.reject-payment-form {
  display: flex;
  flex-wrap: wrap;
}

.reject-payment-form input {
  min-width: 150px;
  max-width: 220px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.report-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.telegram-test-form {
  margin-top: 12px;
}

.qr-img {
  width: 220px;
  max-width: 100%;
  background: white;
  border: 1px solid var(--line);
  padding: 8px;
  border-radius: 12px;
}

.scanner-box {
  max-width: 560px;
  margin: 0 auto;
}

video {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #111;
}

@media (max-width: 900px) {
  .hero,
  .grid,
  .admin-layout,
  .filters,
  .compact-filters,
  .admin-dashboard-grid,
  .process-layout,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .luxury-hero,
  .luxury-hero-inner {
    min-height: 720px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(15, 52, 38, .84) 0%, rgba(15, 52, 38, .58) 46%, rgba(15, 52, 38, .72) 100%),
      url("../images/camp-hero.png") 32% center / cover no-repeat;
  }

  .luxury-hero-inner {
    align-items: flex-end;
    padding-bottom: 72px;
  }

  .info-cards,
  .includes-grid,
  .registration-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-top: 26px;
  }

  .hero-media {
    order: -1;
  }

  .hero-media::before {
    inset: 14px -8px -8px 14px;
    border-radius: 14px;
  }

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

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

  .sidebar { position: static; }
  .admin-main { padding: 14px; }
  table { font-size: .9rem; }
  th, td { padding: 8px; }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1140px);
  }

  .topbar-inner {
    padding: 9px 0;
  }

  .logo {
    width: 68px;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .brand span,
  .premium-topbar .btn.light {
    display: none;
  }

  .luxury-hero,
  .luxury-hero-inner {
    min-height: 680px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    font-size: 1.05rem;
  }

  .info-cards,
  .includes-grid,
  .registration-stepper {
    grid-template-columns: 1fr;
  }

  .premium-card,
  .step-item,
  .process-list article {
    border-radius: 18px;
  }

  .trust-panel,
  .final-cta-inner {
    border-radius: 22px;
  }

  .facts,
  .stats,
  .steps {
    grid-template-columns: 1fr;
  }

  .panel {
    padding: 17px;
  }

  .hero-actions .btn,
  .actions .btn,
  .actions button {
    width: 100%;
  }
}

/* Softer home redesign */
.home-v2 {
  --green-950: #173b2b;
  --green-900: #24513b;
  --green-800: #356b4f;
  --green-700: #568765;
  --green-100: #edf7ee;
  --green-50: #f8fcf8;
  --gold: #f0cf72;
  --gold-soft: #fff6d9;
  --wood: #8b6745;
  --bg: #fbf7ee;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ee 42%, #ffffff 100%);
}

.bubble-topbar {
  top: 12px;
  width: min(1140px, calc(100% - 28px));
  margin: 0 auto;
  border: 1px solid rgba(220, 232, 225, .9);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(23, 59, 43, .10);
}

.bubble-topbar .topbar-inner {
  padding: 8px 12px 8px 18px;
}

.bubble-topbar .logo {
  width: 64px;
  box-shadow: 0 8px 22px rgba(23, 59, 43, .12);
}

.home-v2 .brand span {
  color: var(--green-950);
  font-size: 1.05rem;
}

.home-v2 .btn,
.home-v2 button,
.home-v2 input[type="submit"] {
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(36, 81, 59, .18);
}

.home-v2 .btn.light {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(220, 232, 225, .9);
}

.home-v2 .btn.secondary {
  background: var(--gold);
}

.pill-btn {
  border-radius: 999px !important;
  padding-inline: 30px;
}

.happy-hero {
  position: relative;
  padding: 86px 0 42px;
  overflow: hidden;
}

.happy-hero::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 72%;
  background:
    linear-gradient(135deg, rgba(237, 247, 238, .95), rgba(255, 246, 217, .86));
  border-radius: 0 0 56px 56px;
  z-index: -2;
}

.happy-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 34px;
  align-items: center;
}

.happy-copy {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(220, 232, 225, .9);
  border-radius: 38px;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 28px 90px rgba(23, 59, 43, .12);
  backdrop-filter: blur(12px);
}

.happy-copy h1 {
  margin: 0 0 16px;
  color: var(--green-950);
  font-size: clamp(2.55rem, 6.2vw, 5.8rem);
  line-height: 1.02;
}

.happy-copy p {
  color: #5f6f63;
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  margin: 0;
}

.mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mini-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green-900);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(23, 59, 43, .06);
}

.happy-photo-card {
  position: relative;
  border-radius: 44px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(220, 232, 225, .9);
  box-shadow: 0 30px 90px rgba(23, 59, 43, .16);
  transform: rotate(-1deg);
}

.happy-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 34px;
}

.photo-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--gold);
  color: var(--green-950);
  box-shadow: 0 18px 46px rgba(23, 59, 43, .22);
}

.photo-badge strong {
  font-size: 1.45rem;
  line-height: 1;
}

.photo-badge span {
  font-size: .92rem;
  font-weight: 700;
}

.home-v2 .section {
  padding: 58px 0;
}

.home-v2 .section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3.4rem);
}

.rounded-info .premium-card,
.fun-grid .premium-card {
  border-radius: 30px;
  padding: 24px;
  background: #fff;
}

.rounded-info .premium-card::before,
.fun-grid .premium-card::before {
  display: none;
}

.home-v2 .card-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff8de, #eaf7ef);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 12px 28px rgba(23, 59, 43, .08);
}

.home-v2 .premium-card:hover {
  transform: translateY(-7px) rotate(.2deg);
}

.soft-stepper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.soft-stepper article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px 999px 30px 30px;
  padding: 18px 14px;
  text-align: center;
  min-height: 150px;
  box-shadow: 0 16px 42px rgba(23, 59, 43, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.soft-stepper article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(23, 59, 43, .12);
}

.soft-stepper span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-900);
  color: white;
  font-weight: 900;
  font-size: 1.2rem;
}

.soft-stepper h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1rem;
}

.happy-process article {
  border-radius: 28px;
}

.happy-process article span {
  border-radius: 50%;
}

.happy-trust {
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(36, 81, 59, .96), rgba(86, 135, 101, .92));
}

.happy-final {
  border-radius: 42px;
  background:
    linear-gradient(135deg, #fff8de, #edf7ee);
}

@media (max-width: 980px) {
  .happy-hero-grid,
  .process-layout,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .happy-hero-grid {
    min-height: auto;
    padding-top: 18px;
  }

  .happy-photo-card {
    transform: none;
    order: -1;
  }

  .info-cards,
  .includes-grid,
  .soft-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Public registration QR */
.home-register-cta {
  gap: 22px;
}

.home-register-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.home-registration-qr {
  display: grid;
  justify-items: center;
  gap: 8px;
  flex: 0 0 150px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}

.home-registration-qr img {
  width: 132px;
  height: 132px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(200,169,106,.55);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

.home-registration-qr span {
  font-size: .92rem;
  color: rgba(255,255,255,.88);
}

.qr-share-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(247, 244, 237, .95), rgba(255,255,255,.88)),
    url("../images/camp-hero.png") center / cover fixed no-repeat;
  font-family: "Segoe UI", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.qr-share-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.qr-share-card {
  width: min(100%, 520px);
  text-align: center;
  padding: 34px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(85,107,47,.14);
  box-shadow: 0 24px 70px rgba(44, 50, 28, .16);
}

.qr-share-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  margin-bottom: 12px;
  box-shadow: 0 14px 30px rgba(44,50,28,.12);
}

.qr-share-card > span {
  display: block;
  color: #8a7440;
  font-weight: 800;
  margin-bottom: 6px;
}

.qr-share-card h1 {
  margin: 0 0 20px;
  color: #24351f;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
}

.qr-share-image {
  width: min(100%, 360px);
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(85,107,47,.16);
  box-shadow: 0 18px 44px rgba(44,50,28,.12);
}

.qr-share-card p {
  margin: 18px 0 8px;
  color: #625c52;
}

.qr-share-url {
  display: block;
  direction: ltr;
  color: #40562a;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.qr-share-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media (max-width: 720px) {
  .home-register-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-register-actions .camp-primary,
  .home-register-actions .camp-secondary {
    width: 100%;
  }

  .home-registration-qr {
    width: 100%;
  }
}

@media print {
  .qr-share-page {
    background: #fff;
  }

  .qr-share-actions {
    display: none;
  }

  .qr-share-card {
    box-shadow: none;
  }
}

/* Attendance QR cards */
.qr-admin-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.qr-admin-intro h2 {
  margin: 0 0 6px;
}

.qr-admin-intro p {
  margin: 0;
  color: #6f675a;
}

.qr-admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.attendance-qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}

.attendance-qr-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(85,107,47,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 38px rgba(46,52,27,.08);
  text-align: center;
}

.attendance-qr-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
}

.attendance-qr-card h2 {
  margin: 0;
  color: #25371f;
  font-size: 1.08rem;
}

.attendance-qr-card p {
  margin: 0;
  color: #70685c;
  font-weight: 700;
}

.attendance-qr-image {
  width: 180px;
  height: 180px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(85,107,47,.13);
}

.attendance-qr-card small {
  color: #867c6d;
}

.attendance-qr-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

@media print {
  .admin-topbar,
  .sidebar,
  .qr-admin-actions,
  .attendance-qr-links,
  .admin-main > h1 {
    display: none !important;
  }

  .admin-layout,
  .admin-main {
    display: block;
    padding: 0;
    background: #fff;
  }

  .qr-admin-intro {
    box-shadow: none;
    border: 0;
    text-align: center;
    display: block;
  }

  .attendance-qr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .attendance-qr-card {
    break-inside: avoid;
    box-shadow: none;
    border-color: #ddd;
  }
}

/* Friends discount section */
.friends-discount {
  width: min(100% - 34px, 1120px);
  margin: -12px auto 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,243,232,.94)),
    radial-gradient(circle at 12% 35%, rgba(200,169,106,.18), transparent 30%);
  border: 1px solid rgba(85,107,47,.13);
  box-shadow: 0 18px 46px rgba(46,52,27,.08);
}

.friends-discount-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #6e5723;
  background: #fff4cf;
  font-weight: 800;
}

.friends-discount-copy h2 {
  margin: 0 0 8px;
  color: #25371f;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
}

.friends-discount-copy p {
  margin: 0;
  color: #6f675a;
  line-height: 1.8;
}

.friends-discount-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.friends-discount-price {
  min-width: 210px;
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 20px 22px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #263f29, #5f6b2e);
  border: 1px solid rgba(200,169,106,.38);
  box-shadow: 0 18px 36px rgba(38,63,41,.18);
}

.friends-discount-price small {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.friends-discount-price del {
  color: rgba(255,255,255,.72);
  font-size: 1.1rem;
  font-weight: 800;
}

.friends-discount-price strong {
  color: #fff4c7;
  font-size: 2.65rem;
  line-height: 1;
}

.friends-discount-price > span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-weight: 800;
}

.friends-price-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  margin-top: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #2c3a1f;
  background: #fff4c7;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.friends-price-share:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
}

@media (max-width: 720px) {
  .friends-discount {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .friends-discount-price {
    width: 100%;
  }

  .friends-discount-actions {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .bubble-topbar {
    top: 8px;
    width: min(100% - 18px, 1140px);
  }

  .bubble-topbar .logo {
    width: 54px;
  }

  .home-v2 .brand span,
  .home-v2 .nav-actions .btn.light {
    display: none;
  }

  .happy-hero {
    padding-top: 72px;
  }

  .happy-copy {
    border-radius: 28px;
  }

  .happy-copy h1 {
    font-size: 2.8rem;
  }

  .happy-photo-card {
    border-radius: 30px;
  }

  .happy-photo-card img {
    border-radius: 22px;
  }

  .photo-badge {
    width: 96px;
    height: 96px;
    right: 18px;
    bottom: 18px;
  }

  .info-cards,
  .includes-grid,
  .soft-stepper {
    grid-template-columns: 1fr;
  }

  .soft-stepper article {
    min-height: auto;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: right;
  }

  .soft-stepper span {
    margin: 0;
    flex: 0 0 52px;
  }
}

/* Calm focused camp pages */
.camp-home,
.camp-register-page {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background: #fbfaf6;
  color: #221f19;
}

.camp-home h1,
.camp-home h2,
.camp-home h3,
.camp-register-page h1,
.camp-register-page h2,
.camp-register-page h3 {
  letter-spacing: 0;
  font-weight: 800;
}

.camp-hero h1,
.register-hero-title h1 {
  font-size: clamp(2.25rem, 5.4vw, 4.8rem);
  line-height: 1.12;
}

.camp-hero h1 span,
.register-hero-title h1 span {
  color: #d7bc73;
}

.hero-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(215, 188, 115, .35);
  border-radius: 999px;
  color: #fff3c8;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.camp-nav {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.camp-nav nav a,
.camp-register-btn,
.camp-primary,
.camp-secondary {
  font-weight: 700;
}

.camp-info-panel p,
.camp-activity-grid p,
.register-hero-title p,
.form-block-title p {
  font-weight: 500;
}

.camp-info-panel article,
.camp-activity-grid article,
.register-main-card,
.side-card {
  box-shadow: 0 18px 44px rgba(52, 63, 38, .08);
}

.home-register-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 34px auto 64px;
  padding: clamp(22px, 4vw, 38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(214, 201, 174, .85);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(245,241,232,.92));
  box-shadow: 0 22px 60px rgba(52, 63, 38, .10);
}

.home-register-cta span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #556b2f;
  font-weight: 800;
}

.home-register-cta h2 {
  margin: 0 0 8px;
  color: #31411d;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.home-register-cta p {
  margin: 0;
  color: #665f52;
}

.site-footer {
  padding: 28px 18px;
  color: #fff;
  background: #31411d;
}

.site-footer a {
  text-decoration: none;
}

.footer-contact {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-contact h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1.35rem;
}

.footer-contact p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.09);
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.footer-social:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.38);
}

.footer-social.whatsapp { background: #1f9f54; }
.footer-social.instagram { background: linear-gradient(135deg, #7c3aed, #e1306c, #f59e0b); }
.footer-social.waze { background: #1b8bbf; }

@media (max-width: 720px) {
  .footer-contact {
    text-align: center;
    flex-direction: column;
  }

  .footer-socials,
  .footer-social {
    width: 100%;
  }
}

.register-grid .fact.full {
  grid-column: 1 / -1;
}

.bank-box,
#payment-bank {
  white-space: pre-line;
}

.camp-register-page .payment-bank-card {
  display: block;
  padding: 24px 26px;
  border-color: rgba(85, 107, 47, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffefb 0%, #f8f4e9 100%);
  box-shadow: 0 18px 42px rgba(54, 43, 31, .08);
  text-align: right;
}

.camp-register-page .payment-bank-card b {
  display: block;
  margin-bottom: 14px;
  color: #174d34;
  font-size: 1.18rem;
  font-weight: 750;
}

.camp-register-page .payment-bank-card #payment-bank {
  display: block;
  color: #3f3a30;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 2;
}

.camp-register-page .payment-bank-lines {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  color: #332b20;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.8;
}

.camp-register-page .payment-bank-lines span {
  display: block;
  padding: 7px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(85, 107, 47, .12);
}

.camp-register-page .payment-bank-card {
  min-height: 300px;
}

@media (max-width: 720px) {
  .home-register-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .home-register-cta .camp-primary {
    width: 100%;
  }

  .camp-hero-actions {
    width: 100%;
  }

  .camp-primary,
  .camp-secondary {
    width: 100%;
  }
}

/* Final premium polish requested: calmer type, round controls, new horizontal logo */
body.camp-home,
body.camp-register-page,
.camp-home input,
.camp-home select,
.camp-home textarea,
.camp-home button,
.camp-register-page input,
.camp-register-page select,
.camp-register-page textarea,
.camp-register-page button {
  font-family: "Segoe UI", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.camp-home p,
.camp-register-page p,
.camp-home li,
.camp-register-page li,
.camp-home .fact,
.camp-register-page .fact,
.camp-home input,
.camp-home select,
.camp-home textarea,
.camp-register-page input,
.camp-register-page select,
.camp-register-page textarea {
  font-weight: 400;
  line-height: 1.95;
}

.camp-home h1,
.camp-home h2,
.camp-home h3,
.camp-register-page h1,
.camp-register-page h2,
.camp-register-page h3 {
  font-weight: 750;
}

.camp-logo {
  gap: 12px;
}

.camp-logo div {
  display: none;
}

.camp-logo img {
  width: 76px;
  height: 76px;
  max-height: none;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  padding: 5px;
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.camp-register-btn,
.camp-primary,
.camp-secondary,
.register-actions button,
.support-card a,
.phone-button,
.btn,
button,
input[type="submit"] {
  border-radius: 999px !important;
}

.camp-primary,
.camp-secondary,
.camp-register-btn {
  min-height: 54px;
  padding-inline: 28px;
}

.camp-secondary {
  background: rgba(255,255,255,.1);
}

.whatsapp-cta {
  direction: rtl;
  background: linear-gradient(135deg, rgba(94, 73, 48, .96), rgba(71, 58, 38, .92)) !important;
  border: 1px solid rgba(200, 169, 106, .95);
  color: #fff;
  box-shadow: 0 18px 38px rgba(38, 28, 18, .28);
}

.whatsapp-cta .whatsapp-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(37, 211, 102, .28);
}

.whatsapp-cta .whatsapp-icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

.whatsapp-cta strong {
  font-size: 1.08em;
  letter-spacing: .4px;
  color: #fff;
}

.whatsapp-cta:hover {
  background: linear-gradient(135deg, #25d366, #168b46) !important;
  border-color: rgba(255,255,255,.55);
}

.camp-info-panel article,
.camp-activity-grid article,
.register-main-card,
.side-card,
.home-register-cta,
.important-notes {
  border-radius: 24px;
}

.camp-info-panel h3,
.camp-activity-grid h3,
.form-block-title h2,
.camp-summary-card h3 {
  color: #37451f;
}

.camp-info-panel p,
.camp-activity-grid p,
.form-block-title p,
.camp-summary-card p,
.method-card small,
.secure-note {
  color: #5f5a50;
}

.register-actions button {
  min-height: 52px;
}

.camp-register-page input,
.camp-register-page select,
.camp-register-page textarea {
  border-radius: 16px;
  background: #fffefb;
}

@media (max-width: 720px) {
  .camp-logo img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
  }

  .camp-nav {
    gap: 10px;
  }
}

/* Ultra premium equestrian resort homepage */
.luxury-site {
  --olive: #556B2F;
  --beige: #F5F1E8;
  --ivory: #fffdf7;
  --brown: #4A3428;
  --gold: #C8A96A;
  --glass: rgba(255, 253, 247, .16);
  --glass-line: rgba(255, 253, 247, .28);
  background:
    radial-gradient(circle at 12% 10%, rgba(200, 169, 106, .14), transparent 34rem),
    linear-gradient(180deg, #fbf7ef 0%, #f4efe4 52%, #fffdf7 100%);
  color: var(--brown);
  overflow-x: hidden;
}

.luxury-site * {
  scroll-behavior: smooth;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--brown);
  color: var(--gold);
  transition: opacity .7s ease, visibility .7s ease;
}

.loaded .loader {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  border: 1px solid rgba(200, 169, 106, .5);
  border-radius: 999px;
  padding: 16px 28px;
  animation: pulseLuxury 1.8s ease infinite;
}

@keyframes pulseLuxury {
  50% { transform: scale(1.04); box-shadow: 0 0 50px rgba(200,169,106,.28); }
}

.lux-container {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.lux-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  width: min(1180px, calc(100% - 34px));
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(20, 28, 18, .34);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.lux-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  font-weight: 900;
}

.lux-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ivory);
  padding: 3px;
}

.lux-nav nav {
  display: flex;
  gap: 4px;
}

.lux-nav nav a,
.lux-nav-cta {
  color: white;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.lux-nav nav a:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.lux-nav-cta {
  background: var(--gold);
  color: #1e1a12;
}

.resort-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(24, 27, 18, .82), rgba(24, 27, 18, .46), rgba(24, 27, 18, .72)),
    url("../images/luxury-hero-horses.png") center / cover no-repeat;
  color: white;
  isolation: isolate;
}

.resort-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, #fbf7ef, transparent);
  z-index: -1;
}

.hero-silhouette {
  position: absolute;
  left: 7%;
  bottom: 9%;
  width: 220px;
  height: 120px;
  opacity: .13;
  background: var(--gold);
  clip-path: polygon(6% 70%, 19% 50%, 34% 48%, 45% 31%, 54% 43%, 75% 47%, 90% 37%, 83% 55%, 72% 58%, 69% 90%, 62% 90%, 60% 61%, 40% 63%, 34% 91%, 27% 91%, 29% 63%, 15% 76%);
}

.resort-hero-content {
  width: min(860px, calc(100% - 34px));
  text-align: center;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid var(--glass-line);
  border-radius: 42px;
  background: rgba(255, 253, 247, .12);
  backdrop-filter: blur(18px);
  box-shadow: 0 40px 120px rgba(0,0,0,.26);
}

.lux-kicker {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(200,169,106,.45);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .2px;
  background: rgba(255,255,255,.07);
}

.resort-hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.resort-hero p {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.lux-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.lux-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 28px;
  text-decoration: none;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.lux-btn.primary {
  background: var(--gold);
  color: #1f1a12;
  box-shadow: 0 18px 48px rgba(200,169,106,.25);
}

.lux-btn.ghost {
  color: white;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
}

.lux-btn:hover {
  transform: translateY(-3px);
}

.scroll-cue {
  position: absolute;
  bottom: 30px;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
}

.lux-section {
  padding: clamp(70px, 9vw, 128px) 0;
  position: relative;
}

.split-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.section-copy h2,
.center-heading h2,
.cta-panel h2 {
  margin: 14px 0 16px;
  color: var(--brown);
  font-size: clamp(2.1rem, 4.4vw, 4.4rem);
  line-height: 1.12;
}

.section-copy p,
.center-heading p,
.cta-panel p {
  color: rgba(74,52,40,.78);
  font-size: 1.08rem;
}

.signature-card,
.lux-card,
.facility-card,
.testimonial,
.cta-panel {
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(200,169,106,.22);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(74,52,40,.08);
  backdrop-filter: blur(12px);
}

.signature-card {
  margin-top: 24px;
  padding: 20px;
  display: grid;
  gap: 4px;
}

.photo-stack {
  position: relative;
}

.photo-stack img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: 0 34px 90px rgba(74,52,40,.18);
}

.glass-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 14px 18px;
  border-radius: 999px;
  color: white;
  background: rgba(20, 28, 18, .38);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.24);
  font-weight: 900;
}

.center-heading {
  text-align: center;
  width: min(760px, 100%);
  margin: 0 auto 38px;
}

.lux-card-grid,
.facility-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.lux-card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lux-card {
  padding: 26px;
  min-height: 230px;
  transition: transform .24s ease, box-shadow .24s ease;
}

.lux-card:hover,
.facility-card:hover,
.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 100px rgba(74,52,40,.14);
}

.lux-card span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(200,169,106,.18);
  font-size: 1.8rem;
}

.lux-card h3,
.facility-card h3,
.testimonial b {
  color: var(--brown);
}

.process-section {
  background: linear-gradient(135deg, rgba(85,107,47,.10), rgba(200,169,106,.12));
}

.lux-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.lux-timeline div {
  position: relative;
  padding: 24px 16px;
  border-radius: 26px;
  background: var(--ivory);
  border: 1px solid rgba(85,107,47,.16);
  text-align: center;
}

.lux-timeline span {
  color: var(--gold);
  font-weight: 900;
  display: block;
  margin-bottom: 8px;
}

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

.facility-card {
  overflow: hidden;
}

.facility-card div {
  height: 180px;
  background:
    linear-gradient(rgba(74,52,40,.08), rgba(74,52,40,.08)),
    url("../images/luxury-hero-horses.png") center / cover;
}

.facility-card h3,
.facility-card p {
  padding-inline: 22px;
}

.facility-card p {
  padding-bottom: 22px;
  color: rgba(74,52,40,.72);
}

.masonry-gallery {
  columns: 3 260px;
  column-gap: 18px;
}

.masonry-gallery img {
  width: 100%;
  display: block;
  margin: 0 0 18px;
  border-radius: 28px;
  break-inside: avoid;
  box-shadow: 0 24px 70px rgba(74,52,40,.14);
  transition: transform .24s ease, filter .24s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.masonry-gallery .tall {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.masonry-gallery .wide {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.testimonial {
  padding: 26px;
}

.avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-weight: 900;
}

.testimonial span {
  color: var(--gold);
  letter-spacing: 2px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(85,107,47,.92), rgba(74,52,40,.88)),
    url("../images/luxury-hero-horses.png") center / cover;
  color: white;
}

.cta-panel h2,
.cta-panel p {
  color: white;
}

.lux-footer {
  padding: 54px 0;
  background: var(--brown);
  color: rgba(255,255,255,.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.lux-footer img {
  width: 92px;
  background: white;
  border-radius: 50%;
  padding: 5px;
}

.lux-footer a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 8px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .lux-nav nav {
    display: none;
  }

  .split-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .lux-card-grid.five,
  .facility-grid,
  .testimonial-grid,
  .lux-timeline,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-panel {
    display: grid;
  }
}

@media (max-width: 640px) {
  .lux-nav {
    top: 10px;
    width: min(100% - 18px, 1180px);
  }

  .lux-brand span {
    display: none;
  }

  .lux-nav-cta {
    padding: 10px 12px;
    font-size: .9rem;
  }

  .resort-hero-content {
    border-radius: 30px;
    padding: 28px 18px;
  }

  .resort-hero h1 {
    font-size: 3.1rem;
  }

  .lux-card-grid.five,
  .facility-grid,
  .testimonial-grid,
  .lux-timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .lux-actions,
  .cta-panel {
    align-items: stretch;
  }

  .lux-btn {
    width: 100%;
  }
}

/* Camp home matching requested reference */
.camp-home {
  --camp-green: #5f6b2e;
  --camp-green-dark: #293019;
  --camp-gold: #c9a95f;
  --camp-cream: #f7f2e7;
  --camp-ivory: #fffdf8;
  --camp-brown: #2f241c;
  background:
    radial-gradient(circle at 0% 62%, rgba(95, 107, 46, .08), transparent 22rem),
    radial-gradient(circle at 100% 72%, rgba(95, 107, 46, .08), transparent 22rem),
    var(--camp-cream);
  color: var(--camp-brown);
}

.camp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 86px;
  display: grid;
  grid-template-columns: 260px 1fr 150px;
  align-items: center;
  gap: 22px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.08));
  backdrop-filter: blur(8px);
}

.camp-logo {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--camp-gold);
  text-decoration: none;
}

.camp-logo img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  filter: sepia(.3) saturate(1.2);
}

.camp-logo strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.camp-logo span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  letter-spacing: 1.4px;
  margin-top: 4px;
}

.camp-nav nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 34px);
}

.camp-nav nav a {
  position: relative;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-weight: 800;
  padding: 30px 0;
  transition: color .2s ease;
}

.camp-nav nav a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--camp-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.camp-nav nav a:hover,
.camp-nav nav a.active {
  color: var(--camp-gold);
}

.camp-nav nav a.admin-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: 38px;
  color: #fff;
  background: rgba(55, 67, 34, .42);
  border: 1px solid rgba(200, 169, 106, .55);
  border-radius: 20px;
  padding: 0 14px;
  font-size: .9rem;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.camp-nav nav a.admin-home-link::after {
  display: none;
}

.camp-nav nav a.admin-home-link:hover {
  color: #fff;
  background: rgba(85, 107, 47, .62);
}

.camp-nav nav a:hover::after,
.camp-nav nav a.active::after {
  transform: scaleX(1);
}

.camp-register-btn {
  justify-self: start;
  min-height: 48px;
  min-width: 116px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c833b, #59632d);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 15px 34px rgba(0,0,0,.2);
}

.camp-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 38%, rgba(0,0,0,.05) 70%, rgba(0,0,0,.18) 100%),
    url("../images/13.jpeg") center 62% / cover no-repeat;
  overflow: hidden;
}

.camp-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  left: -8%;
  bottom: -72px;
  height: 150px;
  background: var(--camp-cream);
  border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}

.camp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.10), transparent 19rem),
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.26));
}

.camp-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 80px;
  text-align: right;
}

.camp-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 12px 42px rgba(0,0,0,.4);
}

.camp-hero h1 span {
  color: var(--camp-gold);
}

.camp-hero p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.9;
}

.camp-hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.camp-primary,
.camp-secondary {
  min-width: 220px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.08rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.camp-primary {
  background: linear-gradient(135deg, #899442, #59632d);
  color: white;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.camp-secondary {
  border: 1px solid var(--camp-gold);
  color: #fff;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}

.camp-primary:hover,
.camp-secondary:hover {
  transform: translateY(-3px);
}

.camp-info-wrap {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 36px));
  margin: -40px auto 0;
}

.camp-info-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 26px 60px rgba(47,36,28,.16);
  backdrop-filter: blur(14px);
}

.camp-info-panel article {
  min-height: 168px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(47,36,28,.06);
  box-shadow: 0 10px 26px rgba(47,36,28,.06);
}

.info-icon {
  font-size: 2.2rem;
  filter: grayscale(.4) sepia(.35) saturate(1.3);
}

.camp-info-panel h3 {
  margin: 8px 0 4px;
  color: var(--camp-gold);
  font-size: 1.1rem;
}

.camp-info-panel p {
  margin: 0;
  color: var(--camp-brown);
  font-weight: 900;
  line-height: 1.65;
}

.camp-includes {
  padding: 54px 0 70px;
}

.camp-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 30px;
}

.camp-section-title span {
  width: 52px;
  height: 2px;
  background: var(--camp-gold);
  position: relative;
}

.camp-section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--camp-gold);
  border-left: 2px solid var(--camp-gold);
  transform: translateY(-50%) rotate(-45deg);
}

.camp-section-title span:first-child::after {
  left: -2px;
}

.camp-section-title span:last-child::after {
  right: -2px;
  transform: translateY(-50%) rotate(135deg);
}

.camp-section-title h2 {
  margin: 0;
  color: #3d4120;
  font-size: clamp(2rem, 4vw, 3rem);
}

.camp-activity-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.camp-activity-grid article {
  min-height: 198px;
  padding: 24px 16px;
  border-radius: 12px;
  text-align: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(47,36,28,.08);
  box-shadow: 0 16px 34px rgba(47,36,28,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.camp-activity-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(47,36,28,.12);
}

.camp-activity-grid div {
  font-size: 2.7rem;
  margin-bottom: 12px;
  filter: grayscale(.35) sepia(.4) saturate(1.2);
}

.camp-activity-grid h3 {
  margin: 0 0 8px;
  color: #2f341a;
  font-size: 1.15rem;
}

.camp-activity-grid p {
  margin: 0;
  color: rgba(47,36,28,.72);
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .camp-nav {
    grid-template-columns: 1fr auto;
  }

  .camp-nav nav {
    display: none;
  }

  .camp-logo {
    justify-self: end;
  }

  .camp-info-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .camp-nav {
    min-height: 74px;
    padding: 0 14px;
  }

  .camp-logo div {
    display: none;
  }

  .camp-logo img {
    width: 58px;
    height: 58px;
  }

  .camp-register-btn {
    min-width: 104px;
  }

  .camp-hero {
    min-height: 690px;
    background-position: 58% center;
  }

  .camp-hero-content {
    padding-top: 110px;
    text-align: center;
  }

  .camp-hero h1 {
    font-size: 3.25rem;
  }

  .camp-hero-actions {
    justify-content: center;
  }

  .camp-primary,
  .camp-secondary {
    width: 100%;
  }

  .camp-info-panel,
  .camp-activity-grid {
    grid-template-columns: 1fr;
  }

  .camp-info-wrap {
    margin-top: -26px;
  }
}

/* Admin cleanup + mobile control panel */
.admin-side-panel,
.admin-quick-actions {
  display: none !important;
}

.admin-site-return,
.admin-back-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #24462e;
  background: #fff0bf;
  text-decoration: none;
  font-weight: 950;
}

.admin-back-site {
  width: fit-content;
  margin: 0 auto 14px;
}

.admin-main table {
  min-width: 760px;
}

.admin-main .panel {
  overflow-x: auto;
}

@media (max-width: 980px) {
  .admin-dashboard-page {
    overflow-x: hidden;
  }

  .admin-layout {
    display: block;
    min-height: 100vh;
  }

  .sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
    height: auto;
    max-height: none;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    background:
      linear-gradient(135deg, rgba(25, 55, 33, .98), rgba(18, 42, 30, .98)),
      url("../images/camp-hero.png") center / cover no-repeat;
  }

  .admin-sidebar-brand {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    padding: 4px 6px 8px;
    margin: 0;
  }

  .admin-sidebar-brand .logo {
    width: 46px;
    height: 46px;
  }

  .admin-sidebar-brand span {
    display: none;
  }

  .sidebar > a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .sidebar {
    overflow-x: auto;
  }

  .sidebar > a:not(.admin-logout-link):not(.admin-site-return) {
    display: inline-flex;
    margin-inline-end: 6px;
  }

  .admin-main {
    padding: 14px 10px 26px;
  }

  .admin-topbar {
    position: sticky;
    top: 0;
    z-index: 15;
    margin: -14px -10px 14px;
    padding: 10px;
    border-radius: 0 0 18px 18px;
  }

  .admin-topbar-actions,
  .admin-topbar-actions a {
    width: 100%;
  }

  .admin-stats-wide,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .admin-main .stat,
  .admin-main .panel {
    border-radius: 14px;
  }

  .admin-main h1 {
    font-size: 1.25rem;
  }

  .filters,
  .admin-main .grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .admin-login-shell {
    padding: 14px;
  }

  .admin-login-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .admin-login-card .logo {
    width: 104px;
    height: 104px;
  }

  .admin-stats-wide,
  .stats {
    grid-template-columns: 1fr;
  }

  .admin-main table {
    min-width: 680px;
    font-size: .9rem;
  }

  .admin-main .panel {
    padding: 14px;
  }
}

/* Hard fix for mobile hamburger header */
@media (max-width: 760px) {
  body.camp-home .camp-nav,
  body.one-page-site .camp-nav {
    position: fixed !important;
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    min-height: 62px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
    z-index: 1000 !important;
  }

  body.camp-home .menu-toggle,
  body.one-page-site .menu-toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 0 !important;
    width: 46px !important;
    height: 46px !important;
    display: inline-grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.camp-home .camp-logo,
  body.one-page-site .camp-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    order: 0 !important;
    min-width: 0 !important;
  }

  body.camp-home .camp-logo img,
  body.one-page-site .camp-logo img {
    width: 48px !important;
    height: 48px !important;
  }

  body.camp-home .camp-logo div,
  body.one-page-site .camp-logo div {
    display: none !important;
  }

  body.camp-home .camp-register-btn,
  body.one-page-site .camp-register-btn {
    grid-column: 3 !important;
    grid-row: 1 !important;
    order: 0 !important;
    width: auto !important;
    min-width: 78px !important;
    min-height: 42px !important;
    padding: 9px 12px !important;
    font-size: .86rem !important;
  }

  body.camp-home .install-app-btn,
  body.one-page-site .install-app-btn {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    order: 0 !important;
  }

  body.camp-home .camp-nav nav#main-menu,
  body.one-page-site .camp-nav nav#main-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1002 !important;
    width: min(330px, 88vw) !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 86px 16px 22px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: linear-gradient(180deg, rgba(32,61,39,.99), rgba(24,33,19,.99)) !important;
    transform: translateX(105%) !important;
    transition: transform .2s ease !important;
  }

  body.menu-open .camp-nav nav#main-menu {
    transform: translateX(0) !important;
  }

  body.camp-home .menu-backdrop,
  body.one-page-site .menu-backdrop {
    z-index: 1001 !important;
  }
}

/* Camp registration page matching provided reference */
.camp-register-page {
  --reg-green: #59632d;
  --reg-green-dark: #303719;
  --reg-gold: #c9a95f;
  --reg-cream: #f7f1e6;
  --reg-card: rgba(255,255,255,.88);
  --reg-line: #eadfcd;
  --reg-text: #27231b;
  background:
    radial-gradient(circle at 0% 75%, rgba(89,99,45,.08), transparent 22rem),
    radial-gradient(circle at 100% 75%, rgba(89,99,45,.08), transparent 22rem),
    var(--reg-cream);
  color: var(--reg-text);
}

.register-nav {
  background: linear-gradient(180deg, rgba(0,0,0,.70), rgba(0,0,0,.12));
}

.register-hero {
  position: relative;
  min-height: 450px;
  padding-top: 98px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.12), rgba(245,241,232,.78) 48%, rgba(245,241,232,.96) 100%),
    url("../images/camp-hero.png") left center / cover no-repeat;
  overflow: hidden;
}

.register-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  left: -8%;
  bottom: -70px;
  height: 130px;
  background: var(--reg-cream);
  border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}

.register-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  justify-items: end;
  gap: 34px;
}

.register-hero-title {
  width: min(720px, 100%);
  text-align: right;
  padding-top: 26px;
}

.register-hero-title h1 {
  margin: 0;
  color: #201d16;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 1.18;
}

.register-hero-title h1 span {
  color: var(--reg-green);
}

.register-hero-title p {
  font-weight: 800;
  color: #333027;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.9;
}

.register-steps-card {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 24px 26px;
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(234,223,205,.8);
  box-shadow: 0 18px 46px rgba(47,36,28,.12);
  backdrop-filter: blur(14px);
}

.register-steps-card .step-indicator {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #1e1b15;
  padding: 0;
  min-height: auto;
  font-size: .88rem;
}

.register-steps-card .step-indicator:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(-50% + 28px);
  width: calc(100% - 44px);
  border-top: 1px dashed #c8beaa;
}

.register-steps-card .step-indicator span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d9cfbd;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.register-steps-card .step-indicator.active span {
  background: var(--reg-green);
  color: #fff;
  border-color: var(--reg-green);
}

.register-steps-card .step-indicator b {
  font-size: .9rem;
  white-space: nowrap;
}

.register-shell {
  width: min(1180px, calc(100% - 36px));
  margin: -36px auto 0;
  position: relative;
  z-index: 4;
}

.register-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 26px;
  align-items: start;
}

.register-main-card,
.side-card,
.important-notes {
  background: rgba(255,255,255,.9);
  border: 1px solid var(--reg-line);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(47,36,28,.08);
}

.register-main-card {
  padding: 20px 22px 24px;
}

.form-block-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-block-title span {
  color: var(--reg-green);
  font-size: 1.8rem;
}

.form-block-title h2 {
  margin: 0;
  color: var(--reg-green-dark);
}

.form-block-title p {
  margin: 4px 0 0;
  color: #887d6b;
  font-size: .95rem;
}

.register-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.register-grid.full,
.register-grid .full,
.register-main-card .full {
  grid-column: 1 / -1;
}

.camp-register-page .field {
  gap: 8px;
}

.camp-register-page label {
  color: #282319;
  font-size: .95rem;
}

.camp-register-page input,
.camp-register-page select,
.camp-register-page textarea {
  min-height: 48px;
  border: 1px solid #e2d7c6;
  border-radius: 9px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(0,0,0,.02);
}

.camp-register-page input:focus,
.camp-register-page select:focus,
.camp-register-page textarea:focus {
  border-color: var(--reg-green);
  box-shadow: 0 0 0 4px rgba(89,99,45,.12);
}

.payment-step-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  margin-bottom: 18px;
  align-items: stretch;
}

.register-deposit {
  margin: 0;
}

.confirm-panel {
  display: grid;
  gap: 14px;
  border: 1px solid var(--reg-line);
  border-radius: 12px;
  padding: 18px;
  background: #fffdf8;
}

.confirm-panel h3 {
  margin: 0;
  text-align: center;
  color: var(--reg-green-dark);
}

.confirm-panel div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #f8f3e8;
}

.register-actions {
  justify-content: center;
}

.register-actions button {
  min-width: 180px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6f7936, #46511f);
}

.secure-note {
  text-align: center;
  color: #8b806f;
  margin: 12px 0 0;
}

.register-side {
  display: grid;
  gap: 16px;
}

.side-card {
  padding: 20px;
}

.camp-summary-card {
  text-align: center;
  background: linear-gradient(180deg, #fff, #f6efe2);
}

.camp-summary-card img {
  width: 112px;
  margin-bottom: 10px;
}

.camp-summary-card h3,
.method-card h3,
.support-card h3 {
  color: var(--reg-green-dark);
  margin-top: 0;
}

.camp-summary-card p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  text-align: right;
  color: #4a4237;
  font-weight: 800;
}

.method-card ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.method-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.method-card b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--reg-green);
  color: white;
}

.method-card small {
  color: #7a705f;
}

.support-card {
  text-align: center;
}

.support-card a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--reg-green);
  color: white;
  text-decoration: none;
  font-weight: 900;
}

.important-notes {
  margin-top: 22px;
  padding: 20px;
}

.important-notes h3 {
  text-align: center;
  margin: 0 0 18px;
  color: var(--reg-green-dark);
}

.important-notes > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.important-notes article {
  text-align: center;
  padding: 10px 16px;
  border-left: 1px solid var(--reg-line);
}

.important-notes article:last-child {
  border-left: 0;
}

.important-notes b,
.important-notes span {
  display: block;
}

.important-notes b {
  color: var(--reg-green-dark);
  margin-bottom: 8px;
}

.important-notes span {
  color: #776d5c;
  font-size: .9rem;
}

.register-footer {
  margin-top: 34px;
  min-height: 250px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
  padding: 34px 9vw;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(42,50,22,.96), rgba(42,50,22,.78)),
    url("../images/luxury-hero-horses.png") center / cover;
}

.register-footer img {
  width: 92px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}

.register-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 8px 0;
}

@media (max-width: 1050px) {
  .register-layout {
    grid-template-columns: 1fr;
  }

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

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

  .important-notes > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .important-notes article {
    border: 1px solid var(--reg-line);
    border-radius: 10px;
  }
}

@media (max-width: 720px) {
  .register-hero {
    min-height: 560px;
    background-position: 30% center;
  }

  .register-hero-inner {
    justify-items: center;
  }

  .register-hero-title {
    text-align: center;
    padding-top: 40px;
  }

  .register-steps-card {
    grid-template-columns: repeat(5, 1fr);
    padding: 16px 8px;
    overflow-x: auto;
  }

  .register-steps-card .step-indicator b {
    display: none;
  }

  .register-main-card {
    padding: 16px;
  }

  .register-grid,
  .payment-step-layout,
  .register-side,
  .important-notes > div,
  .register-footer {
    grid-template-columns: 1fr;
  }

  .confirm-panel div {
    grid-template-columns: 1fr;
  }

  .register-actions button {
    width: 100%;
  }
}

/* Registration system board design */
.system-showcase {
  --board-green: #07522d;
  --board-green-2: #0d6b3d;
  --board-bg: #f5f0e6;
  --board-card: #fffdf8;
  --board-line: #ddd5c7;
  --board-ink: #1c211c;
  --board-muted: #62685f;
  --board-red: #d94b45;
  background:
    radial-gradient(circle at 20% 0%, rgba(13, 107, 61, .09), transparent 34rem),
    linear-gradient(180deg, #fbf7ef, #f2ebdf);
  color: var(--board-ink);
}

.system-page {
  width: min(1420px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 34px;
}

.system-hero {
  display: grid;
  grid-template-columns: 180px 1fr 290px;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}

.system-brand {
  text-align: center;
}

.system-brand img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  display: block;
  margin: 0 auto 4px;
}

.system-brand strong {
  display: block;
  font-size: 1.2rem;
  color: #111;
}

.system-brand span {
  display: block;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .4px;
}

.system-title {
  text-align: center;
}

.system-title h1 {
  margin: 0 0 6px;
  color: var(--board-green);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.system-title p {
  margin: 0;
  color: #111;
  font-size: clamp(1rem, 2vw, 1.55rem);
}

.system-details-card {
  background: rgba(255, 253, 248, .86);
  border: 1px solid var(--board-line);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 45px rgba(38, 31, 21, .08);
  display: grid;
  gap: 14px;
}

.system-details-card div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
  color: #101610;
}

.system-details-card span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e6f1e8;
}

.phone-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.phone-card {
  min-height: 548px;
  border: 5px solid #111;
  border-radius: 30px;
  background: var(--board-card);
  padding: 20px 16px 16px;
  box-shadow: 0 22px 38px rgba(28, 33, 28, .10);
  position: relative;
  display: flex;
  flex-direction: column;
}

.phone-card::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 44px;
  height: 4px;
  border-radius: 99px;
  background: #111;
  transform: translateX(-50%);
  opacity: .18;
}

.phone-status {
  font-size: .65rem;
  color: #111;
  margin-bottom: 18px;
}

.phone-card h2,
.phone-card h3 {
  margin: 0 0 14px;
  color: #111;
  text-align: center;
}

.phone-card p {
  color: var(--board-muted);
  margin: 0 0 12px;
}

.home-phone img {
  width: 92px;
  height: 92px;
  margin: 0 auto 8px;
  display: block;
}

.home-phone p {
  background: linear-gradient(90deg, var(--board-green), #6b8d55);
  color: white;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-weight: 800;
}

.home-phone ul {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 14px;
  font-weight: 700;
}

.phone-card small {
  display: block;
  margin-top: auto;
  text-align: center;
  color: #111;
  font-weight: 900;
}

.phone-card small b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: var(--board-green);
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.phone-button {
  min-height: 48px;
  border-radius: 10px;
  background: var(--board-green);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  margin-top: 14px;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.14);
}

.mini-steps {
  display: flex;
  justify-content: space-around;
  margin: 4px 0 20px;
}

.mini-steps span {
  width: 28px;
  height: 28px;
  border: 1px solid #c8c2b7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .78rem;
  background: #fff;
}

.mini-steps .active {
  background: var(--board-green);
  color: white;
  border-color: var(--board-green);
}

.phone-card label {
  color: #111;
  font-size: .82rem;
  margin: 9px 0 4px;
}

.fake-input {
  min-height: 42px;
  border: 1px solid #dfd8cd;
  border-radius: 8px;
  background: #fff;
  color: #aaa;
  padding: 10px;
  font-size: .82rem;
}

.fake-radio {
  display: flex;
  gap: 20px;
  margin: 12px 0;
  font-size: .86rem;
}

.fake-radio span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.fake-radio.stacked {
  flex-direction: column;
  gap: 10px;
}

.fake-radio .selected::before {
  border: 5px solid var(--board-green);
}

.trip-type,
.pay-tabs,
.chat-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.trip-type span,
.pay-tabs span,
.chat-actions span {
  background: #eee9de;
  border-radius: 6px;
  padding: 7px 9px;
  font-size: .78rem;
  font-weight: 800;
}

.trip-type span:first-child,
.pay-tabs .active {
  background: var(--board-green);
  color: white;
}

.deposit-box {
  border: 1px solid var(--board-line);
  background: #f5f0e6;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
  margin-bottom: 16px;
}

.deposit-box span,
.deposit-box small {
  display: block;
}

.deposit-box strong {
  display: block;
  font-size: 2.2rem;
  color: #111;
}

.bank-box,
.upload-box {
  border: 1px solid #dfd8cd;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: .82rem;
  margin-top: 10px;
}

.bank-box {
  line-height: 1.75;
  white-space: normal;
}

.upload-box {
  border-style: dashed;
}

.success-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #2a934a;
  color: white;
  display: grid;
  place-items: center;
  margin: 42px auto 20px;
  font-size: 3.8rem;
  font-weight: 900;
}

.request-number {
  background: #dfe3c8;
  color: #173b2b;
  border-radius: 8px;
  padding: 12px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin: 16px 0;
}

.success-offer {
  margin: 12px 0 10px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #3d4d27;
  background: linear-gradient(135deg, #fff6d1, #eef6df);
  border: 1px solid rgba(200, 169, 106, .45);
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(72, 78, 43, .08);
}

.integration-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.telegram-card,
.qr-card,
.attendance-card,
.attendance-stats,
.table-card {
  background: var(--board-card);
  border: 1px solid var(--board-line);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(28, 33, 28, .08);
  overflow: hidden;
}

.telegram-card h2,
.qr-card h2,
.attendance-card h2,
.attendance-stats h3 {
  margin: 0;
  background: var(--board-green);
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 1.35rem;
}

.chat-box {
  margin: 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--board-line);
  padding: 16px;
}

.chat-actions span:first-child {
  background: #1e8b45;
  color: #fff;
}

.chat-actions span:nth-child(2) {
  background: #d94b45;
  color: #fff;
}

.qr-demo {
  width: 110px;
  height: 110px;
  margin: 12px auto;
  border: 8px solid #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #111 50%, transparent 0) 0 0/20px 20px,
    linear-gradient(#111 50%, transparent 0) 0 0/20px 20px,
    #fff;
  box-shadow: inset 0 0 0 6px #111;
}

.qr-demo.large {
  width: 190px;
  height: 190px;
}

.qr-phone {
  margin: 16px;
  border: 5px solid #111;
  border-radius: 28px;
  padding: 24px 14px;
  text-align: center;
  background: #fff;
}

.scan-frame {
  position: relative;
  margin: 16px;
  border-radius: 18px;
  overflow: hidden;
  min-height: 310px;
}

.scan-frame img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  filter: saturate(.9);
}

.child-info {
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 16px;
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
}

.child-info b,
.child-info span,
.child-info strong {
  display: block;
}

.child-info strong {
  color: var(--board-green);
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 250px 1fr 300px;
  gap: 18px;
  margin-top: 34px;
  background: var(--board-card);
  border: 1px solid var(--board-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(28, 33, 28, .08);
}

.mock-sidebar {
  background: #102d2a;
  color: #fff;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.mock-sidebar img {
  width: 76px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
}

.mock-sidebar span {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.mock-dashboard {
  padding: 24px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.stats-row div {
  border: 1px solid var(--board-line);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  background: #fff;
}

.stats-row span {
  display: block;
  color: var(--board-muted);
}

.stats-row b {
  display: block;
  color: var(--board-green);
  font-size: 1.8rem;
}

.stats-row .red {
  color: var(--board-red);
}

.table-card {
  padding: 18px;
}

.table-card h3 {
  margin: 0 0 12px;
}

.table-card table {
  font-size: .9rem;
}

.status {
  border-radius: 6px;
  padding: 4px 8px;
}

.status.wait {
  background: #fff0c8;
  color: #9a6b00;
}

.status.ok {
  background: #e5f6e7;
  color: var(--board-green);
}

.dashboard-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 8px;
  background: var(--board-green);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  margin-top: 16px;
}

.attendance-stats {
  padding-bottom: 18px;
}

.donut {
  width: 180px;
  height: 180px;
  margin: 22px auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(#2f9b4e 0 74%, #dd4d45 74% 100%);
}

.donut span {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
}

.attendance-stats p {
  padding: 0 24px;
}

.green-dot,
.red-dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 8px;
}

.green-dot { background: #2f9b4e; }
.red-dot { background: #dd4d45; }

@media (max-width: 1180px) {
  .system-hero,
  .dashboard-preview {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .system-page {
    width: min(100% - 18px, 1420px);
  }

  .system-hero {
    text-align: center;
  }

  .system-title h1 {
    font-size: 2.35rem;
  }

  .phone-flow,
  .integration-row,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .phone-card {
    min-height: auto;
  }

  .dashboard-preview {
    border-radius: 18px;
  }

  .mock-dashboard {
    padding: 14px;
    overflow-x: auto;
  }
}

/* Actual pages using the same system visual language */
.form-page .compact-hero {
  grid-template-columns: 150px 1fr 300px;
  margin-bottom: 28px;
}

.form-page .system-title h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.actual-form-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 24px;
  align-items: start;
}

.register-preview-phone .phone-card {
  position: sticky;
  top: 18px;
}

.registration-device {
  background: var(--board-card);
  border: 5px solid #111;
  border-radius: 34px;
  padding: 24px;
  box-shadow: 0 24px 52px rgba(28, 33, 28, .12);
  min-height: 640px;
}

.device-top {
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.registration-device h2 {
  margin: 0 0 18px;
  color: #111;
  text-align: center;
}

.registration-device .steps {
  grid-template-columns: repeat(4, 1fr);
}

.registration-device .step-indicator {
  border-radius: 50%;
  aspect-ratio: 1;
  min-height: 0;
  width: 42px;
  justify-self: center;
  font-size: 0;
  position: relative;
  background: #fff;
  border-color: #bbb;
}

.registration-device .step-indicator::after {
  content: counter(step);
}

.registration-device .steps {
  counter-reset: step;
}

.registration-device .step-indicator {
  counter-increment: step;
}

.registration-device .step-indicator::after {
  font-size: .9rem;
  font-weight: 900;
}

.registration-device .step-indicator.active {
  background: var(--board-green);
  color: #fff;
}

.registration-device .grid {
  gap: 14px;
}

.registration-device input,
.registration-device select,
.registration-device textarea {
  border-radius: 9px;
  background: #fff;
  border-color: #dfd8cd;
}

.registration-device .notice,
.registration-device .fact {
  border-radius: 12px;
}

.registration-device .actions button {
  border-radius: 10px;
  background: var(--board-green);
}

.payment-board {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: start;
}

.payment-note-card,
.success-side {
  background: var(--board-card);
  border: 1px solid var(--board-line);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 42px rgba(28, 33, 28, .08);
}

.payment-note-card h2,
.success-side h1 {
  margin-top: 0;
  color: var(--board-green);
  font-size: clamp(2rem, 4vw, 3rem);
}

.payment-note-card .fact {
  margin-top: 16px;
}

.success-board {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
}

.big-success-phone {
  min-height: 620px;
}

.success-side img {
  width: 118px;
  display: block;
  margin-bottom: 18px;
}

.success-side .premium-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

@media (max-width: 980px) {
  .form-page .compact-hero,
  .actual-form-layout,
  .payment-board,
  .success-board {
    grid-template-columns: 1fr;
  }

  .register-preview-phone .phone-card {
    position: static;
  }

  .register-preview-phone {
    display: none;
  }

  .registration-device {
    border-width: 4px;
    padding: 18px;
  }

  .success-side .premium-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .registration-device {
    border-radius: 24px;
  }

  .registration-device .grid {
    grid-template-columns: 1fr;
  }

  .registration-device .steps {
    gap: 6px;
  }

  .registration-device .step-indicator {
    width: 34px;
  }
}

/* Premium shaded footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px) 18px;
  background:
    linear-gradient(135deg, rgba(23, 31, 16, .94), rgba(50, 43, 27, .88)),
    url("../images/luxury-hero-horses.png") center 58% / cover no-repeat;
  border-top: 1px solid rgba(200, 169, 106, .35);
  box-shadow: inset 0 32px 90px rgba(0, 0, 0, .42);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 10%, rgba(200, 169, 106, .24), transparent 26rem),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .58));
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 106, .72), transparent);
}

.footer-contact {
  width: min(1160px, 100%);
  min-height: 160px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.footer-contact h2 {
  color: #fff8df;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.footer-contact p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
}

.footer-socials {
  gap: 12px;
}

.footer-social {
  min-height: 54px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

.footer-social svg {
  width: 24px;
  height: 24px;
}

.footer-social.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c4a);
}

.footer-social.instagram {
  background: linear-gradient(135deg, #6d28d9, #d62976 52%, #f59e0b);
}

.footer-social.waze {
  background: linear-gradient(135deg, #33c3f0, #1474aa);
}

@media (max-width: 720px) {
  .site-footer {
    padding: 34px 14px;
  }

  .footer-contact {
    border-radius: 22px;
  }
}

/* Header brand text */
.camp-logo div {
  display: block !important;
  text-align: right;
  line-height: 1.15;
}

.camp-logo strong {
  display: block;
  color: #fff8df;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.42rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 8px 22px rgba(0,0,0,.35);
  white-space: nowrap;
}

.camp-logo span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .camp-logo {
    gap: 8px;
  }

  .camp-logo strong {
    font-size: .9rem;
    letter-spacing: .05em;
  }

  .camp-logo span {
    font-size: .62rem;
  }
}

/* Softer typography pass */
body.camp-home,
body.camp-register-page {
  font-family: "Segoe UI", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.camp-home h1,
.camp-home h2,
.camp-home h3,
.camp-register-page h1,
.camp-register-page h2,
.camp-register-page h3 {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.camp-hero h1,
.register-hero-title h1 {
  font-weight: 700 !important;
  line-height: 1.16;
}

.camp-hero-content > p,
.register-hero-title p,
.camp-info-panel p,
.camp-activity-grid p,
.home-register-cta p,
.footer-contact p {
  font-weight: 400 !important;
  line-height: 1.9;
}

.camp-nav nav a,
.camp-register-btn,
.camp-primary,
.camp-secondary,
.footer-social {
  font-weight: 600 !important;
}

.camp-logo strong {
  color: #fff7df;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(.95rem, 1.35vw, 1.22rem);
  font-weight: 650 !important;
  letter-spacing: .045em !important;
  text-shadow: 0 6px 18px rgba(0,0,0,.28);
}

.camp-logo span {
  color: rgba(255,255,255,.68);
  font-size: .68rem;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
}

@media (max-width: 720px) {
  .camp-logo strong {
    font-size: .82rem;
    letter-spacing: .025em !important;
  }

  .camp-logo span {
    font-size: .56rem;
    letter-spacing: .055em !important;
  }
}

/* Registration hero calmer title */
.camp-register-page .register-hero-title {
  width: min(680px, 100%);
  padding-top: 18px;
}

.camp-register-page .register-hero-title h1 {
  max-width: 680px;
  margin: 0;
  color: #1f1d17;
  font-size: clamp(2.05rem, 4.2vw, 3.85rem) !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-wrap: balance;
}

.camp-register-page .register-hero-title h1 span {
  color: #59632d;
  font-weight: 700 !important;
}

.camp-register-page .register-hero-title p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(31, 29, 23, .82);
  font-size: clamp(.98rem, 1.35vw, 1.12rem) !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}

@media (max-width: 720px) {
  .camp-register-page .register-hero-title {
    padding-top: 22px;
  }

  .camp-register-page .register-hero-title h1 {
    font-size: clamp(1.9rem, 9vw, 2.75rem) !important;
    line-height: 1.22 !important;
  }

  .camp-register-page .register-hero-title p {
    font-size: .98rem !important;
  }
}

/* Registration page layout polish */
.camp-register-page .register-hero {
  min-height: 520px;
}

.camp-register-page .register-hero-inner {
  width: min(1280px, calc(100% - 44px));
  gap: 26px;
}

.camp-register-page .register-steps-card {
  width: min(860px, 100%);
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(47, 36, 28, .12);
}

.camp-register-page .register-steps-card .step-indicator {
  gap: 8px;
  font-weight: 600 !important;
}

.camp-register-page .register-steps-card .step-indicator span {
  width: 44px;
  height: 44px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(47, 36, 28, .07);
}

.camp-register-page .register-steps-card .step-indicator b {
  font-size: .88rem;
  font-weight: 650;
}

.camp-register-page .register-shell {
  width: min(1320px, calc(100% - 44px));
  margin-top: -54px;
}

.camp-register-page .register-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
}

.camp-register-page .register-main-card,
.camp-register-page .side-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(226, 215, 198, .88);
  box-shadow: 0 24px 70px rgba(47, 36, 28, .10);
}

.camp-register-page .register-main-card {
  padding: clamp(22px, 3vw, 34px);
}

.camp-register-page .form-block-title {
  margin-bottom: 24px;
}

.camp-register-page .form-block-title span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #f1eadc;
  font-size: 1.45rem;
}

.camp-register-page .form-block-title h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700 !important;
}

.camp-register-page .register-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.camp-register-page label {
  color: #2b281f;
  font-size: .93rem;
  font-weight: 650;
}

.camp-register-page input,
.camp-register-page select,
.camp-register-page textarea {
  min-height: 54px;
  border-radius: 14px;
  padding: 13px 16px;
  font-size: .98rem;
  background: #fffefb;
}

.camp-register-page .payment-step-layout {
  grid-template-columns: 210px minmax(0, 1fr);
}

.camp-register-page .register-side {
  gap: 14px;
}

.camp-register-page .side-card {
  padding: 18px;
}

.camp-register-page .camp-summary-card img {
  width: 118px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(47, 36, 28, .12);
}

.camp-register-page .camp-summary-card p {
  display: block;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.75;
  margin: 12px 0;
}

.camp-register-page .method-card li {
  grid-template-columns: 30px 1fr;
}

.camp-register-page .support-card a {
  border-radius: 999px;
  font-weight: 700 !important;
}

.camp-register-page .support-card a.support-whatsapp {
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c4a);
  box-shadow: 0 14px 34px rgba(18, 140, 74, .22);
}

.camp-register-page .support-card a.support-whatsapp svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  flex: 0 0 auto;
}

.camp-register-page .register-actions {
  margin-top: 30px;
}

.camp-register-page .register-actions button {
  min-width: 170px;
  min-height: 50px;
  font-weight: 650 !important;
  box-shadow: 0 14px 34px rgba(70, 81, 31, .16);
}

@media (max-width: 1050px) {
  .camp-register-page .register-layout {
    grid-template-columns: 1fr;
  }

  .camp-register-page .register-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .camp-register-page .register-hero {
    min-height: 610px;
  }

  .camp-register-page .register-hero-inner,
  .camp-register-page .register-shell {
    width: min(100% - 24px, 1320px);
  }

  .camp-register-page .register-shell {
    margin-top: -44px;
  }

  .camp-register-page .register-grid,
  .camp-register-page .payment-step-layout,
  .camp-register-page .register-side {
    grid-template-columns: 1fr;
  }
}

/* Move registration hero content to the right */
.camp-register-page .register-hero-inner {
  margin-right: clamp(24px, 6vw, 110px);
  margin-left: auto;
  justify-items: start;
}

.camp-register-page .register-hero-title {
  text-align: right;
}

.camp-register-page .register-steps-card {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 720px) {
  .camp-register-page .register-hero-inner {
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
  }

.camp-register-page .register-hero-title {
    text-align: center;
  }
}

/* Premium admin dashboard inspired by the provided reference */
.admin-login-page,
.admin-dashboard-page {
  background:
    linear-gradient(135deg, rgba(247, 244, 237, .92), rgba(255, 255, 255, .86)),
    url("../images/camp-hero.png") center / cover fixed no-repeat;
  color: #202018;
  font-family: "Segoe UI", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.admin-login-card {
  width: min(100%, 430px);
  padding: 38px 34px;
  border-radius: 16px;
  border: 1px solid rgba(85, 107, 47, .12);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(44, 50, 28, .16);
  backdrop-filter: blur(14px);
  text-align: center;
}

.admin-login-card .logo {
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 8px;
  margin: 0 auto 18px;
  box-shadow: 0 16px 34px rgba(42, 48, 25, .12);
}

.admin-login-card h1 {
  margin: 0 0 8px;
  color: #24351f;
  font-size: 1.65rem;
}

.admin-login-card p,
.admin-login-card small {
  color: #716a5d;
}

.admin-login-card .grid {
  gap: 14px;
  margin-top: 22px;
  text-align: right;
}

.admin-login-card input {
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #ded8cd;
  background: rgba(255,255,255,.92);
}

.admin-login-card button {
  border-radius: 10px;
  background: linear-gradient(135deg, #24462e, #4e642f);
  box-shadow: 0 14px 28px rgba(36, 70, 46, .22);
}

.admin-layout {
  direction: rtl;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 0;
  background: rgba(247, 244, 237, .76);
}

.sidebar {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px 16px;
  background:
    linear-gradient(180deg, rgba(25, 55, 33, .96), rgba(18, 42, 30, .98)),
    url("../images/camp-hero.png") center / cover no-repeat;
  color: #fff;
  box-shadow: -18px 0 44px rgba(24, 38, 22, .13);
}

.admin-sidebar-brand {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 8px 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  margin-bottom: 12px;
}

.admin-sidebar-brand .logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin: 0;
}

.admin-sidebar-brand strong {
  font-size: 1rem;
  color: #fff8e8;
}

.admin-sidebar-brand span {
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}

.sidebar a {
  color: rgba(255,255,255,.88);
  padding: 12px 13px;
  border-radius: 9px;
  font-weight: 600;
}

.sidebar a:hover,
.sidebar a.active {
  background: rgba(255,255,255,.13);
  color: #fff;
}

.sidebar .admin-logout-link {
  margin-top: 26px;
  color: #ffe0d8;
}

.admin-main {
  grid-column: 1;
  grid-row: 1;
  padding: 18px 22px 32px;
  background: rgba(255,255,255,.58);
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  margin: -18px -22px 22px;
  padding: 10px 22px;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(85, 107, 47, .1);
  box-shadow: 0 8px 24px rgba(42, 48, 25, .07);
  backdrop-filter: blur(12px);
}

.admin-welcome {
  display: grid;
  gap: 2px;
}

.admin-welcome span {
  color: #21361f;
  font-weight: 800;
}

.admin-welcome small {
  color: #7f7668;
}

.admin-topbar-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-topbar-actions a {
  text-decoration: none;
  color: #24462e;
  background: #f3f0e7;
  border: 1px solid rgba(85, 107, 47, .12);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 700;
}

.admin-main h1 {
  margin: 0 0 18px;
  color: #1f2d1c;
  font-size: 1.45rem;
}

.admin-main h2 {
  color: #29391f;
  font-size: 1.05rem;
}

.admin-stats-wide,
.stats {
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 14px;
}

.admin-main .stat,
.admin-main .panel,
.admin-main table {
  border: 1px solid rgba(85, 107, 47, .11);
  background: rgba(255,255,255,.9);
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(46, 52, 27, .07);
}

.admin-main .stat {
  min-height: 102px;
  display: grid;
  align-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.admin-main .stat::before {
  content: "";
  position: absolute;
  inset-inline-start: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(85,107,47,.15), rgba(200,169,106,.18));
}

.admin-main .stat span {
  color: #5e6755;
  font-weight: 700;
}

.admin-main .stat strong {
  color: #40562a;
  font-size: 2rem;
  letter-spacing: 0;
}

.admin-dashboard-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
}

.admin-main .panel {
  padding: 18px;
}

.admin-main table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.admin-main th {
  background: #f8f6f0;
  color: #5a614a;
  font-size: .86rem;
}

.admin-main td {
  background: rgba(255,255,255,.72);
}

.badge {
  font-weight: 800;
}

.admin-main .btn,
.admin-main button {
  border-radius: 8px;
}

.admin-hero-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid rgba(85, 107, 47, .12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(246,241,231,.9)),
    radial-gradient(circle at 12% 20%, rgba(200,169,106,.16), transparent 28%);
  box-shadow: 0 18px 44px rgba(46, 52, 27, .08);
}

.admin-hero-panel span,
.panel-heading span {
  display: block;
  color: #8a7b59;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.admin-hero-panel h1 {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.admin-hero-panel p {
  margin: 0;
  color: #6f675a;
  font-weight: 500;
}

.admin-hero-badge {
  min-width: 112px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #edf3e6, #fff9ea);
  border: 1px solid rgba(85,107,47,.13);
  text-align: center;
}

.admin-hero-badge b {
  display: block;
  color: #40562a;
  font-size: 1.15rem;
}

.admin-hero-badge small {
  color: #807766;
}

.admin-main .stat {
  padding-inline-start: 78px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.admin-main .stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(46, 52, 27, .11);
}

.admin-main .stat::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  color: #506433;
  font-size: 1.05rem;
  font-weight: 900;
}

.admin-main .stat small {
  color: #8a8376;
  font-size: .78rem;
  font-weight: 700;
}

.stat-pending::before { background: linear-gradient(135deg, #fff6d8, #f4e2a6) !important; color: #8a6500 !important; }
.stat-confirmed::before { background: linear-gradient(135deg, #e3f5e9, #ccebd8) !important; color: #247044 !important; }
.stat-rejected::before { background: linear-gradient(135deg, #ffe8e8, #ffd1d1) !important; color: #a23535 !important; }
.stat-attendance::before { background: linear-gradient(135deg, #eaf0ff, #d8e3ff) !important; color: #385a9d !important; }
.stat-money::before { background: linear-gradient(135deg, #fff8de, #ead394) !important; color: #7a5c12 !important; }
.stat-offer::before { background: linear-gradient(135deg, #f1f6df, #ffe9a8) !important; color: #506433 !important; }

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.panel-heading h2 {
  margin: 0;
}

.admin-side-panel .fact {
  margin-bottom: 10px;
  background: #fbfaf6;
}

.admin-quick-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.admin-quick-actions a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  align-content: center;
  padding: 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #24351f;
  border: 1px solid rgba(85,107,47,.12);
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 36px rgba(46, 52, 27, .07);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.admin-quick-actions a:hover {
  transform: translateY(-3px);
  border-color: rgba(85,107,47,.3);
  background: #fff;
}

.admin-quick-actions b {
  font-size: 1rem;
}

.admin-quick-actions span {
  color: #746c60;
  font-size: .86rem;
  line-height: 1.7;
}

.admin-main .filters {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(85,107,47,.1);
  box-shadow: 0 12px 30px rgba(46, 52, 27, .05);
}

.admin-main input,
.admin-main select,
.admin-main textarea {
  border-radius: 10px;
  border: 1px solid #ddd7cb;
  background: #fffefb;
}

.admin-main table a {
  color: #40562a;
  font-weight: 800;
}

.admin-main tbody tr {
  transition: background .16s ease;
}

.admin-main tbody tr:hover td {
  background: #fbfaf5;
}

.friends-discount-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #556b2f, #34451f);
  box-shadow: 0 14px 28px rgba(45, 62, 31, .2);
  transition: transform .18s ease, box-shadow .18s ease;
}

.friends-discount-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(45, 62, 31, .26);
}

.friends-discount-link.light-share {
  margin-inline-start: 8px;
  color: #3b4d28;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(85,107,47,.18);
  box-shadow: 0 10px 22px rgba(45, 62, 31, .1);
}

.friends-offer-register {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  margin-bottom: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(200, 169, 106, .45);
  color: #3c4c27;
  background: linear-gradient(135deg, #fff8df, #f1f7e9);
  box-shadow: 0 16px 36px rgba(76, 83, 45, .08);
}

.friends-offer-register span {
  color: #8a6a1e;
  font-weight: 900;
}

.friends-offer-register strong {
  font-size: 1.05rem;
}

.friends-offer-register small {
  color: #6d6759;
  font-weight: 700;
}

.share-status-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(245,241,232,.92), rgba(255,255,255,.96)),
    url('../images/camp-hero.png') center/cover fixed;
}

.share-status-shell {
  width: min(100% - 30px, 960px);
  margin: 120px auto 60px;
}

.share-status-card {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(85,107,47,.14);
  background: rgba(255,255,255,.88);
  box-shadow: 0 28px 70px rgba(43, 51, 30, .14);
  backdrop-filter: blur(18px);
}

.share-kicker {
  display: inline-flex;
  padding: 8px 15px;
  border-radius: 999px;
  color: #6a541f;
  background: #fff5d0;
  font-weight: 900;
}

.share-status-card h1 {
  margin: 16px 0 10px;
  color: #2c3c21;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.share-status-card > p {
  max-width: 760px;
  color: #625a4e;
  font-size: 1.05rem;
  line-height: 1.9;
}

.share-code-form,
.share-link-box {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.share-code-form label,
.share-link-box label {
  color: #314322;
  font-weight: 900;
}

.share-code-form input,
.share-link-box input {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid #d9d1c0;
  background: #fff;
  color: #2f2a22;
  font-size: 1rem;
  font-weight: 800;
}

.share-code-form button {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #556b2f, #34451f);
  font-weight: 900;
  cursor: pointer;
}

.share-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 22px;
}

.share-progress div {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #fbf8ef);
  border: 1px solid rgba(85,107,47,.12);
}

.share-progress small {
  display: block;
  color: #7b725f;
  font-weight: 800;
  margin-bottom: 6px;
}

.share-progress strong {
  color: #334621;
  font-size: 1.55rem;
}

.share-dots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.share-dots span {
  display: grid;
  place-items: center;
  height: 58px;
  border-radius: 18px;
  color: #7b725f;
  background: #f2efe7;
  border: 1px solid rgba(85,107,47,.12);
  font-weight: 900;
}

.share-dots span.done {
  color: #fff;
  background: linear-gradient(135deg, #6b7d39, #34451f);
  box-shadow: 0 14px 28px rgba(52, 69, 31, .18);
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 720px) {
  .share-status-shell {
    margin-top: 96px;
  }

  .share-progress {
    grid-template-columns: 1fr;
  }

  .share-dots {
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .sidebar,
  .admin-main {
    grid-column: 1;
  }

  .sidebar {
    position: static;
    height: auto;
  }

  .admin-stats-wide,
  .admin-main .stats,
  .admin-dashboard-grid,
  .admin-quick-actions {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    position: static;
    margin: -18px -22px 18px;
  }

  .admin-hero-panel,
  .admin-topbar,
  .panel-heading {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Polished success page */
.success-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(247, 244, 237, .92), rgba(255, 255, 255, .8)),
    url("../images/camp-hero.png") center / cover fixed no-repeat;
  color: #202018;
  font-family: "Segoe UI", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.success-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 58px) 0;
  display: grid;
  align-content: center;
  gap: 18px;
}

.success-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(85, 107, 47, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 30px 90px rgba(42, 48, 25, .16);
  backdrop-filter: blur(16px);
}

.success-copy {
  min-height: 560px;
  padding: clamp(26px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,244,234,.82)),
    radial-gradient(circle at 12% 18%, rgba(200, 169, 106, .18), transparent 25rem);
}

.success-brand {
  position: absolute;
  top: 24px;
  inset-inline-start: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #26351f;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .04em;
}

.success-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  box-shadow: 0 12px 28px rgba(42, 48, 25, .12);
}

.success-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #6a541f;
  background: #fff5d0;
  font-weight: 900;
}

.success-copy h1,
.success-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #24351f;
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.success-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #645f55;
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.95;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.success-primary,
.success-secondary,
.success-share {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}

.success-primary,
.success-share {
  color: #fff;
  background: linear-gradient(135deg, #24462e, #556b2f);
  box-shadow: 0 16px 34px rgba(36, 70, 46, .22);
}

.success-secondary {
  color: #314322;
  border: 1px solid rgba(85, 107, 47, .18);
  background: rgba(255,255,255,.82);
}

.success-ticket {
  padding: clamp(26px, 4vw, 46px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  border-inline-start: 1px solid rgba(85, 107, 47, .12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,239,229,.88)),
    radial-gradient(circle at 50% 0%, rgba(85, 107, 47, .14), transparent 22rem);
}

.ticket-mark {
  width: 116px;
  height: 116px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2f9b4e, #1f6f3b);
  box-shadow: 0 20px 44px rgba(31, 111, 59, .22);
}

.ticket-mark::before {
  content: "";
  width: 30px;
  height: 58px;
  border: solid white;
  border-width: 0 8px 8px 0;
  transform: rotate(42deg) translate(-2px, -4px);
  border-radius: 4px;
}

.ticket-label {
  color: #807766;
  font-weight: 900;
}

.success-ticket .request-number {
  width: 100%;
  margin: 12px 0 18px;
  padding: 22px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e7ead4, #f8f0cf);
  color: #173b2b;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: .03em;
  box-shadow: inset 0 0 0 1px rgba(85, 107, 47, .1);
}

.success-ticket p {
  margin: 0;
  color: #625a4e;
  font-size: 1.04rem;
  line-height: 1.9;
}

.success-ticket .success-offer {
  width: 100%;
  margin: 18px 0 0;
  border-radius: 18px;
  text-align: center;
  line-height: 1.8;
}

.success-share {
  width: 100%;
  margin-top: 14px;
}

.success-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.success-next article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(85, 107, 47, .13);
  border-radius: 18px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 46px rgba(42, 48, 25, .08);
}

.success-next span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: #506433;
  background: #f1eadc;
  font-weight: 900;
}

.success-next h2 {
  margin: 0 0 4px;
  color: #24351f;
  font-size: 1.12rem;
}

.success-next p {
  margin: 0;
  color: #716a5d;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .success-hero,
  .success-next {
    grid-template-columns: 1fr;
  }

  .success-copy {
    min-height: auto;
    padding-top: 106px;
  }

  .success-ticket {
    border-inline-start: 0;
    border-top: 1px solid rgba(85, 107, 47, .12);
  }
}

@media (max-width: 560px) {
  .success-shell {
    width: min(100% - 20px, 1180px);
    padding: 14px 0 22px;
  }

  .success-hero {
    border-radius: 22px;
  }

  .success-copy,
  .success-ticket,
  .success-next article {
    padding-inline: 20px;
  }

  .success-brand {
    top: 18px;
    inset-inline-start: 20px;
  }

  .success-brand span {
    display: none;
  }

  .success-actions a {
    width: 100%;
  }

  .ticket-mark {
    width: 96px;
    height: 96px;
  }
}

/* One-page home + registration flow */
.one-page-site {
  scroll-padding-top: 96px;
}

.one-page-site .camp-nav {
  z-index: 50;
}

.one-page-register {
  position: relative;
  padding: 26px 0 76px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(247,244,237,.96)),
    radial-gradient(circle at 12% 12%, rgba(200,169,106,.16), transparent 28rem);
}

.one-page-success {
  padding: 34px 0 74px;
  background:
    linear-gradient(180deg, rgba(247,244,237,.96), rgba(255,255,255,.78)),
    radial-gradient(circle at 80% 20%, rgba(85,107,47,.12), transparent 26rem);
}

.one-page-success .success-shell {
  min-height: auto;
  padding: 0;
}

.one-page-register-title {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 26px;
  text-align: center;
}

.one-page-register-title span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #6a541f;
  background: #fff5d0;
  font-weight: 900;
}

.one-page-register-title h2 {
  margin: 0 0 10px;
  color: #24351f;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.15;
}

.one-page-register-title p {
  max-width: 780px;
  margin: 0 auto;
  color: #665f52;
  font-size: 1.05rem;
  line-height: 1.9;
}

.one-page-site .register-shell {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
}

.one-page-site .register-main-card {
  overflow: hidden;
}

.one-page-site .register-steps-card {
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.one-page-site .register-steps-card .step-indicator {
  min-height: 72px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 38px 1fr;
  justify-content: start;
  text-align: right;
  background: #fbfaf5;
  border: 1px solid rgba(85,107,47,.12);
}

.one-page-site .register-steps-card .step-indicator span {
  width: 38px;
  height: 38px;
  margin: 0;
}

.one-page-site .register-steps-card .step-indicator.active {
  color: #fff;
  background: linear-gradient(135deg, #24462e, #556b2f);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(36,70,46,.16);
}

.one-page-site .register-steps-card .step-indicator.active span {
  color: #24462e;
  background: #fff;
}

.one-page-site .home-register-cta {
  margin-bottom: 34px;
}

.one-page-site .secure-note {
  margin: 14px 0 0;
  color: #746c60;
  text-align: center;
  font-size: .92rem;
}

@media (max-width: 1050px) {
  .one-page-site .register-steps-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .one-page-register {
    padding-bottom: 44px;
  }

  .one-page-site .register-shell {
    width: min(100% - 22px, 1320px);
    margin-top: 0;
  }

  .one-page-site .register-steps-card {
    grid-template-columns: 1fr;
  }

  .one-page-site .register-steps-card .step-indicator {
    min-height: 58px;
  }
}

/* Final one-page polish */
.one-page-site {
  background: #fbfaf6;
}

.one-page-site main {
  overflow: hidden;
}

.camp-nav nav {
  flex-wrap: wrap;
}

.camp-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(76px, 1fr));
  gap: 10px;
  width: min(520px, 100%);
  margin: 24px 0 0;
}

.camp-countdown div {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.camp-countdown strong {
  display: block;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.camp-countdown span {
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  font-weight: 800;
}

.camp-about,
.daily-program,
.testimonials-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-cards article,
.program-grid article,
.testimonial-slide,
.water-day-form {
  border: 1px solid rgba(85,107,47,.13);
  background: rgba(255,255,255,.9);
  box-shadow: 0 22px 60px rgba(46,52,27,.08);
}

.water-day-form .full {
  grid-column: 1 / -1;
}

.water-payment-box,
.water-proof-upload {
  display: block;
  border: 1px solid rgba(85, 107, 47, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 247, 213, .72), rgba(255, 255, 255, .94));
  padding: 14px 16px;
  margin-top: 12px;
}

.water-payment-box b {
  display: block;
  color: #26351f;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.water-payment-box p {
  margin: 0;
  color: #574b38;
  line-height: 1.8;
  font-weight: 800;
}

.water-proof-upload input {
  margin-top: 10px;
}

.water-terms {
  margin-top: 12px;
}

.about-cards article {
  min-height: 150px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 24px;
  border-radius: 22px;
}

.about-cards b {
  color: #26351f;
  font-size: 1.18rem;
}

.about-cards span {
  color: #716a5d;
  line-height: 1.8;
}

.daily-program {
  padding-top: 42px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 14px;
}

.program-grid article {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.program-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #c8a96a, #556b2f, #24462e);
}

.program-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  margin: 4px 0 16px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 34px rgba(46, 52, 27, .14);
}

.program-grid article:hover,
.camp-activity-grid article:hover,
.about-cards article:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(46,52,27,.13);
}

.program-grid small {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #6a541f;
  background: #fff5d0;
  font-weight: 900;
}

.program-grid h3 {
  margin: 16px 0 12px;
  color: #24351f;
}

.program-grid ul,
.water-day-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.program-grid li,
.water-day-banner li {
  color: #625a4e;
  line-height: 1.7;
}

.program-grid li::before,
.water-day-banner li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-inline-end: 8px;
  border-radius: 50%;
  color: white;
  background: #556b2f;
  font-size: .78rem;
  font-weight: 900;
}

.surprise-box {
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(200,169,106,.42);
  border-radius: 26px;
  color: #332b20;
  background:
    linear-gradient(135deg, rgba(255,248,224,.96), rgba(237,246,229,.92)),
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.74), transparent 16rem);
  box-shadow: 0 24px 62px rgba(76,83,45,.1);
}

.surprise-box strong {
  display: block;
  margin-bottom: 10px;
  color: #334621;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.surprise-box p {
  margin: 0;
  color: #625a4e;
  font-size: 1.06rem;
  line-height: 2;
}

.program-grid {
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  align-items: stretch;
}

.program-grid .program-card {
  isolation: isolate;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  color: #fff;
  border: 0;
  background: var(--program-bg, #24462e);
  box-shadow: 0 24px 60px rgba(35, 41, 28, .16);
  animation: programCardIn .7s ease both;
}

.program-grid .program-card:nth-child(2) { animation-delay: .08s; }
.program-grid .program-card:nth-child(3) { animation-delay: .16s; }
.program-grid .program-card:nth-child(4) { animation-delay: .24s; }
.program-grid .program-card:nth-child(5) { animation-delay: .32s; }

.program-grid .program-card::before {
  height: auto;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.28), transparent 9rem),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0));
  z-index: -1;
}

.program-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  transform: rotate(14deg);
  opacity: .42;
  pointer-events: none;
}

.program-burgundy { --program-bg: linear-gradient(145deg, #772d42, #a6465c); }
.program-blue { --program-bg: linear-gradient(145deg, #1d5f86, #2f83b7); }
.program-green { --program-bg: linear-gradient(145deg, #246445, #4b8b52); }
.program-orange { --program-bg: linear-gradient(145deg, #b45f21, #db8a33); }
.program-purple { --program-bg: linear-gradient(145deg, #57418f, #7b55b8); }

.program-grid .program-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 34px 80px rgba(35, 41, 28, .24);
}

.program-grid .program-card small {
  width: fit-content;
  color: rgba(255,255,255,.94);
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(10px);
}

.program-grid .program-card h3,
.program-grid .program-card li {
  color: #fff;
}

.program-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-heading span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 1.6rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.program-heading h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.35;
}

.program-substation {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.program-substation span {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 14px;
}

.program-grid .program-card ul {
  gap: 10px;
  margin-top: 0;
}

.program-grid .program-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 800;
}

.program-item-text {
  display: grid;
  gap: 4px;
}

.program-item-text small {
  color: rgba(255,255,255,.84);
  font-weight: 800;
  line-height: 1.65;
}

.program-grid .program-card li::before {
  flex: 0 0 22px;
  margin-inline-end: 0;
  color: #26351f;
  background: rgba(255,255,255,.92);
}

.program-grid .program-card .program-photo {
  margin: 0;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
}

.rest-station {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding: 14px;
  border-radius: 18px;
  color: #25311e;
  background: rgba(255, 247, 213, .96);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 12px 28px rgba(0,0,0,.10);
}

.rest-station b,
.rest-station span,
.rest-station strong {
  display: block;
}

.rest-station b {
  font-size: 1.02rem;
}

.rest-station span {
  color: #5c4c2f;
  line-height: 1.75;
  font-weight: 800;
  font-size: .93rem;
}

.rest-station strong {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(92, 76, 47, .18);
  color: #7a3f17;
  line-height: 1.7;
  font-size: .93rem;
}

.meal-note {
  display: grid;
  gap: 4px;
  margin-top: 0;
  padding: 13px 14px;
  border-radius: 18px;
  color: #25311e;
  background: rgba(255, 247, 213, .96);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.meal-note b,
.meal-note span {
  display: block;
}

.meal-note span {
  color: #5c4c2f;
  line-height: 1.7;
  font-weight: 800;
}

.meal-alert-card {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,240,191,.25), transparent 14rem),
    linear-gradient(135deg, #23391f, #52662f 55%, #7a6030);
  box-shadow: 0 26px 68px rgba(38, 53, 31, .18);
}

.meal-alert-card > span {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.16);
  font-size: 2rem;
}

.meal-alert-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.meal-alert-card p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-weight: 800;
}

@keyframes programCardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-grid .program-card {
    animation: none;
  }
}

.activities-section {
  padding-top: 58px;
}

.water-day-banner {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 62px;
  display: grid;
  grid-template-columns: minmax(360px, .96fr) minmax(0, 1.04fr);
  gap: 0;
  align-items: stretch;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(85,107,47,.13);
  background: #fff;
  box-shadow: 0 30px 82px rgba(46,52,27,.12);
}

.water-day-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(25,72,91,.86), rgba(57,129,166,.72)),
    url("../images/camp-hero.png") center / cover no-repeat;
}

.water-day-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.water-day-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,0)),
    linear-gradient(0deg, rgba(21,50,64,.14), transparent 50%);
  pointer-events: none;
}

.water-day-copy {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  min-height: 560px;
  display: grid;
  align-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.16), transparent 18rem),
    linear-gradient(135deg, #173f5f, #0e6f84 48%, #315c32);
  overflow: hidden;
}

.water-day-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), transparent 42%),
    radial-gradient(circle at 86% 84%, rgba(255,245,208,.16), transparent 18rem);
  pointer-events: none;
}

.water-day-copy > * {
  position: relative;
  z-index: 1;
}

.water-day-copy > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #26351f;
  background: #fff5d0;
  font-weight: 900;
}

.water-day-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1.12;
  text-wrap: balance;
}

.water-day-copy p {
  max-width: 650px;
  color: rgba(255,255,255,.86);
  font-size: 1.1rem;
}

.water-price {
  width: fit-content;
  margin: 18px 0;
  padding: 16px 20px;
  border-radius: 20px;
  color: #24351f;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.water-price small,
.water-price strong {
  display: block;
}

.water-price strong {
  font-size: 1.6rem;
}

.water-day-banner ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  gap: 10px;
}

.water-day-banner li {
  color: #fff;
  font-weight: 800;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.water-day-button {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #24351f;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #fff5d0, #ffffff);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  border: 0;
  cursor: pointer;
}

.water-day-form {
  padding: 24px;
  border-radius: 26px;
}

.water-day-note {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.9) !important;
  font-weight: 700;
}

.water-day-form h3 {
  margin: 0 0 14px;
  color: #24351f;
  font-size: 1.45rem;
}

.water-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.water-form-grid label {
  display: grid;
  gap: 6px;
}

.water-form-grid .full {
  grid-column: 1 / -1;
}

.water-day-form button {
  width: 100%;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #24462e, #556b2f);
}

.friend-metric {
  padding: 16px;
  border: 1px solid rgba(85,107,47,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}

.friends-discount-link,
.friends-price-share {
  border: 0;
  cursor: pointer;
}

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 18, .54);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(85,107,47,.16);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 34px 90px rgba(20,24,18,.22);
}

.modal-close {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  width: 42px;
  height: 42px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  background: #f1eadc;
  color: #26351f;
  box-shadow: none;
  font-size: 1.4rem;
}

.modal-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #6a541f;
  background: #fff5d0;
  font-weight: 900;
}

.modal-card h2 {
  margin: 0 0 8px;
  color: #24351f;
  font-size: clamp(1.65rem, 4vw, 2.7rem);
  line-height: 1.2;
}

.modal-card > p {
  margin: 0 0 18px;
  color: #625a4e;
}

.modal-form,
.referral-result {
  display: grid;
  gap: 12px;
}

.modal-form label,
.referral-result label {
  display: grid;
  gap: 6px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.whatsapp-share {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #25d366, #128c4a);
  box-shadow: 0 14px 34px rgba(18,140,74,.22);
}

.referral-share-preview {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(85,107,47,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, #fffdf7, #f5fbf7);
}

.referral-share-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.referral-share-preview strong {
  display: block;
  margin-bottom: 6px;
  color: #24351f;
  font-size: 1.06rem;
}

.referral-share-preview p {
  margin: 0;
  color: #625a4e;
  line-height: 1.7;
}

.share-hero-image {
  width: 100%;
  aspect-ratio: 1200 / 630;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 14px;
  box-shadow: 0 18px 42px rgba(46,52,27,.14);
}

.referral-progress {
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #24462e, #556b2f);
}

.referral-progress strong,
.referral-progress span {
  display: block;
}

.referral-progress strong {
  font-size: 2rem;
}

.referral-price-line,
.referral-friends {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.referral-price-line span,
.referral-friends span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #fbfaf5;
  border: 1px solid rgba(85,107,47,.12);
  color: #334621;
  font-weight: 800;
}

.water-total {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #334621;
  background: #fbfaf5;
  font-weight: 900;
}

.terms-line {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
}

.consent-box {
  border: 1px solid rgba(85, 107, 47, .18);
  border-radius: 18px;
  background: rgba(255, 251, 232, .62);
  padding: 14px 16px;
}

.terms-line input {
  width: auto;
  min-height: 0;
}

body.modal-open {
  overflow: hidden;
}

.friend-metric small,
.friend-metric strong {
  display: block;
}

.friend-metric strong {
  color: #334621;
  font-size: 2rem;
}

.testimonials-section {
  padding-top: 34px;
}

.testimonial-slider {
  position: relative;
  min-height: 300px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 28px;
  text-align: center;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}

.testimonial-slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.avatar {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #24462e, #c8a96a);
  font-size: 1.8rem;
  font-weight: 900;
}

.stars {
  color: #c99a28;
  font-size: 1.28rem;
  letter-spacing: 0;
}

.testimonial-slide p {
  max-width: 720px;
  margin: 0;
  color: #625a4e;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 2;
}

.testimonial-slide strong {
  color: #24351f;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.testimonial-dots button {
  width: 12px;
  height: 12px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  background: #d8d0c0;
  box-shadow: none;
}

.testimonial-dots button.active {
  width: 34px;
  border-radius: 999px;
  background: #556b2f;
}

.transport-fee,
.price-summary {
  border: 1px solid rgba(85,107,47,.14);
  border-radius: 18px;
  background: #fbfaf5;
}

.transport-fee {
  padding: 14px 16px;
  color: #334621;
  font-weight: 900;
}

.price-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.price-summary div {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
}

.price-summary span,
.price-summary strong {
  display: block;
}

.price-summary span {
  color: #746c60;
  font-size: .88rem;
  font-weight: 800;
}

.price-summary strong {
  color: #334621;
  font-size: 1.35rem;
}

@media (max-width: 1100px) {
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-day-banner {
    grid-template-columns: 1fr;
  }

  .water-day-media,
  .water-day-media img {
    min-height: 360px;
  }

  .water-day-copy {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .camp-nav nav {
    display: none;
  }

  .about-cards,
  .price-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .camp-countdown,
  .program-grid,
  .water-form-grid,
  .water-day-banner ul {
    grid-template-columns: 1fr;
  }

  .camp-countdown div {
    min-height: 68px;
  }

  .camp-about,
  .daily-program,
  .testimonials-section,
  .water-day-banner {
    width: min(100% - 22px, 1180px);
  }

  .water-day-banner {
    border-radius: 24px;
  }

  .water-day-media,
  .water-day-media img {
    min-height: 260px;
  }

  .water-day-copy {
    padding: 24px 20px;
  }

  .program-grid article {
    min-height: auto;
  }

  .testimonial-slider {
    min-height: 390px;
  }
}

/* Final friends offer polish */
.friends-discount {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 62px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(22px, 4vw, 42px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,245,208,.72), transparent 19rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(249,245,236,.94));
  border: 1px solid rgba(200,169,106,.22);
  box-shadow: 0 26px 72px rgba(46,52,27,.10);
}

.friends-discount-copy {
  max-width: 720px;
}

.friends-discount-copy span {
  margin-bottom: 18px;
  padding: 9px 18px;
  color: #6b4f14;
  background: #fff0bf;
  font-size: 1.02rem;
}

.friends-discount-copy h2 {
  margin-bottom: 16px;
  color: #163322;
  font-size: clamp(2rem, 4.3vw, 3.55rem);
  line-height: 1.18;
  text-wrap: balance;
}

.friends-discount-copy p {
  max-width: 680px;
  color: #6c6458;
  font-size: 1.08rem;
  line-height: 2;
}

.friends-adventure-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.friends-adventure-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #3b260f;
  background: linear-gradient(135deg, #fff3bd, #ffd166);
  border: 1px solid rgba(245,158,11,.32);
  box-shadow: 0 10px 24px rgba(245,158,11,.12);
  font-weight: 950;
  white-space: nowrap;
}

.friends-discount-actions {
  gap: 14px;
  margin-top: 30px;
}

.friends-discount-link,
.friends-price-share {
  min-height: 54px;
  padding: 13px 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 950;
}

.friends-discount-link {
  color: #fff;
  background: #486229;
  box-shadow: 0 16px 34px rgba(72,98,41,.22);
}

.friends-discount-link.light-share {
  color: #24351f;
  background: #fff;
  border: 1px solid rgba(85,107,47,.16);
  box-shadow: 0 14px 30px rgba(46,52,27,.08);
}

.friends-discount-price {
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, .34), transparent 9rem),
    radial-gradient(circle at 88% 84%, rgba(255, 209, 93, .38), transparent 11rem),
    linear-gradient(145deg, #e85d2a 0%, #f59e0b 46%, #7c2d12 100%);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 28px 68px rgba(232,93,42,.28), 0 14px 34px rgba(124,45,18,.18);
}

.friend-metric {
  min-height: 126px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 16px 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 20px;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 26px rgba(124,45,18,.14);
}

.friend-metric small,
.friends-discount-price small {
  color: rgba(255,255,255,.84);
  text-align: center;
  font-size: .92rem;
  line-height: 1.4;
}

.friend-metric strong,
.friends-discount-price strong {
  color: #fff8d6;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(94,31,10,.24);
}

.friends-discount-price > span {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.22);
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.7;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 12px 26px rgba(124,45,18,.12);
}

.friends-price-share {
  grid-column: 1 / -1;
  width: fit-content;
  min-width: 220px;
  margin: 8px auto 0;
  color: #7c2d12;
  background: #fff8d6;
  box-shadow: 0 16px 34px rgba(124,45,18,.2);
}

.volunteer-section {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 62px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,240,191,.56), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,251,247,.94));
  border: 1px solid rgba(85,107,47,.14);
  box-shadow: 0 26px 72px rgba(46,52,27,.10);
}

.volunteer-copy span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #6b4f14;
  background: #fff0bf;
  font-weight: 950;
}

.volunteer-copy h2 {
  margin: 0 0 12px;
  color: #163322;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.18;
}

.volunteer-copy p {
  margin: 0;
  color: #625a4e;
  line-height: 2;
  font-weight: 800;
}

.volunteer-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(85,107,47,.12);
  box-shadow: 0 18px 46px rgba(46,52,27,.08);
}

.volunteer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.volunteer-grid label {
  display: grid;
  gap: 6px;
}

.volunteer-form button {
  border-radius: 999px;
}

.volunteer-section {
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(20,49,34,.92), rgba(85,107,47,.86)),
    #22351f;
  color: #fff;
  border: 0;
  box-shadow: 0 30px 80px rgba(22, 35, 31, .18);
}

.volunteer-media {
  min-height: 360px;
  position: relative;
}

.volunteer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,49,34,.1), rgba(20,49,34,.35));
}

.volunteer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.volunteer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 5vw, 52px);
}

.volunteer-copy span {
  width: fit-content;
  color: #26351f;
  background: #fff0bf;
}

.volunteer-copy h2 {
  color: #fff;
}

.volunteer-copy p {
  color: rgba(255,255,255,.88);
}

.volunteer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 22px 0 24px;
  padding: 0;
}

.volunteer-highlights li {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.2);
  font-weight: 900;
}

.volunteer-cta {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 14px 30px;
  color: #26351f;
  background: #fff0bf;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  cursor: pointer;
}

.volunteer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
}

.volunteer-modal-card {
  width: min(820px, 100%);
}

.volunteer-modal-card .volunteer-form {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.volunteer-days-field {
  display: grid;
  gap: 10px;
}

.volunteer-days-field > strong {
  color: #2f261a;
  font-weight: 950;
}

.volunteer-days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.volunteer-days label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8f4ec;
  border: 1px solid #eadfcb;
  color: #2f261a;
  font-weight: 900;
  cursor: pointer;
}

.volunteer-days input {
  width: 20px;
  min-height: 20px;
  accent-color: #556b2f;
}

.volunteer-days label:has(input:checked) {
  border-color: rgba(85,107,47,.55);
  background: #eef5e7;
  color: #26351f;
  box-shadow: 0 10px 24px rgba(85,107,47,.12);
}

@media (max-width: 980px) {
  .friends-discount {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .friends-discount-copy,
  .friends-discount-copy p {
    max-width: none;
  }

  .friends-discount-actions {
    justify-content: center;
  }

  .friends-adventure-list {
    justify-content: center;
  }

  .volunteer-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .friends-discount {
    width: min(100% - 22px, 1180px);
    padding: 22px;
    border-radius: 24px;
  }

  .friends-discount-price {
    grid-template-columns: 1fr;
  }

  .volunteer-section {
    width: min(100% - 22px, 1180px);
    padding: 22px;
    border-radius: 24px;
  }

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

  .volunteer-media {
    min-height: 230px;
  }

  .volunteer-copy {
    padding: 22px;
  }

  .volunteer-days {
    grid-template-columns: 1fr;
  }

  .friends-discount-price > span,
  .friends-price-share {
    grid-column: auto;
  }

  .friend-metric {
    min-height: 100px;
  }

  .friends-adventure-list li {
    width: 100%;
    justify-content: center;
  }
}

.program-water-register {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0e6f84, #315c32);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(14,111,132,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.program-water-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(14,111,132,.24);
}

.camp-summary-card,
.method-card {
  display: none !important;
}

.photo-consent-line {
  flex: 1 0 100%;
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 10px;
  text-align: right;
}

.one-page-register-title {
  display: none !important;
}

.support-card {
  display: none !important;
}

.one-page-site .register-layout {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.one-page-site .register-main-card {
  width: min(1320px, 100%);
}

.install-app-btn {
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  color: #26351f;
  background: #fff0bf;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(46,52,27,.12);
}

.install-app-btn.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .camp-nav {
    width: calc(100% - 18px);
    top: 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .camp-logo {
    min-width: 0;
  }

  .camp-logo div {
    min-width: 0;
  }

  .camp-logo strong,
  .camp-logo span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .camp-nav nav {
    grid-column: 1 / -1;
    display: flex !important;
    order: 3;
    width: 100%;
    padding: 6px;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .camp-nav nav::-webkit-scrollbar {
    display: none;
  }

  .camp-nav nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 12px;
    font-size: .88rem;
    border-radius: 999px;
    background: rgba(255,255,255,.68);
  }

  .camp-register-btn,
  .install-app-btn {
    min-height: 40px;
    padding: 9px 12px;
    font-size: .86rem;
  }

  .camp-hero {
    min-height: 620px;
    padding-top: 120px;
    align-items: flex-end;
  }

  .camp-hero-content {
    padding: 0 0 82px;
    text-align: center;
  }

  .camp-hero h1 {
    font-size: clamp(2.5rem, 15vw, 4.2rem);
  }

  .camp-hero p {
    font-size: 1rem;
  }

  .camp-info-panel,
  .program-grid,
  .price-summary,
  .register-grid {
    grid-template-columns: 1fr !important;
  }

  .register-layout {
    grid-template-columns: 1fr !important;
  }

  .register-side {
    display: none !important;
  }

  .register-shell,
  .one-page-register,
  .daily-program {
    width: min(100% - 18px, 1180px);
  }

  .register-main-card,
  .form-step,
  .side-card,
  .program-grid article {
    border-radius: 20px;
  }

  .register-steps-card {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 8px;
  }

  .step-indicator {
    flex: 0 0 auto;
    min-width: 116px;
  }

  .actions.register-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .actions.register-actions [data-submit],
  .photo-consent-line {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .camp-nav {
    grid-template-columns: 1fr;
  }

  .camp-register-btn,
  .install-app-btn {
    width: 100%;
  }

  .camp-hero {
    min-height: 610px;
  }

  .camp-primary,
  .water-day-button,
  .program-water-register,
  .friends-discount-link,
  .friends-price-share {
    width: 100%;
  }

  .program-photo {
    aspect-ratio: 16 / 11;
  }

  .meal-alert-card,
  .referral-share-preview {
    grid-template-columns: 1fr;
  }

  .meal-alert-card {
    text-align: center;
  }

  .meal-alert-card > span {
    margin: 0 auto;
  }

  .modal-card {
    max-height: calc(100vh - 22px);
    overflow: auto;
  }
}

/* Fast side hamburger navigation on all screens */
.camp-nav {
  grid-template-columns: minmax(0, 1fr) auto auto auto !important;
  min-height: 72px;
  gap: 10px;
}

.menu-toggle {
  justify-self: end;
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #fff;
  transition: transform .18s ease, opacity .18s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(14,18,12,.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.menu-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.camp-nav nav,
.camp-nav nav#main-menu {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: min(360px, 86vw);
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 96px 18px 22px;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(32,61,39,.98), rgba(24,33,19,.98)),
    radial-gradient(circle at 20% 10%, rgba(255,240,191,.18), transparent 16rem);
  border-left: 1px solid rgba(255,255,255,.12);
  box-shadow: -24px 0 70px rgba(0,0,0,.24);
  transform: translateX(105%);
  transition: transform .2s ease;
}

.menu-open .camp-nav nav,
.menu-open .camp-nav nav#main-menu {
  transform: translateX(0);
}

.camp-nav nav a,
.camp-nav nav a.admin-home-link {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 16px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 1rem;
  line-height: 1.3;
}

.camp-nav nav a::after,
.camp-nav nav a.admin-home-link::after {
  display: none;
}

.camp-nav nav a:hover,
.camp-nav nav a.active,
.camp-nav nav a.admin-home-link:hover {
  color: #fff4c7;
  background: rgba(255,255,255,.14);
}

.camp-logo {
  justify-self: start;
}

.camp-register-btn,
.install-app-btn {
  justify-self: end;
}

body.menu-open {
  overflow: hidden;
}

/* Final admin mobile overrides */
.admin-side-panel,
.admin-quick-actions {
  display: none !important;
}

.admin-site-return,
.admin-back-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #24462e;
  background: #fff0bf;
  text-decoration: none;
  font-weight: 950;
}

.admin-back-site {
  width: fit-content;
  margin: 0 auto 14px;
}

.password-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.password-field button {
  min-height: 48px;
  padding-inline: 14px;
  border-radius: 10px;
  background: #fff0bf;
  color: #24462e;
  box-shadow: none;
}

.admin-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
}

.admin-phone-link,
.admin-whatsapp-btn {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.admin-phone-link {
  color: #24462e;
  background: #f7fbf6;
  border: 1px solid rgba(85,107,47,.16);
}

.admin-whatsapp-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #25d366, #128c4a) !important;
  border: 0 !important;
  box-shadow: 0 10px 22px rgba(18,140,74,.18) !important;
}

.admin-logout-top {
  color: #fff !important;
  background: linear-gradient(135deg, #9f2f2f, #6f1f1f) !important;
  border: 0 !important;
  box-shadow: 0 10px 22px rgba(159,47,47,.18) !important;
}

.admin-whatsapp-btn::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.7 12.7 0 0 0 5.2 22.55L3.6 28.8l6.39-1.53A12.74 12.74 0 1 0 16.04 3.2Zm0 2.35a10.38 10.38 0 0 1 8.78 15.91 10.31 10.31 0 0 1-13.94 3.53l-.43-.25-3.77.9.94-3.67-.28-.45A10.36 10.36 0 0 1 16.04 5.55Zm-4.25 5.32c-.22 0-.57.08-.87.41-.3.33-1.15 1.12-1.15 2.74 0 1.61 1.18 3.17 1.34 3.39.17.22 2.28 3.65 5.63 4.96 2.79 1.1 3.36.88 3.96.83.61-.06 1.96-.8 2.24-1.57.27-.77.27-1.43.19-1.57-.08-.14-.3-.22-.63-.38-.33-.17-1.96-.97-2.26-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.38.25-.71.08-.33-.17-1.39-.51-2.65-1.63-.98-.87-1.64-1.95-1.83-2.28-.19-.33-.02-.51.14-.68.15-.15.33-.38.49-.57.17-.19.22-.33.33-.55.11-.22.06-.41-.03-.57-.08-.17-.74-1.79-1.02-2.45-.27-.64-.54-.55-.74-.56h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.7 12.7 0 0 0 5.2 22.55L3.6 28.8l6.39-1.53A12.74 12.74 0 1 0 16.04 3.2Zm0 2.35a10.38 10.38 0 0 1 8.78 15.91 10.31 10.31 0 0 1-13.94 3.53l-.43-.25-3.77.9.94-3.67-.28-.45A10.36 10.36 0 0 1 16.04 5.55Zm-4.25 5.32c-.22 0-.57.08-.87.41-.3.33-1.15 1.12-1.15 2.74 0 1.61 1.18 3.17 1.34 3.39.17.22 2.28 3.65 5.63 4.96 2.79 1.1 3.36.88 3.96.83.61-.06 1.96-.8 2.24-1.57.27-.77.27-1.43.19-1.57-.08-.14-.3-.22-.63-.38-.33-.17-1.96-.97-2.26-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.38.25-.71.08-.33-.17-1.39-.51-2.65-1.63-.98-.87-1.64-1.95-1.83-2.28-.19-.33-.02-.51.14-.68.15-.15.33-.38.49-.57.17-.19.22-.33.33-.55.11-.22.06-.41-.03-.57-.08-.17-.74-1.79-1.02-2.45-.27-.64-.54-.55-.74-.56h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.admin-main tbody tr {
  transition: background .16s ease, transform .16s ease;
}

.admin-main tbody tr:hover {
  background: #fbfaf5;
}

.admin-main td b {
  color: #173b2b;
}

.admin-actions-cell {
  min-width: 280px;
  white-space: normal;
}

.admin-actions-cell .inline-admin-form {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin: 3px;
}

.admin-actions-cell .btn,
.admin-actions-cell button {
  min-height: 36px;
  margin: 3px;
}

.admin-main .panel {
  overflow-x: auto;
}

.admin-main table {
  min-width: 760px;
}

@media (max-width: 980px) {
  .admin-dashboard-page {
    overflow-x: hidden;
  }

  .admin-layout {
    display: block !important;
    min-height: 100vh;
  }

  .admin-layout .sidebar {
    position: sticky !important;
    top: 0;
    z-index: 20;
    height: auto !important;
    max-height: 46vh;
    padding: 10px;
    overflow: auto;
  }

  .admin-sidebar-brand {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    padding: 4px 6px 8px;
    margin-bottom: 8px;
  }

  .admin-sidebar-brand .logo {
    width: 46px;
    height: 46px;
  }

  .admin-sidebar-brand span {
    display: none;
  }

  .sidebar a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    text-align: center;
  }

  .admin-main {
    padding: 14px 10px 26px !important;
  }

  .admin-topbar {
    position: sticky !important;
    top: 0;
    z-index: 15;
    margin: -14px -10px 14px !important;
    padding: 10px !important;
    border-radius: 0 0 18px 18px;
  }

  .admin-topbar-actions,
  .admin-topbar-actions a {
    width: 100%;
  }

  .admin-stats-wide,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr !important;
  }

  .filters,
  .admin-main .grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .admin-login-shell {
    padding: 14px;
  }

  .admin-login-card {
    width: 100%;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .admin-login-card .logo {
    width: 104px;
    height: 104px;
  }

  .admin-stats-wide,
  .stats {
    grid-template-columns: 1fr !important;
  }

  .admin-main table {
    min-width: 680px;
    font-size: .9rem;
  }

  .admin-main .panel {
    padding: 14px;
  }
}

@media (max-width: 700px) {
  .camp-nav {
    width: calc(100% - 16px);
    left: 8px;
    right: 8px;
    top: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    padding: 8px 10px;
    border-radius: 18px;
  }

  .menu-toggle {
    order: 1;
  }

  .camp-logo {
    order: 2;
    justify-self: center;
  }

  .camp-logo img {
    width: 48px;
    height: 48px;
  }

  .camp-logo div {
    display: none;
  }

  .camp-register-btn {
    order: 3;
    min-width: 86px;
    min-height: 42px;
    padding: 9px 12px;
  }

  .install-app-btn {
    grid-column: 1 / -1;
    width: 100%;
    order: 4;
  }

  .camp-nav nav,
  .camp-nav nav#main-menu {
    width: min(330px, 88vw);
    padding-top: 84px;
  }
}

/* Footer announcement background without inner card */
.site-footer {
  background:
    linear-gradient(135deg, rgba(20, 26, 14, .72), rgba(32, 29, 20, .66)),
    url("../images/luxury-hero-horses.png") center / cover no-repeat !important;
  box-shadow: inset 0 28px 88px rgba(0, 0, 0, .34);
}

.footer-contact {
  padding: clamp(18px, 4vw, 34px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

/* Absolute final mobile hamburger fix */
@media (max-width: 900px) {
  html body.camp-home .camp-nav,
  html body.one-page-site .camp-nav {
    position: fixed !important;
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    grid-auto-rows: auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
    z-index: 2000 !important;
  }

  html body.camp-home .menu-toggle,
  html body.one-page-site .menu-toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 0 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: inline-grid !important;
    place-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: rgba(36, 70, 46, .92) !important;
    border-color: rgba(255, 240, 191, .38) !important;
  }

  html body.camp-home .menu-toggle span,
  html body.one-page-site .menu-toggle span {
    background: #fff !important;
  }

  html body.camp-home .camp-logo,
  html body.one-page-site .camp-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    order: 0 !important;
    justify-self: center !important;
    min-width: 0 !important;
  }

  html body.camp-home .camp-logo img,
  html body.one-page-site .camp-logo img {
    width: 48px !important;
    height: 48px !important;
  }

  html body.camp-home .camp-logo div,
  html body.one-page-site .camp-logo div {
    display: none !important;
  }

  html body.camp-home .camp-register-btn,
  html body.one-page-site .camp-register-btn {
    grid-column: 3 !important;
    grid-row: 1 !important;
    order: 0 !important;
    width: auto !important;
    min-width: 78px !important;
    min-height: 42px !important;
    padding: 9px 12px !important;
    font-size: .86rem !important;
  }

  html body.camp-home .install-app-btn,
  html body.one-page-site .install-app-btn {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
  }

  html body.camp-home .camp-nav nav#main-menu,
  html body.one-page-site .camp-nav nav#main-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 2200 !important;
    width: min(340px, 88vw) !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 86px 16px 22px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: linear-gradient(180deg, #203d27, #141f14) !important;
    box-shadow: -24px 0 70px rgba(0,0,0,.35) !important;
    transform: translate3d(110%, 0, 0) !important;
    transition: transform .2s ease !important;
  }

  html.menu-open body.camp-home .camp-nav nav#main-menu,
  body.menu-open.camp-home .camp-nav nav#main-menu,
  html.menu-open body.one-page-site .camp-nav nav#main-menu,
  body.menu-open.one-page-site .camp-nav nav#main-menu {
    transform: translate3d(0, 0, 0) !important;
  }

  html body.camp-home .camp-nav nav#main-menu a,
  html body.one-page-site .camp-nav nav#main-menu a {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 13px 16px !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
  }

  html body.camp-home .menu-backdrop,
  html body.one-page-site .menu-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2100 !important;
  }
}

/* Desktop header final override: show every main page link instead of the side hamburger. */
@media (min-width: 901px) {
  html body.camp-home .camp-nav,
  html body.one-page-site .camp-nav {
    position: fixed !important;
    top: 12px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1240px, calc(100% - 28px)) !important;
    min-height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 10px 14px !important;
    border-radius: 24px !important;
    transform: translateX(-50%) !important;
  }

  html body.camp-home .menu-toggle,
  html body.one-page-site .menu-toggle,
  html body.camp-home .menu-backdrop,
  html body.one-page-site .menu-backdrop {
    display: none !important;
  }

  html body.camp-home .camp-logo,
  html body.one-page-site .camp-logo {
    flex: 0 0 auto !important;
    justify-self: auto !important;
    order: 1 !important;
  }

  html body.camp-home .camp-logo img,
  html body.one-page-site .camp-logo img {
    width: 62px !important;
    height: 62px !important;
  }

  html body.camp-home .camp-logo div,
  html body.one-page-site .camp-logo div {
    display: block !important;
  }

  html body.camp-home .camp-nav nav#main-menu,
  html body.one-page-site .camp-nav nav#main-menu {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    width: auto !important;
    height: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.camp-home .camp-nav nav#main-menu a,
  html body.one-page-site .camp-nav nav#main-menu a,
  html body.camp-home .camp-nav nav#main-menu a.admin-home-link,
  html body.one-page-site .camp-nav nav#main-menu a.admin-home-link {
    width: auto !important;
    min-width: 0 !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.9) !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    font-size: .92rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html body.camp-home .camp-nav nav#main-menu a.hidden,
  html body.one-page-site .camp-nav nav#main-menu a.hidden {
    display: none !important;
  }

  html body.camp-home .camp-nav nav#main-menu a:hover,
  html body.one-page-site .camp-nav nav#main-menu a:hover,
  html body.camp-home .camp-nav nav#main-menu a.active,
  html body.one-page-site .camp-nav nav#main-menu a.active {
    color: #2d311c !important;
    background: #fff0bf !important;
    border-color: rgba(255,240,191,.7) !important;
  }

  html body.camp-home .camp-register-btn,
  html body.one-page-site .camp-register-btn {
    flex: 0 0 auto !important;
    justify-self: auto !important;
    order: 3 !important;
    min-width: 110px !important;
    min-height: 46px !important;
    padding: 10px 18px !important;
    font-size: .95rem !important;
  }

  html body.camp-home .install-app-btn,
  html body.one-page-site .install-app-btn {
    flex: 0 0 auto !important;
    order: 4 !important;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  html body.camp-home .camp-logo div,
  html body.one-page-site .camp-logo div {
    display: none !important;
  }

  html body.camp-home .camp-nav nav#main-menu a,
  html body.one-page-site .camp-nav nav#main-menu a,
  html body.camp-home .camp-nav nav#main-menu a.admin-home-link,
  html body.one-page-site .camp-nav nav#main-menu a.admin-home-link {
    padding-inline: 9px !important;
    font-size: .84rem !important;
  }
}

.theme-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #24351f;
  background: #fff0bf;
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
  cursor: pointer;
  font-size: 1.08rem;
  line-height: 1;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,0,0,.18);
}

html[data-theme="dark"] body {
  background: #101812;
  color: #f5f0df;
}

html[data-theme="dark"] .camp-nav,
html[data-theme="dark"] .admin-topbar {
  background: rgba(16,24,18,.88) !important;
  border-color: rgba(255,240,191,.16) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.32) !important;
}

html[data-theme="dark"] .theme-toggle {
  color: #fff4c7;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,240,191,.24);
}

html[data-theme="dark"] .camp-info-panel,
html[data-theme="dark"] .friends-discount,
html[data-theme="dark"] .one-page-register,
html[data-theme="dark"] .register-main-card,
html[data-theme="dark"] .side-card,
html[data-theme="dark"] .modal-card,
html[data-theme="dark"] .share-status-card,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .admin-main .panel,
html[data-theme="dark"] .admin-hero-panel,
html[data-theme="dark"] .admin-login-card {
  background: rgba(24,34,26,.94) !important;
  border-color: rgba(255,240,191,.14) !important;
  color: #f5f0df !important;
  box-shadow: 0 24px 64px rgba(0,0,0,.28) !important;
}

html[data-theme="dark"] .camp-info-panel article,
html[data-theme="dark"] .friend-metric,
html[data-theme="dark"] .fact,
html[data-theme="dark"] .price-summary,
html[data-theme="dark"] .confirm-panel,
html[data-theme="dark"] .payment-bank-card,
html[data-theme="dark"] .method-card li,
html[data-theme="dark"] .referral-share-preview,
html[data-theme="dark"] .share-link-box {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: #f5f0df !important;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] .friends-discount-copy h2,
html[data-theme="dark"] .one-page-register-title h2,
html[data-theme="dark"] .form-block-title h2,
html[data-theme="dark"] .camp-summary-card h3,
html[data-theme="dark"] .modal-card h2 {
  color: #fff4c7 !important;
}

html[data-theme="dark"] p,
html[data-theme="dark"] small,
html[data-theme="dark"] label,
html[data-theme="dark"] .camp-info-panel p,
html[data-theme="dark"] .friends-discount-copy p,
html[data-theme="dark"] .form-block-title p,
html[data-theme="dark"] .secure-note,
html[data-theme="dark"] .admin-main p {
  color: rgba(245,240,223,.84) !important;
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
  color: #f8f2df !important;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.18) !important;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: rgba(245,240,223,.52) !important;
}

html[data-theme="dark"] .camp-register-btn,
html[data-theme="dark"] .camp-primary,
html[data-theme="dark"] .friends-discount-link,
html[data-theme="dark"] .btn {
  background: #fff0bf !important;
  color: #1f2b1b !important;
}

html[data-theme="dark"] .friends-discount-link.light-share,
html[data-theme="dark"] .btn.light {
  background: rgba(255,255,255,.1) !important;
  color: #fff4c7 !important;
  border-color: rgba(255,240,191,.2) !important;
}

html[data-theme="dark"] .sidebar {
  background: linear-gradient(180deg, #111b14, #0c130e) !important;
}

html[data-theme="dark"] table,
html[data-theme="dark"] th,
html[data-theme="dark"] td {
  color: #f5f0df !important;
  border-color: rgba(255,255,255,.1) !important;
}

html[data-theme="dark"] tbody tr:hover td {
  background: rgba(255,255,255,.06) !important;
}

/* Final mobile polish */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 86px;
  }

  html body.camp-home .camp-nav,
  html body.one-page-site .camp-nav {
    min-height: 74px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
    align-items: center !important;
  }

  html body.camp-home .camp-logo,
  html body.one-page-site .camp-logo {
    min-width: 58px !important;
    flex: 0 0 auto !important;
  }

  html body.camp-home .camp-logo img,
  html body.one-page-site .camp-logo img {
    width: 54px !important;
    height: 54px !important;
    border-width: 2px !important;
  }

  html body.camp-home .camp-logo div,
  html body.one-page-site .camp-logo div {
    display: none !important;
  }

  html body.camp-home .menu-toggle,
  html body.one-page-site .menu-toggle,
  html body.camp-home .theme-toggle,
  html body.one-page-site .theme-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
  }

  html body.camp-home .camp-register-btn,
  html body.one-page-site .camp-register-btn {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 142px !important;
    height: 44px !important;
    padding: 0 14px !important;
    font-size: .95rem !important;
    white-space: nowrap !important;
  }

  html body.camp-home .camp-nav nav#main-menu,
  html body.one-page-site .camp-nav nav#main-menu {
    top: 82px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-height: calc(100svh - 98px) !important;
    overflow-y: auto !important;
  }

  .camp-hero {
    min-height: 82svh !important;
    padding: 112px 18px 70px !important;
    background-position: center 66% !important;
  }

  .camp-hero-content {
    width: min(100%, 560px) !important;
  }

  .camp-hero h1,
  .camp-hero h1 span {
    font-size: clamp(2.15rem, 12vw, 3.35rem) !important;
    line-height: 1.04 !important;
  }

  .camp-hero p {
    font-size: 1rem !important;
    line-height: 1.85 !important;
  }

  .camp-hero-actions,
  .friends-discount-actions,
  .referral-actions,
  .form-actions,
  .modal-actions {
    width: 100% !important;
  }

  .camp-primary,
  .friends-discount-link,
  .friends-price-share,
  .form-actions button,
  .modal-actions button,
  .modal-actions a {
    width: 100% !important;
    justify-content: center !important;
  }

  .camp-info-wrap {
    padding-inline: 10px !important;
  }

  .camp-info-panel {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .camp-info-panel article {
    min-height: auto !important;
    padding: 18px 14px !important;
  }

  .daily-program,
  .friends-discount,
  .one-page-register,
  .volunteer-section,
  .site-footer {
    padding-inline: 14px !important;
  }

  .friends-discount {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
  }

  .friends-discount-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.12 !important;
  }

  .friends-discount-price {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 14px !important;
    gap: 10px !important;
  }

  .friend-metric {
    min-width: 0 !important;
    padding: 12px 8px !important;
  }

  .friend-metric strong {
    font-size: clamp(1.85rem, 9vw, 2.6rem) !important;
  }

  .register-grid,
  .form-grid,
  .summary-grid,
  .volunteer-hero,
  .footer-contact {
    grid-template-columns: 1fr !important;
  }

  .register-main-card,
  .side-card,
  .modal-card {
    border-radius: 20px !important;
    padding: 18px !important;
  }

  .site-modal {
    padding: 12px !important;
  }

  .modal-card {
    width: min(100%, 520px) !important;
    max-height: calc(100svh - 24px) !important;
    overflow-y: auto !important;
  }

  .footer-socials {
    width: 100% !important;
    justify-content: stretch !important;
  }

  .footer-social {
    flex: 1 1 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 390px) {
  html body.camp-home .camp-register-btn,
  html body.one-page-site .camp-register-btn {
    max-width: 118px !important;
    padding-inline: 10px !important;
    font-size: .86rem !important;
  }

  html body.camp-home .theme-toggle,
  html body.one-page-site .theme-toggle {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}

.success-whatsapp-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #16a34a, #15803d);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(22, 163, 74, .28);
}

.success-whatsapp-group:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(22, 163, 74, .34);
}

.legacy-import-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid rgba(196, 159, 83, .32);
  border-radius: 14px;
  background: #fff8df;
  color: #403414;
}

.legacy-import-panel b,
.legacy-import-panel span {
  display: block;
}

.legacy-import-panel span {
  margin-top: 3px;
  color: #6f5d2b;
  font-size: .92rem;
}

.badge.legacy {
  background: #fff0bf;
  color: #6f4b00;
  border: 1px solid rgba(196, 159, 83, .45);
}

@media (max-width: 700px) {
  .legacy-import-panel {
    align-items: stretch;
    flex-direction: column;
  }

.legacy-import-panel .btn,
  .legacy-import-panel button {
    width: 100%;
  }
}

.admin-legacy-top {
  background: #fff0bf !important;
  color: #1f351f !important;
  border: 1px solid rgba(196, 159, 83, .45) !important;
  font-weight: 900 !important;
}

/* Clean admin mobile layout */
.admin-dashboard-page {
  background: #f5f2ea;
}

.admin-main {
  min-width: 0;
}

.admin-main .filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: end;
  gap: 10px;
}

.admin-main .filters .btn,
.admin-main .filters button {
  min-height: 46px;
}

.admin-main table {
  width: 100%;
}

@media (max-width: 760px) {
  .admin-dashboard-page {
    overflow-x: hidden !important;
  }

  .admin-layout {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    min-width: 0;
    background: #f5f2ea;
  }

  .admin-layout .sidebar {
    position: sticky !important;
    top: 0;
    z-index: 40;
    width: 100% !important;
    height: auto !important;
    max-height: 38svh !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 14px 34px rgba(24, 38, 22, .18);
  }

  .admin-sidebar-brand {
    grid-column: 1 / -1;
    grid-template-columns: 46px minmax(0, 1fr);
    justify-items: start;
    text-align: start;
    gap: 10px;
    padding: 4px 4px 9px;
    margin: 0 0 3px;
  }

  .admin-sidebar-brand .logo {
    width: 46px !important;
    height: 46px !important;
  }

  .admin-sidebar-brand strong {
    align-self: end;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .admin-sidebar-brand span {
    grid-column: 2;
    display: block !important;
    align-self: start;
  }

  .sidebar a {
    min-width: 0;
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 9px 8px !important;
    font-size: .88rem;
    line-height: 1.35;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .admin-site-return,
  .admin-logout-link {
    grid-column: span 1;
  }

  .admin-main {
    width: 100%;
    min-width: 0;
    padding: 14px 10px 28px !important;
  }

  .admin-topbar {
    position: relative !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 14px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .admin-topbar-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-topbar-actions a,
  .admin-topbar-actions button {
    width: 100% !important;
    min-height: 42px;
    justify-content: center;
    margin: 0;
    padding: 8px 10px;
    font-size: .86rem;
    line-height: 1.3;
    text-align: center;
  }

  .admin-main h1 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .admin-hero-panel,
  .panel-heading {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .admin-hero-panel,
  .admin-main .panel,
  .admin-main .filters {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .admin-stats-wide,
  .admin-main .stats,
  .admin-dashboard-grid,
  .admin-quick-actions,
  .admin-main .grid {
    grid-template-columns: 1fr !important;
  }

  .admin-main .stat {
    min-height: 88px;
    padding: 14px !important;
    padding-inline-start: 68px !important;
  }

  .admin-main .stat::before {
    inset-inline-start: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .admin-main .filters {
    grid-template-columns: 1fr !important;
    margin-bottom: 12px;
  }

  .admin-main .filters .field,
  .admin-main .filters .btn,
  .admin-main .filters button {
    width: 100%;
  }

  .admin-main table {
    min-width: 0 !important;
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .admin-main table thead {
    display: none;
  }

  .admin-main table tbody {
    display: grid;
    gap: 12px;
  }

  .admin-main table tr {
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(85, 107, 47, .12);
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 28px rgba(46, 52, 27, .07);
  }

  .admin-main table td {
    display: grid;
    grid-template-columns: minmax(92px, 36%) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 2px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(85, 107, 47, .09) !important;
    background: transparent !important;
    text-align: start;
    word-break: break-word;
  }

  .admin-main table td:last-child {
    border-bottom: 0 !important;
  }

  .admin-main table td::before {
    content: attr(data-label);
    color: #756b58;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.6;
  }

  .admin-main table td:empty::after {
    content: "-";
    color: #8a8376;
  }

  .admin-actions-cell {
    min-width: 0 !important;
  }

  .admin-actions-cell,
  .admin-actions-cell .inline-admin-form,
  .admin-contact-actions,
  .report-actions,
  .attendance-qr-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .admin-actions-cell .btn,
  .admin-actions-cell button,
  .admin-actions-cell input,
  .admin-contact-actions a,
  .report-actions .btn,
  .attendance-qr-links .btn {
    width: 100% !important;
    margin: 0 !important;
  }

  .attendance-qr-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .attendance-qr-card {
    width: 100%;
    min-width: 0;
    padding: 16px !important;
  }
}

@media (max-width: 390px) {
  .admin-layout .sidebar {
    grid-template-columns: 1fr;
  }

  .admin-topbar-actions {
    grid-template-columns: 1fr;
  }

  .admin-main table td {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Friends offer mobile repair */
@media (max-width: 700px) {
  .friends-discount {
    width: min(100% - 20px, 1180px) !important;
    gap: 16px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .friends-discount-price {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 20px !important;
  }

  .friends-discount-price .friend-metric:first-child {
    grid-column: 1 / -1;
  }

  .friend-metric {
    min-height: 92px !important;
    padding: 12px 8px !important;
    border-radius: 16px !important;
  }

  .friend-metric small {
    font-size: .86rem !important;
    line-height: 1.45 !important;
  }

  .friend-metric strong {
    font-size: clamp(1.9rem, 11vw, 2.65rem) !important;
    white-space: nowrap;
  }

  .friends-discount-price > span {
    grid-column: 1 / -1 !important;
    min-height: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    font-size: .93rem !important;
    line-height: 1.8 !important;
  }

  .friends-price-share {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    margin: 0 !important;
    border-radius: 999px !important;
  }
}
