.elementor-2436 .elementor-element.elementor-element-9fa1203{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2436 .elementor-element.elementor-element-3cbc768{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2436 .elementor-element.elementor-element-704904b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e227e51 */.social-skills-by-age {
  /* Primary purple scale */
  --ssa-primary-dark: #4c1d95;       /* 10.7:1 on white — AAA */
  --ssa-primary: #5b21b6;            /*  8.6:1 on white — AAA */
  --ssa-primary-light: #7c3aed;      /*  5.9:1 on white — AA  */
  --ssa-primary-lightest: #f5f3ff;
  --ssa-accent-soft: #ede9fe;
  --ssa-border-accent: #c4b5fd;

  /* Text */
  --ssa-text-strong: #111827;        /* 16.1:1 — AAA */
  --ssa-text-dark: #1f2937;          /* 12.6:1 — AAA */
  --ssa-text-medium: #4b5563;        /*  7.6:1 — AAA */

  /* Neutral borders */
  --ssa-border-soft: #e5e7eb;
  --ssa-border-mid: #d1d5db;

  /* Notice palette — retained amber family, raised contrast */
  --ssa-notice-text: #78350f;        /* 8.9:1 on white and on notice bg — AAA */
  --ssa-notice-border: #a85913;
  --ssa-notice-border-soft: #fde68a;
  --ssa-notice-bg: #fffbeb;

  background-color: #ffffff;
  color: var(--ssa-text-dark);
  font-size: 16px;
  line-height: 1.7;
  padding: 1.25em 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-skills-by-age__heading,
.social-skills-by-age__subheading,
.social-skills-by-age__domain-card-title {
  text-transform: none !important;
  font-family: inherit;
  letter-spacing: -0.01em;
}

.social-skills-by-age p {
  margin: 0 0 1.1em;
  font-size: inherit;
  line-height: inherit;
}

.social-skills-by-age strong {
  color: var(--ssa-text-strong);
  font-weight: 700;
}

.social-skills-by-age ul {
  margin: 0 0 1.1em;
  padding-left: 1.3em;
}

.social-skills-by-age ul li {
  margin-bottom: 0.35em;
  line-height: 1.55;
}

.social-skills-by-age__heading {
  color: var(--ssa-primary-dark) !important;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 2em 0 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid var(--ssa-border-accent);
  font-weight: 700;
}

.social-skills-by-age__heading:first-child {
  margin-top: 0;
}

.social-skills-by-age__subheading {
  color: var(--ssa-text-strong) !important;
  font-size: 1.125rem;
  line-height: 1.35;
  margin: 1.2em 0 0.4em;
  font-weight: 600;
}

.social-skills-by-age__age-chip {
  display: inline-block;
  background-color: var(--ssa-primary);
  color: #ffffff;                    /* white on #5b21b6 = 8.6:1 AAA */
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 999px;
  vertical-align: middle;
}

.social-skills-by-age__heading .social-skills-by-age__age-chip {
  display: block;
  width: fit-content;
  margin-bottom: 0.5em;
}

.social-skills-by-age a {
  color: var(--ssa-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease, text-decoration-thickness 0.15s ease;
}

.social-skills-by-age a:hover,
.social-skills-by-age a:focus {
  color: var(--ssa-primary-dark);
  text-decoration-thickness: 2px;
}

.social-skills-by-age a:focus-visible {
  outline: 2px solid var(--ssa-primary);
  outline-offset: 2px;
  border-radius: 2px;
}

.social-skills-by-age__citation {
  font-size: 0.75em;
  line-height: 1;
  vertical-align: super;
  margin-left: 1px;
}

.social-skills-by-age__citation a {
  text-decoration: none;
  color: var(--ssa-primary);
  padding: 0 2px;
  border-radius: 2px;
}

.social-skills-by-age__citation a:hover,
.social-skills-by-age__citation a:focus {
  background-color: var(--ssa-accent-soft);
  text-decoration: underline;
}

.social-skills-by-age__domain-chip {
  display: inline-block;
  background-color: var(--ssa-primary-lightest);
  color: var(--ssa-primary-dark);    /* #4c1d95 on #f5f3ff ≈ 10:1 — AAA */
  border: 1px solid var(--ssa-border-accent);
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 10px;
  border-radius: 999px;
  margin-right: 0.55em;
  vertical-align: baseline;
  line-height: 1.4;
}

/* ========================================
   Four-domain intro grid (Visualization 1)
   ======================================== */
.social-skills-by-age__domain-grid {
  margin: 1.75em 0 2em;
  padding: 1.5em 1em 1.75em;
  background-color: var(--ssa-primary-lightest);
  border: 1px solid var(--ssa-border-accent);
  border-radius: 8px;
}

.social-skills-by-age__domain-grid-heading {
  color: var(--ssa-primary-dark) !important;
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 1.25em;
  padding: 0;
  border: none;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 0.12em;
  font-family: inherit;
}

.social-skills-by-age__domain-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3em 1em;
  counter-reset: ssa-domain;
}

.social-skills-by-age__domain-card {
  background-color: #ffffff;
  border: 1px solid var(--ssa-border-soft);
  border-top: 4px solid var(--ssa-primary);
  border-radius: 6px;
  padding: 1.1em 1.15em 1em;
  counter-increment: ssa-domain;
  position: relative;
  box-shadow: 0 1px 3px rgba(76, 29, 149, 0.06),
              0 1px 2px rgba(17, 24, 39, 0.04);
  transition: transform 0.2s ease,
              box-shadow 0.2s ease,
              border-top-color 0.2s ease;
}

.social-skills-by-age__domain-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 29, 149, 0.12),
              0 2px 4px rgba(17, 24, 39, 0.05);
  border-top-color: var(--ssa-primary-dark);
}

.social-skills-by-age__domain-card::before {
  content: counter(ssa-domain);
  position: absolute;
  top: -16px;
  left: 14px;
  width: 28px;
  height: 28px;
  background-color: var(--ssa-primary);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(76, 29, 149, 0.2);
}

.social-skills-by-age__domain-card-title {
  margin: 0 0 0.35em;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ssa-primary-dark) !important;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.social-skills-by-age__domain-card-desc {
  margin: 0;
  font-size: 0.93em;
  color: var(--ssa-text-medium);
  line-height: 1.55;
}

.social-skills-by-age__quick-reference {
  background-color: var(--ssa-primary-lightest);
  border: 1px solid var(--ssa-border-accent);
  border-left: 4px solid var(--ssa-primary);
  padding: 1.25em 1.25em 1.25em;
  margin: 1.8em 0;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 1px 3px rgba(76, 29, 149, 0.06);
}

.social-skills-by-age__quick-reference .social-skills-by-age__heading {
  margin-top: 0;
  font-size: 1.35rem;
  padding-bottom: 0;
  border-bottom: none;
}

.social-skills-by-age__quick-reference p {
  color: var(--ssa-text-medium);
}


.social-skills-by-age__comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0 0;
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 1px solid var(--ssa-border-soft);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(76, 29, 149, 0.08);
}

