/* Genel Stiller — font: Plus Jakarta Sans (HTML head’de yüklenir) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.65;
    background: var(--surface-page);
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

/* Paragraflar: iki yana yasalı (inline style veya aşağıdaki istisnalar baskın) */
p {
    text-align: justify;
}

/* Ortalı / sol hizalı kalması gerekenler */
.stats-strip .stat-item {
    text-align: center;
}

.content,
.content p,
.content > p {
    text-align: center;
}

.section-products-home .section-lead {
    text-align: center;
}

.catalog-section p {
    text-align: center;
}

.kurumsal-hero p {
    text-align: center;
}

.footer-links li,
.footer-links a {
    text-align: left;
}

.btn,
.btn-outline,
.btn-hero-primary,
.btn-hero-secondary,
.catalog-btn,
.iletisim-btn {
    text-align: center;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
    text-align: left;
}

/* Değişkenler — endüstriyel / kurumsal palet */
:root {
    --surface-page: #cdd5e2;
    --surface-soft: #d8dee9;
    --surface-raised: #e4e9f2;
    --surface-card: #eef1f8;
    --surface-card-warm: #f3f5fa;
    --surface-dark: #0f1419;
    --surface-dark-mid: #161d27;
    --surface-dark-card: #1c2632;
    --surface-dark-hover: #243040;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-on-dark: #f1f5f9;
    --text-on-dark-muted: #94a3b8;
    --border-subtle: rgba(15, 23, 42, 0.08);
    --border-on-dark: rgba(148, 163, 184, 0.15);
    --deniz-mavisi: #1d6bdc;
    --cimen-yesili: #2db84c;
    --accent-glow: rgba(29, 107, 220, 0.35);
    --acik-mavi: #7eb8ff;
    --acik-yesil: #6ee7a0;
    --header-bg: linear-gradient(180deg, #f8fafc 0%, #eef2f9 100%);
    --header-border: rgba(15, 23, 42, 0.09);
}

/* Header ve Navigasyon — sayfa yüzeyiyle uyumlu açık üst bar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 14px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: var(--header-bg);
    backdrop-filter: saturate(1.1) blur(12px);
    -webkit-backdrop-filter: saturate(1.1) blur(12px);
    border-bottom: 1px solid var(--header-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    z-index: 1000;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.logo a:hover {
    opacity: 0.8;
}

.logo img {
    height: 50px;
    width: auto;
    margin-right: 10px;
}

.logo h1 {
    display: none; /* Logo varken yazıyı gizliyoruz */
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: var(--deniz-mavisi);
}

.nav-links a.active {
    color: var(--deniz-mavisi);
    font-weight: 700;
}

/* Burger Menü */
.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: var(--text-primary);
    margin: 5px;
    border-radius: 2px;
    transition: all 0.3s ease;
    opacity: 0.85;
}

