/* ===== MENTORSHIP PAGE STYLES ===== */

/* Hero Section - Uses workshop landing page styling */
.hero-section {
  padding: 80px 32px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.6) 0%, rgba(10, 10, 15, 0) 45%);
}

.hero-glow-1,
.hero-glow-2 {
  position: absolute;
  pointer-events: none;
  filter: blur(10px);
}

.hero-glow-1 {
  top: -220px;
  right: -180px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16), transparent 70%);
}

.hero-glow-2 {
  top: 40px;
  left: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), transparent 70%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  text-align: center;
}

.section-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 560px;
  margin: 0 auto 44px;
  text-align: center;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 50px;
}

.hero-left {
  position: relative;
  z-index: 2;
}

.hero-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a78bfa;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: -0.01em;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.text-gradient {
  background: linear-gradient(90deg, #8b5cf6, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin: 0 0 32px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 1.0);
}

.trust-badge svg {
  width: 15px;
  height: 15px;
  flex: none;
}

.hero-illustration {
  height: auto;
  position: relative;
}

.hero-illustration-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

/* Trusted By Section */
.trusted-by-section {
  padding: 60px 0;
}

.trusted-by-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 26px;
  text-transform: uppercase;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  align-items: center;
  opacity: 0.55;
}

.logo-item {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

/* Who and Why Section */
.who-and-why-section {
  padding: 64px 0;
}

.who-and-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #a78bfa;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.who-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.who-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;
  padding: 18px 14px;
}

.who-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.who-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 6px;
}

.who-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* Comparison Card */
.comparison-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 16px;
  padding: 22px;
}

.comparison-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


.comparison-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.comparison-title.self-learning {
  color: #fca5a5;
}

.comparison-title.with-mentorship {
  color: #86efac;
}

.comparison-items {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}

.comparison-item svg {
  flex: none;
  margin-top: 2px;
}

.comparison-column:last-child .comparison-item {
  color: rgba(255, 255, 255, 0.75);
}

.comparison-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding-top: 16px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Mentorship Tracks Section */
.mentorship-tracks-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 64px;
}

.tracks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.track-card {
  position: relative;
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 18px;
  padding: 26px;
  transition: all 0.2s;
}

.track-card-popular {
  border-color: rgba(124, 58, 237, 0.6);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.4), 0 24px 48px -20px rgba(124, 58, 237, 0.5);
  transform: translateY(-6px);
}

.track-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.track-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.track-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(124, 58, 237, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-weeks {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}

.track-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.track-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

.track-price {
  font-size: 26px;
  font-weight: 800;
  font-family: Manrope, sans-serif;
  color: #fff;
  margin-bottom: 18px;
}

.track-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 22px 0;
  list-style: none;
  padding: 0;
}

.track-items li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.8);
}

.track-items svg {
  flex: none;
  margin-top: 2px;
}

.btn-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.2s;
}

.btn-track:hover {
  filter: brightness(1.12);
}

/* Whats Included Section */
.whats-included-section {
  padding: 64px 0;
}

.whats-and-how-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 28px;
  align-items: start;
}

.features-table-wrapper {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 16px;
  overflow: hidden;
  overflow-x: auto;
}

.features-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.features-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.features-table th {
  text-align: left;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.features-table th:not(:first-child) {
  text-align: center;
  padding: 14px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.features-table td {
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.features-table td:not(:first-child) {
  text-align: center;
  padding: 12px 6px;
  color: rgba(255, 255, 255, 0.6);
}

.dash {
  color: rgba(255, 255, 255, 0.25);
}

/* How Mentorship Works */
.how-works-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.step-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.step-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

/* Benefits Mentors Stories */
.benefits-mentors-stories-section {
  padding: 64px 0;
}

.three-col-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.05fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.benefit-item {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 12px;
  padding: 16px 10px;
  text-align: center;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.benefit-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

/* Mentor Carousel */
.mentor-carousel {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 16px;
  padding: 22px;
}

.mentor-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: flex-start;
  row-gap: 14px;
}

.mentor-header {
  display: flex;
  gap: 14px;
}

.mentor-avatar {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex: none;
  grid-column: 1;
  grid-row: 1;
}

.mentor-info {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  justify-content: center;
}


.mentor-name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.mentor-role {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.mentor-exp {
  font-size: 14px;
  color: #a78bfa;
  margin-top: 2px;
}

.mentor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 1 / -1;
  grid-row: 2;
}

.mentor-tag {
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  grid-column: 1 / -1;
  grid-row: 3;
}

.mentor-stat {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.stat-value {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  font-family: Manrope, sans-serif;
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.mentor-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 8px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.dot.active {
  background: #a78bfa;
}

/* Success Stories */
.stories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.success-story {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;
  padding: 14px 16px;
}

.story-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex: none;
}

.story-transition {
  flex: 1;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}


.story-after {
  font-weight: 700;
  color: #fff;
}

.story-growth {
  font-size: 13.5px;
  font-weight: 700;
  color: #4ade80;
  white-space: nowrap;
}

/* FAQ Section */
.faq-section {
  padding: 64px 0;
}

.mentorship-faq {
  padding: 0;
}

.faq-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.faq-header {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8b5cf6;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}

.faq-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 480px;
  margin: 0 auto 40px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-question-text {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.faq-icon {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 1.0);
  transition: transform 0.2s;
  flex: none;
}

.faq-icon.open {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.faq-answer.open {
  max-height: 1000px;
  opacity: 1;
  padding: 18px 22px 20px;
  visibility: visible;
}

/* Final CTA Section */
.final-cta-section {
  padding: 64px 32px 80px;
}

.cta-card {
  position: relative;
  background: linear-gradient(120deg, #1a1030, #3b1f5e 45%, #1a1030);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: -160px;
  left: -100px;
  width: 600px;
  height: 460px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35), transparent 70%);
  filter: blur(4px);
  pointer-events: none;
}

.cta-content {
  position: relative;
  display: flex;
  gap: 20px;
}

.cta-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon svg {
  width: 100%;
  height: 100%;
}

.cta-title {
  font-size: 32px;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.cta-subtitle {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 26px;
  max-width: 440px;
}

.cta-buttons {
  position: relative;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Footer - Reuse from shared CSS */
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 56px 32px 28px;
}

.footer .container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr;
  gap: 32px;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-logo .logo-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo .logo-text {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #fff;
}

.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 220px;
}

.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-newsletter {
  display: flex;
  gap: 8px;
}

.footer-newsletter input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 9px 12px;
  color: #fff;
  font-size: 13px;
  outline: none;
}

.btn-subscribe {
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.2s;
}

.btn-subscribe:hover {
  filter: brightness(1.12);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  text-align: center;
}

.footer-bottom span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
}

/* Responsive Design */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-label {
    font-size: 11px;
  }

  .hero-title {
    font-size: 36px;
  }

  .who-and-why-grid {
    grid-template-columns: 1fr;
  }

  .who-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tracks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whats-and-how-grid {
    grid-template-columns: 1fr;
  }

  .three-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-card {
    grid-template-columns: 1fr;
  }

  .logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .hero-buttons {
    margin-bottom: 28px;
  }

  .who-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tracks-grid {
    grid-template-columns: 1fr;
  }

  .track-card-popular {
    transform: none;
  }

  .comparison-columns {
    grid-template-columns: 1fr;
  }

  .three-col-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-trust-badges {
    gap: 16px 20px;
  }

  .who-cards-grid {
    grid-template-columns: 1fr;
  }

  .comparison-columns {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mentor-stats {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
