/*
Theme Name: Net İntermodal
Description: Net İntermodal Gümrük Müşavirliği için özel hazırlanmış tema.
Author: Net İntermodal
Version: 1.1
Text Domain: net-intermodal
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --brand-navy: #152b4d;   
  --brand-blue: #32538b;   
  --brand-orange: #f36c21; 
  --brand-dark: #0d1b32;   
  
  --bg-light: #f8f9fa;     
  --text-main: #2d3748;
  --text-muted: #64748b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--text-main); line-height: 1.6;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(243,108,33,0.05), transparent 30%),
    radial-gradient(circle at 90% 22%, rgba(21,43,77,0.06), transparent 32%),
    radial-gradient(rgba(21,43,77,0.07) 1px, transparent 1px);
  background-size: auto, auto, 26px 26px;
}
.container { width: min(1200px, 92%); margin: auto; }

/* --- Üst Bar --- */
.topbar { background: var(--brand-navy); color: #e2e8f0; font-size: 13px; font-weight: 500; }
.topbar-inner { height: 40px; display: flex; align-items: center; justify-content: space-between; }
.top-links { display: flex; gap: 24px; }
.top-links a { color: #e2e8f0; text-decoration: none; transition: 0.2s; }
.top-links a:hover { color: var(--brand-orange); }

/* --- Header & Navigasyon --- */
.header { height: 90px; background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 20px rgba(0,0,0,.04); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo img { display: block; width: 220px; height: auto; object-fit: contain; }

.nav { display: flex; gap: 32px; }
.nav a { color: var(--brand-navy); text-decoration: none; font-size: 14px; font-weight: 600; position: relative; padding: 35px 0; text-transform: uppercase; letter-spacing: 0.5px; }
.nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--brand-navy); transition: .3s ease; }
.nav a:hover:after, .nav a.active:after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; color: var(--brand-navy); cursor: pointer; }

