@charset "UTF-8";
/* line 5, app/assets/stylesheets/marketing.scss */
.marketing-hero .hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 20px;
}

/* line 13, app/assets/stylesheets/marketing.scss */
.marketing-sticker-heading {
  max-height: 36px;
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 576px) {
  /* line 21, app/assets/stylesheets/marketing.scss */
  .marketing-hero h1 .sponsor-logo-text {
    max-height: 32px !important;
  }
  /* line 25, app/assets/stylesheets/marketing.scss */
  .marketing-sticker-heading {
    max-height: 28px !important;
  }
}

/* line 30, app/assets/stylesheets/marketing.scss */
.marketing-stats {
  display: flex;
  justify-content: space-around;
  padding: 0px 0;
  background-color: #f8f9fa;
}

/* line 37, app/assets/stylesheets/marketing.scss */
.audience-grid, .options-grid, .logo-grid, .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* line 44, app/assets/stylesheets/marketing.scss */
.options-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/marketing.scss */
.option {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  width: calc(50% - 10px);
  /* Two per row with a small gap */
}

/* line 61, app/assets/stylesheets/marketing.scss */
.sponsor-level {
  color: #4285F4;
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 67, app/assets/stylesheets/marketing.scss */
.event-description {
  font-size: 16px;
  color: #5f6368;
  margin-bottom: 20px;
}

/* line 73, app/assets/stylesheets/marketing.scss */
.benefits-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

/* line 79, app/assets/stylesheets/marketing.scss */
.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

/* line 87, app/assets/stylesheets/marketing.scss */
.benefits-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4285F4;
}

/* Slider styles */
/* line 96, app/assets/stylesheets/marketing.scss */
.slider-slide {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 106, app/assets/stylesheets/marketing.scss */
.slider-image {
  flex: 0 0 40%;
  max-height: 280px;
  min-height: 280px;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/marketing.scss */
.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 119, app/assets/stylesheets/marketing.scss */
.slider-text {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 127, app/assets/stylesheets/marketing.scss */
.slider-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

/* line 134, app/assets/stylesheets/marketing.scss */
.slider-title i {
  margin-right: 10px;
}

/* line 138, app/assets/stylesheets/marketing.scss */
.slider-content {
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
}

/* line 144, app/assets/stylesheets/marketing.scss */
.slider-content br {
  content: "";
  display: block;
  margin-bottom: 8px;
}

/* Responsive styles */
@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/marketing.scss */
  .marketing-stats, .audience-grid, .logo-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }
  /* line 156, app/assets/stylesheets/marketing.scss */
  .options-list {
    padding: 0 20px;
  }
  /* line 160, app/assets/stylesheets/marketing.scss */
  .option {
    width: 100%;
    /* Full width on mobile */
  }
}

@media (max-width: 768px) {
  /* line 166, app/assets/stylesheets/marketing.scss */
  .slider-slide {
    flex-direction: column;
  }
  /* line 169, app/assets/stylesheets/marketing.scss */
  .slider-image {
    flex: 0 0 200px;
    max-height: none;
  }
  /* line 173, app/assets/stylesheets/marketing.scss */
  .slider-text {
    padding: 15px;
  }
  /* line 176, app/assets/stylesheets/marketing.scss */
  .slider-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  /* line 180, app/assets/stylesheets/marketing.scss */
  .slider-content {
    font-size: 1em;
  }
}

/* line 188, app/assets/stylesheets/marketing.scss */
body {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #333;
}

/* line 194, app/assets/stylesheets/marketing.scss */
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 201, app/assets/stylesheets/marketing.scss */
.marketing-header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 205, app/assets/stylesheets/marketing.scss */
.marketing-header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

/* line 212, app/assets/stylesheets/marketing.scss */
.marketing-header .customer-name {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 217, app/assets/stylesheets/marketing.scss */
.marketing-header .logo-image {
  max-height: 50px;
  width: auto;
}

/* line 224, app/assets/stylesheets/marketing.scss */
.marketing-hero {
  background-color: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}

/* line 229, app/assets/stylesheets/marketing.scss */
.marketing-hero h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
  line-height: 1.2;
}

/* line 235, app/assets/stylesheets/marketing.scss */
.marketing-hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  line-height: 1.4;
}

