.wh-swaay *, .wh-swaay *::before, .wh-swaay *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.scrolling-banner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.wh-swaay a {
  text-decoration: none;
}

/* ---- HERO ---- */
.wh-swaay .hero {
  background: #003D31;
  padding: 80px 40px 0;
  overflow: hidden;
  position: relative;
  border-top: 3px solid rgba(255,255,255,0.15);
}

.wh-swaay .hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(254,212,72,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.wh-swaay .hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wh-swaay .hero-left {
  padding-bottom: 60px;
  max-width: 580px;
}

.wh-swaay .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FED448;
  margin-bottom: 30px;
}

.wh-swaay .eyebrow-dash {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #FED448;
  flex-shrink: 0;
}

.wh-swaay .hero h1 {
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.wh-swaay .hero h1 span {
  color: #FED448;
}

.wh-swaay .hero-sub {
  font-size: clamp(22px, 2.8vw, 24px);
  color: #ffffff;
  line-height: 1.65;
  margin-bottom: 38px;
  max-width: 480px;
}

.wh-swaay .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wh-swaay .hero-logos-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-bottom: 60px;
}

.wh-swaay .hero-logos-panel img {
  width: auto;
  height: auto;
  display: block;
}

.wh-swaay .hero-logos-divider {
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

.wh-swaay .scrolling-banner {
  padding: 50px;
}

/* ---- SECTIONS SHARED ---- */
.wh-swaay section {
  padding: 80px 40px;
}

.wh-swaay .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.wh-swaay .section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #003D31;
  margin-bottom: 14px;
}

.wh-swaay h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #003D31;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

/* ---- WORKSHOP ---- */
.wh-swaay .workshop {
  background: #071E16;
}

.wh-swaay .workshop h2 {
  color: #ffffff;
}

.wh-swaay .workshop-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}

.wh-swaay .workshop-description p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255);
  margin-bottom: 20px;
}

.wh-swaay .workshop-topics {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wh-swaay .topic-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  transition: background 0.2s;
}

.wh-swaay .topic-slash {
  width: 3px;
  height: 20px;
  background: #FED448;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
  transform: skewX(-8deg);
}

.wh-swaay .topic-text {
  font-size: 15px;
  color: rgba(255,255,255);
  line-height: 1.5;
}

.wh-swaay .workshop-sidebar {
  position: sticky;
  top: 100px;
}

.wh-swaay .session-card {
  background: #003D31;
  border-radius: 12px;
  overflow: hidden;
}

.wh-swaay .session-card-header {
  background: #003D31;
  padding: 22px 26px;
}

.wh-swaay .session-card-header p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
}

.wh-swaay .session-card-header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}

.wh-swaay .session-card-body {
  padding: 24px 26px;
  background: #ffffff;
}

.wh-swaay .session-card-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.wh-swaay .speaker-headshot-large {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.2);
}

.wh-swaay .speaker-name-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 4px;
}

.wh-swaay .speaker-name-block strong {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.wh-swaay .speaker-name-block span {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.wh-swaay .session-meta-row {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid rgba(0,61,49,0.12);
  border-radius: 8px;
  overflow: hidden;
}

.wh-swaay .session-meta-item {
  flex: 1;
  padding: 14px 12px;
  border-right: 1px solid rgba(0,61,49,0.12);
}

.wh-swaay .session-meta-item:last-child {
  border-right: none;
}

.wh-swaay .session-meta-item p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(0,61,49,0.45);
  margin-bottom: 4px;
}

.wh-swaay .session-meta-item span {
  font-size: 16px;
  color: #003D31;
  font-weight: 600;
  line-height: 1.3;
}

.wh-swaay .session-result {
  padding: 20px;
  background: rgba(0,61,49,0.06);
  border: 1px solid rgba(0,61,49,0.12);
  border-radius: 8px;
}

.wh-swaay .session-result p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003D31;
  margin-bottom: 8px;
}

.wh-swaay .session-result span {
  font-size: 14px;
  color: #003D31;
  opacity: 0.8;
  line-height: 1.5;
}

/* ---- SOCIAL EVENT ---- */
.wh-swaay .social-event {
  background: #C0D8D7;
}

.wh-swaay .social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.wh-swaay .social-left h2 {
  color: #003D31;
  margin-bottom: 16px;
}

.wh-swaay .social-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #071E16;
}

.wh-swaay .social-detail-card {
  background: rgba(0,61,49,0.06);
  border: 1px solid rgba(0,61,49,0.12);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.wh-swaay .social-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
}

.wh-swaay .social-detail-divider {
  height: 1px;
  background: rgba(0,61,49,0.08);
  margin: 0 24px;
}

.wh-swaay .social-detail-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0,61,49);
}

.wh-swaay .social-detail-value {
  font-size: 15px;
  font-weight: 600;
  color: #003D31;
}

.wh-swaay .social-sponsor-note {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003D31;
  opacity: 0.4;
  text-align: right;
}

/* ---- INTRO / ABOUT ---- */
.wh-swaay .intro {
  background: #F9F9F9;
}

.wh-swaay .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 50px;
}

.wh-swaay .intro-text p {
  font-size: 17px;
  line-height: 1.75;
  color: #071E16;
  margin-bottom: 18px;
}

