* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: var(--gm-page-background);
    color: #0b1930;
}

.page-wrap {
    width: 100%;
    min-height: 100vh;
    padding: 1.2rem;
}

.trust-page {
    width: min(1520px, 100%);
    margin: 0 auto;
    padding: 1.1rem 0 3.5rem;
}

.trust-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    min-height: 510px;
    padding: clamp(2.4rem, 5vw, 5rem);
    border: 1px solid #d5e1ef;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 65px rgba(15, 35, 67, 0.08);
}

.trust-kicker,
.trust-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #2563eb;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.trust-kicker > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #18bcd2;
    box-shadow: 0 0 0 7px rgba(24, 188, 210, 0.12);
}

.trust-hero h1 {
    max-width: 13ch;
    margin-top: 1.25rem;
    font-size: clamp(3.2rem, 6.3vw, 6.3rem);
    line-height: 0.93;
    letter-spacing: -0.058em;
}

.trust-hero-copy > p {
    max-width: 690px;
    margin-top: 1.5rem;
    color: #4a5d78;
    font-size: clamp(1.1rem, 1.45vw, 1.35rem);
    line-height: 1.58;
}

.trust-updated {
    display: block;
    margin-top: 1.4rem;
    color: #708099;
    font-size: 0.94rem;
    font-weight: 600;
}

.trust-summary {
    border-top: 1px solid #cbd8e7;
}

.trust-summary-label {
    display: block;
    padding: 1rem 0 0.65rem;
    color: #73839b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-summary > div {
    display: grid;
    grid-template-columns: minmax(135px, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    padding: 1.35rem 0;
    border-top: 1px solid #dce5ef;
}

.trust-summary strong {
    color: #102647;
    font-size: 1rem;
}

.trust-summary span {
    color: #596b82;
    line-height: 1.5;
}

.trust-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 880px);
    justify-content: center;
    gap: clamp(3rem, 7vw, 8rem);
    padding: 5.5rem 1.5rem 0;
}

.trust-toc {
    position: sticky;
    top: 1.5rem;
    align-self: start;
    padding-top: 0.3rem;
}

.trust-toc > span {
    display: block;
    margin-bottom: 1rem;
    color: #152b4b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trust-toc nav {
    display: grid;
    border-left: 1px solid #cdd9e7;
}

.trust-toc a {
    padding: 0.5rem 0 0.5rem 1.1rem;
    color: #63748b;
    font-size: 0.96rem;
    text-decoration: none;
}

.trust-toc a:hover {
    color: #1d5dc7;
}

.trust-document section {
    scroll-margin-top: 2rem;
    padding: 0 0 3.6rem;
}

.trust-document section + section {
    padding-top: 3.6rem;
    border-top: 1px solid #d7e1ec;
}

