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

    :root {
      --red:        #D72323;
      --red-dark:   #A81A1A;
      --red-light:  #F04040;
      --charcoal:   #1A1A1A;
      --dark:       #111111;
      --mid:        #2E2E2E;
      --silver:     #8A8A8A;
      --light:      #F5F5F5;
      --white:      #FFFFFF;
      --font-head:  'Barlow Condensed', sans-serif;
      --font-body:  'DM Sans', sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-body);
      background: var(--white);
      color: var(--charcoal);
      overflow-x: hidden;
    }

    /* ===== TOPBAR ===== */
    .topbar {
      background: var(--charcoal);
      color: var(--light);
      font-size: 0.78rem;
      padding: 7px 0;
      text-align: center;
      letter-spacing: 0.05em;
    }
    .topbar a { color: var(--red-light); text-decoration: none; font-weight: 600; }
    .topbar a:hover { text-decoration: underline; }

    /* ===== HEADER ===== */
    header {
      background: var(--white);
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    }
    .header-inner {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
    .logo-icon {
      width: 42px; height: 42px;
      background: var(--red);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .logo-icon svg { width: 24px; height: 24px; fill: white; }
    .logo-text {
      font-family: var(--font-head);
      font-size: 1.7rem;
      letter-spacing: 0.04em;
      color: var(--dark);
      line-height: 1;
    }
    .logo-text span { color: var(--red); }
    .logo-sub {
      font-size: 0.62rem;
      color: var(--silver);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      display: block;
      margin-top: 2px;
    }


    /* ── Dropdown Nav ── */
    .nav-dropdown { position: relative; }
    .nav-has-dropdown {
      display: flex; align-items: center; gap: 4px; cursor: pointer;
      font-size: 0.82rem; font-weight: 600; color: var(--charcoal);
      text-decoration: none; padding: 6px 12px; border-radius: 6px;
      letter-spacing: 0.02em; transition: all 0.2s; white-space: nowrap;
    }
    .nav-has-dropdown:hover, .nav-dropdown:hover .nav-has-dropdown {
      background: var(--light); color: var(--red);
    }
    .nav-arrow { font-size: .65rem; transition: transform .2s; }
    .nav-dropdown:hover .nav-arrow { transform: rotate(180deg); }
    .dropdown-menu {
      display: none; position: absolute; top: 100%; left: 0;
      padding-top: 12px; /* köprü — fare boşlukta kalırsa menü kapanmaz */
      z-index: 2000;
    }
    .dropdown-menu-inner {
      background: white; border-radius: 12px; min-width: 240px;
      box-shadow: 0 8px 40px rgba(0,0,0,.15); padding: 8px;
      border: 1px solid rgba(0,0,0,.06);
    }
    .nav-dropdown:hover .dropdown-menu { display: block; }
    .dropdown-menu a {
      display: block; padding: 9px 14px; border-radius: 8px;
      font-size: .82rem; font-weight: 500; color: var(--charcoal);
      text-decoration: none; transition: all .15s; white-space: nowrap;
    }
    .dropdown-menu a:hover { background: var(--light); color: var(--red); padding-left: 18px; }

    nav { display: flex; align-items: center; gap: 4px; }
    nav a {
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--charcoal);
      text-decoration: none;
      padding: 6px 12px;
      border-radius: 6px;
      letter-spacing: 0.02em;
      transition: all 0.2s;
    }
    nav a:hover { background: var(--light); color: var(--red); }

    .header-cta {
      display: flex; align-items: center; gap: 10px;
    }
    .btn-wa {
      background: #25D366;
      color: white;
      border: none; border-radius: 8px;
      padding: 9px 16px;
      font-size: 0.82rem; font-weight: 700;
      cursor: pointer; text-decoration: none;
      display: flex; align-items: center; gap: 6px;
      transition: filter 0.2s;
    }
    .btn-wa:hover { filter: brightness(1.1); }
    .btn-call {
      background: var(--red);
      color: white;
      border: none; border-radius: 8px;
      padding: 9px 18px;
      font-size: 0.82rem; font-weight: 700;
      cursor: pointer; text-decoration: none;
      display: flex; align-items: center; gap: 6px;
      transition: background 0.2s;
    }
    .btn-call:hover { background: var(--red-dark); }

    /* HAMBURGER */
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.3s; }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 620px;
      background: var(--dark);
      display: flex; align-items: center;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, #1A0000 0%, #2E0A0A 40%, #111 100%);
    }
    .hero-grid {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(215,35,35,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215,35,35,0.06) 1px, transparent 1px);
      background-size: 60px 60px;
    }
    .hero-flame {
      position: absolute;
      right: -60px; bottom: -40px;
      width: 520px; height: 520px;
      background: radial-gradient(ellipse at 50% 80%, rgba(215,35,35,0.35) 0%, rgba(215,35,35,0.12) 40%, transparent 70%);
      filter: blur(40px);
      animation: flicker 3s ease-in-out infinite;
    }
    @keyframes flicker {
      0%,100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.75; transform: scale(1.05); }
    }
    .hero-content {
      position: relative; z-index: 2;
      max-width: 1240px; margin: 0 auto; padding: 80px 24px;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(215,35,35,0.15);
      border: 1px solid rgba(215,35,35,0.4);
      color: #FF7070;
      padding: 6px 16px; border-radius: 100px;
      font-size: 0.75rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      margin-bottom: 28px;
      animation: fadeUp 0.6s ease both;
    }
    .hero-badge::before { content: '●'; font-size: 8px; animation: pulse 1.5s infinite; }
    @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

    .hero h1 {
      font-family: var(--font-head);
      font-size: clamp(3rem, 7vw, 5.5rem);
      line-height: 0.95;
      color: var(--white);
      letter-spacing: 0.02em;
      margin-bottom: 24px;
      animation: fadeUp 0.6s 0.1s ease both;
    }
    .hero h1 span { color: var(--red-light); }
    .hero p {
      font-size: 1.1rem; font-weight: 400;
      color: rgba(255,255,255,0.65);
      max-width: 560px;
      line-height: 1.7;
      margin-bottom: 36px;
      animation: fadeUp 0.6s 0.2s ease both;
    }
    .hero-actions {
      display: flex; flex-wrap: wrap; gap: 14px;
      animation: fadeUp 0.6s 0.3s ease both;
    }
    .btn-primary {
      background: var(--red);
      color: white;
      padding: 15px 30px;
      border-radius: 10px; border: none;
      font-size: 0.95rem; font-weight: 700;
      cursor: pointer; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
      transition: all 0.2s;
      box-shadow: 0 4px 24px rgba(215,35,35,0.4);
    }
    .btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 30px rgba(215,35,35,0.5); }
    .btn-outline {
      background: transparent;
      color: white;
      padding: 15px 30px;
      border-radius: 10px; border: 2px solid rgba(255,255,255,0.25);
      font-size: 0.95rem; font-weight: 600;
      cursor: pointer; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
      transition: all 0.2s;
    }
    .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.05); }

    .hero-stats {
      display: flex; gap: 40px; margin-top: 52px;
      animation: fadeUp 0.6s 0.4s ease both;
    }
    .stat-item { text-align: left; }
    .stat-num {
      font-family: var(--font-head);
      font-size: 2.5rem; color: var(--white);
      line-height: 1;
    }
    .stat-num span { color: var(--red-light); }
    .stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ===== FLOATING CTA BAR ===== */
    .cta-bar {
      background: var(--red);
      padding: 18px 24px;
    }
    .cta-bar-inner {
      max-width: 1240px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
    }
    .cta-bar p { color: white; font-weight: 600; font-size: 1rem; }
    .cta-bar p span { font-weight: 400; opacity: 0.85; }
    .cta-bar-actions { display: flex; gap: 10px; }
    .btn-white {
      background: white; color: var(--red);
      padding: 10px 22px; border-radius: 8px; border: none;
      font-weight: 700; font-size: 0.88rem;
      cursor: pointer; text-decoration: none;
      display: inline-flex; align-items: center; gap: 6px;
      transition: filter 0.2s;
    }
    .btn-white:hover { filter: brightness(0.95); }
    .btn-dark {
      background: rgba(0,0,0,0.25); color: white;
      padding: 10px 22px; border-radius: 8px; border: none;
      font-weight: 700; font-size: 0.88rem;
      cursor: pointer; text-decoration: none;
      display: inline-flex; align-items: center; gap: 6px;
    }
    .btn-dark:hover { background: rgba(0,0,0,0.4); }

    /* ===== SECTION COMMONS ===== */
    section { padding: 80px 24px; }
    .container { max-width: 1240px; margin: 0 auto; }
    .section-tag {
      font-size: 0.72rem; font-weight: 700;
      color: var(--red);
      text-transform: uppercase; letter-spacing: 0.15em;
      margin-bottom: 10px;
      display: block;
    }
    .section-title {
      font-family: var(--font-head);
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1;
      color: var(--dark);
      margin-bottom: 16px;
      letter-spacing: 0.02em;
    }
    .section-title span { color: var(--red); }
    .section-desc {
      font-size: 1rem; color: var(--silver);
      max-width: 540px; line-height: 1.7;
      margin-bottom: 48px;
    }

    /* ===== SERVICES ===== */
    .services { background: var(--light); }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }
    .service-card {
      background: white;
      border-radius: 14px;
      padding: 28px;
      border: 1.5px solid transparent;
      transition: all 0.25s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      display: block;
    }
    .service-card:hover {
      border-color: var(--red);
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(215,35,35,0.12);
    }
    .service-icon {
      width: 52px; height: 52px;
      background: rgba(215,35,35,0.08);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
    }
    .service-icon svg { width: 26px; height: 26px; }
    .service-card h3 {
      font-family: var(--font-head);
      font-size: 1.25rem; letter-spacing: 0.02em;
      color: var(--dark);
      margin-bottom: 10px;
    }
    .service-card p { font-size: 0.85rem; color: var(--silver); line-height: 1.6; }
    .service-link {
      margin-top: 16px;
      font-size: 0.8rem; font-weight: 700;
      color: var(--red);
      display: flex; align-items: center; gap: 4px;
    }

    /* ===== ABOUT ===== */
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px; align-items: center;
    }
    .about-visual {
      position: relative;
    }
    .about-img-placeholder {
      background: linear-gradient(135deg, var(--charcoal), var(--mid));
      border-radius: 16px;
      height: 420px;
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
      position: relative;
    }
    .about-img-placeholder::before {
      content: '';
      position: absolute; inset: 0;
      background: repeating-linear-gradient(
        -45deg,
        transparent, transparent 20px,
        rgba(215,35,35,0.03) 20px, rgba(215,35,35,0.03) 40px
      );
    }
    .about-big-icon {
      width: 120px; height: 120px;
      background: rgba(215,35,35,0.15);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .about-big-icon svg { width: 60px; height: 60px; fill: var(--red-light); }
    .about-badge-floating {
      position: absolute; bottom: 24px; right: -20px;
      background: white;
      border-radius: 12px;
      padding: 16px 20px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.15);
      display: flex; align-items: center; gap: 12px;
    }
    .about-badge-floating .badge-icon {
      width: 40px; height: 40px;
      background: var(--red);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .about-badge-floating .badge-icon svg { width: 20px; height: 20px; fill: white; }
    .about-badge-floating strong { display: block; font-size: 1.1rem; font-weight: 800; }
    .about-badge-floating span { font-size: 0.72rem; color: var(--silver); }

    .about-content ul {
      list-style: none;
      margin: 28px 0;
      display: flex; flex-direction: column; gap: 14px;
    }
    .about-content ul li {
      display: flex; align-items: flex-start; gap: 12px;
      font-size: 0.92rem; line-height: 1.5;
    }
    .check-icon {
      width: 22px; height: 22px; flex-shrink: 0;
      background: rgba(215,35,35,0.1);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-top: 1px;
    }
    .check-icon svg { width: 12px; height: 12px; fill: var(--red); }

    /* ===== WHY US ===== */
    .why { background: var(--dark); }
    .why .section-title { color: white; }
    .why .section-desc { color: rgba(255,255,255,0.45); }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 2px;
      border-radius: 16px; overflow: hidden;
    }
    .why-item {
      background: var(--mid);
      padding: 32px 28px;
      transition: background 0.2s;
    }
    .why-item:hover { background: #383838; }
    .why-num {
      font-family: var(--font-head);
      font-size: 3rem; color: rgba(215,35,35,0.2);
      line-height: 1; margin-bottom: 12px;
    }
    .why-item h3 {
      font-family: var(--font-head);
      font-size: 1.2rem; color: white;
      letter-spacing: 0.02em; margin-bottom: 10px;
    }
    .why-item p { font-size: 0.84rem; color: rgba(255,255,255,0.45); line-height: 1.6; }

    /* ===== DISTRICTS ===== */
    .districts { background: white; }
    .districts-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 12px;
    }
    .district-link {
      background: var(--light);
      border-radius: 10px;
      padding: 14px 18px;
      text-decoration: none;
      color: var(--charcoal);
      font-size: 0.85rem; font-weight: 600;
      display: flex; align-items: center; gap: 8px;
      transition: all 0.2s;
      border: 1.5px solid transparent;
    }
    .district-link:hover {
      background: white;
      border-color: var(--red);
      color: var(--red);
    }
    /* district-link::before kaldırıldı — emoji HTML'de mevcut */

    /* ===== PRODUCTS ===== */
    .products { background: var(--light); }
    .products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 16px;
    }
    .product-card {
      background: white;
      border-radius: 14px;
      padding: 24px;
      text-align: center;
      text-decoration: none; color: inherit;
      transition: all 0.25s;
      border: 1.5px solid transparent;
    }
    .product-card:hover { border-color: var(--red); box-shadow: 0 4px 20px rgba(215,35,35,0.1); }
    .product-card .prod-icon {
      font-size: 2.5rem; margin-bottom: 12px;
      display: block;
    }
    .product-card h4 {
      font-family: var(--font-head);
      font-size: 1.05rem;
      letter-spacing: 0.02em;
      margin-bottom: 6px;
    }
    .product-card p { font-size: 0.78rem; color: var(--silver); line-height: 1.5; }

    /* ===== REVIEWS ===== */
    .reviews { background: white; }
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 20px;
    }
    .review-card {
      background: var(--light);
      border-radius: 14px;
      padding: 26px;
    }
    .stars { color: #F5A623; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
    .review-card blockquote {
      font-size: 0.88rem; line-height: 1.7;
      color: var(--charcoal);
      font-style: italic;
      margin-bottom: 16px;
    }
    .reviewer {
      display: flex; align-items: center; gap: 10px;
    }
    .reviewer-avatar {
      width: 36px; height: 36px;
      background: var(--red);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: white; font-weight: 700; font-size: 0.85rem;
    }
    .reviewer strong { display: block; font-size: 0.85rem; }
    .reviewer span { font-size: 0.72rem; color: var(--silver); }

    /* ===== FAQ ===== */
    .faq { background: var(--light); }
    .faq-list { max-width: 780px; margin: 0 auto; }
    .faq-item {
      background: white;
      border-radius: 12px;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .faq-q {
      width: 100%; text-align: left; padding: 20px 24px;
      background: none; border: none; cursor: pointer;
      font-family: var(--font-body);
      font-size: 0.95rem; font-weight: 700;
      color: var(--dark);
      display: flex; align-items: center; justify-content: space-between;
    }
    .faq-q:hover { color: var(--red); }
    .faq-q .faq-arrow { font-size: 1.2rem; transition: transform 0.3s; flex-shrink: 0; }
    .faq-q.open .faq-arrow { transform: rotate(45deg); }
    .faq-a {
      display: none; padding: 0 24px 20px;
      font-size: 0.88rem; color: var(--silver); line-height: 1.7;
    }
    .faq-a.open { display: block; }

    /* ===== MAP / CONTACT ===== */
    .contact { background: var(--dark); }
    .contact .section-title { color: white; }
    .contact .section-desc { color: rgba(255,255,255,0.45); }
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px; align-items: start;
    }
    .contact-info { display: flex; flex-direction: column; gap: 20px; }
    .contact-item {
      display: flex; align-items: flex-start; gap: 16px;
      background: var(--mid);
      border-radius: 12px; padding: 20px;
    }
    .c-icon {
      width: 44px; height: 44px; flex-shrink: 0;
      background: var(--red);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
    }
    .c-icon svg { width: 22px; height: 22px; fill: white; }
    .contact-item strong { display: block; color: white; font-size: 0.9rem; margin-bottom: 4px; }
    .contact-item a { color: rgba(255,255,255,0.55); font-size: 0.88rem; text-decoration: none; }
    .contact-item a:hover { color: var(--red-light); }
    .contact-item span { color: rgba(255,255,255,0.55); font-size: 0.88rem; }

    .map-embed {
      border-radius: 16px; overflow: hidden;
      height: 340px;
    }
    .map-embed iframe { width: 100%; height: 100%; border: none; }

    /* ===== CONTACT FORM ===== */
    .form-section { background: var(--light); }
    .form-wrap {
      max-width: 680px; margin: 0 auto;
      background: white;
      border-radius: 20px;
      padding: 44px 48px;
      box-shadow: 0 4px 40px rgba(0,0,0,0.06);
    }
    .form-title {
      font-family: var(--font-head);
      font-size: 2.2rem; color: var(--dark);
      letter-spacing: 0.02em;
      margin-bottom: 8px;
    }
    .form-desc { font-size: 0.9rem; color: var(--silver); margin-bottom: 32px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
    .form-group label { font-size: 0.8rem; font-weight: 700; color: var(--charcoal); letter-spacing: 0.04em; }
    .form-group input,
    .form-group select,
    .form-group textarea {
      border: 1.5px solid #E0E0E0;
      border-radius: 8px;
      padding: 11px 14px;
      font-family: var(--font-body);
      font-size: 0.88rem;
      color: var(--dark);
      outline: none;
      transition: border-color 0.2s;
      background: white;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--red); }
    .form-group textarea { min-height: 100px; resize: vertical; }
    .btn-submit {
      width: 100%;
      background: var(--red);
      color: white; border: none;
      border-radius: 10px; padding: 14px;
      font-size: 1rem; font-weight: 700;
      cursor: pointer; font-family: var(--font-body);
      transition: background 0.2s;
      display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .btn-submit:hover { background: var(--red-dark); }

    /* ===== FOOTER ===== */
    footer {
      background: #0D0D0D;
      padding: 60px 24px 30px;
    }
    .footer-grid {
      max-width: 1240px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
      margin-bottom: 48px;
    }
    .footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.35); line-height: 1.7; margin-top: 14px; }
    .footer-col h4 {
      font-family: var(--font-head);
      font-size: 1rem; letter-spacing: 0.08em;
      color: white; margin-bottom: 16px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a {
      font-size: 0.82rem; color: rgba(255,255,255,0.35);
      text-decoration: none;
    }
    .footer-col ul a:hover { color: var(--red-light); }
    .footer-bottom {
      max-width: 1240px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between;
      padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06);
      flex-wrap: wrap; gap: 12px;
    }
    .footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.2); }
    .footer-bottom a { color: var(--red-light); text-decoration: none; }

    /* ===== FLOAT ACTIONS (mobile) ===== */
    .float-actions {
      position: fixed; bottom: 24px; right: 24px;
      z-index: 999;
      display: flex; flex-direction: column; gap: 10px;
    }
    .float-btn {
      width: 52px; height: 52px;
      border-radius: 50%; border: none;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; text-decoration: none;
      box-shadow: 0 4px 20px rgba(0,0,0,0.25);
      transition: transform 0.2s;
    }
    .float-btn:hover { transform: scale(1.08); }
    .float-wa { background: #25D366; }
    .float-call { background: var(--red); }
    .float-btn svg { width: 22px; height: 22px; fill: white; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
      .about-grid { grid-template-columns: 1fr; }
      .about-visual { display: none; }
      .contact-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 700px) {
      nav { display: none; }
      .hamburger { display: flex; }
      .hero-stats { gap: 24px; flex-wrap: wrap; }
      .form-row { grid-template-columns: 1fr; }
      .form-wrap { padding: 28px 22px; }
      .footer-grid { grid-template-columns: 1fr; }
      .about-badge-floating { display: none; }
    }

    /* Mobile nav */
    .mobile-nav {
      display: none; position: fixed; inset: 0;
      background: rgba(0,0,0,0.95); z-index: 9999;
      flex-direction: column; align-items: center; justify-content: center;
      gap: 24px;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      font-family: var(--font-head);
      font-size: 2.2rem; letter-spacing: 0.06em;
      color: white; text-decoration: none;
    }
    .mobile-nav a:hover { color: var(--red-light); }
    .mobile-nav-close {
      position: absolute; top: 24px; right: 24px;
      background: none; border: none; color: white;
      font-size: 2rem; cursor: pointer;
    }
/* ═══════════════════════════════════════════════
   İÇ SAYFA ORTAK STİLLERİ
   (page-hero, content-wrap, sidebar, tablo vb.)
═══════════════════════════════════════════════ */

/* ── BREADCRUMB ── */
.breadcrumb { background: #1C1C1C; padding: 10px 0; }
.breadcrumb-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 8px;
  font-size: .75rem; color: #888;
}
.breadcrumb-inner a { color: #888; text-decoration: none; }
.breadcrumb-inner a:hover { color: white; }
.breadcrumb-inner span { color: #555; }

/* ── PAGE HERO ── */
.page-hero {
  background: var(--dark);
  padding: 72px 24px 64px;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-light) 50%, transparent);
}
.page-hero-inner {
  max-width: 800px; margin: 0 auto; text-align: center;
}
.page-hero-tag {
  display: inline-block; font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--red-light); margin-bottom: 14px;
}
.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900; line-height: .92; color: white;
  letter-spacing: -.01em; margin-bottom: 18px;
}
.page-hero h1 span { color: var(--red); }
.page-hero p {
  font-size: 1rem; color: rgba(255,255,255,.55);
  line-height: 1.7; max-width: 600px; margin: 0 auto 28px;
}
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: white; text-decoration: none;
  font-family: var(--font-head); font-size: 1.05rem;
  font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 14px 28px; border-radius: 8px; transition: all .2s;
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.75);
  text-decoration: none; font-size: .88rem; font-weight: 600;
  padding: 13px 24px; border-radius: 8px; transition: all .2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }

/* ── CONTENT LAYOUT ── */
.content-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 60px 24px 80px;
  display: grid; grid-template-columns: 1fr 300px; gap: 52px;
  align-items: start;
}
.content-main { min-width: 0; }

/* ── TİPOGRAFİ İÇ SAYFA ── */
.content-main h2 {
  font-family: var(--font-head); font-size: 1.85rem; font-weight: 900;
  color: var(--dark); letter-spacing: .01em;
  margin: 44px 0 12px; line-height: 1;
}
.content-main h2:first-child { margin-top: 0; }
.content-main h3 {
  font-family: var(--font-head); font-size: 1.25rem; font-weight: 700;
  color: var(--charcoal); margin: 28px 0 9px;
}
.content-main p {
  font-size: .92rem; color: #444; line-height: 1.82; margin-bottom: 14px;
}
.content-main ul {
  list-style: none; padding: 0; margin-bottom: 16px;
}
.content-main ul li {
  font-size: .9rem; color: #444;
  padding: 7px 0 7px 20px; position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.content-main ul li:last-child { border-bottom: none; }
.content-main ul li::before {
  content: '›'; position: absolute; left: 0;
  color: var(--red); font-weight: 900; font-size: 1.1rem; top: 7px;
}
.content-main ol {
  padding-left: 20px; margin-bottom: 16px;
}
.content-main ol li {
  font-size: .9rem; color: #444; line-height: 1.7; margin-bottom: 8px;
}

/* ── INFO BOX ── */
.info-box {
  background: #fff; border-left: 4px solid var(--red);
  padding: 16px 20px; border-radius: 0 8px 8px 0;
  margin: 20px 0; font-size: .87rem; color: #444; line-height: 1.7;
}
.info-box p { margin: 0; font-size: .87rem; }
.info-box strong { color: var(--dark); }

/* ── TABLO ── */
.content-main table {
  width: 100%; border-collapse: collapse;
  margin: 20px 0 24px; font-size: .85rem;
}
.content-main table th {
  background: var(--dark); color: white;
  padding: 11px 14px; text-align: left;
  font-family: var(--font-head); font-size: .9rem;
  font-weight: 700; letter-spacing: .04em;
}
.content-main table td {
  padding: 10px 14px; border-bottom: 1px solid #EBEBEB; color: #444;
}
.content-main table tr:nth-child(even) td { background: #F8F8F8; }
.content-main table tr:hover td { background: #FFF3F3; }

/* ── SIDEBAR ── */
.sidebar { position: sticky; top: 84px; }
.sidebar-card {
  background: #F7F6F4; border-radius: 14px;
  padding: 24px 20px; margin-bottom: 16px;
  border: 1.5px solid #EBEBEB;
}
.sidebar-card.red {
  background: linear-gradient(145deg, var(--red), var(--red-dark));
  border: none; color: white;
}
.sidebar-card h4 {
  font-family: var(--font-head); font-size: 1.1rem; font-weight: 800;
  letter-spacing: .03em; margin-bottom: 8px;
  color: var(--dark);
}
.sidebar-card.red h4 { color: white; }
.sidebar-card p { font-size: .82rem; color: #666; margin-bottom: 16px; line-height: 1.6; }
.sidebar-card.red p { color: rgba(255,255,255,.8); }
.btn-sidebar {
  display: block; text-align: center; padding: 12px;
  background: white; color: var(--red);
  font-family: var(--font-head); font-size: .95rem;
  font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  border-radius: 8px; text-decoration: none; transition: all .2s;
}
.btn-sidebar:hover { background: #F5F5F5; }
.sidebar-card ul { list-style: none; padding: 0; }
.sidebar-card ul li a {
  display: flex; align-items: center; gap: 7px;
  padding: 8px 0; font-size: .84rem; color: #444;
  text-decoration: none; border-bottom: 1px solid #EBEBEB;
  transition: color .15s;
}
.sidebar-card ul li:last-child a { border-bottom: none; }
.sidebar-card ul li a:hover { color: var(--red); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .content-wrap {
    grid-template-columns: 1fr;
    padding: 40px 20px 60px;
  }
  .sidebar { position: static; }
  .page-hero { padding: 56px 20px 48px; }
}
@media (max-width: 600px) {
  .content-main table { font-size: .78rem; }
  .content-main table th,
  .content-main table td { padding: 8px 10px; }
}

/* ═══════════════════════════════════════════════
   ORTAK BÖLÜM STİLLERİ (inner-section, cta-band, faq, contact-list, blog)
═══════════════════════════════════════════════ */

/* ── CONTAINER ── */
.container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
}

/* ── INNER SECTION (FAQ, içerik bölümleri) ── */
.inner-section {
  padding: 72px 0;
  background: var(--light);
}
.inner-section + .inner-section { background: white; }

.section-tag {
  display: inline-block; font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900; line-height: .95; color: var(--dark);
  letter-spacing: -.01em; margin-bottom: 36px;
}
.section-title span { color: var(--red); }

/* ── FAQ (iç sayfa accordion) ── */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  border: 1.5px solid #E8E8E8; border-radius: 10px;
  overflow: hidden; background: white;
}
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; gap: 12px;
  font-family: var(--font-body); font-size: .92rem;
  font-weight: 600; color: var(--dark); text-align: left;
}
.faq-q:hover { color: var(--red); }
.faq-arrow {
  font-size: 1.4rem; font-weight: 300; color: var(--red);
  transition: transform .25s; flex-shrink: 0; line-height: 1;
}
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(45deg); }
.faq-a {
  display: none; padding: 0 20px 18px;
  font-size: .87rem; color: #555; line-height: 1.75;
  border-top: 1px solid #F0F0F0;
}
.faq-a.open { display: block; }

/* ── CTA BAND ── */
.cta-band {
  background: var(--dark); padding: 64px 24px;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-light) 50%, transparent);
}
.cta-band-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band-inner h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900; color: white; line-height: .95;
  margin-bottom: 8px;
}
.cta-band-inner h2 span { color: var(--red); }
.cta-band-inner p { font-size: .9rem; color: rgba(255,255,255,.5); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── CONTACT LIST (sidebar) ── */
.contact-list { display: flex; flex-direction: column; gap: 4px; }
.contact-list a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0; font-size: .84rem; color: #444;
  text-decoration: none; border-bottom: 1px solid #EBEBEB;
  transition: color .15s;
}
.contact-list a:last-child { border-bottom: none; }
.contact-list a:hover { color: var(--red); }