.wh-swaay .intro-text p:last-child {
  margin-bottom: 0;
}

.wh-swaay .stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.wh-swaay .stat-box {
  background: #003D31;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}

.wh-swaay .stat-box:first-child {
  border-radius: 12px 0 0 0;
}

.wh-swaay .stat-box:nth-child(2) {
  border-radius: 0 12px 0 0;
  background: #005240;
}

.wh-swaay .stat-box:nth-child(3) {
  border-radius: 0 0 0 12px;
  background: #005240;
}

.wh-swaay .stat-box:last-child {
  border-radius: 0 0 12px 0;
}

.wh-swaay .stat-number {
  font-size: 44px;
  font-weight: 700;
  color: #FED448;
  line-height: 1;
  margin-bottom: 8px;
}

.wh-swaay .stat-label {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}

/* ---- CONTACT / CTA ---- */
.wh-swaay .cta-section {
  background: #003D31;
  border-top: 3px solid rgba(255,255,255,0.15);
}

.wh-swaay .cta-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.wh-swaay .cta-left h2 {
  color: #ffffff;
  margin-bottom: 16px;
}

.wh-swaay .cta-left p {
  font-size: 17px;
  color: #C0D8D7;
  line-height: 1.7;
  margin-bottom: 32px;
}

.wh-swaay .where-block {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.wh-swaay .where-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
}

.wh-swaay .where-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wh-swaay .where-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(255,255,255);
}

.wh-swaay .where-dot {
  width: 8px;
  height: 8px;
  background: #FED448;
  border-radius: 1px;
  transform: skewX(-8deg);
  flex-shrink: 0;
}

/* ---- FORM ---- */
.wh-swaay .contact-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
}

.wh-swaay .contact-form h3 {
  font-size: 22px;
  font-weight: 700;
  color: #003D31;
  margin-bottom: 6px;
}

.wh-swaay .form-sub {
  font-size: 14px;
  color: #071E16;
  opacity: 0.85;
  margin-bottom: 28px;
  line-height: 1.5;
}

.wh-swaay .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.wh-swaay .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.wh-swaay .form-group label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #003D31;
  opacity: 0.85;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.wh-swaay .form-note {
  font-size: 12px;
  color: #071E16;
  opacity: 0.85;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

/* ---- HUBSPOT FORM ---- */
.wh-swaay .hs-form-private {
  background: #ffffff;
  border-radius: 12px;
}

.wh-swaay .form-columns-2 {
  display: flex;
}

.wh-swaay .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.wh-swaay .hs-form-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #003D31;
  opacity: 0.7;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.wh-swaay .hs-input {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #071E16;
  background: #F9F9F9;
  border: 1.5px solid rgba(0,61,49,0.12);
  border-radius: 6px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100% !important;
  box-sizing: border-box;
}

.wh-swaay .hs-input:focus {
  border-color: #003D31;
}

.wh-swaay textarea.hs-input {
  resize: vertical;
  min-height: 80px;
}

.wh-swaay select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23003D31' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #F9F9F9;
  padding-right: 36px;
}

.wh-swaay .hs-recaptcha {
  display: none;
}

.wh-swaay .hs-submit .hs-button {
  width: 100%;
  background: #003D31;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.wh-swaay .hs-submit .hs-button:hover {
  background: #005240;
}

.wh-swaay ul.hs-error-msgs {
  margin-left: 24px !important;
  color: red;
}

.wh-swaay label.hs-error-msg {
  color: red;
  text-transform: none;
}

.wh-swaay .hs-form-booleancheckbox-display .hs-input {
  width: 5% !important;
  margin-top: 3px;
}

.wh-swaay .legal-consent-container {
  float: left;
}

.wh-swaay .legal-consent-container span {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}

.wh-swaay .legal-consent-container ul.inputs-list {
  list-style: none;
}

.wh-swaay .legal-consent-container label.hs-error-msg {
  display: none;
}

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wh-swaay .hero-left > * {
  animation: fadeUp 0.6s ease forwards;
  opacity: 0;
}

.wh-swaay .hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.wh-swaay .hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.wh-swaay .hero-left > *:nth-child(3) { animation-delay: 0.3s; }
.wh-swaay .hero-left > *:nth-child(4) { animation-delay: 0.4s; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .wh-swaay .contact-form {
    max-width: 500px;
    margin: auto;
    padding: 30px 20px;
  }

  .wh-swaay .hero-logos-panel { display: none; }

  .wh-swaay .hero-inner,
  .wh-swaay .intro-grid,
  .wh-swaay .workshop-grid,
  .wh-swaay .social-grid,
  .wh-swaay .cta-inner,
  .wh-swaay .tech-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wh-swaay .capabilities-grid { grid-template-columns: 1fr; }
  .wh-swaay .stat-grid { grid-template-columns: 1fr 1fr; }
  .wh-swaay .form-row { grid-template-columns: 1fr; }

  .wh-swaay section { padding: 60px 20px; }
  .wh-swaay .hero { padding: 60px 20px 0; }
  .wh-swaay .logos-bar { padding: 18px 20px; }
  .wh-swaay footer { padding: 24px 20px; }
}