/* line 242, app/assets/stylesheets/marketing.scss */
.marketing-hero .cta-buttons {
  margin-top: 1rem;
}

/* line 246, app/assets/stylesheets/marketing.scss */
.marketing-hero .cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

/* line 258, app/assets/stylesheets/marketing.scss */
.marketing-hero .cta-button:hover {
  background-color: #0062cc;
}

/* line 265, app/assets/stylesheets/marketing.scss */
.marketing-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
  text-align: center;
}

/* line 272, app/assets/stylesheets/marketing.scss */
.marketing-stats .stat-item {
  flex: 1;
  min-width: 200px;
  margin: 20px;
}

/* line 277, app/assets/stylesheets/marketing.scss */
.marketing-stats .stat-item h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #007bff;
}

/* line 283, app/assets/stylesheets/marketing.scss */
.marketing-stats .stat-item p {
  font-size: 1.1rem;
  color: #666;
}

/* line 291, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall {
  margin: 20px 0;
}

/* line 294, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

/* line 301, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall .logo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 307, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* line 315, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall figure {
  margin: 0;
  padding: 10px;
}

/* line 320, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall .logo-image {
  height: 45px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  /* line 329, app/assets/stylesheets/marketing.scss */
  .marketing-logo-wall .logo-image {
    height: 45px;
  }
}

/* line 335, app/assets/stylesheets/marketing.scss */
.dark-mode-feature {
  background-color: #1a1a1a;
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
}

/* line 341, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .content-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 341, app/assets/stylesheets/marketing.scss */
  .dark-mode-feature .content-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

/* line 351, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .text-content {
  padding: 40px;
  flex: 1;
}

@media (min-width: 768px) {
  /* line 351, app/assets/stylesheets/marketing.scss */
  .dark-mode-feature .text-content {
    padding: 60px;
  }
}

/* line 360, app/assets/stylesheets/marketing.scss */
.dark-mode-feature h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

/* line 365, app/assets/stylesheets/marketing.scss */
.dark-mode-feature p {
  color: #cccccc;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  /* line 365, app/assets/stylesheets/marketing.scss */
  .dark-mode-feature p {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 377, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link {
  color: #3b82f6;
  transition: color 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* line 384, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3b82f6;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

/* line 397, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link:hover {
  color: #6ca1f8;
}

/* line 400, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* line 405, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link:hover svg {
  transform: translateX(5px);
}

/* line 410, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .learn-more-link svg {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* line 416, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .image-content {
  flex: 1;
}

/* line 419, app/assets/stylesheets/marketing.scss */
.dark-mode-feature .image-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 430, app/assets/stylesheets/marketing.scss */
#page-footer {
  background-color: #f8f9fa;
  padding: 20px 0;
}

/* line 434, app/assets/stylesheets/marketing.scss */
#page-footer .copyright-notice {
  font-size: 0.9rem;
}

/* line 441, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px 16px;
  align-items: start;
}

/* line 447, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .form-group {
  margin-bottom: 0;
}

/* line 451, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .form-group.full-span {
  grid-column: 1 / -1;
}

/* line 455, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 461, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form input[type="text"],
.contact-form .compact-sponsor-form input[type="email"],
.contact-form .compact-sponsor-form select,
.contact-form .compact-sponsor-form textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  background: #fff;
}

/* line 473, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form textarea {
  min-height: 72px;
}

/* line 477, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .checkbox-group.choices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

/* line 483, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .visually-hidden {
  position: absolute !important;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 490, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  user-select: none;
  min-height: 34px;
  text-align: center;
}

/* line 508, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form input.visually-hidden[type="checkbox"] + .pill,
.contact-form .compact-sponsor-form input.visually-hidden[type="radio"] + .pill {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

/* line 513, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form input.visually-hidden[type="checkbox"]:checked + .pill,
.contact-form .compact-sponsor-form input.visually-hidden[type="radio"]:checked + .pill {
  background: #e8f0fe;
  border-color: #4285F4;
  color: #1a73e8;
  font-weight: 600;
}

/* line 521, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .small-input {
  max-width: 360px;
}

/* line 525, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .submit-contact-us-sponsor-form {
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
}

/* line 531, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .help-text {
  font-size: 12px;
  color: #6c757d;
  margin: 2px 0 6px;
}

/* line 537, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-toggles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

/* line 543, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-toggles .separator {
  color: #b0b0b0;
}

/* line 545, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-toggles .label-like {
  font-weight: 600;
  margin-right: 6px;
}

/* line 550, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-toggles .toggle-section {
  font-size: 13px;
  color: #1a73e8;
  text-decoration: none;
  border: 1px dashed #cfe0ff;
  background: #f6faff;
  padding: 4px 8px;
  border-radius: 999px;
  transition: background .15s ease, border-color .15s ease;
}

/* line 560, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-toggles .toggle-section:hover {
  background: #eef5ff;
  border-color: #a8c6ff;
}

/* line 564, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-section {
  display: none;
  grid-column: 1 / -1;
}

/* line 565, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .optional-section.is-visible {
  display: block;
}

/* line 568, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form .pill {
  white-space: normal;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 575, app/assets/stylesheets/marketing.scss */
  .contact-form .compact-sponsor-form {
    grid-template-columns: 1fr;
  }
}

