/* =========================================================
   ETICMAX — Sayfa Bileşenleri (PHP sayfaları için)
   ========================================================= */

/* ---------- Page Hero ---------- */
.page-hero { background: var(--bg); padding: 8rem 0 4rem; border-bottom: 1px solid var(--border); text-align: center; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: .8125rem; color: var(--muted); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--steel-700); }
.breadcrumb .sep { color: var(--subtle); }
.page-hero .hero-title { font-size: clamp(2rem, 5vw, 3rem); }
.text-accent { color: var(--steel-700); }
.eyebrow { display: inline-block; color: var(--steel-700); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.eyebrow--light { color: #93C5FD; }

/* ---------- Check list ---------- */
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: .75rem; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .9375rem; color: var(--text); }
.check { width: 22px; height: 22px; flex-shrink: 0; background: rgba(16,185,129,.12); color: #10B981; border-radius: 50%; display: grid; place-items: center; font-size: .75rem; font-weight: 700; }

/* ---------- Section Title ---------- */
.section { padding: 5rem 0; }
.section-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; color: var(--text); margin-bottom: 1rem; }
.section-desc { font-size: 1.0625rem; color: var(--muted); line-height: 1.6; }

/* ---------- Features Grid ---------- */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.feature { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.75rem; transition: var(--t); display: flex; flex-direction: column; min-width: 0; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--steel-400); }
.feature-icon { width: 48px; height: 48px; background: var(--steel-50); color: var(--steel-700); border-radius: var(--r-md); display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 1rem; }
.feature h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: .5rem; color: var(--text); }
.feature p { font-size: .875rem; color: var(--muted); line-height: 1.5; flex: 1; }
.feature-arrow { color: var(--steel-700); font-weight: 700; margin-top: 1rem; align-self: flex-start; transition: var(--t); }
.feature:hover .feature-arrow { transform: translateX(4px); }
@media (max-width: 1100px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

/* ---------- Integration Grid ---------- */
.integration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.integration-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem 1.5rem; text-align: center; transition: var(--t); }
.integration-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--steel-400); }
.ic-icon { font-size: 2.5rem; margin-bottom: .75rem; }
.ic-name { font-weight: 700; color: var(--text); margin-bottom: .25rem; }
.ic-count { font-size: .8125rem; color: var(--muted); }
@media (max-width: 1100px) { .integration-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .integration-grid { grid-template-columns: repeat(2, 1fr); } }

.integration-cta { text-align: center; margin-top: 4rem; padding: 3rem 2rem; background: var(--bg-soft); border-radius: var(--r-xl); }
.integration-cta h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.integration-cta p { color: var(--muted); margin-bottom: 1.5rem; }

/* ---------- Testimonial Grid ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.testimonial { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; position: relative; }
.testimonial::before { content: "“"; position: absolute; top: -.5rem; left: 1.5rem; font-family: serif; font-size: 5rem; line-height: 1; color: var(--steel-200); }
.stars { color: #FBBF24; margin-bottom: .75rem; font-size: 1.125rem; }
.testimonial blockquote { color: var(--text); font-size: 1rem; line-height: 1.6; margin-bottom: 1.5rem; font-style: normal; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--steel-100); color: var(--steel-700); display: grid; place-items: center; font-weight: 700; }
.testimonial-author strong { display: block; color: var(--text); font-size: .875rem; }
.testimonial-author span { font-size: .75rem; color: var(--muted); }
@media (max-width: 768px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ---------- Press Strip ---------- */
.press-strip-label { text-align: center; color: var(--subtle); font-size: .8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 2rem; }
.press-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; align-items: center; }
.press-row .item { display: flex; flex-direction: column; align-items: center; gap: .25rem; min-width: 0; }
.logo-box { width: 100%; max-width: 140px; height: 48px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); font-size: .75rem; font-weight: 800; letter-spacing: -.02em; color: var(--text); padding: 0 .5rem; text-align: center; min-width: 0; }
@media (max-width: 1100px) { .press-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .press-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- CTA Banner ---------- */
.cta-banner { background: linear-gradient(135deg, var(--navy-900), var(--steel-700)); color: white; padding: 5rem 0; }
.cta-banner-content { text-align: center; max-width: 760px; margin: 0 auto; }
.cta-banner h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.2; }
.cta-banner p { font-size: 1.0625rem; color: rgba(255,255,255,.8); margin-bottom: 2rem; }
.cta-banner-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-primary { background: var(--white); color: var(--navy-800); }
.cta-banner .btn-primary:hover { background: var(--steel-50); }
.cta-banner .btn-outline-white { color: white; border-color: rgba(255,255,255,.4); }
.cta-banner .btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: white; }

