* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.25) transparent;
}

[data-theme="dark"] html {
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
}

[data-theme="dark"] html::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
}

[data-theme="dark"] html::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.4);
}

/* Anchor hedefleri sabit header altında kalmaması için */
[id="intro"],
[id="platforms-section"],
[id="smm-intro"],
[id="value-section"],
[id="order-section"],
[id="faq"] {
    scroll-margin-top: 88px;
}

/* Açık tema (varsayılan) – tek marka rengi (pembe) tüm sayfalarda */
:root,
[data-theme="light"] {
    --primary: #e30b51;
    --primary-dark: #b80940;
    --primary-light: rgba(227, 11, 81, 0.12);
    --sidebar-bg: #f7faf8;
    --white: #ffffff;
    --text: #2d3436;
    --text-light: #636e72;
    --border: #e0e6e3;
    --bg: #f0f4f2;
    --danger: #e74c3c;
    --warning: #f39c12;
    --radius: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    /* Front / platform sayfaları */
    --topbar-bg: #2d2d3a;
    --topbar-text: rgba(255,255,255,0.92);
    --topbar-border: rgba(255,255,255,0.08);
    --front-nav-bg: #fff;
    --front-nav-border: #c8ced6;
    --front-page-bg: #ffffff;
    --front-page-bg-top: #eef1f5;
    --section-title-color: #2d2d3a;
    --nav-search-bg: #f5f7fa;
    --nav-search-border: #b8c0cc;
    --hero-side-year: #666;
    --hero-side-title: #2d2d3a;
    --hero-side-btn-border: #aaa;
    --hero-side-btn-color: #555;
    --hero-side-btn-hover: var(--primary);
    --order-card-bg: #fff;
    --order-card-title: var(--text);
    --order-card-desc: var(--text-light);
    --platform-page-bg: #ffffff;
    --platform-topbar-bg: #2d2d3a;
    --platform-nav-bg: #fff;
    --platform-nav-border: #e8ecf0;
    --platform-card-bg: #fff;
    --platform-card-border: #e0e6e3;
    --platform-text: #2d3436;
    --platform-text-muted: #636e72;
    --platform-tabs-bg: #f5f7fa;
    --platform-tab-color: #636e72;
    --platform-tab-active-bg: var(--primary);
    --platform-tab-active-color: #fff;
    --service-card-bg: #fff;
    --service-card-border: #e0e6e3;
    --service-card-name: #2d3436;
    --od-card-bg: #fff;
    --od-card-border: #e0e6e3;
    --od-id-color: #2d3436;
    --od-label: #636e72;
    --od-value: #2d3436;
    --od-price-bg: #f7faf8;
    --od-price-label: #636e72;
    --od-price-amount: var(--primary);
    --od-back-color: #636e72;
    --od-back-border: #e0e6e3;
    /* Bölüm kartı — hero-trust ile aynı görsel dil */
    --section-card-bg: #fff;
    --section-card-border: 1px solid rgba(0,0,0,0.14);
    --section-card-radius: 20px;
    --section-card-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.04);
    --section-block-icon-border: rgba(0,0,0,0.1);
    --section-divider: rgba(0,0,0,0.16);
    --footer-text: #4a5568;
    --footer-bg: linear-gradient(180deg, #f5f6f9 0%, #ebeef4 100%);
    --footer-bottom-bg: rgba(0,0,0,0.02);
    --footer-bottom-border: rgba(0,0,0,0.08);
}