.social-skills-by-age__comparison-table thead th {
  background-color: var(--ssa-primary);
  color: #ffffff;                    /* white on #5b21b6 = 8.6:1 — AAA */
  font-weight: 700;
  text-align: left;
  padding: 0.7em 0.9em;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.social-skills-by-age__comparison-table thead th:first-child {
  background-color: var(--ssa-primary-dark);
}

.social-skills-by-age__comparison-table tbody th {
  background-color: var(--ssa-accent-soft);
  color: var(--ssa-primary-dark);    /* #4c1d95 on #ede9fe ≈ 9.3:1 — AAA */
  font-weight: 700;
  text-align: left;
  padding: 0.7em 0.9em;
  vertical-align: top;
  border-top: 1px solid var(--ssa-border-soft);
  font-size: 0.92em;
  width: 22%;
}

.social-skills-by-age__comparison-table tbody td {
  padding: 0.7em 0.9em;
  vertical-align: top;
  border-top: 1px solid var(--ssa-border-soft);
  color: var(--ssa-text-dark);
  line-height: 1.5;
}

.social-skills-by-age__comparison-table tbody tr:first-child th,
.social-skills-by-age__comparison-table tbody tr:first-child td {
  border-top: none;
}

.social-skills-by-age__comparison-table tbody tr {
  transition: background-color 0.15s ease;
}

.social-skills-by-age__comparison-table tbody tr:hover td {
  background-color: var(--ssa-primary-lightest);
}


.social-skills-by-age__external-resources {
  background-color: var(--ssa-primary-lightest);
  border-left: 4px solid var(--ssa-primary-light);
  padding: 0.9em 1.1em;
  margin: 1.2em 0 1.4em;
  border-radius: 0 6px 6px 0;
}

.social-skills-by-age__external-resources a {
  font-weight: 600;
}


.social-skills-by-age__disclaimer {
  background-color: var(--ssa-notice-bg);
  border: 1px solid var(--ssa-notice-border-soft);
  border-left: 4px solid var(--ssa-notice-border);
  padding: 1.25em 1.25em 0.5em;
  margin: 2em 0 0;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 1px 3px rgba(168, 89, 19, 0.06);
}

.social-skills-by-age__disclaimer .social-skills-by-age__heading {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--ssa-notice-text) !important; /* #78350f on #fffbeb ≈ 8.5:1 — AAA */
  padding-bottom: 0;
  border-bottom: none;
}

