/* Davettim v5 — Inner pages */

/* Legal */

.lp{background:#0b0907;min-height:100vh;padding-bottom:100px}
.lp-hero{padding:100px 0 64px;text-align:center;position:relative}
.lp-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(201,168,76,.055) 0%,transparent 65%);pointer-events:none}
.lp-ew{display:inline-flex;align-items:center;gap:12px;font-size:.6rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:#c9a84c;margin-bottom:18px}
.lp-ewl{height:1px;width:30px;background:linear-gradient(90deg,transparent,#c9a84c)}
.lp-ewl.r{background:linear-gradient(90deg,#c9a84c,transparent)}
.lp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:300;color:#f0e8d8;line-height:1.12;margin-bottom:16px}
.lp-hero h1 em{font-style:italic;color:#c9a84c}
.lp-meta{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.73rem;color:#8a7e6e;flex-wrap:wrap}
.lp-meta span{display:flex;align-items:center;gap:6px}
.lp-meta i{color:#c9a84c;font-size:.68rem}
.lp-wrap{max-width:840px;margin:0 auto;padding:0 20px}
/* TOC */
.lp-toc{background:#111009;border:1px solid rgba(201,168,76,.11);border-radius:14px;padding:20px 26px;margin-bottom:24px}
.lp-toc-lbl{font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:#7a6e60;font-weight:700;margin-bottom:10px}
.lp-toc-links{display:flex;flex-wrap:wrap;gap:7px}
.lp-toc-link{font-size:.74rem;color:#a89880;padding:5px 11px;background:rgba(255,255,255,.02);border:1px solid rgba(201,168,76,.09);border-radius:6px;text-decoration:none;transition:all .25s cubic-bezier(0.22,1,0.36,1)}
.lp-toc-link:hover{color:#c9a84c;border-color:rgba(201,168,76,.3);background:rgba(201,168,76,.06);transform:translateY(-1px)}
/* Section cards */
.ls{background:#111009;border:1px solid rgba(201,168,76,.09);border-radius:14px;padding:34px 38px;margin-bottom:12px;scroll-margin-top:88px;transition:border-color .3s,box-shadow .3s}
.ls:hover{border-color:rgba(201,168,76,.18);box-shadow:0 4px 20px rgba(0,0,0,.2)}
@media(max-width:580px){.ls{padding:22px 18px}}
.ls-head{display:flex;align-items:center;gap:13px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(201,168,76,.07)}
.ls-ico{width:36px;height:36px;border-radius:9px;background:rgba(201,168,76,.07);border:1px solid rgba(201,168,76,.14);display:flex;align-items:center;justify-content:center;color:#c9a84c;font-size:.8rem;flex-shrink:0}
.ls-n{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:#7a6e5e;font-weight:700;display:block;margin-bottom:2px}
.ls h2{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:400;color:#e8e0d0;margin:0}
.lb{color:#8a7e6e;font-size:.85rem;line-height:1.92;font-weight:300}
.lb p{margin-bottom:12px}.lb p:last-child{margin-bottom:0}
.lb strong{color:#ccc3b0;font-weight:500}
.lb a{color:#c9a84c;text-decoration:underline;text-decoration-color:rgba(201,168,76,.3)}
.lb a:hover{text-decoration-color:#c9a84c}
.ll{list-style:none;padding:0;margin:8px 0 12px;display:flex;flex-direction:column;gap:7px}
.ll li{display:flex;align-items:flex-start;gap:9px;font-size:.84rem;color:#8a7e6e;font-weight:300;line-height:1.65}
.ll li::before{content:'';width:4px;height:4px;border-radius:50%;background:#c9a84c;flex-shrink:0;margin-top:9px;opacity:.55}
.lhi{background:rgba(201,168,76,.04);border:1px solid rgba(201,168,76,.13);border-left:3px solid rgba(201,168,76,.7);border-radius:0 9px 9px 0;padding:13px 17px;margin:14px 0;font-size:.82rem;color:#a8987e;font-weight:300;line-height:1.72}
.lgr{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
@media(max-width:480px){.lgr{grid-template-columns:1fr}}
.lgr-item{background:rgba(255,255,255,.018);border:1px solid rgba(201,168,76,.07);border-radius:9px;padding:13px 15px}
.lgr-t{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c9a84c;margin-bottom:5px}
.lgr-item p{font-size:.78rem;color:#9a8e7e;font-weight:300;line-height:1.55;margin:0}
/* CTA */
.lp-cta{background:linear-gradient(135deg,#141008,#1a1810);border:1px solid rgba(201,168,76,.16);border-radius:14px;padding:34px 38px;text-align:center;margin-top:24px}
@media(max-width:580px){.lp-cta{padding:24px 18px}}
.lp-cta h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:300;color:#e8e0d0;margin-bottom:7px}
.lp-cta p{font-size:.8rem;color:#8a7e6e;font-weight:300;margin-bottom:18px;line-height:1.6}
.lp-cta a{display:inline-flex;align-items:center;gap:8px;padding:9px 22px;border-radius:999px;background:linear-gradient(135deg,#d4a843,#c9a84c);color:#0b0907;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(0.22,1,0.36,1);box-shadow:0 4px 14px rgba(201,168,76,.28);position:relative;overflow:hidden}
.lp-cta a::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.2) 45%,rgba(255,255,255,.05) 50%,transparent 55%);background-size:300% 100%;animation:lp-cta-shimmer 4s ease-in-out infinite}
@keyframes lp-cta-shimmer{0%{background-position:150% 0}50%{background-position:-50% 0}100%{background-position:150% 0}}
.lp-cta a:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(201,168,76,.45)}

/* Sablonlar */

.sablonlar-page {
    min-height: 100vh;
    background: #0b0907;
    padding-top: 100px;
}

/* ── Hero ──────────────────────────────────────────────────── */
.sablonlar-hero {
    text-align: center;
    padding: 60px 20px 40px;
    max-width: 720px;
    margin: 0 auto;
}
.sablonlar-hero .eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 18px;
    background: rgba(201,168,76,0.1);
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(201,168,76,0.2);
}
.sablonlar-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
}
.sablonlar-hero h1 em {
    font-style: italic;
    color: #e8c872;
    background: none;
    -webkit-text-fill-color: currentColor;
    background-clip: unset;
}
.sablonlar-hero .subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}

/* ── Filter Tabs ───────────────────────────────────────────── */
.filter-bar {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px 48px;
    flex-wrap: wrap;
}
.filter-tab {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
    user-select: none;
}
.filter-tab:hover {
    background: rgba(201,168,76,0.1);
    border-color: rgba(201,168,76,0.3);
    color: #c9a84c;
    transform: translateY(-1px);
}
.filter-tab.active {
    background: linear-gradient(135deg, #c9a84c, #b8943e);
    border-color: #c9a84c;
    color: #0b0907;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}

/* ── Grid ──────────────────────────────────────────────────── */
.templates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 80px;
}
@media (max-width: 992px) {
    .templates-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .templates-grid { grid-template-columns: 1fr; max-width: 420px; }
}

/* ── Card ──────────────────────────────────────────────────── */
.template-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease, border-color 0.35s ease;
    position: relative;
}
.template-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 50% 0%, var(--plan-color, rgba(201,168,76,0.06)), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}
.template-card:hover::after { opacity: 1; }
.template-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: var(--plan-color, rgba(201,168,76,0.4));
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 32px rgba(201,168,76,0.06);
}
.template-card .preview {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.template-card .preview::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(11,9,7,0.6) 100%);
    pointer-events: none;
}
.template-card .preview i {
    font-size: 2.4rem;
    color: rgba(255,255,255,0.25);
    z-index: 1;
    transition: transform 0.3s, color 0.3s;
}
.template-card:hover .preview i {
    transform: scale(1.1);
    color: var(--plan-color, rgba(201,168,76,0.5));
}
.template-card .card-body {
    padding: 20px;
}
.template-card .card-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.template-card .plan-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.badge-standart {
    background: rgba(201,168,76,0.12);
    color: #c9a84c;
    border: 1px solid rgba(201,168,76,0.25);
}
.badge-premium {
    background: rgba(255,215,0,0.12);
    color: #ffd700;
    border: 1px solid rgba(255,215,0,0.25);
}
.template-card .btn-use {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 0;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--plan-color, #c9a84c);
    color: var(--plan-color, #c9a84c);
    background: transparent;
}
.template-card .btn-use:hover {
    background: var(--plan-color, #c9a84c);
    color: #0b0907;
    box-shadow: 0 4px 16px rgba(201,168,76,0.25);
    transform: translateY(-1px);
}

/* ── Section Label ─────────────────────────────────────────── */
.plan-section-label {
    text-align: center;
    padding: 0 20px 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.plan-section-label h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.plan-section-label h2 .accent { color: var(--accent); }
.plan-section-label p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.45);
}
.plan-divider {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 24px;
}
.plan-divider hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── Empty State ───────────────────────────────────────────── */
.templates-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: rgba(255,255,255,0.35);
    font-size: 1rem;
}

/* Blog */

.blog-hero {
    padding: 100px 20px 50px;
    text-align: center;
    background: linear-gradient(180deg, rgba(201,168,76,.08) 0%, transparent 100%);
}
.blog-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #c9a84c;
    margin-bottom: 10px;
    letter-spacing: .02em;
}
.blog-hero p {
    color: rgba(255,255,255,.55);
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0 auto;
}
.blog-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 20px 40px;
    max-width: 900px;
    margin: 0 auto;
}
.blog-cat-pill {
    padding: 7px 18px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(201,168,76,.2);
    background: rgba(201,168,76,.06);
    color: rgba(255,255,255,.6);
    transition: all .3s cubic-bezier(0.22,1,0.36,1);
}
.blog-cat-pill:hover {
    background: rgba(201,168,76,.12);
    color: #c9a84c;
    border-color: rgba(201,168,76,.4);
    transform: translateY(-1px);
}
.blog-cat-pill.active {
    background: rgba(201,168,76,.18);
    color: #c9a84c;
    border-color: rgba(201,168,76,.5);
    box-shadow: 0 2px 12px rgba(201,168,76,.15);
}
.blog-cat-pill .count {
    font-size: .7rem;
    opacity: .5;
    margin-left: 4px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px;
}
@media (max-width: 1100px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 16px 40px; } }
.blog-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(201,168,76,.1);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .4s cubic-bezier(0.22,1,0.36,1), box-shadow .4s ease, border-color .3s;
    display: flex;
    flex-direction: column;
    position: relative;
}
.blog-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(201,168,76,.04), transparent 60%);
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
}
.blog-card:hover::after { opacity: 1; }
.blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201,168,76,.2);
    box-shadow: 0 20px 56px rgba(201,168,76,.12), 0 0 32px rgba(0,0,0,.2);
}
.blog-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.blog-card-img-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(11,9,7,.9));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(201,168,76,.25);
}
.blog-card-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.blog-card-cat {
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    background: rgba(201,168,76,.1);
    color: #c9a84c;
    border: 1px solid rgba(201,168,76,.2);
    text-decoration: none;
}
.blog-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}
.blog-card-title a:hover { color: #c9a84c; }
.blog-card-excerpt {
    color: rgba(255,255,255,.5);
    font-size: .88rem;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .78rem;
    color: rgba(255,255,255,.35);
    border-top: 1px solid rgba(201,168,76,.08);
    padding-top: 14px;
    margin-top: auto;
}
.blog-card-read {
    color: #c9a84c;
    text-decoration: none;
    font-weight: 600;
    font-size: .82rem;
    transition: color .2s, gap .2s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.blog-card-read::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .7rem;
    transition: transform .2s;
}
.blog-card-read:hover::after { transform: translateX(3px); }
.blog-card-read:hover { color: #e8d5a3; }
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 20px 80px;
}
.blog-pagination a, .blog-pagination span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(201,168,76,.15);
    color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.03);
    transition: all .3s cubic-bezier(0.22,1,0.36,1);
}
.blog-pagination a:hover {
    background: rgba(201,168,76,.1);
    color: #c9a84c;
    border-color: rgba(201,168,76,.3);
    transform: translateY(-2px);
}
.blog-pagination .current {
    background: linear-gradient(135deg, rgba(201,168,76,.2), rgba(201,168,76,.1));
    color: #c9a84c;
    border-color: rgba(201,168,76,.5);
    box-shadow: 0 2px 12px rgba(201,168,76,.15);
}
.blog-empty {
    text-align: center;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-empty i { font-size: 3rem; color: rgba(201,168,76,.2); margin-bottom: 16px; display: block; }
.blog-empty p { color: rgba(255,255,255,.4); font-size: 1rem; }

/* Iletisim */

html,body{background:#0b0907!important;color:#f0e8d8!important}body::before{display:none!important}

/* hakkimizda.php */
.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0}
@media(max-width:640px){.about-values{grid-template-columns:1fr}}
.av-item{background:rgba(201,168,76,.03);border:1px solid rgba(201,168,76,.1);border-radius:10px;padding:18px;text-align:center}
.av-icon{font-size:1.6rem;margin-bottom:8px}
.av-title{font-size:.78rem;font-weight:600;color:#ccc3b0;margin-bottom:5px;letter-spacing:.04em}
.av-desc{font-size:.76rem;color:#6a5e50;line-height:1.55;font-weight:300}
.team-note{background:rgba(201,168,76,.04);border:1px solid rgba(201,168,76,.12);border-radius:10px;padding:20px 24px;margin:14px 0;display:flex;gap:14px;align-items:flex-start}
.team-note i{color:#c9a84c;font-size:1.1rem;margin-top:2px;flex-shrink:0}

/* blog-yazi.php */
.blog-post-hero {
    position: relative;
    padding: 110px 20px 50px;
    text-align: center;
    background: linear-gradient(180deg, rgba(201,168,76,.06) 0%, transparent 100%);
}
.blog-post-hero .bp-cats {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.blog-post-hero .bp-cat {
    padding: 4px 14px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    background: rgba(201,168,76,.1);
    color: #c9a84c;
    border: 1px solid rgba(201,168,76,.2);
    text-decoration: none;
    transition: all .2s;
}
.blog-post-hero .bp-cat:hover { background: rgba(201,168,76,.2); }
.blog-post-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 16px;
    line-height: 1.25;
}
.blog-post-hero .bp-meta {
    color: rgba(255,255,255,.4);
    font-size: .88rem;
}
.blog-post-hero .bp-meta span { color: rgba(201,168,76,.7); }
.blog-post-cover {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.blog-post-cover img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(201,168,76,.1);
    display: block;
    transition: transform .5s cubic-bezier(0.22,1,0.36,1), box-shadow .4s;
}
.blog-post-cover:hover img {
    transform: scale(1.01);
    box-shadow: 0 12px 40px rgba(0,0,0,.3);
}
.blog-post-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 60px;
    color: rgba(255,255,255,.75);
    font-size: 1.05rem;
    line-height: 1.85;
}
.blog-post-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #fff;
    margin: 40px 0 16px;
    font-weight: 700;
}
.blog-post-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: rgba(255,255,255,.9);
    margin: 32px 0 12px;
    font-weight: 700;
}
.blog-post-content p { margin-bottom: 18px; }
.blog-post-content a { color: #c9a84c; text-decoration: underline; text-underline-offset: 3px; }
.blog-post-content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 24px 0;
    border: 1px solid rgba(201,168,76,.1);
}
.blog-post-content blockquote {
    border-left: 3px solid #c9a84c;
    padding: 16px 24px;
    margin: 24px 0;
    background: rgba(201,168,76,.04);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: rgba(255,255,255,.6);
}
.blog-post-content ul, .blog-post-content ol {
    margin: 16px 0;
    padding-left: 24px;
}
.blog-post-content li { margin-bottom: 8px; }
.blog-post-content pre {
    background: rgba(0,0,0,.4);
    border: 1px solid rgba(201,168,76,.1);
    border-radius: 12px;
    padding: 20px;
    overflow-x: auto;
    font-size: .88rem;
    margin: 24px 0;
}
.blog-post-content code {
    background: rgba(201,168,76,.08);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .9em;
}
.blog-post-content pre code { background: none; padding: 0; }

/* ── Yorum bölümü ── */
.cmt-section {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 60px;
}
.cmt-divider {
    border: none;
    border-top: 1px solid rgba(201,168,76,.1);
    margin: 0 0 40px;
}
.cmt-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cmt-heading i { color: #c9a84c; font-size: 1.1rem; }
.cmt-heading .cmt-count {
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255,255,255,.35);
    background: rgba(201,168,76,.08);
    border: 1px solid rgba(201,168,76,.15);
    padding: 3px 10px;
    border-radius: 999px;
    margin-left: 6px;
}
.cmt-form {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(201,168,76,.1);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}
.cmt-form-title {
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    margin-bottom: 16px;
    letter-spacing: .04em;
}
.cmt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.cmt-input, .cmt-textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(201,168,76,.12);
    border-radius: 10px;
    color: #f0e8d8;
    font-size: .88rem;
    font-family: inherit;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
}
.cmt-input::placeholder, .cmt-textarea::placeholder { color: rgba(255,255,255,.25); }
.cmt-input:focus, .cmt-textarea:focus { border-color: rgba(201,168,76,.4); box-shadow: 0 0 0 3px rgba(201,168,76,.06); transform: translateY(-1px); }
.cmt-textarea { resize: vertical; min-height: 90px; margin-bottom: 14px; }
.cmt-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: linear-gradient(135deg, #c9a84c, #a88a3a);
    border: none;
    border-radius: 10px;
    color: #0b0907;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.22,1,0.36,1);
    font-family: inherit;
    position: relative;
    overflow: hidden;
}
.cmt-submit::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.2) 45%, rgba(255,255,255,.05) 50%, transparent 55%);
    background-size: 300% 100%;
    animation: cmt-btn-shimmer 4s ease-in-out infinite;
}
@keyframes cmt-btn-shimmer { 0% { background-position: 150% 0; } 50% { background-position: -50% 0; } 100% { background-position: 150% 0; } }
.cmt-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,.25); }
.cmt-alert {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: .84rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cmt-alert-ok { background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.2); color: #4ade80; }
.cmt-alert-err { background: rgba(240,128,128,.08); border: 1px solid rgba(240,128,128,.2); color: #f08080; }

.cmt-list { display: flex; flex-direction: column; gap: 16px; }
.cmt-item {
    display: flex;
    gap: 14px;
    padding: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(201,168,76,.08);
    border-radius: 14px;
    transition: border-color .3s, transform .3s, box-shadow .3s;
}
.cmt-item:hover { border-color: rgba(201,168,76,.2); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.cmt-avatar {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    color: #c9a84c;
    background: rgba(201,168,76,.1);
    border: 1px solid rgba(201,168,76,.15);
    overflow: hidden;
}
.cmt-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cmt-body { flex: 1; min-width: 0; }
.cmt-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.cmt-author {
    font-size: .88rem;
    font-weight: 600;
    color: #f0e8d8;
}
.cmt-date {
    font-size: .74rem;
    color: rgba(255,255,255,.3);
}
.cmt-badge {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 2px 8px;
    border-radius: 6px;
    background: rgba(201,168,76,.1);
    color: #c9a84c;
    border: 1px solid rgba(201,168,76,.18);
}
.cmt-text {
    font-size: .9rem;
    line-height: 1.7;
    color: rgba(255,255,255,.6);
}
.cmt-empty {
    text-align: center;
    padding: 32px 20px;
    color: rgba(255,255,255,.3);
    font-size: .88rem;
}
.cmt-empty i { display: block; font-size: 1.6rem; margin-bottom: 10px; opacity: .4; }
@media (max-width: 600px) {
    .cmt-form-row { grid-template-columns: 1fr; }
    .cmt-section { padding: 0 16px 40px; }
    .cmt-item { padding: 16px; gap: 10px; }
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(201,168,76,.08);
    border: 1px solid rgba(201,168,76,.2);
    border-radius: 10px;
    color: #c9a84c;
    text-decoration: none;
    font-weight: 600;
    font-size: .85rem;
    transition: all .2s;
    margin-bottom: 32px;
}
.blog-back-link:hover { background: rgba(201,168,76,.15); }

.blog-related {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    border-top: 1px solid rgba(201,168,76,.08);
}
.blog-related h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #c9a84c;
    text-align: center;
    margin-bottom: 32px;
}
.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 900px) { .blog-related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
    .blog-related-grid { grid-template-columns: 1fr; }
    .blog-post-hero h1 { font-size: 1.8rem; }
    .blog-post-content { font-size: .95rem; padding: 0 16px 40px; }
}
.blog-rel-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(201,168,76,.1);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    display: block;
}
.blog-rel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(201,168,76,.1);
}
.blog-rel-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.blog-rel-card .placeholder {
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, rgba(201,168,76,.1), rgba(11,9,7,.8));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(201,168,76,.2);
}
.blog-rel-card .body {
    padding: 18px;
}
.blog-rel-card .title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3;
}
.blog-rel-card .date {
    font-size: .78rem;
    color: rgba(255,255,255,.35);
}

