/* Blaxn ile Güvendesiniz — görsel düzen (hero + sağ CTA kartı + SSS + 5 özellik) */

.trust-guarantee {
    --trust-orange: #ff4d00;
    --trust-navy: #0f172a;
    --trust-muted: #64748b;
    --trust-card: #fff;
    --trust-radius: 20px;
}

.trust-guarantee__hero {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2.5rem);
    background: #fafbfc;
}

.trust-guarantee--page .trust-guarantee__hero {
    padding-top: clamp(1rem, 2vw, 1.5rem);
}

.trust-guarantee__hero-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.trust-guarantee__warn-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 77, 0, 0.1);
    border: 1px solid rgba(255, 77, 0, 0.28);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--trust-orange);
}

.trust-guarantee__warn-badge i {
    font-size: 1rem;
}

.trust-guarantee__title {
    margin: 0 0 14px;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--trust-navy);
}

.trust-guarantee__title-accent {
    color: var(--trust-orange);
}

.trust-guarantee__title-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 10px;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 6px 18px rgba(255, 77, 0, 0.3);
}

.trust-guarantee__lead {
    margin: 0 0 1.25rem;
    max-width: 46rem;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.65;
    color: var(--trust-muted);
}

.trust-guarantee__lead--after-header {
    margin-top: 0;
}

.trust-guarantee__hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.trust-guarantee__hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.trust-guarantee__hero-stat-ico {
    color: var(--trust-orange);
    font-size: 1.35rem;
    line-height: 1;
}

.trust-guarantee__hero-stat-t {
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--trust-navy);
    line-height: 1.25;
}

.trust-guarantee__hero-stat-d {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--trust-muted);
    line-height: 1.35;
}

.trust-guarantee__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: stretch;
}

.trust-guarantee__problems {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-self: stretch;
    min-height: 100%;
    height: 100%;
}

.trust-guarantee__problem-card {
    background: var(--trust-card);
    border-radius: var(--trust-radius);
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.trust-guarantee__problem-ico {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 77, 0, 0.1);
    color: var(--trust-orange);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.trust-guarantee__problem-t {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--trust-navy);
    line-height: 1.35;
}

.trust-guarantee__problem-d {
    margin: 0.65rem 0 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--trust-muted);
    flex: 1;
}

/* Sağ: tek kart (görsel + içerik) */
.trust-guarantee__aside-card {
    display: flex;
    flex-direction: column;
    border-radius: calc(var(--trust-radius) + 4px);
    overflow: hidden;
    border: 1px solid rgba(255, 77, 0, 0.22);
    background: linear-gradient(180deg, #fff8f3 0%, #fff 38%);
    box-shadow: 0 20px 48px rgba(255, 77, 0, 0.12);
}

.trust-guarantee__aside-visual {
    position: relative;
    min-height: 160px;
    background: linear-gradient(145deg, #ffe8d9 0%, #fff5eb 45%, #e8f0fe 100%);
    border-bottom: 1px solid rgba(255, 77, 0, 0.12);
}

.trust-guarantee__visual-glow {
    position: absolute;
    inset: 18%;
    background: radial-gradient(circle, rgba(255, 77, 0, 0.22) 0%, transparent 68%);
    pointer-events: none;
}

.trust-guarantee__visual-browser {
    position: absolute;
    left: 10%;
    top: 16%;
    width: 54%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--trust-orange);
}

.trust-guarantee__visual-shield {
    position: absolute;
    right: 18%;
    top: 22%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    box-shadow: 0 10px 28px rgba(255, 77, 0, 0.35);
}

.trust-guarantee__visual-lock {
    position: absolute;
    right: 12%;
    bottom: 14%;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #fff;
    color: var(--trust-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.trust-guarantee__aside-body {
    padding: 1.25rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.trust-guarantee__aside-check-ico {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.15);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.trust-guarantee__benefit-title {
    margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--trust-navy);
}

.trust-guarantee__benefit-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.trust-guarantee__benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.45;
}

.trust-guarantee__benefit-list i {
    color: #16a34a;
    font-size: 1.05rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.trust-guarantee__aside-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.trust-guarantee__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
    transition: filter 0.15s ease, border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
    flex: 1 1 auto;
    min-width: 140px;
}

.trust-guarantee__btn--primary {
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(255, 77, 0, 0.28);
}

.trust-guarantee__btn--primary:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

.trust-guarantee__btn--outline {
    background: #fff;
    color: var(--trust-navy) !important;
    border: 2px solid rgba(15, 23, 42, 0.14);
}

.trust-guarantee__btn--outline:hover {
    border-color: var(--trust-orange);
    color: var(--trust-orange) !important;
}

.trust-guarantee__aside-alert {
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.22);
}

.trust-guarantee__aside-alert-t {
    display: block;
    font-size: 0.82rem;
    font-weight: 900;
    color: #15803d;
    margin-bottom: 6px;
}

.trust-guarantee__aside-alert-p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #166534;
}