/* Koyu tema (tarayıcı koyu modda ise) – aynı marka rengi */
[data-theme="dark"] {
    --primary: #e30b51;
    --primary-dark: #b80940;
    --primary-light: rgba(227, 11, 81, 0.2);
    --sidebar-bg: #1e1e32;
    --white: #22223a;
    --text: #e8e8ed;
    --text-light: rgba(255,255,255,0.6);
    --border: rgba(255,255,255,0.08);
    --bg: #16162a;
    --primary-light: rgba(227, 11, 81, 0.2);
    --topbar-bg: #ffffff;
    --topbar-text: #2d3436;
    --topbar-border: rgba(0,0,0,0.08);
    --front-nav-bg: #1e1e32;
    --front-nav-border: rgba(255,255,255,0.18);
    --front-page-bg: #1a1a2e;
    --front-page-bg-top: #1e1e34;
    --section-title-color: #fff;
    --nav-search-bg: #22223a;
    --nav-search-border: rgba(255,255,255,0.25);
    --hero-side-year: rgba(255,255,255,0.5);
    --hero-side-title: #fff;
    --hero-side-btn-border: rgba(255,255,255,0.3);
    --hero-side-btn-color: rgba(255,255,255,0.7);
    --hero-side-btn-hover: var(--primary);
    --order-card-bg: #22223a;
    --order-card-title: #fff;
    --order-card-desc: rgba(255,255,255,0.5);
    --platform-page-bg: #1a1a2e;
    --platform-topbar-bg: #12121f;
    --platform-nav-bg: #1e1e32;
    --platform-nav-border: rgba(255,255,255,0.06);
    --platform-card-bg: #22223a;
    --platform-card-border: rgba(255,255,255,0.06);
    --platform-text: #fff;
    --platform-text-muted: rgba(255,255,255,0.5);
    --platform-tabs-bg: #22223a;
    --platform-tab-color: rgba(255,255,255,0.5);
    --platform-tab-active-bg: #2d2d4a;
    --platform-tab-active-color: #fff;
    --service-card-bg: #22223a;
    --service-card-border: rgba(255,255,255,0.06);
    --service-card-name: #fff;
    --od-card-bg: #22223a;
    --od-card-border: rgba(255,255,255,0.06);
    --od-id-color: #fff;
    --od-label: rgba(255,255,255,0.35);
    --od-value: rgba(255,255,255,0.85);
    --od-price-bg: rgba(255,255,255,0.03);
    --od-price-label: rgba(255,255,255,0.4);
    --od-price-amount: #fff;
    --od-back-color: rgba(255,255,255,0.3);
    --od-back-border: rgba(255,255,255,0.06);
    --section-card-bg: var(--order-card-bg);
    --section-card-border: 1px solid rgba(255,255,255,0.22);
    --section-card-radius: 20px;
    --section-card-shadow: 0 8px 40px rgba(0,0,0,0.2);
    --section-block-icon-border: rgba(255,255,255,0.2);
    --section-divider: rgba(255,255,255,0.22);
    --footer-text: rgba(255,255,255,0.75);
    --footer-bg: linear-gradient(180deg, #1a1a2e 0%, #16162a 100%);
    --footer-bottom-bg: rgba(255,255,255,0.04);
    --footer-bottom-border: rgba(255,255,255,0.1);
}

/* Koyu tema — desenler beyaz nokta */
[data-theme="dark"] .front-main::before,
[data-theme="dark"] .hero-section::after,
[data-theme="dark"] .popular-platforms::before,
[data-theme="dark"] .value-section::before,
[data-theme="dark"] .value-section::after,
[data-theme="dark"] .smm-intro-section::before,
[data-theme="dark"] #order-section::before,
[data-theme="dark"] .faq-section::before,
[data-theme="dark"] .site-footer::before {
    background-image: radial-gradient(circle at center, rgba(255,255,255,0.06) 1px, transparent 1px);
}

/* Metin seçimi — marka rengi */
::selection {
    background: rgba(227, 11, 81, 0.25);
    color: var(--text);
}

[data-theme="dark"] ::selection {
    background: rgba(244, 114, 182, 0.35);
    color: #fff;
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

body {
    font-family: 'Segoe UI', -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

/* SIDEBAR */
.layout { display: flex; min-height: 100vh; }

.sidebar {
    width: 240px;
    background: var(--sidebar-bg);
    border-right: 1px solid var(--border);
    padding: 20px 0;
    flex-shrink: 0;
}

.sidebar-logo {
    padding: 0 20px 24px;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -0.5px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    color: var(--text-light);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    background: var(--primary);
    color: var(--white);
}

/* MAIN */
.main { flex: 1; padding: 32px; }

.page-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--text);
}

/* CARDS */
.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 20px;
}

/* FORMS */
.form-group { margin-bottom: 16px; }

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    background: var(--white);
    color: var(--text);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
    outline: none;
}

