/* === Font definitions (Gilroy) === */
@font-face {
  font-family: 'Gilroy';
  src: url('/themes/hyper/assets/fonts/gilroy/Gilroy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/themes/hyper/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/themes/hyper/assets/fonts/gilroy/Gilroy-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/themes/hyper/assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/themes/hyper/assets/fonts/gilroy/Gilroy-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* === Diğer stiller burada başlıyor === */

  
  
  /**
  * HOMEPAGE SECTIONS - COMBINED STYLES
  * Why Choose Us, About Slider ve App Promotion section'larının tüm CSS'ini içerir
  * Tarih: 2024-10-31
  * Kaynak: styles.css ve about-why.css
  */

  /* ========================================
    GLOBAL TITLE & DESCRIPTION STYLES
    Homepage section'ları için genel başlık ve açıklama stilleri
    ======================================== */
  .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #2F3352;
    text-align: center;
    margin-bottom: 5px;
  }

  .description {
    font-weight: 400;
    line-height: 1.375em;
    color: #666F94;
    text-align: center;
    margin: 0 auto;
  }

  /* ========================================
    PLATFORM BACKGROUND COLORS
    Global utility classes for social media platforms
    ======================================== */
  .instagram { background-color: var(--instagram); }
  .tiktok { background-color: var(--tiktok); }
  .twitter { background-color: var(--twitter); }
  .youtube { background-color: var(--youtube); }
  .facebook { background-color: var(--facebook); }
  .spotify { background-color: var(--spotify); }
  .whatsapp { background-color: var(--whatsapp); }
  .linkedin { background-color: var(--linkedin); }
  .telegram { background-color: var(--telegram); }
  .discord { background-color: var(--discord); }
  .pinterest { background-color: var(--pinterest); }
  .twitch { background-color: var(--twitch); }
  .snapchat { background-color: var(--snapchat); }
  .soundcloud { background-color: var(--soundcloud); }
  .kick { background-color: var(--kick); }
  .kwai { background-color: var(--kwai); }

  /* ========================================
    GLOBAL NOTIFICATION BADGE COMPONENT
    ======================================== */
  
  .notification-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-light);
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0px 0px 15px rgba(120, 68, 228, 0.2);
    animation: floatingImage 4s ease-in-out infinite;
    z-index: 2;
  }

  .notification-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .notification-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .notification-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    color: #33353E;
    margin: 0;
  }

  .notification-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #666F94;
    margin: 0;
  }

  /* Badge Variants */
  .notification-badge-dashed {
    border: 1px dashed var(--bg-light);
  }

  /* Position Utilities */
  .pos-tl { top: 0; left: 30px; }
  .pos-tr { top: 18%; right: 30px; }
  .pos-bl { left: 0; top: 342px; }
  .pos-bc { left: 166px; top: 245px; }
  .pos-comments { top: 12px; right: -170px; }

  /* Animation Delay Utilities */
  .anim-delay-0 { animation-delay: 0s; }
  .anim-delay-1-5 { animation-delay: 1.5s; }




