    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --bordo: #6B1A1A;
      --bordo-acik: #8B2525;
      --bordo-cok-acik: #fdf4f4;
      --bordo-tint: #f5e8e8;
      --koyu: #1a1a1a;
      --yazi: #444;
      --gri: #f7f7f7;
      --sinir: #e8e0e0;
      --beyaz: #ffffff;
    }

    html { scroll-behavior: smooth; }
    html { overflow-x: hidden; }
    body { font-family: 'Segoe UI', Arial, sans-serif; color: var(--yazi); background: #fff; overflow-x: hidden; max-width: 100%; }

    /* ─── NAV ─── */
    header {
      position: fixed; top: 0; left: 0; right: 0;
      background: #fff;
      box-shadow: 0 2px 16px rgba(107,26,26,0.1);
      z-index: 1000;
    }

    nav {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 32px;
      gap: 24px;
    }

    .nav-logo img { height: 56px; width: auto; display: block; }

    .nav-menu {
      display: flex;
      list-style: none;
      align-items: center;
      gap: 4px;
    }

    .nav-menu > li { position: relative; }

    .nav-menu > li > a {
      display: block;
      padding: 10px 14px;
      color: var(--koyu);
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500;
      border-radius: 6px;
      transition: background 0.2s, color 0.2s;
      white-space: nowrap;
    }

    .nav-menu > li > a:hover { background: var(--bordo-tint); color: var(--bordo); }

    /* dropdown */
    .dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--sinir); border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); min-width: 200px; padding: 8px 0; z-index: 10; }
    .has-dropdown:hover .dropdown { display: block; }
    .dropdown a { display: block; padding: 10px 18px; color: var(--koyu); text-decoration: none; font-size: 0.88rem; transition: background 0.15s, color 0.15s; }
    .dropdown a:hover { background: var(--bordo-tint); color: var(--bordo); }

    .nav-wa {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #25D366;
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.88rem;
      white-space: nowrap;
      transition: background 0.2s;
      flex-shrink: 0;
    }
    .nav-wa:hover { background: #1ebe5d; }
    .nav-wa-icon { display: inline-flex; align-items: center; }

    .wa-float {
      display: none;
      position: fixed; right: 16px; bottom: 16px; z-index: 999;
      width: 56px; height: 56px; border-radius: 50%;
      background: #25D366; color: #fff; font-size: 1.7rem;
      align-items: center; justify-content: center; text-decoration: none;
      box-shadow: 0 6px 22px rgba(0,0,0,0.28);
    }
    .wa-float:active { transform: scale(0.94); }

    /* ─── ÇEREZ YÖNETİMİ ─── */
    .cookie-banner {
      position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1100;
      max-width: 1000px; margin: 0 auto;
      background: #fff; border: 1px solid #eadede; border-radius: 14px;
      box-shadow: 0 18px 50px rgba(0,0,0,0.22);
      padding: 22px 26px; display: none;
      gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap;
    }
    .cookie-banner.show { display: flex; }
    .cookie-text { flex: 1; min-width: 260px; font-size: 0.88rem; color: #555; line-height: 1.65; }
    .cookie-text strong { color: var(--koyu); display: block; margin-bottom: 4px; font-size: 0.98rem; }
    .cookie-text a { color: var(--bordo); text-decoration: underline; }
    .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .cookie-btn {
      padding: 11px 22px; border-radius: 8px; font-weight: 700; font-size: 0.86rem;
      cursor: pointer; border: 1px solid transparent; white-space: nowrap; text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
    .cookie-btn.accept { background: var(--bordo); color: #fff; }
    .cookie-btn.accept:hover { background: #5a1414; }
    .cookie-btn.reject { background: #f3eded; color: var(--koyu); }
    .cookie-btn.reject:hover { background: #e8dada; }
    .cookie-btn.settings { background: none; color: var(--bordo); border-color: #e0cccc; }
    .cookie-btn.settings:hover { background: #faf3f3; }

    .cookie-modal { position: fixed; inset: 0; background: rgba(20,5,5,0.6); z-index: 1200; display: none; padding: 24px; overflow-y: auto; }
    .cookie-modal.open { display: block; }
    .cookie-box { background: #fff; max-width: 560px; margin: 60px auto; border-radius: 16px; padding: 34px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
    .cookie-box h3 { font-size: 1.3rem; color: var(--koyu); margin-bottom: 8px; }
    .cookie-box > p { font-size: 0.88rem; color: #777; line-height: 1.6; margin-bottom: 20px; }
    .cookie-close { position: absolute; top: 14px; right: 18px; font-size: 1.8rem; background: none; border: none; cursor: pointer; color: #aaa; line-height: 1; }
    .cookie-close:hover { color: var(--bordo); }
    .cookie-cat { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid #f0eaea; }
    .cookie-cat:last-of-type { border-bottom: 1px solid #f0eaea; margin-bottom: 22px; }
    .cookie-cat-info { flex: 1; }
    .cookie-cat-info h4 { font-size: 0.95rem; color: var(--koyu); margin-bottom: 3px; }
    .cookie-cat-info p { font-size: 0.82rem; color: #888; line-height: 1.55; }
    .cookie-switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
    .cookie-switch input { opacity: 0; width: 0; height: 0; }
    .cookie-slider { position: absolute; inset: 0; background: #ccc; border-radius: 26px; cursor: pointer; transition: 0.25s; }
    .cookie-slider::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: 0.25s; }
    .cookie-switch input:checked + .cookie-slider { background: var(--bordo); }
    .cookie-switch input:checked + .cookie-slider::before { transform: translateX(20px); }
    .cookie-switch input:disabled + .cookie-slider { background: var(--bordo); opacity: 0.55; cursor: not-allowed; }
    .cookie-box-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

    @media (max-width: 600px) {
      .cookie-actions { width: 100%; }
      .cookie-actions .cookie-btn { flex: 1; text-align: center; }
      .cookie-box { padding: 26px 20px; margin: 24px auto; }
    }

    .hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--koyu); margin: 5px 0; border-radius: 2px; transition: 0.3s; }

    /* ─── HERO ─── */
    .hero {
      min-height: 100vh;
      background: linear-gradient(135deg, var(--bordo) 0%, #3d0e0e 55%, #1a0505 100%);
      display: flex;
      align-items: center;
      padding: 120px 32px 80px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .hero::after {
      content: '';
      position: absolute;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
      right: -200px; top: -200px;
      border-radius: 50%;
    }

    .hero-inner {
      max-width: 1280px;
      margin: 0 auto;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .hero-text {}

    .hero-tag {
      display: inline-block;
      border: 1px solid rgba(255,255,255,0.3);
      color: rgba(255,255,255,0.85);
      padding: 6px 18px;
      border-radius: 20px;
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.8px;
      margin-bottom: 28px;
      text-transform: uppercase;
    }

    .hero-text h1 {
      font-size: 3rem;
      color: #fff;
      line-height: 1.2;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .hero-text h1 em { font-style: normal; color: #f0c0c0; }

    .hero-text p {
      color: rgba(255,255,255,0.75);
      font-size: 1.08rem;
      line-height: 1.75;
      margin-bottom: 38px;
    }

    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

    .btn-primary {
      background: #fff;
      color: var(--bordo);
      padding: 14px 32px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 800;
      font-size: 0.95rem;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.25); }

    .btn-outline-w {
      border: 2px solid rgba(255,255,255,0.5);
      color: #fff;
      padding: 14px 32px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
      transition: border-color 0.2s, background 0.2s;
    }
    .btn-outline-w:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

    .hero-visual {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero-card {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 24px;
      padding: 48px 40px;
      text-align: center;
      max-width: 360px;
      width: 100%;
    }

    .hero-card .big { font-size: 6rem; display: block; margin-bottom: 16px; }
    .hero-card h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
    .hero-card p { color: rgba(255,255,255,0.7); font-size: 0.9rem; line-height: 1.6; margin-bottom: 24px; }
    .hero-card a {
      display: inline-block;
      background: #fff;
      color: var(--bordo);
      padding: 12px 28px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.9rem;
    }

    /* ─── STATS ─── */
    .stats {
      background: var(--bordo);
      padding: 48px 32px;
    }

    .stats-inner {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    .stat-item {
      text-align: center;
      padding: 0 32px;
      border-right: 1px solid rgba(255,255,255,0.2);
    }
    .stat-item:last-child { border-right: none; }

    .stat-num { font-size: 2.8rem; font-weight: 900; color: #fff; display: block; }
    .stat-label { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-top: 4px; display: block; }

    /* ─── WA STRIP ─── */
    .wa-strip {
      background: var(--bordo-tint);
      border-top: 3px solid var(--bordo);
      padding: 28px 32px;
    }

    .wa-strip-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }

    .wa-strip-text h3 { color: var(--bordo); font-size: 1.3rem; font-weight: 700; margin-bottom: 4px; }
    .wa-strip-text p { color: var(--yazi); font-size: 0.95rem; }

    .wa-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #25D366;
      color: white;
      padding: 14px 28px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1rem;
      white-space: nowrap;
      transition: background 0.2s, transform 0.2s;
    }
    .wa-btn:hover { background: #1ebe5d; transform: translateY(-2px); }
    .wa-icon { font-size: 1.4rem; }

    /* ─── HAKKIMIZDA ─── */
    .about {
      padding: 96px 32px;
      background: #fff;
    }

    .about-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .about-visual {
      background: var(--bordo-tint);
      border-radius: 20px;
      min-height: 440px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      position: relative;
      overflow: hidden;
    }

    .about-visual::before {
      content: '';
      position: absolute;
      width: 300px; height: 300px;
      background: rgba(107,26,26,0.06);
      border-radius: 50%;
      bottom: -80px; right: -80px;
    }

    .about-visual .big-icon { font-size: 7rem; }
    .about-visual h4 { color: var(--bordo); font-size: 1.1rem; font-weight: 700; text-align: center; }

    .about-cert-badge {
      position: absolute;
      bottom: 24px; right: 24px;
      background: #fff;
      border-left: 4px solid var(--bordo);
      border-radius: 10px;
      padding: 12px 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--bordo);
    }

    .about-text {}
    .section-eyebrow {
      display: inline-block;
      color: var(--bordo);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .section-title { font-size: 2.1rem; color: var(--koyu); font-weight: 800; line-height: 1.3; margin-bottom: 20px; }
    .section-title span { color: var(--bordo); }

    .about-text p { color: #666; line-height: 1.85; margin-bottom: 16px; font-size: 0.97rem; }

    .about-checks { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
    .check-row {
      display: flex; align-items: center; gap: 12px;
      font-size: 0.93rem; color: var(--koyu); font-weight: 500;
    }
    .check-dot {
      width: 22px; height: 22px;
      background: var(--bordo);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: white; font-size: 0.7rem; flex-shrink: 0;
    }

    /* ─── HİZMETLER ─── */
    .services { padding: 96px 32px; background: var(--gri); }

    .section-header { text-align: center; margin-bottom: 60px; }
    .section-header .section-eyebrow { display: block; }
    .section-header .section-title { margin-bottom: 12px; }
    .section-header p { color: #888; max-width: 520px; margin: 0 auto; line-height: 1.7; }
    .section-divider { width: 56px; height: 3px; background: var(--bordo); border-radius: 2px; margin: 16px auto 0; }

    .services-grid {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .service-card {
      background: #fff;
      border-radius: 16px;
      padding: 36px 28px;
      border: 2px solid transparent;
      transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
      cursor: default;
    }
    .service-card:hover { border-color: var(--bordo); transform: translateY(-6px); box-shadow: 0 16px 48px rgba(107,26,26,0.12); }

    .service-icon {
      width: 56px; height: 56px;
      background: var(--bordo-tint);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      margin-bottom: 20px;
      transition: background 0.3s;
    }
    .service-card:hover .service-icon { background: var(--bordo); }

    .service-card h3 { font-size: 1.08rem; color: var(--koyu); font-weight: 700; margin-bottom: 10px; }
    .service-card p { color: #777; font-size: 0.9rem; line-height: 1.65; }

    /* ─── ÜRÜNLER ─── */
    .products { padding: 96px 32px; background: #fff; }

    .products-grid {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .product-card {
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--sinir);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.1); }

    .product-thumb {
      height: 200px;
      display: flex; align-items: center; justify-content: center;
      font-size: 5.5rem;
    }
    .product-thumb.c1 { background: linear-gradient(135deg, #fdf4f4, #f5d5d5); }
    .product-thumb.c2 { background: linear-gradient(135deg, #fdf4f4, #e8c0c0); }
    .product-thumb.c3 { background: linear-gradient(135deg, #fdf4f4, #f0cece); }

    .product-body { padding: 24px; }
    .product-badge {
      background: var(--bordo-tint);
      color: var(--bordo);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 10px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    .product-body h3 { font-size: 1.1rem; color: var(--koyu); font-weight: 700; margin-bottom: 8px; }
    .product-body p { color: #777; font-size: 0.9rem; line-height: 1.6; margin-bottom: 16px; }
    .product-link {
      color: var(--bordo);
      text-decoration: none;
      font-size: 0.88rem;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .product-link:hover { text-decoration: underline; }
    .product-thumb.c4 { background: linear-gradient(135deg, #fdf4f4, #ecc6c6); }
    .product-thumb-brand { font-size: 1.15rem; font-weight: 800; letter-spacing: 0.5px; color: var(--bordo); }
    .product-models { list-style: none; margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 6px; }
    .product-models li {
      font-size: 0.76rem; font-weight: 600; color: #555;
      background: #f6eeee; border: 1px solid #ecdcdc;
      padding: 4px 10px; border-radius: 20px;
    }

    /* ─── UNITRON DETAYLI ─── */
    .unitron-slider-wrap { position: relative; max-width: 1080px; margin: 0 auto; }
    .unitron-slider {
      display: flex; gap: 24px;
      overflow-x: auto; scroll-snap-type: x mandatory;
      scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
      padding: 6px 4px 8px; scrollbar-width: none; -ms-overflow-style: none;
    }
    .unitron-slider::-webkit-scrollbar { display: none; }
    .unitron-slider .family-card {
      flex: 0 0 100%; scroll-snap-align: center; box-sizing: border-box;
    }
    .slider-arrow {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 46px; height: 46px; border-radius: 50%;
      background: #fff; border: 1px solid #ecdcdc; color: var(--bordo);
      font-size: 1.5rem; line-height: 1; cursor: pointer; z-index: 5;
      box-shadow: 0 6px 22px rgba(0,0,0,0.14);
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s, color 0.2s;
    }
    .slider-arrow:hover { background: var(--bordo); color: #fff; }
    .slider-arrow.prev { left: -16px; }
    .slider-arrow.next { right: -16px; }
    .slider-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
    .slider-dots button {
      width: 10px; height: 10px; border-radius: 50%; border: none; padding: 0;
      background: #d8c5c5; cursor: pointer; transition: background 0.2s, width 0.2s;
    }
    .slider-dots button.active { background: var(--bordo); width: 26px; border-radius: 6px; }
    .family-card {
      background: #fff; border-radius: 18px; padding: 34px;
      box-shadow: 0 12px 44px rgba(0,0,0,0.06); border: 1px solid #efe7e7;
      display: flex; gap: 34px; align-items: flex-start;
    }
    .family-media {
      flex: 0 0 220px; align-self: stretch;
      background: linear-gradient(135deg, #fdf4f4, #f3dada);
      border-radius: 14px; padding: 18px;
      display: flex; align-items: center; justify-content: center;
    }
    .family-media img { width: 100%; height: auto; display: block; }
    .family-content { flex: 1; min-width: 0; }
    .family-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
    .family-badge {
      font-size: 1.25rem; font-weight: 800; color: #fff;
      background: linear-gradient(135deg, var(--bordo), #3d0e0e);
      padding: 9px 18px; border-radius: 12px; letter-spacing: 0.5px;
    }
    .family-head h3 { font-size: 1.25rem; color: var(--koyu); font-weight: 700; }
    .family-style {
      font-size: 0.78rem; color: var(--bordo); font-weight: 700;
      background: #f6eeee; padding: 5px 13px; border-radius: 20px;
    }
    .family-desc { color: #666; font-size: 0.95rem; line-height: 1.75; margin-bottom: 22px; }
    .family-features {
      list-style: none; display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 11px 28px; margin-bottom: 26px;
    }
    .family-features li { font-size: 0.88rem; color: #444; display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
    .family-features li::before { content: "✓"; color: var(--bordo); font-weight: 800; flex-shrink: 0; }
    .model-table { border-top: 1px solid #eee; margin-bottom: 24px; }
    .model-row { display: flex; gap: 18px; padding: 13px 2px; border-bottom: 1px solid #f2f2f2; }
    .model-name { font-weight: 700; color: var(--koyu); font-size: 0.87rem; min-width: 150px; flex-shrink: 0; }
    .model-note { color: #777; font-size: 0.86rem; line-height: 1.55; }
    .family-card .product-link { font-size: 0.95rem; }

    /* ─── SGK DESTEĞİ ─── */
    .sgk { padding: 96px 32px; background: #fff; }
    .sgk-table-wrap { max-width: 820px; margin: 0 auto; overflow-x: auto; }
    .sgk-table {
      width: 100%; border-collapse: collapse; min-width: 520px;
      border-radius: 14px; overflow: hidden;
      box-shadow: 0 12px 44px rgba(0,0,0,0.07);
    }
    .sgk-table thead th {
      background: linear-gradient(135deg, var(--bordo), #3d0e0e);
      color: #fff; font-size: 0.92rem; font-weight: 700;
      padding: 16px 18px; text-align: left;
    }
    .sgk-table thead th:not(:first-child) { text-align: right; }
    .sgk-table tbody td { padding: 15px 18px; font-size: 0.92rem; color: var(--koyu); border-bottom: 1px solid #f0eaea; }
    .sgk-table tbody td:first-child { font-weight: 700; }
    .sgk-table tbody td:not(:first-child) { text-align: right; font-weight: 600; color: var(--bordo); white-space: nowrap; }
    .sgk-table tbody tr:nth-child(even) { background: var(--gri); }
    .sgk-table tbody tr:last-child td { border-bottom: none; }
    .sgk-sub { display: block; font-size: 0.76rem; font-weight: 500; color: #999; margin-top: 2px; }
    .sgk-note {
      max-width: 820px; margin: 16px auto 0; text-align: center;
      font-size: 0.86rem; font-weight: 700; color: var(--bordo);
    }
    .sgk-disclaimer { max-width: 820px; margin: 28px auto 0; font-size: 0.82rem; line-height: 1.7; color: #888; font-style: italic; }
    .sgk-source { max-width: 820px; margin: 10px auto 0; font-size: 0.82rem; color: #777; font-weight: 600; }
    .sgk-cta { text-align: center; margin-top: 34px; }
    .sgk-cta a {
      display: inline-block; background: var(--bordo); color: #fff;
      padding: 15px 34px; border-radius: 8px; text-decoration: none;
      font-weight: 800; font-size: 0.95rem;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 6px 22px rgba(108,27,27,0.3);
    }
    .sgk-cta a:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(108,27,27,0.4); }

    /* ─── MAKALE MODAL ─── */
    .article-modal {
      position: fixed; inset: 0; background: rgba(20,5,5,0.6);
      display: none; z-index: 1000; padding: 24px; overflow-y: auto;
    }
    .article-modal.open { display: block; }
    .article-box {
      background: #fff; max-width: 760px; width: 100%;
      margin: 50px auto; border-radius: 16px; padding: 44px 48px;
      position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    }
    .article-close {
      position: absolute; top: 14px; right: 18px; font-size: 1.9rem;
      background: none; border: none; cursor: pointer; color: #aaa; line-height: 1;
    }
    .article-close:hover { color: var(--bordo); }
    .article-date { color: #999; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; }
    .article-box > h2 { font-size: 1.6rem; color: var(--koyu); margin-bottom: 18px; line-height: 1.3; }
    .article-box h3 { color: var(--bordo); font-size: 1.1rem; margin: 24px 0 8px; }
    .article-box p { color: #555; line-height: 1.85; margin-bottom: 14px; font-size: 0.96rem; }
    .article-cta { margin-top: 28px; padding-top: 22px; border-top: 1px solid #f0eaea; }
    .article-cta a {
      display: inline-block; background: var(--bordo); color: #fff;
      padding: 13px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.92rem;
    }

    /* ─── NASIL ÇALIŞIR ─── */
    .how { padding: 96px 32px; background: var(--bordo); }
    .how .section-header .section-title { color: #fff; }
    .how .section-header p { color: rgba(255,255,255,0.65); }
    .how .section-divider { background: rgba(255,255,255,0.4); }
    .how .section-eyebrow { color: rgba(255,255,255,0.6); }

    .how-grid {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }

    .how-card {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 18px;
      padding: 36px 28px;
      text-align: center;
    }

    .how-num {
      width: 60px; height: 60px;
      background: #fff;
      color: var(--bordo);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem;
      font-weight: 900;
      margin: 0 auto 20px;
    }

    .how-card h3 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
    .how-card p { color: rgba(255,255,255,0.7); font-size: 0.9rem; line-height: 1.65; }

    /* ─── YORUMLAR ─── */
    .testimonials { padding: 96px 32px; background: var(--gri); }

    .testimonials-grid {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 16px;
      padding: 32px 28px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.06);
      position: relative;
    }

    .testimonial-card::before {
      content: '"';
      position: absolute;
      top: 16px; right: 24px;
      font-size: 5rem;
      color: var(--bordo-tint);
      font-family: Georgia, serif;
      line-height: 1;
    }

    .stars { color: #f5a623; font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }
    .testimonial-card p { color: #555; font-size: 0.93rem; line-height: 1.7; margin-bottom: 20px; font-style: italic; }

    .reviewer {
      display: flex; align-items: center; gap: 12px;
      padding-top: 16px;
      border-top: 1px solid var(--sinir);
    }

    .reviewer-avatar {
      width: 44px; height: 44px;
      border-radius: 50%;
      background: var(--bordo);
      display: flex; align-items: center; justify-content: center;
      color: white; font-weight: 700; font-size: 1rem;
      flex-shrink: 0;
    }

    .reviewer-name { font-weight: 700; font-size: 0.9rem; color: var(--koyu); }
    .reviewer-title { font-size: 0.8rem; color: #999; margin-top: 2px; }

    /* ─── SSS ─── */
    .faq { padding: 96px 32px; background: #fff; }

    .faq-inner { max-width: 820px; margin: 0 auto; }

    .faq-item {
      border: 1px solid var(--sinir);
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 24px;
      text-align: left;
      font-size: 0.97rem;
      font-weight: 600;
      color: var(--koyu);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      font-family: inherit;
      transition: background 0.2s;
    }
    .faq-question:hover { background: var(--bordo-tint); }
    .faq-question.open { background: var(--bordo-tint); color: var(--bordo); }

    .faq-arrow {
      font-size: 0.75rem;
      transition: transform 0.3s;
      color: var(--bordo);
      flex-shrink: 0;
    }
    .faq-question.open .faq-arrow { transform: rotate(180deg); }

    .faq-answer {
      display: none;
      padding: 0 24px 20px;
      color: #666;
      font-size: 0.92rem;
      line-height: 1.75;
      border-top: 1px solid var(--sinir);
      padding-top: 16px;
    }
    .faq-answer.open { display: block; }

    /* ─── BLOG ─── */
    .blog { padding: 96px 32px; background: var(--gri); }

    .blog-grid {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .blog-card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .blog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }

    .blog-thumb {
      height: 180px;
      display: flex; align-items: center; justify-content: center;
      font-size: 4rem;
    }
    .blog-thumb.b1 { background: linear-gradient(135deg, #fdf4f4, #f0cccc); }
    .blog-thumb.b2 { background: linear-gradient(135deg, #fdf4f4, #e8c0c0); }
    .blog-thumb.b3 { background: linear-gradient(135deg, #fdf4f4, #f5d5d5); }

    .blog-body { padding: 24px; }
    .blog-date { color: #aaa; font-size: 0.8rem; margin-bottom: 8px; }
    .blog-body h3 { font-size: 1rem; color: var(--koyu); font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
    .blog-body p { color: #777; font-size: 0.88rem; line-height: 1.6; margin-bottom: 16px; }
    .blog-link { color: var(--bordo); font-size: 0.85rem; font-weight: 700; text-decoration: none; }
    .blog-link:hover { text-decoration: underline; }

    /* ─── RANDEVU ─── */
    .appointment { padding: 96px 32px; background: #fff; }

    .appointment-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 80px;
      align-items: start;
    }

    .appointment-info {}
    .appointment-info p { color: #666; line-height: 1.8; margin-bottom: 36px; font-size: 0.97rem; }

    .info-blocks { display: flex; flex-direction: column; gap: 20px; }
    .map-embed { margin-top: 28px; }
    .map-embed iframe { display: block; width: 100%; }

    .info-block {
      display: flex; align-items: flex-start; gap: 16px;
    }
    .info-icon {
      width: 48px; height: 48px;
      background: var(--bordo-tint);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      flex-shrink: 0;
    }
    .info-block h4 { font-size: 0.93rem; font-weight: 700; color: var(--koyu); margin-bottom: 4px; }
    .info-block p, .info-block a { color: #666; font-size: 0.9rem; text-decoration: none; line-height: 1.5; }
    .info-block a:hover { color: var(--bordo); }

    .appointment-form {
      background: var(--gri);
      border-radius: 20px;
      padding: 44px;
    }

    .appointment-form h3 { font-size: 1.4rem; color: var(--koyu); font-weight: 800; margin-bottom: 28px; }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
    .form-group label { font-size: 0.85rem; font-weight: 600; color: #555; }

    .form-group input,
    .form-group select,
    .form-group textarea {
      border: 1.5px solid #ddd;
      border-radius: 10px;
      padding: 12px 16px;
      font-size: 0.93rem;
      color: var(--koyu);
      background: #fff;
      outline: none;
      font-family: inherit;
      transition: border-color 0.2s;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--bordo); }
    .form-group textarea { resize: vertical; min-height: 110px; }

    .time-slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
    .time-slot {
      border: 1.5px solid #ddd;
      border-radius: 8px;
      padding: 8px 14px;
      font-size: 0.85rem;
      cursor: pointer;
      background: #fff;
      color: var(--koyu);
      font-family: inherit;
      font-weight: 500;
      transition: 0.2s;
    }
    .time-slot:hover,
    .time-slot.active { background: var(--bordo); border-color: var(--bordo); color: #fff; }

    .btn-submit {
      width: 100%;
      background: var(--bordo);
      color: #fff;
      border: none;
      padding: 15px;
      border-radius: 10px;
      font-size: 1rem;
      font-weight: 800;
      cursor: pointer;
      font-family: inherit;
      transition: background 0.2s, transform 0.2s;
      margin-top: 8px;
    }
    .btn-submit:hover { background: var(--bordo-acik); transform: translateY(-2px); }

    /* ─── FOOTER ─── */
    footer {
      background: var(--koyu);
      color: #aaa;
    }

    .footer-main {
      max-width: 1280px;
      margin: 0 auto;
      padding: 64px 32px 40px;
      display: grid;
      grid-template-columns: 1.8fr 1fr 1fr 1fr;
      gap: 48px;
    }

    .footer-brand img { height: 56px; width: auto; max-width: 100%; margin-bottom: 20px; opacity: 0.95; }
    .footer-brand p { font-size: 0.88rem; line-height: 1.75; color: #888; margin-bottom: 24px; }

    .social-links { display: flex; gap: 10px; }
    .social-link {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.08);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none;
      font-size: 0.95rem;
      transition: background 0.2s;
    }
    .social-link:hover { background: var(--bordo); }

    .footer-col h4 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 20px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a { color: #888; text-decoration: none; font-size: 0.87rem; transition: color 0.2s; }
    .footer-col ul a:hover { color: var(--bordo-acik); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 20px 32px;
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.83rem;
      color: #666;
      flex-wrap: wrap;
      gap: 8px;
    }

    .footer-bottom a { color: #888; text-decoration: none; }
    .footer-bottom a:hover { color: var(--bordo-acik); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1024px) {
      .services-grid,
      .products-grid,
      .how-grid,
      .testimonials-grid,
      .blog-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
    }

    @media (max-width: 768px) {
      nav { padding: 10px 20px; }
      .nav-logo img { height: 46px; }
      .hamburger { display: block; }

      /* Mobil açılır menü: dikey, tam genişlik */
      .nav-menu {
        display: none;
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; align-items: stretch;
        background: #fff; gap: 0;
        padding: 6px 0; border-top: 1px solid #f0e6e6;
        box-shadow: 0 12px 24px rgba(107,26,26,0.12);
        max-height: calc(100vh - 70px); overflow-y: auto;
      }
      .nav-menu > li > a { padding: 14px 24px; border-radius: 0; font-size: 0.98rem; }
      .nav-menu .dropdown {
        display: block; position: static;
        border: none; box-shadow: none; min-width: 0;
        padding: 0; background: #faf5f5;
      }
      .nav-menu .dropdown a { padding: 12px 24px 12px 40px; font-size: 0.9rem; }
      .has-dropdown > a { pointer-events: none; }

      .article-box { padding: 30px 22px; margin: 20px auto; }
      .article-box > h2 { font-size: 1.35rem; }

      /* Header WhatsApp gizli; yüzen buton aktif */
      .nav-wa { display: none; }
      .wa-float { display: flex; }

      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .hero { padding: 100px 24px 64px; }
      .hero-text h1 { font-size: 2.1rem; }

      .stats-inner { grid-template-columns: 1fr; gap: 24px; }
      .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 24px; }
      .stat-item:last-child { border-bottom: none; }

      .about-inner { grid-template-columns: 1fr; gap: 40px; }
      .about-visual { min-height: 220px; }

      .services-grid,
      .products-grid,
      .how-grid,
      .testimonials-grid,
      .blog-grid { grid-template-columns: 1fr; }

      .appointment-inner { grid-template-columns: 1fr; gap: 40px; }

      .family-card { padding: 24px; flex-direction: column; gap: 20px; }
      .family-media { flex: none; width: 100%; max-width: 240px; align-self: center; }
      .slider-arrow.prev { left: 6px; }
      .slider-arrow.next { right: 6px; }
      .slider-arrow { width: 40px; height: 40px; background: rgba(255,255,255,0.94); }
      .family-features { grid-template-columns: 1fr; }
      .model-row { flex-direction: column; gap: 4px; }
      .model-name { min-width: 0; }

      .footer-main { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
      .footer-bottom { padding: 20px 24px; flex-direction: column; text-align: center; }

      .form-row { grid-template-columns: 1fr; }

      .about, .services, .products, .how, .testimonials, .faq, .blog, .appointment { padding: 64px 24px; }
    }

    /* ─── Çok sayfa eklemeleri ─── */
    .nav-menu > li > a.active { background: var(--bordo-tint); color: var(--bordo); }
    .article-page { padding: 56px 24px 80px; background: var(--gri); }
    .article-page .article-box { display: block; margin: 0 auto; }
    .article-back { max-width: 760px; margin: 0 auto 14px; }
    .article-back a { color: var(--bordo); text-decoration: none; font-weight: 600; font-size: 0.9rem; }

    /* ─── Sayfa banner ─── */
    .page-banner {
      background: linear-gradient(135deg, var(--bordo) 0%, #3d0e0e 55%, #1a0505 100%);
      color: #fff; padding: 132px 32px 56px; text-align: center;
    }
    .page-banner-inner { max-width: 820px; margin: 0 auto; }
    .breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-bottom: 14px; }
    .breadcrumb a { color: rgba(255,255,255,0.88); text-decoration: none; }
    .breadcrumb a:hover { color: #fff; text-decoration: underline; }
    .breadcrumb span { margin: 0 8px; opacity: 0.6; }
    .page-banner h1 { font-size: 2.4rem; line-height: 1.2; margin-bottom: 12px; }
    .page-banner p { color: rgba(255,255,255,0.85); font-size: 1.02rem; line-height: 1.6; }

    @media (max-width: 768px) {
      .page-banner { padding: 108px 22px 44px; }
      .page-banner h1 { font-size: 1.8rem; }
      .page-banner p { font-size: 0.95rem; }
    }

    /* ─── Dil değiştirici (segment pill) ─── */
    .lang-switch {
      display: inline-flex; align-items: center; flex-shrink: 0;
      gap: 2px; padding: 3px;
      background: var(--bordo-tint);
      border: 1px solid #ecd9d9;
      border-radius: 999px;
      position: relative;
    }
    .lang-switch a {
      position: relative; z-index: 1;
      font-size: 0.76rem; font-weight: 800; letter-spacing: 0.4px;
      color: var(--bordo); text-decoration: none;
      padding: 5px 13px; border-radius: 999px; line-height: 1;
      transition: color 0.25s ease;
    }
    .lang-switch a:not(.active):hover { color: var(--bordo-acik); opacity: 0.75; }
    .lang-switch a.active {
      color: #fff;
      background: linear-gradient(135deg, var(--bordo), #4d1212);
      box-shadow: 0 2px 8px rgba(107,26,26,0.35);
    }
    @media (max-width: 768px) {
      header nav { gap: 6px; padding: 8px 14px; flex-wrap: nowrap; }
      header .nav-logo img { height: 34px; }
      .lang-switch { margin-left: auto; padding: 2px; }
      .lang-switch a { padding: 5px 9px; font-size: 0.72rem; letter-spacing: 0.2px; }
      .hamburger { padding: 6px; flex-shrink: 0; }
    }
