.trust-page {
    --trust-ink: #0f172a;
    --trust-slate: #475569;
    --trust-border: rgba(15, 23, 42, 0.09);
    --trust-primary-soft: rgba(13, 110, 253, 0.10);
}

.trust-page .trust-hero {
    position: relative;
    overflow: visible;
    isolation: isolate;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.trust-page .trust-hero::before,
.trust-page .trust-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(3rem);
    z-index: 0;
}

.trust-page .trust-hero::before {
    width: 13rem;
    height: 13rem;
    right: 1rem;
    top: 1rem;
    background: rgba(255, 193, 7, 0.22);
}

.trust-page .trust-hero::after {
    width: 20rem;
    height: 20rem;
    right: 22%;
    bottom: -4rem;
    background: rgba(13, 110, 253, 0.20);
}

.trust-page .trust-hero > * {
    position: relative;
    z-index: 1;
}

.trust-page .trust-hero-copy {
    max-width: 42rem;
}

.trust-page .trust-hero h1 {
    font-size: clamp(2.25rem, 4.4vw, 4rem);
}

.trust-page .trust-hero-panel {
    position: relative;
    overflow: hidden;
    color: var(--trust-ink);
    background:
        radial-gradient(circle at 100% 0%, rgba(13, 110, 253, 0.13), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(25, 135, 84, 0.07), transparent 35%),
        linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border: 0;
    box-shadow: 0 1rem 3rem rgba(15, 23, 42, 0.16);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.trust-page .trust-hero-panel > * {
    position: relative;
    z-index: 1;
}

.trust-page .trust-window-bar {
    min-height: 3.25rem;
    background: rgba(248, 249, 250, 0.9);
    border-bottom: 1px solid var(--trust-border);
}

.trust-page .trust-window-dots {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.trust-page .trust-window-label {
    white-space: nowrap;
}

.trust-page .trust-window-dot {
    width: 0.65rem;
    height: 0.65rem;
    display: block;
    border-radius: 50%;
}

.trust-page .trust-window-dot.is-danger {
    background: #dc3545;
}

.trust-page .trust-window-dot.is-warning {
    background: #ffc107;
}

.trust-page .trust-window-dot.is-success {
    background: #198754;
}

.trust-page .trust-demo-body {
    background: rgba(255, 255, 255, 0.94);
}

.trust-page .trust-demo-stage {
    display: grid;
}

.trust-page .trust-demo-stage > [data-security-demo-panel] {
    grid-area: 1 / 1;
    visibility: hidden;
    pointer-events: none;
}

.trust-page .trust-demo-stage > [data-security-demo-panel].is-active {
    visibility: visible;
    pointer-events: auto;
}

.trust-page [data-security-demo] > .trust-demo-status {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-page .trust-demo-body .form-control,
.trust-page .trust-demo-body .form-select,
.trust-page .trust-demo-body .input-group-text {
    border-color: rgba(15, 23, 42, 0.12);
}

.trust-page .trust-demo-body .form-control:focus,
.trust-page .trust-demo-body .form-select:focus {
    border-color: rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.trust-page .trust-demo-summary {
    background: rgba(13, 110, 253, 0.055);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.trust-page .trust-demo-status {
    min-height: 1.2rem;
}

.trust-page .trust-proof-line {
    min-height: 1.5rem;
}

.trust-page .trust-proof-date {
    white-space: nowrap;
}

.trust-page .trust-demo-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.3rem;
    background: #f1f5f9;
    border-radius: 0.75rem;
}

.trust-page .trust-demo-tab {
    padding: 0.55rem 0.45rem;
    color: var(--trust-slate);
    background: transparent;
    border: 0;
    border-radius: 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.trust-page .trust-demo-tab.is-active {
    color: #0d6efd;
    background: #fff;
    box-shadow: 0 0.125rem 0.4rem rgba(15, 23, 42, 0.09);
}

.trust-page .trust-demo-tab:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.trust-page .trust-provider-frame {
    background: #f8fafc;
    border: 1px solid rgba(13, 110, 253, 0.13);
}

.trust-page .trust-provider-select {
    width: auto;
    min-width: 5.5rem;
}

.trust-page .trust-demo-note {
    line-height: 1.35;
}

.trust-page .trust-demo-success {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background: #198754;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1.2rem rgba(25, 135, 84, 0.2);
}

.trust-page .trust-security-records {
    border: 1px solid var(--trust-border);
}

.trust-page .trust-security-record {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.75rem;
    background: #fff;
    font-size: 0.76rem;
}

.trust-page .trust-security-record + .trust-security-record {
    border-top: 1px solid var(--trust-border);
}

.trust-page .trust-security-record span {
    color: var(--trust-slate);
}

.trust-page .trust-security-record strong {
    text-align: right;
}

.trust-page .trust-not-stored {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    color: var(--trust-slate);
    background: rgba(220, 53, 69, 0.055);
    border: 1px solid rgba(220, 53, 69, 0.1);
    font-size: 0.7rem;
    line-height: 1.35;
}

.trust-page .trust-not-stored strong {
    color: var(--trust-ink);
}

.trust-page .trust-panel-label {
    color: #0d6efd;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trust-page .trust-metric {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.trust-page .trust-panel-rule {
    border-color: var(--trust-border) !important;
}

.trust-page .trust-hero-panel .text-white-50 {
    color: var(--trust-slate) !important;
}

.trust-page .trust-band {
    background: rgba(255, 255, 255, 0.82);
    border: 0;
    box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
}

.trust-page .trust-band-item + .trust-band-item {
    border-left: 1px solid var(--trust-border);
}

.trust-page .trust-band-item {
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.trust-page .trust-band-item > i {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.trust-page .trust-icon {
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 0.75rem;
    background: var(--trust-primary-soft);
    color: #0d6efd;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.trust-page .trust-icon.is-success {
    background: rgba(25, 135, 84, 0.11);
    color: #198754;
}

.trust-page .trust-icon.is-warning {
    background: rgba(255, 193, 7, 0.14);
    color: #b58100;
}

.trust-page .trust-icon.is-info {
    background: rgba(13, 202, 240, 0.13);
    color: #087990;
}

.trust-page .trust-icon.is-light {
    background: var(--trust-primary-soft);
    color: #0d6efd;
}

.trust-page .trust-card {
    border: 0 !important;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.08);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trust-page .trust-section-soft {
    background: #f8f9fa;
    border: 0;
}

.trust-page .trust-section-feature {
    position: relative;
    overflow: hidden;
    color: var(--trust-ink);
    background: #f8f9fa;
    border: 0;
    box-shadow: none;
}

.trust-page .trust-section-feature::before {
    content: "";
    position: absolute;
    width: 17rem;
    height: 17rem;
    right: -9rem;
    top: -10rem;
    border: 2.5rem solid rgba(13, 110, 253, 0.04);
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.trust-page .trust-section-feature > * {
    position: relative;
    z-index: 1;
}

.trust-page .trust-section-feature .trust-card {
    background: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.08);
    color: var(--trust-ink);
}

.trust-page .trust-section-feature .text-muted {
    color: var(--trust-slate) !important;
}

.trust-page .trust-section-feature a:not(.btn) {
    color: #0d6efd;
}

.trust-page .trust-cta {
    position: relative;
    color: var(--trust-ink);
    background: transparent;
    border: 0;
    box-shadow: none;
}

.trust-page .trust-cta .text-muted {
    color: var(--trust-slate) !important;
}

.trust-page .trust-cta a:not(.btn) {
    color: #0d6efd;
}

.trust-page .trust-flow {
    position: relative;
}

.trust-page .trust-flow-step {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--trust-border);
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.06);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trust-page .trust-step-number {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    color: #fff;
    background: linear-gradient(145deg, #0d6efd, #4f8df7);
    box-shadow: 0 0.6rem 1.4rem rgba(13, 110, 253, 0.24);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.trust-page .trust-data-card {
    border-radius: 1rem;
    border: 1px solid var(--trust-border);
    box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.06);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trust-page .trust-data-card.is-safe {
    background: linear-gradient(145deg, rgba(25, 135, 84, 0.09), #fff 42%);
    border-top: 3px solid #198754;
}

.trust-page .trust-data-card.is-private {
    background: linear-gradient(145deg, rgba(220, 53, 69, 0.07), #fff 42%);
    border-top: 3px solid #dc3545;
}

.trust-page .trust-faq .accordion-item {
    overflow: hidden;
    border: 1px solid var(--trust-border) !important;
    border-radius: 0.9rem !important;
    box-shadow: 0 0.55rem 1.5rem rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.trust-page .trust-faq .accordion-button {
    padding: 1.15rem 1.25rem;
    font-weight: 700;
}

.trust-page .trust-faq .accordion-button:not(.collapsed) {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
    box-shadow: none;
}

.trust-page .btn {
    transform-origin: center;
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .trust-page .trust-hero-panel:hover {
        transform: scale(1.035);
        box-shadow: 0 2rem 4.5rem rgba(15, 23, 42, 0.15);
    }

    .trust-page .trust-card:hover,
    .trust-page .trust-flow-step:hover {
        transform: translateY(-0.45rem) scale(1.012);
        border-color: rgba(13, 110, 253, 0.24) !important;
        box-shadow: 0 1.5rem 3.25rem rgba(15, 23, 42, 0.13);
    }

    .trust-page .trust-section-feature .trust-card:hover {
        box-shadow: 0 1.25rem 2.75rem rgba(15, 23, 42, 0.12);
    }

    .trust-page .trust-card:hover .trust-icon,
    .trust-page .trust-flow-step:hover .trust-step-number,
    .trust-page .trust-data-card:hover .trust-icon {
        transform: translateY(-0.12rem) scale(1.1) rotate(-3deg);
        box-shadow: 0 0.75rem 1.5rem rgba(13, 110, 253, 0.16);
    }

    .trust-page .trust-flow-step:hover .trust-step-number {
        box-shadow: 0 0.9rem 1.8rem rgba(13, 110, 253, 0.32);
    }

    .trust-page .trust-data-card:hover {
        transform: translateY(-0.4rem) scale(1.01);
        box-shadow: 0 1.4rem 3rem rgba(15, 23, 42, 0.12);
    }

    .trust-page .trust-band-item:hover {
        color: #0d6efd;
        background: rgba(13, 110, 253, 0.035);
        transform: translateY(-0.1rem);
    }

    .trust-page .trust-band-item:hover > i {
        transform: translateY(-0.1rem) scale(1.18) rotate(-5deg);
    }

    .trust-page .trust-faq .accordion-item:hover {
        transform: translateX(0.2rem);
        border-color: rgba(13, 110, 253, 0.2) !important;
        box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.08);
    }

    .trust-page .btn:hover {
        transform: translateY(-0.15rem) scale(1.025);
        box-shadow: 0 0.75rem 1.6rem rgba(15, 23, 42, 0.14);
    }

    .trust-page .trust-cta:hover > .trust-icon {
        transform: translateY(-0.15rem) scale(1.12) rotate(4deg);
        box-shadow: 0 0.9rem 2rem rgba(13, 110, 253, 0.18);
    }

    .trust-page .trust-section-feature:hover::before {
        transform: translate3d(-0.8rem, 0.8rem, 0) scale(1.08);
    }
}

@media (max-width: 767.98px) {
    .trust-page .trust-band-item + .trust-band-item {
        border-left: 0;
        border-top: 1px solid var(--trust-border);
    }
}

@media (max-width: 374.98px) {
    .trust-page .trust-window-label {
        font-size: 0.7rem !important;
    }

    .trust-page .trust-demo-body {
        font-size: 0.92rem;
    }

    .trust-page .trust-provider-row {
        align-items: stretch !important;
        flex-direction: column;
    }

    .trust-page .trust-provider-select {
        width: 100%;
    }

    .trust-page [data-security-demo] > .trust-demo-status {
        min-height: 4.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-page .trust-hero-panel,
    .trust-page .trust-section-feature::before,
    .trust-page .trust-band-item,
    .trust-page .trust-band-item > i,
    .trust-page .trust-icon,
    .trust-page .trust-demo-tab,
    .trust-page .trust-card,
    .trust-page .trust-flow-step,
    .trust-page .trust-step-number,
    .trust-page .trust-data-card,
    .trust-page .trust-faq .accordion-item,
    .trust-page .btn {
        transition: none;
    }

    .trust-page .trust-hero-panel {
        transform: none;
    }
}
