header {
  padding-bottom: 20px;
}

ul {
  list-style-type: none;
}

.buttonSection {
  padding-top: 24px;
}

/*
* {
  outline: 2px solid red;
}*/




/* Basic reset-y bits – optional if you already have a base */
.hero,
.audience-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HERO SECTION */

.hero {
  background: radial-gradient(circle at top left, rgba(39, 0, 63, 1)5%, rgb(102, 0, 113)50%, rgb(131, 33, 125)70%);
  padding-top: 2rem;
  padding-right: 2em;
  padding-left: 2rem;
  color: white;
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 3rem;
  align-items: center;
}




/* RESPONSIVE */

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }


  .hero-cta-group {
    justify-content: flex-start;
  }

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

@media (max-width: 600px) {
  .hero {
    padding-top: 2rem;


  }

  .audience-section {
    padding: 2.5rem 1.25rem 3.25rem;
  }

  .hero-image img {
    max-width: 300px;
  }
}




.hero-copy h1 {
  font-size: clamp(2.1rem, 3vw + 1rem, 3rem);
  line-height: 1.1;
  /*color: var(--text-main);*/
  color: white;
  margin: 0 0 1rem;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  color: rgb(245, 233, 255);
  margin-bottom: 0.75rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 34rem;
  color: var(--text-muted);
  color: rgb(245, 233, 255);
  margin: 0 0 1.5rem;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 40px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease,
    color 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background-color: var(--accent);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.16);
}

.btn-outline {
  background-color: transparent;
  color: white;
  border-color: var(--accent-soft);
}

.btn-outline:hover {
  background-color: var(--accent-soft);
}

.hero-meta {
  font-size: 0.9rem;
  color: white;
}

/* Hero image */

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 360px;
  object-fit: cover;
}


/*
#text-in-front-of-background {
  line-height: 1.5em;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 44px;
  text-align: center;
  font-size: 1.5rem;
  color: #fffdf9;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgb(58 100 127);
  box-sizing: border-box;
}*/

.main-heading {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  padding: 10px;
  margin: 22px;
  text-shadow: 1px 1px 6px rgb(0, 98, 85);

}

.sub-heading {
  text-shadow: 1px 1px 1px rgb(40, 77, 99);
}


#overview {
  margin: 20px;
  padding: 20px
}

#intro-container {
  border: solid 1px #009fb791;
}

#intro-container article {
  padding: 10px;
}

@media only screen and (min-width: 820px) {

  #intro-container article {
    padding: 20px;
  }

}

.no-margins {

  padding: 15px;

}





#intro-container header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 40px;
  line-height: 1.6em;
}

#intro-container .sub-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


@media only screen and (min-width: 800px) {
  #intro-container header {
    text-align: left;
  }
}

#benefits-container {
  justify-items: center;
  align-items: start;
  row-gap: 40px;
}

#attendee-benefits {

  color: #007284;
}

#intro-container {
  margin-top: 40px;

}




@media only screen and (min-width: 900px) {
  #benefits-container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;

  }
}


#benefits-container article {
  height: 100%;
  border: solid 1px #009fb791;
  margin: 0px;

}

#program-container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

#programme-heading {
  color: rgb(0, 96, 42);
}

#benefits-container header {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}


#benefits-container div {
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}


#logo-home-link {
  height: 40px;
  width: auto;
}



#sponsors-container {
  justify-items: center;
  align-items: center;
  gap: 20px;
  width: 100%
}



/* Section wrapper */
.testimonials {
  background-color: #f8f9fb;
  padding: clamp(1rem, 3vw, 4rem) 1rem;
}

/* Width control */
.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.testimonials h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  color: #00363e;
}

/* Testimonial grid */
.testimonial-grid {
  display: grid;
  gap: 1.5rem;

  /* Equal-height cards */
  grid-auto-rows: 1fr;
}

/* Desktop layout */
@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card layout (grid again) */
.testimonial-card {
  display: grid;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Quote text */
.testimonial-text {
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Author block */
.testimonial-author {
  border-top: 1px solid #eee;
  padding-top: 0.75rem;
  font-size: 0.85rem;
}

.testimonial-author strong {
  color: #380041;
}

.testimonial-author span {
  color: #3c0067;
}

.testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  justify-self: center;
}