/* Public information pages: the original copy, in the homepage visual system. */
.inner-page .legal {
    padding: 148px 0 96px;
}

.inner-page .legal > .container {
    max-width: 1160px;
}

.inner-page .legal .legal-hero {
    max-width: 920px;
    margin: 0 0 60px;
}

.inner-page .legal .legal-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 25px;
    color: #ffb020;
    background: rgba(255, 176, 32, .065);
    border: 1px solid rgba(255, 176, 32, .19);
    border-radius: 100px;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .13em;
}

.inner-page .legal h1 {
    max-width: 100%;
    margin: 0 0 25px;
    font-size: clamp(2.45rem, 5.5vw, 4.75rem);
    font-weight: 600;
    line-height: 1.07;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.inner-page .legal .legal-hero > p:not(.legal-updated) {
    max-width: 780px;
    margin: 0;
    color: #b8b3c3;
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.75;
}

.inner-page .legal .legal-updated {
    display: inline-block;
    margin: -4px 0 25px;
    color: #9992a7;
    font-size: .81rem;
}

.inner-page .legal .legal-section {
    display: grid;
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr);
    gap: 30px 64px;
    margin: 0;
    padding: 38px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.inner-page .legal .legal-section > h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.32rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.025em;
}

.inner-page .legal .legal-section-body {
    min-width: 0;
}

.inner-page .legal .legal-section-body > :last-child,
.inner-page .legal .legal-subsection > :last-child {
    margin-bottom: 0;
}

.inner-page .legal p,
.inner-page .legal li {
    color: #aaa4b8;
    font-size: .94rem;
    line-height: 1.8;
}

.inner-page .legal h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.018em;
}

.inner-page .legal ul {
    list-style: disc;
    padding-left: 19px;
}

.inner-page .legal li {
    padding-left: 4px;
    margin-bottom: 11px;
}

.inner-page .legal li::marker {
    color: #8e719f;
}

.inner-page .legal strong {
    color: #eeeaf5;
    font-weight: 600;
}

.inner-page .legal a:not(.btn) {
    color: #ff8cbc;
    border-color: rgba(255, 140, 188, .3);
    text-underline-offset: 4px;
    transition: color .2s, border-color .2s;
}

.inner-page .legal a:not(.btn):hover {
    color: #ffc0db;
    border-color: #ff8cbc;
}

.inner-page .legal .legal-note {
    padding: 24px 26px;
    margin: 26px 0 0;
    background: linear-gradient(110deg, rgba(124, 92, 255, .075), rgba(255, 95, 162, .035));
    border: 1px solid rgba(153, 130, 214, .18);
    border-radius: 16px;
}

.inner-page .legal > .container > .legal-note {
    max-width: 100%;
    margin: -22px 0 52px;
}

.inner-page .legal .legal-note p {
    font-size: .88rem;
    line-height: 1.8;
}

.inner-page .legal .legal-section--stats,
.inner-page .legal .legal-section--principles,
.inner-page .legal .legal-section--response {
    grid-template-columns: 1fr;
    gap: 25px;
}

.inner-page .legal .legal-section--stats ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-page .legal .legal-section--stats li {
    padding: 6px 28px 6px 0;
    margin: 0;
    color: #9992a7;
    font-size: .85rem;
    line-height: 1.65;
}

.inner-page .legal .legal-section--stats li + li {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.inner-page .legal .legal-section--stats strong {
    display: block;
    margin-bottom: 10px;
    color: #ffb020;
    font-family: var(--font-head);
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.045em;
}

.inner-page .legal .legal-section--stats li:nth-child(2) strong {
    color: #ff8cbd;
}

.inner-page .legal .legal-section--stats li:nth-child(3) strong {
    color: #ae95ff;
}

.inner-page .legal .legal-section--stats li:nth-child(4) strong {
    color: #eeeaf5;
}

.inner-page .legal .legal-section--principles .legal-section-body,
.inner-page .legal .legal-section--response ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.inner-page .legal .legal-section--principles .legal-subsection {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 95, 162, .28);
}

.inner-page .legal .legal-section--principles .legal-note {
    grid-column: 1 / -1;
    margin: 0;
}

