:root {
    --primary-color: #d32f2f;
    --secondary-color: #e91e63;
    --accent-color: #ff4081;
    --dark-color: #212121;
    --light-color: #fce4ec;
    --text-color: #333;
    --text-light: #666;
    --white: #fff;
    --shadow: 0 4px 12px rgba(0,0,0,.1);
    --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text-color); background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%); font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif; line-height: 1.65; }
a { color: var(--primary-color); }
.adult-warning { padding: 12px 20px; color: #fff; background: linear-gradient(90deg, #d32f2f, #c2185b); border-bottom: 3px solid #880e4f; text-align: center; font-size: 14px; font-weight: 600; }
.top-bar { padding: 10px 20px; color: #fff; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); text-align: center; font-size: 14px; font-weight: 500; }
.main-header { position: sticky; z-index: 1000; top: 0; padding: 15px 0; background: #fff; box-shadow: var(--shadow); }
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { display: block; object-fit: contain; }
.main-nav ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; padding: 8px 0; color: var(--dark-color); text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--secondary-color); }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--secondary-color); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.trust-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.trust-hero { padding: 62px 0 66px; color: #fff; background: radial-gradient(circle at 82% 22%, rgba(255,255,255,.17), transparent 28%), linear-gradient(135deg, rgba(211,47,47,.97), rgba(233,30,99,.94)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; color: #ffe4ed; font-size: .84rem; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.trust-eyebrow { margin: 0 0 10px; color: #8c173c; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.trust-hero .trust-eyebrow { color: #fff0f5; }
.trust-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.25rem, 5.5vw, 4.2rem); line-height: 1.05; letter-spacing: -.03em; }
.trust-lead { max-width: 780px; margin: 22px 0 0; color: #fff4f7; font-size: 1.16rem; }
.trust-updated { margin: 24px 0 0; color: #ffd7e4; font-size: .82rem; }
.trust-main { padding: 54px 0 0; }
.trust-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 32px; }
.trust-content { min-width: 0; }
.trust-section { margin-bottom: 24px; padding: 32px; background: #fff; border: 1px solid rgba(211,47,47,.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.trust-section h2 { margin: 0 0 17px; color: var(--primary-color); font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.25; }
.trust-copy p { margin: 0 0 1.05em; }
.trust-copy p:last-child { margin-bottom: 0; }
.trust-copy h3 { margin: 1.5em 0 .55em; color: var(--dark-color); }
.trust-copy ul, .trust-copy ol { margin: .7em 0 1.2em; padding-left: 1.3em; }
.trust-copy li { margin-bottom: .55em; }
.trust-copy a { font-weight: 700; text-underline-offset: 3px; }
.notice { margin: 18px 0; padding: 17px 19px; background: #fff3cd; border: 1px solid #ffdf7e; border-left: 4px solid #f59f00; border-radius: 8px; }
.info-box { margin: 18px 0; padding: 17px 19px; background: var(--light-color); border-left: 4px solid var(--secondary-color); border-radius: 8px; }
.identity-list { display: grid; gap: 12px; margin: 18px 0 0; }
.identity-row { padding: 14px 16px; background: #fff8fa; border: 1px solid #f1d3dd; border-radius: 8px; }
.identity-row strong { display: block; margin-bottom: 3px; color: var(--primary-color); font-size: .8rem; text-transform: uppercase; }
.trust-sidebar { position: sticky; top: 108px; display: grid; gap: 18px; }
.trust-side-card { padding: 24px; color: #fff; background: var(--dark-color); border-radius: var(--radius); box-shadow: var(--shadow); }
.trust-side-card h2 { margin: 5px 0 18px; font-size: 1.3rem; line-height: 1.3; }
.trust-side-label { margin: 0; color: #ff8fb3; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 23px; color: #e3dfe1; font-size: .9rem; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--accent-color); font-weight: 800; }
.trust-side-card-soft { color: var(--text-color); background: #fff; }
.trust-side-card-soft a { display: block; padding: 9px 0; border-bottom: 1px solid #eee4e8; text-decoration: none; font-weight: 700; }
.trust-side-card-soft a:last-child { border-bottom: 0; }
.trust-links { padding: 44px 0 64px; }
.trust-links h2 { margin: 0 0 22px; color: var(--dark-color); font-size: 2rem; }
.trust-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.trust-link-grid a { min-height: 150px; padding: 21px; color: var(--text-color); background: #fff; border: 1px solid rgba(211,47,47,.12); border-radius: var(--radius); box-shadow: 0 4px 12px rgba(0,0,0,.06); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.trust-link-grid a:hover { border-color: var(--secondary-color); transform: translateY(-3px); }
.trust-link-grid strong, .trust-link-grid span { display: block; }
.trust-link-grid strong { margin-bottom: 8px; color: var(--primary-color); }
.trust-link-grid span { color: var(--text-light); font-size: .9rem; }
.main-footer { margin-top: 60px; padding: 50px 20px 20px; color: #fff; background: var(--dark-color); }
.footer-content { max-width: 1200px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 40px; }
.footer-section h4 { margin: 0 0 20px; color: var(--accent-color); font-size: 18px; }
.footer-section p { color: #ccc; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #ccc; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.footer-links a:hover { padding-left: 5px; color: var(--accent-color); }
.copyright { max-width: 1200px; margin-inline: auto; padding-top: 20px; color: #aaa; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 14px; }
.copyright p { margin: 7px 0; }
@media (max-width: 900px) {
    .header-container { flex-direction: column; }
    .main-nav ul { justify-content: center; }
    .trust-layout { grid-template-columns: 1fr; }
    .trust-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .trust-link-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .adult-warning, .top-bar { font-size: .75rem; }
    .trust-container { width: min(100% - 26px, 1120px); }
    .trust-hero { padding: 42px 0 48px; }
    .breadcrumbs { margin-bottom: 24px; }
    .trust-section { padding: 23px 20px; }
    .trust-sidebar, .trust-link-grid { grid-template-columns: 1fr; }
    .main-nav ul { gap: 7px 13px; }
    .main-nav a { font-size: .82rem; }
}