/* Ana Sayfa Video */
.video-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.video-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 75% at 50% 48%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.65) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: 0;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 32px 36px;
    max-width: 940px;
    width: calc(100% - 40px);
    background: linear-gradient(155deg, rgba(12, 28, 52, 0.92) 0%, rgba(8, 22, 18, 0.9) 55%, rgba(10, 20, 40, 0.93) 100%);
    border-radius: 16px;
    border: 1px solid rgba(126, 184, 255, 0.22);
    box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(45, 184, 76, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.content .hero-kicker {
    display: block;
    font-size: clamp(0.68rem, 1.5vw, 0.8rem);
    letter-spacing: 0.12em;
    text-transform: none;
    color: #9ae6b4;
    margin-bottom: 16px;
    font-weight: 700;
    text-shadow: 0 1px 12px rgba(45, 184, 76, 0.45);
}

.content h2.hero-main {
    font-size: clamp(1.15rem, 2.85vw, 1.85rem);
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 700;
    color: #f8fafc;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.content h2.hero-main .hero-line {
    display: inline;
    color: #b4f5cc;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.content h2 .hero-line-sub {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 600;
}

.content h2 .hero-hierba {
    color: #a8d4ff;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 0 28px rgba(29, 107, 220, 0.45);
}

.content .hero-hierba {
    color: #a8d4ff;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 0 28px rgba(29, 107, 220, 0.45);
}

.content p.hero-hierba-row {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: rgba(248, 250, 252, 0.96);
    margin-bottom: 22px;
    line-height: 1.55;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
    font-weight: 600;
}

.content > p:not(.hero-hierba-row) {
    font-size: clamp(0.92rem, 1.85vw, 1.05rem);
    color: rgba(248, 250, 252, 0.94);
    margin-bottom: 22px;
    line-height: 1.65;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.content > p strong {
    color: #c8f7d8;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-hero-primary {
    background: var(--cimen-yesili);
    color: white;
    box-shadow: 0 4px 14px rgba(76, 175, 80, 0.35);
}

.btn-hero-primary:hover {
    background: #43a047;
    color: white;
    transform: translateY(-2px);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
    color: white;
}

.stats-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0;
    background: linear-gradient(135deg, #0a1628 0%, #132a4a 45%, #1a4a7c 100%);
    color: white;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stats-strip .stat-item {
    text-align: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stats-strip .stat-item:last-child {
    border-right: none;
}

.stats-strip .stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.stats-strip .stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
    line-height: 1.35;
}

.section-products-home {
    background: linear-gradient(165deg, #0c1118 0%, #141c28 35%, #0f1724 100%);
    padding: 88px 50px;
    position: relative;
    overflow: hidden;
}

.section-products-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(29, 107, 220, 0.18), transparent),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(45, 184, 76, 0.08), transparent);
    pointer-events: none;
}

.section-products-home > .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-products-home .section-lead {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
    color: var(--text-on-dark-muted);
    font-size: 1.06rem;
    line-height: 1.7;
    font-weight: 400;
}

.section-products-home h2 {
    margin-bottom: 14px;
    color: var(--text-on-dark);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.02em;
}

.product-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.flagship-card {
    background: var(--surface-dark-card);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-on-dark);
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.flagship-card:hover {
    transform: translateY(-5px);
    border-color: rgba(29, 107, 220, 0.35);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(29, 107, 220, 0.12);
}

.flagship-card.featured {
    border-color: rgba(45, 184, 76, 0.45);
    box-shadow: 0 8px 36px rgba(45, 184, 76, 0.12), 0 8px 32px rgba(0, 0, 0, 0.35);
}

.flagship-media {
    height: 200px;
    background: linear-gradient(145deg, #1a2332 0%, #243447 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-on-dark);
}

.flagship-media img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.flagship-media.icon-only {
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
}

.flagship-media.icon-only i {
    font-size: 3.5rem;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.flagship-body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flagship-body h3 {
    font-size: 1.12rem;
    color: var(--text-on-dark);
    margin-bottom: 10px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.flagship-body p {
    color: var(--text-on-dark-muted);
    font-size: 0.94rem;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}

.flagship-body .btn-outline {
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid rgba(125, 184, 255, 0.45);
    color: #a8cfff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.flagship-body .btn-outline:hover {
    background: rgba(29, 107, 220, 0.25);
    border-color: var(--deniz-mavisi);
    color: #fff;
}

.home-divider-title {
    grid-column: 1 / -1;
    font-size: 0.78rem;
    color: rgba(148, 163, 184, 0.95);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 20px 0 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

@media screen and (max-width: 768px) {
    .content {
        padding: 20px 18px;
    }

    .stats-strip .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stats-strip .stat-item:last-child {
        border-bottom: none;
    }

    .section-products-home {
        padding: 48px 20px;
    }
}

/* Bölüm Stilleri */
section {
    padding: 80px 50px;
}

section h2 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
}

#hakkimizda {
    background: linear-gradient(180deg, var(--surface-soft) 0%, var(--surface-page) 100%);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

#hakkimizda .hakkimizda-text {
    color: var(--text-secondary);
}

#hakkimizda .hakkimizda-text p {
    color: var(--text-secondary);
}

/* Hizmetler sayfası (urunler.html) — ürün/hizmet kartları */
.urunler-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

.urunler-container--grid-2x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 700px) {
    .urunler-container--grid-2x2 {
        grid-template-columns: 1fr;
    }
}

#urunler .urun-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

#urunler .urun-card p {
    text-align: center;
}

