/* Statik sayfalar (SSS, Yasal, İletişim, 404) — kiralama.css değişkenlerini kullanır */
.pg { font-family: "DM Sans", sans-serif; color: var(--rnt-text, #545454); padding: 16px 0 80px; }
.pg h1, .pg h2, .pg h3, .pg h4 { font-family: "Poppins", sans-serif; color: var(--rnt-ink, #101828); }
.pg-head { padding: 28px 0 32px; }
.pg-head h1 { font-size: 38px; font-weight: 700; letter-spacing: -.02em; margin: 10px 0 10px; }
.pg-head p { font-size: 16px; max-width: 640px; margin: 0; line-height: 1.6; }
@media (max-width: 767px) { .pg-head h1 { font-size: 30px; } }
.pg-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 991px) { .pg-grid { grid-template-columns: 1fr; gap: 24px; } }
.pg-nav { position: sticky; top: 96px; border: 1px solid var(--rnt-line); border-radius: 14px; padding: 10px; background: #fff; }
.pg-nav a { display: block; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--rnt-text); text-decoration: none; }
.pg-nav a:hover, .pg-nav a.active { background: var(--rnt-surface); color: var(--rnt-ink); }
@media (max-width: 991px) { .pg-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px; } .pg-nav a { padding: 8px 12px; } }
.pg-section { scroll-margin-top: 100px; margin-bottom: 40px; }
.pg-section h2 { font-size: 22px; font-weight: 600; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--rnt-line); }
.pg-section h3 { font-size: 16px; font-weight: 600; margin: 22px 0 8px; }
.pg-section p, .pg-section li { font-size: 15px; line-height: 1.7; }
.pg-section ul { padding-left: 20px; }
.pg-section table { width: 100%; font-size: 14px; border-collapse: collapse; }
.pg-section td, .pg-section th { padding: 8px 10px; border: 1px solid var(--rnt-line); vertical-align: top; }
.pg-section th { background: var(--rnt-surface); text-align: left; }
/* Akordeon */
.faq { border: 1px solid var(--rnt-line); border-radius: 14px; overflow: hidden; margin-bottom: 10px; background: #fff; }
.faq summary { list-style: none; cursor: pointer; padding: 16px 18px; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 15px; color: var(--rnt-ink); display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 20px; line-height: 1; color: var(--rnt-muted); flex-shrink: 0; transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq[open] summary { border-bottom: 1px solid var(--rnt-line); }
.faq .a { padding: 14px 18px 18px; font-size: 14.5px; line-height: 1.7; }
.faq .a p:last-child { margin-bottom: 0; }
/* İletişim */
.ct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
@media (max-width: 767px) { .ct-grid { grid-template-columns: 1fr; } }
.ct-card { border: 1px solid var(--rnt-line); border-radius: 16px; padding: 22px; background: #fff; }
.ct-card .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--rnt-accent-soft); color: var(--rnt-accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.ct-card .ic svg { width: 20px; height: 20px; }
.ct-card h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
.ct-card p { margin: 0; font-size: 14.5px; line-height: 1.6; }
.ct-card a { color: var(--rnt-ink); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.ct-map { border-radius: 16px; overflow: hidden; border: 1px solid var(--rnt-line); }
.ct-map iframe { display: block; width: 100%; height: 420px; border: 0; }
.ct-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
/* 404 */
.nf { text-align: center; padding: 70px 0 90px; }
.nf .big { font-family: "Poppins", sans-serif; font-size: 120px; font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--rnt-ink); }
.nf .big span { color: var(--rnt-accent); }
.nf h1 { font-size: 26px; margin: 10px 0 8px; }
.nf p { max-width: 480px; margin: 0 auto 24px; font-size: 15.5px; }
.nf .links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
