/* Páginas institucionais — confiança, transparência e leitura jurídica acessível. */
.policy-page,
.policy-hub-page {
    background: var(--reinvent-background);
}

.policy-page .header-main,
.policy-hub-page .header-main {
    background: rgba(3, 20, 38, .97);
    border-color: var(--reinvent-border-light);
}

.policy-page main,
.policy-hub-page main {
    overflow: clip;
}

.policy-page .breadcrumb,
.policy-hub-page .breadcrumb {
    margin-bottom: 34px;
    font-size: .82rem;
}

.policy-page .breadcrumb ol,
.policy-hub-page .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.policy-page .breadcrumb li,
.policy-hub-page .breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.policy-page .breadcrumb li + li::before,
.policy-hub-page .breadcrumb li + li::before {
    content: "/";
    opacity: .45;
}

.policy-page .breadcrumb--light,
.policy-page .breadcrumb--light a,
.policy-hub-page .breadcrumb--light,
.policy-hub-page .breadcrumb--light a {
    color: rgba(255, 255, 255, .68);
}

.policy-page .breadcrumb--light a:hover,
.policy-hub-page .breadcrumb--light a:hover {
    color: var(--reinvent-yellow);
}

.policy-hero,
.policy-hub-hero {
    position: relative;
    isolation: isolate;
    min-height: 590px;
    padding: calc(var(--visible-header-height) + 72px) 0 88px;
    color: white;
    background:
        radial-gradient(circle at 84% 20%, rgba(7, 152, 211, .23), transparent 31%),
        radial-gradient(circle at 12% 92%, rgba(255, 197, 40, .10), transparent 28%),
        linear-gradient(135deg, #031426 0%, #061b33 52%, #082a4b 100%);
}

.policy-hero::before,
.policy-hub-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .26;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, black, transparent 78%);
}

.policy-hero__inner {
    position: relative;
}

.policy-hero__grid,
.policy-hub-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
    align-items: center;
    gap: clamp(54px, 8vw, 118px);
}

.policy-hero__copy {
    max-width: 820px;
}

.policy-hero h1,
.policy-hub-hero h1 {
    max-width: 900px;
    margin-bottom: 24px;
    color: white;
    font-size: clamp(3.25rem, 6vw, 6.25rem);
    line-height: .96;
}

.policy-hero__lead,
.policy-hub-hero__copy > p:not(.eyebrow) {
    max-width: 760px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    line-height: 1.65;
}

.policy-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.policy-hero__meta strong {
    color: var(--reinvent-yellow);
    font-size: .86rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.policy-hero__meta span {
    color: rgba(255, 255, 255, .62);
    font-size: .84rem;
}

.policy-hero__symbol {
    position: relative;
    width: min(100%, 340px);
    aspect-ratio: 1;
    justify-self: end;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 0 80px rgba(7, 152, 211, .08);
}

.policy-hero__symbol::before,
.policy-hero__symbol::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .10);
}

.policy-hero__symbol::before { inset: 11%; }
.policy-hero__symbol::after { inset: 24%; }

.policy-hero__symbol > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 116px;
    height: 116px;
    border-radius: 28px;
    color: var(--reinvent-navy-deep);
    background: linear-gradient(135deg, var(--reinvent-yellow), #e2b14a);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .30);
    transform: rotate(-4deg);
}

.policy-hero__symbol svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-hero__symbol small {
    position: absolute;
    right: 13%;
    bottom: 12%;
    color: rgba(255, 255, 255, .64);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.policy-summary-section {
    position: relative;
    z-index: 2;
    padding: 86px 0 94px;
    background: white;
}

.policy-summary-heading {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 10px 60px;
    align-items: end;
    margin-bottom: 42px;
}

.policy-summary-heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 6px;
}

.policy-summary-heading h2 {
    margin: 0;
    font-size: clamp(2.35rem, 4vw, 4rem);
}

