﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Segoe UI",system-ui,-apple-system,sans-serif;color:#1a1a2e;line-height:1.6;background:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}.site-header{position:sticky;top:0;z-index:100;background:#0d1b2a;box-shadow:0 2px 10px rgba(0,0,0,0.3)}.site-header .header-inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;height:70px}.site-header .logo{display:flex;align-items:center;gap:.6rem;color:#fff}.site-header .logo img{height:44px;width:auto}.site-header .logo .logo-text{display:flex;flex-direction:column;line-height:1.2}.site-header .logo .logo-text .brand{font-size:1.1rem;font-weight:700;color:#fff}.site-header .logo .logo-text .tagline{font-size:.7rem;color:rgba(255,255,255,0.6)}.site-header nav.main-nav{display:flex;align-items:center;gap:.25rem}.site-header nav.main-nav>ul{display:flex;align-items:center;gap:.1rem}.site-header nav.main-nav li{position:relative}.site-header nav.main-nav li>a,.site-header nav.main-nav li>span{display:block;padding:.55rem .9rem;color:rgba(255,255,255,0.88);font-size:.92rem;font-weight:500;border-radius:6px;transition:background 0.25s ease,color 0.25s ease;white-space:nowrap}.site-header nav.main-nav li>a:hover,.site-header nav.main-nav li>span:hover{background:rgba(255,255,255,0.1);color:#fff}.site-header nav.main-nav li>a.active,.site-header nav.main-nav li>span.active{color:#f97316}.site-header nav.main-nav li.has-dropdown>a::after{content:" ▾";font-size:.7rem;opacity:.7}.site-header nav.main-nav li .dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,0.12);min-width:220px;padding:.4rem 0;z-index:200}.site-header nav.main-nav li .dropdown a{display:block;padding:.5rem 1rem;color:#343a40;font-size:.88rem;transition:background 0.25s ease,color 0.25s ease}.site-header nav.main-nav li .dropdown a:hover{background:#f8f9fa;color:#f97316}.site-header nav.main-nav li:hover>.dropdown,.site-header nav.main-nav li.open>.dropdown{display:block}.site-header nav.main-nav .nav-cta{margin-left:.5rem}.site-header nav.main-nav .nav-cta a{background:#f97316 !important;color:#fff !important;padding:.5rem 1.1rem !important;border-radius:6px;font-weight:600}.site-header nav.main-nav .nav-cta a:hover{background:#ea6c0c !important}.site-header nav.main-nav .nav-whatsapp a{color:#25d366 !important}.site-header nav.main-nav .nav-whatsapp a:hover{color:#1ebe59 !important}.site-header .hamburger{display:none;flex-direction:column;gap:5px;padding:.4rem}.site-header .hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:0.25s ease}.site-header .hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header .hamburger.open span:nth-child(2){opacity:0}.site-header .hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.site-header .hamburger{display:flex}.site-header nav.main-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#0d1b2a;flex-direction:column;align-items:stretch;padding:1rem;gap:.25rem;box-shadow:0 8px 20px rgba(0,0,0,0.3)}.site-header nav.main-nav.open{display:flex}.site-header nav.main-nav>ul{flex-direction:column;gap:.1rem}.site-header nav.main-nav li .dropdown{display:none;position:static;box-shadow:none;background:rgba(255,255,255,0.05);border-radius:6px;margin-top:.25rem}.site-header nav.main-nav li .dropdown a{color:rgba(255,255,255,0.8) !important}.site-header nav.main-nav li .dropdown a:hover{color:#fff !important}.site-header nav.main-nav li.open .dropdown{display:block}}.hero{position:relative;background:#080f18;min-height:520px;display:flex;align-items:center;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg, rgba(8,15,24,0.95) 40%, rgba(249,115,22,0.15) 100%);z-index:1}.hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35}.hero .hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:3rem 1.25rem;color:#fff}.hero .hero-content .badge{display:inline-block;background:#f97316;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .8rem;border-radius:20px;margin-bottom:1rem}.hero .hero-content h1{font-size:clamp(1.8rem, 4vw, 3.2rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.hero .hero-content h1 span{color:#f97316}.hero .hero-content p{font-size:1.1rem;color:rgba(255,255,255,0.8);max-width:560px;margin-bottom:2rem}.hero .hero-content .hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero .hero-content .hero-cta .btn-primary{background:#f97316;color:#fff;padding:.85rem 2rem;border-radius:6px;font-weight:700;font-size:1rem;transition:background 0.25s ease,transform 0.25s ease}.hero .hero-content .hero-cta .btn-primary:hover{background:#ea6c0c;transform:translateY(-2px)}.hero .hero-content .hero-cta .btn-whatsapp{background:#25d366;color:#fff;padding:.85rem 2rem;border-radius:6px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:background 0.25s ease,transform 0.25s ease}.hero .hero-content .hero-cta .btn-whatsapp:hover{background:#1ebe59;transform:translateY(-2px)}.hero .hero-stats{position:absolute;bottom:0;left:0;right:0;z-index:2;background:rgba(8,15,24,0.85);backdrop-filter:blur(4px)}.hero .hero-stats .stats-inner{max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.hero .hero-stats .stat-item{text-align:center;color:#fff}.hero .hero-stats .stat-item .stat-value{font-size:1.8rem;font-weight:800;color:#f97316;display:block}.hero .hero-stats .stat-item .stat-label{font-size:.78rem;color:rgba(255,255,255,0.7);display:block}@media (max-width: 768px){.hero{flex-direction:column;align-items:stretch;min-height:auto}.hero .hero-content{padding:2rem 1.25rem 1.5rem}.hero .hero-content .badge{display:none}.hero .hero-content h1{font-size:1.65rem;margin-bottom:.75rem}.hero .hero-content p{font-size:1rem;margin-bottom:1.25rem}.hero .hero-content .hero-cta{flex-direction:column;gap:.75rem}.hero .hero-content .hero-cta .btn-primary,.hero .hero-content .hero-cta .btn-whatsapp{width:100%;justify-content:center;padding:.85rem 1rem}.hero .hero-stats{position:static}.hero .hero-stats .stats-inner{padding:.75rem 1rem;gap:.25rem;justify-content:space-between}.hero .hero-stats .stat-item{min-width:0;flex:1}.hero .hero-stats .stat-item .stat-value{font-size:1.3rem}.hero .hero-stats .stat-item .stat-label{font-size:.68rem}}.section{padding:4rem 1.25rem}.section.section-gray{background:#f8f9fa}.section.section-navy{background:#0d1b2a;color:#fff}.section.section-navy-mid{background:#1a2d42;color:#fff}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:2.5rem}.section-title h2{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:800;color:#0d1b2a;margin-bottom:.5rem}.section-title h2 span{color:#f97316}.section-title p{color:#6c757d;font-size:1rem;max-width:540px;margin:0 auto}.section-title.light h2{color:#fff}.section-title.light p{color:rgba(255,255,255,0.7)}.section-title .title-line{width:60px;height:3px;background:#f97316;margin:.75rem auto 0;border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:6px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.12);transition:transform 0.25s ease,box-shadow 0.25s ease;border-top:3px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.15);border-top-color:#f97316}.service-card .icon{width:64px;height:64px;background:rgba(249,115,22,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem;color:#f97316;transition:background 0.25s ease}.service-card:hover .icon{background:#f97316;color:#fff}.service-card h3{font-size:1.05rem;font-weight:700;color:#0d1b2a;margin-bottom:.5rem}.service-card p{font-size:.88rem;color:#6c757d;line-height:1.5}.service-card .card-link{display:inline-block;margin-top:1rem;color:#f97316;font-size:.85rem;font-weight:600;transition:gap 0.25s ease}.service-card .card-link:hover{text-decoration:underline}.about-section .about-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:center}@media (max-width: 768px){.about-section .about-grid{grid-template-columns:1fr}.about-section .about-grid .about-image{order:-1}}.about-section .about-image{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.12)}.about-section .about-image img{width:100%;height:360px;object-fit:cover}@media (max-width: 768px){.about-section .about-image img{height:220px}}.about-section .about-text h2{font-size:1.8rem;font-weight:800;color:#0d1b2a;margin-bottom:1rem}.about-section .about-text h2 span{color:#f97316}.about-section .about-text p{color:#6c757d;margin-bottom:1rem;line-height:1.7}.about-section .about-text .features{margin:1.5rem 0}.about-section .about-text .features .feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.about-section .about-text .features .feature .check{width:24px;height:24px;background:#f97316;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;flex-shrink:0;margin-top:.1rem}.about-section .about-text .features .feature p{margin:0;font-size:.95rem}.cta-bar{background:#f97316;padding:2rem 1.25rem;text-align:center}@media (max-width: 768px){.cta-bar{display:none}}.cta-bar .cta-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.5rem}.cta-bar .cta-text h3{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.25rem}.cta-bar .cta-text p{color:rgba(255,255,255,0.85);font-size:.95rem}.cta-bar .cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-bar .cta-buttons a{padding:.75rem 1.75rem;border-radius:6px;font-weight:700;font-size:.95rem;transition:0.25s ease}.cta-bar .cta-buttons a.btn-white{background:#fff;color:#f97316}.cta-bar .cta-buttons a.btn-white:hover{background:#f8f9fa}.cta-bar .cta-buttons a.btn-wa{background:#25d366;color:#fff}.cta-bar .cta-buttons a.btn-wa:hover{background:#1ebe59}@media (max-width: 768px){.cta-bar .cta-inner{text-align:center;justify-content:center}}.articles-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media (max-width: 1024px){.articles-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr}}.article-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.12);transition:transform 0.25s ease,box-shadow 0.25s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.15)}.article-card .card-img{width:100%;height:200px;object-fit:cover}.article-card .card-body{padding:1.25rem}.article-card .card-body h3{font-size:1rem;font-weight:700;color:#0d1b2a;margin-bottom:.5rem;line-height:1.4}.article-card .card-body p{font-size:.85rem;color:#6c757d;line-height:1.5}.article-card .card-body .read-more{display:inline-block;margin-top:.75rem;color:#f97316;font-size:.85rem;font-weight:600}.article-card .card-body .read-more:hover{text-decoration:underline}.why-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;text-align:center}@media (max-width: 1024px){.why-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.why-grid{grid-template-columns:repeat(2, 1fr)}}.why-grid .why-item{padding:1.5rem 1rem}.why-grid .why-item .icon{font-size:2.5rem;color:#f97316;margin-bottom:.75rem}.why-grid .why-item h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.why-grid .why-item p{font-size:.85rem;color:rgba(255,255,255,0.7)}.maps-section iframe{width:100%;height:420px;border:0;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,0.12)}@media (max-width: 768px){.maps-section iframe{height:260px}}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}}.contact-info h3{font-size:1.3rem;font-weight:700;color:#0d1b2a;margin-bottom:1.5rem}.contact-info .info-item{display:flex;gap:.75rem;margin-bottom:1.25rem;align-items:flex-start}.contact-info .info-item .icon{width:40px;height:40px;background:rgba(249,115,22,0.1);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#f97316;font-size:1.1rem;flex-shrink:0}.contact-info .info-item .info-text label{font-size:.78rem;color:#6c757d;display:block;margin-bottom:.15rem}.contact-info .info-item .info-text a,.contact-info .info-item .info-text p{font-weight:600;color:#0d1b2a;font-size:.95rem;margin:0}.contact-info .info-item .info-text a:hover{color:#f97316}.contact-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.12)}.contact-form h3{font-size:1.2rem;font-weight:700;color:#0d1b2a;margin-bottom:1.5rem}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{display:block;font-size:.85rem;font-weight:600;color:#343a40;margin-bottom:.4rem}.contact-form .form-group input,.contact-form .form-group textarea,.contact-form .form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid #e9ecef;border-radius:6px;font-size:.95rem;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;transition:border-color 0.25s ease;background:#fff;color:#1a1a2e}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus,.contact-form .form-group select:focus{outline:none;border-color:#f97316}.contact-form .form-group textarea{resize:vertical;min-height:130px}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.contact-form .form-row{grid-template-columns:1fr}}.contact-form .btn-submit{width:100%;background:#f97316;color:#fff;padding:.9rem;border-radius:6px;font-size:1rem;font-weight:700;transition:background 0.25s ease}.contact-form .btn-submit:hover{background:#ea6c0c}.hizmet-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.25rem}.hizmet-card{background:#fff;border-radius:6px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,0.12);display:flex;gap:1rem;align-items:flex-start;transition:transform 0.25s ease,border-color 0.25s ease;border-left:3px solid transparent}.hizmet-card:hover{transform:translateX(4px);border-left-color:#f97316}.hizmet-card .icon{width:48px;height:48px;background:rgba(249,115,22,0.1);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#f97316;font-size:1.3rem;flex-shrink:0}.hizmet-card .text h3{font-size:1rem;font-weight:700;color:#0d1b2a;margin-bottom:.3rem}.hizmet-card .text p{font-size:.85rem;color:#6c757d;line-height:1.5}.article-content{max-width:800px;margin:0 auto;padding:3rem 1.25rem}.article-content .article-hero{width:100%;border-radius:6px;height:380px;object-fit:cover;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.12)}.article-content h1{font-size:1.9rem;font-weight:800;color:#0d1b2a;margin-bottom:1.5rem}.article-content .prose h2{font-size:1.4rem;font-weight:700;color:#0d1b2a;margin:2rem 0 .75rem}.article-content .prose h3{font-size:1.15rem;font-weight:700;color:#0d1b2a;margin:1.5rem 0 .5rem}.article-content .prose p{color:#343a40;margin-bottom:1rem;line-height:1.75}.article-content .prose ul,.article-content .prose ol{padding-left:1.5rem;margin-bottom:1rem}.article-content .prose li{margin-bottom:.4rem;color:#343a40}.article-content .prose strong{color:#0d1b2a}.site-footer{background:#080f18;color:rgba(255,255,255,0.75)}.site-footer .footer-main{max-width:1200px;margin:0 auto;padding:3rem 1.25rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem}@media (max-width: 768px){.site-footer .footer-main{grid-template-columns:1fr}}.site-footer .footer-brand .logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.site-footer .footer-brand .logo img{height:40px}.site-footer .footer-brand .logo span{font-size:1rem;font-weight:700;color:#fff}.site-footer .footer-brand p{font-size:.88rem;line-height:1.6}.site-footer .footer-brand .social{display:flex;gap:.6rem;margin-top:1.25rem}.site-footer .footer-brand .social a{width:36px;height:36px;background:rgba(255,255,255,0.1);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:rgba(255,255,255,0.7);transition:background 0.25s ease,color 0.25s ease}.site-footer .footer-brand .social a:hover{background:#f97316;color:#fff}.site-footer .footer-col h4{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}.site-footer .footer-col ul{display:flex;flex-direction:column;gap:.4rem}.site-footer .footer-col ul li{overflow-wrap:break-word}.site-footer .footer-col ul a{font-size:.85rem;color:rgba(255,255,255,0.7);transition:color 0.25s ease}.site-footer .footer-col ul a:hover{color:#f97316}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:1.25rem;text-align:center;font-size:.8rem;color:rgba(255,255,255,0.45);max-width:1200px;margin:0 auto}.site-footer .footer-bottom a{color:rgba(255,255,255,0.55)}.site-footer .footer-bottom a:hover{color:#f97316}.hizmet-detail-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start}@media (max-width: 1024px){.hizmet-detail-layout{grid-template-columns:240px 1fr;gap:1.75rem}}@media (max-width: 768px){.hizmet-detail-layout{grid-template-columns:1fr}.hizmet-detail-layout .hizmet-content{order:-1}}.hizmet-sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 768px){.hizmet-sidebar{position:static}}.sidebar-box{background:#fff;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,0.12);overflow:hidden}.sidebar-title{background:#0d1b2a;padding:1rem 1.25rem;font-size:1rem;font-weight:700}.sidebar-title a{color:#fff;display:block;transition:color 0.25s ease}.sidebar-title a:hover{color:#f97316}.sidebar-menu{padding:.5rem 0}.sidebar-menu li{border-left:3px solid transparent;transition:border-color 0.25s ease,background 0.25s ease}.sidebar-menu li:hover{background:#f8f9fa;border-left-color:#f97316}.sidebar-menu li.active{background:rgba(249,115,22,0.08);border-left-color:#f97316}.sidebar-menu li.active a{color:#f97316;font-weight:600}.sidebar-menu li a{display:block;padding:.6rem 1.25rem;font-size:.88rem;color:#343a40;transition:color 0.25s ease}.sidebar-menu li a:hover{color:#f97316}.sidebar-contact{padding:1.25rem}.sidebar-contact h4{font-size:.9rem;font-weight:700;color:#0d1b2a;margin-bottom:1rem}.sidebar-cta-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1rem;border-radius:6px;font-weight:600;font-size:.88rem;text-align:center;margin-bottom:.6rem;transition:opacity 0.25s ease;background:#f97316;color:#fff}.sidebar-cta-btn:hover{opacity:.9}.sidebar-cta-btn.wa{background:#25d366;margin-bottom:0}.hizmet-content{min-width:0}.hizmet-content .related-articles{margin-top:3rem}.hizmet-content .related-articles h2{font-size:1.3rem;font-weight:700;color:#0d1b2a;margin-bottom:1rem}.hizmet-intro{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start;margin-bottom:2.5rem}@media (max-width: 1024px){.hizmet-intro{grid-template-columns:1fr 260px}}@media (max-width: 768px){.hizmet-intro{grid-template-columns:1fr}}.hizmet-intro .intro-text h2{font-size:1.6rem;font-weight:800;color:#0d1b2a;margin-bottom:.75rem}.hizmet-intro .intro-text h2 span{color:#f97316}.hizmet-intro .intro-text p{color:#343a40;line-height:1.75;margin-bottom:.75rem}.hizmet-intro .intro-img{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.12)}.hizmet-intro .intro-img img{width:100%;height:260px;object-fit:cover;display:block}@media (max-width: 768px){.hizmet-intro .intro-img img{height:220px}}.cause-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem;margin:2rem 0}@media (max-width: 768px){.cause-cards{grid-template-columns:1fr}}.cause-cards .cause-card{background:#f8f9fa;border-radius:6px;padding:1.25rem 1rem;text-align:center;border-top:3px solid #f97316}.cause-cards .cause-card .cc-icon{font-size:2rem;margin-bottom:.6rem}.cause-cards .cause-card h4{font-size:.95rem;font-weight:700;color:#0d1b2a;margin-bottom:.4rem}.cause-cards .cause-card p{font-size:.82rem;color:#6c757d;line-height:1.5}.process-steps{margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.process-steps .step{display:flex;gap:1rem;align-items:flex-start}.process-steps .step .step-num{width:38px;height:38px;background:#f97316;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;flex-shrink:0;margin-top:.1rem}.process-steps .step .step-body h4{font-size:1rem;font-weight:700;color:#0d1b2a;margin-bottom:.25rem}.process-steps .step .step-body p{font-size:.88rem;color:#6c757d;line-height:1.55;margin:0}.info-box{background:rgba(249,115,22,0.07);border-left:4px solid #f97316;border-radius:0 6px 6px 0;padding:1.1rem 1.25rem;margin:2rem 0;display:flex;gap:.75rem;align-items:flex-start}.info-box .ib-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.info-box .ib-text strong{display:block;color:#0d1b2a;font-weight:700;margin-bottom:.25rem}.info-box .ib-text p{margin:0;font-size:.9rem;color:#343a40;line-height:1.6}.info-box.navy{background:rgba(13,27,42,0.05);border-left-color:#0d1b2a}.feature-check-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem 1.5rem;margin:1.5rem 0}@media (max-width: 768px){.feature-check-list{grid-template-columns:1fr}}.feature-check-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.92rem;color:#343a40}.feature-check-list li::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;background:#f97316;color:#fff;border-radius:50%;font-size:.65rem;font-weight:800;margin-top:.1rem}.content-section-title{font-size:1.3rem;font-weight:800;color:#0d1b2a;margin:2.25rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;display:flex;align-items:center;gap:.5rem}.content-section-title::after{content:'';display:block;width:40px;height:2px;background:#f97316;margin-top:2px}.kat-nav{background:#0d1b2a;border-bottom:3px solid #f97316;padding:.85rem 1.25rem}.kat-nav .kat-nav-inner{max-width:1200px;margin:0 auto;display:flex;gap:.6rem;flex-wrap:wrap}@media (max-width: 768px){.kat-nav .kat-nav-inner{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.kat-nav .kat-nav-inner::-webkit-scrollbar{display:none}}.kat-nav-btn{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.08);color:#fff;border:1px solid rgba(255,255,255,0.2);border-radius:30px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background 0.25s ease,border-color 0.25s ease,color 0.25s ease}.kat-nav-btn .kat-nav-count{background:rgba(255,255,255,0.2);color:#fff;font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:20px;min-width:1.4rem;text-align:center;transition:background 0.25s ease}.kat-nav-btn:hover,.kat-nav-btn.active{background:#f97316;border-color:#f97316;color:#fff}.kat-nav-btn:hover .kat-nav-count,.kat-nav-btn.active .kat-nav-count{background:rgba(0,0,0,0.2)}.yb-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem;flex-wrap:wrap}.yb-pg-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;padding:0 .75rem;border-radius:6px;border:1px solid #e9ecef;background:#fff;color:#0d1b2a;font-size:.9rem;font-weight:600;cursor:pointer;transition:background 0.25s ease,border-color 0.25s ease,color 0.25s ease}.yb-pg-btn:hover{background:#f8f9fa;border-color:#e9ecef}.yb-pg-btn.active{background:#f97316;border-color:#f97316;color:#fff}.sidebar-kat-group{border-bottom:1px solid #e9ecef}.sidebar-kat-group:last-child{border-bottom:none}.sidebar-kat-title{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;color:#343a40;transition:color 0.25s ease,background 0.25s ease}.sidebar-kat-title:hover{color:#f97316;background:#f8f9fa}.sidebar-kat-title.active{color:#f97316}.sidebar-sub-menu{padding:.25rem 0 .5rem;background:#f8f9fa}.sidebar-sub-menu li{border-left:3px solid transparent}.sidebar-sub-menu li.active{border-left-color:#f97316;background:rgba(249,115,22,0.06)}.sidebar-sub-menu li.active a{color:#f97316;font-weight:600}.sidebar-sub-menu li a{display:block;padding:.45rem 1.25rem .45rem 2rem;font-size:.82rem;color:#6c757d;line-height:1.4;transition:color 0.25s ease}.sidebar-sub-menu li a:hover{color:#f97316}.article-single .article-hero{width:100%;max-height:400px;object-fit:cover;border-radius:6px;margin-bottom:1.5rem}.article-single h1{font-size:clamp(1.3rem, 3vw, 1.8rem);font-weight:800;color:#0d1b2a;margin-bottom:1.25rem;line-height:1.3}.article-body p{font-size:.975rem;line-height:1.75;color:#343a40;margin-bottom:1.1rem}.article-body strong{color:#0d1b2a}.article-body a{color:#f97316;text-decoration:underline}.hakkimizda-layout{display:grid;grid-template-columns:1fr 280px;gap:2.5rem;align-items:start}@media (max-width: 1024px){.hakkimizda-layout{grid-template-columns:1fr 240px}}@media (max-width: 768px){.hakkimizda-layout{grid-template-columns:1fr}}.hakkimizda-content{padding:0;margin:0}.hakkimizda-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:90px}@media (max-width: 768px){.hakkimizda-sidebar{position:static}}.sidebar-address{margin-top:1rem;font-size:.82rem;color:#6c757d;line-height:1.6}.sidebar-address p{margin-bottom:.25rem}.sidebar-address a{color:#6c757d}.sidebar-address a:hover{color:#f97316}.hakkimizda-why{padding:1.25rem}.hakkimizda-why h4{font-size:.9rem;font-weight:700;color:#0d1b2a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.hakkimizda-why ul{display:flex;flex-direction:column;gap:.65rem}.hakkimizda-why ul li{font-size:.88rem;color:#343a40;line-height:1.4}.breadcrumb{background:#f8f9fa;padding:.75rem 1.25rem}.breadcrumb .bc-inner{max-width:1200px;margin:0 auto;font-size:.82rem;color:#6c757d}.breadcrumb .bc-inner a{color:#6c757d}.breadcrumb .bc-inner a:hover{color:#f97316}.breadcrumb .bc-inner span{margin:0 .4rem}.breadcrumb .bc-inner strong{color:#0d1b2a}.page-hero{background:linear-gradient(135deg, #080f18, #1a2d42);padding:3rem 1.25rem;text-align:center;color:#fff}.page-hero h1{font-size:clamp(1.5rem, 3vw, 2.5rem);font-weight:800}.page-hero h1 span{color:#f97316}.page-hero p{color:rgba(255,255,255,0.7);margin-top:.5rem}.tesekkur-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.25rem}.tesekkur-page .icon{font-size:4rem;color:#f97316;margin-bottom:1rem}.tesekkur-page h1{font-size:2rem;font-weight:800;color:#0d1b2a;margin-bottom:.75rem}.tesekkur-page p{color:#6c757d;max-width:480px;margin:0 auto 1.5rem}.tesekkur-page a{display:inline-block;background:#f97316;color:#fff;padding:.75rem 2rem;border-radius:6px;font-weight:700}.tesekkur-page a:hover{background:#ea6c0c}.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,0.25);font-size:1.6rem;color:#fff;transition:transform 0.25s ease,box-shadow 0.25s ease;text-decoration:none}.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(0,0,0,0.3)}@media (max-width: 768px){.wa-float{display:none}}.phone-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:#0d1b2a}@media (max-width: 768px){.phone-bar{display:grid;grid-template-columns:1fr 1fr}}.phone-bar a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem;font-weight:700;font-size:.9rem;color:#fff}.phone-bar a:first-child{background:#f97316}.phone-bar a:last-child{background:#25d366}@media (max-width: 768px){body{padding-bottom:56px}}.prose-page{max-width:860px;margin:0 auto;padding:3rem 1.25rem 5rem}.prose-page h1{font-size:2rem;font-weight:800;color:#0d1b2a;margin-bottom:1.5rem}.prose-page h2{font-size:1.3rem;font-weight:700;color:#0d1b2a;margin:2rem 0 .6rem}.prose-page h3{font-size:1.1rem;font-weight:700;color:#0d1b2a;margin:1.5rem 0 .4rem}.prose-page p{color:#343a40;line-height:1.75;margin-bottom:1rem}.prose-page ul,.prose-page ol{padding-left:1.5rem;margin-bottom:1rem}.prose-page ul li,.prose-page ol li{margin-bottom:.4rem}.prose-page strong{color:#0d1b2a}.prose-page a{color:#f97316}.prose-page a:hover{text-decoration:underline}