.form-group textarea { resize: vertical; min-height: 80px; }

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    border-radius: 12px;
}

.btn-primary:hover { background: var(--primary-dark); }

.btn-primary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.35);
}

.btn-danger { background: var(--danger); color: var(--white); }
.btn-danger:hover { opacity: 0.85; }
.btn-danger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.35);
}
.btn-sm { padding: 6px 12px; font-size: 13px; }

/* TABLE */
.table-wrap { overflow-x: auto; }

table { width: 100%; border-collapse: collapse; }

table th, table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

table th {
    font-weight: 600;
    color: var(--text-light);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table tr:hover { background: var(--primary-light); }

/* BADGE */
.badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.badge-price {
    background: var(--primary-light);
    color: var(--primary-dark);
}

/* TABS */
.tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }

.tab {
    padding: 8px 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--white);
    color: var(--text-light);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.tab:hover, .tab.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.search-box { position: relative; margin-bottom: 16px; }
.search-box input { width: 100%; padding: 10px 14px 10px 38px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; outline: none; }
.search-box input:focus { border-color: var(--primary); }
.search-box::before { content: '🔍'; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 14px; }

/* MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 100; align-items: center; justify-content: center; }
.modal-overlay.show { display: flex; }
.modal { background: var(--white); border-radius: var(--radius); padding: 28px; width: 90%; max-width: 480px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.modal h3 { margin-bottom: 20px; font-size: 18px; }
.modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }

@media (max-width: 768px) {
    .sidebar { display: none; }
    .main { padding: 16px; }
}

/* ORDER DETAIL */
.order-detail-wrap { max-width: 520px; margin: 40px auto; }
.order-detail-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.order-detail-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--border); background: var(--sidebar-bg); }
.order-number { font-size: 20px; font-weight: 700; color: var(--text); letter-spacing: -0.5px; }
.order-status-badge { padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; letter-spacing: 0.3px; }
.status-pending { background: #fff3e0; color: #e65100; }
.status-paid, .status-completed { background: var(--primary-light); color: var(--primary-dark); }
.order-detail-body { padding: 28px; }
.order-info-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f0f2f1; }
.order-info-row:last-of-type { border-bottom: none; }
.order-info-label { font-size: 13px; color: var(--text-light); font-weight: 500; }
.order-info-value { font-size: 14px; color: var(--text); font-weight: 500; text-align: right; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-price-block { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 18px 20px; background: var(--sidebar-bg); border-radius: var(--radius); }
.order-price-label { font-size: 14px; color: var(--text-light); font-weight: 500; }
.order-price-amount { font-size: 24px; font-weight: 700; color: var(--primary); letter-spacing: -0.5px; }
.order-detail-actions { padding: 0 28px 28px; display: flex; flex-direction: column; gap: 10px; }
.btn-pay { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 20px; background: var(--primary); color: var(--white); border: none; border-radius: var(--radius); font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.2s; text-decoration: none; text-align: center; }
.btn-pay:hover { background: var(--primary-dark); }
.btn-back { display: flex; align-items: center; justify-content: center; width: 100%; padding: 10px 20px; background: transparent; color: var(--text-light); border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; cursor: pointer; transition: all 0.2s; text-decoration: none; text-align: center; }
.btn-back:hover { border-color: var(--primary); color: var(--primary); }
.order-paid-msg { text-align: center; padding: 14px 20px; background: var(--primary-light); color: var(--primary-dark); border-radius: var(--radius); font-size: 15px; font-weight: 600; }


/* ========================================
   LAYOUT - Container (referans tema)
   ======================================== */
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

/* ========================================
   FRONT PAGE
   ======================================== */

.front-page {
    background: linear-gradient(180deg, var(--front-page-bg-top) 0%, var(--front-page-bg) 40%, var(--front-page-bg) 100%);
}

.front-page .front-main {
    flex: 1;
}

/* TOP BAR — 7/24 Otomatik: beyaz temada koyu, koyu temada beyaz arka plan */
.topbar {
    background: var(--topbar-bg);
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid var(--topbar-border);
}

.topbar span {
    color: var(--topbar-text);
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/* NAV */
.front-nav {
    background: var(--front-nav-bg);
    padding: 0 24px;
    height: 68px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--front-nav-border);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    position: sticky;
    top: 0;
    z-index: 50;
}

.front-nav .container {
    padding: 0 24px;
}

.front-nav-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.front-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.front-logo-img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.nav-search {
    display: flex;
    align-items: center;
    background: var(--nav-search-bg);
    border: 1px solid var(--nav-search-border);
    border-radius: 8px;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.nav-search-input {
    border: none;
    background: transparent;
    color: var(--text);
    padding: 10px 16px;
    font-size: 14px;
    outline: none;
    width: 100%;
    min-width: 0;
    font-family: inherit;
    -moz-appearance: textfield;
    appearance: textfield;
}

.nav-search-input::-webkit-outer-spin-button,
.nav-search-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-search-btn {
    background: var(--primary);
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition: background 0.2s;
    flex-shrink: 0;
}

.nav-search-btn:hover {
    background: var(--primary-dark);
}

.nav-search-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.4);
}