#urunler .urun-card h3 {
    text-align: center;
}

#urunler .urun-card .btn {
    margin-left: auto;
    margin-right: auto;
}

.urun-card {
    border: 1px solid var(--border-subtle);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    background: var(--surface-card);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.urun-card:hover {
    transform: translateY(-5px);
    border-color: rgba(29, 107, 220, 0.2);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(29, 107, 220, 0.08);
}

.urun-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 20px;
    background: linear-gradient(180deg, #dce3ef 0%, #e8ecf4 100%);
}

.urun-card h3 {
    color: var(--text-primary);
}

.urun-card p {
    color: var(--text-secondary);
}

/* Ürün İkon Kartları */
.urun-icon {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.urun-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.urun-icon i {
    font-size: 4rem;
    color: white;
    z-index: 1;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.urun-card h3 {
    padding: 15px;
    color: #333;
}

.urun-card p {
    padding: 0 15px 15px;
    color: #666;
}

.btn {
    display: inline-block;
    padding: 11px 22px;
    margin: 15px;
    background: linear-gradient(135deg, var(--deniz-mavisi) 0%, #1557b0 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px var(--accent-glow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--accent-glow);
}

/* İletişim Formu */
.iletisim-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.iletisim-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.iletisim-form input,
.iletisim-form textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.iletisim-form textarea {
    height: 150px;
    resize: vertical;
}

.iletisim-bilgi {
    background: var(--surface-card);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--border-subtle);
}

.iletisim-bilgi h2 {
    color: var(--deniz-mavisi);
    margin-bottom: 30px;
    font-size: 24px;
}

.bilgi-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px;
    background-color: var(--surface-raised);
    border-radius: 10px;
    border: 1px solid var(--border-subtle);
    transition: transform 0.3s ease;
}

.bilgi-item:hover {
    transform: translateX(10px);
}

.bilgi-item i {
    font-size: 24px;
    color: var(--deniz-mavisi);
    margin-right: 15px;
    margin-top: 3px;
}

.bilgi-detay h3 {
    color: var(--text-primary);
    margin-bottom: 5px;
    font-size: 18px;
}

.bilgi-detay p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.harita {
    background: var(--surface-card);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--border-subtle);
    height: 100%;
}

.harita iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: none;
}

/* Footer */
footer {
    background: linear-gradient(145deg, #0c2848 0%, var(--deniz-mavisi) 42%, #157c3a 100%);
    color: white;
    padding: 50px 20px 20px;
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.12);
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    color: white;
}

.footer-section h3 {
    font-size: 24px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
}

/* Sol Sütun - Hakkımızda */
.footer-about {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-logo img {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.footer-logo h3 {
    margin: 0;
    font-size: 20px;
}

.footer-about p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: justify;
}

/* Orta Sütun - Site Haritası */
.footer-sitemap {
    text-align: left;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--acik-mavi);
}

/* Sosyal Medya - Hakkımızda bölümünde */
.footer-about .social-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-links a:hover {
    color: var(--acik-mavi);
    transform: translateX(-5px);
}

.social-links a i {
    font-size: 18px;
    margin-right: 8px;
}

.social-links a span {
    font-size: 14px;
}

/* İletişim Bölümü — site haritası sütununa doğru çekilir */
.footer-contact {
    text-align: left;
    margin-left: -98px;
}

.contact-container {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 14px;
    row-gap: 20px;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
}

.contact-item {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 11px;
    align-items: start;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    width: 100%;
}

.contact-item i {
    margin-top: 3px;
    font-size: 16px;
    color: var(--acik-mavi);
    width: 22px;
    flex-shrink: 0;
    text-align: center;
}

.contact-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.contact-line {
    display: block;
    line-height: 1.45;
    margin: 0;
    text-align: left;
    overflow-wrap: break-word;
}

/* Footer Harita — kalan genişliği kullanır, biraz daha büyük */
.footer-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    align-items: stretch;
    aspect-ratio: 1;
    max-height: 400px;
    margin-left: 0;
    justify-self: end;
    width: 100%;
    max-width: min(100%, 480px);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-left {
    display: flex;
    align-items: center;
}

