/* İnsani / premium: koyu zemin, sıcak altın, bol boşluk */
:root {
    --wa-green: #1f8f4a;
    --wa-green-hover: #18703b;
    --bg-root: #0a0908;
    --bg-elevated: #12100e;
    --bg-card: #181512;
    --border-subtle: rgba(212, 175, 55, 0.14);
    --gold: #d4af37;
    --gold-dim: #b8962e;
    --text: #ebe6df;
    --text-muted: #9a9288;
    --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --font-sans: "DM Sans", system-ui, sans-serif;
}

.landing-body {
    font-family: var(--font-sans);
    background: var(--bg-root);
    color: var(--text);
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767.98px) {
    body.landing-body:has(.sticky-wa-bar) {
        padding-bottom: calc(3.35rem + env(safe-area-inset-bottom));
    }
}

.text-wa {
    color: var(--gold) !important;
}

.btn-wa {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold) !important;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.75rem;
    border-radius: 2px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-wa:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--gold-dim);
    color: #f5ecd4 !important;
}

.btn-wa.btn-sm {
    padding: 0.45rem 1rem;
}

/* WhatsApp tanınsın diye ikincil yeşil — sadece ikonlu küçük aksiyonlarda */
.btn-wa-solid {
    background: var(--wa-green);
    border-color: var(--wa-green);
    color: #fff !important;
}

.btn-wa-solid:hover {
    background: var(--wa-green-hover);
    border-color: var(--wa-green-hover);
    color: #fff !important;
}

.text-white-75 {
    color: rgba(235, 230, 223, 0.78) !important;
}

.text-white-50 {
    color: var(--text-muted) !important;
}

/* ——— Hero ——— */
.hero-section {
    background: var(--bg-root);
    min-height: 78vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section .container {
    width: 100%;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 80% 0%, rgba(212, 175, 55, 0.07), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 100%, rgba(139, 90, 43, 0.06), transparent 50%),
        linear-gradient(180deg, #0f0c0a 0%, var(--bg-root) 100%);
    pointer-events: none;
}

.hero-narrow {
    max-width: 34rem;
}

.display-human {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #f7f3eb;
}

.hero-line {
    font-size: 1.125rem;
    line-height: 1.65;
    color: var(--text-muted);
    margin-bottom: 0.65rem;
    max-width: 36rem;
}

.hero-line:last-of-type {
    margin-bottom: 0;
}

.hero-cta-wrap {
    margin-top: 2rem;
}

.hero-footnote {
    font-size: 0.8125rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-top: 1.25rem;
    max-width: 28rem;
    font-style: italic;
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
}

.hero-image-wrap {
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
}

.hero-placeholder {
    min-height: 260px;
    background: var(--bg-elevated);
    border: 1px dashed var(--border-subtle);
    border-radius: 4px;
    color: var(--text-muted);
}

.fade-in-up {
    animation: fadeInUp 0.9s ease-out both;
}

.fade-in-up.delay-1 {
    animation-delay: 0.12s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge-human {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-dim);
    border: 1px solid var(--border-subtle);
    background: transparent;
    padding: 0.35rem 0.65rem;
    border-radius: 2px;
}

/* ——— Ses / ara metin ——— */
.section-voice {
    background: var(--bg-elevated);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.voice-block {
    max-width: 32rem;
}

.voice-block p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.voice-block + .voice-block {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border-subtle);
}

.section-label {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: #f0ebe3;
    margin-bottom: 1rem;
}

/* ——— Trust / yorumlar ——— */
.surface-muted {
    background: var(--bg-root);
}

.stat-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
}

.stat-card .display-6 {
    color: var(--gold) !important;
}

/* Üçlü istatistik: başlık ve açıklama okunaklı beyaz ton */
.stat-card .text-muted,
.stat-card h3.text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
}

.stat-card .text-secondary,
.stat-card p.small {
    color: rgba(255, 255, 255, 0.78) !important;
}

.stat-number {
    font-family: var(--font-serif);
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle) !important;
    border-radius: 4px;
    box-shadow: none !important;
}

.testimonial-card p {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.65;
}

.testimonial-card .bi-star-fill {
    color: var(--gold-dim) !important;
    font-size: 0.65rem;
    opacity: 0.85;
}

.testimonial-card .testimonial-author-row {
    padding-top: 1rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--border-subtle);
}

.testimonial-card .testimonial-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-sans);
    letter-spacing: 0;
}

.testimonial-card img.testimonial-avatar {
    object-fit: cover;
}