/* Koyu / aydınlık tema geçişi */
.dark--mode,
[data-theme-toggle] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    padding: 6px 4px;
    border-radius: 999px;
    transition: opacity 0.2s;
}

.dark--mode:hover,
[data-theme-toggle]:hover {
    opacity: 0.9;
}

.dark--mode .eg-sun-fill,
.dark--mode .eg-moon-fill,
[data-theme-toggle] .eg-sun-fill,
[data-theme-toggle] .eg-moon-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--text-light);
    font-size: 18px;
    line-height: 1;
    transition: color 0.2s;
}

.dark--mode .eg-sun-fill svg,
.dark--mode .eg-moon-fill svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

[data-theme="light"] .dark--mode .eg-sun-fill,
[data-theme="light"] [data-theme-toggle] .eg-sun-fill {
    color: #f59e0b;
}

[data-theme="dark"] .dark--mode .eg-moon-fill,
[data-theme="dark"] [data-theme-toggle] .eg-moon-fill {
    color: #a78bfa;
}

[data-theme="dark"] .dark--mode .eg-sun-fill,
[data-theme="dark"] [data-theme-toggle] .eg-sun-fill {
    color: rgba(255,255,255,0.4);
}

.dark--mode .switch,
[data-theme-toggle] .switch {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: var(--nav-search-bg);
    border: 1px solid var(--nav-search-border);
    position: relative;
    transition: background 0.2s, border-color 0.2s;
}

.dark--mode .switch span,
[data-theme-toggle] .switch span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary);
    transition: transform 0.25s ease;
}

[data-theme="dark"] .dark--mode .switch span,
[data-theme="dark"] [data-theme-toggle] .switch span {
    transform: translateX(22px);
    background: #a78bfa;
}

[data-theme-toggle]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.35);
    border-radius: 999px;
}

/* MAIN — genel desen dokusu */
.front-main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px 72px;
    position: relative;
    overflow-x: hidden;
}

.front-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.front-main > * { position: relative; z-index: 1; }

.front-section {
    margin-top: 48px;
    padding: 40px 0 56px;
}

.popular-platforms {
    padding-top: 56px;
    position: relative;
    overflow: hidden;
}

.popular-platforms::before {
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.popular-platforms .container { position: relative; z-index: 1; }

.section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 3px solid rgba(227,11,81,0.35);
    position: relative;
}

.section-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    height: 3px;
    background: var(--primary);
    border-radius: 0 2px 2px 0;
}

.section-heading-icon {
    font-size: 24px;
    line-height: 1;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--section-title-color);
    margin: 0;
    letter-spacing: -0.3px;
}

/* Ortak bölüm kartı — hero-trust ile aynı şekil ve çizgiler */
.section-card {
    background: var(--section-card-bg);
    border: var(--section-card-border);
    border-radius: var(--section-card-radius);
    box-shadow: var(--section-card-shadow);
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
}

.section-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

[data-theme="dark"] .section-card::before {
    background-image: radial-gradient(circle at center, rgba(255,255,255,0.04) 1px, transparent 1px);
}

.section-card > * { position: relative; z-index: 1; }