.footer-bottom-right {
    text-align: center;
}

.footer-bottom p {
    margin: 5px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive Tasarım */
@media screen and (max-width: 768px) {
    .navbar {
        padding: 20px;
    }

    .nav-links {
        display: none;
        position: absolute;
        right: 0;
        top: 70px;
        background: var(--surface-card);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 24px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
        border-bottom: 1px solid var(--header-border);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .burger {
        display: block;
    }

    .iletisim-container {
        grid-template-columns: 1fr;
    }

    section {
        padding: 60px 20px;
    }

    .video-container {
        height: 60vh;
        margin-top: 50px; /* Video container'ı aşağı kaydırıyoruz */
    }

    .iletisim-container {
        grid-template-columns: 1fr;
    }

    .bilgi-item:hover {
        transform: none;
    }

    .harita iframe {
        min-height: 350px;
    }
}

/* Sayfa İçeriği */
.sayfa-content {
    padding-top: 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.sayfa-content h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
}

/* Referanslar Sayfası */
.referanslar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

.referans-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
}

.referans-card-link:hover .referans-card {
    transform: translateY(-5px);
}

.referans-card-link:focus-visible {
    outline: 2px solid var(--deniz-mavisi);
    outline-offset: 3px;
}

.referans-card {
    background: var(--surface-card);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--border-subtle);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.referans-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: linear-gradient(180deg, #dce3ef 0%, #e8ecf4 100%);
    padding: 15px;
}

.referans-bilgi {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.referans-bilgi h3 {
    margin-bottom: 10px;
    color: var(--deniz-mavisi);
    font-size: 20px;
    text-align: center;
}

.referans-bilgi .kurulum-adres-tam {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.referans-bilgi .aciklama {
    text-align: center;
}

.lokasyon {
    color: var(--text-secondary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.lokasyon i {
    color: var(--deniz-mavisi);
    margin-right: 8px;
}

.lokasyon-adres {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 14px;
    text-align: left;
}

.kurulum-adres-tam {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 12px;
    text-align: left;
}

.kurulum-adres-tam i {
    color: var(--deniz-mavisi);
    margin-top: 3px;
    flex-shrink: 0;
}

.aciklama {
    color: var(--text-secondary);
    line-height: 1.5;
    margin-top: auto;
    text-align: justify;
}

/* Kurulum alanı detay sayfası */
.kurulum-detay-wrap {
    padding: 100px 20px 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.kurulum-sayfa-geri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--deniz-mavisi);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.kurulum-sayfa-geri:hover {
    text-decoration: underline;
}

.kurulum-galeri {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
    background: var(--surface-card);
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--border-subtle);
}

.kurulum-ana-gorsel img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 12px;
    background: linear-gradient(180deg, #dce3ef 0%, #e8ecf4 100%);
    padding: 20px;
    cursor: zoom-in;
}

.kurulum-kucuk-gorseller {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-content: start;
}

.kurulum-kucuk-gorseller img {
    width: 100%;
    height: 195px;
    object-fit: contain;
    border-radius: 8px;
    cursor: zoom-in;
    transition: transform 0.3s ease;
    background: linear-gradient(180deg, #dce3ef 0%, #e8ecf4 100%);
    padding: 10px;
}

.kurulum-kucuk-gorseller img:hover {
    transform: scale(1.03);
}

.kurulum-bilgi-kutu {
    background: var(--surface-card);
    padding: 28px 32px;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--border-subtle);
}

.kurulum-bilgi-kutu h1 {
    margin-bottom: 16px;
    color: var(--text-primary);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.kurulum-bilgi-kutu .kurulum-adres-blok {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.kurulum-bilgi-kutu .kurulum-adres-blok i {
    color: var(--deniz-mavisi);
    margin-top: 4px;
    flex-shrink: 0;
}

.kurulum-bilgi-kutu #kurulumAciklama {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: justify;
}

.kurulum-bilgi-kutu h2 {
    color: var(--deniz-mavisi);
    margin-bottom: 14px;
    font-size: 1.1rem;
    font-weight: 700;
}

.kurulum-vurgu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.kurulum-vurgu-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: var(--surface-raised);
    border-radius: 10px;
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    line-height: 1.5;
}

.kurulum-vurgu-list li i {
    color: var(--cimen-yesili);
    margin-top: 3px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .kurulum-galeri {
        grid-template-columns: 1fr;
    }

    .kurulum-ana-gorsel img {
        height: 280px;
    }

    .kurulum-kucuk-gorseller img {
        height: 140px;
    }

    .kurulum-detay-wrap {
        padding: 88px 16px 32px;
    }
}

.kurulum-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    background: rgba(15, 23, 42, 0.88);
    box-sizing: border-box;
}

.kurulum-lightbox[hidden] {
    display: none !important;
}

.kurulum-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 1;
}

.kurulum-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.kurulum-lightbox img {
    max-width: min(96vw, 1400px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    cursor: default;
    pointer-events: none;
}

/* Müşteri Yorumları */
.musteri-yorumlari {
    margin-top: 60px;
    padding: 40px 20px;
    background: linear-gradient(180deg, var(--surface-raised) 0%, var(--surface-page) 100%);
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
}

.musteri-yorumlari h2 {
    text-align: center;
    margin-bottom: 40px;
}

.yorum-marquee-outer {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 0 8px;
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.yorum-marquee {
    overflow: hidden;
}

.yorum-marquee-track {
    display: flex;
    width: max-content;
    animation: yorum-marquee-scroll 72s linear infinite;
}

.yorum-marquee-outer:hover .yorum-marquee-track,
.yorum-marquee-outer:focus-within .yorum-marquee-track {
    animation-play-state: paused;
}

.yorum-marquee-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    padding: 0 12px;
    flex-shrink: 0;
}

.yorum-marquee-group .yorum-card {
    flex: 0 0 auto;
    width: min(340px, 85vw);
    min-height: 100%;
    margin: 0;
}

@keyframes yorum-marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .yorum-marquee-outer {
        mask-image: none;
        -webkit-mask-image: none;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .yorum-marquee-track {
        animation: none;
        transform: none;
        width: max-content;
    }

    .yorum-marquee-group:last-child {
        display: none;
    }

    .yorum-marquee-group .yorum-card {
        scroll-snap-align: start;
    }
}

.yorum-card {
    background: var(--surface-card);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid var(--border-subtle);
}

.yorum-baslik i {
    color: var(--deniz-mavisi);
    font-size: 24px;
    margin-bottom: 20px;
}

.yorum-metin {
    color: var(--text-secondary);
    margin-bottom: 20px;
    font-style: italic;
}

.yorum-sahibi {
    display: flex;
    flex-direction: column;
}

.yorum-sahibi strong {
    color: #333;
}

.yorum-sahibi span {
    color: #666;
    font-size: 14px;
}

/* Harita */
.harita-container {
    margin-top: 60px;
    padding: 20px;
}

.harita-container h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* Hakkımızda Bölümü */
.hakkimizda-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hakkimizda-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.hakkimizda-text {
    color: #666;
    line-height: 1.8;
}

.ozellikler-list {
    list-style: none;
    margin-top: 30px;
}

.ozellikler-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ozellikler-list i {
    color: var(--deniz-mavisi);
    margin-right: 10px;
}

/* Hakkımızda Sayfası Özel Stilleri */
.about-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.about-intro {
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.05), rgba(76, 175, 80, 0.05));
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid var(--deniz-mavisi);
    margin-bottom: 40px;
}

.about-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.about-products {
    margin-bottom: 40px;
}

.about-products h2 {
    color: var(--deniz-mavisi);
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: left;
}

.about-products > p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

/* 6 kutu: mobil 1 sütun, tablet 2×3, geniş masaüstü 3×2 */
.product-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 20px;
    align-items: stretch;
}

