.page-gdpr{--primary:#C91F17;--primary-dark:#7A0E0E;--secondary:#E53935;--accent-gold:#F4D34D;--accent-glow:#FFCC66;--border-gold:#F2B544;--page-bg:#B71C1C;--text-bright:#FFF5E1;color:var(--text-bright);background:var(--page-bg);}
.page-gdpr__hero-banner{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#7A0E0E 0%,#B71C1C 70%,#C91F17 100%);padding:10px 16px 24px;}
.page-gdpr__hero-image{width:1200px;max-width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,0.35);}
.page-gdpr__hero-content{width:100%;max-width:1120px;text-align:center;margin-top:22px;}
.page-gdpr__hero-title{font-size:clamp(1.7rem,3.2vw,2.8rem);max-width:900px;margin:0 auto;font-weight:800;line-height:1.3;color:var(--text-bright);text-shadow:0 2px 4px rgba(0,0,0,0.3);}
.page-gdpr__hero-description{max-width:860px;margin:16px auto 24px;font-size:1.08rem;color:#FFE9C6;line-height:1.85;}
.page-gdpr__cta-group,.page-gdpr__cta-box-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;width:100%;}
.page-gdpr__btn{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:12px 24px;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform 0.2s;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,0.2);line-height:1.4;}
.page-gdpr__btn--primary{background:var(--btn-gradient,#F4D34D)!important;color:#5a3a00!important;border:none;}
.page-gdpr__btn--outline{border:2px solid var(--border-gold);color:var(--border-gold)!important;background:transparent;}
.page-gdpr__btn--download{background:var(--btn-gradient,#F4D34D)!important;color:#5a3a00!important;font-weight:800;}
.page-gdpr__btn:hover{transform:translateY(-2px);opacity:0.94;}
.page-gdpr__intro-block{padding:28px 16px 30px;}
.page-gdpr__intro-container,.page-gdpr__guide-inner{max-width:1120px;margin:0 auto;}
.page-gdpr__section-title{font-size:clamp(1.6rem,2.6vw,2rem);color:var(--text-bright);text-align:center;margin:0 0 22px;}
.page-gdpr__sub-title{font-size:1.45rem;color:var(--accent-gold);margin:0 0 14px;}
.page-gdpr__section-description{font-size:1rem;line-height:1.95;color:#ffe6c7;max-width:1000px;margin:0 auto 24px;}
.page-gdpr__principles-list{background:rgba(215,38,38,0.25);padding:22px 24px 24px;border-radius:18px;margin:14px 0 0;}
.page-gdpr__list{padding-left:22px;margin-top:14px;}
.page-gdpr__list-item{line-height:1.7;margin:12px 0;color:var(--text-bright);}
.page-gdpr__list-item strong{color:var(--accent-gold);}
.page-gdpr__logo-grid{padding:36px 16px;background:rgba(0,0,0,0.14);}
.page-gdpr__logo-title{font-size:clamp(1.5rem,3vw,2.2rem);color:#FFF5E1;text-align:center;margin-bottom:28px;}
.page-gdpr__logo-grid-items{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 16px;justify-items:center;max-width:1200px;margin:0 auto;}
.page-gdpr__logo-item{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:250px;}
.page-gdpr__logo-item img{width:100%;aspect-ratio:2/1;object-fit:contain;background-color:#ffffff;border-radius:12px;padding:10px;}
.page-gdpr__logo-item:nth-child(5){grid-column:2;}
.page-gdpr__logo-item:nth-child(6){grid-column:3;}
.page-gdpr__logo-cta{background:#E9B91F;padding:10px 18px;border-radius:999px;color:#690808;font-weight:bold;font-size:0.9rem;text-decoration:none;border:1px solid rgba(255,255,255,0.25);transition:all 0.2s ease;}
.page-gdpr__logo-cta:hover{background:#EDB000;box-shadow:0 0 0 2px rgba(220,170,0,0.4);transform:translateY(-1px);}
.page-gdpr__guide-section{padding:32px 16px;}
.page-gdpr__article{background-color:rgba(200,45,45,0.8);padding:24px;border-radius:20px;margin-bottom:24px;border:1px solid rgba(244,211,77,0.5);box-shadow:0 8px 24px rgba(0,0,0,0.3);}
.page-gdpr__guide-figure{margin:14px 0;}
.page-gdpr__guide-figure img{display:block;width:100%;max-width:800px;aspect-ratio:2/1;object-fit:cover;border-radius:12px;margin-bottom:14px;}
.page-gdpr__guide-figure figcaption{font-style:italic;font-size:0.92rem;color:#ffddb0;}
.page-gdpr__article p{line-height:1.9;color:#ffe6b5;}
.page-gdpr__faq-container{margin-top:30px;padding:16px 0;}
.page-gdpr__faq-title{color:#FFF5E1;font-size:clamp(1.4rem,2.5vw,2rem);text-align:center;margin:0 0 18px;}
.page-gdpr__faq-item{background:rgba(150,10,10,0.5);border-radius:16px;padding:6px 18px;margin-bottom:12px;border-left:4px solid #f2c94c;}
.page-gdpr__faq-item summary{cursor:pointer;color:#FFF5E1;font-size:1.15rem;font-weight:700;padding:12px 0;}
.page-gdpr__faq-item summary::-webkit-details-marker{display:none;}
.page-gdpr__faq-item summary::before{content:'▸ ';color:#F4D34D;}
.page-gdpr__faq-item[open] summary::before{content:'▾ ';}
.page-gdpr__faq-item p{padding-bottom:12px;line-height:1.8;color:#ffdcae;}
.page-gdpr__cta-box{background:linear-gradient(135deg,#a32020,#c0392b);padding:36px 28px;border-radius:22px;text-align:center;border:2px solid rgba(244,211,77,0.6);}
.page-gdpr__cta-box [data-faq-toggle]{display:none;}
.page-gdpr__cta-box-title{font-size:clamp(1.5rem,3vw,2.3rem);color:#FFF5E1;margin:0 0 10px;}
.page-gdpr__cta-box-desc{font-size:1.1rem;color:#ffddb0;max-width:680px;margin:0 auto 22px;}
.page-gdpr__app-section{max-width:1200px;margin:0 auto;padding:0 16px 24px;}
.page-gdpr__app-box{background:linear-gradient(145deg,#C91F17,#E53935);padding:28px 25px;border-radius:18px;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;align-items:center;outline:3px solid rgba(244,211,77,0.7);max-width:1120px;margin:0 auto;}
.page-gdpr__app-text{color:#fff5e1;max-width:640px;font-weight:600;line-height:1.7;flex-basis:550px;flex-grow:1;margin:0;}
.page-gdpr__sub-title{flex-basis:100%;text-align:left;}
@media (max-width: 1024px){
.page-gdpr__hero-banner{padding:10px 20px 24px;}
.page-gdpr__hero-image{max-width:100%;}
}
@media (max-width: 768px){
.page-gdpr__hero-banner{padding:8px 12px 16px;}
.page-gdpr__hero-image{max-width:100%;height:auto;aspect-ratio:2/1;min-height:0;}
.page-gdpr__hero-content{margin-top:10px;}
.page-gdpr__hero-title{font-size:clamp(1.4rem,4vw,2rem)!important;}
.page-gdpr__cta-group,.page-gdpr__cta-box-actions{flex-direction:column;align-items:center;}
.page-gdpr__btn{max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center;margin-left:0 !important;margin-right:0 !important;}
.page-gdpr__cta-box{width:100%;box-sizing:border-box;padding:24px 14px;}
.page-gdpr__cta-group a{width:80%;min-width:160px;}
.page-gdpr__logo-title{font-size:1.3rem;}
.page-gdpr__logo-grid-items{grid-template-columns:repeat(2,1fr);gap:30px 12px;}
.page-gdpr__logo-item:nth-child(5),.page-gdpr__logo-item:nth-child(6){grid-column:auto;}
.page-gdpr__logo-item{max-width:160px;}
.page-gdpr__logo-item img{height:auto;}
.page-gdpr__logo-cta{font-size:0.75rem;padding:8px 10px;}
.page-gdpr__section-title{font-size:clamp(1.4rem,5vw,1.8rem);}
.page-gdpr__article{padding:18px 14px;}
.page-gdpr__guide-figure{margin:14px 0;}
.page-gdpr__guide-figure img,.page-gdpr img{max-width:100% !important;height:auto !important;}
.page-gdpr__intro-container,.page-gdpr__guide-inner{width:100%;box-sizing:border-box;}
.page-gdpr__faq-item{padding:4px 12px;}
.page-gdpr__app-box{padding:24px 14px;justify-content:center;}
.page-gdpr__btn--download{max-width:100%;box-sizing:border-box;}
.page-gdpr{overflow-x:hidden;}}
@media (max-width:1024px) and (min-width:768px){
.page-gdpr__logo-grid-items{grid-template-columns:repeat(4,1fr);}
}