/* Bölüm başlığı — ikon daire + çizgi (hero-trust ile uyumlu) */
.section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--section-divider);
    position: relative;
}

.section-heading-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f2f7 0%, #e8eaf0 100%);
    border: 1px solid var(--section-block-icon-border);
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
}

[data-theme="dark"] .section-heading-icon-wrap {
    background: rgba(255,255,255,0.1);
    border-color: var(--section-block-icon-border);
}

.section-heading-icon {
    font-size: 22px;
    line-height: 1;
}

/* HERO — SosyalEvin tarzı koyu gradient banner */
.hero-section {
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    right: -5%;
    top: 0;
    bottom: 0;
    width: 45%;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 0;
}

.hero-section .container { position: relative; z-index: 1; }

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 200px;
    grid-row: 1 / 3;
}

.hero-image-wrap {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: min(420px, 50%);
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.hero-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.25));
}

.hero-main-card {
    background: linear-gradient(115deg, #1a1738 0%, #252248 35%, #2d2a52 60%, #352a4a 100%);
    border-radius: 20px;
    padding: 48px 44px;
    padding-right: min(460px, 52%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: visible;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    min-height: 360px;
}

.hero-main-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background: linear-gradient(90deg, rgba(0,0,0,0.12) 0%, transparent 100%);
    pointer-events: none;
}

.hero-main-card::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(227,11,81,0.22) 0%, rgba(227,11,81,0.08) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-badge-pink {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    width: fit-content;
    letter-spacing: 0.3px;
}

.hero-main-card h1 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.22;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.hero-main-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 440px;
    position: relative;
    z-index: 1;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #fff;
    padding: 12px 26px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    position: relative;
    z-index: 1;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(227,11,81,0.4);
    background: var(--primary-dark);
}

.hero-cta:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5), 0 8px 24px rgba(227,11,81,0.4);
}

.hero-cta-arrow {
    font-size: 16px;
    line-height: 1;
    opacity: 0.95;
}

/* Hero altı güven çubuğu — büyük ve belirgin */
.hero-trust {
    margin-top: 32px;
    padding: 0 24px;
}

.hero-trust-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.14);
    overflow: hidden;
    position: relative;
}

.hero-trust-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.hero-trust-card {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px 24px;
    position: relative;
    z-index: 1;
    transition: background 0.2s;
}

.hero-trust-card:hover {
    background: rgba(227,11,81,0.04);
}

.hero-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f2f7 0%, #e8eaf0 100%);
    color: var(--primary);
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.hero-trust-icon svg {
    width: 28px;
    height: 28px;
}

.hero-trust-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

[data-theme="dark"] .hero-trust-inner {
    background: var(--order-card-bg);
    border-color: rgba(255,255,255,0.22);
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}

[data-theme="dark"] .hero-trust-icon {
    background: rgba(255,255,255,0.1);
    color: #f472b6;
    border: 1px solid rgba(255,255,255,0.2);
}

[data-theme="dark"] .hero-trust-divider {
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.22), transparent);
}

.hero-trust-divider {
    width: 1px;
    min-height: 50px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.16), transparent);
    align-self: center;
    flex-shrink: 0;
}

.hero-side-card {
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.hero-side-1 { background: linear-gradient(135deg, #f5e6d8, #e8d5c4); }
.hero-side-2 { background: linear-gradient(135deg, #fce4ec, #f8bbd0); }

.hero-side-year {
    font-size: 11px;
    font-weight: 600;
    color: var(--hero-side-year);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-side-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--hero-side-title);
    letter-spacing: -0.5px;
}

.hero-side-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 7px 18px;
    border: 1px solid var(--hero-side-btn-border);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--hero-side-btn-color);
    text-decoration: none;
    transition: all 0.2s;
}

.hero-side-btn:hover {
    border-color: var(--hero-side-btn-hover);
    color: var(--hero-side-btn-hover);
}

/* CATEGORY GRID */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.cat-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    min-height: 90px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.15);
}

.cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2), 0 0 0 2px rgba(255,255,255,0.2);
}

.cat-card:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.5);
}

