/* GIZLILIK / KULLANIM KOSULLARI — Premium minimal */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #222; -webkit-font-smoothing: antialiased; }
.privacy-page { overflow-x: hidden; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Page Header */
.page-header { padding: 72px 24px 56px; max-width: 1120px; margin: 0 auto; border-bottom: 1px solid #EBEBEB; }
.page-header-label { font-size: 13px; font-weight: 600; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.page-header h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: #222; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 16px; }
.page-header-meta { display: flex; gap: 24px; flex-wrap: wrap; }
.page-header-meta span { font-size: 14px; color: #717171; display: flex; align-items: center; gap: 6px; }

/* Quick Nav */
.quick-nav { padding: 32px 0; border-bottom: 1px solid #EBEBEB; background: #fff; }
.nav-title { font-size: 12px; font-weight: 700; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.nav-grid { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #F7F7F7; border-radius: 100px; text-decoration: none; color: #484848; font-weight: 500; font-size: 13px; transition: all .2s; border: 1px solid transparent; }
.nav-item:hover { background: #fff; border-color: #222; color: #222; }
.nav-item i { font-size: 13px; color: #717171; }

/* Content Layout */
.privacy-content { padding: 64px 0 96px; }
.content-wrapper { display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start; }

/* Sidebar */
.sidebar-sticky { position: sticky; top: 96px; }
.sidebar-title { font-size: 12px; font-weight: 700; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.sidebar-nav { display: flex; flex-direction: column; gap: 2px; margin-bottom: 32px; }
.sidebar-link { padding: 10px 14px; color: #717171; text-decoration: none; font-size: 14px; font-weight: 500; border-radius: 8px; transition: all .15s; border-left: 2px solid transparent; }
.sidebar-link:hover { background: #F7F7F7; color: #222; }
.sidebar-link.active { background: #F7F7F7; color: #222; font-weight: 600; border-left-color: #222; }
.sidebar-cta { padding: 24px; border: 1px solid #EBEBEB; border-radius: 12px; }
.sidebar-cta i { font-size: 24px; color: #717171; margin-bottom: 12px; display: block; }
.sidebar-cta h4 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.sidebar-cta p { font-size: 13px; color: #717171; margin-bottom: 16px; line-height: 1.6; }
.cta-button { display: inline-block; padding: 10px 20px; background: #222; color: #fff; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 13px; transition: opacity .2s; }
.cta-button:hover { opacity: .85; }

/* Main Content */
.main-content { min-width: 0; }
.content-section { padding-bottom: 56px; margin-bottom: 56px; border-bottom: 1px solid #EBEBEB; scroll-margin-top: 96px; }
.content-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.section-icon { width: 40px; height: 40px; border-radius: 50%; background: #F7F7F7; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.section-icon i { font-size: 16px; color: #484848; }
.content-section h2 { font-size: 24px; font-weight: 700; color: #222; margin-bottom: 16px; letter-spacing: -.5px; }
.content-section p { font-size: 15px; color: #484848; line-height: 1.8; margin-bottom: 16px; }
.content-section p:last-child { margin-bottom: 0; }
.lead { font-size: 17px !important; color: #222 !important; }

/* Info / Warning Box */
.info-box, .warning-box { display: flex; gap: 14px; padding: 18px 20px; background: #F7F7F7; border-left: 3px solid #222; border-radius: 0 8px 8px 0; margin: 20px 0; }
.warning-box { border-left-color: var(--color-primary, #FF385C); }
.info-box i, .warning-box i { font-size: 18px; color: #484848; flex-shrink: 0; margin-top: 2px; }
.warning-box i { color: var(--color-primary, #FF385C); }
.info-box strong, .warning-box strong { display: block; font-size: 14px; font-weight: 700; color: #222; margin-bottom: 4px; }
.info-box p, .warning-box p { font-size: 14px; color: #484848; margin: 0; line-height: 1.6; }
.info-box a { color: #222; }

/* Data Grid */
.data-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.data-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; }
.data-icon { width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.data-icon i { font-size: 15px; color: #484848; }
.data-card h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 12px; }
.data-card ul { list-style: none; padding: 0; }
.data-card li { padding: 7px 0; font-size: 13px; color: #717171; border-bottom: 1px solid #EBEBEB; }
.data-card li:last-child { border-bottom: none; }

/* Purpose List */
.purpose-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.purpose-item { display: flex; gap: 20px; padding: 20px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; transition: background .2s; }
.purpose-item:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.purpose-number { width: 36px; height: 36px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.purpose-content h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 6px; }
.purpose-content p { font-size: 14px; color: #717171; margin: 0; line-height: 1.6; }

/* Sharing Cards */
.sharing-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.sharing-card { padding: 24px; background: #F7F7F7; border: 1px solid #EBEBEB; border-radius: 12px; transition: all .2s; }
.sharing-card:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.sharing-card i { font-size: 24px; color: #484848; margin-bottom: 12px; display: block; }
.sharing-card h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.sharing-card p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

/* Security Grid */
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.security-item { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; transition: all .2s; }
.security-item:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.security-icon { width: 40px; height: 40px; background: #fff; border: 1px solid #EBEBEB; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.security-icon i { font-size: 16px; color: #484848; }
.security-item h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.security-item p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

/* Cookie Types */
.cookie-types { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.cookie-type { padding: 18px 20px; background: #F7F7F7; border-radius: 8px; border-left: 3px solid #EBEBEB; }
.cookie-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.cookie-header i { font-size: 15px; color: #484848; }
.cookie-header h3 { font-size: 15px; font-weight: 700; color: #222; margin: 0; }
.cookie-type p { font-size: 13px; color: #717171; margin: 0; padding-left: 25px; line-height: 1.6; }

/* Service List */
.service-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.service-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: #F7F7F7; border-radius: 8px; border: 1px solid #EBEBEB; transition: background .2s; }
.service-item:hover { background: #fff; }
.service-item i { font-size: 24px; color: #484848; flex-shrink: 0; }
.service-item h4 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 3px; }
.service-item p { font-size: 13px; color: #717171; margin: 0; }

/* Rights Grid */
.rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.right-card { padding: 24px; background: #F7F7F7; border: 1px solid #EBEBEB; border-radius: 12px; transition: all .2s; }
.right-card:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.right-number { width: 32px; height: 32px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.right-card h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.right-card p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

/* Update Info */
.update-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.update-item { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #F7F7F7; border-radius: 8px; border: 1px solid #EBEBEB; }
.update-item i { font-size: 20px; color: #717171; }
.update-item strong { display: block; font-size: 12px; color: #717171; margin-bottom: 3px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.update-item p { font-size: 15px; font-weight: 700; color: #222; margin: 0; }

/* Contact Cards */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.contact-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; text-align: center; transition: all .2s; }
.contact-card:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.contact-card i { font-size: 24px; color: #484848; margin-bottom: 12px; display: block; }
.contact-card h4 { font-size: 14px; font-weight: 700; color: #222; margin-bottom: 8px; }
.contact-card a { color: #222; text-decoration: none; font-size: 14px; font-weight: 500; }
.contact-card a:hover { text-decoration: underline; }
.contact-card p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

/* Kullanım Koşulları özel bileşenler */
.definition-list { display: flex; flex-direction: column; gap: 0; margin: 24px 0; border: 1px solid #EBEBEB; border-radius: 12px; overflow: hidden; }
.definition-item { display: grid; grid-template-columns: 160px 1fr; gap: 0; border-bottom: 1px solid #EBEBEB; }
.definition-item:last-child { border-bottom: none; }
.definition-term { padding: 16px 20px; font-size: 14px; font-weight: 700; color: #222; background: #F7F7F7; }
.definition-desc { padding: 16px 20px; font-size: 14px; color: #484848; line-height: 1.6; }

.requirement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.requirement-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; }
.requirement-icon { width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.requirement-icon i { font-size: 15px; color: #484848; }
.requirement-card h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.requirement-card p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

.rules-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.rule-item { display: flex; gap: 20px; padding: 20px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; }
.rule-number { width: 32px; height: 32px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.rule-content h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 6px; }
.rule-content p { font-size: 14px; color: #717171; margin: 0; line-height: 1.6; }

.payment-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.payment-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; }
.payment-card i { font-size: 24px; color: #484848; margin-bottom: 12px; display: block; }
.payment-card h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 12px; }
.payment-card ul { list-style: none; padding: 0; }
.payment-card li { font-size: 13px; color: #717171; padding: 6px 0; border-bottom: 1px solid #EBEBEB; }
.payment-card li:last-child { border-bottom: none; }

.cancellation-timeline { display: flex; flex-direction: column; gap: 0; margin: 24px 0; border: 1px solid #EBEBEB; border-radius: 12px; overflow: hidden; }
.timeline-item { display: flex; align-items: center; gap: 20px; padding: 20px 24px; border-bottom: 1px solid #EBEBEB; background: #fff; transition: background .2s; }
.timeline-item:last-child { border-bottom: none; }
.timeline-item:hover { background: #F7F7F7; }
.timeline-badge { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; flex-shrink: 0; }
.timeline-badge.green { background: #00A699; }
.timeline-badge.yellow { background: #FFB400; }
.timeline-badge.orange { background: #FF8C00; }
.timeline-badge.red { background: #C13515; }
.timeline-content h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 3px; }
.timeline-content p { font-size: 13px; color: #717171; margin: 0; }
.refund-rate { display: inline-block; margin-top: 6px; font-size: 12px; font-weight: 700; color: #222; background: #F7F7F7; padding: 3px 10px; border-radius: 100px; border: 1px solid #EBEBEB; }

.obligations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.obligation-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; text-align: center; }
.obligation-card i { font-size: 24px; color: #484848; margin-bottom: 12px; display: block; }
.obligation-card h3 { font-size: 14px; font-weight: 700; color: #222; margin-bottom: 6px; }
.obligation-card p { font-size: 13px; color: #717171; margin: 0; }

.responsibility-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.responsibility-item { display: flex; gap: 16px; padding: 20px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; }
.resp-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.resp-icon.limited { background: #FFF3E0; color: #FF8C00; border: 1px solid #FFE0B2; }
.resp-icon.full { background: #E8F5E9; color: #00A699; border: 1px solid #C8E6C9; }
.resp-content h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 6px; }
.resp-content p { font-size: 14px; color: #717171; margin: 0; line-height: 1.6; }

.ip-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.ip-card { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; text-align: center; }
.ip-card i { font-size: 24px; color: #484848; margin-bottom: 12px; display: block; }
.ip-card h3 { font-size: 14px; font-weight: 700; color: #222; margin-bottom: 8px; }
.ip-card p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

.dispute-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.dispute-step { padding: 24px; background: #F7F7F7; border-radius: 12px; border: 1px solid #EBEBEB; text-align: center; }
.step-number { width: 40px; height: 40px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #fff; margin: 0 auto 14px; }
.dispute-step h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 8px; }
.dispute-step p { font-size: 13px; color: #717171; margin: 0; line-height: 1.6; }

.final-terms { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.final-terms li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #484848; line-height: 1.6; }
.final-terms li i { color: #222; font-size: 12px; margin-top: 4px; flex-shrink: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .content-wrapper { grid-template-columns: 1fr; }
  .sidebar { display: none; }
}
@media (max-width: 768px) {
  .data-grid, .sharing-cards, .security-grid, .rights-grid, .update-info,
  .requirement-grid, .payment-cards, .obligations-grid, .ip-cards, .dispute-steps { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .definition-item { grid-template-columns: 1fr; }
  .definition-term { border-bottom: 1px solid #EBEBEB; }
  .content-section h2 { font-size: 20px; }
  .nav-grid { flex-direction: column; }
}