.social-skills-by-age__disclaimer p {
  font-size: 0.95em;
  color: var(--ssa-text-dark);
}

/* ========================================
   Tablet and up (≥768px)
   ======================================== */
@media (min-width: 768px) {
  .social-skills-by-age {
    font-size: 17px;
    padding: 1.75em 1.5em;
  }

  .social-skills-by-age__heading {
    font-size: 1.75rem;
  }

  .social-skills-by-age__subheading {
    font-size: 1.2rem;
  }

  .social-skills-by-age__age-chip {
    font-size: 0.78rem;
  }

  .social-skills-by-age__quick-reference {
    padding: 1.5em 1.75em 1.5em;
  }

  .social-skills-by-age__disclaimer {
    padding: 1.5em 1.75em 0.75em;
  }

  .social-skills-by-age__domain-grid {
    padding: 1.75em 1.75em 2em;
  }

  .social-skills-by-age__domain-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em 1.2em;
  }

  .social-skills-by-age__domain-card {
    padding: 1.15em 1.25em 1em;
  }

  .social-skills-by-age__comparison-table {
    font-size: 1rem;
  }
}

/* ========================================
   Desktop (≥1024px)
   ======================================== */
@media (min-width: 1024px) {
  .social-skills-by-age {
    font-size: 18px;
    padding: 2em 1.75em;
  }

  .social-skills-by-age__heading {
    font-size: 1.875rem;
  }

  .social-skills-by-age__subheading {
    font-size: 1.25rem;
  }
}


@media (min-width: 1280px) {
  .social-skills-by-age__domain-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em 1.1em;
  }

  .social-skills-by-age__domain-card {
    padding: 1.1em 1.15em 1em;
  }
}