/* ========================================
   HERO SLIDER (EXPANDABLE)
   ======================================== */

  /* Hero Slider Container */
  #section_slider {
    padding: 60px 0;
  }

  .hero-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* Hero Slide Base */
  .hero-slide {
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    height: 488px;
    transform-origin: center;
  }

  /* Active (Expanded) Slide - Exact Figma dimensions */
  .hero-slide.active {
    width: 940px;
    height: 488px;
    cursor: default;
    flex-direction: row;
    align-items: stretch;
    background-color: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    overflow: visible;
  }

  /* Inactive (Minimized) Slides */
  .hero-slide:not(.active) {
    width: 200px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    opacity: 0.95;
    transform: scale(0.98);
    z-index: 1;
  }

  .hero-slide:not(.active):hover {
    transform: scale(1) translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 1;
  }

  /* Slide Color Backgrounds - Only for minimized state */
  .hero-slide-purple:not(.active) {
    background: white;
  }

  .hero-slide-blue:not(.active) {
    background: white;
  }

  .hero-slide-orange:not(.active) {
    background: white;
  }

  /* Slide Content */
  .hero-slide-content {
    position: relative;
    z-index: 2;
    flex: 1;
  }

  /* Expanded Content - Left side form/content area */
  .hero-slide.active .hero-slide-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 421px;
    flex-shrink: 0;
  }

  /* Minimized Content - Takes full width, centered */
  .hero-slide:not(.active) .hero-slide-content {
    padding: 34px 20px;
    width: fit-content;
    flex: 0 0 auto;
  }

  /* Expanded Content */
  .hero-slide-expanded {
    display: none;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
  }

  .hero-slide.active .hero-slide-expanded {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }

  .hero-slide-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.39;
    color: var(--text-primary);
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(20px);
  }

  .hero-slide.active .hero-slide-title {
    color: var(--text-primary);
    animation: slideInUp 0.5s ease 0.3s forwards;
  }

  .hero-slide-title-highlight {
    color: var(--primary-purple);
  }

  .hero-slide-blue.active .hero-slide-title-highlight {
    color: #057ef6;
  }

  .hero-slide-orange.active .hero-slide-title-highlight {
    color: #fd5501;
  }

  .hero-slide-description {
    font-weight: 500;
    line-height: 1.375;
    color: #7a7f99;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
  }

  .hero-slide.active .hero-slide-description {
    animation: slideInUp 0.5s ease 0.5s forwards;
  }

  /* Hero Form */
  .hero-slide-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Stagger animation for form elements */
  .hero-slide.active .hero-slide-form > * {
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.4s ease forwards;
  }

  .hero-slide.active .hero-slide-form > *:nth-child(1) {
    animation-delay: 0.7s;
  }

  .hero-slide.active .hero-slide-form > *:nth-child(2) {
    animation-delay: 0.8s;
  }

  .hero-slide.active .hero-slide-form > *:nth-child(3) {
    animation-delay: 0.9s;
  }

  .hero-slide.active .hero-slide-form > *:nth-child(4) {
    animation-delay: 1s;
  }

  /* Dropdown Wrapper */
  .hero-form-dropdown-wrapper {
    position: relative;
    z-index: 1;
  }

  .hero-form-dropdown-wrapper:has(.hero-form-dropdown.active) {
    z-index: 100;
  }

  /* Dropdown Button */
  .hero-form-dropdown {
    background-color: #fff;
    border: 1px solid #eaeaed;
    border-radius: 14px;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .hero-form-dropdown:hover:not(.disabled) {
    border-color: var(--primary-purple);
  }

  .hero-form-dropdown.active {
    border-color: var(--primary-purple);
  }

  .hero-form-dropdown.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f9f9f9;
  }

  .hero-form-dropdown.disabled .hero-dropdown-label {
    color: #b0b0b0;
  }

  .hero-dropdown-label {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.19;
    color: #666f94;
    transition: color 0.3s ease;
  }

  .hero-form-dropdown.active .hero-dropdown-label,
  .hero-form-dropdown.selected .hero-dropdown-label {
    color: #33353e;
  }

  .hero-dropdown-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(102, 111, 148, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .hero-form-dropdown.active .hero-dropdown-icon {
    transform: rotate(180deg);
  }

  /* Dropdown Menu */
  .hero-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #f9f8f8;
    border: 1px solid #f0f1f9;
    border-radius: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .hero-dropdown-menu.active {
    max-height: 200px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }

  .hero-dropdown-item {
    padding: 10px 15px;
    font-weight: 600;
    line-height: 1.25;
    color: #666f94;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f1f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .hero-dropdown-item:last-child {
    border-bottom: 0;
  }

  .hero-dropdown-item:hover {
    background-color: #ffffff;
    color: #33353e;
  }

  .hero-dropdown-item.selected {
    background-color: #ffffff;
    color: #33353e;
  }

  .hero-dropdown-item-text {
    flex: 1;
  }

  .hero-dropdown-item-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666f94;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .hero-dropdown-item.selected .hero-dropdown-item-icon {
    color: var(--primary-purple);
  }

  .hero-dropdown-item-check {
    width: 20px;
    height: 20px;
    display: none;
    flex-shrink: 0;
  }

  .hero-dropdown-item.selected .hero-dropdown-item-check {
    display: block;
  }

  /* Custom scrollbar for dropdown */
  .hero-dropdown-menu::-webkit-scrollbar {
    width: 4px;
  }

  .hero-dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .hero-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(120, 68, 228, 0.2);
    border-radius: 2px;
  }

  .hero-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(120, 68, 228, 0.4);
  }

  .hero-form-submit {
    background-color: var(--primary-purple);
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  /* Glass shimmer effect */
  .hero-form-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
    z-index: 1;
  }

  .hero-form-submit:hover:not(:disabled)::before {
    left: 100%;
  }

  .hero-form-submit:hover:not(:disabled) {
    background-color: #6837c9;
    box-shadow: 0 4px 12px rgba(120, 68, 228, 0.3);
  }

  .hero-form-submit:disabled {
    background-color: #d1d1d6;
    color: #8e8e93;
    cursor: not-allowed;
    box-shadow: none;
  }

  .hero-form-submit:disabled::before {
    display: none;
  }

  /* Hero Link Cards (for blue and orange slides) */
  .hero-link-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  /* Stagger animation for link cards */
  .hero-slide.active .hero-link-cards .hero-link-card {
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.4s ease forwards;
  }

  .hero-slide.active .hero-link-cards .hero-link-card:nth-child(1) {
    animation-delay: 0.7s;
  }

  .hero-slide.active .hero-link-cards .hero-link-card:nth-child(2) {
    animation-delay: 0.8s;
  }

  .hero-slide.active .hero-link-cards .hero-link-card:nth-child(3) {
    animation-delay: 0.9s;
  }

  .hero-slide.active .hero-link-cards .hero-link-card:nth-child(4) {
    animation-delay: 1s;
  }

  .hero-link-card {
    background-color: #fff;
    border: 1px solid #eaeaed;
    border-radius: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  /* Link card backgrounds per slide */
  .hero-slide-blue .hero-link-card {
    background-color: #057EF61A;
  }

  .hero-slide-orange .hero-link-card {
    background-color: #FD55011A;
  }

  .hero-link-card:hover {
    border-color: #057ef6;
    transform: translateX(4px);
  }

  .hero-slide-orange .hero-link-card:hover {
    border-color: #fd5501;
  }

  .hero-link-card-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hero-link-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-slide-blue .hero-link-card-icon {
    background-color: #057ef6;
  }

  .hero-slide-orange .hero-link-card-icon {
    background-color: #fd5501;
  }

  .hero-link-card-icon svg {
    width: 18px;
    height: 18px;
  }

  .hero-link-card-text {
    font-size: 15px;
    font-weight: 600;
    color: #666f94;
    line-height: 1.19;
  }

  .hero-link-card-arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(102, 111, 148, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-link-card-arrow svg {
    width: 18px;
    height: 18px;
  }

  /* Minimized Content */
  .hero-slide-minimized {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
  }

  .hero-slide:not(.active) .hero-slide-minimized {
    display: flex;
    opacity: 1;
    transform: scale(1);
  }

  .hero-slide:not(.active) .hero-slide-expanded {
    display: none;
  }

  .hero-minimized-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--text-primary);
    margin: 0;
  }

  .hero-minimized-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-primary);
    margin: 0;
  }

  /* Click icon - positioned inside hero-slide (Desktop: right side) */
  .hero-minimized-click-icon {
    display: none;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    position: absolute;
    right: 40%;
    top: 20px;
    transform: translateY(-50%);
    animation: clickIconPulse 2s ease-in-out infinite;
  }

  .hero-slide:not(.active) .hero-minimized-click-icon {
    display: block;
  }

  @keyframes clickIconPulse {
    0%, 100% {
      transform: translateY(-50%) translateX(0);
      opacity: 0.6;
    }
    50% {
      transform: translateY(-50%) translateX(-8px);
      opacity: 1;
    }
  }

  /* Minimized title colors per slide */
  .hero-slide-purple:not(.active) .hero-minimized-title {
    color: #7844E4;
  }

  .hero-slide-blue:not(.active) .hero-minimized-title {
    color: #057EF6;
  }

  .hero-slide-orange:not(.active) .hero-minimized-title {
    color: #FD5501;
  }

  /* Slide Images */
  .hero-slide-image {
    position: relative;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  /* Expanded State - Image on right side */
  .hero-slide.active .hero-slide-image {
    flex: 1;
    position: relative;
  }

  /* Minimized State - Image at bottom */
  .hero-slide:not(.active) .hero-slide-image {
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .hero-image-expanded {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
  }

  /* Active Slide - Full Size Image */
  .hero-slide.active .hero-image-expanded {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: slideInImage 0.6s ease-out 0.2s both;
  }

  /* Inactive Slide - Smaller Image */
  .hero-slide:not(.active) .hero-image-expanded {
    width: 160px;
    height: auto;
    max-height: 400px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    transform: scale(0.5);
    animation: fadeInScale 0.4s ease-out 0.1s both;
  }

  /* Keyframe Animations */
  @keyframes slideInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideInImage {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.85);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Purple Slide Images - Exact Figma positioning */
  .hero-slide-purple.active .hero-image-expanded {
    object-fit: contain;
    right: 15px;
    bottom: 15px;
  }

  .hero-slide-purple:not(.active) .hero-image-expanded {
    width: 160px;
    height: auto;
    max-height: 400px;
    bottom: 15px;
  }

  /* Blue Slide Images */
  .hero-slide-blue.active .hero-image-expanded {
    object-fit: contain;
    right: 15px;
    bottom: 15px;
  }

  .hero-slide-blue:not(.active) .hero-image-expanded {
    width: 160px;
    height: auto;
    max-height: 400px;
    bottom: 15px;
  }

  /* Orange Slide Images */
  .hero-slide-orange.active .hero-image-expanded {
    object-fit: contain;
    right: 15px;
    bottom: 15px;
  }

  .hero-slide-orange:not(.active) .hero-image-expanded {
    width: 160px;
    height: auto;
    max-height: 400px;
    bottom: 15px;
  }

  /* Badge Styles (Desktop) */
  .hero-slide-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 20px;
    background-color: #ffffff;
    border: 1px solid #EAEAED;
    border-radius: 8px;
    height: 30px;
    width: fit-content;
    margin-bottom: 16px;
    margin-left: 14px;
    position: relative;
  }

  .hero-badge-icon {
    width: 44.76px;
    height: 44.76px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-badge-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: var(--primary-purple);
    margin: 0;
  }

  /* Mobile Styles */
  @media (max-width: 1025px) {
    #section_slider {
      padding: 40px 0;
    }
    
    .hero-slider-container {
      flex-direction: column;
      gap: 12px;
      padding: 0 16px;
    }
    
    .hero-slide {
      width: 100% !important;
      height: auto;
    }
    
    /* Active slide - large at top */
    .hero-slide.active {
      height: auto;
      min-height: 400px;
      flex-direction: column;
      border-radius: 30px;
    }
    
    /* Inactive slides - small horizontal bars (exact Figma: 97px) */
    .hero-slide:not(.active) {
      height: 97px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0;
    }
    
    /* Active slide content positioning */
    .hero-slide.active .hero-slide-content {
      width: 100%;
      padding: 0;
      order: 2;
      flex: 0 0 auto;
    }
    
    .hero-slide.active .hero-slide-expanded {
      padding: 24px;
    }
    
    /* Badge adjustments for mobile */
    .hero-slide-badge {
      margin-bottom: 10px;
      margin-left: 14px;
    }
    
    /* Inactive slide content */
    .hero-slide:not(.active) .hero-slide-content {
      padding: 24px;
      width: 264px;
      flex: 0 0 auto;
    }
    
    /* Active slide typography (exact Figma values) */
    .hero-slide.active .hero-slide-title {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.21;
      margin-bottom: 10px;
    }
    
    .hero-slide.active .hero-slide-description {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.38;
      margin-bottom: 12px;
    }
    
    /* Inactive slides - minimized content */
    .hero-slide:not(.active) .hero-slide-minimized {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      gap: 0;
    }
    
    .hero-minimized-label {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.1;
    }
    
    .hero-minimized-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.1;
      text-align: left;
    }
    
    /* Click icon positioning on mobile */
    .hero-minimized-click-icon {
      right: 30px;
      top: 50px;
    }
    
    /* Hide <br> tags in minimized titles on mobile */
    .hero-minimized-title br {
      display: none;
    }
    
    /* Hide all images on mobile */
    .hero-slide-image {
      display: none !important;
    }
    
    /* Form styles (exact Figma values) */
    .hero-slide-form {
      gap: 12px;
      margin-bottom: 0;
    }
    
    .hero-form-dropdown-wrapper {
      width: 100%;
    }
    
    .hero-form-dropdown {
      height: 50px;
      padding: 10px 13px;
      border-radius: 14px;
    }
    
    .hero-dropdown-label {
      font-size: 15px;
      font-weight: 600;
    }
    
    .hero-dropdown-icon {
      width: 30px;
      height: 30px;
      border-radius: 8px;
    }
    
    .hero-form-submit {
      height: 50px;
      font-size: 15px;
      font-weight: 600;
      padding: 8px;
      border-radius: 16px;
    }
    
    /* Link cards (exact Figma values) */
    .hero-link-cards {
      gap: 12px;
      margin-top: 12px;
    }
    
    .hero-link-card {
      height: 50px;
      padding: 0 10px;
      border-radius: 14px;
    }
    
    .hero-link-card-icon {
      width: 30px;
      height: 30px;
      border-radius: 8px;
    }
    
    .hero-link-card-text {
      font-size: 15px;
      font-weight: 600;
    }
    
    .hero-link-card-arrow {
      width: 30px;
      height: 30px;
      border-radius: 8px;
    }
  }

  @media (max-width: 480px) {
    /* Small mobile adjustments */
    .hero-slide.active {
      height: auto;
      gap: 25px;
    }
    
    .hero-slide.active .hero-slide-image {
      height: 320px;
    }
    
    .hero-slide-title {
      font-size: 24px;
    }
    
    .hero-slide-description {
      font-size: 14px;
    }
  }




  /* ========================================
    WHY CHOOSE US SECTION
    ======================================== */

    #section_why_us {
      padding: 60px 0;
      background-color: var(--bg-light-alt);
    }

    /* Title & Description Override */
    #section_why_us .title {
      color: #4C5473; /* Global title'dan farklı renk */
    }
    
    /* Cards Container */
    .why-choose-us-cards {
      display: flex;
      gap: 16px;
      align-items: center;
    }
    
    .why-choose-us-cards .feature-card {
      flex: 1;
      min-height: 126px;
    }
    
    /* Feature Card Base */
    .feature-card {
      display: flex;
      align-items: center;
      gap: 20px;
      background-color: #FFFFFF;
      border-radius: 18px;
      padding: 20px;
      transition: var(--transition-default);
      text-decoration: none;
      color: inherit;
    }
    
    .feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
      text-decoration: none;
    }
    
    /* Feature Card - as link/anchor */
    a.feature-card {
      display: flex;
      cursor: pointer;
    }
    
    a.feature-card:hover {
      box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    }
    
    /* Icon Wrapper */
    .feature-icon-wrapper {
      flex-shrink: 0;
      width: 60px;
      height: 86px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    
    /* Tall variant for solution cards */
    .feature-icon-wrapper.icon-tall {
      width: 68px;
      height: 130px;
    }
    
    /* Content Container */
    .feature-card-content {
      display: flex;
      flex-direction: column;
      gap: 8px;
      flex: 1;
    }
    
    /* Typography */
    .feature-card-title {  
      font-weight: 600;
      font-size: 20px;
      line-height: var(--lh-tight);
      color: #33353E;
      margin: 0;
    }
    
    .feature-card-description {
      font-weight: 500;
      font-size: 14px;
      line-height: var(--lh-tight);
      color: #666F94;
      margin: 0;
    }
    
    /* Feature Link (for solution cards) */
    .feature-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      font-size: 14px;
      line-height: var(--lh-tight);
      text-decoration: none;
      transition: var(--transition-default);
    }
    
    .feature-card[data-color="#F02468"] .feature-link { color: #F02468; }
    .feature-card[data-color="#7844E4"] .feature-link { color: #7844E4; }
    .feature-card[data-color="#F45100"] .feature-link { color: #F45100; }
    .feature-card[data-color="#24B3F0"] .feature-link { color: #24B3F0; }
    .feature-card[data-color="#77D800"] .feature-link { color: #77D800; }
    .feature-card[data-color="#F4009B"] .feature-link { color: #F4009B; }
    .feature-card[data-color="#FFAE00"] .feature-link { color: #FFAE00; }
    .feature-card[data-color="#0051E7"] .feature-link { color: #0051E7; }
    
    .feature-card:hover .feature-link {
      gap: 14px;
    }
    
    .feature-link svg {
      transition: var(--transition-default);
    }
    
    /* ========================================
      ABOUT US SLIDER SECTION
      ======================================== */
    
    #section_about_slider {
      padding: 60px 0;
    }
    
    /* Slider Container */
    .hakkimizda-slider-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    
    /* Hakkımızda Slide Base */
    .hakkimizda-slide {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      transform-origin: center;
      cursor: pointer;
    }
    
    /* Active (Expanded) Slide */
    .hakkimizda-slide.active {
      width: 675px;
      height: 500px;
      cursor: default;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
      transform: scale(1);
      opacity: 1;
      z-index: 2;
    }
    
    /* Inactive (Minimized) Slides */
    .hakkimizda-slide:not(.active) {
      width: 225px;
      height: 500px;
      opacity: 0.95;
      transform: scale(0.98);
      z-index: 1;
    }
    
    .hakkimizda-slide:not(.active):hover {
      transform: scale(1) translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      opacity: 1;
    }
    
    /* Slide Background - Otomatik hesaplanan renk */
    .hakkimizda-slide {
      background-color: rgba(var(--main-rgb), 0.18);
    }
    
    /* Text Content - Always visible, just styled differently */
    .hakkimizda-slide-text {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 30px 0px 10px 0px;
      text-align: center;
      align-items: center;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      z-index: 1;
      flex: 0 0 100%;
      width: 100%;
    }
    
    .hakkimizda-slide.active .hakkimizda-slide-text {
      padding: 70px 0 50px 40px;
      width: 350px;
      gap: 24.66px;
      text-align: left;
      align-items: flex-start;
      flex: 0 0 auto;
    }
    
    /* Label - Küçük başlık */
    .hakkimizda-slide-label {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.28;
      margin: 0;
      color: rgba(var(--main-rgb), 0.65);
      transition: all 0.6s ease;
    }
    
    .hakkimizda-slide.active .hakkimizda-slide-label {
      font-size: 28.77px;
      font-weight: 900;
      line-height: 1.43;
      opacity: 0;
      animation: slideInUp 0.5s ease 0.3s forwards;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    }
    
    /* Title - Ana başlık */
    .hakkimizda-slide-title {
      font-size: 20px;
      font-weight: 800;
      line-height: 25px;
      margin: 0;
      color: rgb(var(--main-rgb));
      transition: all 0.6s ease;
    }
    
    .hakkimizda-slide.active .hakkimizda-slide-title {
      font-size: 32px;
      line-height: 35px;
      opacity: 0;
      animation: slideInUp 0.5s ease 0.4s forwards;
    }
    
    /* Description - Açıklama (sadece active'de görünür) */
    .hakkimizda-slide-description {
      font-size: 16.44px;
      font-weight: 500;
      line-height: 1.5;
      margin: 0;
      max-width: 270.4px;
      color: rgba(var(--main-rgb), 0.8);
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: all 0.6s ease;
    }
    
    .hakkimizda-slide.active .hakkimizda-slide-description {
      opacity: 1;
      max-height: 500px;
      animation: slideInUp 0.5s ease 0.5s forwards;
    }
    
    /* Image - Tek image container */
    .hakkimizda-slide-image {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      flex: 0 0 100%;
      width: 100%;
      height: auto;
      position: relative;
    }
    
    .hakkimizda-slide:not(.active) .hakkimizda-slide-image img {
      max-height: 340px;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .hakkimizda-slide.active .hakkimizda-slide-image {
      position: absolute;
      right: 0;
      top: 30px;
      width: 300px;
    }

    
    /* Footer stripe at bottom */
    .hakkimizda-slide-footer {
      height: 20px;
      flex: 0 0 100%;
      background-color: rgb(var(--main-rgb));
    }
    
    /* ========================================
      APP PROMOTION SECTION
      ======================================== */
    
    #section_app_promo {
      position: relative;
      padding: 80px 0 100px;
      overflow: hidden;
    }

    /* Background Image - CSS ile */
    #section_app_promo::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/home/uygulama-bg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      pointer-events: none;
    }
    
    /* Content wrapper */
    .uygulama-content {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 70px;
      max-width: 1122px;
      margin: 0 auto;
    }
    
    /* Text content */
    .uygulama-text-content {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 508px;
      flex-shrink: 0;
    }
    
    #section_app_promo .title {
      font-size: 38px; /* Global'den farklı - daha büyük */
      text-align: left; /* Center değil */
      margin: 0; /* Bottom margin yok */
    }
    
    #section_app_promo .description {
      font-weight: 500; /* 400 yerine 500 */
      color: #7A7F99; /* Farklı renk */
      text-align: left; /* Center değil */
    }
    
    /* Store buttons */
    .uygulama-store-buttons {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    
    .uygulama-store-btn {
      display: block;
      width: 180px;
      height: 53px;
      transition: transform var(--transition-default), opacity var(--transition-default);
    }
    
    .uygulama-store-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
    }
    
    .uygulama-store-btn img,
    .uygulama-store-btn svg {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    /* Phone images */
    .uygulama-phones {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
    }
    
    .uygulama-phones-image {
      width: 100%;
      max-width: 502px;
      height: auto;
      object-fit: contain;
    }
    

  /* ========================================
    SERVICES SHOWCASE SECTION
    ======================================== */

  #section_services_showcase {
    padding: 0 0 var(--section-padding) 0;
  }

  /* Section Header */
  .services-header {
    text-align: center;
    margin-bottom: 30px;
  }

  /* Title & Description - Global .title ve .description kullanıyor */

  .text-primary-orange {  
    color: #F45100;
  }

  .text-dark {
    color: #33353E;
  }

  /* Grid Container - Reusable */
  .services-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }

  /* Service Card Component - Reusable */
  .service-card {
    width: 220px;
    height: 90px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  }

  .service-card-text {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    line-height: var(--lh-tight);
    color: var(--text-light);
    flex-shrink: 0;
  }

  .service-card-text-light {
    font-weight: var(--fw-regular);
    font-size: var(--fs-body);
    line-height: var(--lh-tight);
  }

  .service-card-overlay {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .service-card-icon {
    width: 26px;
    height: 26px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  /* Other Card Variant */
  .service-card.other {
    background-color: #E2E5F1;
    border: 1px solid #D2D2D2;
  }

  .service-card.other .service-card-text,
  .service-card.other .service-card-text-light {
    color: var(--text-primary);
  }

  .service-card.other .service-card-overlay {
    background: rgba(51, 53, 62, 0.06);
    border: 1px solid rgba(51, 53, 62, 0.1);
  }

  .service-card.other .service-card-icon {
    color: #7A7F99;
  }

  
    
  /* ========================================
    PACKAGES SECTION STYLES
    ======================================== */

  /* Main Section */
  #section_packages_showcase {
      background: #1E2130;
      padding: 60px 0 0 0;
      position: relative;
      overflow: hidden;
    }
    
    /* Top Section with Filters and Icons */
    .packages-top-section {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 30px;
      justify-content: center;
    }
    
    /* Filter Tabs */
    .packages-filter-tabs {
      display: flex;
      align-items: center;
      gap: 5px;
      background: #282D40;
      border: 1px solid #2A2F41;
      border-radius: 14px;
      padding: 12px;
    }
    
    .packages-filter-tab {
      padding: 10px 30px;
      border-radius: 12px;
      cursor: pointer;
      transition: var(--transition-default);
    }
    
    .packages-filter-tab span {
      font-weight: var(--fw-medium);
      font-size: 17px;
      line-height: var(--lh-tight);
      color: #BCBFCD;
      transition: var(--transition-default);
    }
    
    .packages-filter-tab-active {
      background: var(--dynamic-platform-color);
      transition: background-color var(--transition-default);
    }
    
    .packages-filter-tab-active span {
      color: var(--text-light);
    }
    
    .packages-filter-tab:hover:not(.packages-filter-tab-active) {
      background: rgba(255, 255, 255, 0.05);
    }
    
    .packages-filter-tab:hover:not(.packages-filter-tab-active) span {
      color: var(--text-light);
    }
    
    /* Social Media Icons */
    .packages-social-icons {
      display: flex;
      align-items: center;
      gap: 0;
      background: #282D40;
      border: 1px solid #2A2F41;
      border-radius: 14px;
      padding: 16px;
    }
    
    .packages-social-icon {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10.714px;
      backdrop-filter: blur(2.857px);
      cursor: pointer;
      transition: var(--transition-default);
    }
    
    .packages-social-icon:not(.active) {
      background: transparent;
    }
    
    .packages-social-icon.active {
      background: var(--dynamic-platform-color);
    }
    
    .packages-social-icon i {
      font-size: 20px;
      line-height: 1;
      color: #fff;
    }
    
    .packages-social-icon svg {
      width: 20px;
      height: 20px;
      fill: #fff;
    }
    
    /* Main Packages Grid */
    .packages-grid {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 60px;
      justify-content: center;
      max-height: 445px;
    }
    
    /* Package Columns */
    .packages-column {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 335px;
      position: relative; /* For absolute positioning of expanded cards */
      min-height: 104px; /* Only space for one collapsed card */
    }
    
    /* Regular Package Cards */
    .package-card {
      background: #282D40;
      border-radius: 20px;
      height: 104px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 27px 20px;
      transition: all 0.4s ease, opacity 0.2s ease;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      user-select: none;
      opacity: 1;
      pointer-events: auto;
    }
    
    /* Hidden cards class for JavaScript control */
    .package-card-hidden {
      position: absolute !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
      z-index: -1 !important;
    }
    
    .package-card:hover:not(.active) {
      transform: translateY(-2px);
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    }
    
    /* Expandable Package Card States */
    .package-card.active {
      height: 175px !important;
      position: absolute !important;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 335px !important;
      flex-direction: column !important;
      align-items: stretch !important;
      justify-content: flex-start !important;
      padding: 20px !important;
      box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.25);
      border: 1.6px solid var(--dynamic-platform-color);
    }
    
    .package-card.active .package-header {
      margin-bottom: 20px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      width: 100%;
    }
    
    /* Arrow stays visible and rotates when expanded - positioned at the same level as header */
    .package-card.active .package-dropdown {
      position: absolute;
      top: 27px;
      right: 20px;
      order: 2;
    }
    
    /* Expandable Package Content */
    .package-card-expandable-content {
      display: none;
      flex-direction: column;
      flex: 1;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }
    
    .package-card.active .package-card-expandable-content {
      display: flex;
      opacity: 1;
      transform: translateY(0);
    }
    
    .package-card-expandable-features {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 1;
      margin-bottom: 20px;
    }
    
    .package-card-expandable-actions {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: auto;
      flex-shrink: 0;
      width: 100%;
    }
    
    .package-header {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    
    .package-icon {
      width: 50px;
      height: 50px;
      background: var(--dynamic-platform-color);
      border-radius: 10px;
      transition: background-color var(--transition-default);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    
    .package-icon i {
      font-size: 24px;
      line-height: 1;
      color: #fff;
    }
    
    .package-icon svg {
      width: 24px;
      height: 24px;
      fill: #fff;
    }
    
    .package-info {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    
    .package-title {
      font-weight: var(--fw-semibold);
      font-size: 16px;
      line-height: var(--lh-tight);
      color: var(--text-light);
      margin: 0;
    }
    
    .package-platform {
      font-weight: var(--fw-bold);
      font-size: 14px;
      line-height: var(--lh-tight);
      color: var(--dynamic-platform-color);
      text-transform: uppercase;
    }
    
    .package-dropdown {
      width: 32px;
      height: 32px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: var(--transition-default);
      position: relative;
    }
    
    .package-dropdown:hover {
      background: rgba(255, 255, 255, 0.2);
      /* Don't use transform here as it conflicts with rotation in JS */
    }
    
    .package-dropdown i {
      font-size: 20px;
      color: white !important;
      transition: transform 0.4s ease;
      pointer-events: none;
    }
    
    /* Featured Package Card */
    .package-featured-card {
      width: 335px;
      height: 446px;
      background: #282D40;
      border: 1.6px solid var(--dynamic-platform-color);
      border-radius: 20px;
      padding: 20px;
      position: relative;
      display: flex;
      flex-direction: column;
      transition: border-color var(--transition-default);
    }
    
    .package-featured-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 20px;
      flex-shrink: 0;
    }
    
    .package-featured-tag {
      position: absolute;
      top: -10px;
      left: 244px;
      background: var(--dynamic-platform-color);
      border-radius: 27px;
      padding: 10px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: var(--fw-medium);
      font-size: 12px;
      line-height: var(--lh-tight);
      color: var(--text-light);
      min-width: fit-content;
      transition: background-color var(--transition-default);
      white-space: nowrap;
    }
    
    .package-features {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 1;
      margin-bottom: 20px;
    }
    
    .package-feature {
      height: 46px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 10px;
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 8px;
    }
    
    .package-feature-icon {
      width: 30px;
      height: 30px;
      background: var(--dynamic-platform-color);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color var(--transition-default);
    }
    
    .package-feature-icon i {
      color: white;
      font-size: 16px;
    }
    
    .package-feature span {
      font-weight: var(--fw-semibold);
      font-size: 14px;
      line-height: var(--lh-tight);
      color: var(--text-light);
      text-transform: capitalize;
    }
    
    .package-actions {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: auto;
      flex-shrink: 0;
      width: 100%;
    }
    
    /* Purchase Button */
    
    .package-buy-btn {
      background: var(--dynamic-platform-color);
      border: none;
      border-radius: 12px;
      width: 238px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: var(--transition-default);
      position: relative;
      padding: 0;
      overflow: hidden;
    }
    
    .smaller-buy-btn{
      width: 200px;
    }
    
    .package-buy-btn:hover {
      filter: brightness(1.1);
    }
    
    .package-buy-btn:hover .package-price::before {
      left: 116px;
      width: 108px;
    }
    
    .package-buy-content {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding-left: 120px;
      font-weight: var(--fw-semibold);
      color: var(--text-light);
      line-height: var(--lh-tight);
    }
    
    .package-buy-content i {
      font-size: 18px;
      line-height: 1;
      color: #fff;
    }
    
    .smaller-buy-btn .package-buy-content{
      padding-left: 104px;
    }
    
    .smaller-buy-btn .package-price{
      width: 80px;
    }
    
    .smaller-buy-btn:hover .package-price::before {
      left: 93px;
      width: 96px;
    }
    
    .package-price {
      font-weight: var(--fw-medium);
      line-height: var(--lh-tight);
      color: var(--text-light);
      position: absolute;
      left: 6px;
      top: 6px;
      width: 100px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }
    
    .package-price::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      transition: left var(--transition-default), width var(--transition-default);
      z-index: -1;
    }
    
    .package-favorite-btn {
      width: 46px;
      height: 46px;
      background: var(--dynamic-platform-color);
      border: none;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: var(--transition-default);
      position: relative;
    }
    
    .package-favorite-btn i {
      font-size: 20px;
      line-height: 1;
      color: #fff;
    }
    
    .package-favorite-btn:hover {
      filter: brightness(0.9);
      transform: translateY(-2px);
    }
    
    .package-favorite-btn svg {
      width: 24px;
      height: 24px;
    }
    
    /* ========================================
      BOTTOM INDICATOR STYLES
      ======================================== */
    
    .bottom-indicator-section {
      background: var(--dynamic-platform-color);
      padding: 16px 0;
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      transition: background-color var(--transition-default), border-color var(--transition-default);
      margin-right: -50vw;
      margin-top: 40px;
    }
    
    .bottom-indicator-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 20px;
      background: var(--dynamic-platform-color, #E1306C);
      filter: brightness(0.65);
      transform: translateY(-100%);
    }
    
    .bottom-indicator-content {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
    }
    
    .bottom-indicator-icon {
      width: 50px;
      height: 35px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .bottom-indicator-text {
      display: flex;
      flex-direction: column;
      align-items: start;
      text-align: start;
    }
    
    .bottom-indicator-text-top {
      font-weight: 500;
      font-size: 12px;
      line-height: var(--lh-tight);
      letter-spacing: 0%;
      color: var(--text-light);
      vertical-align: middle;
    }
    
    .bottom-indicator-text-bottom {
      font-weight: var(--fw-semibold);
      line-height: var(--lh-tight);
      color: var(--text-light);
    }
    
    /* Responsive Design */
    @media (max-width: 1200px) {
      .packages-grid {
        flex-direction: column;
        gap: 20px;
        align-items: center;
      }
      
      .packages-column {
        width: 100%;
        max-width: 400px;
      }
      
      .package-featured-card {
        width: 100%;
        max-width: 400px;
      }
    }
    
    @media (max-width: 991px) {
      .packages-top-section {
        flex-direction: column;
        gap: 20px;
      }
      
      .packages-filter-tabs {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
      }
      
      .packages-social-icons {
        width: fit-content;
      }
    }
    
    @media (max-width: 768px) {
      #section_packages_showcase {
        padding: 40px 0;
      }
      
      .packages-filter-tab {
        padding: 8px 20px;
      }
      
      .packages-filter-tab span {
        font-size: 15px;
      }
      
      /* Mobile Slider */
      .packages-grid-wrapper {
        overflow: hidden;
        margin-bottom: 40px;
      }
      
      .packages-grid {
        display: flex;
        flex-direction: row;
        gap: 16px;
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-bottom: 60px;
        max-height: none;
        scroll-behavior: smooth;
        touch-action: pan-x;
      }
      
      .packages-grid::-webkit-scrollbar {
        display: none;
      }
      
      .packages-column,
      .package-featured-card {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        width: calc(100% - 40px);
      }
      
      .packages-column {
        min-height: auto;
      }
      
      .package-card {
        height: auto;
        min-height: 104px;
        padding: 20px;
        align-items: center;
        gap: 15px;
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
      }
      
      .package-card-hidden {
        display: none !important;
      }
      
      /* Expanded card in mobile slider */
      .package-card.active {
        height: auto !important;
        min-height: 420px !important;
        position: relative !important;
        width: 100% !important;
        flex-direction: column !important;
      }
      
      .package-header {
        width: 100%;
      }
      
      .package-dropdown {
        align-self: center;
      }
      
      .package-featured-card {
        padding: 20px;
        height: auto;
        min-height: 446px;
        max-width: none;
      }
      
      .package-featured-header {
        margin-bottom: 40px;
      }
      
      .package-featured-tag {
        left: auto;
        right: 20px;
      }
    }
    
    @media (max-width: 480px) {
      #section_packages_showcase {
        padding: 32px 0;
        max-height: 900px;
      }
      
      .packages-top-section {
        gap: 16px;
      }
      
      .packages-filter-tabs {
        padding: 8px;
        gap: 4px;
      }
      
      .packages-filter-tab {
        padding: 6px 16px;
      }
      
      .packages-filter-tab span {
        font-size: 13px;
      }
      
      .packages-social-icons {
        padding: 12px;
        gap: 0;
      }
      
      .packages-social-icon {
        width: 36px;
        height: 36px;
      }
      
      .packages-social-icon i {
        font-size: 18px;
      }
      
      .packages-social-icon svg {
        width: 18px;
        height: 18px;
      }
      
      /* Mobile Slider - Smaller screens */
      .packages-grid {
        padding: 0 16px;
        scroll-snap-type: x proximity;
      }
    
      .packages-grid{
        justify-content: start;
      }
      
      .packages-column,
      .package-featured-card {
        flex: 0 0 calc(100% - 32px);
        min-width: calc(100% - 32px);
        width: calc(100% - 32px);
        scroll-snap-align: center;
      }
      
      .package-card {
        padding: 16px;
        min-height: 96px;
      }
      
      .package-icon svg {
        width: 20px;
        height: 20px;
      }
      
      .package-title {
        font-size: 16px;
      }
      
      .package-platform {
        font-size: 11px;
      }
      
      .package-featured-card {
        padding: 16px;
        min-height: 420px;
      }
      
      .package-featured-header {
        margin-bottom: 32px;
      }
      
      .package-featured-tag {
        font-size: 11px;
        padding: 4px 12px;
        right: 16px;
      }
      
      .package-feature {
        font-size: 13px;
      }
      
      .package-buy-btn {
        padding: 12px 16px;
      }
      
      .package-buy-content span {
        font-size: 14px;
      }
      
      .package-price {
        font-size: 16px;
      }
      
      .bottom-indicator-text-top {
        font-size: 13px;
      }
      
      .bottom-indicator-text-bottom {
        font-size: 15px;
      }
    }

  /* ========================================
    FAQ SECTION
    ======================================== */

  /* Ana Section */
  #section_faq {
      padding: 60px 0 80px;
    }
    
    /* Main Container */
    .faq-container {
      display: flex;
      align-items: center;
      gap: 80px;
      max-width: 1074px;
      margin: 0 auto;
    }
    
    /* ========================================
      LEFT COLUMN (Görsel Tarafı)
      ======================================== */
    
    .faq-left-column {
      position: relative;
      width: 474px;
      height: 497.55px;
      flex-shrink: 0;
    }
    
    /* Background Image */
    .faq-background-wrapper {
      position: absolute;
      left: 16px;
      top: 0;
      width: 458px;
      height: 497.55px;
    }
    
    .faq-background-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    /* Dynamic FAQ Images */
    .faq-image-container {
      position: absolute;
      left: 79.5px;
      top: 0;
      width: 316px;
      height: 474px;
      overflow: hidden;
    }
    
    .faq-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none;
    }
    
    .faq-image.active {
      opacity: 1;
      pointer-events: auto;
    }
    
    /* Crown Badge - OPTİMİZE EDİLDİ (faq-crown-icon kaldırıldı) */
    .faq-crown-badge {
      position: absolute;
      left: 79px;
      top: 130px;
      width: 75px;
      height: 75px;
      background: var(--bg-light);
      border-radius: 88.125px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      animation: floatingImage 4s ease-in-out infinite;
    }
    
    .faq-crown-badge svg {
      width: 35px;
      height: 35px;
      color: var(--primary-purple); /* currentColor için */
    }
    
    .faq-crown-badge svg path {
      stroke: currentColor; /* CSS color kullan */
    }
    
    /* FAQ Notification - Uses global component + overrides */
    #section_faq .notification-icon {
      background: var(--primary-purple);
      border-radius: 12px;
    }

    #section_faq .notification-icon svg {
      width: 20px;
      height: 20px;
      color: white;
    }
    
    /* ========================================
      RIGHT COLUMN (FAQ Listesi)
      ======================================== */
    
    .faq-right-column {
      width: 520px;
      flex-shrink: 0;
    }
    
    #section_faq .title {
      /* Global .title kullanıyor, sadece farklılıklar: */
      text-align: left; /* Center değil */
      margin-bottom: 30px; /* 5px yerine 30px */
    }
    
    .faq-items-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    /* FAQ Items */
    .faq-item {
      cursor: pointer;
    }
    
    .faq-item-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      transition: var(--transition-default);
    }
    
    .faq-item-question {
      font-weight: 500;
      font-size: 18px;
      line-height: 2.1667em;
      color: var(--text-primary);
      flex: 1;
    }
    
    .faq-item-icon {
      width: 30px;
      height: 30px;
      background: rgba(102, 111, 148, 0.1);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: var(--transition-default);
    }
    
    .faq-item-icon svg {
      transition: transform var(--transition-default);
    }
    
    .faq-item.active .faq-item-icon svg {
      transform: rotate(180deg);
    }
    
    .faq-item-content {
      display: none;
      padding-top: 10px;
    }
    
    .faq-item.active .faq-item-content {
      display: block;
    }
    
    .faq-item-answer {
      font-weight: 500;
      line-height: 1.375em;
      color: #7A7F99;
      margin: 0;
    }
    
    /* Progress Bar */
    .faq-progress-bar {
      width: 100%;
      height: 2px;
      background: rgba(102, 111, 148, 0.1);
      border-radius: 14px;
      overflow: hidden;
      margin-top: 20px;
    }
    
    .faq-progress-fill {
      height: 100%;
      width: 0;
      background: var(--primary-purple);
      transition: width 0.3s ease;
    }
    
    .faq-item.active .faq-progress-fill {
      animation: faqProgressAnimation 5s linear forwards;
    }
    
    @keyframes faqProgressAnimation {
      0% {
        width: 0;
      }
      100% {
        width: 100%;
      }
    }

    /* Floating Animation - Floating effect for badges */
    @keyframes floatingImage {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

    /* Slide In Up Animation - For about slider text */
    @keyframes slideInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
  
  .faq-container {
      align-items: flex-start !important; /* center yerine flex-start */
  }
    
  .faq-left-column {
      position: sticky !important;
      top: 100px; /* Scroll sırasında yukarıda sabit kalır */
      align-self: flex-start !important;
  }

/* ========================================
   COMMENTS SECTION
   ======================================== */

#section_comments {
  padding: 60px 0;
  background: var(--bg-light-alt);
}