/* davetiye-nasil-olusturulur.php */
.how-step{display:flex;gap:18px;align-items:flex-start;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid rgba(201,168,76,.08)}
.how-step:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}
.how-step-num{width:44px;height:44px;border-radius:12px;background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.22);display:flex;align-items:center;justify-content:center;font-weight:700;color:#c9a84c;font-size:1rem;flex-shrink:0;transition:all .3s}
.how-step:hover .how-step-num{background:linear-gradient(135deg,rgba(201,168,76,.2),rgba(201,168,76,.1));border-color:rgba(201,168,76,.4);transform:scale(1.05);box-shadow:0 4px 16px rgba(201,168,76,.15)}
.how-step-body h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:400;color:#e8e0d0;margin:0 0 8px}
.how-step-body p{margin:0;font-size:.85rem;color:#8a7e6e;line-height:1.75;font-weight:300}
@media(max-width:580px){.how-step{flex-direction:column;gap:12px;align-items:flex-start}}
.how-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:32px 0 40px}
.how-ov-card{background:rgba(201,168,76,.04);border:1px solid rgba(201,168,76,.1);border-radius:14px;padding:24px 18px;text-align:center;transition:all .35s cubic-bezier(0.22,1,0.36,1);position:relative;overflow:hidden}
.how-ov-card::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(201,168,76,.06),transparent 70%);opacity:0;transition:opacity .3s;pointer-events:none}
.how-ov-card:hover::after{opacity:1}
.how-ov-card:hover{border-color:rgba(201,168,76,.3);transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.35),0 0 24px rgba(201,168,76,.05)}
.how-ov-num{font-size:.7rem;letter-spacing:.14em;color:#c9a84c;font-weight:700;margin-bottom:10px}
.how-ov-icon{width:44px;height:44px;border-radius:12px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.18);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#c9a84c;font-size:1rem}
.how-ov-title{font-family:'Cormorant Garamond',serif;font-size:1rem;color:#e8e0d0;font-weight:400;line-height:1.3}
@media(max-width:768px){.how-overview{grid-template-columns:repeat(2,1fr);gap:12px}}
@media(max-width:420px){.how-overview{grid-template-columns:1fr;gap:10px}}

/* uzak-mesafe-sozlesmesi.php */
.surec-steps{display:flex;flex-direction:column;gap:0;margin:16px 0}
.surec-step{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(201,168,76,.06)}
.surec-step:last-child{border-bottom:none}
.step-num{width:30px;height:30px;border-radius:50%;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#c9a84c;flex-shrink:0;margin-top:2px}
.step-body strong{display:block;font-size:.84rem;color:#ccc3b0;font-weight:600;margin-bottom:3px}
.step-body p{font-size:.8rem;color:#8a7e6e;line-height:1.6;margin:0}
.cayma-no{background:rgba(220,80,80,.04);border:1px solid rgba(220,80,80,.18);border-left:3px solid rgba(220,80,80,.55);border-radius:0 9px 9px 0;padding:14px 18px;margin:14px 0;font-size:.84rem;color:#c89090;font-weight:300;line-height:1.7}
.teslim-box{background:linear-gradient(135deg,rgba(201,168,76,.06),rgba(201,168,76,.02));border:1px solid rgba(201,168,76,.25);border-radius:12px;padding:20px 22px;margin:16px 0;display:flex;gap:14px;align-items:flex-start}
.teslim-icon{font-size:1.5rem;flex-shrink:0}
.teslim-text strong{display:block;font-size:.9rem;color:#e0d8c8;font-weight:600;margin-bottom:5px}
.teslim-text p{font-size:.82rem;color:#9a8e7e;line-height:1.65;margin:0}

/* gizlilik.php */
.lp{background:#0b0907;min-height:100vh;padding-bottom:100px}
.lp-hero{padding:100px 0 64px;text-align:center;position:relative}
.lp-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(201,168,76,.055) 0%,transparent 65%);pointer-events:none}
.lp-ew{display:inline-flex;align-items:center;gap:12px;font-size:.6rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:#c9a84c;margin-bottom:18px}
.lp-ewl{height:1px;width:30px;background:linear-gradient(90deg,transparent,#c9a84c)}
.lp-ewl.r{background:linear-gradient(90deg,#c9a84c,transparent)}
.lp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:300;color:#f0e8d8;line-height:1.12;margin-bottom:16px}
.lp-hero h1 em{font-style:italic;color:#c9a84c}
.lp-meta{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.73rem;color:#8a7e6e;flex-wrap:wrap}
.lp-meta span{display:flex;align-items:center;gap:6px}
.lp-meta i{color:#c9a84c;font-size:.68rem}
.lp-wrap{max-width:840px;margin:0 auto;padding:0 20px}
/* TOC */
.lp-toc{background:#111009;border:1px solid rgba(201,168,76,.11);border-radius:14px;padding:20px 26px;margin-bottom:24px}
.lp-toc-lbl{font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:#7a6e60;font-weight:700;margin-bottom:10px}
.lp-toc-links{display:flex;flex-wrap:wrap;gap:7px}
.lp-toc-link{font-size:.74rem;color:#a89880;padding:5px 11px;background:rgba(255,255,255,.02);border:1px solid rgba(201,168,76,.09);border-radius:6px;text-decoration:none;transition:all .18s}
.lp-toc-link:hover{color:#c9a84c;border-color:rgba(201,168,76,.28);background:rgba(201,168,76,.04)}
/* Section cards */
.ls{background:#111009;border:1px solid rgba(201,168,76,.09);border-radius:14px;padding:34px 38px;margin-bottom:12px;scroll-margin-top:88px}
@media(max-width:580px){.ls{padding:22px 18px}}
.ls-head{display:flex;align-items:center;gap:13px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(201,168,76,.07)}
.ls-ico{width:36px;height:36px;border-radius:9px;background:rgba(201,168,76,.07);border:1px solid rgba(201,168,76,.14);display:flex;align-items:center;justify-content:center;color:#c9a84c;font-size:.8rem;flex-shrink:0}
.ls-n{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:#7a6e5e;font-weight:700;display:block;margin-bottom:2px}
.ls h2{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:400;color:#e8e0d0;margin:0}
.lb{color:#8a7e6e;font-size:.85rem;line-height:1.92;font-weight:300}
.lb p{margin-bottom:12px}.lb p:last-child{margin-bottom:0}
.lb strong{color:#ccc3b0;font-weight:500}
.lb a{color:#c9a84c;text-decoration:underline;text-decoration-color:rgba(201,168,76,.3)}
.lb a:hover{text-decoration-color:#c9a84c}
.ll{list-style:none;padding:0;margin:8px 0 12px;display:flex;flex-direction:column;gap:7px}
.ll li{display:flex;align-items:flex-start;gap:9px;font-size:.84rem;color:#8a7e6e;font-weight:300;line-height:1.65}
.ll li::before{content:'';width:4px;height:4px;border-radius:50%;background:#c9a84c;flex-shrink:0;margin-top:9px;opacity:.55}
.lhi{background:rgba(201,168,76,.04);border:1px solid rgba(201,168,76,.13);border-left:3px solid rgba(201,168,76,.7);border-radius:0 9px 9px 0;padding:13px 17px;margin:14px 0;font-size:.82rem;color:#a8987e;font-weight:300;line-height:1.72}
.lgr{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
@media(max-width:480px){.lgr{grid-template-columns:1fr}}
.lgr-item{background:rgba(255,255,255,.018);border:1px solid rgba(201,168,76,.07);border-radius:9px;padding:13px 15px}
.lgr-t{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c9a84c;margin-bottom:5px}
.lgr-item p{font-size:.78rem;color:#9a8e7e;font-weight:300;line-height:1.55;margin:0}
/* CTA */
.lp-cta{background:linear-gradient(135deg,#141008,#1a1810);border:1px solid rgba(201,168,76,.16);border-radius:14px;padding:34px 38px;text-align:center;margin-top:24px}
@media(max-width:580px){.lp-cta{padding:24px 18px}}
.lp-cta h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:300;color:#e8e0d0;margin-bottom:7px}
.lp-cta p{font-size:.8rem;color:#8a7e6e;font-weight:300;margin-bottom:18px;line-height:1.6}
.lp-cta a{display:inline-flex;align-items:center;gap:8px;padding:9px 22px;border-radius:999px;background:linear-gradient(135deg,#d4a843,#c9a84c);color:#0b0907;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px rgba(201,168,76,.28)}
.lp-cta a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(201,168,76,.42)}

/* kullanim-kosullari.php */
.lp{background:#0b0907;min-height:100vh;padding-bottom:100px}
.lp-hero{padding:100px 0 64px;text-align:center;position:relative}
.lp-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(201,168,76,.055) 0%,transparent 65%);pointer-events:none}
.lp-ew{display:inline-flex;align-items:center;gap:12px;font-size:.6rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:#c9a84c;margin-bottom:18px}
.lp-ewl{height:1px;width:30px;background:linear-gradient(90deg,transparent,#c9a84c)}
.lp-ewl.r{background:linear-gradient(90deg,#c9a84c,transparent)}
.lp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:300;color:#f0e8d8;line-height:1.12;margin-bottom:16px}
.lp-hero h1 em{font-style:italic;color:#c9a84c}
.lp-meta{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.73rem;color:#8a7e6e;flex-wrap:wrap}
.lp-meta span{display:flex;align-items:center;gap:6px}
.lp-meta i{color:#c9a84c;font-size:.68rem}
.lp-wrap{max-width:840px;margin:0 auto;padding:0 20px}
.lp-toc{background:#111009;border:1px solid rgba(201,168,76,.11);border-radius:14px;padding:20px 26px;margin-bottom:24px}
.lp-toc-lbl{font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:#7a6e60;font-weight:700;margin-bottom:10px}
.lp-toc-links{display:flex;flex-wrap:wrap;gap:7px}
.lp-toc-link{font-size:.74rem;color:#a89880;padding:5px 11px;background:rgba(255,255,255,.02);border:1px solid rgba(201,168,76,.09);border-radius:6px;text-decoration:none;transition:all .18s}
.lp-toc-link:hover{color:#c9a84c;border-color:rgba(201,168,76,.28);background:rgba(201,168,76,.04)}
.ls{background:#111009;border:1px solid rgba(201,168,76,.09);border-radius:14px;padding:34px 38px;margin-bottom:12px;scroll-margin-top:88px}
@media(max-width:580px){.ls{padding:22px 18px}}
.ls-head{display:flex;align-items:center;gap:13px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(201,168,76,.07)}
.ls-ico{width:36px;height:36px;border-radius:9px;background:rgba(201,168,76,.07);border:1px solid rgba(201,168,76,.14);display:flex;align-items:center;justify-content:center;color:#c9a84c;font-size:.8rem;flex-shrink:0}
.ls-n{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:#7a6e5e;font-weight:700;display:block;margin-bottom:2px}
.ls h2{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:400;color:#e8e0d0;margin:0}
.lb{color:#8a7e6e;font-size:.85rem;line-height:1.92;font-weight:300}
.lb p{margin-bottom:12px}.lb p:last-child{margin-bottom:0}
.lb strong{color:#ccc3b0;font-weight:500}
.lb a{color:#c9a84c;text-decoration:underline;text-decoration-color:rgba(201,168,76,.3)}
.ll{list-style:none;padding:0;margin:8px 0 12px;display:flex;flex-direction:column;gap:7px}
.ll li{display:flex;align-items:flex-start;gap:9px;font-size:.84rem;color:#8a7e6e;font-weight:300;line-height:1.65}
.ll li::before{content:'';width:4px;height:4px;border-radius:50%;background:#c9a84c;flex-shrink:0;margin-top:9px;opacity:.55}
.lhi{background:rgba(201,168,76,.04);border:1px solid rgba(201,168,76,.13);border-left:3px solid rgba(201,168,76,.7);border-radius:0 9px 9px 0;padding:13px 17px;margin:14px 0;font-size:.82rem;color:#a8987e;font-weight:300;line-height:1.72}
.lgr2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
@media(max-width:480px){.lgr2{grid-template-columns:1fr}}
.lgr2-item{background:rgba(255,255,255,.018);border:1px solid rgba(201,168,76,.07);border-radius:9px;padding:14px 16px}
.lgr2-t{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c9a84c;margin-bottom:5px}
.lgr2-item p{font-size:.78rem;color:#9a8e7e;font-weight:300;line-height:1.55;margin:0}
.lp-cta{background:linear-gradient(135deg,#141008,#1a1810);border:1px solid rgba(201,168,76,.16);border-radius:14px;padding:34px 38px;text-align:center;margin-top:24px}
@media(max-width:580px){.lp-cta{padding:24px 18px}}
.lp-cta h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:300;color:#e8e0d0;margin-bottom:7px}
.lp-cta p{font-size:.8rem;color:#8a7e6e;font-weight:300;margin-bottom:18px;line-height:1.6}
.lp-cta a{display:inline-flex;align-items:center;gap:8px;padding:9px 22px;border-radius:999px;background:linear-gradient(135deg,#d4a843,#c9a84c);color:#0b0907;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px rgba(201,168,76,.28)}
.lp-cta a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(201,168,76,.42)}

/* iade-sartlari.php */
.iade-ok{background:rgba(74,168,74,.05);border:1px solid rgba(74,168,74,.2);border-left:3px solid rgba(74,168,74,.6);border-radius:0 9px 9px 0;padding:14px 18px;margin:14px 0;font-size:.84rem;color:#90c890;font-weight:300;line-height:1.7}
.iade-no{background:rgba(220,80,80,.04);border:1px solid rgba(220,80,80,.18);border-left:3px solid rgba(220,80,80,.55);border-radius:0 9px 9px 0;padding:14px 18px;margin:14px 0;font-size:.84rem;color:#c89090;font-weight:300;line-height:1.7}
.surec-steps{display:flex;flex-direction:column;gap:0;margin:16px 0}
.surec-step{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(201,168,76,.06)}
.surec-step:last-child{border-bottom:none}
.step-num{width:30px;height:30px;border-radius:50%;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#c9a84c;flex-shrink:0;margin-top:2px}
.step-body strong{display:block;font-size:.84rem;color:#ccc3b0;font-weight:600;margin-bottom:3px}
.step-body p{font-size:.8rem;color:#8a7e6e;line-height:1.6;margin:0}
.teslim-box{background:linear-gradient(135deg,rgba(201,168,76,.06),rgba(201,168,76,.02));border:1px solid rgba(201,168,76,.25);border-radius:12px;padding:20px 22px;margin:16px 0;display:flex;gap:14px;align-items:flex-start}
.teslim-icon{font-size:1.5rem;flex-shrink:0}
.teslim-text strong{display:block;font-size:.9rem;color:#e0d8c8;font-weight:600;margin-bottom:5px}
.teslim-text p{font-size:.82rem;color:#9a8e7e;line-height:1.65;margin:0}

/* odeme.php */
:root{--gold:#c9a84c;--gold-l:#e0c070;--gold-d:#9a7828;--bg:#080705;--s1:#111009;--s2:#191610;--s3:#221e14;--text:#f0e8d4;--text-2:#c4b48a;--text-3:#7a6e50;--border:rgba(201,168,76,.12);--border-2:rgba(201,168,76,.22);--r:10px;--r-lg:16px;--r-xl:22px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.pay-nav{position:sticky;top:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:58px;background:rgba(8,7,5,.96);backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}
.nav-logo{display:flex;align-items:center;gap:10px}
.davettim-logo{display:block;width:auto;height:52px;max-width:150px;object-fit:contain;object-position:left center;filter:brightness(1.2) saturate(1.1)}
.nav-logo-icon{width:30px;height:30px;background:linear-gradient(135deg,var(--gold-d),var(--gold));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#08070a}
.nav-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;color:var(--gold);letter-spacing:.04em}
.nav-secure{display:flex;align-items:center;gap:6px;font-size:.72rem;color:var(--text-3)}
.nav-secure i{color:#4ade80;font-size:.65rem}
.pay-outer{max-width:1020px;margin:0 auto;padding:36px 20px 60px;display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}
@media(max-width:800px){
    .pay-outer{grid-template-columns:1fr;padding:20px 14px 40px}
    .order-card{position:static;margin-bottom:20px}
    .pay-outer>div:first-child{order:2}
    .pay-outer>div:last-child{order:1}
}
@media(max-width:600px){
    .pay-nav{padding:0 14px;height:52px}
    .nav-logo-text{font-size:.95rem}
    .nav-secure span{display:none}
    .step-tabs{border-radius:14px}
    .step-tab{padding:10px 6px;font-size:.7rem}
    .contract-hd{padding:16px 18px}
    .contract-hd h3{font-size:.9rem}
    .contract-body{padding:16px 18px;max-height:220px}
    .contract-ft{padding:12px 18px}
    .order-hd{padding:16px}
    .order-rows{padding:10px 14px}
    .order-row{font-size:.78rem}
    .ot-num{font-size:1.7rem}
    .order-feats{padding:12px 14px}
    .paytr-hd{padding:12px 16px}
    .paytr-hd-icon{width:30px;height:30px;font-size:.78rem}
    .paytr-title{font-size:.82rem}
    .paytr-body iframe{min-height:900px!important;height:900px!important}
    .sec-row{gap:6px}
    .sec-b{font-size:.64rem;padding:4px 8px}
    .prog{margin-bottom:20px}
}
@media(max-width:420px){
    .pay-outer{padding:14px 10px 32px}
    .contract-body{max-height:200px}
    .paytr-body iframe{min-height:950px!important;height:950px!important}
    .ot-num{font-size:1.6rem}
    .order-feat{font-size:.7rem}
}
.prog{height:2px;background:var(--border);border-radius:2px;margin-bottom:28px;overflow:hidden}
.prog-bar{height:100%;background:linear-gradient(90deg,var(--gold-d),var(--gold),var(--gold-l));border-radius:2px;transition:width .45s cubic-bezier(.4,0,.2,1)}
.step-tabs{display:flex;background:var(--s2);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;margin-bottom:24px}
.step-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 10px;font-size:.76rem;font-weight:500;color:var(--text-3);cursor:pointer;transition:all .2s;border-right:1px solid var(--border)}
.step-tab:last-child{border-right:none}
.step-tab.active{background:rgba(201,168,76,.09);color:var(--gold)}
.step-tab.done{color:rgba(74,222,128,.8)}
@media(max-width:480px){.step-tab span{display:none}}
.pay-section{display:none;animation:fadeUp .3s ease}
.pay-section.active{display:block}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.err-box{display:flex;align-items:flex-start;gap:10px;padding:13px 16px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.22);border-radius:var(--r);color:#fca5a5;font-size:.82rem;margin-bottom:18px;line-height:1.5}
.contract-card{background:var(--s2);border:1px solid var(--border-2);border-radius:var(--r-xl);overflow:hidden}
.contract-hd{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(201,168,76,.05) 0%,transparent 70%)}
.contract-hd i{color:var(--gold);font-size:1rem;flex-shrink:0}
.contract-hd h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:400;color:var(--text)}
.contract-body{padding:22px;max-height:320px;overflow-y:auto;font-size:.8rem;color:var(--text-3);line-height:1.85;scrollbar-width:thin;scrollbar-color:var(--border) transparent}
.contract-body h4{color:var(--text-2);font-size:.82rem;margin:14px 0 6px;font-weight:600;letter-spacing:.03em}
.contract-ft{padding:16px 22px;border-top:1px solid var(--border)}
.c-cb{width:17px;height:17px;border:1.5px solid rgba(201,168,76,.35);border-radius:5px;background:var(--s1);cursor:pointer;flex-shrink:0;appearance:none;position:relative;transition:all .18s}
.c-cb:checked{background:linear-gradient(135deg,var(--gold-d),var(--gold));border-color:transparent}
.c-cb:checked::after{content:'';position:absolute;left:4px;top:2px;width:5px;height:8px;border:2px solid #08070a;border-top:none;border-left:none;transform:rotate(45deg)}
.c-row{display:flex;align-items:center;gap:11px;cursor:pointer}
.c-label{font-size:.81rem;color:var(--text-2);line-height:1.4}
.paytr-wrap{background:var(--s2);border:1px solid var(--border-2);border-radius:var(--r-xl);overflow:hidden}
.paytr-hd{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.paytr-hd-l{display:flex;align-items:center;gap:10px}
.paytr-icon{width:34px;height:34px;background:rgba(201,168,76,.1);border:1px solid var(--border-2);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.85rem}
.paytr-title{font-size:.88rem;font-weight:600;color:var(--text)}
.paytr-sub{font-size:.7rem;color:var(--text-3);margin-top:1px}
.secure-badge-sm{display:flex;align-items:center;gap:5px;padding:5px 11px;background:rgba(74,222,128,.06);border:1px solid rgba(74,222,128,.15);border-radius:999px;font-size:.68rem;color:rgba(74,222,128,.85)}
.paytr-body iframe{width:100%;height:1050px;min-height:1050px;border:none;display:block}
.paytr-msg{padding:40px 24px;text-align:center}
.paytr-msg i{font-size:2rem;color:var(--gold);opacity:.5;margin-bottom:14px;display:block}
.paytr-msg p{font-size:.84rem;color:var(--text-3);line-height:1.6}
.sec-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.sec-b{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;background:rgba(74,222,128,.05);border:1px solid rgba(74,222,128,.12);border-radius:999px;font-size:.68rem;color:rgba(74,222,128,.75)}
.btn-p{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:14px 20px;background:linear-gradient(135deg,var(--gold-d),var(--gold) 50%,var(--gold-l));border-radius:var(--r-lg);color:rgba(8,6,3,.88);font-weight:700;font-size:.9rem;letter-spacing:.04em;border:none;cursor:pointer;transition:all .22s;box-shadow:0 4px 20px rgba(201,168,76,.25);margin-top:18px}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(201,168,76,.4)}
.btn-p:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}
.order-card{background:var(--s2);border:1px solid var(--border-2);border-radius:var(--r-xl);overflow:hidden;position:sticky;top:76px}
.order-hd{padding:22px;border-bottom:1px solid var(--border);background:radial-gradient(ellipse 100% 70% at 50% 0%,rgba(201,168,76,.07) 0%,transparent 70%)}
.order-hd h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:300;color:var(--text);margin-bottom:6px}
.order-no{font-family:monospace;color:var(--gold);font-size:.76rem;background:rgba(201,168,76,.08);border:1px solid var(--border);border-radius:6px;padding:2px 7px}
.order-rows{padding:16px 20px}
.order-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(201,168,76,.06);font-size:.81rem}
.order-row:last-child{border-bottom:none}
.orl{color:var(--text-3)}
.orv{color:var(--text-2);font-weight:500;text-align:right;max-width:58%}
.order-total{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:rgba(201,168,76,.05);border-top:1px solid var(--border)}
.promo-form{padding:12px 20px;border-top:1px solid var(--border);background:rgba(255,255,255,.015);}
.promo-row{display:flex;gap:8px;}
.promo-input{flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:9px 12px;color:rgba(240,232,216,.88);font-size:.8rem;font-family:inherit;outline:none;transition:border-color .2s;}
.promo-input:focus{border-color:rgba(201,168,76,.4);}
.promo-btn{background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.3);color:#c9a84c;border-radius:8px;padding:9px 14px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;}
.promo-btn:hover{background:rgba(201,168,76,.2);}
.promo-success{font-size:.74rem;color:#4ade80;padding:6px 0 0;display:flex;align-items:center;gap:6px;}
.promo-err{font-size:.74rem;color:#f87171;padding:6px 0 0;display:flex;align-items:center;gap:6px;}
.promo-orig-row{display:flex;justify-content:space-between;font-size:.7rem;color:rgba(240,232,216,.35);text-decoration:line-through;padding:8px 20px 0;}
.ot-label{font-size:.85rem;font-weight:700;color:var(--text)}
.ot-price{display:flex;align-items:baseline;gap:5px}
.ot-num{font-family:'DM Sans',sans-serif;font-size:1.9rem;font-weight:700;color:var(--gold);line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.ot-cur{font-size:.85rem;color:var(--text-3)}
.order-feats{padding:14px 20px;border-top:1px solid var(--border)}
.order-feat{display:flex;align-items:center;gap:8px;font-size:.76rem;color:var(--text-3);padding:3px 0}
.order-feat i{color:#4ade80;font-size:.65rem;width:12px;flex-shrink:0}
.order-feat i.fa-clock{color:var(--gold)}

/* odeme-basarili.php */
:root{--gold:#c9a84c;--gold-l:#e0c070;--gold-d:#9a7828;--bg:#080705;--s2:#191610;--text:#f0e8d4;--text-2:#c4b48a;--text-3:#7a6e50;--border:rgba(201,168,76,.14);--border-2:rgba(201,168,76,.24)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;-webkit-font-smoothing:antialiased}
.card{background:var(--s2);border:1px solid var(--border-2);border-radius:22px;padding:48px 40px;max-width:480px;width:100%;text-align:center}
.icon-wrap{width:72px;height:72px;background:radial-gradient(circle,rgba(74,222,128,.18) 0%,rgba(74,222,128,.06) 70%);border:1px solid rgba(74,222,128,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.8rem;color:#4ade80;animation:pop .5s cubic-bezier(.34,1.56,.64,1)}
@keyframes pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
h1{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--text);margin-bottom:10px}
.sub{font-size:.88rem;color:var(--text-3);line-height:1.7;margin-bottom:28px}
.order-box{background:rgba(201,168,76,.05);border:1px solid var(--border);border-radius:12px;padding:16px 20px;margin-bottom:28px;text-align:left}
.order-row{display:flex;justify-content:space-between;font-size:.82rem;padding:5px 0;border-bottom:1px solid rgba(201,168,76,.06)}
.order-row:last-child{border-bottom:none}
.orl{color:var(--text-3)}
.orv{color:var(--text-2);font-weight:500}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:linear-gradient(135deg,var(--gold-d),var(--gold));border-radius:12px;color:rgba(8,6,3,.88);font-weight:700;font-size:.88rem;letter-spacing:.04em;text-decoration:none;transition:all .2s;box-shadow:0 4px 20px rgba(201,168,76,.25)}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.4)}
.note{font-size:.74rem;color:var(--text-3);margin-top:16px;line-height:1.6}
@media(max-width:480px){
    .card{padding:32px 22px;border-radius:16px}
    h1{font-size:1.6rem}
    .sub{font-size:.82rem}
    .btn{padding:11px 20px;font-size:.82rem}
    .order-box{padding:12px 14px}
    .order-row{font-size:.78rem}
}
@media(max-width:375px){
    .card{padding:26px 16px}
    h1{font-size:1.4rem}
}

/* odeme-basarisiz.php */
:root{--gold:#c9a84c;--gold-l:#e0c070;--gold-d:#9a7828;--bg:#080705;--s2:#191610;--text:#f0e8d4;--text-2:#c4b48a;--text-3:#7a6e50;--border:rgba(201,168,76,.14);--border-2:rgba(201,168,76,.24)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;-webkit-font-smoothing:antialiased}
.card{background:var(--s2);border:1px solid rgba(239,68,68,.2);border-radius:22px;padding:48px 40px;max-width:480px;width:100%;text-align:center}
.icon-wrap{width:72px;height:72px;background:radial-gradient(circle,rgba(239,68,68,.15) 0%,rgba(239,68,68,.05) 70%);border:1px solid rgba(239,68,68,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.8rem;color:#f87171;animation:pop .5s cubic-bezier(.34,1.56,.64,1)}
@keyframes pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
h1{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--text);margin-bottom:10px}
.sub{font-size:.88rem;color:var(--text-3);line-height:1.7;margin-bottom:20px}
.reason-box{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.16);border-radius:10px;padding:12px 16px;font-size:.8rem;color:#fca5a5;margin-bottom:28px;text-align:left}
.btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-weight:700;font-size:.85rem;letter-spacing:.04em;text-decoration:none;transition:all .2s}
.btn-primary{background:linear-gradient(135deg,var(--gold-d),var(--gold));color:rgba(8,6,3,.88);box-shadow:0 4px 20px rgba(201,168,76,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.38)}
.btn-sec{background:rgba(201,168,76,.08);border:1px solid var(--border-2);color:var(--gold)}
.btn-sec:hover{background:rgba(201,168,76,.14)}
.note{font-size:.74rem;color:var(--text-3);margin-top:18px;line-height:1.6}
@media(max-width:480px){
    .card{padding:32px 22px;border-radius:16px}
    h1{font-size:1.6rem}
    .sub{font-size:.82rem}
    .btns{flex-direction:column}
    .btn{width:100%;justify-content:center;padding:11px 18px}
    .reason-box{font-size:.78rem}
}
@media(max-width:375px){.card{padding:26px 16px}h1{font-size:1.4rem}}