@media (max-width: 767px) {
  .social-skills-by-age__comparison-table,
  .social-skills-by-age__comparison-table thead,
  .social-skills-by-age__comparison-table tbody,
  .social-skills-by-age__comparison-table tr,
  .social-skills-by-age__comparison-table th,
  .social-skills-by-age__comparison-table td {
    display: block;
    width: 100%;
  }

  .social-skills-by-age__comparison-table {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .social-skills-by-age__comparison-table thead {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .social-skills-by-age__comparison-table tbody tr {
    margin-bottom: 0.9em;
    background-color: #ffffff;
    border: 1px solid var(--ssa-border-soft);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(76, 29, 149, 0.08);
  }

  .social-skills-by-age__comparison-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .social-skills-by-age__comparison-table tbody th {
    background-color: var(--ssa-primary);
    color: #ffffff;                  /* 8.6:1 — AAA */
    text-align: left;
    padding: 0.6em 0.9em;
    border-top: none;
    font-size: 0.95em;
  }

  .social-skills-by-age__comparison-table tbody td {
    border-top: 1px solid var(--ssa-border-soft);
    padding: 0.55em 0.9em 0.55em 8.5em;
    position: relative;
    min-height: 2.5em;
  }

  .social-skills-by-age__comparison-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.9em;
    top: 0.6em;
    width: 7.5em;
    font-size: 0.72em;
    font-weight: 700;
    color: var(--ssa-primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
}

/* ========================================
   Reduced motion preference
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  .social-skills-by-age *,
  .social-skills-by-age *::before,
  .social-skills-by-age *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8524da */.social-skills-by-age-citations {
  /* Namespace-scoped tokens — mirrors body widget palette */
  --ssac-primary-dark: #4c1d95;      /* 10.7:1 on white — AAA */
  --ssac-primary: #5b21b6;           /*  8.6:1 on white — AAA */
  --ssac-accent-soft: #ede9fe;
  --ssac-border-accent: #c4b5fd;
  --ssac-border-soft: #e5e7eb;
  --ssac-text-medium: #4b5563;       /*  7.6:1 — AAA */

  /* Theme handles column width — no max-width here. */
  background-color: #ffffff;
  border-top: 2px solid var(--ssac-border-accent);
  padding: 1.5em 1em 1em;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ssac-text-medium);
}

.social-skills-by-age-citations__title {
  font-size: 1.1rem;
  color: var(--ssac-primary-dark);
  font-weight: 700;
  margin: 0 0 0.75em;
  letter-spacing: 0.01em;
  text-transform: none;
  font-family: inherit;
}

.social-skills-by-age-citations__list {
  margin: 0;
  padding-left: 1.5em;
}

.social-skills-by-age-citations__item {
  margin-bottom: 0.75em;
  word-break: break-word;
  padding: 0.15em 0 0.15em 0.35em;
  border-radius: 0 4px 4px 0;
  transition: background-color 0.2s ease, padding-left 0.2s ease,
              border-left-width 0.2s ease;
}

.social-skills-by-age-citations__item em {
  font-style: italic;
}

.social-skills-by-age-citations__item a {
  color: var(--ssac-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}

.social-skills-by-age-citations__item a:hover,
.social-skills-by-age-citations__item a:focus {
  color: var(--ssac-primary-dark);
  text-decoration-thickness: 2px;
}

.social-skills-by-age-citations__item a:focus-visible {
  outline: 2px solid var(--ssac-primary);
  outline-offset: 2px;
  border-radius: 2px;
}

.social-skills-by-age-citations__item:target {
  background-color: var(--ssac-accent-soft);
  border-left: 3px solid var(--ssac-primary);
  padding-left: 0.75em;
  margin-left: -0.75em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

@media (min-width: 768px) {
  .social-skills-by-age-citations {
    font-size: 15px;
  }

  .social-skills-by-age-citations__title {
    font-size: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .social-skills-by-age-citations * {
    transition-duration: 0.001ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e13cc66 */.elba-camp-cta-section {
  margin: 3rem 0;
  border-radius: 16px;
  overflow: hidden;
}


.elba-camp-cta-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1C244B 0%, #6D419D 50%, #1C244B 100%);
  background-size: 200% 200%;
  animation: elba-cta-bg-shift 12s ease-in-out infinite;
  padding: 48px 32px;
  text-align: center;
  text-decoration: none !important;
  color: #FFF8F0 !important;
  border-radius: 16px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  isolation: isolate;
}

.elba-camp-cta-link:hover {
  box-shadow: 0 12px 48px rgba(109, 65, 157, 0.45), 0 0 80px rgba(255, 210, 63, 0.12);
  transform: translateY(-3px);
  text-decoration: none !important;
  color: #FFF8F0 !important;
}

.elba-camp-cta-link:visited {
  color: #FFF8F0 !important;
  text-decoration: none !important;
}

.elba-camp-cta-link:focus-visible {
  outline: 3px solid #FFD23F;
  outline-offset: 4px;
  border-radius: 16px;
}

@keyframes elba-cta-bg-shift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* ========================================
   Decorative Shapes
   ======================================== */
.camp-cta-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.cta-shape-circle {
  background: #FFD23F;
}

.cta-shape-ring {
  background: transparent;
  border: 3px solid #2EC4B6;
}

.cta-shape-star {
  background: #FFD23F;
  border-radius: 2px;
  transform: rotate(45deg);
}

.cta-shape-1 { width: 90px; height: 90px; top: -20px; left: -10px; animation: elba-cta-float-1 8s ease-in-out infinite; }
.cta-shape-2 { width: 60px; height: 60px; top: 10%; right: 8%; animation: elba-cta-float-2 10s ease-in-out infinite; }
.cta-shape-3 { width: 45px; height: 45px; bottom: 10%; left: 12%; animation: elba-cta-float-3 9s ease-in-out infinite; }
.cta-shape-4 { width: 30px; height: 30px; top: 20%; left: 18%; animation: elba-cta-float-2 11s ease-in-out infinite; }
.cta-shape-5 { width: 50px; height: 50px; bottom: 5%; right: 12%; animation: elba-cta-float-1 12s ease-in-out infinite; }

@keyframes elba-cta-float-1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-18px) rotate(8deg); }
}

@keyframes elba-cta-float-2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(14px) rotate(-6deg); }
}

@keyframes elba-cta-float-3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%      { transform: translate(10px, -10px) rotate(4deg); }
  66%      { transform: translate(-8px, 8px) rotate(-4deg); }
}