#section_comments .section-header {
  text-align: center;
  margin-bottom: 36px;
}

#section_comments .title {
  color: #4C5473; /* Override - genel title'dan farklı renk */
  /* max-width: 658px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

#section_comments .title span {
  color: var(--primary-purple);
}

#section_comments .description {
  max-width: 752px;
}

/* Comment Cards Grid */
.comments-cards-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 52px;
  min-height: 208px;
}

/* Stagger animation for comment cards */
.comments-cards-grid.is-visible .comment-card:nth-child(1) {
  animation-delay: 0s;
}

.comments-cards-grid.is-visible .comment-card:nth-child(2) {
  animation-delay: 0.1s;
}

.comments-cards-grid.is-visible .comment-card:nth-child(3) {
  animation-delay: 0.2s;
}

.comments-cards-grid.is-visible .comment-card:nth-child(4) {
  animation-delay: 0.3s;
}

.comments-cards-grid.is-visible .comment-card:nth-child(5) {
  animation-delay: 0.4s;
}

.comments-cards-grid.is-visible .comment-card:nth-child(6) {
  animation-delay: 0.5s;
}

.comment-card {
  position: relative;
  width: 170px;
  height: 170px;
  cursor: pointer;
  transition: all var(--transition-default);
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: cardFadeInUp 0.6s ease-out forwards;
  animation-play-state: paused;
}