@media screen and (min-width: 1200px) {
    .product-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

.product-category {
    background: var(--surface-card);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid var(--border-subtle);
    transition: all 0.3s ease;
    position: relative;
}

.product-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--deniz-mavisi), var(--cimen-yesili));
    border-radius: 12px 12px 0 0;
}

.product-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(30, 136, 229, 0.15);
}

.product-category h3 {
    color: var(--deniz-mavisi);
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.product-category p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

.about-services {
    background: var(--surface-raised);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    border: 1px solid var(--border-subtle);
    border-left: 5px solid var(--cimen-yesili);
}

.about-services h2 {
    color: var(--cimen-yesili);
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: left;
}

.about-services p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.about-mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.mission, .vision {
    background: var(--surface-card);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid var(--border-subtle);
    transition: all 0.3s ease;
}

.mission:hover, .vision:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.mission h2 {
    color: var(--deniz-mavisi);
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: left;
}

.vision h2 {
    color: var(--cimen-yesili);
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: left;
}

.mission p, .vision p {
    color: #666;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.catalog-section {
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    color: white;
    margin-top: 40px;
}

.catalog-section h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 15px;
}

.catalog-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.catalog-download {
    display: flex;
    justify-content: center;
}

.catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: var(--deniz-mavisi);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.catalog-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: var(--deniz-mavisi);
}