/* ========================================
   Sparkles
   ======================================== */
.camp-cta-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cta-sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #FFF8F0;
  border-radius: 50%;
  opacity: 0;
  animation: elba-cta-sparkle 3s ease-in-out infinite;
}

.cta-sparkle-1 { top: 15%; left: 22%; animation-delay: 0s; }
.cta-sparkle-2 { top: 30%; right: 20%; animation-delay: 0.8s; }
.cta-sparkle-3 { bottom: 25%; left: 30%; animation-delay: 1.5s; }
.cta-sparkle-4 { bottom: 15%; right: 25%; animation-delay: 2.2s; }

@keyframes elba-cta-sparkle {
  0%, 100% { opacity: 0; transform: scale(0); }
  20%      { opacity: 1; transform: scale(1); }
  40%      { opacity: 1; transform: scale(1.5); }
  60%      { opacity: 0.5; transform: scale(1); }
  80%      { opacity: 0; transform: scale(0); }
}

/* ========================================
   Content Layout
   ======================================== */
.camp-cta-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

/* ========================================
   Label Badge
   ======================================== */
.camp-cta-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 8px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFF8F0;
  margin-bottom: 20px;
}

/* ========================================
   Title
   ======================================== */
.camp-cta-title {
  margin: 0 0 16px;
  padding: 0;
  line-height: 0.9;
}

.camp-cta-title-summer,
.camp-cta-title-camp {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.camp-cta-title-summer {
  font-size: clamp(2.5rem, 8vw, 5rem);
  background: linear-gradient(90deg, #FFD23F 0%, #FFF1A8 25%, #FFD23F 50%, #FFC107 75%, #FFD23F 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.12));
  animation: elba-cta-gold-shimmer 4s linear infinite;
}

.camp-cta-title-camp {
  font-size: clamp(3rem, 10vw, 6rem);
  background: linear-gradient(90deg, #FFF8F0 0%, #FFF8F0 40%, #B8FFF6 50%, #FFF8F0 60%, #FFF8F0 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.12));
  animation: elba-cta-camp-shimmer 5s linear infinite;
}

.camp-cta-title-camp::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: min(70%, 350px);
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FFD23F, #2EC4B6, #FFD23F);
  background-size: 200% 100%;
  animation: elba-cta-line-shimmer 3s linear infinite;
}

@keyframes elba-cta-gold-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}

@keyframes elba-cta-camp-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}