/* --- Hero Alanı --- */
.hero { height: 680px; background: linear-gradient(90deg, rgba(13,27,50,0.78) 0%, rgba(13,27,50,0.62) 45%, rgba(13,27,50,0.3) 65%, rgba(13,27,50,0) 82%), url("assets/hero.png") center bottom/cover no-repeat; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-content { position: relative; z-index: 1; max-width: 620px; padding: 0 20px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.hero h1 { font-size: 64px; line-height: 1.1; margin: 0 0 20px; letter-spacing: -1.5px; color: #fff; font-weight: 800; }
.hero p { font-size: 20px; margin-bottom: 40px; color: rgba(255,255,255,0.92); font-weight: 400; max-width: 600px; }
.hero-actions { display: flex; gap: 16px; justify-content: flex-start; }

/* --- Butonlar --- */
.btn { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; border: 0; padding: 16px 32px; font-size: 14px; font-weight: 600; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,.15); }
.btn-primary { background: var(--brand-navy); color: #fff; }
.btn-light { background: #fff; color: var(--brand-navy); box-shadow: 0 8px 24px rgba(13, 27, 50, 0.18); }
.btn-dark { background: var(--brand-navy); color: #fff; }
.btn span { transition: transform 0.3s; }
.btn:hover span { transform: translateX(5px); }

.center { text-align: center; }

/* --- Genel Bölüm Ayarları --- */
.section { padding: 100px 0; }
.section-head { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; align-items: center; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--brand-orange); text-transform: uppercase; margin-bottom: 16px; }
.section-head h2, .why-intro h2, .about-copy h2, .contact-copy h2 { font-size: 42px; line-height: 1.2; margin: 0 0 20px; letter-spacing: -1px; color: var(--brand-navy); font-weight: 700; }
.section-head p { max-width: 600px; color: var(--text-muted); font-size: 16px; }

/* --- Şablondaki Gibi Düzenlenen Hizmet Kartları --- */
.services { position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; left: -8%; top: -10%; width: 40%; height: 60%; background: radial-gradient(circle, rgba(21,43,77,0.04) 0%, transparent 70%); z-index: 0; }
.service-grid, .section-head { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 50px; }
.service-card { padding: 36px 20px; background: #fff; border-radius: 6px; text-align: center; transition: all 0.3s ease; box-shadow: 0 6px 25px rgba(21, 43, 77, 0.05); border: 1px solid #edf2f7; display: flex; flex-direction: column; justify-content: flex-start; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(21, 43, 77, 0.1); border-color: #cbd5e1; }
.icon { width: 84px; height: 84px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; color: var(--brand-navy); }
.icon svg { width: 60px; height: 60px; display: block; }
.icon svg .accent { stroke: var(--brand-orange); }
.service-card h3 { font-size: 16px; margin: 0 0 12px; color: var(--brand-navy); font-weight: 700; line-height: 1.3; }
.service-card p { font-size: 13px; color: var(--text-muted); margin: 0; line-height: 1.5; }

/* --- Neden Biz --- */
.why { background: var(--bg-light); }
.why-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.why-intro p { color: var(--text-muted); font-size: 16px; margin-bottom: 30px; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.benefit { display: flex; gap: 20px; align-items: flex-start; }
.benefit-icon { width: 56px; height: 56px; min-width: 56px; background: var(--brand-navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 10px 20px rgba(21, 43, 77, 0.2); }
.benefit h3 { font-size: 18px; margin: 0 0 8px; color: var(--brand-navy); }
.benefit p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* --- Hakkımızda --- */
.about { padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.about-image { position: relative; min-height: 400px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,0.08), transparent 60%), linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-dark) 100%); }
.about-mark { width: min(300px, 60%); color: #fff; }
.about-mark .ring { opacity: .16; }
.about-mark .ring-dashed { opacity: .12; stroke-dasharray: 3 7; }
.about-mark .star { opacity: .9; }
.about-mark .accent { fill: var(--brand-orange); }
.about-mark .accent-soft { fill: rgba(255,255,255,.5); }
.about-copy { padding: 100px 10%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.about-copy p { color: var(--text-muted); font-size: 16px; margin-bottom: 32px; line-height: 1.7; }

/* --- İstatistikler --- */
.stats { background: var(--brand-navy); color: #fff; padding: 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stats-item { display: flex; flex-direction: column; align-items: center; gap: 8px; border-right: 1px solid rgba(255,255,255,.1); }
.stats-item:last-child { border: 0; }
.stats strong { font-size: 48px; font-weight: 700; display: block; line-height: 1; }
.stats span { font-size: 15px; opacity: .8; font-weight: 500; }

/* --- İletişim --- */
.contact { position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; right: -10%; top: 10%; width: 50%; height: 80%; background: radial-gradient(circle, rgba(243,108,33,0.03) 0%, transparent 70%); z-index: 0; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.contact-copy p { color: var(--text-muted); font-size: 16px; margin-bottom: 40px; }
.contact-line { display: flex; align-items: center; gap: 16px; margin: 24px 0; font-size: 15px; color: var(--brand-navy); font-weight: 500; }
.contact-line i { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-light); display: flex; align-items: center; justify-content: center; color: var(--brand-orange); font-size: 18px; }
.contact-link { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-link:hover { color: var(--brand-orange); }
.footer .contact-link { display: inline; margin: 0; }
.footer .contact-link:hover { transform: none; }
.contact-form { padding: 48px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.06); border-radius: 12px; border: 1px solid rgba(0,0,0,.03); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
input, textarea { width: 100%; padding: 16px; border: 1px solid #e2e8f0; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 14px; background: #f8fafc; transition: 0.3s; }
input:focus, textarea:focus { border-color: var(--brand-navy); background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(21, 43, 77, 0.1); }
textarea { min-height: 120px; resize: vertical; margin-bottom: 20px; }

/* --- Footer --- */
.footer { background: var(--brand-dark); color: #fff; padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 60px; padding-bottom: 60px; }
.footer p { color: #94a3b8; font-size: 14px; line-height: 1.7; margin-top: 20px; }
.footer h4 { font-size: 16px; margin: 0 0 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.footer a { display: block; color: #94a3b8; text-decoration: none; font-size: 14px; margin: 12px 0; transition: 0.2s; }
.footer a:hover { color: var(--brand-orange); transform: translateX(5px); }
.copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 30px; display: flex; justify-content: space-between; color: #64748b; font-size: 13px; }

/* --- Sayfa Başlığı (Blog vb. iç sayfalar) --- */
.page-header { background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-dark) 100%); padding: 90px 0 50px; }
.page-header .eyebrow { color: var(--brand-orange); }
.page-header h1 { color: #fff; font-size: 42px; margin: 0; letter-spacing: -1px; }

/* --- Blog Düzeni --- */
.blog-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: start; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.blog-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 25px rgba(21, 43, 77, 0.05); border: 1px solid #edf2f7; transition: all 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(21, 43, 77, 0.1); border-color: #cbd5e1; }
.blog-card-img { width: 100%; height: 190px; object-fit: cover; display: block; background: var(--bg-light); }
.blog-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-meta { display: flex; gap: 10px; align-items: center; font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; flex-wrap: wrap; }
.blog-meta .cat { color: var(--brand-orange); font-weight: 700; }
.blog-card h3 { font-size: 18px; color: var(--brand-navy); margin: 0 0 12px; line-height: 1.35; font-weight: 700; }
.blog-card h3 a { color: inherit; text-decoration: none; }
.blog-card h3 a:hover { color: var(--brand-orange); }
.blog-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0 0 18px; flex: 1; }
.blog-readmore { font-size: 13px; font-weight: 700; color: var(--brand-navy); text-decoration: none; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; transition: .2s; }
.blog-readmore:hover { color: var(--brand-orange); gap: 10px; }

/* --- Blog Kenar Çubuğu --- */
.blog-sidebar { display: flex; flex-direction: column; gap: 28px; }
.widget { background: #fff; border-radius: 8px; padding: 28px; box-shadow: 0 6px 25px rgba(21, 43, 77, 0.05); border: 1px solid #edf2f7; }
.widget h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-navy); margin: 0 0 20px; padding-bottom: 14px; border-bottom: 2px solid var(--bg-light); font-weight: 700; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.widget ul li:last-child { border: 0; margin: 0; padding: 0; }
.widget ul li a { color: var(--text-main); text-decoration: none; font-size: 14px; transition: .2s; }
.widget ul li a:hover { color: var(--brand-orange); }
.widget .widget-count { color: var(--text-muted); font-size: 13px; }
.search-form { display: flex; gap: 8px; }
.search-form input[type="search"] { flex: 1; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 14px; background: #f8fafc; }
.search-form input[type="search"]:focus { outline: none; border-color: var(--brand-navy); background: #fff; }
.search-form button { background: var(--brand-navy); color: #fff; border: 0; border-radius: 6px; padding: 0 18px; cursor: pointer; font-size: 16px; }
.search-form button:hover { background: var(--brand-blue); }

/* --- Sayfalama --- */
.blog-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 50px; }
.blog-pagination a, .blog-pagination span { min-width: 40px; height: 40px; padding: 0 6px; display: flex; align-items: center; justify-content: center; border-radius: 6px; text-decoration: none; color: var(--brand-navy); font-weight: 600; font-size: 14px; border: 1px solid #e2e8f0; transition: .2s; }
.blog-pagination a:hover { border-color: var(--brand-navy); background: var(--bg-light); }
.blog-pagination .current { background: var(--brand-navy); color: #fff; border-color: var(--brand-navy); }

/* --- Tekil Yazı --- */
.post-header { margin-bottom: 32px; }
.post-header h1 { font-size: 38px; color: var(--brand-navy); margin: 16px 0; line-height: 1.25; letter-spacing: -0.5px; }
.post-featured-img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 12px; margin-bottom: 32px; display: block; }
.post-content { color: var(--text-main); font-size: 16px; line-height: 1.85; }
.post-content h2 { color: var(--brand-navy); font-size: 28px; margin: 40px 0 16px; }
.post-content h3 { color: var(--brand-navy); font-size: 22px; margin: 32px 0 12px; }
.post-content p { margin: 0 0 20px; }
.post-content ul, .post-content ol { margin: 0 0 20px; padding-left: 24px; }
.post-content li { margin-bottom: 8px; }
.post-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.post-content a { color: var(--brand-navy); text-decoration: underline; }
.post-content a:hover { color: var(--brand-orange); }
.post-content blockquote { border-left: 4px solid var(--brand-orange); padding: 14px 22px; margin: 28px 0; background: var(--bg-light); color: var(--text-muted); font-style: italic; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 30px; border-top: 1px solid #edf2f7; }
.post-nav a { color: var(--brand-navy); text-decoration: none; font-weight: 600; font-size: 14px; max-width: 45%; }
.post-nav a:hover { color: var(--brand-orange); }
.no-results { color: var(--text-muted); font-size: 16px; }

/* --- Mobil Uyumluluk --- */
@media(max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .stats-item { border: none; }
}
@media(max-width: 900px) {
  .nav { display: none; }
  .menu-toggle { display: block; }
  .why-grid, .contact-grid, .about { grid-template-columns: 1fr; gap: 50px; }
  .about-image { min-height: 300px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero h1 { font-size: 48px; }
  .blog-layout { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
}
@media(max-width: 600px) {
  .topbar { display: none; }
  .hero { height: 500px; background: linear-gradient(rgba(13,27,50,0.6), rgba(13,27,50,0.6)), url("assets/hero.png") center bottom/cover no-repeat; }
  .hero h1 { font-size: 36px; }
  .hero-actions { flex-direction: column; width: 100%; }
  .btn { width: 100%; justify-content: center; }
  .service-grid, .benefits, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 20px; }
  .section { padding: 70px 0; }
  .copyright { flex-direction: column; text-align: center; gap: 10px; }
  .page-header h1 { font-size: 30px; }
  .post-header h1 { font-size: 28px; }
  .post-nav { flex-direction: column; }
  .post-nav a { max-width: 100%; }
}