.testimonial-card .avatar-fallback.testimonial-avatar {
    background: rgba(212, 175, 55, 0.14);
    color: #e8d5a3;
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.testimonial-card .testimonial-author-name {
    color: #f5f1ea;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

/* ——— Hizmetler ——— */
.services-surface {
    background: var(--bg-elevated);
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle) !important;
    border-radius: 4px;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.service-card:hover {
    transform: none;
    border-color: rgba(212, 175, 55, 0.28) !important;
}

.service-card h3 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    color: #f2ede6;
}

.service-card .text-secondary {
    color: var(--text-muted) !important;
    font-size: 0.95rem !important;
    line-height: 1.6;
}

.service-card .text-wa,
.service-card i {
    color: var(--gold) !important;
}

.service-card-image {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    background: #0a0908;
}

.service-card-image img {
    display: block;
    height: auto;
}

/* ——— Baskı şeritleri (bölümler arası) ——— */
.pressure-strip {
    background: linear-gradient(90deg, rgba(90, 20, 20, 0.45) 0%, rgba(24, 18, 14, 0.98) 35%, rgba(10, 9, 8, 1) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.35);
}

.pressure-strip-inner {
    padding: 0.15rem 0;
}

.pressure-strip-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    color: #f5ebe0;
    letter-spacing: 0.01em;
    max-width: 46rem;
}

@media (min-width: 768px) {
    .pressure-strip-text {
        font-size: 1.05rem;
    }
}

.btn-pressure {
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.72rem;
    padding: 0.65rem 1.1rem;
    animation: pressurePulse 2.4s ease-in-out infinite;
}

@keyframes pressurePulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(31, 143, 74, 0.45);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(31, 143, 74, 0);
    }
}

.faq-pressure-intro {
    color: #c9bfb2;
    font-size: 1.05rem;
    line-height: 1.65;
    font-weight: 500;
}

.countdown-box--pulse {
    animation: countdownGlow 2s ease-in-out infinite alternate;
}

@keyframes countdownGlow {
    from {
        border-color: rgba(212, 175, 55, 0.25);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.08);
    }
    to {
        border-color: rgba(212, 175, 55, 0.5);
        box-shadow: 0 0 24px rgba(212, 175, 55, 0.12);
    }
}

/* ——— Samimi not ——— */
.urgency-section {
    background: #0d0b09;
    border-top: 1px solid var(--border-subtle);
}

.urgency-section .badge-honest {
    background: transparent;
    color: var(--gold-dim);
    border: 1px solid var(--border-subtle);
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
}

.honest-title {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #f5f0e8;
}

.urgency-section .countdown-box {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
}

.urgency-section .countdown-box .cd-unit {
    background: rgba(212, 175, 55, 0.06);
    border: 1px solid var(--border-subtle);
    color: var(--text);
}

/* ——— SSS ——— */
.faq-surface {
    background: var(--bg-root);
}

.accordion-human .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-subtle);
}

.accordion-human .accordion-button {
    background: transparent;
    color: #f0ebe3;
    font-family: var(--font-serif);
    font-size: 1.2rem;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.accordion-human .accordion-button:not(.collapsed) {
    color: var(--gold);
}

.accordion-human .accordion-button::after {
    filter: brightness(0) invert(0.75);
}

.accordion-human .accordion-body {
    color: var(--text-muted);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    line-height: 1.65;
}

.accordion-human .accordion-collapse {
    border: none;
}

/* ——— Son CTA ——— */
.cta-final {
    background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-root) 100%);
    border-top: 1px solid var(--border-subtle);
}

.cta-final h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    color: #f7f3eb;
}

.cta-final .text-secondary {
    color: var(--text-muted) !important;
}

/* ——— Footer ——— */
.site-footer {
    background: var(--bg-root);
    border-top: 1px solid var(--border-subtle);
    color: var(--text-muted);
    font-size: 0.8125rem;
}

/* ——— Sabit WhatsApp ——— */
.wa-float {
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--wa-green);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    z-index: 1040;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.wa-float:hover {
    transform: scale(1.05);
    color: #fff !important;
    background: var(--wa-green-hover);
}

@media (min-width: 768px) {
    .wa-float {
        bottom: 1.5rem;
    }
}

body:has(.sticky-wa-bar) .scroll-cta-banner {
    bottom: 3.35rem;
}

.scroll-cta-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: rgba(10, 9, 8, 0.97);
    color: var(--text);
    border-top: 1px solid var(--border-subtle);
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.scroll-cta-banner .small {
    color: var(--text-muted);
}

.scroll-cta-banner.show {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .sticky-wa-bar {
        display: none !important;
    }
}

.sticky-wa-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1025;
    border-top: 1px solid var(--border-subtle);
    background: var(--bg-elevated);
}

.sticky-wa-bar .btn-wa {
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--border-subtle);
}

.activity-toast {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 6.5rem;
    max-width: 340px;
    margin: 0 auto;
    background: var(--bg-card);
    border-radius: 4px;
    padding: 0.85rem 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    font-size: 0.8125rem;
    z-index: 1035;
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.activity-toast.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .activity-toast {
        left: auto;
        right: 1.5rem;
        margin: 0;
        bottom: 1.5rem;
    }
}

/* Modal — koyu */
.modal-human .modal-content {
    background: var(--bg-card);
    color: var(--text);
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
}

.modal-human .modal-header .modal-title {
    font-family: var(--font-serif);
    color: #f5f0e8;
}

.modal-human .btn-close {
    filter: invert(1) opacity(0.5);
}

.modal-human .text-secondary {
    color: var(--text-muted) !important;
}

body.modal-open .scroll-cta-banner {
    z-index: 1020;
}