.catalog-btn i {
    font-size: 1.2rem;
}

/* Responsive Hakkımızda */
@media screen and (max-width: 768px) {
    .about-content {
        padding: 10px;
    }
    
    .about-intro, .about-services, .catalog-section {
        padding: 20px;
    }
    
    .product-categories {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .about-mission-vision {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .catalog-section h2 {
        font-size: 1.5rem;
    }
    
    .catalog-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* Responsive Düzenlemeler */
@media screen and (max-width: 768px) {
    .sayfa-content {
        padding-top: 80px;
    }

    .referanslar-grid {
        grid-template-columns: 1fr;
    }

    .iletisim-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hakkimizda-content {
        grid-template-columns: 1fr;
    }

    /* Footer Responsive */
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-about .social-links {
        justify-content: center;
    }

    .footer-contact {
        text-align: center;
        margin-left: 0;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-info {
        align-items: center;
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
    }

    .footer-contact .contact-line {
        text-align: center;
    }

    .footer-map {
        height: auto;
        aspect-ratio: 1;
        max-height: 200px;
        margin-left: 0;
        justify-self: stretch;
        max-width: none;
    }

    .footer-map iframe {
        height: 100%;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 10px 5px;
    }

    .footer-bottom-right {
        text-align: center;
    }

    .footer-bottom-left img {
        height: 24px;
        width: auto;
        max-width: 360px;
    }

    .footer-bottom p {
        font-size: 12px;
        margin: 3px 0;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-sitemap {
        text-align: center;
    }

    .footer-map {
        margin: 0 auto;
    }
}

/* Form Elementleri */
.iletisim-form input:focus,
.iletisim-form textarea:focus,
.iletisim-form select:focus {
    border-color: var(--deniz-mavisi);
    outline: none;
    box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2);
}

/* Kurumsal Sayfası Stilleri */
.kurumsal-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(76, 175, 80, 0.1));
    border-radius: 20px;
    border: 1px solid rgba(30, 136, 229, 0.2);
}

.kurumsal-hero h1 {
    font-size: 3rem;
    color: var(--deniz-mavisi);
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.kurumsal-hero p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.kurumsal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.kurumsal-section {
    margin-bottom: 60px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(30, 136, 229, 0.1);
}

.kurumsal-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(30, 136, 229, 0.15);
}

.section-header {
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-header p {
    text-align: center;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.section-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.section-icon i {
    font-size: 2.5rem;
    color: white;
}

.section-header h2 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.section-header p {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.content-box {
    padding: 40px;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.info-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--deniz-mavisi), var(--cimen-yesili));
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(30, 136, 229, 0.1);
    background: white;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-icon i {
    font-size: 1.8rem;
    color: white;
}

.info-card h3 {
    color: var(--deniz-mavisi);
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #666;
    line-height: 1.6;
}

.info-card li i {
    color: var(--cimen-yesili);
    margin-right: 10px;
    font-size: 0.9rem;
}

/* Privacy Grid */
.privacy-intro {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border-left: 5px solid var(--deniz-mavisi);
}

.privacy-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--deniz-mavisi);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.privacy-badge i {
    font-size: 1.2rem;
}

.privacy-intro p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    flex: 1;
}

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Masaüstü ve Mobil Düzenlemeleri */

/* Varsayılan olarak tüm layout'ları göster */
.privacy-desktop-layout,
.contract-desktop-layout {
    display: block;
}

/* Masaüstü için özel düzenlemeler */
@media (min-width: 1024px) {
    
    .privacy-card-single {
        margin-bottom: 30px;
    }
    
    .privacy-card-single h3 {
        text-align: center;
    }
    
    .privacy-card-single .privacy-icon {
        margin: 0 auto 15px auto;
    }
    
    .data-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 20px;
    }
    
    .data-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 10px;
        border-left: 4px solid var(--deniz-mavisi);
        transition: all 0.3s ease;
    }
    
    .data-item:hover {
        background: #e3f2fd;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(30, 136, 229, 0.15);
    }
    
    .data-item i {
        color: var(--deniz-mavisi);
        font-size: 1.1rem;
        min-width: 20px;
    }
    
    .data-item span {
        color: #666;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    
    .privacy-grid-bottom {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .contract-card-single {
        margin-bottom: 30px;
    }
    
    .contract-grid-bottom {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

/* Mobil için düzenlemeler */
@media (max-width: 1023px) {
    .privacy-grid-bottom,
    .contract-grid-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .privacy-card-single,
    .contract-card-single {
        margin-bottom: 20px;
    }
    
    .data-grid {
        grid-template-columns: 1fr;
    }
}


.privacy-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.privacy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 136, 229, 0.1);
    border-color: var(--deniz-mavisi);
}

.privacy-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--deniz-mavisi), var(--cimen-yesili));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.privacy-icon i {
    font-size: 1.5rem;
    color: white;
}