@keyframes elba-cta-line-shimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ========================================
   Emphasis Block
   ======================================== */
.camp-cta-emphasis {
  margin: 0 0 24px;
}

.camp-cta-emphasis-lead {
  display: block;
  font-size: clamp(0.85rem, 2vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 248, 240, 0.7);
  margin-bottom: 4px;
}

.camp-cta-emphasis-highlight {
  display: inline-block;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  font-weight: 900;
  color: #FFD23F;
  animation: elba-cta-text-glow 3s ease-in-out infinite;
}

@keyframes elba-cta-text-glow {
  0%, 100% { text-shadow: 0 2px 0 rgba(0,0,0,0.1), 0 0 10px rgba(255,210,63,0); }
  50%      { text-shadow: 0 2px 0 rgba(0,0,0,0.1), 0 0 24px rgba(255,210,63,0.35), 0 0 50px rgba(255,210,63,0.12); }
}

/* ========================================
   Details Row
   ======================================== */
.camp-cta-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 24px;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 600;
  color: rgba(255, 248, 240, 0.9);
}

.camp-cta-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.camp-cta-detail-icon {
  font-size: 1.1rem;
}

.camp-cta-detail-sep {
  color: rgba(255, 248, 240, 0.4);
  font-size: 1.2rem;
}

/* ========================================
   Activity Pills
   ======================================== */
.camp-cta-activities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.camp-cta-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  font-weight: 700;
  color: #FFF8F0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.elba-camp-cta-link:hover .camp-cta-pill {
  border-color: rgba(255, 210, 63, 0.3);
}

/* ========================================
   CTA Button (visual only — whole card is the link)
   ======================================== */
.camp-cta-button {
  display: inline-block;
  padding: 14px 40px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1C244B;
  background: #FFD23F;
  border: 3px solid #FFD23F;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(255, 210, 63, 0.3);
  animation: elba-cta-btn-glow 2.5s ease-in-out infinite;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.elba-camp-cta-link:hover .camp-cta-button {
  background: #FFF8F0;
  color: #1C244B;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 40px rgba(255, 210, 63, 0.5);
}

.camp-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: elba-cta-shimmer-sweep 3s ease-in-out infinite;
}

@keyframes elba-cta-shimmer-sweep {
  0%   { left: -100%; }
  50%  { left: 100%; }
  100% { left: 100%; }
}

@keyframes elba-cta-btn-glow {
  0%, 100% { box-shadow: 0 6px 24px rgba(255,210,63,0.3); }
  50%      { box-shadow: 0 6px 40px rgba(255,210,63,0.5), 0 0 60px rgba(255,210,63,0.12); }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 767px) {
  .elba-camp-cta-link {
    padding: 36px 20px;
  }

  .camp-cta-details {
    gap: 6px 10px;
  }

  .camp-cta-pill {
    padding: 6px 16px;
    font-size: 0.8rem;
  }

  .camp-cta-button {
    padding: 12px 32px;
  }

  .camp-cta-activities {
    gap: 8px;
  }
}

@media (max-width: 400px) {
  .camp-cta-details {
    flex-direction: column;
    gap: 4px;
  }

  .camp-cta-detail-sep {
    display: none;
  }
}

/* ========================================
   Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  .elba-camp-cta-link,
  .cta-shape,
  .cta-sparkle,
  .camp-cta-title-summer,
  .camp-cta-title-camp,
  .camp-cta-title-camp::after,
  .camp-cta-emphasis-highlight,
  .camp-cta-button,
  .camp-cta-button::before {
    animation: none !important;
    transition-duration: 0.01s !important;
  }

  .camp-cta-title-summer {
    -webkit-text-fill-color: #FFD23F !important;
  }

  .camp-cta-title-camp {
    -webkit-text-fill-color: #FFF8F0 !important;
  }

  .camp-cta-title-camp::after {
    width: min(70%, 350px) !important;
  }
}/* End custom CSS */