.privacy-page{--section-spacing:3rem;--content-max-width:1200px;min-height:100vh}.privacy-hero{padding:6rem 0;padding-top:2rem;margin-bottom:3rem;position:relative;overflow:hidden;min-height:40vh;display:flex;align-items:center;justify-content:center}.privacy-hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient( to right,#2ecc71,#27ae60,#2ecc71,#27ae60,#2ecc71,#27ae60,#2ecc71 );background-size:400% 100%;animation:gradientHR 10s ease infinite;box-shadow:0 -1px 2px rgba(0,0,0,.1),0 2px 5px rgba(46,204,113,.25),0 3px 6px rgba(0,0,0,.1);transform:perspective(500px)rotateX(-3deg);transform-origin:bottom center;z-index:6}@keyframes gradientHR{0%{background-position:0}50%{background-position:100%}100%{background-position:0}}.privacy-hero .container{position:relative;z-index:2;text-align:center;max-width:var(--content-max-width);margin:0 auto;padding:0 1rem}.privacy-hero h1{font-size:calc(var(--h1-font-size) * .85);padding-top:.75rem;margin-bottom:1.5rem;font-weight:var(--font-weight-bold);animation:slideDown .8s ease-out forwards;color:var(--primary-color);position:relative;overflow:visible}.privacy-hero h1::after{content:'';position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--support-gradient-start),var(--support-gradient-end));border-radius:2px}.privacy-hero .lead{font-size:var(--h3-font-size);opacity:.9;max-width:800px;margin:0 auto 2rem;line-height:1.6;animation:fadeIn 1s ease-out .3s both;color:var(--text-color)}.privacy-content{background:linear-gradient( 135deg,var(--section-background) 0%,color-mix(in srgb,var(--section-background) 95%,white 5%) 100% );padding:3rem;border-radius:15px;box-shadow:var(--section-box-shadow);margin-bottom:var(--section-spacing);transition:transform .3s ease,box-shadow .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);background-clip:padding-box;animation:fadeIn 1s ease-out .6s both}.privacy-content h2{font-size:calc(var(--h3-font-size) * .9);color:var(--primary-color);margin:2.5rem 0 1.5rem;font-weight:var(--font-weight-bold);position:relative;padding-bottom:1rem;display:flex;align-items:center;gap:1rem}.privacy-content h2:first-of-type{margin-top:0}.privacy-content h2 i{background:linear-gradient(130deg,#2ecc71,#27ae60);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.1))}.privacy-content h2::after{content:'';position:absolute;bottom:0;left:0;width:5rem;height:4px;background:linear-gradient(90deg,#2ecc71,#27ae60);border-radius:2px}.privacy-content p{margin-bottom:1.5rem;line-height:1.8;color:var(--text-color);font-size:1.1rem}.privacy-content strong{font-weight:var(--font-weight-bold);color:var(--primary-color)}.privacy-content ul,.privacy-content ol{margin-bottom:1.5rem;padding-left:1.5rem;list-style:none}.privacy-content li{margin-bottom:1rem;line-height:1.8;position:relative;padding-left:1.5rem;font-size:1.1rem}.privacy-content li::before{content:'';position:absolute;left:0;top:.7rem;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2ecc71,#27ae60)}.privacy-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--text-rgb),.1)}.privacy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-highlight{background-color:rgba(46,204,113,.1);border-left:4px solid #2ecc71;padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}.privacy-highlight p{margin-bottom:0;font-size:1.15rem}.privacy-date{display:block;text-align:right;font-style:italic;margin-top:3rem;color:rgba(var(--text-rgb),.7)}.gdpr-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgba(46,204,113,.1),rgba(39,174,96,.1));border:1px solid rgba(46,204,113,.2);padding:.5rem 1rem;border-radius:50px;margin:1rem 0;font-weight:var(--font-weight-medium);font-size:1.1rem}.gdpr-badge i{color:#2ecc71}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1170px){.privacy-content{padding:2.5rem}}@media(max-width:800px){.privacy-hero{padding:4rem 0}.privacy-hero h1{font-size:calc(var(--h1-font-size) * .7)}.privacy-content{padding:2rem}.privacy-content h2{font-size:calc(var(--h3-font-size) * .8)}.privacy-content p,.privacy-content li,.gdpr-badge{font-size:1.05rem}}@media(max-width:480px){.privacy-page{--section-spacing:2rem}.privacy-hero{padding:3rem 0;padding-top:6rem;min-height:30vh}.privacy-content{padding:1.5rem}.privacy-highlight{padding:1rem}.privacy-content p,.privacy-content li,.gdpr-badge{font-size:1rem}}