.cat-card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 2px 10px rgba(0,0,0,0.15);
    border: 2px solid rgba(255,255,255,0.45);
    flex-shrink: 0;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.cat-card:hover .cat-card-icon-wrap {
    transform: scale(1.05);
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.6);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 4px 16px rgba(0,0,0,0.2);
}

.cat-card-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }

.cat-card-icon-wrap-emoji .cat-card-icon { font-size: 30px; }

.cat-card-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.cat-card-name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: left;
}

/* SHOW ALL — daha davetkâr buton */
.show-all-wrap { text-align: center; margin-top: 28px; }

.show-all-btn {
    display: inline-block;
    padding: 14px 52px;
    background: transparent;
    border: 2px solid var(--primary);
    border-radius: 12px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s;
}

.show-all-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227,11,81,0.3);
}

.show-all-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.4);
}

/* SOSYAL MEDYADA UÇUŞA GEÇİN — değer bölümü */
.value-section {
    background: var(--front-page-bg);
    padding-top: 56px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.value-section::before {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    width: 35%;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
    z-index: 0;
}

.value-section::after {
    content: '';
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 120%;
    background-size: 40px 40px;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.06) 1px, transparent 1px);
    pointer-events: none;
    z-index: 0;
}

.value-section-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #0d9488 0%, #14b8a6 50%, #2dd4bf 100%);
    border-radius: 0 4px 4px 0;
}

.value-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.order-card.section-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 4px 0 0 4px;
    background-image: none;
    background-size: auto;
}

.value-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--section-title-color);
    margin-bottom: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
}

.value-desc {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 28px;
}

.value-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}

.value-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}

.value-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #10b981;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.value-visual {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-visual-center {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--section-card-bg);
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.value-center-logo {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.value-visual-orbit {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 280px;
    height: 280px;
}

.value-orbit-icon {
    position: absolute;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--section-card-bg);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none;
}

.value-orbit-1:hover { transform: translateX(-50%) scale(1.1); }
.value-orbit-2:hover { transform: translateY(-50%) scale(1.1); }
.value-orbit-3:hover { transform: translateX(-50%) scale(1.1); }
.value-orbit-4:hover { transform: translateY(-50%) scale(1.1); }
.value-orbit-icon:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.value-orbit-icon:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 11, 81, 0.5);
}

.value-orbit-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.value-orbit-1 { top: 0;   left: 50%;  transform: translateX(-50%); }
.value-orbit-2 { top: 50%; right: 0;  transform: translateY(-50%); }
.value-orbit-3 { bottom: 0; left: 50%;  transform: translateX(-50%); }
.value-orbit-4 { top: 50%; left: 0;   transform: translateY(-50%); }
.value-orbit-5 { top: 12%; right: 12%; }
.value-orbit-6 { bottom: 12%; left: 12%; }
.value-orbit-5:hover { transform: scale(1.1); }
.value-orbit-6:hover { transform: scale(1.1); }

@media (max-width: 900px) {
    .value-section-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .value-visual {
        min-height: 260px;
        order: -1;
    }
    .value-visual-orbit { width: 240px; height: 240px; }
    .value-orbit-icon { width: 44px; height: 44px; }
    .value-orbit-icon img { width: 22px; height: 22px; }
}

@media (max-width: 600px) {
    .value-list { grid-template-columns: 1fr; }
    .value-title { font-size: 24px; }
}

/* SOSYAL MEDYA GÜCÜNÜN YENİ ADRESİ — SMM tanıtım bölümü */
.smm-intro-section {
    background: var(--front-page-bg);
    padding-top: 56px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.smm-intro-section-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 0 4px 4px 0;
    z-index: 1;
}

.smm-intro-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.smm-intro-section .container.smm-intro-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.smm-intro-card { padding: 36px 32px; }

.smm-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.smm-intro-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
}

.smm-intro-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f2f7 0%, #e8eaf0 100%);
    border: 1px solid var(--section-block-icon-border);
    color: var(--primary);
    flex-shrink: 0;
}

.smm-intro-block-icon svg { width: 24px; height: 24px; }

[data-theme="dark"] .smm-intro-block-icon {
    background: rgba(255,255,255,0.1);
    border-color: var(--section-block-icon-border);
    color: #f472b6;
}