/* Güven özeti — SSS üstü */
.trust-guarantee__pre-faq {
    padding: clamp(1.5rem, 3vw, 2.25rem) 0;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.trust-guarantee__pre-faq-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.trust-guarantee__pre-faq-stats {
    margin-bottom: 0;
}

/* SSS */
.trust-guarantee__faq {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #fff;
}

.trust-guarantee__faq .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.trust-guarantee__faq-head {
    margin-bottom: clamp(1.35rem, 2.5vw, 1.85rem);
}

.trust-guarantee__faq-title {
    margin: 0;
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    font-weight: 900;
    color: var(--trust-navy);
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.trust-guarantee__faq-title-ico {
    color: var(--trust-orange);
    font-size: 1.35rem;
}

.trust-guarantee__faq-all {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--trust-orange);
    text-decoration: none;
    white-space: nowrap;
}

.trust-guarantee__faq-all:hover {
    text-decoration: underline;
}

.trust-guarantee__faq-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 26px) clamp(20px, 3vw, 32px);
    align-items: start;
}

.trust-guarantee__faq-col {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.2vw, 22px);
}

.trust-guarantee__faq-item {
    background: #fafbfc;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.trust-guarantee__faq-sum {
    list-style: none;
    cursor: pointer;
    padding: 1rem 2.75rem 1rem 1.1rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--trust-navy);
    line-height: 1.45;
    position: relative;
    user-select: none;
}

.trust-guarantee__faq-sum::-webkit-details-marker {
    display: none;
}

.trust-guarantee__faq-chev {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--trust-muted);
    font-size: 1.1rem;
    transition: transform 0.22s ease;
}

.trust-guarantee__faq-item[open] .trust-guarantee__faq-chev {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--trust-orange);
}

.trust-guarantee__faq-a {
    padding: 0 1.1rem 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.trust-guarantee__faq-a p {
    margin: 12px 0 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
}

/* Alt 5 özellik */
.trust-guarantee__features {
    padding: clamp(1.75rem, 3vw, 2.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
    background: #f7f8fa;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.trust-guarantee__features-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.trust-guarantee__feat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 12px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
    align-items: center;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.trust-guarantee__feat-ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 77, 0, 0.1);
    color: var(--trust-orange);
    font-size: 1.25rem;
}

.trust-guarantee__feat-t {
    font-size: 0.82rem;
    font-weight: 900;
    color: var(--trust-navy);
    line-height: 1.25;
}

.trust-guarantee__feat-d {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--trust-muted);
    line-height: 1.35;
}

.page--trust-guarantee .trust-guarantee__hero {
    background: #fff;
}

@media (max-width: 991.98px) {
    .trust-guarantee__hero-grid {
        grid-template-columns: 1fr;
    }

    .trust-guarantee__problems {
        height: auto;
        min-height: 0;
    }

    .trust-guarantee__hero-stats {
        grid-template-columns: 1fr;
    }

    .trust-guarantee__faq-cols {
        grid-template-columns: 1fr;
    }

    .trust-guarantee__features-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .trust-guarantee__problems {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .trust-guarantee__aside-actions {
        flex-direction: column;
    }

    .trust-guarantee__btn {
        width: 100%;
    }

    .trust-guarantee__features-inner {
        grid-template-columns: 1fr;
    }
}
