/*
Theme Name: Blocksy Child
Theme URI: https://eitriconference.org
Description: Custom child theme for the EITRI Conference site. All custom CSS lives here. Section blocks are added at the END of the file in order — never edit the middle without searching for surrounding section markers first. Bump the Version number on every CSS edit to bust browser cache.
Author: EITRI Web
Template: blocksy
Version: 5.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

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

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

.eitri-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
}
.eitri-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://lightgreen-lion-566208.hostingersite.com/wp-content/uploads/2026/04/20250208_142832.jpg');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.00); }
}
.eitri-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    rgba(4, 14, 8, 0.92) 0%,
    rgba(7, 26, 17, 0.80) 50%,
    rgba(7, 26, 17, 0.45) 100%
  );
}
.eitri-hero-texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.035) 1px, transparent 0);
  background-size: 26px 26px;
  pointer-events: none;
}
.eitri-hero-glow {
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,195,74,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.eitri-hero-accent-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent 0%, #8BC34A 30%, #8BC34A 70%, transparent 100%);
  opacity: 0.6;
}
.eitri-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 80px 120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.eitri-hero-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
}
.eitri-hero-date-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8BC34A;
  animation: pulseDot 2s infinite;
  flex-shrink: 0;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139,195,74,0.5); }
  50%       { box-shadow: 0 0 0 6px rgba(139,195,74,0); }
}
.eitri-hero-date-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8BC34A;
}
.eitri-hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.07;
  margin-bottom: 20px;
  max-width: 960px;
  white-space: nowrap;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.35s forwards;
}
@media (max-width: 900px) {
  .eitri-hero-h1 { white-space: normal; }
}
.eitri-hero-h1 em {
  font-style: italic;
  color: #8BC34A;
}
.eitri-hero-theme {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 3px solid #8BC34A;
  max-width: 640px;
  line-height: 1.3;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.5s forwards;
}
.eitri-hero-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.58s forwards;
}
.eitri-hero-body {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 44px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.65s forwards;
}
.eitri-hero-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.8s forwards;
}
.eitri-hero-email-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.35);
}
.eitri-hero-email-row input.eitri-hero-email-input,
.eitri-hero-email-row input.eitri-hero-email-input:not([type]),
.eitri-hero-email-row input[type="email"].eitri-hero-email-input {
  flex: 1;
  padding: 16px 20px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #071a11 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}
.eitri-hero-email-row input.eitri-hero-email-input::placeholder {
  color: #9a9a8f !important;
  opacity: 1;
}
.eitri-hero-email-btn {
  padding: 16px 26px;
  background: #8BC34A;
  color: #071a11;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
  flex-shrink: 0;
}
.eitri-hero-email-btn:hover { background: #a5d96a; }
.eitri-hero-email-btn:active { transform: scale(0.98); }
.eitri-hero-email-btn.success { background: #0F6E56; color: #fff; cursor: default; }
.eitri-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.2s;
}
.eitri-hero-secondary:hover { color: rgba(255,255,255,0.75); }
.eitri-hero-secondary svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0;
}
.eitri-hero-error {
  font-size: 13px;
  color: #ff6b6b;
  margin-top: -12px;
  display: none;
}
.eitri-hero-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  border-top: 1px solid rgba(139,195,74,0.2);
  background: rgba(3, 10, 6, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  animation: fadeIn 0.8s ease 1.1s forwards;
}
.eitri-hero-stats-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: stretch;
}
.eitri-hero-stat {
  flex: 1;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.eitri-hero-stat:last-child { border-right: none; }
.eitri-hero-stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #8BC34A;
  line-height: 1;
}
.eitri-hero-stat-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.eitri-hero-scroll {
  position: absolute;
  bottom: 90px;
  right: 5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s ease 1.3s forwards;
}
.eitri-hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(139,195,74,0.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.8; transform: scaleY(1); }
  50%       { opacity: 0.3; transform: scaleY(0.7); }
}
.eitri-hero-scroll-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.eitri-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #0F6E56;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 28px;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 9999;
  white-space: nowrap;
  pointer-events: none;
}
.eitri-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Hero mobile */
@media (max-width: 768px) {
  .eitri-hero { min-height: 100svh; align-items: flex-start; }
  .eitri-hero-inner { padding: 90px 6vw 140px; }
  .eitri-hero-overlay {
    background: linear-gradient(160deg,
      rgba(4, 14, 8, 0.88) 0%,
      rgba(7, 26, 17, 0.78) 60%,
      rgba(7, 26, 17, 0.40) 100%
    );
  }
  .eitri-hero-h1 { font-size: clamp(38px, 10vw, 56px); }
  .eitri-hero-theme { font-size: clamp(20px, 5vw, 26px); }
  .eitri-hero-body { font-size: 17px; }
  .eitri-hero-email-row {
    flex-direction: column;
    border-radius: 8px;
    overflow: visible;
    background: none;
    box-shadow: none;
    gap: 10px;
    max-width: 100%;
  }
  .eitri-hero-email-btn { border-radius: 8px; padding: 16px; font-size: 14px; text-align: center; }
  .eitri-hero-stats { flex-wrap: wrap; }
  .eitri-hero-stats-inner { padding: 0; flex-wrap: wrap; }
  .eitri-hero-stat { flex: 1 1 50%; padding: 14px 6vw; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .eitri-hero-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
  .eitri-hero-stat:last-child,
  .eitri-hero-stat:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .eitri-hero-scroll { display: none; }
  .eitri-hero-accent-line { display: none; }
}
@media (max-width: 420px) {
  .eitri-hero-inner { padding: 80px 5vw 150px; }
  .eitri-hero-date-text { font-size: 13px; }
  .eitri-hero-stat-value { font-size: 22px; }
}


/* ============================================================
   SHARED / REUSABLE BUTTONS
   ============================================================ */
.eitri-btn-lime {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8BC34A;
  color: #071a11;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.eitri-btn-lime:hover { background: #a5d96a; transform: translateY(-1px); }

.eitri-btn-ghost-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
}
.eitri-btn-ghost-light:hover { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05); }

.eitri-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
}
.eitri-btn-ghost:hover { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05); }


/* ============================================================
   SECTION 1 — WHAT THIS EXPERIENCE OFFERS (step-section)
   ============================================================ */
