/* Başarı Vidanjör - Ana Stil Dosyası
   Manavgat Başarı Vidanjör (basarividanjor.com)
   T.C. Türk Patent Tescilli Marka · No: 2019/24252
*/

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --navy:#0a1628; --navy2:#112240; --orange:#e85d04; --orange2:#f48c06; --white:#ffffff; --lightgray:#f4f6fa; --gray:#8892a4; --border:#dce3ee; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Source Sans 3', sans-serif; background: var(--white); color: var(--navy); overflow-x: hidden; }
  nav { background: var(--navy); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 999; height: 80px; box-shadow: 0 2px 20px rgba(0,0,0,0.3); gap: 20px; }
  .nav-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
  .nav-logo-icon { width: 52px; height: 52px; background: var(--orange); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; flex-shrink: 0; }
  .nav-logo-text { display: flex; flex-direction: column; }
  .nav-logo-top { font-family: 'Oswald', sans-serif; font-size: 0.7rem; font-weight: 600; color: var(--orange); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 2px; }
  .nav-logo-main { font-family: 'Oswald', sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--white); line-height: 1; white-space: nowrap; }
  .nav-logo-main span { color: var(--orange); }
  .nav-menu { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
  .nav-menu a { font-family: 'Oswald', sans-serif; font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.7); text-decoration: none; padding: 8px 12px; border-radius: 6px; transition: all 0.2s; white-space: nowrap; }
  .nav-menu a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
  .nav-cta { background: var(--orange); color: var(--white); font-family: 'Oswald', sans-serif; font-size: 0.95rem; font-weight: 600; padding: 10px 22px; border-radius: 4px; text-decoration: none; flex-shrink: 0; }
  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; }
  .nav-mobile { display: none; position: absolute; top: 80px; left: 0; right: 0; background: var(--navy2); padding: 16px 5%; flex-direction: column; gap: 4px; box-shadow: 0 8px 20px rgba(0,0,0,0.3); z-index: 998; }
  .nav-mobile.open { display: flex; }
  .nav-mobile a { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: rgba(255,255,255,0.8); text-decoration: none; padding: 12px 16px; border-radius: 6px; }
  @media (max-width: 960px) { .nav-menu { display: none; } .nav-hamburger { display: flex; } }
  .page-hero { background: var(--navy); padding: 50px 5%; position: relative; overflow: hidden; }
  .page-hero::before { content: ''; position: absolute; top: -60px; right: -80px; width: 350px; height: 350px; background: var(--orange); opacity: 0.06; border-radius: 50%; }
  .page-hero-inner { max-width: 900px; margin: 0 auto; }
  .breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
  .breadcrumb a { color: var(--orange); text-decoration: none; }
  .breadcrumb span { margin: 0 8px; }
  .page-hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.2; }
  .page-hero h1 em { color: var(--orange); font-style: normal; }
  .page-hero .meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; }
  .page-hero .meta span { font-size: 0.85rem; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; }
  .article-wrap { max-width: 1280px; margin: 0 auto; padding: 60px 5%; display: grid; grid-template-columns: 240px 1fr 260px; gap: 36px; align-items: start; }
  .article-body h2 { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 36px 0 14px; border-left: 4px solid var(--orange); padding-left: 14px; }
  .article-body h3 { font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--navy); margin: 28px 0 10px; }
  .article-body h4 { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: var(--orange); margin: 20px 0 8px; text-transform: uppercase; letter-spacing: 0.5px; }
  .article-body p { font-size: 1.02rem; color: #3a4558; line-height: 1.8; margin-bottom: 16px; }
  .article-body ul, .article-body ol { margin: 12px 0 20px 20px; }
  .article-body li { font-size: 1rem; color: #3a4558; line-height: 1.7; margin-bottom: 6px; }
  .article-img { width: 100%; border-radius: 12px; margin: 24px 0; overflow: hidden; background: var(--lightgray); }
  .article-img img { width: 100%; height: 220px; object-fit: cover; display: block; }
  .img-caption { font-size: 0.8rem; color: var(--gray); padding: 8px 12px; font-style: italic; }
  .img-placeholder { width: 100%; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); color: rgba(255,255,255,0.6); font-size: 3rem; gap: 10px; }
  .img-placeholder span { font-family: 'Oswald', sans-serif; font-size: 0.9rem; letter-spacing: 1px; color: var(--orange); }
  .info-box { background: rgba(232,93,4,0.07); border: 1.5px solid rgba(232,93,4,0.2); border-radius: 10px; padding: 20px 22px; margin: 24px 0; }
  .info-box h4 { color: var(--orange); font-family: 'Oswald', sans-serif; font-size: 0.95rem; letter-spacing: 1px; margin-bottom: 10px; }
  .info-box p, .info-box li { font-size: 0.95rem; color: #3a4558; }
  .sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
  .sidebar-card { background: var(--lightgray); border-radius: 10px; padding: 22px; border: 1px solid var(--border); }
  .sidebar-card .sidebar-title, .sidebar-card h5 { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: 14px; color: var(--navy); border-bottom: 2px solid var(--orange); padding-bottom: 8px; }
  .sidebar-card a { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--navy); text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--border); transition: color 0.2s; }
  .sidebar-card a:last-child { border-bottom: none; }
  .sidebar-card a:hover { color: var(--orange); }
  .cta-card { background: var(--navy); border-radius: 10px; padding: 24px; text-align: center; }
  .cta-card .cta-title, .cta-card h5 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; color: var(--white); margin-bottom: 10px; }
  .cta-card p { font-size: 0.88rem; color: #7a8fa8; margin-bottom: 16px; }
  .cta-card a { display: block; background: var(--orange); color: var(--white); font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1rem; padding: 13px; border-radius: 6px; text-decoration: none; margin-bottom: 8px; }
  .cta-card a:hover { background: var(--orange2); }
  .cta-card .wa { background: #25d366; }
  .float-phone { position: fixed; bottom: 28px; right: 28px; z-index: 888; background: var(--orange); color: var(--white); font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 700; padding: 14px 22px; border-radius: 50px; text-decoration: none; display: flex; align-items: center; gap: 10px; box-shadow: 0 4px 20px rgba(232,93,4,0.5); animation: floatbtn 3s ease-in-out infinite; }
  @keyframes floatbtn { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
  footer { background: #070e1c; padding: 30px 5%; margin-top: 0; }
  .footer-inner { max-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .footer-logo { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); }
  .footer-logo span { color: var(--orange); }
  .footer-copy { font-size: 0.82rem; color: #2e3f58; }
  
  /* SOL SIDEBAR - İlgili Konular */
  .sidebar-left { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
  .related-card { background: var(--lightgray); border-radius: 10px; padding: 22px 20px; border: 1px solid var(--border); }
  .related-card h3, .related-card h5 { font-family: 'Oswald', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 14px; color: var(--navy); border-bottom: 2px solid var(--orange); padding-bottom: 8px; letter-spacing: 0.3px; }
  .related-card ul { list-style: none; margin: 0; padding: 0; }
  .related-card li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.85rem; color: var(--navy); line-height: 1.45; }
  .related-card li:last-child { border-bottom: none; }
  .related-card li::before { content: "→ "; color: var(--orange); font-weight: 600; margin-right: 2px; }
  .quick-contact-card { background: var(--navy); border-radius: 10px; padding: 22px 20px; text-align: center; color: var(--white); }
  .quick-contact-card h3, .quick-contact-card h5 { font-family: 'Oswald', sans-serif; font-size: 1rem; color: var(--white); margin-bottom: 6px; letter-spacing: 0.3px; }
  .quick-contact-card p { font-size: 0.82rem; color: #7a8fa8; margin-bottom: 14px; line-height: 1.5; }
  .quick-contact-card .phone-big { display: block; font-family: 'Oswald', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--orange2); text-decoration: none; margin-bottom: 10px; letter-spacing: 0.5px; }
  .quick-contact-card .phone-big:hover { color: var(--orange); }
  .quick-contact-card .wa-mini { display: inline-flex; align-items: center; gap: 6px; background: #25d366; color: var(--white); font-family: 'Oswald', sans-serif; font-size: 0.85rem; font-weight: 600; padding: 8px 14px; border-radius: 6px; text-decoration: none; }
  @media (max-width: 1080px) { .article-wrap { grid-template-columns: 1fr 260px; } .sidebar-left { display: none; } }
  @media (max-width: 768px) { .article-wrap { grid-template-columns: 1fr; } .sidebar { position: static; } .sidebar-left { display: none; } }

  /* BÖLGE SECTION */
  .bolge-section { background: var(--navy); padding: 60px 5%; }
  .bolge-inner { max-width: 1100px; margin: 0 auto; }
  .bolge-title { font-family: 'Oswald', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: var(--white); margin-bottom: 10px; }
  .bolge-title em { color: var(--orange); font-style: normal; }
  .bolge-sub { font-size: 0.95rem; color: #7a8fa8; margin-bottom: 28px; }
  .bolge-grid { display: flex; flex-wrap: wrap; gap: 8px; }
  .bolge-grid a { display: inline-block; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.75); font-size: 0.78rem; padding: 6px 12px; border-radius: 100px; text-decoration: none; transition: all 0.2s; white-space: nowrap; font-family: 'Source Sans 3', sans-serif; }
  .bolge-grid a:hover { background: rgba(232,93,4,0.15); border-color: rgba(232,93,4,0.4); color: var(--orange2); }

  /* ZENGİNLEŞTİRME STİLLERİ */
  .process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 24px 0; }
  .process-step { background: var(--lightgray); border-radius: 10px; padding: 20px; border: 1px solid var(--border); position: relative; }
  .process-step-num { position: absolute; top: -12px; left: 16px; background: var(--orange); color: var(--white); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 0.95rem; }
  .process-step h4 { font-family: 'Oswald', sans-serif; font-size: 1rem; color: var(--navy) !important; margin: 8px 0 8px !important; text-transform: none !important; letter-spacing: 0 !important; }
  .process-step p { font-size: 0.9rem !important; color: #5a6778 !important; line-height: 1.55 !important; margin: 0 !important; }

  .price-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(10,22,40,0.06); }
  .price-table thead { background: var(--navy); }
  .price-table th { font-family: 'Oswald', sans-serif; font-size: 0.9rem; color: var(--white); padding: 14px 16px; text-align: left; text-transform: uppercase; letter-spacing: 0.5px; }
  .price-table td { padding: 13px 16px; font-size: 0.95rem; color: #3a4558; border-bottom: 1px solid var(--border); }
  .price-table tr:last-child td { border-bottom: none; }
  .price-table tr:nth-child(even) { background: var(--lightgray); }
  .price-table .price-val { color: var(--orange); font-weight: 600; white-space: nowrap; }
  .price-note { background: rgba(10,22,40,0.04); border-radius: 8px; padding: 14px 16px; font-size: 0.88rem; color: #5a6778; margin-top: 12px; }

  .reviews-section { background: var(--lightgray); padding: 50px 5%; }
  .reviews-inner { max-width: 900px; margin: 0 auto; }
  .reviews-title { font-family: 'Oswald', sans-serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; color: var(--navy); margin-bottom: 6px; border-left: 4px solid var(--orange); padding-left: 14px; }
  .reviews-sub { font-size: 0.95rem; color: var(--gray); margin: 0 0 28px 18px; }
  .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
  .review-card { background: var(--white); border-radius: 10px; padding: 22px; box-shadow: 0 2px 10px rgba(10,22,40,0.06); border: 1px solid var(--border); }
  .review-stars { color: #f5b82e; font-size: 1rem; margin-bottom: 10px; letter-spacing: 2px; }
  .review-text { font-size: 0.94rem; color: #3a4558; line-height: 1.65; margin-bottom: 14px; font-style: italic; }
  .review-author { display: flex; align-items: center; gap: 10px; }
  .review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1rem; }
  .review-meta { display: flex; flex-direction: column; }
  .review-name { font-family: 'Oswald', sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--navy); }
  .review-loc { font-size: 0.78rem; color: var(--gray); }

  .faq-section { padding: 50px 5%; }
  .faq-inner { max-width: 900px; margin: 0 auto; }
  .faq-title { font-family: 'Oswald', sans-serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; color: var(--navy); margin-bottom: 6px; border-left: 4px solid var(--orange); padding-left: 14px; }
  .faq-sub { font-size: 0.95rem; color: var(--gray); margin: 0 0 28px 18px; }
  .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; transition: box-shadow 0.2s; }
  .faq-item[open] { box-shadow: 0 4px 14px rgba(232,93,4,0.08); border-color: rgba(232,93,4,0.3); }
  .faq-item summary { padding: 18px 20px; font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: '+'; font-size: 1.6rem; color: var(--orange); font-weight: 400; transition: transform 0.2s; flex-shrink: 0; line-height: 1; }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item summary:hover { background: rgba(232,93,4,0.04); }
  .faq-answer { padding: 0 20px 20px; font-size: 0.95rem; color: #3a4558; line-height: 1.7; }



  /* HİZMET BÖLGELERİ (arazoz, dedektor, hizmet-bolgelerimiz sayfalarında kullanılır) */
  .bolge-regions { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 28px 0 36px; }
  .bolge-region { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 20px 22px; }
  .bolge-region h3 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--orange2); margin-bottom: 10px; letter-spacing: 0.3px; }
  .bolge-region p { font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
  .bolge-tumlist { margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); }
  .bolge-tumlist h3 { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 14px; letter-spacing: 0.5px; text-transform: uppercase; }
  .bolge-names { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.9; margin-bottom: 20px; }
  .bolge-cta-text { font-size: 0.92rem; color: rgba(255,255,255,0.75); line-height: 1.7; }
  .bolge-cta-text a { color: var(--orange2); text-decoration: underline; font-weight: 600; }
  .bolge-cta-text a:hover { color: var(--orange); }
