/* ===========================
   HubSpot Custom Code - Hero
   =========================== */
.hcc-hero {
  padding: 200px 0 100px;
  background: linear-gradient(135deg, #1C0944 0%, #100329 100%);
  position: relative;
  overflow: hidden;
}

.hcc-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(130, 94, 231, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hcc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hcc-hero__title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}

.hcc-hero__subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 32px;
}

.hcc-hero__image img {
  width: 100%;
  border-radius: 12px;
}

/* ===========================
   HubSpot Custom Code - Client Logos
   =========================== */
.hcc-logos {
  padding: 60px 0;
  background-color: #100329;
  border-top: 1px solid rgba(130, 94, 231, 0.1);
  border-bottom: 1px solid rgba(130, 94, 231, 0.1);
}

.hcc-logos__heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hcc-logos__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.hcc-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcc-logos__item img {
  height: 44px;
  width: auto;
  max-width: 160px;
  opacity: 0.5;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.hcc-logos__item img:hover {
  opacity: 0.85;
}

/* ===========================
   HubSpot Custom Code - Solutions
   =========================== */
.hcc-solutions {
  padding: 80px 0;
  background: linear-gradient(180deg, #0F0039 0%, #1C0944 100%);
}

.hcc-solutions__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.hcc-solutions__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.hcc-solutions__intro {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.hcc-solutions__checklist {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hcc-solutions__checklist-item {
  position: relative;
  padding-left: 36px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.hcc-solutions__checklist-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background: #825EE7;
  border-radius: 50%;
}

.hcc-solutions__checklist-item::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 10px;
  height: 6px;
  border-left: 2.5px solid #ffffff;
  border-bottom: 2.5px solid #ffffff;
  transform: rotate(-45deg);
}

/* ===========================
   HubSpot Custom Code - Instructors
   =========================== */
.hcc-instructors {
  padding: 80px 0;
  background: linear-gradient(180deg, #1C0944 0%, #0F0039 100%);
}

.hcc-instructors__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
}

.hcc-instructors__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.hcc-instructors__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(130, 94, 231, 0.15);
  border-radius: 16px;
  padding: 36px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hcc-instructors__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(130, 94, 231, 0.15);
}

.hcc-instructors__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid rgba(130, 94, 231, 0.3);
}

.hcc-instructors__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.hcc-instructors__bio {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* ===========================
   HubSpot Custom Code - Testimonials
   =========================== */
.hcc-testimonials {
  padding: 80px 0;
  background: linear-gradient(180deg, #0F0039 0%, #100329 100%);
}

.hcc-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.hcc-testimonials__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(130, 94, 231, 0.15);
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hcc-testimonials__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(130, 94, 231, 0.15);
}

.hcc-testimonials__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.hcc-testimonials__star {
  font-size: 1.25rem;
  color: #f5a623;
}

.hcc-testimonials__headline {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.hcc-testimonials__quote {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin-bottom: 24px;
  flex: 1;
}

.hcc-testimonials__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.hcc-testimonials__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.hcc-testimonials__name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
}

.hcc-testimonials__role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* ===========================
   HubSpot Custom Code - CTA / Form
   =========================== */
.hcc-cta {
  padding: 100px 0;
  background: linear-gradient(180deg, #100329 0%, #1C0944 100%);
}

.hcc-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.hcc-cta__content {
  padding-top: 20px;
}

.hcc-cta__content .section-subtitle {
  margin-bottom: 24px;
}

.hcc-cta__booking {
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(130, 94, 231, 0.15);
}

.hcc-cta__booking .meetings-iframe-container {
  min-height: 500px;
  width: 100%;
}

.hcc-cta__booking iframe {
  border-radius: 16px;
}

/* ===========================
   Responsive - 992px
   =========================== */
@media (max-width: 992px) {
  .hcc-hero__inner,
  .hcc-cta__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hcc-hero__title {
    font-size: 2.75rem;
  }

  .hcc-hero__content {
    text-align: center;
  }

  .hcc-hero__content .btn {
    display: inline-block;
  }

  .hcc-instructors__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .hcc-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .hcc-cta__content {
    text-align: center;
  }

  .hcc-cta__content .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===========================
   Responsive - 768px
   =========================== */
@media (max-width: 768px) {
  .hcc-hero {
    padding: 160px 0 70px;
  }

  .hcc-hero__title {
    font-size: 2.25rem;
  }

  .hcc-logos {
    padding: 40px 0;
  }

  .hcc-logos__grid {
    gap: 32px;
  }

  .hcc-logos__item img {
    height: 36px;
  }

  .hcc-solutions,
  .hcc-instructors,
  .hcc-testimonials {
    padding: 60px 0;
  }

  .hcc-cta {
    padding: 60px 0;
  }

  .hcc-solutions__title,
  .hcc-instructors__title {
    font-size: 1.85rem;
  }

  .hcc-testimonials__headline {
    font-size: 1.15rem;
  }
}

/* ===========================
   Responsive - 480px
   =========================== */
@media (max-width: 480px) {
  .hcc-hero__title {
    font-size: 1.85rem;
  }

  .hcc-hero__subtitle {
    font-size: 1rem;
  }

  .hcc-logos__grid {
    flex-direction: column;
    gap: 24px;
  }

  .hcc-solutions__title,
  .hcc-instructors__title {
    font-size: 1.6rem;
  }

  .hcc-solutions__checklist-item {
    font-size: 0.95rem;
  }

  .hcc-instructors__card,
  .hcc-testimonials__card {
    padding: 24px;
  }

  .hcc-instructors__avatar {
    width: 96px;
    height: 96px;
  }

  .hcc-testimonials__quote {
    font-size: 0.85rem;
  }
}