.comments-cards-grid.is-visible .comment-card {
  animation-play-state: running;
}

@keyframes cardFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.comment-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.6;
  transition: opacity var(--transition-default);
  border-radius: 45px;
}

.comment-card-indicator {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 71px;
  height: 58px;
  opacity: 0;
  transition: opacity var(--transition-default);
  pointer-events: none;
}

.comment-card-indicator svg {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--primary-purple); /* currentColor için - indicator rengi */
}

.comment-card-indicator svg path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.6s ease-out;
}

.comment-card.active .comment-card-indicator {
  opacity: 1;
}

.comment-card.active .comment-card-indicator svg path {
  stroke-dashoffset: 0;
}

/* Active/Selected Card */
.comment-card.active {
  width: 208px;
  height: 208px;
}

.comment-card.active .comment-card-image {
  opacity: 1;
}

.comment-card:hover {
  transform: translateY(-4px);
}

/* Comments Content */
.comments-content-wrapper {
  display: flex;
  align-items: center;
  gap: 52px;
  max-width: 1122px;
  margin: 0 auto;
}

.comments-banner-wrapper {
  position: relative;
  width: 350px;
  height: 361px;
  flex-shrink: 0;
}

.comments-banner-image {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
  transition: opacity var(--transition-default);
}

/* Comments Notification - Uses global component + overrides */
#section_comments .notification-badge {
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

#section_comments .notification-icon {
  background: var(--primary-purple);
  border-radius: 12px;
  padding: 10px;
}

#section_comments .notification-icon svg {
  width: 20px;
  height: 20px;
  color: white;
}

#section_comments .notification-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.111em;
  width: 170px;
}

.comments-notification-label {
  font-weight: 500;
  color: #666F94;
}

.comments-text-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
  max-width: 720px;
}

.comments-quote-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: opacity var(--transition-default);
}

.comments-quote-icon {
  width: 56.24px;
  height: 40.13px;
  flex-shrink: 0;
}

.comments-quote-icon svg {
  width: 100%;
  height: 100%;
  color: #7844E4; /* currentColor için - quote icon rengi */
}

.comments-quote-icon svg path {
  transition: fill var(--transition-default);
}

.comments-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4167em;
  color: #33353E !important;
  margin: 0;
  transition: opacity var(--transition-default);
}

.comments-author {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: opacity var(--transition-default);
}

.comments-author-name {
  font-size: 20px;
  font-weight: 600;
  color: #33353E !important;
  margin: 0;
}

.comments-author-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-purple);
  margin: 0;
  transition: color var(--transition-default);
}
