.sad-wrap {
  max-width: 36rem;
  margin: 1.5rem 0;
  font-family: inherit;
  color: inherit;
}
.sad-bar-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  opacity: 0.7;
  margin: 0 0 0.25rem;
}
.sad-bar-numbers {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  line-height: 1;
}
.sad-bar-count {
  font-size: 3rem;
  font-weight: 700;
}
.sad-bar-of {
  font-size: 1.25rem;
  opacity: 0.7;
}
.sad-bar-track {
  height: 14px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  overflow: hidden;
  margin: 0.75rem 0;
}
.sad-bar-fill {
  height: 100%;
  background: #00aad4;
  border-radius: 999px;
  width: 0;
  transition: width 0.4s ease;
}
.sad-bar-caption,
.sad-lead,
.sad-legal,
.sad-note {
  font-size: 0.95rem;
  line-height: 1.45;
}
.sad-form p {
  margin: 0 0 0.85rem;
}
.sad-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.sad-form input[type="text"],
.sad-form input[type="email"] {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
}
.sad-card {
  padding: 0.35rem 0.2rem 0.7rem;
  margin-bottom: 0.85rem;
  min-height: 180px;
}
.sad-card iframe,
.sad-wrap iframe {
  opacity: 1 !important;
  visibility: visible !important;
}
.sad-submit {
  appearance: none;
  border: 0;
  background: #00aad4;
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}
.sad-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.sad-error {
  color: #9b1c1c;
  font-weight: 600;
}
.sad-success {
  padding: 1rem 0;
}
.sad-member-badge {
  display: inline-block;
  background: #00aad4;
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
}
.sad-already-title {
  margin: 0.5rem 0;
}
.sad-success-number {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0.2rem 0;
}

.sad-landing {
  max-width: 1100px;
  margin: 0 auto 3rem;
  color: #1c1c1c;
}
.sad-hero {
  text-align: left;
  margin: 0 0 2rem;
}
.sad-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: #00aad4;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.sad-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 0.75rem;
}
.sad-hero-lead {
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 40rem;
  margin: 0 0 1rem;
}
.sad-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sad-pills li {
  background: #00aad4;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.9rem;
}
.sad-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.sad-copy h3 {
  margin: 1.6rem 0 0.5rem;
}
.sad-copy p {
  margin: 0 0 0.9rem;
  line-height: 1.55;
}
.sad-points {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 1.5rem;
}
.sad-points div {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.sad-points p {
  margin: 0.35rem 0 0;
}
.sad-list {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
}
.sad-list li {
  margin: 0 0 0.35rem;
}
.sad-events {
  columns: 2;
  column-gap: 1.5rem;
}
@media (max-width: 600px) {
  .sad-events { columns: 1; }
}
.sad-faq {
  border-top: 1px solid #e6e6e6;
  padding: 0.7rem 0;
}
.sad-faq summary {
  cursor: pointer;
  font-weight: 700;
}
.sad-faq p {
  margin: 0.4rem 0 0;
}
.sad-rail {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 1.25rem 1.35rem 1.5rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  position: sticky;
  top: 1.25rem;
}
.sad-rail .sad-wrap {
  max-width: none;
  margin: 0 0 1rem;
}
.sad-rail-note {
  text-align: center;
  color: #666;
  font-size: 0.85rem;
  margin: 0.25rem 0 0;
}
@media (max-width: 860px) {
  .sad-grid {
    grid-template-columns: 1fr;
  }
  .sad-rail {
    position: static;
  }
}
