/* TossSpace Trust & Safety */

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.site-footer-links a {
    color: inherit;
    font-size: 10px;
    text-decoration: none;
    opacity: 0.78;
}

.site-footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.trust-shell {
    width: min(900px, calc(100% - 34px));
    margin: 0 auto;
    padding: 52px 0 76px;
}

.trust-page {
    padding: 30px;
    border: 1px solid rgba(34, 49, 82, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(34, 49, 82, 0.09);
}

.trust-hero {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(34, 49, 82, 0.09);
}

.trust-hero h1 {
    margin: 7px 0 10px;
    color: #223152;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.trust-hero > p:last-child {
    max-width: 720px;
    margin: 0;
    color: #697284;
    font-size: 13px;
    line-height: 1.65;
}

.trust-body {
    display: grid;
    gap: 8px;
}

.trust-body section {
    padding: 20px 0;
    border-bottom: 1px solid rgba(34, 49, 82, 0.07);
}

.trust-body section:last-child {
    border-bottom: 0;
}

.trust-body h2 {
    margin: 0 0 8px;
    color: #223152;
    font-size: 18px;
}

.trust-body p,
.trust-body li {
    color: #5f6879;
    font-size: 12px;
    line-height: 1.72;
}

.trust-body p {
    margin: 0;
}

.trust-body ul {
    margin: 0;
    padding-left: 20px;
}

.trust-form {
    padding-top: 20px;
    display: grid;
    gap: 16px;
}

.trust-form label {
    display: grid;
    gap: 7px;
}

.trust-form label > span {
    color: #223152;
    font-size: 11px;
    font-weight: 800;
}

.trust-form label small {
    color: #8a91a0;
    font-size: 9px;
    line-height: 1.5;
}

.trust-form input,
.trust-form select,
.trust-form textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #e4ddca;
    border-radius: 11px;
    color: #223152;
    background: #fffdf8;
    font: inherit;
    font-size: 12px;
}

.trust-form textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.55;
}

.trust-form input:focus,
.trust-form select:focus,
.trust-form textarea:focus {
    outline: none;
    border-color: #223152;
    box-shadow: 0 0 0 4px rgba(34, 49, 82, 0.07);
}

.trust-honeypot {
    position: fixed !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.trust-success {
    padding: 14px;
    display: grid;
    gap: 3px;
    border: 1px solid rgba(34, 49, 82, 0.09);
    border-radius: 12px;
    background: #fff7db;
}

.trust-success strong {
    color: #223152;
    font-size: 13px;
}

.trust-success span {
    color: #667085;
    font-size: 11px;
}

.ops-abuse-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ops-abuse-summary span {
    padding: 5px 8px;
    border-radius: 999px;
    color: #626b7d;
    background: #f6f3ea;
    font-size: 9px;
}

.ops-abuse-reports {
    margin-top: 14px;
    display: grid;
    gap: 9px;
}

.ops-abuse-card {
    padding: 13px;
    border: 1px solid rgba(34, 49, 82, 0.09);
    border-radius: 12px;
    background: #fffdf8;
}

.ops-abuse-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ops-abuse-head > div {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ops-abuse-head strong {
    color: #223152;
    font-size: 12px;
}

.ops-abuse-head a {
    overflow: hidden;
    color: #6c7485;
    font-size: 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ops-abuse-head a:hover {
    text-decoration: underline;
}

.ops-abuse-card > p {
    margin: 10px 0 0;
    color: #616a7b;
    font-size: 10px;
    line-height: 1.55;
}

.ops-abuse-meta {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #8a91a0;
    font-size: 9px;
}

.ops-abuse-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

@media (max-width: 650px) {
    .trust-shell {
        width: min(100% - 22px, 900px);
        padding-top: 30px;
    }

    .trust-page {
        padding: 20px;
        border-radius: 20px;
    }

    .ops-abuse-head {
        flex-direction: column;
    }
}

/* =========================================================
   TOSSSPACE TRUST CONTENT V2
========================================================= */

.trust-route-active .immersive-backdrop {
    opacity: .42;
}

.trust-route-active .site-footer {
    position: relative;
    z-index: 4;
}

.site-menu-info-links,
.site-menu-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 11px;
}

.site-menu-info-links {
    margin-top: 10px;
}

.site-menu-legal-links {
    margin-top: 7px;
}

.site-menu-info-links a,
.site-menu-legal-links a {
    color: #687188;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.site-menu-info-links a:hover,
.site-menu-legal-links a:hover {
    color: #223152;
}

.trust-shell {
    width: min(980px, calc(100% - 34px));
    padding-top: 34px;
}

.trust-page {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255,255,255,.84);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.94),
            rgba(250,249,246,.90)
        );
    box-shadow:
        0 30px 90px rgba(34,49,82,.12),
        inset 0 1px 0 rgba(255,255,255,.86);
    backdrop-filter: blur(28px) saturate(1.04);
    -webkit-backdrop-filter: blur(28px) saturate(1.04);
}

.trust-page::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -220px;
    right: -120px;
    border-radius: 999px;
    background: rgba(248,209,118,.22);
    filter: blur(8px);
    pointer-events: none;
}

.trust-page-nav {
    position: relative;
    z-index: 1;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 7px 14px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(34,49,82,.07);
    background: rgba(255,255,255,.48);
}

.trust-page-nav span {
    width: 1px;
    height: 16px;
    background: rgba(34,49,82,.12);
}

.trust-page-nav a {
    color: #6b7486;
    font-size: 10px;
    font-weight: 760;
    text-decoration: none;
}

.trust-page-nav a:hover {
    color: #223152;
}

