.elementor-209 .elementor-element.elementor-element-022c6f3{--display:flex;}.elementor-209 .elementor-element.elementor-element-ee82fe8{--display:flex;}.elementor-209 .elementor-element.elementor-element-2c544c6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dbce6e1 *//* ============================================
   Hero Section - Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ============================================
   Hero Wrapper
   ============================================ */
.zl-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.zl-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zl-hero-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.zl-hero-blur-1 {
  width: 420px;
  height: 420px;
  background: #EDE4FF;
  top: -120px;
  left: -80px;
}

.zl-hero-blur-2 {
  width: 360px;
  height: 360px;
  background: #FFF3D0;
  bottom: -100px;
  right: 10%;
}

.zl-hero-blur-3 {
  width: 280px;
  height: 280px;
  background: #E0F7FA;
  top: 40%;
  right: -60px;
}

.zl-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* ============================================
   Content Column (visual left)
   ============================================ */
.zl-hero-content {
  flex: 1 1 0;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Badge */
.zl-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: #F4EEFF;
  border-radius: 999px;
  margin-bottom: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zl-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(108, 76, 241, 0.12);
}

.zl-badge-text {
  font-size: 14px;
  font-weight: 500;
  color: #6C4CF1;
  letter-spacing: -0.01em;
}

/* Heading */
.zl-heading {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.25;
  color: #1A1A1A;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.zl-heading-line {
  display: block;
}

.zl-heading-gradient {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #6C4CF1 0%, #9B7BFF 50%, #7F5CFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.zl-underline {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 100%;
  max-width: 280px;
  height: 18px;
  pointer-events: none;
}

/* Description */
.zl-desc {
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  color: #666666;
  margin-bottom: 36px;
}

/* CTA Buttons */
.zl-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.zl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  padding: 0 28px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.zl-btn-primary {
  background: linear-gradient(135deg, #6C4CF1 0%, #7F5CFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 24px rgba(108, 76, 241, 0.3);
}

.zl-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(108, 76, 241, 0.45);
  filter: brightness(1.05);
}

.zl-btn-primary:hover .zl-btn-arrow {
  transform: translateX(-4px);
}

.zl-btn-arrow {
  transition: transform 0.3s ease;
}

.zl-btn-secondary {
  background: #ffffff;
  color: #333333;
  border: 1.5px solid #E5E5E5;
}

.zl-btn-secondary:hover {
  background: #FAFAFA;
  border-color: #d8d8d8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.zl-btn-play {
  transition: transform 0.3s ease;
}

.zl-btn-secondary:hover .zl-btn-play {
  transform: rotate(12deg) scale(1.08);
}

/* Students row */
.zl-students {
  display: flex;
  align-items: center;
  gap: 14px;
}

.zl-avatars {
  display: flex;
  align-items: center;
}

.zl-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: 2.5px solid #ffffff;
  margin-left: -12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.zl-avatar:first-child {
  margin-left: 0;
}

