/* ══════════════════════════════════════════════════════════
   Synetma Pazarlama Sitesi — ortak stiller
   Marka rengi: mor→pembe gradient (uygulamayla tutarlı kimlik)
   ══════════════════════════════════════════════════════════ */
:root {
    --bg: #ffffff; --surface: #f7f7fb; --border: #e7e7f0;
    --text: #14121f; --text2: #64607a;
    --accent: #7c3aed; --accent2: #ec4899;
    --grad: linear-gradient(135deg, #7c3aed, #ec4899);
}
* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.sm-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── Navigasyon ── */
.sm-nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.sm-nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 32px; }
.sm-logo { display: flex; align-items: center; text-decoration: none; }
.sm-logo-img { height: 30px; width: auto; }
.sm-logo-fallback { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 800; color: var(--text); }
.sm-logo-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--grad); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; }
.sm-nav-links { display: flex; gap: 26px; flex: 1; }
.sm-nav-links a { text-decoration: none; color: var(--text2); font-size: 14px; font-weight: 600; transition: color 0.15s; }
.sm-nav-links a:hover { color: var(--accent); }
.sm-nav-right { display: flex; align-items: center; gap: 14px; }
.sm-lang-dropdown { position: relative; }
.sm-lang-btn { display: flex; align-items: center; gap: 7px; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 8px 14px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; color: var(--text); cursor: pointer; }
.sm-lang-btn:hover { border-color: var(--accent); }
.sm-lang-panel { display: none; position: absolute; top: calc(100% + 8px); right: 0; min-width: 170px; max-height: 320px; overflow-y: auto; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 6px; box-shadow: 0 16px 40px rgba(0,0,0,0.15); z-index: 300; }
.sm-lang-dropdown.open .sm-lang-panel { display: block; }
.sm-lang-panel a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 13px; font-weight: 600; color: var(--text); text-decoration: none; }
.sm-lang-panel a:hover { background: var(--surface); }
.sm-lang-panel a.active { background: linear-gradient(135deg,#7c3aed22,#ec489922); color: var(--accent); font-weight: 800; }
.sm-btn-ghost { text-decoration: none; font-size: 14px; font-weight: 700; color: var(--text); padding: 9px 18px; border-radius: 10px; }
.sm-btn-primary { text-decoration: none; font-size: 14px; font-weight: 700; color: #fff; background: var(--grad); padding: 10px 20px; border-radius: 10px; white-space: nowrap; }
.sm-nav-burger { display: none; background: none; border: none; font-size: 20px; color: var(--text); cursor: pointer; }
.sm-nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 18px; border-top: 1px solid var(--border); }
.sm-nav-mobile.open { display: flex; }
.sm-nav-mobile a { text-decoration: none; color: var(--text); font-size: 14px; font-weight: 600; padding: 10px 0; }

/* ── Hero (paylaşılan, tüm sayfalarda kullanılabilir) ── */
.sm-hero { padding: 90px 24px 70px; position: relative; overflow: hidden; }
.sm-hero::before {
    content: ''; position: absolute; top: -30%; right: -10%; width: 60%; height: 140%;
    background: radial-gradient(ellipse, rgba(124,58,237,0.10) 0%, transparent 65%); pointer-events: none;
}
.sm-hero-inner { max-width: 1180px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.sm-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; color: var(--accent); background: rgba(124,58,237,0.08); padding: 6px 14px; border-radius: 20px; margin-bottom: 18px; letter-spacing: 0.3px; }
.sm-h1 { font-size: 48px; font-weight: 900; line-height: 1.12; margin-bottom: 20px; }
.sm-h1 span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sm-hero-desc { font-size: 17px; color: var(--text2); max-width: 620px; margin: 0 auto 32px; line-height: 1.6; }
.sm-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.sm-btn-lg { font-size: 15px; padding: 14px 28px; }

/* ── Genel bölüm düzeni ── */
.sm-section { padding: 70px 24px; }
.sm-section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.sm-section-head .sm-eyebrow { margin-bottom: 14px; }
.sm-h2 { font-size: 32px; font-weight: 900; margin-bottom: 12px; }
.sm-section-desc { font-size: 15px; color: var(--text2); }

/* ── Ürün kartları ── */
.sm-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
.sm-product-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 32px 28px; text-decoration: none; color: var(--text); transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
.sm-product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.sm-product-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin-bottom: 20px; }
.sm-product-title { font-size: 19px; font-weight: 800; margin-bottom: 10px; }
.sm-product-desc { font-size: 13.5px; color: var(--text2); line-height: 1.6; margin-bottom: 20px; flex: 1; }
.sm-product-link { font-size: 13px; font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: 6px; }
.sm-product-card:hover .sm-product-link { gap: 10px; }
.sm-product-link i { transition: transform 0.2s; font-size: 11px; }

/* ── Çok Yakında kartları ── */
.sm-soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.sm-soon-card { background: #fff; border: 1.5px dashed var(--border); border-radius: 18px; padding: 26px; position: relative; opacity: 0.85; }
.sm-soon-badge { position: absolute; top: 16px; right: 16px; font-size: 10px; font-weight: 800; color: var(--accent2); background: rgba(236,72,153,0.1); padding: 4px 10px; border-radius: 20px; }
.sm-soon-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--border); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--text2); margin-bottom: 16px; }
.sm-soon-title { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.sm-soon-desc { font-size: 12.5px; color: var(--text2); line-height: 1.5; }

/* ── Neden Synetma ── */
.sm-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
.sm-why-card { text-align: center; padding: 20px; }
.sm-why-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin: 0 auto 18px; }
.sm-why-title { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.sm-why-desc { font-size: 13px; color: var(--text2); line-height: 1.6; }

/* ── Son çağrı ── */
.sm-final-cta { max-width: 1180px; margin: 0 auto; background: var(--grad); border-radius: 28px; padding: 60px 40px; text-align: center; color: #fff; }
.sm-final-cta .sm-h2 { color: #fff; }
.sm-final-cta .sm-section-desc { color: rgba(255,255,255,0.85); margin-bottom: 28px; }
.sm-final-cta .sm-btn-primary { background: #fff; color: var(--accent); }

/* ── Footer ── */
.sm-footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 24px 24px; margin-top: 40px; }
.sm-footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.sm-footer-brand p { font-size: 13px; color: var(--text2); max-width: 260px; margin-top: 4px; }
.sm-footer-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; color: var(--text2); margin-bottom: 14px; }
.sm-footer-col { display: flex; flex-direction: column; gap: 10px; }
.sm-footer-col a { font-size: 13.5px; color: var(--text); text-decoration: none; display: flex; align-items: center; gap: 9px; }
.sm-footer-col a i { width: 14px; text-align: center; color: var(--accent); font-size: 12px; flex-shrink: 0; }
.sm-footer-col a:hover { color: var(--accent); }
.sm-footer-bottom { max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--border); padding-top: 22px; font-size: 12.5px; color: var(--text2); }

/* ── Basit yasal sayfa gövdesi (impressum/agb/datenschutz için) ── */
.sm-legal-body { max-width: 760px; margin: 0 auto; padding: 60px 24px 90px; }
.sm-legal-body h1 { font-size: 30px; font-weight: 900; margin-bottom: 28px; }
.sm-legal-body .sm-legal-placeholder { background: var(--surface); border: 1.5px dashed var(--border); border-radius: 14px; padding: 24px; font-size: 13px; color: var(--text2); line-height: 1.7; white-space: pre-wrap; }

/* ── Responsive ── */
@media (max-width: 860px) {
    .sm-nav-links, .sm-nav-right { display: none; }
    .sm-nav-burger { display: block; }
    .sm-h1 { font-size: 32px; }
    .sm-h2 { font-size: 24px; }
    .sm-product-grid, .sm-soon-grid, .sm-why-grid { grid-template-columns: 1fr; }
    .sm-footer-inner { grid-template-columns: 1fr 1fr; }
}

/* ══════════════════════════════════════════════════════════
   ÇEREZ ONAYI (Cookie Consent)
   ══════════════════════════════════════════════════════════ */
.sm-cookie-banner {
    position: fixed; bottom: -200px; left: 0; right: 0; z-index: 900;
    background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -8px 30px rgba(0,0,0,0.08);
    padding: 20px 24px; transition: bottom 0.35s ease;
}
.sm-cookie-banner.show { bottom: 0; }
.sm-cookie-banner-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.sm-cookie-icon { font-size: 26px; color: var(--accent); flex-shrink: 0; }
.sm-cookie-text { flex: 1; min-width: 240px; font-size: 13px; color: var(--text2); line-height: 1.5; }
.sm-cookie-text a { color: var(--accent); font-weight: 700; text-decoration: none; margin-left: 4px; }
.sm-cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.sm-cookie-btn-ghost { background: var(--surface); border: 1px solid var(--border); color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 700; padding: 10px 16px; border-radius: 10px; cursor: pointer; white-space: nowrap; }
.sm-cookie-btn-primary { background: var(--grad); border: none; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 700; padding: 10px 18px; border-radius: 10px; cursor: pointer; white-space: nowrap; }

.sm-cookie-modal-bg {
    display: none; position: fixed; inset: 0; z-index: 950; background: rgba(20,18,31,0.5);
    align-items: center; justify-content: center; padding: 20px;
}
.sm-cookie-modal-bg.show { display: flex; }
.sm-cookie-modal { background: #fff; border-radius: 20px; padding: 30px; max-width: 460px; width: 100%; max-height: 85vh; overflow-y: auto; }
.sm-cookie-modal-title { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.sm-cookie-modal-desc { font-size: 13px; color: var(--text2); line-height: 1.5; margin-bottom: 22px; }
.sm-cookie-cat { border-top: 1px solid var(--border); padding: 16px 0; }
.sm-cookie-cat-head { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.sm-cookie-cat p { font-size: 12px; color: var(--text2); line-height: 1.5; }
.sm-cookie-always-on { font-size: 10.5px; font-weight: 800; color: var(--accent); background: rgba(124,58,237,0.08); padding: 3px 10px; border-radius: 20px; }
.sm-cookie-switch { position: relative; display: inline-block; width: 40px; height: 22px; flex-shrink: 0; }
.sm-cookie-switch input { opacity: 0; width: 0; height: 0; }
.sm-cookie-slider { position: absolute; cursor: pointer; inset: 0; background: #d8d8e2; border-radius: 22px; transition: 0.2s; }
.sm-cookie-slider::before { content: ''; position: absolute; height: 16px; width: 16px; left: 3px; bottom: 3px; background: #fff; border-radius: 50%; transition: 0.2s; }
.sm-cookie-switch input:checked + .sm-cookie-slider { background: var(--accent); }
.sm-cookie-switch input:checked + .sm-cookie-slider::before { transform: translateX(18px); }
.sm-cookie-modal-actions { display: flex; gap: 10px; margin-top: 20px; }
.sm-cookie-modal-actions button { flex: 1; justify-content: center; display: flex; align-items: center; }

@media (max-width: 700px) {
    .sm-cookie-banner-inner { flex-direction: column; align-items: flex-start; }
    .sm-cookie-actions { width: 100%; }
    .sm-cookie-actions button { flex: 1; }
}

/* Footer sosyal medya ikonları */
.sm-footer-social { display: flex; gap: 10px; margin-top: 16px; }
.sm-footer-social a {
    width: 34px; height: 34px; border-radius: 9px; background: #fff; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center; color: var(--text2); font-size: 14px;
    text-decoration: none; transition: all 0.15s;
}
.sm-footer-social a:hover { background: var(--grad); color: #fff; border-color: transparent; }