/* line 582, app/assets/stylesheets/marketing.scss */
.marketing-hero {
  padding-bottom: 40px;
}

/* line 585, app/assets/stylesheets/marketing.scss */
.marketing-hero:first-child {
  padding-top: 30px;
}

/* line 590, app/assets/stylesheets/marketing.scss */
.marketing-stats {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* line 594, app/assets/stylesheets/marketing.scss */
.marketing-stats:first-of-type {
  padding-top: 20px;
}

/* line 600, app/assets/stylesheets/marketing.scss */
.value-proposition:first-of-type {
  padding-top: 40px;
}

@media (max-width: 768px) {
  /* line 607, app/assets/stylesheets/marketing.scss */
  .marketing-header .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 613, app/assets/stylesheets/marketing.scss */
  .marketing-header .customer-name {
    margin-bottom: 10px;
  }
  /* line 618, app/assets/stylesheets/marketing.scss */
  .marketing-hero {
    padding: 30px 0;
  }
  /* line 621, app/assets/stylesheets/marketing.scss */
  .marketing-hero h1 {
    font-size: 2rem;
  }
  /* line 625, app/assets/stylesheets/marketing.scss */
  .marketing-hero p {
    font-size: 1rem;
  }
  /* line 629, app/assets/stylesheets/marketing.scss */
  .marketing-hero .cta-button {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
  /* line 637, app/assets/stylesheets/marketing.scss */
  .marketing-stats .stat-item {
    flex-basis: 100%;
  }
  /* line 643, app/assets/stylesheets/marketing.scss */
  .marketing-logo-wall .logo-item {
    width: 120px;
    height: 60px;
  }
}

/* line 653, app/assets/stylesheets/marketing.scss */
.value-proposition {
  background-color: #f9f9f9;
  padding: 40px 40px 20px 40px;
}

/* line 657, app/assets/stylesheets/marketing.scss */
.value-proposition h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 662, app/assets/stylesheets/marketing.scss */
.value-proposition .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 20px;
}

/* line 671, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: left;
}

/* line 680, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(66, 133, 244, 0.2);
}

/* line 687, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* line 697, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-icon i {
  color: white;
  font-size: 20px;
}

/* line 704, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* line 712, app/assets/stylesheets/marketing.scss */
.value-proposition .benefit-content p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 721, app/assets/stylesheets/marketing.scss */
  .value-proposition .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px auto 0;
  }
  /* line 727, app/assets/stylesheets/marketing.scss */
  .value-proposition .benefit-card {
    padding: 25px 20px;
  }
}

/* line 732, app/assets/stylesheets/marketing.scss */
.value-proposition .intro-split {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 739, app/assets/stylesheets/marketing.scss */
.sponsorship-options, .site-sponsorship {
  margin: 20px 0;
}

/* line 742, app/assets/stylesheets/marketing.scss */
.sponsorship-options h2, .site-sponsorship h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}

