/* ============================================
   SOHBETROOM - ÖZEL SVG İKON SİSTEMİ
   Tüm emojiler yerine profesyonel inline SVG ikonlar
   ============================================ */

.sr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    vertical-align: middle;
}

.sr-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Boyut varyantları */
.sr-icon-xs { width: 14px; height: 14px; }
.sr-icon-sm { width: 16px; height: 16px; }
.sr-icon-md { width: 20px; height: 20px; }
.sr-icon-lg { width: 24px; height: 24px; }
.sr-icon-xl { width: 32px; height: 32px; }
.sr-icon-2xl { width: 40px; height: 40px; }
.sr-icon-3xl { width: 48px; height: 48px; }
.sr-icon-hero { width: 56px; height: 56px; }

/* Feature icon wrapper */
.feature-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.feature-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    border-radius: inherit;
}

.feature-icon-wrap .sr-icon {
    width: 32px;
    height: 32px;
    color: white;
    position: relative;
    z-index: 1;
}

.feature-icon-wrap.purple { background: linear-gradient(135deg, #8B5CF6, #7C3AED); box-shadow: 0 8px 25px rgba(139,92,246,0.35); }
.feature-icon-wrap.pink { background: linear-gradient(135deg, #EC4899, #DB2777); box-shadow: 0 8px 25px rgba(236,72,153,0.35); }
.feature-icon-wrap.blue { background: linear-gradient(135deg, #3B82F6, #2563EB); box-shadow: 0 8px 25px rgba(59,130,246,0.35); }
.feature-icon-wrap.green { background: linear-gradient(135deg, #10B981, #059669); box-shadow: 0 8px 25px rgba(16,185,129,0.35); }
.feature-icon-wrap.orange { background: linear-gradient(135deg, #F59E0B, #D97706); box-shadow: 0 8px 25px rgba(245,158,11,0.35); }
.feature-icon-wrap.red { background: linear-gradient(135deg, #EF4444, #DC2626); box-shadow: 0 8px 25px rgba(239,68,68,0.35); }
.feature-icon-wrap.cyan { background: linear-gradient(135deg, #06B6D4, #0891B2); box-shadow: 0 8px 25px rgba(6,182,212,0.35); }
.feature-icon-wrap.gradient { background: var(--gradient-main); box-shadow: 0 8px 25px rgba(139,92,246,0.35); }

/* Room icon wrapper */
.room-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.room-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
    border-radius: inherit;
}

.room-icon-wrap .sr-icon {
    width: 26px;
    height: 26px;
    color: white;
    position: relative;
    z-index: 1;
}

.room-icon-wrap.room-purple { background: linear-gradient(135deg, #8B5CF6, #6D28D9); }
.room-icon-wrap.room-amber { background: linear-gradient(135deg, #F59E0B, #D97706); }
.room-icon-wrap.room-red { background: linear-gradient(135deg, #EF4444, #DC2626); }
.room-icon-wrap.room-emerald { background: linear-gradient(135deg, #10B981, #059669); }

/* Social icon wrapper */
.social-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-glass);
    border: 1px solid var(--border-glass);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.social-icon-wrap:hover {
    background: var(--gradient-btn);
    color: white;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139,92,246,0.35);
}

.social-icon-wrap .sr-icon {
    width: 18px;
    height: 18px;
}

/* Nav icon styling with gradient on active */
.navbar-menu .sr-icon,
.mobile-nav-item .sr-icon {
    width: 20px;
    height: 20px;
}

.mobile-nav-item .sr-icon {
    width: 24px;
    height: 24px;
}

/* Logo icon */
.logo-icon-svg {
    width: 42px;
    height: 42px;
    background: var(--gradient-main);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(139,92,246,0.3);
    position: relative;
    overflow: hidden;
}

.logo-icon-svg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    border-radius: inherit;
}

.logo-icon-svg .sr-icon {
    width: 22px;
    height: 22px;
    color: white;
    position: relative;
    z-index: 1;
}

/* ============ YASAL SAYFALAR ============ */
.legal-page {
    padding-top: calc(var(--navbar-height) + 40px);
    padding-bottom: 60px;
    min-height: 100vh;
}

.legal-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-hero {
    text-align: center;
    margin-bottom: 48px;
    padding: 40px 0;
}

.legal-hero h1 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 900;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.legal-hero p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.legal-hero .legal-date {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 8px;
}

.legal-nav {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.legal-nav::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}

.legal-nav h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    color: var(--text-white);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legal-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 6px;
}

.legal-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
    color: var(--text-secondary);
    font-size: 0.88rem;
    transition: all 0.2s ease;
}

.legal-nav a:hover {
    background: var(--bg-glass);
    color: var(--primary-light);
    padding-left: 18px;
}

.legal-section {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.legal-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}

.legal-section:hover {
    border-color: var(--border-glass-strong);
    box-shadow: 0 0 30px rgba(139,92,246,0.08);
}

.legal-section h2 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-glass);
}

.legal-section h2 .sr-icon {
    color: var(--primary-light);
}

.legal-section h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--text-white);
    margin: 20px 0 10px;
}

.legal-section p,
.legal-section li {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-section ul,
.legal-section ol {
    padding-left: 20px;
    margin-bottom: 12px;
}

.legal-section li {
    margin-bottom: 6px;
}

.legal-section strong {
    color: var(--text-white);
}

.legal-highlight {
    background: rgba(139,92,246,0.08);
    border-left: 3px solid var(--primary);
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
    margin: 16px 0;
}

.legal-highlight p {
    margin-bottom: 0;
}

/* Contact form */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.contact-info-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-glow);
    box-shadow: 0 0 30px rgba(139,92,246,0.15);
}

.contact-form-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 32px;
}

/* FAQ */
.faq-item {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--border-glass-strong);
}

.faq-question {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--text-white);
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: var(--font-body);
}

.faq-question:hover {
    background: var(--bg-glass);
}

.faq-question .faq-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg-glass);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    background: var(--gradient-btn);
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 24px 18px;
    max-height: 500px;
}

.faq-answer p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* About page */
.about-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.team-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-glow);
    box-shadow: 0 0 30px rgba(139,92,246,0.15);
}

.team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--gradient-main);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.team-avatar .sr-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.team-card h4 {
    font-family: var(--font-heading);
    color: var(--text-white);
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.team-card p {
    color: var(--text-muted);
    font-size: 0.82rem;
}

/* Stats cards for about */
.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.about-stat-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.about-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(139,92,246,0.1);
}

.about-stat-card .stat-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-stat-card .stat-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .legal-hero h1 { font-size: 1.8rem; }
    .legal-section { padding: 24px 20px; }
    .legal-nav ul { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: 1fr; }
    .about-team-grid { grid-template-columns: repeat(2, 1fr); }
}