/* ── BLOG GRID & CARDS ── */
.blog-section {
  max-width: 1200px; margin: 0 auto; padding: 60px 24px 80px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px; margin-top: 36px;
}
.blog-card {
  background: white; border-radius: 14px; padding: 26px;
  border: 1.5px solid transparent; transition: all .25s;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.blog-card:hover {
  border-color: var(--red); transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(215,35,35,.1);
}
.blog-card-cat {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 10px;
  border-radius: 100px; align-self: flex-start;
}
.blog-card-title {
  font-family: var(--font-head); font-size: 1.15rem;
  letter-spacing: .02em; color: var(--dark); line-height: 1.15;
}
.blog-card-desc {
  font-size: .84rem; color: var(--silver); line-height: 1.6; flex: 1;
}
.blog-card-foot {
  display: flex; align-items: center;
  justify-content: space-between; font-size: .78rem;
}
.blog-card-foot span:first-child { color: var(--silver); }
.blog-card-link { color: var(--red); font-weight: 700; }

/* ── btn-r / btn-g (LP sayfalarında) ── */
.btn-r {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--red); color: white; text-decoration: none;
  font-family: var(--font-head); font-size: 1.05rem;
  font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 16px 28px; border-radius: 8px; transition: all .2s;
}
.btn-r:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-g {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1.5px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.72); text-decoration: none;
  font-size: .88rem; font-weight: 600;
  padding: 15px 24px; border-radius: 8px; transition: all .2s;
}
.btn-g:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .inner-section { padding: 48px 0; }
}
