.page-gdpr{background:#0A0A0A;color:#FFF6D6;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.7;max-width:100%;overflow-x:hidden;width:100%;box-sizing:border-box}
.page-gdpr__hero{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:10px;background:#0A0A0A}
.page-gdpr__hero-media{width:100%;max-width:1200px;margin:0 auto}
.page-gdpr__hero-image{display:block;width:100%;height:auto;aspect-ratio:1200/350;object-fit:cover;border-radius:12px;max-width:100%}
.page-gdpr__hero-content{width:100%;max-width:980px;margin:0 auto;padding:24px 16px 8px;text-align:center}
.page-gdpr__hero-title{font-weight:800;line-height:1.25;letter-spacing:-0.01em;color:#FFF6D6;margin:0 0 16px;font-size:clamp(1.5rem,4vw,2.5rem);text-shadow:0 0 30px rgba(255,211,107,0.15)}
.page-gdpr__hero-desc{font-size:1.05rem;line-height:1.7;color:#E8DDB5;max-width:820px;margin:0 auto 20px;font-weight:400}
.page-gdpr__hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;align-items:center}
.page-gdpr__btn{display:inline-block;padding:12px 28px;border-radius:50px;font-weight:700;text-decoration:none;line-height:1.2;transition:transform .15s ease,box-shadow .2s ease;box-sizing:border-box;border:none;cursor:pointer}
.page-gdpr__btn--primary{background:linear-gradient(180deg,#FFD86A 0%,#DDA11D 100%);color:#1a1a1a;box-shadow:0 4px 15px rgba(242,193,78,0.25)}
.page-gdpr__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,211,107,0.4)}
.page-gdpr__btn--outline{background:transparent;color:#F2C14E;border:2px solid #F2C14E}
.page-gdpr__btn--outline:hover{background:rgba(242,193,78,0.1)}
.page-gdpr__article{background:#0A0A0A;padding:16px 16px 48px;width:100%;max-width:1200px;box-sizing:border-box;margin:0 auto}
.page-gdpr__article-body{max-width:960px;margin:0 auto;background:#111111;border:1px solid #3A2A12;border-radius:16px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,0.4)}
.page-gdpr__lead{font-size:1.15rem;line-height:1.8;color:#FFF6D6;margin:0 0 20px;background:rgba(242,193,78,0.06);border-left:4px solid #F2C14E;padding:16px;border-radius:0 8px 8px 0}
.page-gdpr__h2{color:#F2C14E;font-size:1.7rem;font-weight:800;margin:32px 0 16px;line-height:1.3}
.page-gdpr__h3{color:#FFD36B;font-size:1.25rem;font-weight:600;margin:24px 0 12px}
.page-gdpr__paragraph{color:#E8DDB5;font-size:1.02rem;margin:0 0 16px;line-height:1.8}
.page-gdpr__list{margin:0 0 20px;padding-left:20px;list-style:disc;color:#E8DDB5}
.page-gdpr__list li{margin-bottom:10px;padding-left:4px;line-height:1.8}
.page-gdpr__list li strong{color:#F2C14E}
.page-gdpr__link{color:#FFD36B;text-decoration:underline;transition:color .2s}
.page-gdpr__link:hover{color:#F2C14E}
.page-gdpr__contact-box{background:#111111;border:1px solid #3A2A12;border-radius:12px;padding:24px;margin-top:28px;text-align:center}
.page-gdpr__contact-title{color:#F2C14E;font-size:1.3rem;margin:0 0 8px;font-weight:700}
.page-gdpr__contact-text{color:#E8DDB5;margin-bottom:16px}
@media (max-width:768px){
.page-gdpr{overflow-x:hidden;max-width:100%}
.page-gdpr__hero{padding-top:10px}
.page-gdpr__hero-image{aspect-ratio:2/1;min-height:260px}
.page-gdpr__hero-content{padding:16px 12px}
.page-gdpr__hero-title{font-size:1.6rem;letter-spacing:-0.01em}
.page-gdpr__hero-desc{font-size:0.98rem}
.page-gdpr__btn{max-width:100%;white-space:normal;word-wrap:break-word;width:auto;text-align:center;box-sizing:border-box}
.page-gdpr__hero-actions{width:100%;flex-direction:column;align-items:stretch}
.page-gdpr__hero-actions .page-gdpr__btn{width:100%;text-align:center}
.page-gdpr__article{padding:8px 12px 36px}
.page-gdpr__article-body{padding:18px 16px}
.page-gdpr__lead{font-size:1.02rem;padding:12px}
.page-gdpr__h2{font-size:1.45rem}
.page-gdpr__h3{font-size:1.15rem}
.page-gdpr__paragraph{font-size:0.97rem}
.page-gdpr__list{padding-left:16px}
.page-gdpr img{max-width:100%!important;height:auto!important}
}