.card{text-align:left;will-change:transform;background-color:#f2f2f2;border-radius:12px;flex-direction:column;width:600px;height:auto;padding:2rem;transition:transform .35s;display:flex}.card:hover{transform:translateY(-4px)}.card-title{color:#1a1a1a;text-align:left;margin-top:0;margin-bottom:1.6rem;font-size:1.5rem;font-weight:700}.card-subtitle{color:#1a1a1a;text-align:left;margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:400;line-height:1.6}.card-description{color:#888;text-align:left;margin-top:0;margin-bottom:0;font-size:.9rem;font-weight:400;line-height:1.6}.card-link{color:#333;text-align:left;cursor:pointer;margin-top:auto;padding-top:1rem;font-size:.9rem;line-height:1.6;text-decoration:underline;transition:color .3s;display:inline-block}.card-link:hover{color:#e63946}@media (max-width:768px){.card{width:auto!important;max-width:100%!important;height:auto!important}.card:hover{transform:none}}.card-numbered{background-color:#e8e8e8;border-radius:16px;padding:2rem;scroll-margin-top:7rem;transition:transform .3s;position:relative}.card-numbered:hover{transform:translateY(-4px)}.card-numbered-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.card-numbered-number{color:#fff;background-color:#e63946;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1rem;font-weight:700;display:inline-flex}.card-numbered-title{color:#1a1a1a;margin:0;font-size:1.25rem;font-weight:700}.card-numbered-description{color:#333;margin-top:0;margin-bottom:1rem;font-size:.95rem;line-height:1.7}.card-numbered-description:last-child{margin-bottom:0}.card-numbered-list{margin:1rem 0;padding-left:1.5rem;list-style:outside}.card-numbered-list li{color:#333;margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.card-numbered-list li:last-child{margin-bottom:0}.card-numbered-list strong{color:#1a1a1a;font-weight:600}@media (max-width:768px){.card-numbered{padding:1.5rem;scroll-margin-top:5rem}.card-numbered:hover{transform:none}.card-numbered-number{width:40px;height:40px;font-size:.9rem}.card-numbered-title{font-size:1.1rem}.card-numbered-description,.card-numbered-list li{font-size:.9rem}}
.btn{cursor:pointer;border:none;border-radius:24px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .15s;display:flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#e74c3c}.btn-primary:hover{background-color:#c0392b}.btn-secondary{color:#1a1a1a;background-color:#0000;font-weight:500}.btn-secondary:hover{background-color:#ddd}.btn-tertiary{color:#e74c3c;background-color:#0000;border:2px solid #e74c3c}.btn-tertiary:hover{color:#fff;background-color:#e74c3c}.btn-icon{align-items:center;display:flex}.btn-store{text-align:left;background:#000;border:2px solid #a6a6a6;border-radius:10px;align-items:center;gap:12px;height:54px;padding:0 16px;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.btn-store:hover{opacity:.9;transform:translateY(-1px)}.btn:active,.btn-store:active{transform:translateY(1px)scale(.98)}.btn-store-icon{align-items:center;display:flex}.btn-store-text{color:#fff;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.1;display:flex}.btn-store-text .small{opacity:.85;font-size:11px;font-weight:500}.btn-store-text .big{font-size:18px;font-weight:600}.modal-overlay{z-index:9999;opacity:1;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.modal-overlay.closing{opacity:0}.modal-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:90%;max-width:380px;padding:24px;animation:.2s ease-out modalFadeIn;display:flex}.modal-card.closing{animation:.2s ease-in forwards modalFadeOut}.modal-card h3{margin-bottom:12px;font-size:1.25rem}.modal-card p{color:#555;margin-bottom:20px;font-size:.95rem}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (min-width:769px) and (max-width:1024px){.btn{padding:.4rem .8rem;font-size:.9rem}}
.container{flex-direction:column;gap:2rem;padding:calc(100px + 2rem) 2rem 4rem;display:flex;overflow:hidden}.container-header{flex-direction:row;justify-content:space-between;align-items:center;gap:0;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex;overflow:visible}.container-footer{flex-direction:column;justify-content:space-between;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:3rem 20px 2rem;display:flex;overflow:visible}.container-section{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;overflow:visible}.container-dropdown{flex-direction:column;gap:.5rem;width:100%;max-width:400px;margin:0 auto;padding:0 16px;display:flex;overflow:visible}@media (max-width:768px){.container-header{position:relative}}@media (min-width:769px) and (max-width:1024px){.container-header{padding:0 3rem}.container-footer{padding:3rem 3rem 2rem}.container-section{padding:0 3rem}}
.dropdown-menu-desktop{opacity:0;visibility:hidden;z-index:1001;background-color:#f5f5f5;border-radius:10px;min-width:250px;transition:all .3s;position:absolute;top:calc(100% + 23px);left:0;transform:translateY(-10px);box-shadow:0 4px 4px #00000040}.dropdown-menu-desktop.align-right{left:auto;right:0}.dropdown-menu-desktop.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-first-item{border-radius:10px 10px 0 0}.dropdown-item{color:#1a1a1a;cursor:pointer;padding:1rem 1.5rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:background-color .2s;display:block}.dropdown-last-item{border-radius:0 0 10px 10px}.dropdown-item:hover{background-color:#e5e5e5}.mobile-dropdown-content{background-color:#f8f8f8;max-height:0;transition:max-height .3s;overflow:hidden}.mobile-dropdown-content.open{border-radius:10px;max-height:300px}.mobile-dropdown-item{color:#1a1a1a;padding:1rem 2rem 1rem 3rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:block}.mobile-dropdown-item:hover{background-color:#ececec}
.footer{background:linear-gradient(145deg,#00000014 5%,#0000001a 70%,#0003 90%),#e5e5e5;justify-content:center;align-items:center;width:100%;min-height:500px;display:flex}.footer-main{justify-content:space-between;gap:4rem;display:flex}.footer-brand{flex:1;max-width:400px}.footer-mission{color:#1a1a1a;margin-top:1rem;font-size:.9rem;line-height:1.6}.footer-links{gap:4rem;display:flex}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-title{color:#1a1a1a;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.footer-link{color:#1a1a1a;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#e74c3c}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-social{padding-top:2rem}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-left{align-items:center;gap:1rem;display:flex}.footer-social{gap:1rem;display:flex}.social-icon{color:#1a1a1a;transition:color .2s}.social-icon:hover{color:#e74c3c}.footer-copyright{color:#1a1a1a;white-space:nowrap;margin:0;font-size:.85rem}.footer-legal{gap:2rem;display:flex}.footer-legal-link{color:#1a1a1a;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-legal-link:hover{color:#e74c3c}.translated-text{animation:.7s fadeInText}@keyframes fadeInText{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container-footer{padding:0 20px}.footer{min-height:950px}.footer-content{gap:2rem;padding:2rem 20px 1.5rem}.footer-main{flex-direction:column;gap:2rem}.footer-brand{max-width:100%}.footer-column{gap:.3rem}.footer-links{flex-direction:column;gap:2rem}.footer-bottom{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-legal{flex-direction:column;gap:1rem}}@media (max-width:480px){.footer-content{padding:1.5rem 20px 1rem}.footer-mission{font-size:.85rem}.footer-title{font-size:1rem}.footer-link{font-size:.85rem}}
.header{z-index:1000;background:linear-gradient(145deg,#00000014 5%,#0000001a 70%,#0003 90%),#e5e5e5;width:100%;height:70px;position:fixed;top:0;left:0}.header-left{align-items:center;gap:2rem;display:flex}.header-logo{cursor:pointer;align-items:center;display:flex}.header-nav{align-items:center;gap:2rem;display:flex}.nav-item{position:relative}.header-actions{align-items:center;gap:1.5rem;display:flex}.dropdown-container,.dropdown-trigger{position:relative}.dropdown-icon{transition:transform .3s}.dropdown-icon.open{transform:rotate(180deg)}.language-icon{animation:1.5s spinIcon}@keyframes spinIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.language-text{animation:.7s fadeInText}.hamburger-menu{display:none}.mobile-drawer{z-index:999;background-color:#f2f2f2;width:280px;height:calc(100vh - 70px);transition:left .3s;position:fixed;top:70px;left:-100%;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-drawer.open{left:0}.mobile-nav{flex-direction:column;padding:2rem 0;display:flex}.mobile-nav-item{color:#1a1a1a;border-bottom:1px solid #f0f0f0;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:block}.mobile-nav-item:hover{background-color:#f5f5f5}.mobile-dropdown{border-bottom:1px solid #f0f0f0}.mobile-dropdown-trigger{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-language-display{align-items:center;gap:.8rem;display:flex}.mobile-dropdown-icon{transition:transform .3s}.mobile-dropdown-icon.open{transform:rotate(180deg)}.mobile-overlay{z-index:998;background-color:#00000080;width:100%;height:calc(100vh - 70px);position:fixed;top:70px;left:0}@media (max-width:768px){.hamburger-menu{align-items:center;display:flex;position:absolute;right:20px}.header-left .dropdown-container,.header-actions{display:none}.header-left{flex:1;justify-content:flex-start}.header-logo{margin:0}.header-logo img{width:100px;height:auto}}@media (min-width:769px) and (max-width:1024px){.header-left,.header-actions{gap:1rem}}
.section{align-items:center;width:100%;display:flex}
.title{color:#1a1a1a;margin:0}.title-h1{white-space:pre-line;font-size:4rem;font-weight:900;line-height:1.1}.title-h2{font-size:2.5rem;font-weight:800;line-height:1.2}.title-h3{font-size:2rem;font-weight:700;line-height:1.3}.title-h4{font-size:1.5rem;font-weight:600;line-height:1.4}@media (max-width:1280px){.title-h1{font-size:3.4rem}.title-h2{font-size:2rem}}@media (max-width:1024px){.title-h1{font-size:3rem}.title-h2{font-size:2rem}}@media (max-width:768px){.title-h1{text-align:center;font-size:2.5rem}.title-h2{font-size:2rem}.title-h3{font-size:1.5rem}}@media (max-width:480px){.title-h1{font-size:2rem}.title-h2{font-size:1.75rem}.title-h3{font-size:1.25rem}}
.description{color:#1a1a1a;white-space:pre-line;margin:0;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.description{text-align:center;font-size:1rem}}@media (max-width:480px){.description{font-size:.95rem}}
.banner{background-color:#f2f2f2;width:100%;margin-top:70px;padding:1.5rem 0}.banner-content{max-width:1200px;margin:0 auto;padding:0 20px}.banner-title{color:#1a1a1a;margin:0;font-size:1.2rem;font-weight:700}@media (min-width:769px) and (max-width:1024px){.banner-content{padding:0 3rem}}@media (max-width:768px){.banner{padding:1.5rem 0}.banner-title{font-size:1rem}}
.carousel-content{border-radius:28px;width:100%;position:relative;overflow:hidden}.carousel-track{gap:2rem;width:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide{flex:0 0 100%;width:100%}.news-card{background:linear-gradient(135deg,#fff 0%,#fafafa 100%);border:2px solid #f2f2f2;border-radius:28px;flex-direction:column;min-height:380px;padding:3rem;display:flex;position:relative}.news-card .btn{align-self:flex-start}.news-card-meta{color:#e74c3c;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.75rem;margin:0 0 1.5rem;font-size:.875rem;font-weight:700;display:inline-flex;position:relative}.news-card-meta:before{content:"●";font-size:.5rem;animation:2s ease-in-out infinite pulse-dot}.news-card-title{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.875rem;font-weight:700;line-height:1.4;transition:color .3s}.news-card:hover .news-card-title{color:#e74c3c}.news-card-description{color:#4a4a4a;flex-grow:1;margin:0 0 2rem;font-size:1.0625rem;line-height:1.8}.carousel-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e74c3c;cursor:pointer;z-index:10;opacity:0;pointer-events:none;background:#fffffff2;border:2px solid #e74c3c33;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0000001a}.carousel-content:hover .carousel-arrow{opacity:1;pointer-events:all}.carousel-arrow:hover{color:#fff;background:#e74c3c;border-color:#e74c3c;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 24px #e74c3c66}.carousel-arrow:active{transform:translateY(-50%)scale(.95)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.carousel-arrow-left{left:2rem}.carousel-arrow-right{right:2rem}.carousel-controls{z-index:10;align-items:flex-end;display:flex;position:absolute;bottom:2rem;right:2rem}.carousel-nav-buttons{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffff2;border:2px solid #e74c3c26;border-radius:100px;align-items:center;gap:.3125rem;padding:.3125rem;display:flex;position:absolute;top:2rem;right:2rem}.carousel-nav-button{color:#e74c3c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:relative}.carousel-nav-button:before{content:"";opacity:0;background:#e74c3c1a;border-radius:50%;transition:all .2s;position:absolute;inset:0;transform:scale(.8)}.carousel-nav-button:hover:before{opacity:1;transform:scale(1)}.carousel-nav-button:hover{color:#c0392b;transform:scale(1.05)}.carousel-nav-button:active{transform:scale(.95)}.carousel-nav-button:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.carousel-play-pause{border-left:1px solid #e74c3c33;border-right:1px solid #e74c3c33;margin:0 .375rem;position:relative}.carousel-info{flex-direction:column;align-items:flex-end;gap:.625rem;display:flex}.carousel-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #e74c3c26;border-radius:100px;justify-content:center;align-items:baseline;gap:.1875rem;width:90px;padding:.4375rem .875rem;font-weight:600;display:flex}.carousel-counter-current{color:#e74c3c;font-size:1.125rem;font-weight:700;line-height:1}.carousel-counter-separator{color:#ccc;margin:0;font-size:.9375rem;font-weight:400}.carousel-counter-total{color:#999;font-size:.9375rem;font-weight:500;line-height:1}.carousel-progress-bar{background:#e74c3c26;border-radius:100px;width:90px;height:3px;overflow:hidden}.carousel-progress-fill{background:linear-gradient(90deg,#e74c3c 0%,#c0392b 100%);border-radius:100px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.carousel-loading,.carousel-empty{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e74c3c1a;border-radius:28px;justify-content:center;align-items:center;min-height:380px;display:flex}.carousel-loading p,.carousel-empty p{color:#666;font-size:1.1rem}@media (max-width:1024px){.carousel-arrow{width:48px;height:48px;font-size:1.35rem}.carousel-arrow-left{left:1.5rem}.carousel-arrow-right{right:1.5rem}.carousel-nav-buttons{gap:.375rem;padding:.375rem;top:1.5rem;right:1.5rem}.carousel-nav-button{width:40px;height:40px;font-size:1.25rem}}@media (max-width:768px){.news-card{border-radius:20px;min-height:380px;padding:2.5rem 2rem}.news-card:hover .news-card-title{color:#1a1a1a}.news-card-meta{letter-spacing:.75px;font-size:.6525rem}.news-card-title{margin-bottom:1.25rem;font-size:1.5rem}.news-card-description{font-size:1rem;line-height:1.7}.carousel-content{border-radius:20px}.carousel-arrow{opacity:1;pointer-events:all;width:44px;height:44px;font-size:1.25rem}.carousel-arrow:hover{color:#e74c3c;background:#fffffff2;border-color:#e74c3c33;transform:translateY(-50%);box-shadow:0 4px 20px #0000001a}.carousel-arrow-left{left:1rem}.carousel-arrow-right{right:1rem}.carousel-nav-buttons{gap:.25rem;padding:.25rem;top:1rem;right:1rem}.carousel-nav-button{width:30px;height:30px;font-size:.9375rem}.carousel-nav-button:hover:before{opacity:0;transform:scale(.8)}.carousel-nav-button:hover{color:#e74c3c;transform:none}.carousel-nav-button:before{border-radius:50%}.carousel-controls{bottom:1rem;right:1rem}.carousel-info{flex-direction:column;align-items:flex-end;gap:.5rem}.carousel-play-pause:after,.carousel-play-pause:before{height:18px}.carousel-counter{width:75px;padding:.375rem .75rem}.carousel-counter-current{font-size:1rem}.carousel-counter-separator,.carousel-counter-total{font-size:.8125rem}.carousel-progress-bar{width:75px;height:3px}}@media (max-width:480px){.news-card{padding:2rem 1.5rem}.news-card-title{font-size:1.35rem}.news-card-description{font-size:.95rem}.carousel-arrow{background:#fffffffa;width:40px;height:40px;font-size:1.15rem}.carousel-arrow:hover{color:#e74c3c;background:#fffffffa;border-color:#e74c3c33;transform:translateY(-50%);box-shadow:0 4px 20px #0000001a}.carousel-arrow-left{left:.75rem}.carousel-arrow-right{right:.75rem}.carousel-nav-buttons{background:#fffffffa;border-color:#e74c3c33;gap:.125rem;padding:.125rem;top:.625rem;right:.625rem}.carousel-nav-button{width:24px;height:24px;font-size:.8125rem}.carousel-nav-button:before{border-radius:50%}.carousel-nav-button:hover:before{opacity:0;transform:scale(.8)}.carousel-nav-button:hover{color:#e74c3c;transform:none}.carousel-play-pause{margin:0 .25rem}.carousel-controls{bottom:.625rem;right:.625rem}.carousel-info{flex-direction:column;align-items:flex-end;gap:.3125rem}.carousel-play-pause:after,.carousel-play-pause:before{height:14px}.carousel-counter{border-color:#e74c3c33;width:60px;padding:.25rem .5rem}.carousel-counter-current{font-size:.875rem}.carousel-counter-separator,.carousel-counter-total{font-size:.6875rem}.carousel-progress-bar{width:60px;height:2px}}
.cookie-banner{z-index:9999;background:#fff;padding:2rem;animation:.4s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.cookie-banner-icon{color:#e74c3c;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cookie-banner-text{flex:1;min-width:0}.cookie-banner-title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.cookie-banner-description{color:#666;margin:0;font-size:.95rem;line-height:1.6}.cookie-banner-actions{flex-shrink:0;gap:1rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.cookie-btn-primary{color:#fff;background-color:#e74c3c}.cookie-btn-primary:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.cookie-btn-secondary{color:#1a1a1a;background-color:#f8f8f8;border:1px solid #e0e0e0}.cookie-btn-secondary:hover{background-color:#eee;border-color:#ccc}.cookie-btn-tertiary{color:#e74c3c;background-color:#0000;border:2px solid #e74c3c}.cookie-btn-tertiary:hover{color:#fff;background-color:#e74c3c}.cookie-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;animation:.3s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{z-index:10001;background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:700px;max-height:85vh;animation:.4s ease-out modalSlideIn;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.cookie-modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;display:flex}.cookie-modal-title{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:700}.cookie-modal-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.cookie-modal-close:hover{color:#1a1a1a;background-color:#f5f5f5}.cookie-modal-body{flex:1;padding:2rem;overflow-y:auto}.cookie-modal-description{color:#666;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.cookie-categories{flex-direction:column;gap:1.5rem;display:flex}.cookie-category{background-color:#f8f8f8;border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:all .3s}.cookie-category:hover{background-color:#fff;border-color:#e0e0e0}.cookie-category-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cookie-category-info{flex:1;align-items:center;gap:.75rem;display:flex}.cookie-category-title{color:#1a1a1a;margin:0;font-size:1.05rem;font-weight:700}.cookie-category-badge{color:#e74c3c;text-transform:uppercase;letter-spacing:.5px;background-color:#fff5f5;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.cookie-category-description{color:#666;margin:0;font-size:.9rem;line-height:1.5}.cookie-toggle{flex-shrink:0;position:relative}.cookie-toggle input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.cookie-toggle label{cursor:pointer;background-color:#ccc;border-radius:14px;width:52px;height:28px;transition:all .3s;display:block;position:relative}.cookie-toggle label:after{content:"";background-color:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.cookie-toggle input[type=checkbox]:checked+label{background-color:#e74c3c}.cookie-toggle input[type=checkbox]:checked+label:after{transform:translate(24px)}.cookie-toggle input[type=checkbox]:disabled+label{cursor:not-allowed;opacity:.7;background-color:#e74c3c}.cookie-toggle label.toggle-disabled{cursor:not-allowed}.cookie-modal-links{border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-top:2rem;padding-top:2rem;display:flex}.cookie-link{color:#e74c3c;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.cookie-link:hover{color:#c0392b;text-decoration:underline}.cookie-link-separator{color:#ccc;font-size:.9rem}.cookie-modal-footer{background-color:#fafafa;border-top:1px solid #f0f0f0;border-radius:0 0 16px 16px;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}@media (max-width:1024px){.cookie-banner-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.cookie-banner-actions{flex-direction:column;width:100%}.cookie-btn{justify-content:center;width:100%}}@media (max-width:768px){.cookie-banner{padding:1.5rem}.cookie-banner-title{font-size:1.1rem}.cookie-banner-description{font-size:.9rem}.cookie-modal{width:95%;max-height:90vh}.cookie-modal-header{padding:1.5rem 1.5rem 1rem}.cookie-modal-title{font-size:1.25rem}.cookie-modal-body{padding:1.5rem}.cookie-modal-footer{flex-direction:column;padding:1.25rem 1.5rem}.cookie-modal-footer .cookie-btn{width:100%}.cookie-category{padding:1.25rem}.cookie-category-header{flex-direction:column;align-items:flex-start;gap:1rem}.cookie-toggle{align-self:flex-end}}@media (max-width:480px){.cookie-banner{padding:1rem}.cookie-banner-icon{display:none}.cookie-modal-header{padding:1.25rem 1.25rem .75rem}.cookie-modal-body{padding:1.25rem}.cookie-category-title{font-size:.95rem}.cookie-category-description{font-size:.85rem}}
.scroll-to-top{cursor:pointer;opacity:0;visibility:hidden;z-index:999;will-change:transform,opacity;background-color:#e74c3c;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .3s,visibility .3s,transform .3s cubic-bezier(.4,0,.2,1),background-color .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)scale(.8)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-to-top:hover{background-color:#c0392b;transform:translateY(-4px)scale(1.1)}.scroll-to-top:active{background-color:#a93226;transform:translateY(0)scale(.95)}.scroll-to-top-icon{color:#fff;font-size:1.5rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.scroll-to-top:hover .scroll-to-top-icon{transform:translateY(-3px)}.scroll-to-top:active .scroll-to-top-icon{transform:translateY(0)}@media (max-width:1024px){.scroll-to-top{width:52px;height:52px;bottom:1.5rem;right:1.5rem}.scroll-to-top-icon{font-size:1.375rem}}@media (max-width:768px){.scroll-to-top{width:48px;height:48px;bottom:1.25rem;right:1.25rem}.scroll-to-top-icon{font-size:1.25rem}.scroll-to-top:hover{transform:translateY(0)scale(1)}}@media (max-width:480px){.scroll-to-top{width:44px;height:44px;bottom:1rem;right:1rem}.scroll-to-top-icon{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.scroll-to-top{transition:opacity .2s,visibility .2s,background-color .2s;transform:none}.scroll-to-top.visible,.scroll-to-top:hover,.scroll-to-top:active,.scroll-to-top-icon,.scroll-to-top:hover .scroll-to-top-icon{transform:none}}.scroll-to-top:focus-visible{outline-offset:4px;outline:3px solid #e74c3c}@media (prefers-contrast:high){.scroll-to-top{border:2px solid #fff}}@keyframes pulse{0%{transform:translateY(0)scale(1)}50%{transform:translateY(0)scale(1.08)}to{transform:translateY(0)scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.scroll-to-top.visible{animation:.4s cubic-bezier(.4,0,.2,1) fadeInUp}.scroll-to-top.visible:not(:hover):not(:active){animation:.4s cubic-bezier(.4,0,.2,1) fadeInUp,1.5s ease-in-out .5s 2 pulse}