.step-section { background: #ffffff; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; }
.step-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 800px) { .step-inner { grid-template-columns: 1fr; gap: 48px; } }
.step-eyebrow {
  font-size: 18px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 14px; padding-left: 14px; border-left: 3px solid #8BC34A;
}
.step-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 600; color: #071a11; line-height: 1.15; margin-bottom: 20px;
}
.step-h2 em { font-style: italic; color: #0F6E56; }
.step-lead {
  font-size: 24px; font-weight: 300; color: #6B6B64; line-height: 1.85;
  margin-bottom: 24px; border-left: 3px solid #8BC34A; padding-left: 20px; font-style: italic;
}
.step-body { font-size: 24px; font-weight: 300; color: #6B6B64; line-height: 1.85; margin-bottom: 20px; }
.step-img { width: 100%; border-radius: 14px; overflow: hidden; margin-top: 32px; height: 300px; position: relative; }
.step-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.step-details {
  background: #f5f3ef; border-radius: 14px; padding: 32px;
  border: 1px solid #e8e5df; position: sticky; top: 100px;
}
.step-details-title {
  font-size: 18px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid #e8e5df;
}
.step-detail-item {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e8e5df;
}
.step-detail-item:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.step-detail-icon {
  width: 42px; height: 42px; border-radius: 8px; background: #fff;
  border: 1px solid #e8e5df; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.step-detail-icon svg { width: 20px; height: 20px; stroke: #0F6E56; fill: none; stroke-width: 1.5; }
.step-detail-text strong { display: block; font-size: 18px; font-weight: 500; color: #071a11; margin-bottom: 2px; }
.step-detail-text span { font-size: 16px; color: #6B6B64; font-weight: 300; line-height: 1.5; }
.step-detail-check { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step-check-dot { width: 8px; height: 8px; border-radius: 50%; background: #8BC34A; flex-shrink: 0; }
.step-detail-check span { font-size: 16px; color: #6B6B64; font-weight: 300; }
.step-cta-wrap { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e8e5df; }

/* Step section email capture */
.step-email-row {
  display: flex; align-items: stretch;
  border-radius: 6px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.step-email-row input.step-email-input,
.step-email-row input[type="email"].step-email-input {
  flex: 1;
  padding: 13px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #071a11 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #e8e5df !important;
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}
.step-email-row input.step-email-input::placeholder { color: #aaa !important; opacity: 1; }
.step-email-row input.step-email-input:focus { border-color: #8BC34A !important; }
.step-email-btn {
  padding: 13px 20px;
  background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: none; border-radius: 0 6px 6px 0;
  cursor: pointer; white-space: nowrap;
  transition: background 0.2s; flex-shrink: 0;
}
.step-email-btn:hover { background: #a5d96a; }
.step-email-btn:disabled { opacity: 0.7; cursor: default; }
.step-email-error { display: none; font-size: 13px; color: #c0392b; margin-top: 8px; }
.step-email-success {
  display: none; font-size: 15px; font-weight: 400; color: #0F6E56;
  background: #f0f8ec; border: 1px solid #c8e6a0;
  border-radius: 6px; padding: 14px 16px; line-height: 1.5;
}


/* ============================================================
   SECTION 2 — CALL FOR PROGRAMS (cfp-section)
   ============================================================ */
.cfp-section {
  background: #071a11; padding: 88px 5vw;
  font-family: 'DM Sans', sans-serif; position: relative; overflow: hidden;
}
.cfp-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 28px 28px; pointer-events: none;
}
.cfp-glow {
  position: absolute; bottom: -100px; left: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,195,74,0.07) 0%, transparent 70%); pointer-events: none;
}
.cfp-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.cfp-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 800px) { .cfp-grid { grid-template-columns: 1fr; gap: 48px; } }
.cfp-eyebrow {
  font-size: 18px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 16px; padding-left: 14px; border-left: 3px solid #8BC34A;
}
.cfp-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 600; color: #fff; line-height: 1.15; margin-bottom: 20px;
}
.cfp-h2 em { font-style: italic; color: #8BC34A; }
.cfp-body { font-size: 24px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 24px; }
.cfp-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.cfp-cards { display: flex; flex-direction: column; gap: 16px; }
.cfp-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 24px 28px; position: relative; overflow: hidden; transition: all 0.25s;
}
.cfp-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #8BC34A;
}
.cfp-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(139,195,74,0.2); }
.cfp-card-label {
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 6px;
}
.cfp-card-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 4px;
}
.cfp-card-desc { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.5; }
.cfp-contact {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 16px; color: rgba(255,255,255,0.35); line-height: 1.7;
}
.cfp-contact a { color: #8BC34A; text-decoration: none; }
.cfp-contact a:hover { text-decoration: underline; }


/* ============================================================
   CALL FOR PROGRAMS — Steps
   ============================================================ */
.cfp-steps { margin-top: 32px; display: flex; flex-direction: column; }
.cfp-step { display: flex; align-items: flex-start; gap: 18px; }
.cfp-step-num { width: 36px; height: 36px; border-radius: 50%; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.cfp-step-content { flex: 1; padding-bottom: 4px; }
.cfp-step-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 6px; line-height: 1.2; }
.cfp-step-body { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 14px; }
.cfp-step-body strong { color: rgba(255,255,255,0.85); font-weight: 500; }
.cfp-step-connector { width: 36px; display: flex; justify-content: center; flex-shrink: 0; padding: 6px 0; }
.cfp-step-connector::before { content: ''; width: 1px; height: 28px; background: linear-gradient(to bottom, #8BC34A, rgba(139,195,74,0.2)); display: block; }
.cfp-step-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.cfp-step-btn-primary { display: inline-flex; align-items: center; gap: 7px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 11px 20px; border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; }
.cfp-step-btn-primary:hover { background: #a5d96a; transform: translateY(-1px); }
.cfp-step-btn-primary svg { width: 14px; height: 14px; stroke: #071a11; fill: none; stroke-width: 2; flex-shrink: 0; }
.cfp-step-btn-ghost { display: inline-flex; align-items: center; gap: 7px; background: transparent; color: rgba(255,255,255,0.6); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; padding: 11px 18px; border-radius: 6px; text-decoration: none; transition: all 0.2s; border: 1px solid rgba(255,255,255,0.15); cursor: pointer; }
.cfp-step-btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.04); }
.cfp-step-btn-ghost svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }
.cfp-step-note { font-size: 12px; color: rgba(255,255,255,0.3); font-style: italic; line-height: 1.5; }


/* ============================================================
   SECTION 3 — VENUE & DIRECTIONS (getting-section)
   ============================================================ */
.getting-section { background: #ffffff; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; }
.getting-inner { max-width: 1100px; margin: 0 auto; }
.getting-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: start; }
@media (max-width: 800px) { .getting-grid { grid-template-columns: 1fr; gap: 48px; } }
.getting-eyebrow {
  font-size: 18px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 14px; padding-left: 14px; border-left: 3px solid #8BC34A;
}
.getting-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 600; color: #071a11; line-height: 1.15; margin-bottom: 16px;
}
.getting-h2 em { font-style: italic; color: #0F6E56; }
.getting-lead { font-size: 24px; font-weight: 300; color: #6B6B64; line-height: 1.8; margin-bottom: 36px; }
.getting-item {
  display: flex; align-items: flex-start; gap: 16px;
  margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #f0ece6;
}
.getting-item:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.getting-icon {
  width: 44px; height: 44px; border-radius: 10px; background: #f5f3ef;
  border: 1px solid #e8e5df; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.getting-icon svg { width: 20px; height: 20px; stroke: #0F6E56; fill: none; stroke-width: 1.5; }
.getting-item-title { font-size: 18px; font-weight: 500; color: #071a11; margin-bottom: 4px; }
.getting-item-body { font-size: 18px; font-weight: 300; color: #6B6B64; line-height: 1.7; }
.getting-item-body strong { color: #071a11; font-weight: 500; }
.getting-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.btn-maps-primary {
  display: inline-flex; align-items: center; gap: 10px; background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 14px 28px;
  border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer;
}
.btn-maps-primary:hover { background: #a5d96a; transform: translateY(-2px); }
.btn-maps-primary svg { width: 18px; height: 18px; fill: none; stroke: #071a11; stroke-width: 2; flex-shrink: 0; }
.btn-maps-outline {
  display: inline-flex; align-items: center; gap: 10px; background: transparent; color: #0F6E56;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 14px 24px;
  border-radius: 6px; text-decoration: none; transition: all 0.2s; border: 1px solid #0F6E56; cursor: pointer;
}
.btn-maps-outline:hover { background: #f0f8ec; }
.btn-maps-outline svg { width: 18px; height: 18px; fill: none; stroke: #0F6E56; stroke-width: 2; flex-shrink: 0; }
.getting-map {
  border-radius: 16px; overflow: hidden; position: relative;
  border: 1px solid #e8e5df; box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.getting-map-img { width: 100%; height: 320px; object-fit: cover; object-position: center; display: block; }
.getting-map-pin {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-100%);
  display: flex; flex-direction: column; align-items: center; cursor: pointer;
}
.getting-map-pin-dot {
  width: 24px; height: 24px; background: #0F6E56; border-radius: 50%;
  border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.3); transition: transform 0.2s;
}
.getting-map-pin:hover .getting-map-pin-dot { transform: scale(1.2); }
.getting-map-pin-stem { width: 3px; height: 16px; background: #0F6E56; }
.getting-map-pin-shadow { width: 10px; height: 4px; background: rgba(0,0,0,0.15); border-radius: 50%; }
.getting-map-tooltip {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: #071a11; color: #fff; border-radius: 10px; padding: 14px 20px;
  min-width: 260px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.getting-map-tooltip::after {
  content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0; border-left: 8px solid transparent;
  border-right: 8px solid transparent; border-top: 8px solid #071a11;
}
.getting-map-tooltip-name {
  font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 4px;
}
.getting-map-tooltip-addr { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5; margin-bottom: 10px; }
.getting-map-tooltip-link {
  display: inline-flex; align-items: center; gap: 6px; background: #8BC34A; color: #071a11;
  font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 4px; text-decoration: none; transition: background 0.2s;
}
.getting-map-tooltip-link:hover { background: #a5d96a; }
.getting-campus-note {
  margin-top: 0; font-size: 13px; color: #aaa; text-align: center;
  padding: 12px 16px; background: #f9f8f5; border-top: 1px solid #e8e5df;
}


/* ============================================================
   VENUE & DIRECTIONS — hotel card
   ============================================================ */
.getting-hotel { display: grid; grid-template-columns: 140px 1fr; gap: 0; border-radius: 14px; overflow: hidden; border: 1px solid #e8e5df; margin-top: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: box-shadow 0.25s; }
.getting-hotel:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.getting-hotel-img-wrap { flex-shrink: 0; overflow: hidden; position: relative; }
.getting-hotel-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.5s ease; }
.getting-hotel:hover .getting-hotel-img-wrap img { transform: scale(1.05); }
.getting-hotel-content { padding: 20px 22px; background: #f9f8f5; display: flex; flex-direction: column; justify-content: center; }
.getting-hotel-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #8BC34A; margin-bottom: 4px; }
.getting-hotel-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: #071a11; margin-bottom: 6px; line-height: 1.2; }
.getting-hotel-body { font-size: 13px; font-weight: 300; color: #6B6B64; line-height: 1.65; margin-bottom: 12px; }
.getting-hotel-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #0F6E56; text-decoration: none; transition: gap 0.2s; }
.getting-hotel-link:hover { gap: 10px; color: #071a11; }
.getting-hotel-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; flex-shrink: 0; }
@media (max-width: 500px) { .getting-hotel { grid-template-columns: 1fr; } .getting-hotel-img-wrap { height: 160px; } }


/* ============================================================
   SECTION 4 — PRICING (pricing-section)
   ============================================================ */

.pricing-section {
  background: #faf9f7;
  padding: 100px 5vw;
  font-family: 'DM Sans', sans-serif;
}

.pricing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* --- Header --- */
.pricing-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8BC34A;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pricing-eyebrow::before,
.pricing-eyebrow::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #8BC34A;
  opacity: 0.4;
}

.pricing-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 600;
  color: #071a11;
  line-height: 1.1;
  margin-bottom: 14px;
}

.pricing-lead {
  font-size: 19px;
  font-weight: 300;
  color: #6B6B64;
  line-height: 1.75;
  margin-bottom: 56px;
}

/* --- Main cards grid --- */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: start;
}
@media (max-width: 620px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* --- Base card --- */
.pricing-card {
  background: #ffffff;
  border: 1.5px solid #e8e5df;
  border-radius: 20px;
  padding: 44px 40px 40px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(7,26,17,0.09);
}

/* Featured / recommended card */
.pricing-card.featured {
  border: 2px solid #8BC34A;
  background: #ffffff;
}
.pricing-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6ea832, #8BC34A, #a5d96a);
  border-radius: 0;
}

/* Subtle bottom bar on hover */
.pricing-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #8BC34A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.pricing-card:hover::after { transform: scaleX(1); }
.pricing-card.featured::after { display: none; }

/* --- Badge --- */
.pricing-card-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #8BC34A;
  color: #071a11;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 40px;
}

/* --- Format label --- */
.pricing-format {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8BC34A;
  margin-bottom: 8px;
}

/* --- Card name --- */
.pricing-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  font-weight: 600;
  color: #071a11;
  line-height: 1.2;
  margin-bottom: 28px;
}

/* --- Price --- */
.pricing-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 600;
  color: #071a11;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.pricing-amount sup {
  font-size: 28px;
  vertical-align: top;
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6B6B64;
}

/* --- Clarify (small italic note under price) --- */
.pricing-clarify {
  font-size: 13px;
  font-weight: 300;
  color: #9e9e94;
  font-style: italic;
  margin-bottom: 28px;
  margin-top: -2px;
}

/* --- Divider --- */
.pricing-divider {
  height: 1px;
  background: #ede9e3;
  margin: 4px 0 28px;
}

/* --- Feature list --- */
.pricing-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  padding: 0;
}
.pricing-includes li {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a44;
  padding-left: 22px;
  position: relative;
  line-height: 1.55;
}
.pricing-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8BC34A;
}

/* --- Email capture --- */
.pricing-capture {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-capture-input,
input.pricing-capture-input,
input[type="email"].pricing-capture-input {
  width: 100% !important;
  padding: 12px 15px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #071a11 !important;
  background: #f9f8f6 !important;
  background-color: #f9f8f6 !important;
  border: 1.5px solid #e0dcd6 !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s, background 0.2s !important;
}
.pricing-capture-input::placeholder { color: #b0a89e !important; opacity: 1; }
.pricing-capture-input:focus {
  border-color: #8BC34A !important;
  background: #ffffff !important;
}

/* Dark variant input for bundle */
.pricing-capture-input--dark,
input.pricing-capture-input--dark,
input[type="email"].pricing-capture-input--dark {
  background: rgba(255,255,255,0.06) !important;
  background-color: rgba(255,255,255,0.06) !important;
  border: 1.5px solid rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
}
.pricing-capture-input--dark::placeholder {
  color: rgba(255,255,255,0.4) !important;
  opacity: 1;
}
.pricing-capture-input--dark:focus {
  border-color: #8BC34A !important;
  background: rgba(255,255,255,0.1) !important;
}

/* --- CTA button --- */
.pricing-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: #8BC34A;
  color: #071a11;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.pricing-cta:hover {
  background: #9fd154;
  transform: translateY(-1px);
}
.pricing-cta:active { transform: translateY(0); }

.pricing-cta--dark {
  background: #071a11 !important;
  color: #ffffff !important;
}
.pricing-cta--dark:hover {
  background: #0d2e1c !important;
}

/* --- Error / Success states --- */
.pricing-capture-error {
  display: none;
  font-size: 12px;
  color: #c0392b;
  margin-top: -2px;
}
.pricing-capture-success {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #0F6E56;
  background: #f0f8ec;
  border: 1px solid #c4e49a;
  border-radius: 8px;
  padding: 13px 16px;
  line-height: 1.55;
}


/* ============================================================
   PRICING — BUNDLE BLOCK
   ============================================================ */
.pricing-bundle {
  position: relative;
  background: #071a11;
  border-radius: 20px;
  padding: 36px 40px 38px;
  margin-bottom: 36px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(7,26,17,0.18);
}
.pricing-bundle::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none;
}
.pricing-bundle::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6ea832, #8BC34A, #a5d96a);
}

.pricing-bundle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8BC34A;
  color: #071a11;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.pricing-bundle-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #071a11;
  flex-shrink: 0;
  animation: bundlePulse 1.6s ease-in-out infinite;
}
@keyframes bundlePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.35; transform: scale(0.85); }
}

.pricing-bundle-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 720px) {
  .pricing-bundle-content { grid-template-columns: 1fr; gap: 28px; }
}

.pricing-bundle-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8BC34A;
  margin-bottom: 8px;
}

.pricing-bundle-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 12px;
}

.pricing-bundle-body {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 20px;
}

.pricing-bundle-pricing {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.pricing-bundle-strike {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.4);
  text-decoration-thickness: 1.5px;
}
.pricing-bundle-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pricing-bundle-save {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8BC34A;
  background: rgba(139,195,74,0.1);
  border: 1px solid rgba(139,195,74,0.25);
  padding: 5px 12px;
  border-radius: 20px;
}

.pricing-bundle-cta-wrap {
  width: 100%;
}

@media (max-width: 500px) {
  .pricing-bundle { padding: 28px 24px 30px; }
  .pricing-bundle-amount { font-size: 40px; }
  .pricing-bundle-strike { font-size: 18px; }
}


/* ============================================================
   PRICING — ADD-ONS ROW (4 columns)
   ============================================================ */

.pricing-addons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
}
@media (max-width: 900px) {
  .pricing-addons { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .pricing-addons { grid-template-columns: 1fr; }
}

.pricing-addon-card {
  background: #ffffff;
  border: 1.5px solid #e8e5df;
  border-radius: 16px;
  padding: 26px 22px 24px;
  text-align: left;
  position: relative;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.pricing-addon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}

.pricing-addon-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(139,195,74,0.1);
  color: #0F6E56;
  border: 1px solid rgba(139,195,74,0.22);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.pricing-addon-badge--intl {
  background: rgba(15,110,86,0.08);
  color: #0F6E56;
  border-color: rgba(15,110,86,0.22);
}
.pricing-addon-badge--cert {
  background: rgba(15,110,86,0.08);
  color: #0F6E56;
  border-color: rgba(15,110,86,0.18);
}

.pricing-addon-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #f5f3ef;
  border: 1px solid #e8e5df;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.pricing-addon-icon svg {
  width: 18px; height: 18px;
  stroke: #0F6E56; fill: none; stroke-width: 1.5;
}

.pricing-addon-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: #071a11;
  margin-bottom: 8px;
  line-height: 1.25;
}

.pricing-addon-body {
  font-size: 13.5px;
  font-weight: 300;
  color: #6B6B64;
  line-height: 1.65;
  margin-bottom: 16px;
}

.pricing-addon-link {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: #0F6E56;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  gap: 4px;
}
.pricing-addon-link:hover { color: #071a11; }


/* --- Bottom notes --- */
.pricing-note {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
  line-height: 2;
  padding-top: 4px;
}
.pricing-note a {
  color: #0F6E56;
  text-decoration: none;
  font-weight: 400;
}
.pricing-note a:hover { text-decoration: underline; }


/* ============================================================
   SECTION 5 — PUBLICATIONS PACKAGE (pub-section)
   ============================================================ */
.pub-section {
  background: #071a11; padding: 72px 5vw;
  font-family: 'DM Sans', sans-serif; position: relative; overflow: hidden;
}
.pub-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 28px 28px; pointer-events: none;
}
.pub-glow {
  position: absolute; right: -100px; top: -100px; width: 400px; height: 400px;
  border-radius: 50%; background: radial-gradient(circle, rgba(139,195,74,0.07) 0%, transparent 70%); pointer-events: none;
}
.pub-inner {
  max-width: 1060px; margin: 0 auto; position: relative; z-index: 1;
  display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
@media (max-width: 700px) { .pub-inner { flex-direction: column; gap: 32px; } }
.pub-books { flex-shrink: 0; width: 160px; }
.pub-books img { width: 100%; border-radius: 6px; box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.pub-books-placeholder {
  width: 160px; height: 140px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 14px; font-style: italic;
  color: rgba(255,255,255,0.3); text-align: center; padding: 16px;
}
.pub-content { flex: 1; min-width: 280px; }
.pub-eyebrow { font-size: 14px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: #8BC34A; margin-bottom: 10px; }
.pub-title {
  font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600;
  color: #fff; line-height: 1.2; margin-bottom: 12px;
}
.pub-body { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.8; }
.pub-action { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
@media (max-width: 700px) { .pub-action { width: 100%; align-items: flex-start; } }
.pub-discount {
  font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #8BC34A;
  background: rgba(139,195,74,0.1); border: 1px solid rgba(139,195,74,0.2); padding: 5px 14px; border-radius: 20px;
}
.pub-price { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #fff; line-height: 1; }
.pub-price sup { font-size: 22px; vertical-align: top; margin-top: 8px; }
.pub-price-note { font-size: 13px; color: rgba(255,255,255,0.3); }
.pub-btn {
  display: inline-flex; align-items: center; gap: 8px; background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 28px;
  border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer; white-space: nowrap;
}
.pub-btn:hover { background: #a5d96a; transform: translateY(-1px); }
.pub-divider { width: 1px; height: 100px; background: rgba(255,255,255,0.07); flex-shrink: 0; }
@media (max-width: 700px) { .pub-divider { display: none; } }


/* ============================================================
   SECTION 6 — CTA BANNER (eitri-cta)
   ============================================================ */
.eitri-cta {
  background: #071a11; padding: 100px 5vw;
  font-family: 'DM Sans', sans-serif; position: relative; overflow: hidden; text-align: center;
}
.eitri-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 28px 28px; pointer-events: none;
}
.eitri-cta-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 400px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(139,195,74,0.07) 0%, transparent 70%); pointer-events: none;
}
.eitri-cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.eitri-cta-eyebrow {
  font-size: 18px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 14px;
}
.eitri-cta-eyebrow::before, .eitri-cta-eyebrow::after {
  content: ''; display: block; width: 40px; height: 1px; background: #8BC34A; opacity: 0.35;
}
.eitri-cta h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600;
  color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.eitri-cta h2 em { font-style: italic; color: #8BC34A; }
.eitri-cta-sub {
  font-size: 24px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.8;
  margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto;
}
.eitri-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.eitri-cta-note { font-size: 14px; color: rgba(255,255,255,0.2); letter-spacing: 0.06em; }
.eitri-cta-bottom {
  position: absolute; bottom: 0; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, transparent, #8BC34A, transparent);
}


/* ============================================================
   SECTION 7 — CONTACT (eitri-contact)
   ============================================================ */
.eitri-contact { background: #fff; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; }
.eitri-contact-inner { max-width: 1060px; margin: 0 auto; }
.eitri-contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
@media (max-width: 800px) { .eitri-contact-grid { grid-template-columns: 1fr; gap: 48px; } }
.contact-eyebrow {
  font-size: 18px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 14px; padding-left: 14px; border-left: 3px solid #8BC34A;
}
.contact-h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600;
  color: #071a11; line-height: 1.15; margin-bottom: 16px;
}
.contact-lead { font-size: 24px; font-weight: 300; color: #6B6B64; line-height: 1.8; margin-bottom: 36px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-icon {
  width: 42px; height: 42px; border-radius: 10px; background: #f5f3ef;
  border: 1px solid #e8e5df; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-icon svg { width: 18px; height: 18px; stroke: #0F6E56; fill: none; stroke-width: 1.5; }
.contact-item-title { font-size: 16px; font-weight: 500; color: #071a11; margin-bottom: 2px; }
.contact-item-body { font-size: 17px; font-weight: 300; color: #6B6B64; line-height: 1.5; }
.contact-item-body a { color: #0F6E56; text-decoration: none; }
.contact-item-body a:hover { text-decoration: underline; }
.contact-form { background: #f5f3ef; border-radius: 16px; padding: 40px 36px; border: 1px solid #e8e5df; }
.contact-form-title {
  font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: #071a11; margin-bottom: 6px;
}
.contact-form-sub { font-size: 17px; font-weight: 300; color: #6B6B64; margin-bottom: 28px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 500px) { .cf-row { grid-template-columns: 1fr; } }
.cf-group { margin-bottom: 14px; }
.cf-group label {
  display: block; font-size: 13px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: #6B6B64; margin-bottom: 6px;
}
.contact-form .cf-group input,
.contact-form .cf-group input[type="text"],
.contact-form .cf-group input[type="email"],
.contact-form .cf-group select,
.contact-form .cf-group textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  border: 1px solid #e8e5df !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  color: #071a11 !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form .cf-group input::placeholder,
.contact-form .cf-group textarea::placeholder { color: #aaa !important; opacity: 1; }
.contact-form .cf-group input:focus,
.contact-form .cf-group select:focus,
.contact-form .cf-group textarea:focus {
  border-color: #8BC34A !important;
  box-shadow: 0 0 0 3px rgba(139,195,74,0.1) !important;
}
.cf-group textarea { resize: vertical; min-height: 110px; }
.cf-submit {
  display: block; width: 100%; text-align: center; background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 15px 24px;
  border-radius: 6px; border: none; cursor: pointer; transition: all 0.2s; margin-top: 6px;
}
.cf-submit:hover { background: #a5d96a; }
.cf-success {
  display: none; margin-top: 12px; font-size: 14px; color: #0F6E56;
  background: #f0f8ec; border: 1px solid #c8e6a0; border-radius: 6px; padding: 12px 16px;
}


/* ============================================================
   SCHEDULE / AGENDA SECTION
   ============================================================ */
.agenda-section {
  background: #071a11; padding: 88px 5vw;
  position: relative; overflow: hidden; font-family: 'DM Sans', sans-serif;
}
.agenda-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 28px 28px; pointer-events: none;
}
.agenda-glow {
  position: absolute; top: -100px; right: -100px; width: 500px; height: 500px;
  border-radius: 50%; background: radial-gradient(circle, rgba(139,195,74,0.07) 0%, transparent 70%); pointer-events: none;
}
.agenda-header { max-width: 1100px; margin: 0 auto 52px; position: relative; z-index: 1; }
.agenda-header-eyebrow {
  font-size: 14px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: #8BC34A; margin-bottom: 16px; padding-left: 14px; border-left: 3px solid #8BC34A;
}
.agenda-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 64px); font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.agenda-h2 em { font-style: italic; color: #8BC34A; }
.agenda-subhead { font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 580px; }
.agenda-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; align-items: start;
}
@media (max-width: 860px) { .agenda-body { grid-template-columns: 1fr; gap: 40px; } }
.agenda-days { display: flex; flex-direction: column; gap: 12px; }
.agenda-item {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 24px 28px;
  display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 20px;
  position: relative; overflow: hidden; transition: all 0.25s;
}
.agenda-item::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: #8BC34A; transform: scaleY(0); transform-origin: top; transition: transform 0.3s;
}
.agenda-item:hover { background: rgba(255,255,255,0.07); border-color: rgba(139,195,74,0.2); }
.agenda-item:hover::before { transform: scaleY(1); }
@media (max-width: 500px) { .agenda-item { grid-template-columns: 60px 1fr; } .agenda-coming { display: none; } }
.agenda-day { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: #8BC34A; line-height: 1; }
.agenda-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 4px; line-height: 1.2; }
.agenda-content p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.6; }
.agenda-coming {
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(139,195,74,0.5); border: 1px solid rgba(139,195,74,0.2); border-radius: 20px;
  padding: 4px 12px; white-space: nowrap; flex-shrink: 0;
}
.agenda-notify {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(139,195,74,0.15);
  border-radius: 12px; padding: 24px 28px; margin-top: 4px;
}
.agenda-notify-label { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.7); margin-bottom: 12px; letter-spacing: 0.02em; }
.agenda-notify-row { display: flex; align-items: stretch; border-radius: 6px; overflow: hidden; }
.agenda-notify-row input.agenda-notify-input,
.agenda-notify-row input[type="email"].agenda-notify-input {
  flex: 1; padding: 12px 16px !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important; font-weight: 300 !important; color: #071a11 !important;
  background: #ffffff !important; background-color: #ffffff !important;
  border: none !important; border-radius: 6px 0 0 6px !important;
  outline: none !important; box-shadow: none !important; min-width: 0;
  -webkit-appearance: none; appearance: none;
}
.agenda-notify-row input.agenda-notify-input::placeholder { color: #aaa !important; opacity: 1; }
.agenda-notify-btn {
  padding: 12px 20px; background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; border: none;
  border-radius: 0 6px 6px 0; cursor: pointer; white-space: nowrap;
  transition: background 0.2s; flex-shrink: 0;
}
.agenda-notify-btn:hover { background: #a5d96a; }
.agenda-notify-btn:disabled { opacity: 0.7; cursor: default; }
.agenda-notify-error { display: none; font-size: 13px; color: #ff6b6b; margin-top: 8px; }
.agenda-notify-success { display: none; font-size: 14px; font-weight: 400; color: #8BC34A; margin-top: 4px; line-height: 1.5; }
.agenda-images { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; }
.agenda-img-top, .agenda-img-bottom { border-radius: 14px; overflow: hidden; position: relative; }
.agenda-img-top { height: 260px; }
.agenda-img-bottom { height: 200px; }
.agenda-img-top img, .agenda-img-bottom img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  display: block; transition: transform 0.6s ease;
}
.agenda-img-top:hover img, .agenda-img-bottom:hover img { transform: scale(1.03); }
.agenda-img-badge {
  position: absolute; bottom: 16px; left: 16px; background: rgba(7,26,17,0.85);
  backdrop-filter: blur(8px); border: 1px solid rgba(139,195,74,0.25); border-radius: 8px;
  padding: 10px 16px; display: flex; flex-direction: column; gap: 1px;
}
.agenda-img-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: #8BC34A; line-height: 1; }
.agenda-img-badge-label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
@media (max-width: 860px) {
  .agenda-images { flex-direction: row; position: static; }
  .agenda-img-top { flex: 1; height: 200px; }
  .agenda-img-bottom { flex: 1; height: 200px; }
}
@media (max-width: 500px) {
  .agenda-images { flex-direction: column; }
  .agenda-img-top, .agenda-img-bottom { height: 200px; }
}


/* ============================================================
   SPEAKERS SECTION
   ============================================================ */
.speakers-section { background: #ffffff; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; }
.speakers-inner { max-width: 1100px; margin: 0 auto; }
.speakers-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 64px; }
@media (max-width: 800px) { .speakers-header { grid-template-columns: 1fr; gap: 36px; } }
.speakers-eyebrow { font-size: 15px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #8BC34A; margin-bottom: 14px; padding-left: 14px; border-left: 3px solid #8BC34A; }
.speakers-h2 { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #071a11; line-height: 1.15; margin-bottom: 14px; }
.speakers-lead { font-size: 18px; font-weight: 300; color: #6B6B64; line-height: 1.8; max-width: 500px; }
.speakers-present-box { background: #f5f3ef; border: 1px solid #e8e5df; border-radius: 14px; padding: 32px 28px; position: relative; overflow: hidden; }
.speakers-present-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, #8BC34A, transparent); }
.speakers-present-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: #071a11; margin-bottom: 8px; }
.speakers-present-body { font-size: 15px; font-weight: 300; color: #6B6B64; line-height: 1.7; margin-bottom: 18px; }
.speakers-present-row { display: flex; align-items: stretch; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07); margin-bottom: 10px; }
.speakers-present-row input.speakers-present-input,
.speakers-present-row input[type="email"].speakers-present-input {
  flex: 1; padding: 12px 14px !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important; font-weight: 300 !important; color: #071a11 !important;
  background: #ffffff !important; background-color: #ffffff !important;
  border: 1px solid #e8e5df !important; border-right: none !important;
  border-radius: 6px 0 0 6px !important; outline: none !important;
  box-shadow: none !important; min-width: 0; -webkit-appearance: none; appearance: none;
}
.speakers-present-row input.speakers-present-input::placeholder { color: #aaa !important; opacity: 1; }
.speakers-present-row input.speakers-present-input:focus { border-color: #8BC34A !important; }
.speakers-present-btn {
  padding: 12px 18px; background: #8BC34A; color: #071a11;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; border: none;
  border-radius: 0 6px 6px 0; cursor: pointer; white-space: nowrap; transition: background 0.2s; flex-shrink: 0;
}
.speakers-present-btn:hover { background: #a5d96a; }
.speakers-present-btn:disabled { opacity: 0.7; cursor: default; }
.speakers-present-error { display: none; font-size: 12px; color: #c0392b; margin-bottom: 8px; }
.speakers-present-success {
  display: none; font-size: 14px; font-weight: 400; color: #0F6E56;
  background: #f0f8ec; border: 1px solid #c8e6a0; border-radius: 6px;
  padding: 12px 14px; margin-bottom: 10px; line-height: 1.5;
}
.speakers-present-note { font-size: 13px; color: #aaa; line-height: 1.5; }
.speakers-present-note a { color: #0F6E56; text-decoration: none; }
.speakers-present-note a:hover { text-decoration: underline; }
.speaker-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; margin-bottom: 48px; }
@media (max-width: 700px) { .speaker-row { grid-template-columns: 1fr; } }
.speaker-photo-wrap { border-radius: 14px; overflow: hidden; height: 420px; position: sticky; top: 100px; }
.speaker-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
@media (max-width: 700px) { .speaker-photo-wrap { height: 300px; position: static; } }
.speaker-card { background: #071a11; border-radius: 14px; padding: 40px 36px; position: relative; overflow: hidden; }
.speaker-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #8BC34A, transparent); }
.speaker-card::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0); background-size: 22px 22px; pointer-events: none; }
.speaker-card-inner { position: relative; z-index: 1; }
.speaker-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.speaker-badge { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #8BC34A; background: rgba(139,195,74,0.1); border: 1px solid rgba(139,195,74,0.2); border-radius: 20px; padding: 4px 12px; }
.speaker-name { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: #fff; margin-bottom: 6px; line-height: 1.1; }
.speaker-title { font-size: 14px; font-weight: 400; color: #8BC34A; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; line-height: 1.5; }
.speaker-quote { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; font-weight: 400; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 22px; padding-left: 16px; border-left: 2px solid #8BC34A; }
.speaker-bio { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.speaker-bio p { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.75; }
.speaker-bio strong { color: rgba(255,255,255,0.85); font-weight: 500; }
.speaker-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.speaker-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 13px 22px; border-radius: 6px; text-decoration: none; transition: all 0.2s; cursor: pointer; }
.speaker-btn-primary:hover { background: #a5d96a; transform: translateY(-1px); }
.speaker-btn-primary svg { width: 14px; height: 14px; stroke: #071a11; fill: none; stroke-width: 2; flex-shrink: 0; }
.speakers-more { background: #f5f3ef; border: 1px dashed #d8d4cc; border-radius: 14px; padding: 28px 32px; margin-top: 8px; }
.speakers-more-inner { display: flex; align-items: center; gap: 20px; }
.speakers-more-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid #e8e5df; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.speakers-more-icon svg { width: 22px; height: 22px; stroke: #8BC34A; fill: none; stroke-width: 1.5; }
.speakers-more-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #071a11; margin-bottom: 4px; }
.speakers-more-body { font-size: 15px; font-weight: 300; color: #6B6B64; line-height: 1.6; }
.speaker-photo-wrap { position: relative; }
.speaker-keynote-badge { position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 6px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.25); }
.speaker-keynote-badge svg { width: 11px; height: 11px; fill: #071a11; stroke: none; flex-shrink: 0; }


/* ============================================================
   PRE-CONFERENCE WORKSHOPS SECTION
   ============================================================ */
.workshop-section { background: #ffffff; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; }
.workshop-inner { max-width: 860px; margin: 0 auto; }
.workshop-eyebrow { font-size: 14px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #8BC34A; margin-bottom: 16px; }
.workshop-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 54px); font-weight: 600; color: #071a11; line-height: 1.15; margin-bottom: 16px; }
.workshop-h2 em { font-style: italic; color: #0F6E56; }
.workshop-lead { font-size: 18px; font-weight: 400; color: #6B6B64; line-height: 1.7; padding-left: 16px; border-left: 3px solid #8BC34A; margin-bottom: 16px; font-style: italic; }
.workshop-body { font-size: 16px; font-weight: 300; color: #6B6B64; line-height: 1.75; margin-bottom: 40px; }
.workshop-tabs { display: inline-flex; background: #f5f3ef; border: 1px solid #e8e5df; border-radius: 8px; padding: 4px; gap: 4px; margin-bottom: 32px; }
.workshop-tab { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border-radius: 6px; border: none; background: transparent; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: #6B6B64; cursor: pointer; transition: all 0.2s; letter-spacing: 0.02em; }
.workshop-tab svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; flex-shrink: 0; }
.workshop-tab:hover { color: #071a11; background: rgba(139,195,74,0.08); }
.workshop-tab.active { background: #ffffff; color: #071a11; box-shadow: 0 1px 4px rgba(0,0,0,0.1); font-weight: 600; }
.workshop-tab.active svg { stroke: #8BC34A; }
.workshop-panel { display: none; }
.workshop-panel.active { display: block; animation: workshopFadeIn 0.25s ease; }
@keyframes workshopFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.workshop-card { background: #f5f3ef; border: 1px solid #e8e5df; border-radius: 16px; overflow: hidden; }
.workshop-card--virtual { background: #071a11; border-color: rgba(139,195,74,0.15); }
.workshop-card-header { padding: 36px 40px 28px; border-bottom: 1px solid #e8e5df; }
.workshop-card--virtual .workshop-card-header { border-bottom-color: rgba(255,255,255,0.07); }
.workshop-card-badge { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #071a11; background: #8BC34A; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.workshop-card-badge--virtual { color: #071a11; background: #8BC34A; }
.workshop-card-title { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; color: #071a11; line-height: 1.15; margin-bottom: 12px; }
.workshop-card--virtual .workshop-card-title { color: #ffffff; }
.workshop-card-tagline { font-size: 16px; font-weight: 300; color: #6B6B64; line-height: 1.7; padding-left: 14px; border-left: 2px solid #8BC34A; }
.workshop-card--virtual .workshop-card-tagline { color: rgba(255,255,255,0.6); }
.workshop-card-body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; padding: 32px 40px; border-bottom: 1px solid #e8e5df; }
.workshop-card--virtual .workshop-card-body { border-bottom-color: rgba(255,255,255,0.07); }
@media (max-width: 600px) { .workshop-card-body { grid-template-columns: 1fr; gap: 24px; } .workshop-card-header, .workshop-card-body, .workshop-card-cta { padding-left: 24px; padding-right: 24px; } }
.workshop-col + .workshop-col { border-left: 1px solid #e8e5df; padding-left: 32px; }
.workshop-card--virtual .workshop-col + .workshop-col { border-left-color: rgba(255,255,255,0.07); }
@media (max-width: 600px) { .workshop-col + .workshop-col { border-left: none; padding-left: 0; border-top: 1px solid #e8e5df; padding-top: 24px; } }
.workshop-list-title { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #071a11; margin-bottom: 14px; }
.workshop-card--virtual .workshop-list-title { color: rgba(255,255,255,0.85); }
.workshop-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.workshop-list li { font-size: 15px; font-weight: 300; color: #6B6B64; padding-left: 18px; position: relative; line-height: 1.5; }
.workshop-card--virtual .workshop-list li { color: rgba(255,255,255,0.55); }
.workshop-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #8BC34A; }
.workshop-note { font-size: 12px; color: #aaa; font-style: italic; }
.workshop-card--virtual .workshop-note { color: rgba(255,255,255,0.3); }
.workshop-card-cta { padding: 28px 40px; }
.workshop-cta-label { font-size: 13px; font-weight: 500; color: #6B6B64; margin-bottom: 12px; letter-spacing: 0.02em; }
.workshop-card--virtual .workshop-cta-label { color: rgba(255,255,255,0.5); }
.workshop-email-row { display: flex; align-items: stretch; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07); max-width: 520px; }
.workshop-email-row input.workshop-email-input,
.workshop-email-row input[type="email"].workshop-email-input {
  flex: 1; padding: 13px 16px !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important; font-weight: 300 !important; color: #071a11 !important;
  background: #ffffff !important; background-color: #ffffff !important;
  border: 1px solid #e8e5df !important; border-right: none !important;
  border-radius: 6px 0 0 6px !important; outline: none !important; box-shadow: none !important;
  min-width: 0; -webkit-appearance: none; appearance: none;
}
.workshop-email-row input.workshop-email-input::placeholder { color: #aaa !important; opacity: 1; }
.workshop-email-row input.workshop-email-input:focus { border-color: #8BC34A !important; }
.workshop-email-btn { padding: 13px 22px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border: none; border-radius: 0 6px 6px 0; cursor: pointer; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
.workshop-email-btn:hover { background: #a5d96a; }
.workshop-email-btn:disabled { opacity: 0.7; cursor: default; }
.workshop-email-error { display: none; font-size: 12px; color: #c0392b; margin-top: 8px; }
.workshop-email-success { display: none; font-size: 14px; font-weight: 400; color: #0F6E56; background: #f0f8ec; border: 1px solid #c8e6a0; border-radius: 6px; padding: 12px 16px; margin-top: 4px; line-height: 1.5; max-width: 520px; }
.workshop-card--virtual .workshop-email-success { background: rgba(15,110,86,0.15); border-color: rgba(139,195,74,0.3); color: #8BC34A; }
@media (max-width: 600px) { .workshop-email-row { flex-direction: column; border-radius: 6px; overflow: visible; box-shadow: none; } .workshop-email-row input.workshop-email-input { border-radius: 6px !important; border-right: 1px solid #e8e5df !important; margin-bottom: 8px; } .workshop-email-btn { border-radius: 6px; padding: 13px; text-align: center; } }


/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testi-section { background: #071a11; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; position: relative; overflow: hidden; }
.testi-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0); background-size: 28px 28px; pointer-events: none; }
.testi-glow { position: absolute; top: -80px; right: -80px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(139,195,74,0.07) 0%, transparent 70%); pointer-events: none; }
.testi-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.testi-header { text-align: center; margin-bottom: 56px; }
.testi-eyebrow { font-size: 14px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #8BC34A; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.testi-eyebrow::before, .testi-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: #8BC34A; opacity: 0.4; }
.testi-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 14px; }
.testi-h2 em { font-style: italic; color: #8BC34A; }
.testi-lead { font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 500px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-bottom: 56px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
@media (min-width: 901px) and (max-width: 1050px) { .testi-grid { grid-template-columns: 1fr 1fr; } .testi-card:last-child { grid-column: 1 / -1; max-width: 520px; margin: 0 auto; width: 100%; } }
.testi-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 36px 32px; display: flex; flex-direction: column; gap: 0; position: relative; overflow: hidden; transition: all 0.25s; }
.testi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(139,195,74,0.3), transparent); transition: background 0.3s; }
.testi-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(139,195,74,0.15); transform: translateY(-4px); }
.testi-card:hover::before { background: linear-gradient(90deg, transparent, #8BC34A, transparent); }
.testi-card--featured { background: rgba(139,195,74,0.06); border-color: rgba(139,195,74,0.2); }
.testi-card--featured::before { background: linear-gradient(90deg, transparent, #8BC34A, transparent); }
.testi-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 600; color: #8BC34A; line-height: 0.6; margin-bottom: 20px; opacity: 0.5; user-select: none; }
.testi-quote { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.75); line-height: 1.8; flex: 1; margin-bottom: 28px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.07); }
.testi-author-initials { width: 42px; height: 42px; border-radius: 50%; background: rgba(139,195,74,0.15); border: 1px solid rgba(139,195,74,0.3); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: #8BC34A; flex-shrink: 0; }
.testi-author-name { font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.testi-author-title { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); letter-spacing: 0.02em; }
.testi-stats { display: flex; align-items: center; justify-content: center; gap: 0; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 32px 40px; flex-wrap: wrap; }
.testi-stat { flex: 1; text-align: center; min-width: 120px; padding: 8px 16px; }
.testi-stat-value { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; color: #8BC34A; line-height: 1; margin-bottom: 6px; }
.testi-stat-label { font-size: 12px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.testi-stat-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.07); flex-shrink: 0; }
@media (max-width: 600px) { .testi-stats { padding: 24px 20px; gap: 8px; } .testi-stat-divider { display: none; } .testi-stat { flex: 1 1 45%; } }


/* ============================================================
   SAVE THE DATE SECTION
   ============================================================ */
.std-section { background: #071a11; padding: 88px 5vw; font-family: 'DM Sans', sans-serif; position: relative; overflow: hidden; }
.std-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0); background-size: 28px 28px; pointer-events: none; }
.std-glow { position: absolute; left: -80px; bottom: -80px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(139,195,74,0.08) 0%, transparent 70%); pointer-events: none; }
.std-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: center; }
@media (max-width: 860px) { .std-inner { grid-template-columns: 1fr; gap: 48px; } }
.std-flier-wrap { position: relative; }
.std-flier-frame { border-radius: 16px; overflow: hidden; position: relative; box-shadow: 0 0 0 1px rgba(139,195,74,0.15), 0 24px 64px rgba(0,0,0,0.5), 0 4px 16px rgba(0,0,0,0.3); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.std-flier-frame:hover { transform: translateY(-6px) rotate(0.5deg); box-shadow: 0 0 0 1px rgba(139,195,74,0.3), 0 32px 80px rgba(0,0,0,0.55), 0 8px 24px rgba(0,0,0,0.35); }
.std-flier-img { width: 100%; display: block; border-radius: 16px; }
.std-flier-badge { position: absolute; top: 16px; right: 16px; background: #8BC34A; color: #071a11; border-radius: 8px; padding: 8px 14px; display: flex; flex-direction: column; align-items: center; gap: 0; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.3; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.std-flier-shadow { position: absolute; bottom: -24px; left: 10%; right: 10%; height: 40px; background: rgba(139,195,74,0.12); filter: blur(20px); border-radius: 50%; pointer-events: none; }
.std-eyebrow { font-size: 13px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #8BC34A; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.std-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: #8BC34A; opacity: 0.5; }
.std-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 600; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.std-body { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 28px; }
.std-reasons { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.std-reasons li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.5; }
.std-reason-dot { width: 7px; height: 7px; border-radius: 50%; background: #8BC34A; flex-shrink: 0; }
.std-capture-wrap { margin-bottom: 16px; }
.std-capture-label { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.5); margin-bottom: 10px; line-height: 1.5; }
.std-capture-row { display: flex; align-items: stretch; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.3); margin-bottom: 8px; }
.std-capture-row input.std-capture-input,
.std-capture-row input[type="email"].std-capture-input {
  flex: 1; padding: 14px 18px !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important; font-weight: 300 !important; color: #071a11 !important;
  background: #ffffff !important; background-color: #ffffff !important;
  border: none !important; border-radius: 8px 0 0 8px !important;
  outline: none !important; box-shadow: none !important; min-width: 0;
  -webkit-appearance: none; appearance: none;
}
.std-capture-row input.std-capture-input::placeholder { color: #aaa !important; opacity: 1; }
.std-capture-btn { padding: 14px 22px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: none; border-radius: 0 8px 8px 0; cursor: pointer; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
.std-capture-btn:hover { background: #a5d96a; }
.std-capture-btn:disabled { opacity: 0.7; cursor: default; }
.std-capture-error { display: none; font-size: 12px; color: #ff6b6b; margin-bottom: 6px; }
.std-capture-success { display: none; font-size: 15px; font-weight: 400; color: #8BC34A; line-height: 1.6; padding: 14px 0 4px; }
.std-capture-success a { color: #8BC34A; font-weight: 600; text-decoration: underline; }
.std-capture-note { font-size: 12px; color: rgba(255,255,255,0.25); font-style: italic; margin-top: 6px; }
.std-direct { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; margin-top: 4px; }
.std-direct:hover { color: rgba(255,255,255,0.65); }
.std-direct svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }
@media (max-width: 500px) { .std-capture-row { flex-direction: column; border-radius: 8px; overflow: visible; box-shadow: none; gap: 8px; } .std-capture-row input.std-capture-input { border-radius: 8px !important; box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important; } .std-capture-btn { border-radius: 8px; padding: 14px; text-align: center; } }


/* ============================================================
   STD LIGHTBOX
   ============================================================ */
.std-flier-clickable { cursor: zoom-in; }
.std-flier-zoom-hint { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px; background: rgba(7,26,17,0.75); color: #8BC34A; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; pointer-events: none; backdrop-filter: blur(4px); }
.std-flier-zoom-hint svg { width: 12px; height: 12px; stroke: #8BC34A; fill: none; stroke-width: 2; }
.std-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 99999; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; }
.std-lightbox-inner { position: relative; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 16px; cursor: default; }
.std-lightbox-inner img { max-width: 100%; max-height: 80vh; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,0.6); display: block; }
.std-lightbox-close { position: absolute; top: -16px; right: -16px; width: 36px; height: 36px; border-radius: 50%; background: #8BC34A; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 1; }
.std-lightbox-close:hover { background: #a5d96a; }
.std-lightbox-close svg { width: 16px; height: 16px; stroke: #071a11; fill: none; stroke-width: 2.5; }
.std-lightbox-download { display: inline-flex; align-items: center; gap: 8px; background: #8BC34A; color: #071a11; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 24px; border-radius: 6px; text-decoration: none; transition: background 0.2s; }
.std-lightbox-download:hover { background: #a5d96a; }
.std-lightbox-download svg { width: 15px; height: 15px; stroke: #071a11; fill: none; stroke-width: 2; }


/* ============================================================
   FOUNDERS SECTION
   ============================================================ */
.founders-section {
  background: #060f08;
  padding: 100px 5vw 88px;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  overflow: hidden;
}
.founders-texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.035) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.founders-glow-left {
  position: absolute;
  top: -100px; left: -150px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,195,74,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.founders-glow-right {
  position: absolute;
  bottom: -100px; right: -150px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,110,86,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.founders-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.founders-header {
  text-align: center;
  margin-bottom: 72px;
}
.founders-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8BC34A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.founders-eyebrow::before,
.founders-eyebrow::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #8BC34A;
  opacity: 0.35;
}
.founders-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 18px;
}
.founders-h2 em {
  font-style: italic;
  color: #8BC34A;
}
.founders-lead {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 32px;
}
.founders-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8BC34A, transparent);
  margin: 0 auto;
}
.founders-origin-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.founders-origin-label span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}
.founders-origin-rule {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.07);
}
.founders-protege-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 56px 0 36px;
}
.founders-protege-label span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}
.founders-originators {
  margin-bottom: 0;
}
.founders-origin-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.founders-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.3s, transform 0.3s;
  background: rgba(255,255,255,0.03);
  display: grid;
  grid-template-columns: 220px 1fr;
}
.founders-card:hover {
  border-color: rgba(139,195,74,0.2);
  transform: translateY(-4px);
}
@media (max-width: 600px) {
  .founders-card { grid-template-columns: 1fr; }
}
.founders-photo-wrap {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.founders-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.6s ease;
  filter: grayscale(20%);
}
.founders-card:hover .founders-photo-wrap img {
  transform: scale(1.04);
  filter: grayscale(0%);
}
.founders-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(6,15,8,0.15) 0%, transparent 100%);
}
.founders-card-content {
  padding: 28px 32px 32px;
}
.founders-card-year {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8BC34A;
  margin-bottom: 8px;
}
.founders-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 6px;
}
.founders-card-title {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.founders-card-bio {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 20px;
}
.founders-card-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.founders-card-roles span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8BC34A;
  background: rgba(139,195,74,0.08);
  border: 1px solid rgba(139,195,74,0.18);
  padding: 4px 12px;
  border-radius: 20px;
}
.founders-darwin {
  margin: 40px 0 0;
  padding: 24px 32px;
  background: rgba(139,195,74,0.04);
  border: 1px solid rgba(139,195,74,0.12);
  border-radius: 12px;
  border-left: 3px solid #8BC34A;
}
.founders-darwin-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.founders-darwin-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(139,195,74,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.founders-darwin-icon svg {
  width: 18px; height: 18px;
  stroke: #8BC34A; fill: none; stroke-width: 1.5;
}
.founders-darwin-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
}
.founders-darwin-name span {
  font-weight: 300;
  color: rgba(255,255,255,0.35);
  margin-left: 8px;
}
.founders-darwin-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}
.founders-card--protege {
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media (max-width: 800px) {
  .founders-card--protege { grid-template-columns: 1fr; }
}
.founders-protege-photo-wrap {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.founders-protege-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s ease;
  filter: grayscale(20%);
}
.founders-card--protege:hover .founders-protege-photo-wrap img {
  transform: scale(1.04);
  filter: grayscale(0%);
}
.founders-tei-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #8BC34A;
  text-decoration: none;
  margin-top: 20px;
  transition: gap 0.2s, color 0.2s;
}
.founders-tei-link:hover {
  gap: 11px;
  color: #a5d96a;
}
.founders-tei-link svg {
  width: 13px; height: 13px;
  stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0;
}

@media (max-width: 500px) {
  .founders-card-content { padding: 22px 20px 24px; }
  .founders-card-name { font-size: 26px; }
  .founders-darwin { padding: 18px 20px; }
  .founders-darwin-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}


/* ════════════════════════════════════════════════════════════════════════════
   SECTION — ANALYTICS DASHBOARD (Email Campaigns)
   Shortcode: [campaign_analytics]
   All selectors prefixed .analytics-* so they cannot collide with anything above.
   ════════════════════════════════════════════════════════════════════════════ */

.analytics-dashboard {
    --ad-bg:           #faf8f3;
    --ad-card:         #ffffff;
    --ad-card-soft:    #f7f5ef;
    --ad-ink:          #1c1c1a;
    --ad-ink-soft:     #4a4a47;
    --ad-muted:        #8c8a82;
    --ad-rule:         #e8e4d8;
    --ad-rule-soft:    #f0ede3;
    --ad-accent:       #2f5d3a;
    --ad-accent-soft:  #e7efe5;
    --ad-positive:     #2f5d3a;
    --ad-negative:     #a83a2a;
    --ad-neutral:      #8c8a82;
    --ad-highlight:    #fff8e1;

    --ad-serif:        Georgia, 'Iowan Old Style', 'Source Serif Pro', 'Times New Roman', serif;
    --ad-sans:         -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;

    background: var(--ad-bg);
    color: var(--ad-ink);
    font-family: var(--ad-sans);
    line-height: 1.5;
    padding: 64px 24px;
}

.analytics-dashboard *,
.analytics-dashboard *::before,
.analytics-dashboard *::after {
    box-sizing: border-box;
}

.analytics-dashboard__inner { max-width: 1080px; margin: 0 auto; }

.analytics-dashboard__header {
    margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--ad-rule);
}
.analytics-dashboard__eyebrow {
    font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em;
    color: var(--ad-accent); margin-bottom: 10px;
}
.analytics-dashboard__title {
    font-family: var(--ad-serif); font-size: 2.5rem; font-weight: 700;
    color: var(--ad-ink); margin: 0 0 8px; line-height: 1.1; letter-spacing: -0.01em;
}
.analytics-dashboard__subtitle {
    font-family: var(--ad-serif); font-style: italic; font-size: 1.0625rem;
    color: var(--ad-ink-soft); margin: 0;
}

.analytics-campaign {
    background: var(--ad-card); border: 1px solid var(--ad-rule); border-radius: 4px;
    padding: 40px; margin-bottom: 32px; box-shadow: 0 1px 0 rgba(28,28,26,0.02);
}
.analytics-campaign__header {
    margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--ad-rule);
}
.analytics-campaign__name {
    font-family: var(--ad-serif); font-size: 1.75rem; font-weight: 700;
    color: var(--ad-ink); margin: 0 0 12px; line-height: 1.2; letter-spacing: -0.005em;
}
.analytics-campaign__meta {
    display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
    font-size: 0.875rem; color: var(--ad-ink-soft);
}
.analytics-campaign__date { color: var(--ad-ink-soft); }
.analytics-campaign__platform {
    color: var(--ad-muted); padding-left: 12px; border-left: 1px solid var(--ad-rule);
}

.analytics-status {
    display: inline-block; padding: 3px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
    font-family: var(--ad-sans);
}
.analytics-status--sent,
.analytics-status--success { background: var(--ad-accent-soft); color: var(--ad-accent); }
.analytics-status--draft { background: #f0ede3; color: var(--ad-ink-soft); }
.analytics-status--scheduled { background: #fff4dc; color: #7a5a18; }

.analytics-kpis {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
    background: var(--ad-rule); border: 1px solid var(--ad-rule); margin-bottom: 40px;
}
.analytics-kpi {
    background: var(--ad-card); padding: 24px 20px;
    display: flex; flex-direction: column; gap: 8px;
}
.analytics-kpi__label {
    font-size: 11px; font-weight: 600; color: var(--ad-muted);
    text-transform: uppercase; letter-spacing: 0.12em;
}
.analytics-kpi__value {
    font-family: var(--ad-serif); font-size: 2.25rem; font-weight: 700;
    color: var(--ad-ink); line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.analytics-kpi__delta {
    font-size: 0.8125rem; font-weight: 500;
    display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px;
    font-variant-numeric: tabular-nums;
}
.analytics-kpi__delta.is-positive { color: var(--ad-positive); }
.analytics-kpi__delta.is-negative { color: var(--ad-negative); }
.analytics-kpi__delta.is-neutral { color: var(--ad-muted); }
.analytics-kpi__delta-arrow { font-size: 0.875rem; line-height: 1; }
.analytics-kpi__delta-note { color: var(--ad-muted); font-weight: 400; font-size: 0.75rem; }

.analytics-panel { margin-bottom: 36px; }
.analytics-panel:last-child { margin-bottom: 0; }
.analytics-panel__title {
    font-family: var(--ad-serif); font-size: 1.25rem; font-weight: 700;
    color: var(--ad-ink); margin: 0 0 4px; letter-spacing: -0.005em;
}
.analytics-panel__hint {
    font-size: 0.875rem; color: var(--ad-muted); margin: 0 0 16px;
    font-style: italic; font-family: var(--ad-serif);
}

.analytics-funnel { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ad-rule); }
.analytics-funnel__row {
    display: grid; grid-template-columns: 100px 1fr 180px;
    align-items: center; gap: 16px; padding: 14px 0;
    border-bottom: 1px solid var(--ad-rule-soft);
}
.analytics-funnel__row:last-child { border-bottom: 1px solid var(--ad-rule); }
.analytics-funnel__label {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.14em; color: var(--ad-ink-soft);
}
.analytics-funnel__bar-wrap { display: flex; align-items: center; gap: 14px; min-width: 0; }
.analytics-funnel__bar {
    background: var(--ad-accent); height: 22px; min-width: 4px; border-radius: 2px;
    transition: width 0.4s ease;
}
.analytics-funnel__count {
    font-family: var(--ad-serif); font-size: 1.125rem; font-weight: 700; color: var(--ad-ink);
    font-variant-numeric: tabular-nums; white-space: nowrap;
}
.analytics-funnel__rate {
    font-size: 0.8125rem; color: var(--ad-muted); text-align: right; font-variant-numeric: tabular-nums;
}

.analytics-table-wrap { overflow-x: auto; border: 1px solid var(--ad-rule); border-radius: 4px; }
.analytics-table {
    width: 100%; border-collapse: collapse; font-size: 0.9375rem; font-family: var(--ad-sans);
}
.analytics-table thead th {
    background: var(--ad-card-soft); text-align: right; padding: 12px 18px;
    font-size: 11px; font-weight: 600; color: var(--ad-muted);
    text-transform: uppercase; letter-spacing: 0.12em;
    border-bottom: 1px solid var(--ad-rule); white-space: nowrap;
}
.analytics-table thead th:first-child { text-align: left; }
.analytics-table tbody th {
    text-align: left; padding: 11px 18px; font-weight: 500; color: var(--ad-ink);
    border-bottom: 1px solid var(--ad-rule-soft);
}
.analytics-table tbody td {
    text-align: right; padding: 11px 18px; color: var(--ad-ink);
    border-bottom: 1px solid var(--ad-rule-soft); font-variant-numeric: tabular-nums;
}
.analytics-table tbody tr:last-child th,
.analytics-table tbody tr:last-child td { border-bottom: none; }
.analytics-table tbody td.is-combined {
    font-weight: 700; background: var(--ad-card-soft); color: var(--ad-ink);
}
.analytics-table tbody tr:hover th,
.analytics-table tbody tr:hover td { background: var(--ad-card-soft); }
.analytics-table tbody tr:hover td.is-combined { background: var(--ad-accent-soft); }
.analytics-table--history thead th,
.analytics-table--history tbody td { text-align: left; }
.analytics-table--history tbody td:nth-child(2) {
    font-variant-numeric: tabular-nums; font-weight: 600;
}

.analytics-clicks { list-style: none; padding: 0; margin: 0; }
.analytics-clicks__item { padding: 14px 0; border-bottom: 1px solid var(--ad-rule-soft); }
.analytics-clicks__item:first-child { padding-top: 0; }
.analytics-clicks__item:last-child { border-bottom: none; }
.analytics-clicks__header {
    display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
    margin-bottom: 8px; font-size: 0.9375rem;
}
.analytics-clicks__url {
    color: var(--ad-ink); text-decoration: none; font-weight: 500;
    border-bottom: 1px solid var(--ad-rule); padding-bottom: 1px;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.analytics-clicks__url:hover { color: var(--ad-accent); border-bottom-color: var(--ad-accent); }
.analytics-clicks__badge {
    background: var(--ad-highlight); color: #7a5a18;
    font-size: 11px; font-weight: 600; padding: 2px 8px;
    border-radius: 999px; letter-spacing: 0.04em;
}
.analytics-clicks__stats {
    margin-left: auto; color: var(--ad-ink-soft);
    font-variant-numeric: tabular-nums; font-size: 0.9375rem;
    display: flex; align-items: baseline; gap: 6px;
}
.analytics-clicks__stats strong {
    color: var(--ad-ink); font-family: var(--ad-serif);
    font-size: 1.125rem; font-weight: 700;
}
.analytics-clicks__divider { color: var(--ad-muted); }
.analytics-clicks__bar {
    background: var(--ad-rule-soft); height: 6px;
    border-radius: 4px; overflow: hidden;
}
.analytics-clicks__bar-fill {
    background: var(--ad-accent); height: 100%; border-radius: 4px;
    transition: width 0.4s ease;
}
.analytics-clicks__total {
    margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ad-rule);
    font-size: 0.875rem; color: var(--ad-ink-soft);
}
.analytics-clicks__total strong {
    color: var(--ad-ink); font-family: var(--ad-serif);
    font-size: 1rem; font-variant-numeric: tabular-nums;
}

.analytics-devices { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.analytics-device-card {
    background: var(--ad-card-soft); border: 1px solid var(--ad-rule);
    border-radius: 4px; padding: 24px;
    --device-bar-color: var(--ad-accent);
}
.analytics-device-card--accent { --device-bar-color: #b08948; }
.analytics-device-card__title {
    font-size: 11px; font-weight: 600; color: var(--ad-muted);
    text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px;
}
.analytics-device-card__total {
    font-family: var(--ad-serif); font-size: 2rem; font-weight: 700;
    color: var(--ad-ink); line-height: 1; margin-bottom: 4px;
    font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
}
.analytics-device-card__total-label {
    font-family: var(--ad-sans); font-size: 0.8125rem; font-weight: 400;
    color: var(--ad-muted); text-transform: lowercase; letter-spacing: 0; margin-left: 8px;
}
.analytics-device-card__split { margin-top: 18px; }
.analytics-device-card__row {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.875rem; margin-bottom: 6px; color: var(--ad-ink);
}
.analytics-device-card__label {
    display: flex; align-items: center; gap: 6px; color: var(--ad-ink-soft);
}
.analytics-device-card__icon {
    width: 14px; height: 14px; color: var(--ad-muted); flex-shrink: 0;
}
.analytics-device-card__pct {
    font-weight: 700; font-variant-numeric: tabular-nums;
    color: var(--ad-ink); font-family: var(--ad-serif);
}
.analytics-device-card__bar {
    background: rgba(28,28,26,0.06); height: 6px;
    border-radius: 4px; overflow: hidden; margin-bottom: 14px;
}
.analytics-device-card__bar:last-child { margin-bottom: 0; }
.analytics-device-card__bar-fill {
    background: var(--device-bar-color); height: 100%; transition: width 0.4s ease;
}

.analytics-dashboard__footer {
    margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--ad-rule);
    font-size: 0.8125rem; color: var(--ad-muted); font-style: italic;
    font-family: var(--ad-serif); text-align: center;
}
.analytics-dashboard__footer p { margin: 0; }

/* Analytics — responsive */
@media (max-width: 900px) {
    .analytics-dashboard { padding: 40px 20px; }
    .analytics-campaign { padding: 28px 24px; }
    .analytics-kpis { grid-template-columns: repeat(2, 1fr); }
    .analytics-funnel__row {
        grid-template-columns: 90px 1fr; grid-template-rows: auto auto; row-gap: 4px;
    }
    .analytics-funnel__rate { grid-column: 2; text-align: left; padding-left: 0; }
    .analytics-devices { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .analytics-dashboard { padding: 24px 16px; }
    .analytics-dashboard__title { font-size: 2rem; }
    .analytics-campaign { padding: 24px 20px; }
    .analytics-campaign__name { font-size: 1.375rem; }
    .analytics-kpis { grid-template-columns: 1fr; }
    .analytics-kpi__value { font-size: 1.875rem; }
    .analytics-funnel__row { grid-template-columns: 1fr; }
    .analytics-funnel__label { margin-bottom: 2px; }
    .analytics-clicks__stats { margin-left: 0; width: 100%; }
    .analytics-table thead th,
    .analytics-table tbody th,
    .analytics-table tbody td { padding: 9px 12px; font-size: 0.875rem; }
}/* ════════════════════════════════════════════════════════════════════════════
   SECTION — LEAD CAPTURE CRM
   Shortcode: [lead_crm]
   Page: /data (or wherever you drop it)
   Matches site design tokens: lime accent, dark forest bg, Cormorant + DM Sans
   ════════════════════════════════════════════════════════════════════════════ */

.lead-crm {
    background: #071a11;
    padding: 88px 5vw;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    overflow: hidden;
}
.lead-crm::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
}
.lead-crm-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header */
.lead-crm-header {
    text-align: center;
    margin-bottom: 48px;
}
.lead-crm-eyebrow {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #8BC34A;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.lead-crm-eyebrow::before,
.lead-crm-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #8BC34A;
    opacity: 0.4;
}
.lead-crm-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 12px;
}
.lead-crm-h2 em {
    font-style: italic;
    color: #8BC34A;
}
.lead-crm-sub {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
}
.lead-crm-fresh {
    color: rgba(139,195,74,0.7);
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-left: 4px;
}

/* Empty state */
.lead-crm-empty {
    background: rgba(255,255,255,0.04);
    border: 1px dashed rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    line-height: 1.6;
}

/* KPI tiles */
.lead-crm-kpis {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
@media (max-width: 700px) {
    .lead-crm-kpis { grid-template-columns: 1fr; }
}
.lead-crm-kpi {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 28px 26px;
    transition: border-color 0.25s, transform 0.25s;
    position: relative;
    overflow: hidden;
}
.lead-crm-kpi:hover {
    border-color: rgba(139,195,74,0.25);
    transform: translateY(-3px);
}
.lead-crm-kpi--accent {
    background: rgba(139,195,74,0.07);
    border-color: rgba(139,195,74,0.25);
}
.lead-crm-kpi--accent::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8BC34A, transparent);
}
.lead-crm-kpi-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 12px;
}
.lead-crm-kpi-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.lead-crm-kpi--accent .lead-crm-kpi-value {
    color: #8BC34A;
}
.lead-crm-kpi-note {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.04em;
}

/* 2-col grid: Breakdown + Recent */
.lead-crm-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    margin-bottom: 40px;
}
@media (max-width: 800px) {
    .lead-crm-grid { grid-template-columns: 1fr; }
}

.lead-crm-panel {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 28px 28px 24px;
}
.lead-crm-panel-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.2;
}
.lead-crm-panel-hint {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
    font-style: italic;
}

/* Breakdown rows */
.lead-crm-breakdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lead-crm-bd-row { display: flex; flex-direction: column; gap: 6px; }
.lead-crm-bd-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}
.lead-crm-bd-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.01em;
}
.lead-crm-bd-stats {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    font-variant-numeric: tabular-nums;
}
.lead-crm-bd-stats strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #8BC34A;
    margin-right: 2px;
}
.lead-crm-bd-pct { color: rgba(255,255,255,0.35); }
.lead-crm-bd-bar {
    background: rgba(255,255,255,0.06);
    height: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.lead-crm-bd-bar-fill {
    background: linear-gradient(90deg, #6ea832, #8BC34A);
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Recent activity rows */
.lead-crm-recent {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.lead-crm-recent-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    align-items: baseline;
}
.lead-crm-recent-row:last-child { border-bottom: none; padding-bottom: 0; }
.lead-crm-recent-row:first-child { padding-top: 0; }
.lead-crm-recent-when {
    font-size: 12px;
    font-weight: 500;
    color: rgba(139,195,74,0.7);
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.lead-crm-recent-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}
.lead-crm-recent-name {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.lead-crm-recent-type {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8BC34A;
    background: rgba(139,195,74,0.1);
    border: 1px solid rgba(139,195,74,0.2);
    padding: 2px 9px;
    border-radius: 12px;
    white-space: nowrap;
}
.lead-crm-recent-src {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    font-style: italic;
}
@media (max-width: 500px) {
    .lead-crm-recent-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 0;
    }
}

/* CTA — open full CRM */
.lead-crm-cta-wrap {
    text-align: center;
    padding-top: 8px;
}
.lead-crm-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8BC34A;
    color: #071a11;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}
.lead-crm-cta:hover {
    background: #a5d96a;
    transform: translateY(-2px);
}
.lead-crm-cta svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
.lead-crm-cta-note {
    margin-top: 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    font-style: italic;
    letter-spacing: 0.04em;
    
}/* ============================================================
   HERO — Reserve button (anchor → #register)
   ============================================================ */
.eitri-hero-cta .eitri-hero-reserve {
    align-self: flex-start;        /* stops flex from stretching it full-width */
    display: inline-block;
    width: auto;
    padding: 18px 40px;
    background: #a8c947;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.eitri-hero-cta .eitri-hero-reserve:hover {
    background: #97b83d;
    transform: translateY(-1px);
}
html { scroll-behavior: smooth; 

}/* ============================================================
   PRICING — Add-on card Register buttons
   ============================================================ */
.pricing-addon-btn {
    display: inline-block;
    margin-top: auto;
    padding: 12px 28px;
    background: #a8c947;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.pricing-addon-btn:hover { background: #97b83d; }
.pricing-addon-sublink {
    display: block;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #5a7302;
    text-decoration: underline;
}/* ============================================================
   PRICING — ADD-ONS 2x2 + REGISTER BUTTONS (added [date])
   ============================================================ */

/* Force 2x2 on desktop (was 4-across) */
.pricing-addons {
  grid-template-columns: 1fr 1fr;
}

/* Make cards flex columns so CTAs pin to the bottom and align */
.pricing-addon-card {
  display: flex;
  flex-direction: column;
}

/* Register button (matches main .pricing-cta green, but inline-size) */
.pricing-addon-btn {
  align-self: flex-start;
  margin-top: auto;            /* pushes button to card bottom */
  display: inline-block;
  background: #8BC34A;
  color: #071a11;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.pricing-addon-btn:hover {
  background: #9fd154;
  transform: translateY(-1px);
}
.pricing-addon-btn:active { transform: translateY(0); }

/* Student virtual sublink, sits under the button */
.pricing-addon-sublink {
  display: block;
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: #0F6E56;
  text-decoration: underline;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.pricing-addon-sublink:hover { color: #071a11; }

/* Member's text link also pins to bottom so its baseline matches the buttons */
.pricing-addon-link {
  margin-top: auto;
}.pricing-addon-badge {
  align-self: flex-start;
}/* ============================================================
   PRICING — Early-bird banner
   ============================================================ */
.pricing-earlybird {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: #fff;
  border: 1.5px solid #e8e5df;
  border-radius: 14px;
  padding: 18px 26px;
  margin-bottom: 28px;
  text-align: left;
}
.pricing-earlybird-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pricing-earlybird-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9e9e94;
}
.pricing-earlybird-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #071a11;
}
.pricing-earlybird-tag {
  font-size: 13px;
  font-weight: 600;
  color: #0F6E56;
  background: #eef5e3;
  border: 1px solid #c4e49a;
  border-radius: 20px;
  padding: 7px 16px;
  white-space: nowrap;
}