.policy-summary-heading > p:not(.eyebrow) {
    max-width: 610px;
    margin: 0;
}

.policy-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--reinvent-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.policy-summary__item {
    min-height: 230px;
    padding: 30px 28px;
    background: white;
}

.policy-summary__item + .policy-summary__item {
    border-left: 1px solid var(--reinvent-border);
}

.policy-summary__item > span {
    display: inline-flex;
    margin-bottom: 34px;
    color: #a67d23;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.policy-summary__item h3 {
    margin-bottom: 12px;
    color: var(--reinvent-navy);
    font-size: 1.12rem;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.policy-summary__item p {
    margin: 0;
    font-size: .91rem;
    line-height: 1.58;
}

.policy-document-section {
    padding: 96px 0 118px;
    background: var(--reinvent-background);
}

.policy-layout {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    align-items: start;
    gap: clamp(42px, 6vw, 86px);
}

.policy-sidebar {
    min-width: 0;
}

.policy-toc {
    position: sticky;
    top: calc(var(--visible-header-height) + 24px);
    max-height: calc(100vh - var(--visible-header-height) - 48px);
    overflow: auto;
    padding: 24px 22px 22px;
    border: 1px solid var(--reinvent-border);
    border-radius: var(--radius-sm);
    background: white;
    box-shadow: 0 12px 30px rgba(4, 26, 51, .06);
    scrollbar-width: thin;
}

.policy-toc__label {
    display: block;
    margin-bottom: 16px;
    color: var(--reinvent-navy);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.policy-toc ol {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.policy-toc li {
    border-top: 1px solid rgba(6, 27, 51, .08);
}

.policy-toc a {
    display: block;
    padding: 11px 2px;
    color: var(--reinvent-muted);
    font-size: .78rem;
    line-height: 1.35;
}

.policy-toc a:hover,
.policy-toc a:focus-visible {
    color: var(--reinvent-blue);
}

.policy-toc__hub {
    margin-top: 14px;
    padding-top: 18px !important;
    border-top: 1px solid var(--reinvent-border);
    color: var(--reinvent-navy) !important;
    font-weight: 800;
}

.policy-document {
    width: 100%;
    min-width: 0;
    max-width: 880px;
}

.policy-document__header {
    margin-bottom: 18px;
    padding: clamp(30px, 5vw, 54px);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    color: white;
    background: linear-gradient(135deg, var(--reinvent-navy-deep), #0a3154);
}

.policy-document__header > span {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--reinvent-yellow);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.policy-document__header h2 {
    max-width: 720px;
    margin-bottom: 18px;
    color: white;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.04;
}

.policy-document__header p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
}

.policy-section {
    scroll-margin-top: calc(var(--visible-header-height) + 24px);
    padding: clamp(34px, 5vw, 54px);
    border: 1px solid var(--reinvent-border);
    border-top: 0;
    background: white;
}

.policy-section:last-of-type {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.policy-section > h2 {
    margin-bottom: 24px;
    color: var(--reinvent-navy);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.policy-section__content {
    max-width: 760px;
}

.policy-section__content p,
.policy-section__content li {
    color: #4d5b6c;
    font-size: 1rem;
    line-height: 1.82;
}

.policy-section__content p:last-child,
.policy-section__content ul:last-child,
.policy-section__content ol:last-child {
    margin-bottom: 0;
}

.policy-section__content a {
    color: #0575a5;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(5, 117, 165, .28);
    text-underline-offset: 4px;
}

.policy-section__content a:hover {
    color: var(--reinvent-navy);
    text-decoration-color: var(--reinvent-yellow);
}

.policy-section__content ul,
.policy-section__content ol {
    display: grid;
    gap: 9px;
    padding-left: 24px;
    margin-bottom: 24px;
}

.policy-section__content li::marker {
    color: #b98b25;
    font-weight: 800;
}

.policy-section__content code {
    padding: 2px 6px;
    border: 1px solid rgba(6, 27, 51, .10);
    border-radius: 5px;
    color: var(--reinvent-navy);
    background: #f4f7fa;
    font-size: .88em;
}

.policy-callout {
    margin: 28px 0 4px;
    padding: 22px 24px;
    border-left: 4px solid var(--reinvent-blue);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: #35465a;
    background: #edf8fc;
    line-height: 1.7;
}

.policy-callout--warning {
    border-left-color: var(--reinvent-yellow);
    background: #fff8df;
}

.policy-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    margin: 28px 0 8px;
    border: 1px solid var(--reinvent-border);
    border-radius: var(--radius-sm);
    background: white;
}

.policy-data-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-size: .84rem;
}

.policy-data-table caption {
    padding: 18px 20px;
    color: var(--reinvent-navy);
    background: #f3f7fa;
    font-weight: 800;
    text-align: left;
}

.policy-data-table th,
.policy-data-table td {
    padding: 16px 18px;
    border-top: 1px solid var(--reinvent-border);
    border-right: 1px solid var(--reinvent-border);
    vertical-align: top;
    text-align: left;
    line-height: 1.55;
}

.policy-data-table th:last-child,
.policy-data-table td:last-child { border-right: 0; }

.policy-data-table th {
    color: white;
    background: var(--reinvent-navy);
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.policy-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-top: 34px;
    padding: clamp(30px, 5vw, 48px);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #0b365a, var(--reinvent-navy-deep));
    box-shadow: var(--shadow-md);
}

.policy-contact > div { max-width: 570px; }

.policy-contact > div > span {
    display: block;
    margin-bottom: 12px;
    color: var(--reinvent-yellow);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.policy-contact h2 {
    margin-bottom: 14px;
    color: white;
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    line-height: 1.08;
}

.policy-contact p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
}

.policy-contact .button { flex: 0 0 auto; }

.policy-related {
    padding: 102px 0 112px;
    background: white;
}

.policy-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.policy-related__card,
.policy-hub-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 30px 28px;
    border: 1px solid var(--reinvent-border);
    border-radius: var(--radius-md);
    background: white;
    box-shadow: 0 10px 28px rgba(4, 26, 51, .06);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.policy-related__card:hover,
.policy-hub-card:hover {
    transform: translateY(-6px);
    border-color: rgba(7, 152, 211, .34);
    box-shadow: var(--shadow-md);
}

.policy-related__card--hub {
    color: white;
    border-color: transparent;
    background: linear-gradient(150deg, var(--reinvent-navy-deep), #0b3d66);
}

.policy-card-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 44px;
    border-radius: 15px;
    color: var(--reinvent-navy-deep);
    background: linear-gradient(135deg, var(--reinvent-yellow), #e4b950);
}

.policy-card-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-related__card strong {
    margin-bottom: 12px;
    color: var(--reinvent-navy);
    font-size: 1.05rem;
    line-height: 1.25;
}

.policy-related__card--hub strong { color: white; }

.policy-related__card p {
    margin-bottom: 26px;
    font-size: .87rem;
    line-height: 1.6;
}

.policy-related__card--hub p { color: rgba(255, 255, 255, .64); }

.policy-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #0575a5;
    font-size: .8rem;
    font-weight: 800;
}

.policy-related__card--hub .policy-card-link { color: var(--reinvent-yellow); }

/* Central de políticas */
.policy-hub-hero {
    min-height: 700px;
    padding-bottom: 92px;
}

.policy-hub-hero__copy {
    max-width: 820px;
}

.policy-hub-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.policy-hub-hero__updated {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
}

.policy-hub-hero__updated span {
    color: rgba(255, 255, 255, .54);
    font-size: .72rem;
}

.policy-hub-hero__updated strong {
    color: white;
    font-size: .75rem;
}

.policy-hub-hero__visual {
    position: relative;
    width: min(100%, 430px);
    aspect-ratio: 1;
    justify-self: end;
}

.policy-hub-orbit {
    position: absolute;
    inset: 5%;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.policy-hub-orbit--two {
    inset: 22%;
    border-style: dashed;
    transform: rotate(30deg);
}

.policy-hub-shield {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 30px;
    color: var(--reinvent-navy-deep);
    background: linear-gradient(135deg, var(--reinvent-yellow), #e2b14a);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    transform: translate(-50%, -50%) rotate(-5deg);
}

.policy-hub-shield svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-hub-node {
    position: absolute;
    min-width: 100px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    background: rgba(3, 20, 38, .82);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20);
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.policy-hub-node--privacy { top: 3%; left: 34%; }
.policy-hub-node--cookies { top: 43%; right: -3%; }
.policy-hub-node--terms { bottom: 3%; left: 38%; }
.policy-hub-node--copyright { top: 43%; left: -8%; }

.policy-hub-intro {
    background: white;
}

.policy-hub-intro__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(48px, 8vw, 120px);
    align-items: start;
}

.policy-hub-intro h2 {
    max-width: 550px;
    margin: 0;
}

.policy-hub-intro__copy p {
    max-width: 690px;
    font-size: 1.08rem;
    line-height: 1.8;
}

.policy-hub-documents {
    background: #f1f5f9;
}

.policy-hub-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.policy-hub-card {
    min-height: 390px;
    padding: 32px 30px;
}

.policy-hub-card__number {
    position: absolute;
    top: 32px;
    right: 30px;
    color: rgba(6, 27, 51, .28);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.policy-hub-card h3 {
    margin-bottom: 16px;
    color: var(--reinvent-navy);
    font-size: 1.3rem;
    line-height: 1.16;
}

.policy-hub-card p {
    margin-bottom: 28px;
    font-size: .91rem;
    line-height: 1.65;
}

.policy-principles {
    background: white;
}

.policy-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--reinvent-border);
    border-bottom: 1px solid var(--reinvent-border);
}

.policy-principles__grid article {
    min-height: 250px;
    padding: 34px 28px;
}

.policy-principles__grid article + article {
    border-left: 1px solid var(--reinvent-border);
}

.policy-principles__grid article > span {
    display: inline-block;
    margin-bottom: 42px;
    color: #a67d23;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.policy-principles__grid h3 {
    margin-bottom: 14px;
    color: var(--reinvent-navy);
    font-size: 1.15rem;
}

.policy-principles__grid p {
    margin: 0;
    font-size: .9rem;
}

.policy-cookie-status {
    padding: 78px 0;
    color: white;
    background: linear-gradient(120deg, var(--reinvent-navy-deep), #0a3b64);
}

.policy-cookie-status__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
}

.policy-cookie-status__icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    border-radius: 22px;
    color: var(--reinvent-navy-deep);
    background: var(--reinvent-yellow);
}

.policy-cookie-status__icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-cookie-status .eyebrow { margin-bottom: 12px; }

.policy-cookie-status h2 {
    max-width: 760px;
    margin-bottom: 12px;
    color: white;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
}

.policy-cookie-status p:not(.eyebrow) {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
}

.policy-hub-contact {
    background: var(--reinvent-background);
}

.policy-hub-contact__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    padding: clamp(40px, 6vw, 72px);
    border: 1px solid var(--reinvent-border);
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: var(--shadow-sm);
}

.policy-hub-contact__inner > div { max-width: 760px; }

.policy-hub-contact h2 {
    margin-bottom: 16px;
}

.policy-hub-contact p:not(.eyebrow) {
    max-width: 650px;
    margin: 0;
}

@media (max-width: 1180px) {
    .policy-summary,
    .policy-related__grid,
    .policy-hub-card-grid,
    .policy-principles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .policy-summary__item + .policy-summary__item,
    .policy-principles__grid article + article {
        border-left: 0;
    }

    .policy-summary__item:nth-child(even),
    .policy-principles__grid article:nth-child(even) {
        border-left: 1px solid var(--reinvent-border);
    }

    .policy-summary__item:nth-child(n + 3),
    .policy-principles__grid article:nth-child(n + 3) {
        border-top: 1px solid var(--reinvent-border);
    }

    .policy-hero__grid,
    .policy-hub-hero__grid {
        gap: 54px;
    }

    .policy-hub-node--copyright { left: -2%; }
}

@media (max-width: 920px) {
    .policy-hero,
    .policy-hub-hero {
        min-height: 0;
        padding-top: calc(var(--visible-header-height) + 58px);
    }

    .policy-hero__grid,
    .policy-hub-hero__grid,
    .policy-hub-intro__grid {
        grid-template-columns: 1fr;
    }

    .policy-hero__symbol,
    .policy-hub-hero__visual {
        display: none;
    }

    .policy-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .policy-toc {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .policy-toc ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 24px;
    }

    .policy-document {
        max-width: none;
    }

    .policy-contact,
    .policy-cookie-status__inner,
    .policy-hub-contact__inner {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .policy-cookie-status__inner {
        display: grid;
    }

    .policy-contact .button,
    .policy-cookie-status .button,
    .policy-hub-contact .button {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .policy-page .breadcrumb,
    .policy-hub-page .breadcrumb {
        margin-bottom: 26px;
        font-size: .75rem;
    }

    .policy-hero,
    .policy-hub-hero {
        padding: calc(var(--visible-header-height) + 42px) 0 68px;
    }

    .policy-hero h1,
    .policy-hub-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4.15rem);
    }

    .policy-hero__lead,
    .policy-hub-hero__copy > p:not(.eyebrow) {
        font-size: 1rem;
    }

    .policy-hero__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .policy-summary-heading {
        grid-template-columns: 1fr;
    }

    .policy-summary,
    .policy-related__grid,
    .policy-hub-card-grid,
    .policy-principles__grid {
        grid-template-columns: 1fr;
    }

    .policy-summary__item,
    .policy-principles__grid article {
        min-height: 0;
    }

    .policy-summary__item:nth-child(even),
    .policy-principles__grid article:nth-child(even) {
        border-left: 0;
    }

    .policy-summary__item + .policy-summary__item,
    .policy-principles__grid article + article {
        border-top: 1px solid var(--reinvent-border);
    }

    .policy-toc ol {
        grid-template-columns: 1fr;
    }

    .policy-document__header,
    .policy-section {
        padding: 28px 22px;
    }

    .policy-document__header h2 {
        font-size: 2.05rem;
    }

    .policy-section__content p,
    .policy-section__content li {
        font-size: .95rem;
        line-height: 1.74;
    }

    .policy-contact {
        padding: 30px 22px;
    }

    .policy-related__card,
    .policy-hub-card {
        min-height: 0;
    }

    .policy-hub-hero__actions {
        display: grid;
    }

    .policy-hub-hero__actions .button {
        width: 100%;
    }

    .policy-cookie-status__icon {
        width: 68px;
        height: 68px;
    }

    .policy-hub-contact__inner {
        padding: 34px 24px;
        border-radius: var(--radius-md);
    }
}

/* Proteção contra estouro de palavras longas em telas estreitas. */
.policy-hero h1,
.policy-hub-hero h1,
.policy-hero__meta strong {
    max-width: 100%;
    overflow-wrap: break-word;
}

.policy-hero__meta > * {
    min-width: 0;
}

@media (max-width: 680px) {
    .policy-hero h1,
    .policy-hub-hero h1 {
        font-size: clamp(2.35rem, 9.5vw, 3.45rem);
    }

    .policy-hero__meta strong {
        font-size: .78rem;
        line-height: 1.45;
    }
}
