    * {
      font-family: 'Inter', sans-serif;
    }
    body {
      background: #FEF9FF; /* çok açık mor tonlu zemin */
    }
    :root {
      --mor: #8b5cf6;
      --mor-dark: #7c3aed;
      --mor-light: #c4b5fd;
      --yesil: #a3e635;
      --yesil-koyu: #84cc16;
      --yesil-yumusak: #d9f99d;
    }
    /* Navbar & ana renk geçişleri */
    .navbar {
      background: white;
      box-shadow: 0 4px 20px rgba(107, 70, 193, 0.08);
      transition: all 0.2s ease;
      border-bottom: 2px solid var(--mor-light);
    }
    .navbar-brand {
      font-weight: 800;
      background: linear-gradient(135deg, var(--mor) 0%, var(--yesil) 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      letter-spacing: -0.3px;
    }
    .navbar-nav .nav-link {
      font-weight: 600;
      color: #2d2a3e;
      transition: 0.2s;
      margin: 0 0.2rem;
      border-radius: 40px;
    }

    .logo img {
      width: 350px;
      height: auto;
    }

    .navbar-nav .nav-link:hover {
      color: var(--mor);
      background-color: var(--yesil-yumusak);
    }
    .navbar-nav .nav-link.active {
      color: var(--mor-dark);
      background-color: #ede9fe;
    }
    /* Slider stil */
    .carousel-item img {
      width: 100%;
      height: auto;
      aspect-ratio: 1920 / 550;
      display: block;
      filter: brightness(0.9);
    }
    .carousel-caption {
      background: linear-gradient(90deg, rgba(107,70,193,0.7) 0%, rgba(163,230,53,0.6) 100%);
      border-radius: 20px;
      backdrop-filter: blur(4px);
    }
    /* Hakkımızda bölümü (tam genişlik) */
    .about-full {
      background: #ffffff;
      border-top: 5px solid var(--yesil);
      border-bottom: 5px solid var(--mor-light);
    }
    .about-img-col {
      padding: 0 !important;
      overflow: hidden;
    }
    .about-img {
      width: 100%;
      height: 100%;
      min-height: 350px;
      object-fit: cover;
    }
    .about-text-col {
      background: #faf7ff;
      display: flex;
      align-items: center;
    }
    .about-text-col .inner-text {
      padding: 2rem 2rem;
    }
    /* ürün grupları kartları */
    .product-card {
      border: none;
      border-radius: 24px;
      transition: transform 0.2s, box-shadow 0.2s;
      background: white;
      box-shadow: 0 10px 20px rgba(0,0,0,0.02), 0 6px 6px rgba(0,0,0,0.03);
      overflow: hidden;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 30px -12px rgba(139, 92, 246, 0.25);
      border-bottom: 2px solid var(--yesil);
    }
    .product-card img {
      height: 200px;
      object-fit: cover;
      border-bottom: 2px solid var(--mor-light);
    }
    .badge-purple {
      background-color: var(--mor-light);
      color: #3b2b6b;
      font-weight: 500;
    }
    .section-title {
      font-weight: 800;
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .section-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, var(--mor), var(--yesil));
      border-radius: 4px;
    }
    /* Hero Banner alanı */
    .hero-banner {
      background: linear-gradient(105deg, #f3e8ff 0%, #e9f7df 100%);
      border-radius: 42px;
      padding: 3rem 2rem;
      margin: 2rem 0;
      box-shadow: 0 4px 20px rgba(0,0,0,0.02);
      border: 1px solid rgba(139,92,246,0.2);
    }
    .hero-btn {
      background-color: var(--mor);
      border: none;
      padding: 12px 32px;
      font-weight: 600;
      transition: all 0.2s;
    }
    .hero-btn:hover {
      background-color: var(--mor-dark);
      transform: scale(1.02);
      box-shadow: 0 8px 16px rgba(124,58,237,0.3);
    }
    /* Akordiyon (SSS) */
    .accordion-item {
      border: none;
      background: transparent;
      margin-bottom: 1rem;
    }
    .accordion-button {
      background: white;
      border-radius: 60px !important;
      font-weight: 700;
      color: #2e2a44;
      box-shadow: 0 2px 8px rgba(0,0,0,0.02);
      border: 1px solid var(--mor-light);
      padding: 1rem 1.5rem;
    }
    .accordion-button:not(.collapsed) {
      background: var(--yesil-yumusak);
      color: var(--mor-dark);
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    .accordion-button:focus {
      box-shadow: 0 0 0 3px rgba(139,92,246,0.25);
      border-color: var(--mor);
    }
    .accordion-body {
      background: #ffffffdb;
      border-radius: 0 0 20px 20px;
      border-left: 2px solid var(--yesil);
      border-right: 2px solid var(--yesil);
      border-bottom: 2px solid var(--yesil);
      margin-top: -4px;
    }
    /* footer */
    footer {
      background: #0c0a1a;
      color: #d1d5db;
      border-top: 5px solid var(--yesil);
    }
    footer a {
      color: var(--yesil);
      text-decoration: none;
      transition: 0.2s;
    }
    footer a:hover {
      color: white;
      text-decoration: underline;
    }
    .footer-icon {
      color: var(--yesil);
      font-size: 1.3rem;
      margin-right: 0.5rem;
      vertical-align: middle;
    }
    .social-icon {
      background: #2d264b;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      transition: 0.2s;
      color: white;
    }
    .social-icon:hover {
      background: var(--yesil);
      color: #0c0a1a;
      transform: translateY(-3px);
    }
    @media (max-width: 768px) {
      .carousel-item img {
        height: 280px;
      }
      .about-text-col .inner-text {
        padding: 2rem 1.5rem;
      }
      .hero-banner {
        padding: 2rem 1rem;
      }
      .section-title:after {
        width: 48px;
      }
    }
    /* renk vurguları */
    .btn-outline-purple {
      border: 2px solid var(--mor);
      color: var(--mor);
      border-radius: 40px;
      font-weight: 600;
    }
    .btn-outline-purple:hover {
      background: var(--mor);
      color: white;
    }
    .bg-soft-green {
      background-color: #ecfbe6;
    }
    .text-mor {
      color: var(--mor);
    }