/* ---------- Hero ---------- */
.hero { padding: 5rem 0 3rem; background: var(--white); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero-eyebrows { display: flex; gap: .625rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .375rem; padding: .375rem .875rem; background: var(--bg); border: 1px solid var(--border); border-radius: 999px; font-size: .8125rem; font-weight: 600; color: var(--text); }
.hero-eyebrow--gold { background: linear-gradient(135deg, #FEF3C7, #FDE68A); border-color: #F59E0B; color: #92400E; }
.hero-title { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; color: var(--text); margin-bottom: 1.25rem; }
.hero-desc { font-size: 1.125rem; line-height: 1.6; color: var(--muted); margin-bottom: 2rem; max-width: 580px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.hero-meta .num { font-size: 1.5rem; font-weight: 800; color: var(--text); }
.hero-meta .lbl { font-size: .75rem; color: var(--muted); margin-top: .25rem; }
.hero-image { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 1100px) { .hero-grid { grid-template-columns: 1fr; } .hero-meta { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .hero { padding: 7rem 0 2rem; } .hero-ctas { flex-direction: column; } .hero-ctas .btn { width: 100%; } .hero-meta { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Split Section ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-content { text-align: left; }
.split-content .section-title { text-align: left; }
.split-content .section-desc { text-align: left; }
.split-image img { width: 100%; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
@media (max-width: 1024px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; }
.bento .card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 2.25rem; transition: var(--t); position: relative; overflow: hidden; }
.bento .card:hover { box-shadow: var(--shadow); border-color: var(--steel-400); }
.bento .bento-large { grid-row: span 2; padding: 2.5rem; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: white; }
.bento .bento-large h3, .bento .bento-large .tag { color: white; }
.bento .bento-large p { color: rgba(255,255,255,.78); }
.bento .bento-large .tag { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.bento .card h3 { font-size: 1.25rem; margin: 1.25rem 0 .625rem; }
.bento .card p { color: var(--muted); font-size: .9375rem; line-height: 1.5; }
.bento .card .tag { display: inline-block; font-size: .75rem; font-weight: 600; color: var(--steel-700); background: var(--steel-50); padding: .25rem .625rem; border-radius: 999px; border: 1px solid var(--steel-100); }
.bento .visual { margin-top: 1.5rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 1.25rem; min-height: 220px; }
@media (max-width: 1100px) { .bento { grid-template-columns: 1fr; } .bento .bento-large { grid-row: auto; } }

/* Bento card visuals (Kargo, Güvenlik) */
.bento .card--visual { display: flex; flex-direction: column; }
.bento .card--visual .card-visual { margin-top: auto; padding-top: 1.25rem; }
.bento .card--dark { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: white; border-color: rgba(255,255,255,.08); }
.bento .card--dark h3 { color: white; }
.bento .card--dark p { color: rgba(255,255,255,.7); }
.bento .card--dark .tag { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #6FA8FF; }
.cargo-mini-row { display: flex; gap: .25rem; flex-wrap: wrap; margin-bottom: .75rem; }
.cm-cargo { font-size: .6875rem; font-weight: 700; color: var(--text); background: var(--bg); border: 1px solid var(--border); padding: .25rem .5rem; border-radius: 4px; }
.cm-cargo:last-child { background: var(--steel-50); color: var(--steel-700); border-color: var(--steel-100); }
.cargo-mini-bar { position: relative; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; height: 36px; overflow: hidden; }
.cmb-fill { position: absolute; top: 0; left: 0; bottom: 0; background: linear-gradient(90deg, var(--steel-100), var(--steel-50)); }
.cmb-label { position: relative; display: flex; align-items: center; gap: .375rem; padding: 0 .75rem; height: 100%; }
.cmb-label span { font-size: .8125rem; font-weight: 700; color: var(--text); }
.cmb-label small { font-size: .625rem; color: var(--muted); }
.card-visual--shield { display: flex; align-items: center; gap: 1rem; padding-top: 1.25rem; margin-top: auto; }
.shield { width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, rgba(16,185,129,.2), rgba(16,185,129,.05)); border: 1px solid rgba(16,185,129,.3); display: grid; place-items: center; color: #34D399; }
.shield svg { width: 24px; height: 24px; }
.shield-stats { display: flex; gap: 1.25rem; flex: 1; }
.shield-stats > div { display: flex; flex-direction: column; }
.shield-stats strong { font-size: 1.125rem; font-weight: 800; color: white; line-height: 1.1; }
.shield-stats span { font-size: .625rem; color: rgba(255,255,255,.6); }

/* ---------- Awards ---------- */
.awards { background: var(--navy-900); color: white; padding: 4rem 0; }
.awards .section-head { color: white; }
.awards .section-title { color: white; }
.awards-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.award { text-align: center; padding: 1.5rem 1rem; border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); transition: var(--t); background: rgba(255,255,255,.02); }
.award:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.award .icon { font-size: 2rem; margin-bottom: .5rem; }
.award .title { color: white; font-weight: 700; font-size: .9375rem; }
.award .subtitle { color: rgba(255,255,255,.6); font-size: .75rem; margin-top: .25rem; }
@media (max-width: 1100px) { .awards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .awards-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Section Head ---------- */
.section-head { text-align: center; max-width: 760px; margin: 0 auto 4.5rem; }
.section-head.left { text-align: left; margin-left: 0; }

/* ---------- About ---------- */
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding: 3rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl); }
.about-stat .num { font-size: 2.5rem; font-weight: 800; color: var(--steel-700); }
.about-stat .lbl { font-size: .875rem; color: var(--muted); margin-top: .25rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-image img { width: 100%; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; text-align: center; transition: var(--t); }
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.value-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.value-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: .5rem; }
.value-card p { color: var(--muted); font-size: .9375rem; }
@media (max-width: 1100px) { .about-stats { grid-template-columns: repeat(2, 1fr); } .about-grid { grid-template-columns: 1fr; } .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }

/* ---------- Feature Split (ozellikler) ---------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.feature-split--flip { direction: rtl; }
.feature-split--flip > * { direction: ltr; }
.feature-split-content .section-title { text-align: left; }
.feature-split-content .section-desc { text-align: left; }
.feature-split-image img { width: 100%; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.feature-section { padding: 4rem 0; }
@media (max-width: 1024px) { .feature-split, .feature-split--flip { grid-template-columns: 1fr; gap: 2rem; direction: ltr; } }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: var(--t); }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--steel-400); }
.faq-item summary { padding: 1.25rem 1.5rem; cursor: pointer; font-weight: 600; color: var(--text); display: flex; justify-content: space-between; align-items: center; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { width: 28px; height: 28px; flex-shrink: 0; background: var(--steel-50); color: var(--steel-700); border-radius: 50%; display: grid; place-items: center; font-size: 1.125rem; font-weight: 300; transition: var(--t); }
.faq-item[open] .faq-icon { background: var(--steel-700); color: white; transform: rotate(45deg); }
.faq-answer { padding: 0 1.5rem 1.5rem; }
.faq-answer p { color: var(--muted); line-height: 1.7; }
.faq-cta { text-align: center; margin-top: 3rem; padding: 3rem 2rem; background: var(--bg-soft); border-radius: var(--r-xl); }
.faq-cta h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.faq-cta p { color: var(--muted); margin-bottom: 1.5rem; }
.faq-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact Page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; padding: 1.25rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); }
.contact-info-icon { width: 48px; height: 48px; flex-shrink: 0; background: var(--steel-50); color: var(--steel-700); border-radius: var(--r-md); display: grid; place-items: center; font-size: 1.5rem; }
.contact-info-item h4 { font-size: .875rem; color: var(--muted); font-weight: 600; margin-bottom: .25rem; }
.contact-info-item a { font-size: 1.125rem; font-weight: 700; color: var(--text); }
.contact-info-item p { font-size: .8125rem; color: var(--muted); margin-top: .25rem; }
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Pricing Page ---------- */
.pricing-toggle { display: inline-flex; padding: .25rem; background: var(--white); border: 1px solid var(--border); border-radius: 999px; margin: 0 auto 3rem; display: flex; width: fit-content; }
.toggle-btn { padding: .625rem 1.5rem; background: transparent; color: var(--muted); border-radius: 999px; font-weight: 600; font-size: .9375rem; transition: var(--t); }
.toggle-btn.active { background: var(--navy-800); color: white; }
.badge-save { display: inline-block; margin-left: .5rem; padding: .125rem .5rem; background: #10B981; color: white; font-size: .6875rem; font-weight: 700; border-radius: 999px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.plan { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 2.5rem 2rem; display: flex; flex-direction: column; position: relative; transition: var(--t); }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan--featured { background: var(--navy-900); color: white; border-color: var(--navy-900); transform: scale(1.02); }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: .375rem 1rem; background: var(--steel-700); color: white; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .05em; }
.plan-name { font-size: 1.5rem; font-weight: 800; }
.plan-tagline { font-size: .75rem; font-weight: 700; color: var(--steel-700); letter-spacing: .1em; margin-bottom: .5rem; }
.plan--featured .plan-tagline { color: #93C5FD; }
.plan-desc { color: var(--muted); font-size: .9375rem; margin-bottom: 1.5rem; }
.plan--featured .plan-desc { color: rgba(255,255,255,.7); }
.plan-price { display: flex; align-items: baseline; gap: .25rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.plan--featured .plan-price { border-bottom-color: rgba(255,255,255,.1); }
.plan-price .currency { font-size: 1.5rem; font-weight: 700; color: var(--text); }
.plan--featured .plan-price .currency { color: white; }
.plan-price .amount { font-size: 3rem; font-weight: 800; line-height: 1; color: var(--text); }
.plan--featured .plan-price .amount { color: white; }
.plan-price .period { color: var(--muted); font-size: .875rem; }
.plan-features { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-direction: column; gap: .625rem; flex: 1; }
.plan-features li { display: flex; gap: .5rem; align-items: flex-start; font-size: .9375rem; }
.plan-features .check { width: 18px; height: 18px; flex-shrink: 0; }
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } .plan--featured { transform: none; } }

/* Comparison table */
.compare-section { margin-top: 5rem; }
.compare-table-wrapper { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-lg); }
.compare-table { width: 100%; min-width: 600px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 1rem 1.25rem; text-align: left; border-bottom: 1px solid var(--border); }
.compare-table th { background: var(--bg-soft); font-size: .875rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.compare-table td:first-child { color: var(--text); }
.compare-table tbody tr:hover { background: var(--bg-soft); }
.compare-table tbody tr:last-child td { border-bottom: 0; }

/* Addons */
.addon-section { margin-top: 5rem; }
.addon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.addon-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; text-align: center; transition: var(--t); }
.addon-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.addon-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.addon-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: .5rem; }
.addon-card p { color: var(--muted); font-size: .875rem; margin-bottom: 1rem; }
.addon-price { color: var(--steel-700); font-weight: 800; font-size: 1.25rem; }
@media (max-width: 1100px) { .addon-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .addon-grid { grid-template-columns: 1fr; } }

/* ---------- Press Page ---------- */
.press-contact { background: var(--bg-soft); border-radius: var(--r-xl); padding: 2rem; margin-bottom: 3rem; }
.press-contact h3 { font-size: 1.25rem; margin-bottom: 1rem; }
.press-list { display: flex; flex-direction: column; gap: 1.5rem; }
.press-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; transition: var(--t); }
.press-item:hover { box-shadow: var(--shadow-sm); border-color: var(--steel-400); }
.press-date { color: var(--steel-700); font-weight: 700; font-size: .8125rem; margin-bottom: .5rem; }
.press-item h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .75rem; }
.press-item p { color: var(--muted); margin-bottom: 1rem; }
.press-link { color: var(--steel-700); font-weight: 600; }

/* ---------- Investor Page ---------- */
.investor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.investor-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; }
.investor-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.investor-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }
.investor-card p { color: var(--muted); margin-bottom: 1rem; }
.company-info { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table td { padding: .75rem 0; border-bottom: 1px solid var(--border); }
.info-table td:first-child { color: var(--muted); width: 40%; }
.info-table tr:last-child td { border-bottom: 0; }
@media (max-width: 768px) { .investor-grid { grid-template-columns: 1fr; } }

/* ---------- Career Page ---------- */
.career-perks { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin-bottom: 4rem; }
.perk { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.5rem; text-align: center; }
.perk-icon { font-size: 1.75rem; margin-bottom: .5rem; }
.perk h4 { font-size: .875rem; font-weight: 700; margin-bottom: .25rem; }
.perk p { font-size: .75rem; color: var(--muted); }
@media (max-width: 1100px) { .career-perks { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .career-perks { grid-template-columns: repeat(2, 1fr); } }
.positions-list { display: flex; flex-direction: column; gap: .75rem; }
.position-item { display: flex; align-items: center; gap: 1.5rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); transition: var(--t); }
.position-item:hover { border-color: var(--steel-400); transform: translateX(4px); }
.position-num { font-family: 'Inter', monospace; font-size: 1rem; font-weight: 800; color: var(--steel-700); width: 32px; }
.position-content { flex: 1; }
.position-content h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: .25rem; }
.position-meta { display: flex; gap: .5rem; font-size: .8125rem; color: var(--muted); }
.position-meta .sep { color: var(--subtle); }
.position-arrow { color: var(--steel-700); font-size: 1.25rem; font-weight: 700; }

/* ---------- Blog Page ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: var(--t); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--steel-400); }
.blog-image { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.blog-content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.blog-cat { display: inline-block; align-self: flex-start; padding: .125rem .5rem; background: var(--steel-50); color: var(--steel-700); font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; border-radius: 4px; margin-bottom: .75rem; }
.blog-content h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: .5rem; line-height: 1.3; }
.blog-content p { color: var(--muted); font-size: .875rem; line-height: 1.5; margin-bottom: 1rem; flex: 1; }
.blog-meta { display: flex; gap: .5rem; font-size: .75rem; color: var(--subtle); padding-top: 1rem; border-top: 1px solid var(--border); }
.blog-meta .sep { color: var(--border); }
@media (max-width: 1100px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- Logo Grid (Referanslar) ---------- */
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.logo-item { display: grid; place-items: center; height: 80px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); font-weight: 700; color: var(--text); transition: var(--t); }
.logo-item:hover { border-color: var(--steel-400); transform: scale(1.02); }
@media (max-width: 768px) { .logo-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Site Main ---------- */
.site-main { min-height: 60vh; }

/* ---------- Admin Bar (giriş yapmış kullanıcılar için) ---------- */
.admin-bar { background: #1E5BC6; color: white; padding: .5rem 0; font-size: .8125rem; }
.admin-bar .container { display: flex; align-items: center; gap: 1rem; }
.admin-bar a { color: white; text-decoration: underline; }
.admin-bar a:hover { color: #DBEAFE; }

/* ---------- Utility Bar ---------- */
.utility-bar { background: var(--bg); border-bottom: 1px solid var(--border); font-size: .8125rem; padding: .5rem 0; }
.utility-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 1rem; }
.utility-link { display: inline-flex; align-items: center; gap: .375rem; color: var(--muted); transition: var(--t); }
.utility-link:hover { color: var(--text); }
.utility-link .badge { display: inline-block; padding: .0625rem .4375rem; background: var(--steel-700); color: white; font-size: .625rem; font-weight: 700; border-radius: 999px; }
.utility-sep { color: var(--border-strong); }
.utility-lang { color: var(--muted); font-size: .75rem; font-weight: 600; }
.utility-lang.active { color: var(--text); }
@media (max-width: 768px) { .utility-bar { display: none; } }