.trust-hero {
    position: relative;
    z-index: 1;
    padding: 44px 44px 30px;
}

.trust-hero h1 {
    max-width: 760px;
    font-size: clamp(38px, 6vw, 66px);
}

.trust-hero > p:last-of-type {
    max-width: 760px;
    font-size: 14px;
}

.trust-updated {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border: 1px solid rgba(34,49,82,.07);
    border-radius: 999px;
    background: rgba(255,255,255,.64);
}

.trust-updated span {
    color: #8a92a2;
    font-size: 9px;
    font-weight: 760;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.trust-updated strong {
    color: #536079;
    font-size: 10px;
}

.trust-body {
    position: relative;
    z-index: 1;
    padding: 0 44px 38px;
    gap: 0;
}

.trust-body section {
    padding: 24px 0;
}

.trust-body h2 {
    font-size: 20px;
    letter-spacing: -.02em;
}

.trust-body p,
.trust-body li {
    font-size: 13px;
    line-height: 1.78;
}

.trust-body p + p {
    margin-top: 10px;
}

.trust-body strong {
    color: #34405a;
}

.trust-body a:not(.secondary-button):not(.primary-button) {
    color: #223152;
    font-weight: 760;
    text-decoration-color: rgba(34,49,82,.28);
    text-underline-offset: 3px;
}

.trust-body a:not(.secondary-button):not(.primary-button):hover {
    text-decoration-color: rgba(34,49,82,.82);
}

.trust-feature-grid {
    display: grid;
    gap: 12px;
}

.trust-feature-grid.three {
    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );
}

.trust-feature-card {
    min-width: 0;
    padding: 19px;
    display: grid;
    gap: 7px;
    border: 1px solid rgba(34,49,82,.08);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.85),
            rgba(250,248,241,.68)
        );
    box-shadow: 0 12px 30px rgba(34,49,82,.045);
}

.trust-feature-card > span {
    color: #a7afbe;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .10em;
}

.trust-feature-card small {
    color: #8b6b2c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .10em;
}

.trust-feature-card strong {
    color: #223152;
    font-size: 18px;
}

.trust-feature-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
}

.trust-product-steps {
    display: grid;
    grid-template-columns:
        minmax(150px, .72fr)
        minmax(0, 1.6fr);
    gap: 26px;
}

.trust-product-heading span {
    color: #8b6b2c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.trust-product-heading h2 {
    margin-top: 6px;
    font-size: 26px;
}

.trust-product-steps ol {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    counter-reset: toss-step;
    list-style: none;
}

.trust-product-steps li {
    position: relative;
    padding: 12px 14px 12px 44px;
    border: 1px solid rgba(34,49,82,.07);
    border-radius: 14px;
    background: rgba(255,255,255,.68);
}

.trust-product-steps li::before {
    counter-increment: toss-step;
    content: counter(toss-step);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #223152;
    background: #f8d176;
    font-size: 9px;
    font-weight: 900;
}

.trust-faq-list {
    padding: 12px 0;
    display: grid;
    gap: 10px;
}

.trust-faq {
    border: 1px solid rgba(34,49,82,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.72);
}

.trust-faq summary {
    padding: 16px 18px;
    color: #223152;
    cursor: pointer;
    font-size: 14px;
    font-weight: 850;
    list-style: none;
}

.trust-faq summary::-webkit-details-marker {
    display: none;
}

.trust-faq summary::after {
    content: "+";
    float: right;
    color: #8b94a5;
    font-size: 20px;
    font-weight: 500;
    line-height: .8;
}

.trust-faq[open] summary::after {
    content: "−";
}

.trust-faq p {
    margin: 0;
    padding: 0 18px 17px;
    color: #657085;
    font-size: 12px;
    line-height: 1.72;
}

.trust-language-bar {
    margin: 18px 0 8px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(34,49,82,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.68);
}

.trust-language-bar > span {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.trust-language-bar > div {
    display: flex;
    gap: 6px;
}

.trust-language-button {
    appearance: none;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(34,49,82,.09);
    border-radius: 999px;
    color: #647086;
    background: rgba(255,255,255,.82);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
}

.trust-language-button.active {
    color: #223152;
    border-color: rgba(248,209,118,.85);
    background: #fff2c9;
}

.trust-action-section {
    padding: 20px !important;
    border: 1px solid rgba(34,49,82,.08) !important;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            rgba(248,209,118,.16),
            rgba(255,255,255,.72)
        );
}

.trust-inline-button {
    width: max-content;
    margin-top: 14px;
}

.trust-form {
    padding: 8px 0 4px;
}

.trust-form label > span {
    font-size: 12px;
}

.trust-form label small {
    font-size: 10px;
}

.trust-form input,
.trust-form select,
.trust-form textarea {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 13px;
}

.trust-form textarea {
    min-height: 150px;
}

.trust-form .primary-button {
    min-height: 48px;
}

@media (max-width: 760px) {
    .trust-shell {
        width: min(100% - 18px, 980px);
        padding: 22px 0 48px;
    }

    .trust-page {
        border-radius: 22px;
    }

    .trust-page-nav {
        padding: 12px 16px;
        gap: 7px 12px;
    }

    .trust-page-nav span {
        display: none;
    }

    .trust-hero {
        padding: 30px 22px 24px;
    }

    .trust-body {
        padding: 0 22px 26px;
    }

    .trust-feature-grid.three {
        grid-template-columns: 1fr;
    }

    .trust-product-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trust-language-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-links {
        gap: 8px 11px;
    }

    .site-footer-links a {
        font-size: 9px;
    }
}
