.ct-page{}

.ct-intro__inner{
max-width:720px;
margin-inline:auto;
}

.ct-data__grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:var(--space-md);
margin-top:var(--space-md);
}

.ct-data__block{min-width:0;}
.ct-data__block--full{
grid-column:1/-1;
}

.ct-purpose .ct-narrow,
.ct-legal .ct-narrow,
.ct-retention .ct-narrow,
.ct-contact .ct-narrow{
max-width:720px;
}

.ct-cookies__grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:var(--space-md);
margin-top:var(--space-md);
}

.ct-security__grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:var(--space-md);
}

.ct-rights__grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:var(--space-md);
margin-top:var(--space-md);
}

@media(max-width:900px){
.ct-data__grid,
.ct-cookies__grid,
.ct-security__grid,
.ct-rights__grid{
grid-template-columns:1fr;
}
}

.ct-page h2{
margin-bottom:var(--space-sm);
}

.ct-page section+section{
border-top:1px solid var(--color-border-architectural);
}