.smm-intro-block-inner { flex: 1; min-width: 0; }

.smm-intro-block-title { margin-bottom: 8px; }

.smm-intro-divider {
    height: 1px;
    margin: 20px 0 20px 64px;
    background: linear-gradient(90deg, var(--section-divider), transparent);
    flex-shrink: 0;
}

[data-theme="dark"] .smm-intro-divider {
    background: linear-gradient(90deg, var(--section-divider), transparent);
}

.smm-intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.smm-intro-image {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

.smm-intro-content {
    padding: 0 0 0 8px;
}

.smm-intro-list { margin-top: 8px; }

.smm-intro-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--section-title-color);
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.smm-intro-subtitle {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 28px;
    text-align: center;
}

.smm-intro-block {
    margin-bottom: 24px;
}

.smm-intro-block-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--section-title-color);
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.smm-intro-block p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.65;
    margin: 0;
}

.smm-intro-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.smm-intro-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.5;
}

.smm-intro-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

.smm-intro-footer {
    font-size: 14px;
    color: var(--text);
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

[data-theme="dark"] .smm-intro-section::before {
    background-image: radial-gradient(circle at center, rgba(255,255,255,0.06) 1px, transparent 1px);
}

@media (max-width: 900px) {
    .smm-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .smm-intro-visual {
        order: -1;
        min-height: 260px;
    }
    .smm-intro-content { padding: 0; }
    .smm-intro-title { font-size: 22px; }
    .smm-intro-divider { margin-left: 0; }
}

/* FAQ SECTION — tema ile uyumlu arka plan */
.faq-section {
    background: var(--front-page-bg);
    padding-top: 52px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.faq-section .container { position: relative; z-index: 1; }

.faq-heading { margin-bottom: 28px; align-items: flex-start; }
.faq-heading .faq-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--section-title-color);
    margin: 0 0 6px 0;
    letter-spacing: -0.3px;
}
.faq-heading .faq-desc {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 36px;
}

.faq-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--section-title-color);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.faq-desc {
    font-size: 15px;
    color: var(--text-light);
    margin: 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: var(--section-card-bg);
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid var(--section-divider);
    transition: box-shadow 0.25s, border-color 0.25s;
}

.faq-item:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.faq-item.open {
    border-color: rgba(227,11,81,0.2);
    box-shadow: 0 4px 20px rgba(227,11,81,0.08);
}

.faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    transition: background 0.2s;
    user-select: none;
}

.faq-head:hover {
    background: rgba(227, 11, 81, 0.04);
}

[data-theme="dark"] .faq-head:hover {
    background: rgba(255, 255, 255, 0.06);
}

.faq-item.open .faq-head {
    background: rgba(227,11,81,0.04);
}

.faq-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8eaed;
    color: #5f6368;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.25s, background 0.2s, color 0.2s;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: var(--primary);
    color: #fff;
}

.faq-head:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(227, 11, 81, 0.4);
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-body p {
    margin: 0;
    padding: 0 18px 18px;
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.65;
}

.faq-body p:first-child {
    padding-top: 0;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .faq-title {
        font-size: 20px;
    }
}

/* SITE FOOTER — tema ile uyumlu arka plan ve okunaklı metin */
.site-footer {
    background: var(--footer-bg);
    border-top: 1px solid var(--footer-bottom-border);
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 0;
}

.site-footer .footer-inner,
.site-footer .footer-bottom { position: relative; z-index: 1; }

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 52px 16px 36px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 52px;
    align-items: start;
}

.footer-brand {
    max-width: 420px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text);
    margin-bottom: 16px;
}

.footer-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.footer-logo-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.footer-desc {
    font-size: 14px;
    color: var(--footer-text);
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--nav-search-bg);
    border: 1px solid transparent;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.footer-social-icon:hover {
    transform: translateY(-2px);
    border-color: rgba(227, 11, 81, 0.3);
    box-shadow: 0 4px 12px rgba(227, 11, 81, 0.15);
}

.footer-social-icon:focus-visible {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(227, 11, 81, 0.3);
}

