/* About CTA (Figma 11400:2) */
.about-cta { position: relative; padding: 80px 0; }
.about-cta__container { max-width: var(--container-width, 1370px); margin: 0 auto; padding: 0 var(--container-padding, 2rem); position: relative; }
.about-cta__card { position: relative; border-radius: 30px; overflow: visible; box-shadow: 6px 4px 70px 8px rgba(48,123,196,0.09); max-width: 1370px; margin: 0 auto; }
.about-cta__bg { display: block; width: 100%; height: 600px; object-fit: cover; object-position: top center; border-radius: 30px; }
.about-cta__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(9,199,161,0.9) 100%); border-radius: 30px; }
.about-cta__content { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); text-align: center; color: #fff; width: min(90%, 720px); }
.about-cta__title { margin: 0 0 10px; font-weight: 600; font-size: 46px; line-height: 1.14; letter-spacing: 0.02em; text-transform: uppercase; }
.about-cta__subtitle { margin: 0 auto 18px; max-width: 500px; font-size: 14px; line-height: 30px; opacity: 0.95; text-align: center; }
.about-cta__btn { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 18px; background: #fff; color: #09c7a1; border-radius: 6px; font-weight: 600; font-size: 16px; text-decoration: none; box-shadow: 0 2px 4px rgba(0,0,0,0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.about-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.about-cta__btn-icon { width: 16px; height: 16px; }

/* Badge */
.about-cta__badge { position: absolute; left: -16px; bottom: -16px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); height: auto; padding: 8px 12px; border-radius: 12px; box-shadow: 0 4px 20px -4px rgba(0,121,173,0.38); }
.about-cta__badge-icon { width: 25px; height: 25px; }
.about-cta__badge-text { font-size: 12px; color: #000; }

/* Glows */
.about-cta__glow { position: absolute; background: #00f0c1; filter: blur(250px); border-radius: 144px; opacity: 0.9; pointer-events: none; }
.about-cta__glow--right { right: 10%; top: -20px; width: 286px; height: 150px; transform: rotate(327.843deg); }
.about-cta__glow--bottom-left { left: 12%; bottom: -40px; width: 234px; height: 124px; transform: rotate(90deg); }
.about-cta__glow--left { left: -4%; top: 40px; width: 236px; height: 125px; transform: rotate(327.843deg); }

@media (max-width: 1024px) {
  .about-cta__bg { height: 420px; }
  .about-cta__title { font-size: 44px; }
  .about-cta__subtitle { font-size: 18px; }
}

@media (max-width: 768px) {
  .about-cta { padding: 48px 0; }
  .about-cta__bg { height: 380px; }
  .about-cta__title { font-size: 32px; }
  .about-cta__subtitle { font-size: 16px; }
  .about-cta__badge { transform: scale(0.9); transform-origin: bottom left; display: none !important; }
}

@media (max-width: 480px) {
  .about-cta { padding: 40px 0; }
  .about-cta__bg { height: 320px; }
  .about-cta__content { bottom: 20px; width: min(94%, 720px); }
  .about-cta__title { font-size: 26px; }
  .about-cta__subtitle { font-size: 14px; line-height: 22px; }
  /* Reduce glow noise on very small screens */
  .about-cta__glow { display: none !important; }
}