.trust-section-number {
    display: block;
    margin-bottom: 0.65rem;
    color: #1b73dc;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.trust-document h2,
.security-overview h2 {
    margin-bottom: 1.25rem;
    color: #0a1b33;
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.trust-document p,
.trust-document li,
.trust-provider-list dd {
    color: #42546d;
    font-size: 1.05rem;
    line-height: 1.72;
}

.trust-document p + p {
    margin-top: 1rem;
}

.trust-document a {
    color: #175fc5;
    font-weight: 700;
    text-decoration: none;
}

.trust-document a:hover {
    text-decoration: underline;
}

.trust-table-wrap {
    overflow-x: auto;
    margin-top: 1.5rem;
    border-top: 1px solid #aebfd2;
}

.trust-data-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.trust-data-table th,
.trust-data-table td {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #d7e1ec;
    vertical-align: top;
}

.trust-data-table th {
    color: #53657c;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.trust-data-table td {
    color: #40516a;
    line-height: 1.55;
}

.trust-data-table td:first-child {
    width: 22%;
    color: #122846;
    font-weight: 700;
}

.trust-callout {
    margin-top: 1.7rem;
    padding: 1.35rem 1.5rem;
    border-left: 3px solid #17b9ce;
    background: #edf8fb;
}

.trust-callout strong {
    color: #103d61;
    font-size: 1.05rem;
}

.trust-callout p {
    margin-top: 0.35rem;
    font-size: 0.98rem;
}

.trust-provider-list {
    margin: 1.6rem 0;
    border-top: 1px solid #cfdbe8;
}

.trust-provider-list > div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid #dbe4ee;
}

.trust-provider-list dt {
    color: #102847;
    font-weight: 750;
}

.trust-provider-list dd {
    font-size: 0.98rem;
}

.trust-hero-security {
    color: #fff;
    border-color: #142e53;
    background:
        radial-gradient(circle at 88% 10%, rgba(29, 188, 210, 0.22), transparent 35%),
        linear-gradient(130deg, #07172e 0%, #102c4e 100%);
}

.trust-hero-security h1 {
    color: #fff;
}

.trust-hero-security .trust-hero-copy > p {
    color: #c7d4e4;
}

.trust-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.trust-primary-action,
.trust-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.75rem 1.2rem;
    border-radius: 12px;
    font-weight: 750;
    text-decoration: none;
}

.trust-primary-action {
    color: #fff !important;
    background: linear-gradient(110deg, #2664e8, #18bfd1);
    box-shadow: 0 10px 28px rgba(31, 122, 222, 0.22);
}

.trust-secondary-action {
    color: #e6effa;
    border: 1px solid #426181;
}

.security-posture {
    padding: 2rem;
    border: 1px solid rgba(151, 183, 215, 0.25);
    background: rgba(10, 31, 56, 0.64);
}

.security-posture > span {
    color: #63d6e6;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.security-posture strong {
    display: block;
    margin-top: 1.4rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.15;
}

.security-posture p {
    margin-top: 0.8rem;
    color: #b9c9dc;
    line-height: 1.6;
}

.security-posture div {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(151, 183, 215, 0.2);
    color: #c6d3e3;
    font-size: 0.9rem;
}

.security-posture i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4dd6af;
}

.security-overview {
    padding: 5.5rem max(1.5rem, 5vw) 1rem;
}

.security-overview header {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.security-overview h2 {
    max-width: 14ch;
    margin: 0;
}

.security-control-list {
    border-top: 1px solid #b8c8d9;
}

.security-control-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 1.2rem;
    padding: 1.55rem 0;
    border-bottom: 1px solid #d6e0eb;
}

.security-control-list article > span {
    color: #1c70d6;
    font-weight: 800;
}

.security-control-list h3 {
    color: #102846;
    font-size: 1.2rem;
}

.security-control-list p {
    max-width: 760px;
    margin-top: 0.35rem;
    color: #52647c;
    line-height: 1.55;
}

.security-layout {
    padding-top: 4.5rem;
}

.trust-check-list {
    display: grid;
    gap: 0.85rem;
    list-style: none;
}

.trust-check-list li {
    position: relative;
    padding-left: 1.6rem;
}

.trust-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18b8ca;
}

.security-report-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.3rem 0;
    border-top: 1px solid #ccd9e6;
    border-bottom: 1px solid #ccd9e6;
}

.security-report-block > div {
    display: grid;
    gap: 0.25rem;
}

.security-report-block span {
    color: #718197;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.security-report-block a {
    font-size: 1rem;
}

.site-footer {
    margin-top: 0;
}

@media (max-width: 980px) {
    .trust-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .trust-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .trust-toc {
        position: static;
    }

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

    .security-overview header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-wrap {
        padding: 0.8rem;
    }

    .trust-hero {
        padding: 2.1rem 1.4rem;
        border-radius: 24px;
    }

    .trust-hero h1 {
        font-size: 3rem;
    }

    .trust-summary > div,
    .trust-provider-list > div {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .trust-layout,
    .security-overview {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .trust-toc nav {
        grid-template-columns: 1fr;
    }

    .security-report-block {
        align-items: stretch;
        flex-direction: column;
    }
}