.footer-social-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-copy {
    font-size: 12px;
    color: var(--footer-text);
    line-height: 1.5;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 14px;
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-bottom {
    border-top: 1px solid var(--footer-bottom-border);
    padding: 18px 16px;
    max-width: 1200px;
    background: var(--footer-bottom-bg);
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom a {
    font-size: 13px;
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom a:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        padding: 32px 16px 24px;
    }
    .footer-bottom {
        justify-content: flex-start;
    }
}

/* Sipariş bölümü deseni */
#order-section {
    position: relative;
    overflow: hidden;
}

#order-section::before {
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    width: 55%;
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

#order-section .container { position: relative; z-index: 1; }

/* ORDER CARD (front) — section-card ile aynı çizgi ve gölge */
.order-card {
    background: var(--order-card-bg);
    border-radius: var(--section-card-radius);
    padding: 36px;
    box-shadow: var(--section-card-shadow);
    border: var(--section-card-border);
    position: relative;
    overflow: hidden;
}

.order-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 4px 0 0 4px;
}

.order-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--order-card-title);
    letter-spacing: -0.3px;
}

.order-card-desc { color: var(--order-card-desc); }

.order-link-input {
    background: var(--bg);
    border-color: var(--border);
    color: var(--text);
}

.order-back-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: var(--text-light);
    font-size: 13px;
    text-decoration: none;
}

.order-back-link:hover { color: var(--primary); }

.btn-full {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
}

/* FRONT RESPONSIVE */
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .hero-main-card { grid-row: auto; padding-right: 44px; min-height: auto; }
    .hero-image-wrap { width: 260px; right: 16px; max-height: 280px; }
    .hero-image { max-height: 280px; }
}
@media (max-width: 1024px) {
    .cat-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
    .front-main { padding: 0 16px 40px; }
    .front-nav { padding: 0 16px; height: auto; min-height: 60px; }
    .front-nav-inner { gap: 12px; flex-wrap: nowrap; }
    .front-logo-img { height: 44px; }
    .topbar { padding: 8px 16px; }
    .hero-main-card { padding: 28px; }
    .hero-image-wrap { display: none; }
    .hero-main-card h1 { font-size: 24px; }
    .hero-trust { margin-top: 24px; padding: 0 16px; }
    .hero-trust-inner { flex-direction: column; max-width: 100%; gap: 0; }
    .hero-trust-card { flex-direction: row; padding: 18px 20px; gap: 16px; justify-content: flex-start; }
    .hero-trust-icon { width: 48px; height: 48px; }
    .hero-trust-icon svg { width: 24px; height: 24px; }
    .hero-trust-label { font-size: 14px; text-align: left; }
    .hero-trust-divider { width: 100%; height: 1px; min-height: 1px; background: rgba(0,0,0,0.08); }
    .cat-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .cat-card { padding: 16px 14px; box-shadow: 0 3px 12px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.12); }
    .cat-card-icon-wrap { width: 56px; height: 56px; min-width: 56px; min-height: 56px; }
    .cat-card-icon-img { width: 28px; height: 28px; }
    .cat-card-name { font-size: 11px; }
    .order-card { padding: 24px 20px; }
    .nav-search { max-width: 220px; min-width: 120px; }
    .nav-search-input { padding: 8px 10px; font-size: 13px; }
    .nav-search-btn { padding: 8px 12px; font-size: 13px; }
    .dark--mode .switch { width: 38px; height: 20px; }
    .dark--mode .switch span { width: 14px; height: 14px; }
    [data-theme="dark"] .dark--mode .switch span { transform: translateX(22px); }
    .dark--mode .eg-sun-fill, .dark--mode .eg-moon-fill { width: 18px; height: 18px; font-size: 16px; }
    .dark--mode .eg-sun-fill svg, .dark--mode .eg-moon-fill svg { width: 16px; height: 16px; }
}

@media (max-width: 480px) {
    .front-nav-inner { gap: 8px; }
    .front-logo-img { height: 38px; }
    .nav-search { max-width: none; min-width: 0; flex: 1 1 0; }
    .nav-search-input { padding: 8px 10px; font-size: 16px; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .cat-card { flex-direction: column; align-items: flex-start; }
}
