@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Inter-SemiBold.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Inter-Bold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Rubik-Regular.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Rubik-Medium.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Rubik-SemiBold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Rubik-Bold.woff2') format('woff2')}@font-face{font-family:Rubik,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:70px;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.1);z-index:1000;align-items:center;justify-content:space-between;padding:0 20px}.phone-header-btn{width:45px;height:45px;border-radius:12px;background:linear-gradient(135deg,gold 0,orange 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;text-decoration:none;transition:transform .3s}.phone-header-btn:hover{transform:scale(1.1)}.mobile-logo{font-size:22px;font-weight:900;color:#1a1a1a;text-decoration:none}.mobile-toggle{width:45px;height:45px;background:0 0;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.mobile-toggle span{width:28px;height:3px;background:#1a1a1a;border-radius:2px;transition:.3s}.mobile-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:768px){.mobile-header,.phone-header-btn{display:flex}}@media (min-width:769px){.mobile-toggle,.phone-header-btn{display:none!important}}.main-nav{position:fixed;top:0;left:0;right:0;height:80px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;padding:0 60px;z-index:1000}.nav-logo{font-size:28px;font-weight:900;color:#1a1a1a;text-decoration:none;transition:color .3s}.nav-logo:hover{color:gold}.nav-links{display:flex;gap:40px;align-items:center}.nav-links a{font-size:16px;font-weight:500;color:#1a1a1a;text-decoration:none;transition:color .3s;position:relative}.nav-links a:not(.nav-cta):after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s}.nav-links a:not(.nav-cta).active:after,.nav-links a:not(.nav-cta):hover:after{width:100%}.nav-cta{padding:12px 28px;background:linear-gradient(135deg,gold 0,orange 100%);color:#fff;border-radius:25px;font-weight:700;transition:transform .3s,box-shadow .3s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,215,0,.4)}@media (max-width:768px){.main-nav{top:70px;height:auto;flex-direction:column;padding:0;max-height:0;overflow:hidden;transition:max-height .3s}.main-nav.active{max-height:400px}.nav-logo{display:none}.nav-links{flex-direction:column;width:100%;gap:0}.nav-links a{width:100%;padding:20px 30px;border-bottom:1px solid #f0f0f0}.nav-cta{border-radius:0;margin:10px 20px 20px;width:calc(100% - 40px);text-align:center}}.hero-section{min-height:100vh;padding:140px 60px 80px;display:grid;grid-template-columns:60% 40%;gap:60px;align-items:center;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%)}.hero-content{position:relative}.hero-stats{display:flex;gap:40px;margin-bottom:40px}.stat-item{display:flex;flex-direction:column}.stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#6b6b6b;margin-bottom:8px}.stat-number{font-size:32px;font-weight:900;color:gold}.hero-title{display:flex;flex-direction:column;gap:-10px;margin-bottom:30px}.title-highlight{font-size:48px;font-weight:500;color:#6b6b6b}.title-main{font-size:96px;font-weight:900;color:#1a1a1a;line-height:.9}.title-sub{font-size:48px;font-weight:700;color:gold}.hero-description{font-size:18px;color:#4a4a4a;max-width:600px;margin-bottom:40px;line-height:1.8}.hero-cta{display:flex;gap:20px}.btn-primary,.btn-secondary{padding:18px 40px;font-size:16px;font-weight:700;border-radius:30px;text-decoration:none;transition:.3s;display:inline-block}.btn-primary{background:linear-gradient(135deg,gold 0,orange 100%);color:#fff;box-shadow:0 8px 20px rgba(255,215,0,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,215,0,.4)}.btn-secondary{background:0 0;color:#1a1a1a;border:2px solid #1a1a1a}.btn-secondary:hover{background:#1a1a1a;color:#fff}.hero-visual{position:relative}.hero-visual img{width:100%;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.floating-card{position:absolute;bottom:-40px;right:-40px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);max-width:300px}.card-icon{width:60px;height:60px;background:linear-gradient(135deg,gold 0,orange 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;margin-bottom:20px}.floating-card h3{font-size:20px;font-weight:700;margin-bottom:10px;color:#1a1a1a}.floating-card p{font-size:14px;color:#6b6b6b;margin-bottom:20px}.avatar-cluster{display:flex;align-items:center;gap:-10px}.avatar-cluster img{width:40px;height:40px;border-radius:50%;border:3px solid #fff;margin-left:-10px;object-fit:cover}.avatar-cluster img:first-child{margin-left:0}.avatar-more{width:40px;height:40px;border-radius:50%;background:gold;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#1a1a1a;margin-left:-10px}@media (max-width:768px){.hero-section{grid-template-columns:1fr;padding:100px 20px 60px;gap:40px;min-height:auto}.hero-stats{gap:20px}.stat-number{font-size:24px}.title-main{font-size:56px}.title-highlight,.title-sub{font-size:32px}.hero-cta{flex-direction:column}.hero-visual img{height:400px}.floating-card{position:static;margin-top:20px}}.brand-showcase{padding:80px 60px;background:#fff}.showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1400px;margin:0 auto}.showcase-item{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;position:relative;transition:transform .3s}.showcase-item:hover{transform:scale(1.05);z-index:10}.showcase-item img{width:80%;height:auto;margin-bottom:20px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.showcase-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,.9)}@media (max-width:768px){.brand-showcase{padding:60px 20px}.showcase-grid{grid-template-columns:repeat(2,1fr)}.showcase-item{padding:30px}}.experience-section{padding:120px 60px;background:linear-gradient(135deg,#1a1a1a 0,#000 100%);color:#fff}.experience-content{display:grid;grid-template-columns:60% 40%;gap:80px;max-width:1400px;margin:0 auto;align-items:center}.section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:gold;margin-bottom:20px;display:block}.section-title{display:flex;flex-direction:column;gap:-10px;margin-bottom:30px}.title-number{font-size:120px;font-weight:900;color:gold;line-height:.8}.title-word{font-size:48px;font-weight:500;color:#fff}.title-emphasis{font-size:72px;font-weight:900;color:#fff}.section-description{font-size:16px;line-height:1.8;color:#b8b8b8;margin-bottom:40px}.milestone-stats{display:flex;flex-direction:column;gap:30px}.milestone-item{display:flex;align-items:center;gap:20px}.milestone-item i{font-size:32px;color:gold}.milestone-info{display:flex;flex-direction:column}.milestone-number{font-size:36px;font-weight:900;color:#fff}.milestone-label{font-size:14px;color:#b8b8b8}.timeline-steps{display:flex;flex-direction:column;gap:20px}.step-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);padding:30px;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:transform .3s,background .3s}.step-card:hover{transform:translateX(-10px);background:rgba(255,215,0,.1)}.step-number{width:50px;height:50px;background:linear-gradient(135deg,gold 0,orange 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#fff;margin-bottom:15px}.step-card h3{font-size:20px;font-weight:700;margin-bottom:10px}.step-card p{font-size:14px;color:#b8b8b8}@media (max-width:768px){.experience-section{padding:80px 20px}.experience-content{grid-template-columns:1fr;gap:40px}.title-number{font-size:80px}.title-emphasis{font-size:48px}}.values-section{padding:120px 60px;background:#f8f9fa}.values-container{max-width:1400px;margin:0 auto}.values-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:80px;color:#1a1a1a}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.value-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.value-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;margin-bottom:25px}.value-card h3{font-size:22px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.value-card p{font-size:15px;line-height:1.7;color:#6b6b6b}@media (max-width:768px){.values-section{padding:80px 20px}.values-title{font-size:36px;margin-bottom:40px}.values-grid{grid-template-columns:1fr;gap:20px}}.gallery-section{padding:120px 60px;background:#fff}.gallery-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:80px;color:#1a1a1a}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1400px;margin:0 auto}.gallery-item{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:1;cursor:pointer}.gallery-item.large{grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 100%);padding:30px;transform:translateY(100%);transition:transform .3s}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-caption{font-size:18px;font-weight:700;color:#fff}@media (max-width:768px){.gallery-section{padding:80px 20px}.gallery-title{font-size:36px;margin-bottom:40px}.gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-item.large{grid-column:span 1;grid-row:span 1}}.cta-section{padding:120px 60px;background:linear-gradient(135deg,gold 0,orange 100%);display:grid;grid-template-columns:60% 40%;gap:60px;align-items:center}.cta-content{color:#1a1a1a}.cta-title{font-size:64px;font-weight:900;margin-bottom:20px;line-height:1.1}.cta-description{font-size:20px;margin-bottom:40px;line-height:1.6}.cta-buttons{display:flex;gap:20px}.btn-cta-primary,.btn-cta-secondary{padding:18px 40px;font-size:16px;font-weight:700;border-radius:30px;text-decoration:none;transition:.3s;display:inline-block}.btn-cta-primary{background:#1a1a1a;color:gold}.btn-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.3)}.btn-cta-secondary{background:0 0;color:#1a1a1a;border:2px solid #1a1a1a}.btn-cta-secondary:hover{background:#1a1a1a;color:gold}.cta-visual img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.2)}@media (max-width:768px){.cta-section{grid-template-columns:1fr;padding:80px 20px;gap:40px}.cta-title{font-size:42px}.cta-buttons{flex-direction:column}.cta-visual img{height:300px}}.main-footer{background:#1a1a1a;color:#fff;padding:80px 60px 30px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;max-width:1400px;margin:0 auto 60px}.footer-section h3{font-size:24px;font-weight:900;margin-bottom:20px;color:gold}.footer-section h4{font-size:18px;font-weight:700;margin-bottom:20px}.footer-section p{font-size:14px;color:#b8b8b8;line-height:1.6;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#b8b8b8;text-decoration:none;font-size:14px;transition:color .3s}.footer-section ul li a:hover{color:gold}.contact-info li{display:flex;align-items:center;gap:10px}.contact-info i{color:gold;width:20px}.social-links{display:flex;gap:15px}.social-links a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#000;font-size:18px;transition:.3s}.social-links a:hover{background:gold;color:#1a1a1a;transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;font-size:14px;color:#b8b8b8}.footer-bottom a{color:gold;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width:768px){.main-footer{padding:60px 20px 30px}.footer-content{grid-template-columns:1fr;gap:40px}}.whatsapp-float{position:fixed;bottom:30px;left:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;box-shadow:0 8px 20px rgba(37,211,102,.4);z-index:999;transition:.3s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 12px 30px rgba(37,211,102,.6)}@media (min-width:769px){.whatsapp-float{display:none}}.page-hero{min-height:60vh;padding:140px 60px 80px;display:grid;grid-template-columns:50% 50%;gap:60px;align-items:center;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%)}.hero-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:gold;margin-bottom:20px;display:block}.hero-title-about,.hero-title-contact,.hero-title-services{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.hero-subtitle,.hero-subtitle-contact{font-size:18px;color:#6b6b6b;line-height:1.6}.hero-image img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.services-intro{padding:80px 60px;background:#fff}.intro-container{max-width:900px;margin:0 auto;text-align:center}.intro-text{font-size:18px;line-height:1.8;color:#4a4a4a}.services-grid-section{padding:80px 60px;background:#f8f9fa}.services-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:60px}.service-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;display:grid;grid-template-columns:40% 60%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.service-card.featured{border:3px solid gold}.service-image{position:relative;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .service-image img{transform:scale(1.1)}.service-badge{position:absolute;top:20px;right:20px;background:gold;color:#1a1a1a;padding:8px 20px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase}.service-content{padding:50px;display:flex;flex-direction:column}.service-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;margin-bottom:25px}.service-content h2{font-size:32px;font-weight:900;margin-bottom:20px;color:#1a1a1a}.service-content p{font-size:16px;line-height:1.7;color:#4a4a4a;margin-bottom:25px}.service-features{list-style:none;margin-bottom:30px}.service-features li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;color:#4a4a4a}.service-features i{color:gold;font-size:16px}.service-btn{padding:15px 35px;background:linear-gradient(135deg,gold 0,orange 100%);color:#fff;border-radius:25px;font-weight:700;text-decoration:none;display:inline-block;align-self:flex-start;transition:.3s}.service-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,215,0,.4)}.services-cta{padding:120px 60px;background:linear-gradient(135deg,#1a1a1a 0,#000 100%);text-align:center}.services-cta .cta-content h2{font-size:48px;font-weight:900;color:#fff;margin-bottom:20px}.services-cta .cta-content p{font-size:18px;color:#b8b8b8;margin-bottom:40px}.btn-cta-large{padding:20px 50px;background:linear-gradient(135deg,gold 0,orange 100%);color:#fff;border-radius:30px;font-size:18px;font-weight:700;text-decoration:none;display:inline-block;transition:.3s}.btn-cta-large:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,215,0,.4)}@media (max-width:768px){.page-hero{grid-template-columns:1fr;padding:100px 20px 60px;min-height:auto}.hero-image img{height:300px}.services-grid-section,.services-intro{padding:60px 20px}.service-card{grid-template-columns:1fr}.service-content{padding:30px}.services-cta{padding:80px 20px}.services-cta .cta-content h2{font-size:32px}}.about-hero{background:linear-gradient(135deg,gold 0,orange 100%)}.hero-image-about img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);filter:grayscale(100%)}.about-story{padding:120px 60px;background:#fff}.story-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:60% 40%;gap:60px;align-items:center}.story-text h2{font-size:48px;font-weight:900;margin-bottom:30px;color:#1a1a1a}.story-text p{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:25px}.story-image img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.timeline-section{padding:120px 60px;background:#f8f9fa}.timeline-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:80px;color:#1a1a1a}.timeline{max-width:1200px;margin:0 auto;position:relative}.timeline:before{content:'';position:absolute;top:0;bottom:0;left:50%;width:3px;background:gold}.timeline-item{margin-bottom:60px;position:relative}.timeline-item.right .timeline-content{margin-left:calc(50% + 40px)}.timeline-item.left .timeline-content{margin-right:calc(50% + 40px);text-align:right}.timeline-content{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);position:relative}.timeline-content:before{content:'';position:absolute;top:30px;width:20px;height:20px;background:gold;border-radius:50%}.timeline-item.right .timeline-content:before{right:calc(100% + 30px)}.timeline-item.left .timeline-content:before{left:calc(100% + 30px)}.timeline-year{font-size:32px;font-weight:900;color:gold;display:block;margin-bottom:15px}.timeline-content h3{font-size:24px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.timeline-content p{font-size:15px;line-height:1.7;color:#4a4a4a;margin-bottom:20px}.timeline-content img{width:100%;height:250px;object-fit:cover;border-radius:12px}.achievements-section{padding:120px 60px;background:linear-gradient(135deg,#1a1a1a 0,#000 100%)}.achievements-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:80px;color:#fff}.achievements-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.achievement-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);padding:50px 30px;border-radius:20px;text-align:center;border:2px solid transparent;transition:.3s}.achievement-card.gold{border-color:gold}.achievement-card.silver{border-color:silver}.achievement-card.bronze{border-color:#cd7f32}.achievement-card.special{border-color:#4169e1}.achievement-card:hover{transform:translateY(-10px);background:rgba(255,255,255,.1)}.achievement-icon{font-size:48px;margin-bottom:20px}.achievement-card.gold .achievement-icon{color:gold}.achievement-card.silver .achievement-icon{color:silver}.achievement-card.bronze .achievement-icon{color:#cd7f32}.achievement-card.special .achievement-icon{color:#4169e1}.achievement-number{font-size:64px;font-weight:900;color:#fff;display:block;margin-bottom:10px}.achievement-label{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:15px}.achievement-card p{font-size:14px;color:#b8b8b8;line-height:1.6}.values-detailed{padding:120px 60px;background:#fff}.values-header{text-align:center;max-width:800px;margin:0 auto 80px}.values-header h2{font-size:56px;font-weight:900;margin-bottom:20px;color:#1a1a1a}.values-header p{font-size:18px;color:#6b6b6b}.values-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.value-detailed-card{display:grid;grid-template-columns:50% 50%;gap:60px;align-items:center}.value-detailed-card.reverse{direction:rtl}.value-image img{width:100%;height:400px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.value-text h3{font-size:32px;font-weight:900;margin-bottom:20px;color:#1a1a1a;display:flex;align-items:center;gap:15px}.value-text h3 i{color:gold}.value-text p{font-size:16px;line-height:1.8;color:#4a4a4a}.team-section{padding:120px 60px;background:#f8f9fa}.team-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:20px;color:#1a1a1a}.team-subtitle{font-size:18px;text-align:center;color:#6b6b6b;margin-bottom:80px}.team-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.team-member{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s}.team-member:hover{transform:translateY(-10px)}.member-image img{width:100%;height:350px;object-fit:cover}.team-member h3{font-size:24px;font-weight:900;margin:25px 30px 10px;color:#1a1a1a}.member-role{font-size:14px;font-weight:700;color:gold;margin:0 30px 15px;display:block}.team-member p{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0 30px 30px}.about-cta{position:relative;padding:150px 60px;text-align:center;overflow:hidden}.cta-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:1}.cta-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.cta-content-about{position:relative;z-index:2;color:#fff}.cta-content-about h2{font-size:56px;font-weight:900;margin-bottom:20px}.cta-content-about p{font-size:20px;margin-bottom:40px}.btn-cta-about{padding:20px 50px;background:linear-gradient(135deg,gold 0,orange 100%);color:#fff;border-radius:30px;font-size:18px;font-weight:700;text-decoration:none;display:inline-block;transition:.3s}.btn-cta-about:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,215,0,.4)}@media (max-width:768px){.about-story,.achievements-section,.team-section,.timeline-section,.values-detailed{padding:80px 20px}.story-container,.value-detailed-card{grid-template-columns:1fr;gap:40px}.timeline:before{left:20px}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin-left:60px;margin-right:0;text-align:left}.timeline-item.left .timeline-content:before,.timeline-item.right .timeline-content:before{right:auto;left:-50px}.achievements-grid,.team-grid{grid-template-columns:1fr}.about-cta{padding:100px 20px}.cta-content-about h2{font-size:36px}}.contact-hero{min-height:50vh;padding:140px 60px 80px;background:linear-gradient(135deg,gold 0,orange 100%);display:flex;align-items:center;justify-content:center;text-align:center}.contact-hero-content{max-width:800px}.contact-main{padding:100px 60px;background:#f8f9fa}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:60% 40%;gap:60px}.contact-info-section{display:flex;flex-direction:column;gap:60px}.contact-intro h2{font-size:48px;font-weight:900;margin-bottom:20px;color:#1a1a1a}.contact-intro p{font-size:16px;line-height:1.8;color:#4a4a4a}.contact-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.contact-method-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s}.contact-method-card:hover{transform:translateY(-5px)}.method-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;margin-bottom:20px}.contact-method-card h3{font-size:22px;font-weight:700;margin-bottom:10px;color:#1a1a1a}.contact-method-card p{font-size:14px;color:#6b6b6b;margin-bottom:15px}.contact-link{font-size:16px;font-weight:700;color:gold;text-decoration:none;transition:color .3s}.contact-link:hover{color:orange}.contact-address{font-size:15px;color:#4a4a4a;line-height:1.6}.social-section h3{font-size:28px;font-weight:900;margin-bottom:30px;color:#1a1a1a}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.social-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center;text-decoration:none;transition:transform .3s}.social-card:hover{transform:translateY(-5px)}.social-card i{font-size:36px;margin-bottom:15px;display:block}.social-card span{font-size:14px;font-weight:700;color:#1a1a1a}.social-card.facebook i{color:#1877f2}.social-card.instagram i{color:#e4405f}.social-card.twitter i{color:#1da1f2}.social-card.youtube i{color:red}.contact-visual-section{display:flex;flex-direction:column;gap:30px}.contact-image-card{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.contact-image-card img{width:100%;height:250px;object-fit:cover;transition:transform .5s}.contact-image-card:hover img{transform:scale(1.1)}.image-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 100%);padding:30px;color:#fff}.image-card-overlay h3{font-size:20px;font-weight:700;margin-bottom:5px}.image-card-overlay p{font-size:14px}.quick-contact-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.quick-contact-card h3{font-size:24px;font-weight:700;margin-bottom:25px;color:#1a1a1a}.hours-list{margin-bottom:30px}.hours-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #f0f0f0}.hours-item:last-child{border-bottom:none}.day{font-weight:600;color:#1a1a1a}.time{color:#6b6b6b}.emergency-contact{background:#fff8e1;padding:20px;border-radius:12px;display:flex;align-items:flex-start;gap:15px}.emergency-contact i{color:orange;font-size:20px;flex-shrink:0}.emergency-contact p{font-size:14px;color:#4a4a4a;line-height:1.6;margin:0}.faq-section{padding:100px 60px;background:#fff}.faq-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:80px;color:#1a1a1a}.faq-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.faq-item{background:#f8f9fa;border-radius:16px;overflow:hidden}.faq-question{padding:25px 30px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .3s}.faq-question:hover{background:#e9ecef}.faq-question h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.faq-question i{color:gold;font-size:18px;transition:transform .3s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.faq-item.active .faq-answer{max-height:500px;padding:0 30px 25px}.faq-answer p{font-size:15px;line-height:1.7;color:#4a4a4a}.map-section{padding:100px 60px;background:#f8f9fa}.map-title{font-size:56px;font-weight:900;text-align:center;margin-bottom:60px;color:#1a1a1a}.map-container{max-width:1200px;margin:0 auto;height:500px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.map-placeholder{width:100%;height:100%;background:linear-gradient(135deg,gold 0,orange 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.map-placeholder i{font-size:80px;margin-bottom:20px}.map-placeholder p{font-size:24px;font-weight:700;margin-bottom:10px}.map-address{font-size:16px;font-weight:500}.final-cta-contact{padding:120px 60px;background:linear-gradient(135deg,#1a1a1a 0,#000 100%);text-align:center}.final-cta-content h2{font-size:48px;font-weight:900;color:#fff;margin-bottom:20px}.final-cta-content p{font-size:18px;color:#b8b8b8;margin-bottom:40px}.final-cta-buttons{display:flex;gap:20px;justify-content:center}.btn-final-phone,.btn-final-whatsapp{padding:18px 40px;border-radius:30px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:12px;transition:.3s}.btn-final-phone{background:linear-gradient(135deg,gold 0,orange 100%);color:#fff}.btn-final-phone:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,215,0,.4)}.btn-final-whatsapp{background:#25d366;color:#fff}.btn-final-whatsapp:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(37,211,102,.4)}@media (max-width:768px){.contact-hero{padding:100px 20px 60px}.contact-main,.faq-section,.final-cta-contact,.map-section{padding:80px 20px}.contact-container{grid-template-columns:1fr;gap:40px}.contact-methods,.social-grid{grid-template-columns:1fr}.map-container{height:300px}.final-cta-buttons{flex-direction:column}}figure,img,picture{opacity:1!important;visibility:visible!important}:not(.fas):not(.far):not(.fab):not(.fa):not([class*=fa-]):not(.iconify):not([class*=icon]):not(code):not(pre):not(i[class*=fa]){font-family:Rubik,sans-serif!important}.logo,.logo img,.logo-link img,.nav-brand img,img.logo{max-height:40px!important;height:auto!important;width:auto!important;object-fit:contain!important}@media (max-width:768px){body,html{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}*,::after,::before{box-sizing:border-box!important}.container,.section,.wrapper,article,main,section{width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;padding-left:1rem!important;padding-right:1rem!important}form{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important}.form-input,.form-select,.form-textarea,input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-container,.form-field,.form-group,.input-group{width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;grid-template-columns:none!important}.grid,[style*="display: grid"],[style*="display:grid"]{display:flex!important;flex-direction:column!important;gap:1rem!important;grid-template-columns:none!important}h1{font-size:clamp(28px, 8vw, 48px)!important}h2{font-size:clamp(24px, 6vw, 36px)!important}h3{font-size:clamp(20px, 5vw, 28px)!important}h4{font-size:clamp(18px, 4vw, 24px)!important}li,p,span{font-size:clamp(14px, 4vw, 18px)!important}img{max-width:100%!important;height:auto!important;object-fit:contain!important}[style*="position: absolute"],[style*="position:absolute"]{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}.columns,[style*="columns:"],[style*=column-count]{column-count:1!important;columns:1!important}.flex,[style*="display: flex"],[style*="display:flex"]{flex-wrap:wrap!important}.btn,.button,button{width:100%!important;max-width:100%!important;padding:12px 20px!important;font-size:16px!important}table{width:100%!important;display:block!important;overflow-x:auto!important}.block,.box,.card{width:100%!important;max-width:100%!important;margin-bottom:1rem!important}.contact-form-section,.form-container,.form-text-side{width:100%!important;max-width:100%!important;padding:1rem!important;box-sizing:border-box!important}.hero,.hero-section,[class*=hero]{min-height:auto!important;height:auto!important;padding:2rem 1rem!important}body>*{max-width:100vw!important}}.legal-page-content{padding:60px 0;min-height:60vh}.legal-page-content .container{max-width:800px;margin:0 auto;padding:0 20px}.legal-page-content h1{font-size:2.5rem;margin-bottom:1rem;color:inherit}.legal-page-content .last-updated{color:#666;margin-bottom:2rem;font-style:italic}.legal-page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:inherit}.legal-page-content p{margin-bottom:1rem;line-height:1.7}.legal-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}[dir=rtl] .legal-page-content ul{padding-left:0;padding-right:1.5rem}.legal-page-content li{margin-bottom:.5rem;line-height:1.6}.legal-page-content .contact-box{background:rgba(0,0,0,.03);padding:1.5rem;border-radius:8px;margin-top:1.5rem}.legal-page-content .contact-box a{color:inherit;text-decoration:underline}.legal-page-content .contact-box a:hover{opacity:.8}.legal-footer{background-color:#f2f2f2;color:#1a1a1a;padding:20px 0;font-size:16px;border-top:3px solid #1a1a1a}.legal-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.legal-footer .footer-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.legal-footer .all-rights-reserved{flex:1;min-width:200px}.legal-footer .all-rights-reserved p{margin:0!important}.legal-footer .zappy-attribution{text-align:center;width:100%;padding-top:15px;border-top:1px solid #1a1a1a}.legal-footer .zappy-attribution p{margin:0;font-size:16px;color:#1a1a1a;font-style:italic}.legal-footer .zappy-attribution a{color:#1a1a1a;text-decoration:underline}.legal-footer .footer-social{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.legal-footer .footer-social a{color:#1a1a1a!important;text-decoration:none;font-size:22px;transition:color .3s,transform .2s,opacity .3s;display:inline-flex;align-items:center;justify-content:center;width:20px;height:40px;border-radius:50%;background-color:transparent!important;opacity:.8}.legal-footer .footer-social a:hover{color:#1a1a1a!important;transform:scale(1.15);opacity:1}.legal-footer .footer-social a:focus{outline:#1a1a1a solid 2px;outline-offset:2px;border-radius:50%}.legal-footer .footer-social i{font-size:20px}.legal-footer .footer-legal{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-content:flex-end}.legal-footer .footer-legal a{color:#1a1a1a!important;text-decoration:none;transition:color .3s,opacity .3s;font-weight:500;opacity:.9}.legal-footer .footer-legal a:hover{color:#1a1a1a!important;opacity:1;text-decoration:underline}.legal-footer .footer-legal a:focus{outline:#1a1a1a solid 2px;outline-offset:2px;border-radius:2px}.legal-footer .separator{color:#1a1a1a!important;font-weight:300;opacity:.7}@media (max-width:968px){.legal-footer .footer-main{flex-direction:column;text-align:center;gap:0}.legal-footer .footer-social{justify-content:center;order:1;margin-bottom:20px}.legal-footer .all-rights-reserved{width:100%;text-align:center;order:2;margin-bottom:5px}.legal-footer .footer-legal{flex-wrap:wrap;justify-content:center;order:3}}@media (min-width:969px){.legal-footer .footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;gap:30px;margin-bottom:10px}.legal-footer .all-rights-reserved{text-align:left;justify-self:start;margin-bottom:0}.legal-footer .footer-social{justify-self:center;margin-bottom:0}.legal-footer .footer-legal{justify-self:end;text-align:right}[dir=rtl] .legal-footer .all-rights-reserved{text-align:right;justify-self:end}[dir=rtl] .legal-footer .footer-legal{justify-self:start;text-align:left}}@media (max-width:968px){[dir=rtl] .legal-footer .all-rights-reserved,[dir=rtl] .legal-footer .footer-legal{text-align:center}}[dir=rtl] .legal-footer .footer-legal,[dir=rtl] .legal-footer .footer-main{direction:rtl}:root{--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#1a1a1a}#cc--main{font-family:inherit!important}.cc-btn.cc--btn-primary{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important}.cc-btn.cc--btn-primary:hover{background-color:var(--cc-btn-primary-hover-bg)!important}@media (max-width:768px){#cc--main .cc__btn{font-size:14px!important;padding:8px 16px!important}.cc__modal .cc__modal-content{margin:10px!important}}.cookie-preferences-btn:hover{text-decoration:none!important}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#mic-access-tool-general-button{background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button::after,#mic-access-tool-general-button::before{content:none!important;display:none!important}#mic-access-tool-general-button:hover{background:rgba(26,26,26,.1)!important;box-shadow:0 2px 8px rgba(26,26,26,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#1a1a1a!important;stroke:#1a1a1a!important;color:#1a1a1a!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#1a1a1a!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#1a1a1a!important;color:#1a1a1a!important;background-color:rgba(26,26,26,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#1a1a1a!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,div[id*=mic-access-tool-box]{display:none!important}body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible .mic-access-tool-general-button{display:flex!important}body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible div[id*=mic-access-tool-box]{display:block!important}@media (max-width:768px){#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible .mic-access-tool-general-button,body.accessibility-widget-visible div[id*=mic-access-tool-box],div[id*=mic-access-tool-box]{display:none!important}}