.zl-avatar-1 { background: linear-gradient(135deg, #6C4CF1, #9B7BFF); }
.zl-avatar-2 { background: linear-gradient(135deg, #FF8A65, #FFB74D); }
.zl-avatar-3 { background: linear-gradient(135deg, #4FC3F7, #29B6F6); }
.zl-avatar-4 { background: linear-gradient(135deg, #81C784, #66BB6A); }
.zl-avatar-5 { background: linear-gradient(135deg, #F06292, #EC407A); }

.zl-students-text {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.zl-heart {
  display: inline-flex;
  animation: zl-heart-beat 1.6s ease-in-out infinite;
}

@keyframes zl-heart-beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* ============================================
   Visual / Illustration Column (visual right)
   ============================================ */
.zl-hero-visual {
  flex: 1 1 0;
  max-width: 520px;
  height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Organic blob */
.zl-blob {
  position: absolute;
  width: 380px;
  height: 380px;
  background: #FFD54A;
  border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 60px rgba(255, 213, 74, 0.35);
  animation: zl-blob-morph 12s ease-in-out infinite;
  z-index: 1;
}

@keyframes zl-blob-morph {
  0%, 100% {
    border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
  }
  33% {
    border-radius: 55% 45% 42% 58% / 55% 52% 48% 45%;
  }
  66% {
    border-radius: 48% 52% 58% 42% / 42% 55% 45% 58%;
  }
}

/* Student */
.zl-student-wrap {
  position: relative;
  z-index: 3;
  animation: zl-float-student 5s ease-in-out infinite;
}

@keyframes zl-float-student {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.zl-student {
  width: 280px;
  height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.zl-student-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
}

/* Speech bubbles */
.zl-bubble {
  position: absolute;
  z-index: 4;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.zl-bubble::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  bottom: -6px;
}

.zl-bubble-1 {
  top: 12%;
  right: 8%;
  animation: zl-float-bubble 4.5s ease-in-out infinite;
}

.zl-bubble-1::after {
  right: 24px;
}

.zl-bubble-2 {
  top: 28%;
  left: 0;
  background: linear-gradient(135deg, #6C4CF1, #8B6FFF);
  color: #ffffff;
  animation: zl-float-bubble 5.2s ease-in-out infinite 0.6s;
}

.zl-bubble-2::after {
  left: 20px;
  background: #7B5CFF;
}

.zl-bubble-3 {
  bottom: 22%;
  right: 4%;
  animation: zl-float-bubble 4.8s ease-in-out infinite 1.2s;
}

.zl-bubble-3::after {
  right: 28px;
}

@keyframes zl-float-bubble {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Stars & sparkles */
.zl-star {
  position: absolute;
  z-index: 4;
  animation: zl-spin-slow 8s linear infinite;
}

.zl-star-1 {
  top: 8%;
  left: 18%;
}

.zl-star-2 {
  bottom: 18%;
  left: 12%;
  animation-duration: 11s;
  animation-direction: reverse;
}

@keyframes zl-spin-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.zl-sparkle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFD54A;
  border-radius: 50%;
  z-index: 4;
  animation: zl-sparkle-pulse 2.4s ease-in-out infinite;
}

.zl-sparkle-1 {
  top: 22%;
  right: 22%;
}

.zl-sparkle-2 {
  top: 55%;
  left: 8%;
  width: 6px;
  height: 6px;
  background: #B39DDB;
  animation-delay: 0.8s;
}

.zl-sparkle-3 {
  bottom: 30%;
  right: 18%;
  width: 7px;
  height: 7px;
  background: #4FC3F7;
  animation-delay: 1.4s;
}

@keyframes zl-sparkle-pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.3); }
}

.zl-doodle {
  position: absolute;
  z-index: 2;
  opacity: 0.7;
}

.zl-doodle-1 {
  top: 6%;
  right: 30%;
}

.zl-doodle-2 {
  bottom: 12%;
  right: 28%;
  animation: zl-spin-slow 14s linear infinite;
}

/* ============================================
   Responsive - Tablet
   ============================================ */
@media (max-width: 1024px) {
  .zl-hero {
    min-height: 680px;
  }

  .zl-hero-container {
    gap: 48px;
    padding: 48px 28px;
  }

  .zl-heading {
    font-size: 42px;
  }

  .zl-desc {
    font-size: 16px;
    max-width: 420px;
  }

  .zl-hero-visual {
    max-width: 400px;
    height: 460px;
  }

  .zl-blob {
    width: 300px;
    height: 300px;
  }

  .zl-student {
    width: 230px;
    height: 300px;
  }

  .zl-bubble {
    font-size: 13px;
    padding: 10px 14px;
  }
}

/* ============================================
   Responsive - Mobile
   ============================================ */
@media (max-width: 768px) {
  .zl-hero {
    min-height: auto;
    padding: 40px 0 60px;
  }

  .zl-hero-container {
    flex-direction: column;
    gap: 48px;
    padding: 0 20px;
  }

  /* Image first on mobile */
  .zl-hero-visual {
    order: -1;
    max-width: 100%;
    height: 380px;
  }

  .zl-hero-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .zl-badge {
    margin-bottom: 20px;
  }

  .zl-heading {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .zl-underline {
    max-width: 200px;
    right: 50%;
    transform: translateX(50%);
  }

  .zl-desc {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 28px;
  }

  .zl-cta {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .zl-btn {
    width: 100%;
    height: 52px;
  }

  .zl-students {
    flex-direction: column;
    gap: 12px;
  }

  .zl-blob {
    width: 260px;
    height: 260px;
  }

  .zl-student {
    width: 200px;
    height: 260px;
  }

  .zl-bubble-1 {
    top: 6%;
    right: 4%;
  }

  .zl-bubble-2 {
    top: 22%;
    left: 2%;
  }

  .zl-bubble-3 {
    bottom: 16%;
    right: 2%;
  }
}

@media (max-width: 400px) {
  .zl-heading {
    font-size: 30px;
  }

  .zl-hero-visual {
    height: 320px;
  }

  .zl-blob {
    width: 220px;
    height: 220px;
  }

  .zl-student {
    width: 170px;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6868d8 *//* ============================================
   Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

/* ============================================
   Section
   ============================================ */
.zl-courses {
  padding: 80px 0 120px;
  background: #ffffff;
}

.zl-courses-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============================================
   Features Row
   ============================================ */
.zl-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 72px;
}

.zl-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.zl-feature:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.zl-feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zl-feature-purple .zl-feature-icon { background: #F3E5F5; }
.zl-feature-mint .zl-feature-icon { background: #E0F2F1; }
.zl-feature-pink .zl-feature-icon { background: #FCE4EC; }
.zl-feature-yellow .zl-feature-icon { background: #FFF8E1; }

.zl-feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.zl-feature-desc {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  line-height: 1.7;
}

/* ============================================
   Header / Title
   ============================================ */
.zl-courses-header {
  text-align: center;
  margin-bottom: 56px;
}

.zl-courses-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #7C4DFF;
  margin-bottom: 14px;
}

.zl-courses-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.zl-courses-title {
  position: relative;
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  line-height: 1.3;
  display: inline-block;
}

.zl-title-underline {
  position: absolute;
  bottom: -6px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 340px;
  height: 18px;
  pointer-events: none;
}

.zl-deco {
  display: flex;
  flex-shrink: 0;
}

/* ============================================
   Courses Wrapper + Nav
   ============================================ */
.zl-courses-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.zl-courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  flex: 1;
  min-width: 0;
}

.zl-nav-btn {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #F0F0F0;
  transition: all 0.3s ease;
}

.zl-nav-btn:hover,
.zl-nav-btn:focus-visible {
  background: #7C4DFF;
  color: #fff;
  border-color: #7C4DFF;
  box-shadow: 0 8px 24px rgba(124, 77, 255, 0.3);
  outline: none;
}

/* ============================================
   Course Cards
   ============================================ */
.zl-course-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px 32px;
  border-radius: 28px;
  min-height: 420px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.zl-course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

.zl-card-purple {
  background: linear-gradient(165deg, #F8F0FF 0%, #EDE4FF 100%);
}

.zl-card-mint {
  background: linear-gradient(165deg, #F0FAF9 0%, #E0F5F3 100%);
}

.zl-card-pink {
  background: linear-gradient(165deg, #FFF5F8 0%, #FCE8EF 100%);
}

.zl-card-yellow {
  background: linear-gradient(165deg, #FFFBF0 0%, #FFF3D6 100%);
}

.zl-card-icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: zl-float 4.5s ease-in-out infinite;
}

.zl-card-purple .zl-card-icon { animation-delay: 0s; }
.zl-card-mint .zl-card-icon { animation-delay: 0.35s; }
.zl-card-pink .zl-card-icon { animation-delay: 0.7s; }
.zl-card-yellow .zl-card-icon { animation-delay: 1.05s; }

@keyframes zl-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.zl-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.zl-card-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 220px;
  flex: 1;
}

.zl-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: gap 0.3s ease;
}

.zl-link-purple { color: #7C4DFF; }
.zl-link-mint { color: #00897B; }
.zl-link-pink { color: #D81B60; }
.zl-link-orange { color: #EF6C00; }

.zl-card-link:hover,
.zl-card-link:focus-visible {
  gap: 12px;
  outline: none;
}

.zl-card-link svg {
  transition: transform 0.3s ease;
}

.zl-card-link:hover svg,
.zl-card-link:focus-visible svg {
  transform: translateX(-4px);
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1100px) {
  .zl-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .zl-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zl-courses-title {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .zl-nav-btn {
    display: none;
  }

  .zl-courses-wrapper {
    gap: 0;
  }
}

@media (max-width: 640px) {
  .zl-courses {
    padding: 60px 0 80px;
  }

  .zl-courses-container {
    padding: 0 20px;
  }

  .zl-features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 48px;
  }

  .zl-courses-header {
    margin-bottom: 40px;
  }

  .zl-courses-label {
    font-size: 16px;
  }

  .zl-courses-title {
    font-size: 30px;
  }

  .zl-deco {
    display: none;
  }

  .zl-courses-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .zl-course-card {
    min-height: 380px;
    padding: 32px 20px 28px;
    border-radius: 24px;
  }

  .zl-card-icon {
    width: 120px;
    height: 120px;
  }

  .zl-card-icon svg {
    width: 120px;
    height: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f2464b *//* ============================================
   Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ============================================
   Section
   ============================================ */
.zl-why {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background: #ffffff;
}

.zl-why-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============================================
   Top Cards Grid
   ============================================ */
.zl-why-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

/* Why Card */
.zl-why-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px 36px 36px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  border: 1px solid #F3F3F3;
}

.zl-why-title {
  position: relative;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 28px;
  display: inline-block;
}

.zl-why-underline {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 100%;
  max-width: 160px;
  height: 14px;
  pointer-events: none;
}

.zl-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.zl-why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}

.zl-check {
  flex-shrink: 0;
  display: flex;
}

.zl-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  background: linear-gradient(135deg, #7C4DFF 0%, #6C4CF1 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(124, 77, 255, 0.3);
  transition: all 0.3s ease;
}

.zl-why-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(124, 77, 255, 0.42);
}

.zl-why-btn svg {
  transition: transform 0.3s ease;
}

.zl-why-btn:hover svg {
  transform: translateX(-3px);
}

/* Testimonial Card */
.zl-testimonial-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 36px 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  border: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  position: relative;
}

.zl-quote-mark {
  font-size: 72px;
  font-weight: 800;
  color: #7C4DFF;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.9;
}

.zl-testimonial-text {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 2;
  margin-bottom: 28px;
  flex: 1;
}

.zl-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.zl-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #F0F0F0;
}

.zl-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zl-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.zl-author-role {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

/* ============================================
   CTA Banner
   ============================================ */
.zl-cta-banner {
  position: relative;
  background: linear-gradient(135deg, #7C4DFF 0%, #6C4CF1 50%, #5E35B1 100%);
  border-radius: 32px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 280px;
}

.zl-cta-content {
  position: relative;
  z-index: 3;
  max-width: 420px;
}

.zl-cta-title {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.45;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.zl-cta-desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
  line-height: 1.7;
}

.zl-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 26px;
  background: #FFD54A;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(255, 213, 74, 0.35);
  transition: all 0.3s ease;
}

.zl-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(255, 213, 74, 0.5);
  background: #FFE082;
}

.zl-cta-btn svg {
  transition: transform 0.3s ease;
}

.zl-cta-btn:hover svg {
  transform: translateX(-3px);
}

/* Visual side */
.zl-cta-visual {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  max-width: 420px;
  height: 260px;
}

.zl-girl-wrap {
  position: relative;
  z-index: 2;
  animation: zl-girl-float 5s ease-in-out infinite;
}

@keyframes zl-girl-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.zl-girl-img {
  width: 280px;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.18));
}

/* Start bubble */
.zl-start-bubble {
  position: absolute;
  top: 18%;
  left: 8%;
  background: #ffffff;
  color: #7C4DFF;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 16px 16px 16px 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 4;
  animation: zl-bubble 4s ease-in-out infinite;
}

@keyframes zl-bubble {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Paper planes */
.zl-paper-plane {
  position: absolute;
  z-index: 1;
  animation: zl-plane 6s ease-in-out infinite;
}

.zl-plane-1 {
  top: 20%;
  right: 15%;
  opacity: 0.9;
}

.zl-plane-2 {
  bottom: 25%;
  left: 5%;
  animation-delay: 1.2s;
  animation-duration: 7s;
}

@keyframes zl-plane {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-12px, -8px) rotate(-8deg); }
}

/* Banner dots */
.zl-banner-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.zl-dot-1 { width: 12px; height: 12px; top: 18%; right: 28%; }
.zl-dot-2 { width: 8px; height: 8px; top: 35%; right: 12%; }
.zl-dot-3 { width: 10px; height: 10px; bottom: 22%; right: 35%; }
.zl-dot-4 { width: 6px; height: 6px; bottom: 40%; left: 45%; }

/* ============================================
   Background Decorations
   ============================================ */
.zl-bg-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.zl-deco-pink-1 {
  width: 60px;
  height: 60px;
  top: 8%;
  left: 6%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M10 40C15 20 35 15 50 30' stroke='%23F8BBD0' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.7;
}

.zl-deco-pink-2 {
  width: 40px;
  height: 40px;
  top: 12%;
  right: 18%;
  background: radial-gradient(circle, #F8BBD0 30%, transparent 70%);
  opacity: 0.5;
}

.zl-deco-green {
  width: 28px;
  height: 28px;
  top: 28%;
  left: 48%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2381C784'%3E%3Cpath d='M12 2L14 9H21L15.5 13.5L17.5 21L12 16.5L6.5 21L8.5 13.5L3 9H10L12 2Z'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.8;
}

.zl-deco-yellow {
  width: 50px;
  height: 50px;
  top: 20%;
  right: 8%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M5 30C15 10 35 8 45 25' stroke='%23FFD54A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.7;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
  .zl-why-top {
    gap: 24px;
  }

  .zl-cta-banner {
    padding: 40px 40px;
  }

  .zl-cta-title {
    font-size: 28px;
  }

  .zl-girl-img {
    width: 240px;
  }
}

@media (max-width: 900px) {
  .zl-why-top {
    grid-template-columns: 1fr;
  }

  .zl-cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px 0;
    gap: 20px;
  }

  .zl-cta-content {
    max-width: 100%;
  }

  .zl-cta-visual {
    max-width: 100%;
    height: 240px;
  }

  .zl-girl-img {
    width: 220px;
  }

  .zl-start-bubble {
    left: 15%;
    top: 10%;
  }
}

@media (max-width: 600px) {
  .zl-why {
    padding: 56px 0 72px;
  }

  .zl-why-container {
    padding: 0 20px;
  }

  .zl-why-card,
  .zl-testimonial-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .zl-why-title {
    font-size: 24px;
  }

  .zl-why-item {
    font-size: 14px;
  }

  .zl-testimonial-text {
    font-size: 15px;
  }

  .zl-cta-title {
    font-size: 24px;
  }

  .zl-cta-banner {
    border-radius: 24px;
    min-height: auto;
  }

  .zl-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .zl-girl-img {
    width: 180px;
  }
}/* End custom CSS */