*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background-color:#0a0a0a;color:#fff;line-height:1.6}p{font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background-color:#f0a853;color:#0a0a0a;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.25);transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background-color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.4)}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .5s ease;background-color:transparent}.header.scrolled{background-color:rgba(10,10,10,.95);backdrop-filter:blur(12px);border-bottom:1px solid #2a2a2a;box-shadow:0 25px 50px rgba(0,0,0,.25)}.header-inner{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.header-inner{padding:0 1.5rem}}@media (min-width:1024px){.header-inner{padding:0 2rem}}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width:1024px){.header-content{height:5rem}}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{width:3rem;height:3rem;border-radius:.5rem;object-fit:cover}.logo-text{color:#fff;font-weight:600;font-size:1.125rem;display:none}@media (min-width:640px){.logo-text{display:block}}.logo-text .highlight{color:#f0a853}.nav{display:none}@media (min-width:1024px){.nav{display:flex;align-items:center;gap:.25rem}}.nav-link{padding:.5rem .75rem;color:#a0a0a0;font-weight:500;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#f0a853;background-color:rgba(255,255,255,.05)}.nav-link.active{color:#f0a853;background-color:rgba(240,168,83,.1)}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-btn{position:relative;padding:.5rem;color:#a0a0a0;transition:color .3s ease;background:0 0;border:none;cursor:pointer}.cart-btn:hover{color:#f0a853}.cart-count{position:absolute;top:-2px;right:-2px;width:1.25rem;height:1.25rem;background-color:#f0a853;color:#0a0a0a;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.consultation-btn{display:none}@media (min-width:640px){.consultation-btn{display:inline-flex;padding:.625rem 1.25rem;background-color:#f0a853;color:#0a0a0a;font-weight:600;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.consultation-btn:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.2);transform:translateY(-2px)}}.mobile-toggle{padding:.5rem;color:#fff;transition:color .3s ease;background:0 0;border:none;cursor:pointer}.mobile-toggle:hover{color:#f0a853}@media (min-width:1024px){.mobile-toggle{display:none}}.mobile-nav{overflow:hidden;transition:max-height .5s ease;max-height:0}.mobile-nav.open{max-height:500px;border-top:1px solid #2a2a2a}.mobile-nav-content{background-color:rgba(10,10,10,.98);backdrop-filter:blur(12px);padding:1rem}.mobile-nav-link{display:block;padding:.75rem 1rem;color:#a0a0a0;font-weight:500;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover{color:#f0a853;background-color:rgba(255,255,255,.05)}.mobile-nav-link.active{color:#f0a853;background-color:rgba(240,168,83,.1)}.mobile-consultation-btn{display:block;text-align:center;padding:.75rem 1rem;margin-top:.75rem;background-color:#f0a853;color:#0a0a0a;font-weight:600;font-size:.875rem;border-radius:.5rem;text-decoration:none}main{padding-top:4rem}@media (min-width:1024px){main{padding-top:5rem}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,10,.8),rgba(10,10,10,.7),#0a0a0a)}.hero-content{position:relative;z-index:10;max-width:768px;margin:0 auto;padding:0 1rem 8rem}@media (min-width:640px){.hero-content{padding:0 1.5rem 8rem}}@media (min-width:1024px){.hero-content{max-width:1024px;padding:0 2rem 8rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:rgba(240,168,83,.1);border:1px solid rgba(240,168,83,.2);margin-bottom:2rem;animation:fadeIn 1s ease-out}.hero-badge-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#f0a853;animation:pulse 2s infinite}.hero-badge-text{color:#f0a853;font-size:.875rem;font-weight:500}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}.hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:448px;line-height:1.4;margin-bottom:2.5rem}@media (min-width:640px){.hero-subtitle{font-size:1.25rem}}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.hero-stats{display:flex;flex-wrap:wrap;gap:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat{text-align:center}.hero-stat-value{font-size:1.5rem;font-weight:700;color:#f0a853}@media (min-width:640px){.hero-stat-value{font-size:1.875rem}}.hero-stat-label{color:#a0a0a0;font-size:.875rem;margin-top:.25rem}@keyframes fadeIn{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.scroll-reveal{opacity:0;transform:translateY(2rem);transition:all .7s ease-out}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.section-heading{text-align:center;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.section-title{font-size:2.25rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.section-subtitle{color:#a0a0a0;font-size:1rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.section-subtitle{font-size:1.125rem}}.section-accent{height:1px;width:4rem;background:linear-gradient(to right,#f0a853,transparent);border-radius:.125rem;margin:1.25rem auto 0}.services{background:#0f0f0f;padding:80px 20px}.services-container{max-width:1200px;margin:auto}.services-header{text-align:center;margin-bottom:60px}.services-header h2{color:#fff;font-size:40px;font-weight:700;margin-bottom:15px}.services-header p{color:#a0a0a0;max-width:600px;margin:auto;font-size:16px;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.home-services-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:640px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#171717;padding:30px;border-radius:12px;border:1px solid #2b2b2b;transition:all .35s ease;cursor:pointer}.service-card:hover{border-color:#f0a853;transform:translateY(-5px);box-shadow:0 10px 35px rgba(240,168,83,.08)}.service-icon{font-size:26px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(240,168,83,.08);border-radius:10px;margin-bottom:20px}.code-service-icon,.globe-service-icon,.package-service-icon,.shopping-cart-service-icon,.smartphone-service-icon{width:24px;height:24px;stroke:#f0a853;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{color:#fff;font-size:20px;margin-bottom:10px}.service-card p{color:#9c9c9c;font-size:14px;line-height:1.6;margin-bottom:18px}.service-card a{color:#f0a853;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s}.service-card a:hover{letter-spacing:.5px}@media(max-width:768px){.services-header h2{font-size:32px}.services{padding:70px 18px}}@media(max-width:480px){.services-header h2{font-size:28px}.services-grid{gap:20px}.service-card{padding:24px}}.faq-section{padding:6rem 0;background-color:#0a0a0a}.faq-container{max-width:48rem;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #2a2a2a;border-radius:.75rem;overflow:hidden;transition:border-color .3s ease}.faq-item:hover{border-color:rgba(240,168,83,.2)}.faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:0 0;border:none;color:#fff;font-weight:500;text-align:left;cursor:pointer;transition:background-color .3s ease}.faq-button:hover{background-color:#1a1a1a}.faq-question{flex:1;padding-right:1rem}.faq-icon{width:1.25rem;height:1.25rem;color:#f0a853;transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{overflow:hidden;transition:max-height .5s ease;max-height:0}.faq-answer-content{padding:0 1.25rem 1.25rem;color:#a0a0a0;font-size:.875rem;line-height:1.4}.testimonials-section{position:relative;padding:6rem 0;overflow:hidden}.testimonials-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-attachment:fixed}.testimonials-overlay{position:absolute;inset:0;background-color:rgba(10,10,10,.9)}.testimonials-content{position:relative;z-index:10}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:rgba(26,26,26,.8);backdrop-filter:blur(8px);border:1px solid #2a2a2a;border-radius:1rem;padding:2rem;transition:border-color .5s ease;display:flex;flex-direction:column;height:100%}.testimonial-card:hover{border-color:rgba(240,168,83,.2)}.testimonial-quote{width:2rem;height:2rem;color:rgba(240,168,83,.3);margin-bottom:1rem}.testimonial-text{color:#a0a0a0;font-size:.875rem;line-height:1.4;flex:1;margin-bottom:1.5rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:.75rem}.testimonial-star{width:1rem;height:1rem;color:#f0a853;fill:currentColor}.testimonial-name{color:#fff;font-weight:600;font-size:.875rem}.testimonial-role{color:#f0a853;font-size:.75rem}.footer{background-color:#0a0a0a;border-top:1px solid #2a2a2a;padding:4rem 0 1rem}.footer-content{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.footer-content{padding:0 1.5rem}}@media (min-width:1024px){.footer-content{padding:0 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-section h3{color:#fff;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{width:3rem;height:3rem;border-radius:.5rem;object-fit:cover}.footer-logo-text{color:#fff;font-weight:600;font-size:1.125rem}.footer-logo-text .highlight{color:#f0a853}.footer-desc{color:#a0a0a0;font-size:.875rem;line-height:1.4;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{width:2rem;height:2rem;border-radius:.5rem;background-color:#1a1a1a;border:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center;color:#a0a0a0;text-decoration:none;font-size:.75rem;font-weight:500;transition:all .3s ease}.footer-social-link:hover{color:#f0a853;border-color:rgba(240,168,83,.3);background-color:rgba(240,168,83,.1)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0a0a0;font-size:.875rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#f0a853;padding-left:.25rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact-icon{width:1rem;height:1rem;color:#f0a853;flex-shrink:0;margin-top:.125rem}.footer-contact-text{color:#a0a0a0;font-size:.875rem}.close-icon,.menu-icon{width:1.5rem;height:1.5rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.arrow-right-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.play-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chevron-down-icon{width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.star-icon{width:1rem;height:1rem;fill:currentColor}.quote-icon{width:2rem;height:2rem;stroke:currentColor;stroke-width:1.5}.mail-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:2}.phone-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:2}.map-pin-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:2}.shopping-cart-icon{width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:2}.about-hero{padding-top:8rem;padding-bottom:4rem;background-color:#0a0a0a}.about-hero-content{text-align:center;max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.about-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.about-hero-content{padding:0 2rem}}.about-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.about-hero-title{font-size:3rem}}@media (min-width:1024px){.about-hero-title{font-size:3.5rem}}.about-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.about-hero-subtitle{font-size:1.25rem}}.ceo-message-section{padding:6rem 0;background-color:#111}.ceo-message-content{display:flex;flex-direction:column;gap:3rem;align-items:center}@media (min-width:1024px){.ceo-message-content{flex-direction:row;gap:5rem}}.ceo-image-container{position:relative;flex-shrink:0}.ceo-image{width:100%;max-width:300px;height:auto;border-radius:1rem;border:1px solid #2a2a2a;box-shadow:0 25px 50px rgba(0,0,0,.25)}.ceo-image-decoration{position:absolute;bottom:-1rem;right:-1rem;width:6rem;height:6rem;border:2px solid rgba(240,168,83,.3);border-radius:1rem}.ceo-text-content{flex:1;max-width:100%}@media (min-width:1024px){.ceo-text-content{max-width:50%}}.ceo-label{color:#f0a853;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.ceo-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:640px){.ceo-title{font-size:2.5rem}}@media (min-width:1024px){.ceo-title{font-size:3rem}}.ceo-quote{color:#a0a0a0;font-size:1rem;line-height:1.6;margin-bottom:1rem}@media (min-width:640px){.ceo-quote{font-size:1.125rem}}.ceo-signature{margin-top:2rem}.ceo-name{font-weight:700;font-size:1.125rem;color:#fff}.ceo-position{color:#f0a853;font-size:.875rem}.team-section{padding:6rem 0;background-color:#0a0a0a}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-member{text-align:center}.team-member-image{position:relative;overflow:hidden;border-radius:1rem;border:1px solid #2a2a2a;margin-bottom:1rem;transition:all .5s ease}.team-member:hover .team-member-image{border-color:rgba(240,168,83,.3)}.team-photo{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s ease}.team-photo.asif-photo{object-position:center -10%}.team-member:hover .team-photo{transform:scale(1.05)}.team-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.8),transparent);opacity:0;transition:opacity .5s ease}.team-member:hover .team-overlay{opacity:1}.team-name{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.team-role{color:#f0a853;font-size:.875rem}.legal-section{padding:6rem 0;background-color:#111}.legal-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.legal-grid{grid-template-columns:repeat(3,1fr)}}.legal-card{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;padding:2rem;text-align:center;transition:all .5s ease}.legal-card:hover{border-color:rgba(240,168,83,.3);transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05)}.legal-icon{width:3.5rem;height:3.5rem;padding:.35rem;border-radius:1rem;background-color:rgba(240,168,83,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.legal-icon img{width:100%;height:100%;object-fit:contain}.building-icon,.globe-icon,.users-icon{width:1.75rem;height:1.75rem;color:#f0a853;stroke:currentColor;stroke-width:2;fill:none}.legal-type{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.legal-country{color:#f0a853;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:1rem}.legal-desc{color:#a0a0a0;font-size:.875rem;line-height:1.5}.legal-cta{text-align:center}.journey-section{padding:6rem 0;background-color:#111}.journey-slider{position:relative;max-width:1024px;margin:0 auto;overflow:hidden;border-radius:1rem;border:1px solid #2a2a2a;aspect-ratio:16/9}.journey-slides{position:relative;width:100%;height:100%}.journey-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease-in-out}.journey-slide.active{opacity:1}.journey-image{width:100%;height:100%;object-fit:cover}.journey-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.2));display:flex;align-items:flex-end;padding:2rem}@media (min-width:640px){.journey-overlay{padding:3rem}}.journey-title{color:#f0a853;font-weight:700;font-size:1.25rem;margin-bottom:.5rem}@media (min-width:640px){.journey-title{font-size:1.5rem}}.journey-desc{color:#a0a0a0;font-size:.875rem;line-height:1.4;max-width:512px}.journey-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.journey-dot{width:.625rem;height:.625rem;border-radius:9999px;background-color:#2a2a2a;border:none;cursor:pointer;transition:all .3s ease}.journey-dot:hover{background-color:rgba(240,168,83,.4)}.journey-dot.active{background-color:#f0a853;width:2rem}.services-hero{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden}.services-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.services-hero-overlay{position:absolute;inset:0;background-color:rgba(10,10,10,.85)}.services-hero-content{position:relative;z-index:10;text-align:center;max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.services-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.services-hero-content{padding:0 2rem}}.services-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.services-hero-title{font-size:3rem}}@media (min-width:1024px){.services-hero-title{font-size:3.5rem}}.services-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.services-hero-subtitle{font-size:1.25rem}}.services-grid-section{padding:6rem 0;background-color:#111}.services-grid{display:flex;flex-direction:column;gap:5rem}.service-item{display:flex;flex-direction:column;gap:2.5rem;align-items:center}@media (min-width:1024px){.service-item{flex-direction:row;gap:5rem}}.service-item.reverse{flex-direction:column-reverse}@media (min-width:1024px){.service-item.reverse{flex-direction:row-reverse}}.service-image{flex:1;max-width:100%}@media (min-width:1024px){.service-image{flex:1;max-width:50%}}.service-image img{width:100%;height:auto;border-radius:1rem;border:1px solid #2a2a2a;box-shadow:0 25px 50px rgba(0,0,0,.25)}.service-content{flex:1;max-width:100%}@media (min-width:1024px){.service-content{flex:1;max-width:50%}}.service-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.service-title{font-size:2.25rem}}@media (min-width:1024px){.service-title{font-size:3rem}}.service-description{color:#a0a0a0;font-size:1rem;line-height:1.6;margin-bottom:2rem}@media (min-width:640px){.service-description{font-size:1.125rem}}.accent-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.accent-btn.filled{background-color:#f0a853;color:#0a0a0a}.accent-btn.filled:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.25);transform:translateY(-2px)}.accent-btn.outline{border:1px solid #f0a853;color:#f0a853;background-color:transparent}.accent-btn.outline:hover{background-color:rgba(240,168,83,.1);box-shadow:0 10px 25px rgba(240,168,83,.15);transform:translateY(-2px)}.pricing-section{padding:6rem 0;background-color:#0a0a0a}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;height:100%;transition:all .5s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05)}.pricing-card.popular{border-color:#f0a853;box-shadow:0 0 30px rgba(240,168,83,.1)}.popular-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background-color:#f0a853;color:#0a0a0a;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pricing-content{display:flex;flex-direction:column;height:100%}.pricing-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing-desc{color:#a0a0a0;font-size:.875rem;margin-bottom:1.5rem}.pricing-price{margin-bottom:2rem}.price-amount{font-size:2.5rem;font-weight:700;color:#f0a853}.price-period{color:#666;font-size:.875rem}.pricing-features{list-style:none;margin-bottom:2rem;flex:1}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.875rem;color:#a0a0a0}.check-icon{width:1rem;height:1rem;color:#f0a853;flex-shrink:0;margin-top:.125rem;stroke-width:3}.pricing-btn{margin-top:auto;width:100%;justify-content:center;padding:.875rem 1.5rem}.courses-hero{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden}.courses-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.courses-hero-overlay{position:absolute;inset:0;background-color:rgba(10,10,10,.85)}.courses-hero-content{position:relative;z-index:10;text-align:center;max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.courses-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.courses-hero-content{padding:0 2rem}}.courses-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.courses-hero-title{font-size:3rem}}@media (min-width:1024px){.courses-hero-title{font-size:3.5rem}}.courses-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.courses-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.courses-hero-subtitle{font-size:1.25rem}}.courses-section{padding:6rem 0;background-color:#111}.courses-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.courses-grid{grid-template-columns:repeat(3,1fr)}}.course-card{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;overflow:hidden;transition:all .5s ease;display:flex;flex-direction:column;height:100%}.course-card:hover{border-color:rgba(240,168,83,.3);transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05)}.course-card-media{position:relative;overflow:hidden}.course-card-media img{width:100%;height:12rem;object-fit:cover;transition:transform .5s ease}.course-card:hover .course-card-media img{transform:scale(1.05)}.course-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.75),transparent)}.course-card-body{padding:1.75rem;display:flex;flex-direction:column;flex:1}.course-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.course-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;color:#a0a0a0;font-size:.875rem}.course-meta-item{display:flex;align-items:center;gap:.5rem}.clock-icon,.users-icon{width:1rem;height:1rem;color:#f0a853;stroke-width:2}.course-desc{color:#a0a0a0;font-size:.9rem;line-height:1.5;margin-bottom:1.25rem;flex:1}.course-enroll-btn{width:100%;padding:.85rem 1rem}.enroll-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:2000}.enroll-modal.open{display:flex}.enroll-modal-backdrop{position:absolute;inset:0;background-color:rgba(0,0,0,.65);backdrop-filter:blur(4px)}.enroll-modal-dialog{position:relative;width:min(540px,92vw);background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;padding:2rem;z-index:10;box-shadow:0 40px 80px rgba(0,0,0,.65)}.enroll-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.enroll-modal-title{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;font-size:1.25rem}.graduation-icon{width:1.5rem;height:1.5rem;color:#f0a853;stroke-width:2}.enroll-modal-close{background:0 0;border:none;color:#a0a0a0;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.enroll-modal-close:hover{background-color:rgba(240,168,83,.1);color:#fff}.enroll-form{display:grid;gap:1rem}.enroll-form .form-group{display:flex;flex-direction:column;gap:.5rem}.enroll-submit-btn{width:100%;padding:.85rem 1rem}.contact-hero{padding-top:8rem;padding-bottom:4rem;background-color:#0a0a0a}.contact-hero-content{text-align:center;max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.contact-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.contact-hero-content{padding:0 2rem}}.contact-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.contact-hero-title{font-size:3rem}}@media (min-width:1024px){.contact-hero-title{font-size:3.5rem}}.contact-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.contact-hero-subtitle{font-size:1.25rem}}.contact-section{padding:6rem 0;background-color:#111}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.contact-content{grid-template-columns:2fr 3fr;gap:5rem}}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-header{margin-bottom:1rem}.contact-info-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}@media (min-width:640px){.contact-info-title{font-size:2.25rem}}.contact-info-subtitle{color:#a0a0a0;font-size:.875rem;line-height:1.5}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.contact-info-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background-color:rgba(240,168,83,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.clock-icon,.mail-icon,.map-pin-icon,.phone-icon{width:1.25rem;height:1.25rem;color:#f0a853;stroke-width:2}.contact-info-content{flex:1}.contact-info-label{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.contact-info-value{color:#a0a0a0;font-size:.875rem}.contact-form-container{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;padding:2rem}@media (min-width:640px){.contact-form-container{padding:3rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;color:#a0a0a0;font-weight:500}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;background-color:#111;border:1px solid #2a2a2a;border-radius:.5rem;color:#fff;font-size:.875rem;transition:border-color .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:#f0a853}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#666}.form-select{cursor:pointer}.form-select option{background-color:#1a1a1a;color:#fff}.form-textarea{resize:none;min-height:7.5rem}.plan-buttons{display:flex;gap:.5rem}.plan-btn{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;background-color:#111;color:#a0a0a0;border:1px solid #2a2a2a;cursor:pointer;transition:all .3s ease}.plan-btn:hover{border-color:rgba(240,168,83,.3);color:#f0a853}.plan-btn.active{background-color:#f0a853;color:#0a0a0a;border-color:#f0a853}.form-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;background-color:#f0a853;color:#0a0a0a;border:none;cursor:pointer;transition:all .3s ease}.form-submit-btn:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.25);transform:translateY(-2px)}.send-icon{width:1rem;height:1rem;stroke-width:3}.products-hero{background-color:#0a0a0a;padding-top:8rem;padding-bottom:5rem;text-align:center}.products-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.products-hero-title{font-size:3rem}}@media (min-width:1024px){.products-hero-title{font-size:3.5rem}}.products-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:600px;margin:0 auto;line-height:1.4}@media (min-width:640px){.products-hero-subtitle{font-size:1.25rem}}.products-section{padding:6rem 0;background-color:#111}.products-filters{margin-bottom:3rem}.products-filters-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.product-search{flex:1 1 320px;max-width:420px}.product-search-input{width:100%;padding:.75rem 1rem;border:1px solid #2a2a2a;border-radius:1rem;background-color:#0a0a0a;color:#fff;font-size:.95rem;transition:border-color .3s ease}.product-search-input:focus{outline:0;border-color:#f0a853}.product-categories{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product-category-btn{padding:.6rem 1rem;border-radius:9999px;border:1px solid #2a2a2a;background-color:#1a1a1a;color:#a0a0a0;cursor:pointer;font-size:.9rem;transition:all .3s ease}.product-category-btn:hover{border-color:rgba(240,168,83,.4);color:#f0a853}.product-category-btn.active{background-color:#f0a853;color:#0a0a0a;border-color:transparent}.product-cart-open{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border-radius:9999px;border:1px solid #2a2a2a;background-color:#1a1a1a;color:#fff;cursor:pointer;font-size:.95rem;transition:all .3s ease}.product-cart-open:hover{border-color:rgba(240,168,83,.4)}.product-cart-count{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;background-color:#f0a853;color:#0a0a0a;font-weight:700;font-size:.85rem}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;overflow:hidden;transition:all .5s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05);border-color:rgba(240,168,83,.3)}.product-media{position:relative;overflow:hidden}.product-media img{width:100%;height:14rem;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-media img{transform:scale(1.05)}.product-category-tag{position:absolute;top:1rem;right:1rem;padding:.35rem .75rem;border-radius:9999px;background-color:rgba(10,10,10,.75);color:#a0a0a0;font-size:.75rem}.product-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.15rem;font-weight:700;margin-bottom:1rem}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-price{font-size:1.25rem;font-weight:700;color:#f0a853}.product-add-btn{padding:.75rem 1rem;border-radius:1rem;background-color:#f0a853;color:#0a0a0a;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.product-add-btn:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.25)}.products-no-results{text-align:center;color:#666;margin-top:4rem;font-size:1.1rem}.cart-drawer{position:fixed;inset:0;display:none;align-items:center;justify-content:flex-end;z-index:2000}.cart-drawer.open{display:flex}.cart-backdrop{position:absolute;inset:0;background-color:rgba(0,0,0,.65);backdrop-filter:blur(4px)}.cart-panel{position:relative;width:min(420px,95vw);height:100%;background-color:#1a1a1a;border-left:1px solid #2a2a2a;display:flex;flex-direction:column;padding:1.5rem;overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-title{font-size:1.25rem;font-weight:700}.cart-close{background:0 0;border:none;color:#a0a0a0;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.cart-close:hover{background-color:rgba(240,168,83,.1);color:#fff}.cart-content{flex:1;overflow-y:auto;padding-right:.5rem}.cart-empty{color:#666;text-align:center;margin-top:3rem}.cart-item{display:flex;gap:1rem;background-color:#111;border:1px solid #2a2a2a;border-radius:1rem;padding:1rem;margin-bottom:1rem}.cart-item-image{width:64px;height:64px;border-radius:.75rem;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-weight:600}.cart-item-meta{display:flex;gap:1rem;color:#a0a0a0;font-size:.9rem}.cart-item-actions{display:flex;gap:.5rem;margin-top:.5rem}.cart-item-btn{width:32px;height:32px;border-radius:.75rem;background-color:#2a2a2a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.cart-item-btn:hover{background-color:rgba(240,168,83,.4)}.cart-item-remove{background-color:transparent;color:#f97373}.cart-footer{border-top:1px solid #2a2a2a;padding-top:1rem}.cart-total{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:700}.checkout-btn{width:100%;padding:.9rem 1rem;border-radius:1rem;background-color:#f0a853;color:#0a0a0a;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover{background-color:#e09540;box-shadow:0 10px 25px rgba(240,168,83,.25)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.blogs-hero{padding-top:8rem;padding-bottom:4rem;background-color:#0a0a0a;text-align:center}.blogs-hero-content{max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.blogs-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.blogs-hero-content{padding:0 2rem}}.blogs-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.blogs-hero-title{font-size:3rem}}@media (min-width:1024px){.blogs-hero-title{font-size:3.5rem}}.blogs-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blogs-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.blogs-hero-subtitle{font-size:1.25rem}}.blogs-section{padding:6rem 0;background-color:#111}.blogs-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blogs-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;overflow:hidden;transition:all .5s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05);border-color:rgba(240,168,83,.3)}.blog-media{position:relative;overflow:hidden}.blog-media img{width:100%;height:13rem;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-media img{transform:scale(1.05)}.blog-category-tag{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background-color:rgba(240,168,83,.2);backdrop-filter:blur(4px);border-radius:9999px}.blog-category-tag svg{width:.75rem;height:.75rem;color:#f0a853}.blog-category-tag span{color:#f0a853;font-size:.75rem;font-weight:500}.blog-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.blog-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#666;margin-bottom:.75rem}.blog-meta-item{display:flex;align-items:center;gap:.25rem}.blog-meta-item svg{width:.75rem;height:.75rem}.blog-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;transition:color .3s ease}.blog-card:hover .blog-title{color:#f0a853}.blog-desc{color:#a0a0a0;font-size:.875rem;line-height:1.5;flex:1;margin-bottom:1.25rem}.blog-read-more{display:inline-flex;align-items:center;gap:.25rem;color:#f0a853;font-size:.875rem;font-weight:500;cursor:pointer;transition:gap .3s ease}.blog-read-more:hover{gap:.5rem}.blog-read-more svg{width:1rem;height:1rem}.blog-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:1rem;z-index:2000}.blog-modal.open{display:flex}.blog-modal-backdrop{position:absolute;inset:0;background-color:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.blog-modal-dialog{position:relative;width:min(672px,100vw);z-index:10}.blog-modal-content{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;max-height:90vh;overflow-y:auto}.blog-modal-image{width:100%;height:16rem;object-fit:cover;border-radius:1rem 1rem 0 0}.blog-modal-body{padding:2rem}.blog-modal-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#666;margin-bottom:.75rem}.blog-modal-meta-item{display:flex;align-items:center;gap:.25rem}.blog-modal-meta-item svg{width:.75rem;height:.75rem}.blog-modal-category{color:#f0a853}.blog-modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.blog-modal-desc{color:#a0a0a0;line-height:1.6;margin-bottom:1rem}.blog-modal-content-text{color:#a0a0a0;line-height:1.6}.blog-modal-close{margin-top:1.5rem;padding:.625rem 1.5rem;background-color:#f0a853;color:#0a0a0a;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s ease}.blog-modal-close:hover{background-color:#e09540}.certificates-hero{padding-top:8rem;padding-bottom:4rem;background-color:#0a0a0a;text-align:center}.certificates-hero-content{max-width:768px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.certificates-hero-content{padding:0 1.5rem}}@media (min-width:1024px){.certificates-hero-content{padding:0 2rem}}.certificates-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.certificates-hero-title{font-size:3rem}}@media (min-width:1024px){.certificates-hero-title{font-size:3.5rem}}.certificates-hero-title .gradient{background:linear-gradient(to right,#f0a853,#e09540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.certificates-hero-subtitle{color:#a0a0a0;font-size:1.125rem;max-width:512px;margin:0 auto;line-height:1.4}@media (min-width:640px){.certificates-hero-subtitle{font-size:1.25rem}}.certificates-section{padding:6rem 0;background-color:#111}.certificates-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.certificates-grid{grid-template-columns:repeat(3,1fr)}}.certificate-card{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:1rem;overflow:hidden;transition:all .5s ease;display:flex;flex-direction:column;height:100%}.certificate-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(240,168,83,.05);border-color:rgba(240,168,83,.3)}.certificate-media{position:relative;overflow:hidden}.certificate-media img{width:100%;height:20rem;object-fit:cover;transition:transform .5s ease}.certificate-card:hover .certificate-media img{transform:scale(1.05)}.certificate-overlay{position:absolute;inset:0;background:linear-gradient(to top,#1a1a1a,transparent)}.certificate-icon{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background-color:rgba(240,168,83,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.award-icon,.badge-check-icon,.shield-icon{width:1.25rem;height:1.25rem;color:#f0a853;stroke-width:2}.certificate-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.certificate-country{color:#f0a853;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.certificate-title{font-size:1.125rem;font-weight:700;margin:.25rem 0 .75rem 0}.certificate-desc{color:#a0a0a0;font-size:.875rem;line-height:1.5;flex:1}.trust-banner{padding:4rem 0;background-color:#0a0a0a}.trust-banner-content{max-width:672px;margin:0 auto;padding:2.5rem;background:linear-gradient(to right,rgba(240,168,83,.1),rgba(240,168,83,.05),rgba(240,168,83,.1));border:1px solid rgba(240,168,83,.2);border-radius:1rem;text-align:center}.trust-shield-icon{width:2.5rem;height:2.5rem;color:#f0a853;margin:0 auto 1rem auto;stroke-width:2}.trust-banner-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.trust-banner-desc{color:#a0a0a0;max-width:448px;margin:0 auto;line-height:1.5}.widget-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:9999}.widget-btn{width:56px;height:56px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.2);transition:all .3s ease}.widget-btn img{width:26px;height:26px;object-fit:contain}.widget-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px rgba(0,0,0,.3)}.main-btn{background:#111;color:#fff;font-size:22px}.whatsapp-btn{background:#25d366}.assist-btn{background:#0077b5}.assist-btn,.whatsapp-btn{opacity:0;transform:translateY(20px);pointer-events:none}.widget-container.active .assist-btn,.widget-container.active .whatsapp-btn{opacity:1;transform:translateY(0);pointer-events:auto}@media (min-width:768px){.widget-btn{width:60px;height:60px}.widget-btn img{width:28px;height:28px}.main-btn{font-size:24px}}@media (min-width:1200px){.widget-container{bottom:30px;right:30px}.widget-btn{width:64px;height:64px}.widget-btn img{width:30px;height:30px}.main-btn{font-size:26px}}