.privacy-card h3 {
    color: var(--deniz-mavisi);
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.privacy-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-card li {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.privacy-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.privacy-card li::before {
    content: '•';
    color: var(--deniz-mavisi);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Contract Grid */
.contract-intro {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border-left: 5px solid var(--cimen-yesili);
}

.contract-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--cimen-yesili);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.contract-badge i {
    font-size: 1.2rem;
}

.contract-intro p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    flex: 1;
}

.contract-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.contract-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.contract-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.1);
    border-color: var(--cimen-yesili);
}

.contract-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--cimen-yesili), var(--deniz-mavisi));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.contract-icon i {
    font-size: 1.5rem;
    color: white;
}

.contract-card h3 {
    color: var(--deniz-mavisi);
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.company-info {
    margin-top: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
    border-bottom: none;
}

.label {
    font-weight: 600;
    color: #333;
    min-width: 100px;
}

.value {
    color: #666;
    text-align: right;
    flex: 1;
}

.contract-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contract-card li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.5;
}

.contract-card li i {
    color: var(--cimen-yesili);
    margin-right: 10px;
    font-size: 0.9rem;
    width: 16px;
}

.legal-notice {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border-left: 5px solid #ff9800;
}

.legal-icon {
    width: 60px;
    height: 60px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.legal-icon i {
    font-size: 1.8rem;
    color: white;
}

.legal-text h4 {
    color: #333;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.legal-text p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Kurumsal */
@media screen and (max-width: 768px) {
    .kurumsal-hero {
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    
    .kurumsal-hero h1 {
        font-size: 2.2rem;
    }
    
    .kurumsal-hero p {
        font-size: 1rem;
    }
    
    .kurumsal-container {
        padding: 10px;
    }
    
    .kurumsal-section {
        margin-bottom: 40px;
    }
    
    .section-header {
        padding: 30px 20px;
    }
    
    .section-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .section-icon i {
        font-size: 2rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .content-box {
        padding: 25px 20px;
    }
    
    .info-grid,
    .privacy-grid,
    .contract-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .info-card,
    .privacy-card,
    .contract-card {
        padding: 20px;
    }
    
    .privacy-intro,
    .contract-intro {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
    
    .privacy-badge,
    .contract-badge {
        align-self: center;
    }
    
    .legal-notice {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }
    
    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .label {
        min-width: auto;
        font-weight: 600;
    }
    
    .value {
        text-align: left;
    }
} 