@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap";.skip-to-content{position:absolute;left:-9999px;top:0;z-index:10000;background:var(--color-green);color:#fff;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;border-radius:0 0 8px}.skip-to-content:focus{left:0}:root{--font-family: "Poppins", "Inter", sans-serif;--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-light: #f8f9fa;--color-surface-dark: #1a1a2e;--color-green: #2ecc40;--color-green-dark: #27ae60;--color-green-light: #a8e6cf;--color-yellow: #FFD700;--color-yellow-dark: #e6c200;--color-yellow-light: #fff3cd;--color-purple: #6A1B9A;--color-purple-dark: #4a148c;--color-purple-light: #e1bee7;--color-magenta: #E91E63;--color-magenta-dark: #c2185b;--color-primary: #2ecc40;--color-primary-dark: #27ae60;--color-text: #1f2937;--color-text-muted: #6b7280;--color-text-dark: #ffffff;--color-text-heading: #0f172a;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 30px rgba(0, 0, 0, .12);--shadow-strong: 0 15px 40px rgba(0, 0, 0, .18);--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 20px;--border-radius-xl: 30px;--border-radius-full: 9999px;--transition-speed: .3s;--transition-bounce: cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:var(--color-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all var(--transition-speed) ease}ul,ol{list-style:none}img{max-width:100%;display:block}html{scroll-behavior:smooth}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;margin-bottom:1rem;color:var(--color-text-heading)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}.btn{display:inline-block;padding:.85rem 2rem;border-radius:var(--border-radius-full);font-weight:700;text-align:center;transition:all var(--transition-speed) ease;font-size:1rem;letter-spacing:.3px;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--color-green),var(--color-green-dark));color:#fff;box-shadow:0 4px 15px #2ecc4059}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2ecc4080;color:#fff}.btn-yellow{background:linear-gradient(135deg,var(--color-yellow),var(--color-yellow-dark));color:#000;box-shadow:0 4px 15px #ffd70059}.btn-yellow:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70080;color:#000}.btn-large{padding:1.1rem 2.8rem;font-size:1.15rem}@media (max-width: 768px){h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}.section-padding{padding:3.5rem 0}}.header{position:fixed;top:0;left:0;width:100%;background-color:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;box-shadow:0 2px 20px #0000000f;transition:all .3s ease}.header-scrolled{box-shadow:0 4px 25px #0000001a}.header-container{display:flex;justify-content:space-between;align-items:center;height:75px}.logo a{display:flex;align-items:center}.logo img{height:55px;width:auto}.nav-menu ul{display:flex;gap:2rem}.nav-menu a{font-weight:600;padding:.5rem 0;position:relative;color:var(--color-text-heading);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.nav-menu a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--color-green),var(--color-yellow));border-radius:2px;transition:width var(--transition-speed) ease}.nav-menu a:hover{color:var(--color-green-dark)}.nav-menu a:hover:after{width:100%}.header-actions .btn{padding:.65rem 1.5rem;font-size:.9rem}.hamburger{display:none;flex-direction:column;gap:5px;width:30px;height:24px;cursor:pointer;z-index:1002;background:none;border:none;padding:0}.hamburger span{display:block;width:100%;height:3px;background:var(--color-text-heading);border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-active span:nth-child(2){opacity:0}.hamburger-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-overlay{display:none}@media (max-width: 900px){.hamburger{display:flex}.header-actions{display:none}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-5px 0 30px #00000026;transition:right .35s ease;z-index:1001;padding-top:90px}.nav-menu.nav-open{right:0}.nav-menu ul{flex-direction:column;gap:0;padding:0 1.5rem}.nav-menu ul li{border-bottom:1px solid rgba(0,0,0,.06)}.nav-menu a{display:block;padding:1rem 0;font-size:1rem}.nav-menu a:after{display:none}.mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:999}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:75px;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:80px;background:var(--color-bg);clip-path:ellipse(55% 100% at 50% 100%);z-index:2}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6a1b9ae0,#6a1b9aa6 30%,#2ecc4040 70%,#ffd70026)}.hero-content{display:flex;align-items:center;position:relative;z-index:1}.hero-text{max-width:620px;animation:heroFadeIn 1s ease-out}.badge{display:inline-block;padding:.5rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:var(--border-radius-full);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.hero-text h1{font-size:3.8rem;margin-bottom:1.5rem;color:#fff;font-weight:800;line-height:1.1}.hero-text h1 .highlight-green{color:var(--color-green)}.hero-text p{font-size:1.15rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.7}.hero-pricing{font-size:1.2rem;margin-bottom:2.5rem;color:#ffffffe6}.hero-pricing strong{font-size:2.5rem;color:var(--color-yellow);font-weight:800}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-actions .btn{font-size:1.05rem;padding:1rem 2.5rem}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{min-height:85vh}.hero:after{height:40px}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.hero-pricing strong{font-size:2rem}}.promo-banner{background:linear-gradient(135deg,#fffde7,#fff9c4,#fff59d);padding:0;position:relative;overflow:hidden}.promo-container{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:350px;gap:0}.promo-left{padding:3rem 2rem 3rem 0}.promo-left h2{font-size:2.2rem;font-weight:900;color:var(--color-text-heading);margin-bottom:1rem;line-height:1.15}.highlight-yellow{color:var(--color-green-dark);display:inline}.promo-left p{font-size:1.1rem;color:var(--color-text);margin-bottom:2rem;line-height:1.6}.promo-center{position:relative;height:100%;display:flex;align-items:flex-end}.promo-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.promo-image-wrapper img{width:100%;height:350px;object-fit:cover;object-position:center top}.promo-right{display:flex;justify-content:center;align-items:center;padding:2rem}.discount-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,var(--color-magenta),var(--color-magenta-dark));display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;box-shadow:0 10px 40px #e91e6366;animation:pulseDiscount 2s ease-in-out infinite}.discount-number{font-size:3.5rem;font-weight:900;line-height:1}.discount-number sup{font-size:1.5rem;vertical-align:super}.discount-label{font-size:.7rem;font-weight:700;letter-spacing:1.5px;line-height:1.4;margin-top:.3rem}@keyframes pulseDiscount{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 900px){.promo-container{grid-template-columns:1fr;text-align:center}.promo-left{padding:3rem 1rem}.promo-image-wrapper img{height:250px}.discount-circle{width:160px;height:160px}.discount-number{font-size:2.8rem}}.free-trial{background:linear-gradient(135deg,#1b5e20,#2ecc40,#27ae60);padding:4rem 0;position:relative;overflow:hidden}.free-trial:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.free-trial:after{content:"";position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#ffffff0d;border-radius:50%}.free-trial h2{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;font-weight:800}.highlight-white{color:var(--color-yellow);text-decoration:underline;text-underline-offset:4px}.free-trial p{color:#ffffffe6;max-width:700px;margin:0 auto 2.5rem;font-size:.95rem;letter-spacing:.5px;line-height:1.7;text-transform:uppercase;font-weight:500}.free-trial .btn{position:relative;z-index:1}.pricing{background-color:var(--color-surface-light);position:relative}.title-accent{color:var(--color-green-dark)}.section-subtitle{color:var(--color-text-muted);max-width:650px;margin:0 auto 3rem;font-size:1.1rem}.box-section{margin-bottom:4rem}.box-card{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-medium);overflow:hidden;text-align:left;border:2px solid rgba(46,204,64,.15)}.box-card-image{padding:2rem;background:linear-gradient(135deg,#2ecc400d,#ffd7000d)}.box-card-image img{width:100%;border-radius:var(--border-radius-md)}.box-card-content{padding:2.5rem 2.5rem 2.5rem 0}.box-label{display:inline-block;background:linear-gradient(135deg,var(--color-yellow),var(--color-yellow-dark));color:#000;padding:.3rem 1rem;border-radius:var(--border-radius-full);font-weight:700;font-size:.8rem;margin-bottom:1rem;letter-spacing:.5px}.box-card-content h3{font-size:1.6rem;color:var(--color-text-heading);margin-bottom:.8rem}.box-card-content>p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1.2rem}.box-features{margin-bottom:1.5rem}.box-features li{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem;color:var(--color-text);font-size:.95rem}.box-note{font-size:.85rem;color:var(--color-text-muted);margin-top:.8rem}.abo-header{margin-top:1rem;margin-bottom:2rem}.abo-header h3{font-size:2rem}.pricing-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:750px;margin:0 auto;align-items:start}.pricing-card{background-color:var(--color-surface);border-radius:var(--border-radius-lg);position:relative;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;box-shadow:var(--shadow-soft);overflow:hidden}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-strong)}.pricing-card.popular{transform:scale(1.05);z-index:2;box-shadow:var(--shadow-medium)}.pricing-card.popular:hover{transform:scale(1.06) translateY(-5px);box-shadow:var(--shadow-strong)}.popular-badge{position:absolute;top:10px;right:10px;background:#ffffffe6;color:#333;padding:.3rem .8rem;border-radius:var(--border-radius-full);font-weight:700;font-size:.75rem;z-index:2;letter-spacing:.5px}.card-header{padding:2rem 1.5rem;text-align:center;color:#fff}.card-header h3{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.3rem;letter-spacing:1px}.card-header .plan-desc{color:#ffffffd9;font-size:.9rem;margin-bottom:0}.header-green{background:linear-gradient(135deg,#2ecc40,#1b5e20)}.header-yellow{background:linear-gradient(135deg,gold,#ff8f00)}.card-body{padding:2rem 1.5rem 2.5rem}.price-tag{display:flex;justify-content:center;align-items:baseline;margin-bottom:.5rem}.price-equivalent{text-align:center;color:var(--color-green-dark);font-weight:700;font-size:.95rem;margin-bottom:1.5rem}.price-tag .currency{font-size:1.5rem;font-weight:700;margin-right:.25rem;color:var(--color-text-muted)}.price-tag .amount{font-size:4rem;font-weight:900;line-height:1;color:var(--color-text-heading)}.price-tag .cent{font-size:1.5rem;font-weight:700;color:var(--color-text-heading)}.price-tag .period{color:var(--color-text-muted);font-weight:500;margin-left:.3rem;font-size:1rem}.btn-block{width:100%;padding:.9rem;font-size:1rem;margin-bottom:2rem;border-radius:var(--border-radius-full);font-weight:700;display:block;text-align:center;transition:all .3s ease}.btn-green-card{background:linear-gradient(135deg,#2ecc40,#27ae60);color:#fff}.btn-green-card:hover{background:linear-gradient(135deg,#27ae60,#1b5e20);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #2ecc4066}.btn-yellow-card{background:linear-gradient(135deg,gold,#ff8f00);color:#000}.btn-yellow-card:hover{background:linear-gradient(135deg,#ff8f00,#e65100);color:#000;transform:translateY(-2px);box-shadow:0 4px 15px #ffd70066}.feature-list{text-align:left}.feature-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:.9rem;color:var(--color-text);font-size:.95rem}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.7rem;font-weight:800;flex-shrink:0;color:#fff}.check-green{background:var(--color-green)}.check-yellow{background:var(--color-yellow);color:#333}@media (max-width: 900px){.box-card{grid-template-columns:1fr}.box-card-content{padding:2rem}.pricing-grid-2{grid-template-columns:1fr;max-width:400px}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-5px)}}.features{background:var(--color-bg);position:relative;overflow:hidden}.features-container{display:flex;align-items:center;gap:4rem;margin-bottom:5rem}.features-text{flex:1}.features-text h2{font-size:2.3rem;margin-bottom:.5rem;color:var(--color-text-heading);font-weight:800;line-height:1.2}.features-subtitle{font-size:1.15rem;color:var(--color-green-dark);font-weight:600;margin-bottom:1.5rem;font-style:italic}.features-desc{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.benefits-list{margin-bottom:2rem}.benefits-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.05rem;font-weight:500}.check-circle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:linear-gradient(135deg,var(--color-green),var(--color-green-dark));color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.features-image{flex:1;position:relative}.features-image img{border-radius:var(--border-radius-lg);position:relative;z-index:2;box-shadow:var(--shadow-strong);transition:transform var(--transition-speed) ease}.features-image:hover img{transform:translateY(-5px) scale(1.02)}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3.5rem;border-top:1px solid rgba(0,0,0,.06);text-align:center}.badge-item{padding:1.5rem 1rem;border-radius:var(--border-radius-md);transition:all .3s ease}.badge-item:hover{background:var(--color-surface-light);transform:translateY(-3px)}.badge-icon{font-size:2.5rem;margin-bottom:.8rem;display:inline-block}.badge-item h4{margin-bottom:.4rem;color:var(--color-text-heading);font-size:1rem;font-weight:700}.badge-item p{color:var(--color-text-muted);font-size:.85rem}@media (max-width: 900px){.features-container{flex-direction:column}.features-text{text-align:center}.benefits-list li{justify-content:center}.trust-badges{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.trust-badges{grid-template-columns:1fr}}.info-section{background-color:var(--color-surface-light)}.info-header{margin-bottom:3rem}.info-header h2{font-size:2.5rem;color:var(--color-text-heading);margin-bottom:.5rem;font-weight:800}.info-subtitle{color:var(--color-text-muted);font-size:1.1rem;max-width:550px;margin:0 auto}.info-image-banner{position:relative;border-radius:var(--border-radius-lg);overflow:hidden;margin-bottom:3.5rem;box-shadow:var(--shadow-medium)}.info-image-banner img{width:100%;height:350px;object-fit:cover}.banner-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(transparent,#000000b3)}.banner-overlay h3{color:#fff;font-size:1.6rem;margin-bottom:0;font-weight:700}.info-articles{display:flex;flex-direction:column;gap:1.5rem}.info-article{display:flex;align-items:flex-start;gap:1.5rem;background:var(--color-surface);padding:2rem;border-radius:var(--border-radius-md);border-left:5px solid transparent;transition:all .3s ease;box-shadow:var(--shadow-soft)}.info-article:hover{transform:translate(5px);box-shadow:var(--shadow-medium)}.border-green{border-left-color:var(--color-green)}.border-purple{border-left-color:var(--color-purple)}.border-yellow{border-left-color:var(--color-yellow)}.article-icon{width:55px;height:55px;min-width:55px;border-radius:var(--border-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.8rem}.icon-green{background:#2ecc401a}.icon-purple{background:#6a1b9a1a}.icon-yellow{background:#ffd70026}.article-content h3{font-size:1.2rem;color:var(--color-text-heading);margin-bottom:.6rem;font-weight:700}.article-content p{color:var(--color-text-muted);font-size:.95rem;line-height:1.8;margin-bottom:0}@media (max-width: 768px){.info-header h2{font-size:2rem}.info-image-banner img{height:220px}.info-article{flex-direction:column;gap:1rem}}.testimonials{background:var(--color-bg)}.testimonials-subtitle{color:var(--color-text-muted);font-size:1.1rem;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:var(--color-surface);border:1px solid rgba(0,0,0,.05);border-radius:var(--border-radius-lg);padding:2rem;transition:all .3s ease;box-shadow:var(--shadow-soft)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:#2ecc4033}.stars{color:var(--color-yellow);font-size:1.3rem;letter-spacing:2px;margin-bottom:1rem}.review-text{color:var(--color-text);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.reviewer{display:flex;align-items:center;gap:1rem}.reviewer-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,var(--color-green),var(--color-green-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.reviewer-info{display:flex;flex-direction:column}.reviewer-info strong{font-size:.95rem;color:var(--color-text-heading)}.reviewer-info span{font-size:.8rem;color:var(--color-text-muted)}.quick-links-bar{background:linear-gradient(135deg,#1b5e20,#2ecc40);padding:0;overflow:hidden}.quick-links-container{display:flex;align-items:stretch;justify-content:center}.quick-link{padding:1rem 1.8rem;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#fff!important;text-align:center;transition:all .3s ease;position:relative;white-space:nowrap}.quick-link:hover{color:#fff!important;background:#ffffff26;transform:translateY(-2px)}.quick-link:after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:#fff3}.quick-link:last-child:after{display:none}.footer{background-color:#1a1a2e;padding-top:4rem;color:#fffc}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{height:55px;width:auto;margin-bottom:1.5rem}.footer-brand p{color:#fff9;max-width:350px;font-size:.9rem;line-height:1.7}.footer h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem;font-weight:700;position:relative;padding-bottom:.8rem}.footer h4:after{content:"";position:absolute;bottom:0;left:0;width:35px;height:3px;background:linear-gradient(90deg,var(--color-green),var(--color-yellow));border-radius:2px}.footer-links ul li{margin-bottom:.7rem}.footer-links a{color:#fff9;font-size:.9rem;transition:all .3s ease}.footer-links a:hover{color:var(--color-green);padding-left:5px}.footer-contact p{color:#fff9;margin-bottom:.7rem;font-size:.9rem}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08);color:#fff6;font-size:.8rem}@media (max-width: 900px){.footer-container{grid-template-columns:1fr 1fr}.quick-links-container{flex-wrap:wrap}.quick-link{padding:.8rem 1.2rem;font-size:.75rem}}@media (max-width: 600px){.footer-container{grid-template-columns:1fr;text-align:left}.quick-links-container{justify-content:center}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--color-green),var(--color-green-dark));color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #2ecc4066;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:900}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 25px #2ecc4099}@media (max-width: 768px){.scroll-to-top{bottom:90px;right:20px;width:42px;height:42px}}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#1a1a2ef7;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1.2rem 1.5rem;z-index:9999;animation:slideUp .5s ease;border-top:2px solid var(--color-green)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.cookie-icon{font-size:2rem;flex-shrink:0}.cookie-text{flex:1}.cookie-text p{color:#ffffffd9;font-size:.9rem;line-height:1.5;margin:0}.cookie-text a{color:var(--color-green);text-decoration:underline}.cookie-actions{display:flex;gap:.8rem;flex-shrink:0}.cookie-btn{padding:.6rem 1.3rem!important;font-size:.85rem!important;white-space:nowrap}.btn-outline-cookie{background:transparent;border:2px solid rgba(255,255,255,.3)!important;color:#fff;border-radius:var(--border-radius-full)}.btn-outline-cookie:hover{border-color:#fff!important;background:#ffffff1a;color:#fff}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.cookie-content{flex-direction:column;text-align:center}.cookie-actions{width:100%;justify-content:center}}.legal-page{padding-top:100px;padding-bottom:5rem;min-height:80vh}.legal-page .container{max-width:900px}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid var(--color-green)}.page-header h1{font-size:2.5rem;color:var(--color-text-heading);margin-bottom:.5rem}.page-header .page-subtitle{color:var(--color-text-muted);font-size:1rem}.legal-content h2{font-size:1.5rem;color:var(--color-text-heading);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-surface-light)}.legal-content h3{font-size:1.2rem;color:var(--color-text-heading);margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{color:var(--color-text);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content ul li{list-style-type:disc;color:var(--color-text);margin-bottom:.5rem;line-height:1.7;font-size:.95rem}.legal-content a{color:var(--color-green-dark);text-decoration:underline}.legal-content strong{color:var(--color-text-heading)}.last-updated{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08);color:var(--color-text-muted);font-size:.85rem;font-style:italic}.contact-page{padding-top:100px;padding-bottom:5rem;min-height:80vh;background:var(--color-surface-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:var(--color-surface);padding:1.8rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-soft);display:flex;align-items:flex-start;gap:1.2rem;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium)}.contact-info-icon{font-size:2rem;flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2ecc401a;border-radius:var(--border-radius-sm)}.contact-info-card h4{font-size:1rem;color:var(--color-text-heading);margin-bottom:.3rem}.contact-info-card p{color:var(--color-text-muted);font-size:.9rem;margin:0}.contact-form-wrapper{background:var(--color-surface);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-soft)}.contact-form-wrapper h3{margin-bottom:1.5rem;font-size:1.4rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:var(--color-text-heading)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem 1rem;border:2px solid rgba(0,0,0,.08);border-radius:var(--border-radius-sm);font-family:inherit;font-size:.95rem;transition:border-color .3s ease;background:var(--color-bg)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #2ecc4026}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit{margin-top:.5rem}.form-submit .btn{width:100%;padding:1rem;font-size:1rem}.form-success{background:#2ecc401a;border:1px solid var(--color-green);border-radius:var(--border-radius-sm);padding:1rem;color:var(--color-green-dark);text-align:center;font-weight:600;margin-top:1rem}.faq-page{padding-top:100px;padding-bottom:5rem;min-height:80vh}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--color-surface);border:1px solid rgba(0,0,0,.05);border-radius:var(--border-radius-md);margin-bottom:.8rem;overflow:hidden;box-shadow:var(--shadow-soft);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-medium)}.faq-question{width:100%;padding:1.3rem 1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:1rem;color:var(--color-text-heading);text-align:left;font-family:inherit}.faq-question:hover{color:var(--color-green-dark)}.faq-arrow{font-size:1.2rem;transition:transform .3s ease;color:var(--color-green);flex-shrink:0;margin-left:1rem}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--color-text-muted);line-height:1.7;font-size:.95rem}@media (max-width: 768px){.contact-grid,.form-row{grid-template-columns:1fr}.page-header h1{font-size:2rem}}