.inner-page .legal .legal-section--response ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-page .legal .legal-section--response li {
    padding: 22px 0 0;
    margin: 0;
    border-top: 1px solid rgba(255, 95, 162, .28);
}

.inner-page .legal .legal-section--response strong {
    display: block;
    margin-bottom: 9px;
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 500;
}

.inner-page .legal .legal-section--contact-details .legal-subsection {
    margin-top: 28px;
}

.inner-page.page-contact .legal > .container > .legal-note {
    padding: 32px;
    background: radial-gradient(ellipse at top right, rgba(124, 92, 255, .13), transparent 70%),
                linear-gradient(120deg, rgba(255, 176, 32, .065), rgba(255, 95, 162, .045));
    border-color: rgba(255, 95, 162, .23);
}

.inner-page.page-contact .legal > .container > .legal-note > p:first-child {
    margin-bottom: 17px;
    font-family: var(--font-head);
    font-size: clamp(1.05rem, 2.6vw, 1.6rem);
    line-height: 1.5;
}

.inner-page .legal .proofs--about {
    margin: 18px 0 45px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    background: rgba(255, 255, 255, .018);
}

.inner-page .legal .proofs--about .proof-title {
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    font-size: 1.65rem;
    letter-spacing: -.035em;
}

.inner-page .legal .proofs--about .proof-card {
    background: #0e0a18;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 13px;
}

.inner-page .legal .proofs--about .proof-image-link {
    border: 0;
}

.inner-page .legal .legal-cta {
    margin-top: 16px;
    padding: 36px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: right;
}

.inner-page .legal .legal-cta .btn {
    border: 0;
    color: #08050f;
}

@media (max-width: 820px) {
    .inner-page .legal { padding: 128px 0 72px; }
    .inner-page .legal .legal-hero { margin-bottom: 44px; }
    .inner-page .legal .legal-section { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; }
    .inner-page .legal .legal-section--stats ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
    .inner-page .legal .legal-section--stats li:nth-child(3) { padding-left: 0; border-left: 0; }
    .inner-page .legal .legal-section--principles .legal-section-body { grid-template-columns: 1fr; gap: 24px; }
    .inner-page .legal .legal-section--principles .legal-subsection { padding-top: 0; border-top: 0; }
    .inner-page .legal .legal-section--response ul { gap: 20px; }
}

@media (max-width: 560px) {
    .inner-page .legal { padding: 113px 0 58px; }
    .inner-page .legal .legal-kicker { margin-bottom: 20px; }
    .inner-page .legal h1 { margin-bottom: 21px; font-size: clamp(2.3rem, 9.5vw, 3.3rem); letter-spacing: -.047em; }
    .inner-page .legal .legal-hero { margin-bottom: 36px; }
    .inner-page .legal .legal-hero > p:not(.legal-updated) { font-size: 1rem; }
    .inner-page .legal .legal-section > h2 { font-size: 1.25rem; }
    .inner-page .legal p, .inner-page .legal li { font-size: .9rem; }
    .inner-page .legal .legal-note { padding: 21px; border-radius: 13px; }
    .inner-page .legal > .container > .legal-note { margin: -7px 0 35px; }
    .inner-page.page-contact .legal > .container > .legal-note { padding: 24px 21px; }
    .inner-page.page-contact .legal > .container > .legal-note > p:first-child strong { display: block; margin-bottom: 5px; }
    .inner-page .legal .legal-section--stats li { padding-right: 17px; }
    .inner-page .legal .legal-section--stats li + li { padding-left: 20px; }
    .inner-page .legal .legal-section--stats li:nth-child(3) { padding-left: 0; }
    .inner-page .legal .legal-section--response ul { grid-template-columns: 1fr; gap: 19px; }
    .inner-page .legal .legal-section--response li { padding-top: 17px; }
    .inner-page .legal .proofs--about { padding: 23px 18px; border-radius: 15px; }
    .inner-page .legal .proofs--about .proof-title { font-size: 1.4rem; }
    .inner-page .legal .legal-cta { text-align: left; padding-top: 27px; }
    .inner-page .legal .legal-cta .btn { width: 100%; justify-content: center; }
}
