/* Güneş'os Legal pages (Privacy / Terms / Support) — landing.css üzerine biner */
.lg-page {
    padding: 56px 0 80px;
    background: linear-gradient(180deg, #FFFBF5 0%, #FEF3C7 60%, #FFFBF5 100%);
    min-height: 70vh;
}
.lg-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    color: var(--ln-ink);
}
.lg-eyebrow {
    display: inline-block;
    background: linear-gradient(135deg, #FFEDD5, #FED7AA);
    color: var(--ln-brand);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.lg-wrap h1 {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
    color: #0F172A;
}
.lg-wrap h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
    margin: 36px 0 10px;
}
.lg-wrap p, .lg-wrap li {
    font-size: 15.5px;
    line-height: 1.65;
    color: #334155;
}
.lg-meta {
    color: var(--ln-muted);
    font-size: 13px;
    margin-bottom: 24px;
}
.lg-intro {
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(234, 88, 12, .12);
    border-radius: 16px;
    padding: 18px 22px;
    margin: 0 0 18px;
}
.lg-list {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 8px;
}
.lg-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}
.lg-list li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FCD34D, #EA580C);
}
.lg-wrap a {
    color: var(--ln-brand);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.lg-wrap a:hover { color: #B45309; }
.lg-back {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}
.lg-back a {
    text-decoration: none;
    color: var(--ln-muted);
    font-weight: 600;
    font-size: 14px;
}
.lg-back a:hover { color: var(--ln-brand); }

/* Support contact cards */
.lg-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 24px 0 36px;
}
.lg-contact-card {
    background: #fff;
    border: 1px solid rgba(234, 88, 12, .14);
    border-radius: 16px;
    padding: 22px 20px;
    text-decoration: none !important;
    color: var(--ln-ink) !important;
    display: block;
    transition: transform .15s ease, box-shadow .2s ease;
}
.lg-contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(234, 88, 12, .15);
}
.lg-ci {
    width: 44px; height: 44px; border-radius: 12px;
    background: linear-gradient(135deg, #FFEDD5, #FED7AA);
    color: var(--ln-brand);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px; margin-bottom: 12px;
}
.lg-contact-card h4 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.lg-contact-card p { margin: 0 0 6px; color: var(--ln-brand); font-weight: 600; }
.lg-contact-card span { display: block; font-size: 12px; color: var(--ln-muted); }

/* FAQ */
.lg-faq {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    margin: 10px 0;
    overflow: hidden;
    transition: box-shadow .2s ease;
}
.lg-faq[open] { box-shadow: 0 8px 24px rgba(234, 88, 12, .1); }
.lg-faq summary {
    cursor: pointer;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15px;
    color: #0F172A;
    list-style: none;
    position: relative;
}
.lg-faq summary::-webkit-details-marker { display: none; }
.lg-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px; top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--ln-brand);
    font-weight: 300;
}
.lg-faq[open] summary::after { content: "−"; }
.lg-faq > p {
    padding: 0 20px 18px;
    color: #475569;
    font-size: 14.5px;
    margin: 0;
}

.lg-cta {
    margin-left: 12px;
    vertical-align: middle;
}

@media (max-width: 720px) {
    .lg-page { padding: 36px 0 60px; }
    .lg-wrap h2 { font-size: 20px; }
    .lg-cta { margin-left: 0; margin-top: 12px; display: inline-flex; }
}