/* line 749, app/assets/stylesheets/marketing.scss */
.sponsorship-options .options-grid, .site-sponsorship .options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  /* line 749, app/assets/stylesheets/marketing.scss */
  .sponsorship-options .options-grid, .site-sponsorship .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 749, app/assets/stylesheets/marketing.scss */
  .sponsorship-options .options-grid, .site-sponsorship .options-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 763, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option, .site-sponsorship .option {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

/* line 770, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option:hover, .site-sponsorship .option:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 774, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option .sponsor-level, .site-sponsorship .option .sponsor-level {
  font-size: 1.5rem;
  color: #3b82f6;
  margin-bottom: 15px;
}

/* line 780, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option ul, .site-sponsorship .option ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 785, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option ul li, .site-sponsorship .option ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

/* line 790, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option ul li:before, .site-sponsorship .option ul li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3b82f6;
}

/* line 799, app/assets/stylesheets/marketing.scss */
.sponsorship-options .option .price, .site-sponsorship .option .price {
  font-size: 1.1rem;
  text-align: right;
}

/* line 806, app/assets/stylesheets/marketing.scss */
.site-sponsorship {
  background-color: #f8f9fa;
  padding: 40px 0;
}

@media (min-width: 1024px) {
  /* line 810, app/assets/stylesheets/marketing.scss */
  .site-sponsorship .options-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 817, app/assets/stylesheets/marketing.scss */
.audience-info {
  padding: 50px 0;
}

/* line 820, app/assets/stylesheets/marketing.scss */
.audience-info h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 825, app/assets/stylesheets/marketing.scss */
.audience-info p {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 20px;
  text-align: center;
}

/* line 832, app/assets/stylesheets/marketing.scss */
.audience-info .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 839, app/assets/stylesheets/marketing.scss */
.testimonials {
  background-color: #f7f9fa;
  padding: 50px 0;
  text-align: center;
}

/* line 844, app/assets/stylesheets/marketing.scss */
.testimonials h2 {
  margin-bottom: 30px;
}

/* line 848, app/assets/stylesheets/marketing.scss */
.testimonials .testimonial {
  max-width: 600px;
  margin: 0 auto 30px;
}

/* line 852, app/assets/stylesheets/marketing.scss */
.testimonials .testimonial blockquote {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* line 858, app/assets/stylesheets/marketing.scss */
.testimonials .testimonial cite {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/marketing.scss */
.testimonials .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 870, app/assets/stylesheets/marketing.scss */
.contact-form {
  padding: 40px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* line 874, app/assets/stylesheets/marketing.scss */
.contact-form h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 879, app/assets/stylesheets/marketing.scss */
.contact-form .compact-sponsor-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 885, app/assets/stylesheets/marketing.scss */
.contact-form .block-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 891, app/assets/stylesheets/marketing.scss */
.contact-form .form-group {
  margin-bottom: 20px;
}

/* line 894, app/assets/stylesheets/marketing.scss */
.contact-form .form-group label {
  display: block;
  margin-bottom: 5px;
}

/* line 899, app/assets/stylesheets/marketing.scss */
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* line 907, app/assets/stylesheets/marketing.scss */
.contact-form .form-group button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 916, app/assets/stylesheets/marketing.scss */
.contact-form .form-group button:hover {
  background-color: #0062cc;
}

@media (max-width: 768px) {
  /* line 924, app/assets/stylesheets/marketing.scss */
  .sponsorship-options .option {
    padding: 15px;
  }
  /* line 928, app/assets/stylesheets/marketing.scss */
  .testimonials .testimonial {
    padding: 0 15px;
  }
  /* line 932, app/assets/stylesheets/marketing.scss */
  .contact-form {
    padding: 15px;
  }
}

/* line 937, app/assets/stylesheets/marketing.scss */
.sizzle-reel {
  padding: 30px 0;
}

/* line 940, app/assets/stylesheets/marketing.scss */
.sizzle-reel .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 946, app/assets/stylesheets/marketing.scss */
.sizzle-reel .video-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 42%;
  /* 21:9 aspect ratio for more cinematic look */
  height: 0;
  overflow: hidden;
}

/* line 955, app/assets/stylesheets/marketing.scss */
.sizzle-reel .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 966, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall {
  padding: 50px 0;
  text-align: center;
}

/* line 970, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall h2 {
  margin-bottom: 30px;
}

/* line 974, app/assets/stylesheets/marketing.scss */
.marketing-logo-wall .logo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
