@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Bellefair&display=swap";:root{--primary-color: #00204c;--secondary-color: #e1a122;--accent-color: #e1a122;--light-bg: #f9f9f9;--font-family: "Open Sans", sans-serif;--heading-family: "Bellefair", serif;--transition: .3s ease}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);color:var(--primary-color);background:#ffffff;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-family:var(--heading-family);font-weight:400;line-height:1.3}p{margin:0 0 1rem}ul{margin:0 0 1rem 1.25rem;padding:0}li{margin-bottom:.5rem}.section-title{text-align:center;font-family:var(--heading-family);font-size:2.3rem;margin-bottom:2rem;position:relative}.section-title:after{content:"";display:block;width:120px;height:3px;background:var(--secondary-color);margin:.75rem auto 0}.primary-btn{background:var(--secondary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:30px;font-weight:600;cursor:pointer;transition:var(--transition)}.primary-btn:hover{background:#c28c1a}.site-header{background:var(--primary-color);color:#fff;position:sticky;top:0;width:100%;z-index:1000;padding:1.2rem 2.5rem;transition:background .3s ease}.logo-img{height:3.5rem!important;cursor:pointer}.site-header.transparent{position:absolute;top:0;left:0;width:100%;background:transparent}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto}.logo{font-size:2.5rem;font-weight:700;cursor:pointer}nav ul{list-style:none;display:flex;align-items:center;gap:2rem;margin:0;padding:0}nav li{font-weight:600;cursor:pointer;font-size:1.2rem}nav li a{color:inherit;text-decoration:none}nav .cta-button{background:var(--secondary-color);color:#fff;padding:.8rem 1.6rem;border-radius:30px;font-size:1.2rem;font-weight:700;transition:var(--transition)}.youtube-logo{width:30px;height:30px;color:red}.youtube-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,0,0,.1);transition:background .3s}.youtube-link:hover{background:rgba(255,0,0,.3)}nav .cta-button:hover{background:#c28c1a}.contact{display:flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer;font-size:1.1rem}.phone-text{font-size:1.4rem;font-weight:700;color:#fff}.contact .phone-number{font-size:1.3rem;font-weight:700}.contact .phone-icon{font-size:1.5rem}.contact-label{margin-right:.25rem;font-size:1rem;color:#fff;font-weight:600}.phone-counter{font-size:1.4rem;font-weight:700;color:#fff}.phone-counter .digit-space{margin-right:.3rem}.phone-counter .country-code{color:var(--secondary-color)}.phone-counter .phone-segment{margin-left:.3rem}.hamburger{display:none;width:30px;height:20px;flex-direction:column;justify-content:space-between;cursor:pointer}.hamburger span{display:block;height:3px;background:#ffffff;transition:var(--transition)}.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)}@media (max-width: 768px){nav ul{position:absolute;top:100%;right:0;flex-direction:column;align-items:flex-start;background:var(--primary-color);width:200px;padding:1rem;gap:1rem;display:none}nav ul.open{display:flex}.hamburger{display:flex}.contact{display:none}}/*! HERO SECTION !*/.hero-section{position:relative;height:100vh;overflow:hidden;color:#fff}.hero-slide{width:100%;height:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;padding-top:5rem}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,32,76,.65)}.hero-content{position:relative;text-align:center;max-width:800px;padding:0 1rem}.hero-content h1{font-size:3.5rem;margin-bottom:1.2rem;color:#fff}.hero-content p{font-size:1.3rem;margin-bottom:1.8rem;color:#f0f0f0}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.hero-dots span{display:block;width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:var(--transition)}.hero-dots span.active{background:var(--secondary-color)}.hero-section{width:100%;overflow:hidden}.hero-slide--premium{position:relative;min-height:85vh;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay--premium{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(3,22,50,.3) 0%,rgba(3,22,50,.3) 45%,rgba(3,22,50,.3) 100%);z-index:1}.hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:120px 24px 80px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;padding:90px 20px 60px}}.hero-copy{color:#fff}.hero-brandline{display:flex;align-items:center;gap:16px;margin-bottom:20px}.hero-brand{font-size:13px;letter-spacing:.35em;text-transform:uppercase;color:#d6a12a;font-weight:500}.hero-brand-rule{width:70px;height:2px;background-color:#d6a12a}@media (max-width: 400px){.hero-brand{display:none;font-size:20px!important}.hero-title-line{font-size:20px!important}.hero-subtitle{font-size:16px!important}.hero-brand-rule{display:none}}.hero-title{font-family:Bellefair,serif;font-size:clamp(30px,4vw,80px);line-height:.95;text-transform:uppercase;margin:0 0 22px}.hero-title-line{display:block}.hero-subtitle{font-size:18px;line-height:1.6;max-width:52ch;color:#ffffffe6;margin-bottom:30px}.hero-cta{background-color:#d6a12a;color:#fff;border:none;padding:16px 28px;font-weight:700;font-size:14px;border-radius:8px;cursor:pointer;letter-spacing:.04em;transition:all .25s ease}.hero-cta:hover{filter:brightness(1.05);transform:translateY(-2px)}.hero-services{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;padding:22px}.hero-services-titlewrap{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.hero-services-title{font-family:Bellefair,serif;font-size:26px;color:#fff;margin:0}.hero-services-rule{width:90px;height:2px;background-color:#d6a12a}.hero-services-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.hero-services-item{font-size:15px;color:#ffffffe6;padding-left:16px;position:relative}.hero-services-item:before{content:"";width:6px;height:6px;border-radius:50%;background-color:#d6a12a;position:absolute;left:0;top:.6em}.hero-dots--premium{position:relative;z-index:2;display:flex;justify-content:center;gap:10px;padding:20px 0 28px}.hero-dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(255,255,255,.35);cursor:pointer;transition:background .2s ease}.hero-dot.active{background-color:#d6a12a}.services-section{padding:4rem 2rem;background:var(--light-bg)}.services-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#ffffff;border-radius:8px;overflow:hidden;position:relative;border:1px solid #e0e5ed;box-shadow:0 2px 6px #00000014;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.service-title{margin:1rem 1rem .5rem;font-size:1.4rem;font-weight:700;color:var(--primary-color)}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001a;border-color:var(--secondary-color)}.service-header,.service-icon-wrapper{display:none}.service-icon{width:28px;height:28px;color:var(--primary-color)}.service-card img{width:100%;height:230px;object-fit:cover;border-radius:4px;margin:0 1rem}.service-content{padding:1rem 1.5rem 2rem;flex:1}.service-content h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:var(--primary-color)}.service-content ul{margin:0;padding-left:0;list-style:none}.service-content li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.service-content li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:50%;background:var(--primary-color)}.service-header h3{margin:0;font-size:1.35rem;color:var(--primary-color);font-weight:700}.service-content li{margin-bottom:.5rem;list-style:none}.service-card .arrow{position:absolute;bottom:0;right:0;background:var(--secondary-color);width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-top-left-radius:8px;cursor:pointer;transition:var(--transition)}.service-card .arrow:hover{background:#c28c1a}.service-card .arrow svg{width:24px;height:24px;color:#fff}.about-media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:12px}.about-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.about-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.welcome-section{padding:4rem 2rem;background:#ffffff}.welcome-container{max-width:1280px;margin:0 auto;display:flex;gap:3rem;align-items:center}.welcome-image{flex:1;overflow:hidden;border-radius:8px;position:relative}.welcome-image img{width:100%;height:100%;object-fit:cover;transition:transform .1s linear;will-change:transform}.welcome-image .case-box{position:absolute;bottom:20px;left:20px;background:var(--secondary-color);color:#fff;padding:.75rem 1rem;border-radius:6px;display:flex;align-items:baseline;font-weight:700;box-shadow:0 2px 6px #0003}.welcome-image .case-box .number{font-size:1rem;line-height:1}.welcome-image .case-box .plus{font-size:1rem;margin-left:.1rem}.welcome-content{flex:1}.welcome-content h2{font-size:2.5rem;margin-bottom:1rem}.welcome-content ul{margin-bottom:1.5rem;padding-left:1.25rem}.welcome-content li{list-style:disc;margin-bottom:.5rem}@media (max-width: 992px){.welcome-container{flex-direction:column}.welcome-image,.welcome-content{width:100%}}.welcome-video{width:100%;display:flex;justify-content:center}.welcome-video .video-ratio{width:360px;max-width:92vw;aspect-ratio:9 / 16;position:relative}.welcome-video .video-ratio>iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0;border-radius:16px;display:block}@media (max-width: 768px){.welcome-video .video-ratio{width:min(92vw,420px)}}.experience-section{position:relative;overflow:hidden;color:#fff;padding:4rem 2rem;text-align:center}.parallax-section{position:relative;overflow:hidden}.experience-parallax{background-attachment:fixed;position:absolute;top:-120px;right:-120px;bottom:-120px;left:-120px;z-index:0;background-image:linear-gradient(rgba(0,32,76,.88),rgba(0,32,76,.88)),url(/images/parallax-experience.jpg)}.experience-content,.experience-inner{position:relative;z-index:1}.experience-section h2{font-size:3.5rem;margin-bottom:.75rem}.experience-section p{color:#d1d9e0}.experience-grid{max-width:1000px;margin:2rem auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.experience-item{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:10px;padding:2.5rem 1.75rem;flex:1 1 220px;max-width:240px;text-align:center;transition:background var(--transition),border var(--transition),transform var(--transition)}.experience-item:hover{background:rgba(255,255,255,.1);border-color:var(--secondary-color);transform:translateY(-5px)}.experience-icon{width:48px;height:48px;margin-bottom:1rem;color:var(--secondary-color)}.experience-item h3{font-size:4.5rem;margin:0;color:var(--secondary-color)}.experience-item .plus{font-size:1.75rem;margin-left:.2rem}.experience-item p{font-size:1.1rem;margin-top:.5rem;color:#f0f0f0}.experience-item .experience-icon{display:inline-block;transition:transform .7s cubic-bezier(.2,.8,.2,1);transform-origin:50% 50%}.experience-item:hover .experience-icon{transform:rotate(360deg) scale(1.08)}.team-section{padding:4rem 2rem;background:var(--light-bg);text-align:center}.team-section h2{font-size:2.5rem}.team-grid{max-width:1280px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000014}.team-card img{width:100%;height:300px;object-fit:cover}.team-card h4{font-size:1.35rem;margin:1rem 0 .4rem}.team-card p{font-size:1rem;margin-bottom:1rem;color:#666}.team-section{padding:64px 18px}.team-grid{margin-top:28px;display:grid;grid-template-columns:1fr;gap:16px}.team-card{text-align:left;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:14px;padding:16px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:grid;gap:10px}.team-card:hover{transform:translateY(-3px);border-color:#d6a12a80;box-shadow:0 18px 34px #00000047}.team-photo{width:100%;height:230px;object-fit:cover;border-radius:12px}.team-name{margin:6px 0 0;font-family:Bellefair,serif;font-size:22px;letter-spacing:.02em}.team-role{margin:0;font-size:14px;line-height:1.4}.team-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(3,22,50,.76);display:flex;align-items:center;justify-content:center;padding:14px}.team-modal{width:100%;max-width:720px;background:#031632;border:1px solid rgba(214,161,42,.22);border-radius:16px 16px 10px 10px;padding:18px 16px 16px;position:relative;box-shadow:0 30px 70px #00000073;animation:teamModalUp .18s ease-out}@keyframes teamModalUp{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.team-modal-close{position:absolute;top:8px;right:10px;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease}.team-modal-close:hover{transform:scale(1.03);background:rgba(255,255,255,.1)}.team-modal-header{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding-top:8px}.team-modal-photo{width:92px;height:92px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.12)}.team-modal-titlewrap{display:grid;gap:8px}.team-modal-name{margin:0;font-family:Bellefair,serif;font-size:28px;color:#fff;letter-spacing:.02em}.team-modal-rule{width:86px;height:2px;background:#d6a12a}.team-modal-role{margin:0;color:#ffffffd9;font-size:14px;line-height:1.4}.team-modal-bio{margin:14px 2px 0;color:#ffffffe0;font-size:14.5px;line-height:1.65}.team-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.team-modal-primary{background:#d6a12a;color:#031632;border:none;border-radius:12px;padding:12px 14px;font-weight:800;cursor:pointer;transition:transform .2s ease,filter .2s ease}.team-modal-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}.team-modal-secondary{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer;transition:background .2s ease}.team-modal-secondary:hover{background:rgba(255,255,255,.1)}@media (min-width: 720px){.team-grid{grid-template-columns:repeat(2,1fr);gap:18px}.team-photo{height:260px}.team-modal-overlay{align-items:center;padding:24px}.team-modal{border-radius:16px;padding:22px 22px 18px;animation:teamModalPop .18s ease-out}@keyframes teamModalPop{0%{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}.team-modal-header{grid-template-columns:120px 1fr}.team-modal-photo{width:120px;height:120px}.team-modal-name{font-size:34px}.team-modal-bio{font-size:15px}}@media (min-width: 1100px){.team-grid{grid-template-columns:repeat(4,1fr)}}.cta-section{background:var(--primary-color);color:#fff;padding:4rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.cta-section .image{flex:1;min-width:280px}.cta-section .image img{width:100%;height:auto;border-radius:8px}.cta-section .text{flex:1;min-width:280px}.cta-section h2{font-size:3rem;margin-bottom:1.2rem}.cta-section p{margin-bottom:1.8rem;color:#d1d9e0}@media (max-width: 768px){.cta-section{flex-direction:column-reverse;text-align:center}.cta-section .text{margin-bottom:2rem}.cta-section h2{font-size:4rem;margin-bottom:1.2rem}}.site-footer{background:var(--primary-color);color:#fff!important;padding:3rem 2rem 1rem}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;max-width:1280px;margin:0 auto}.footer-column{flex:1;min-width:200px}.footer-column h4{margin-bottom:1rem;color:var(--secondary-color);font-size:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-column li,.footer-column p{color:#fff}.footer-column a{color:#fff;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:2rem;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;font-size:.9rem;color:#c5cddb}.footer-contact{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer-phone{color:#fff;font-weight:500}.footer-social{display:flex;gap:12px}.social-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease}.social-icon:hover{transform:translateY(-2px);background:#e0a92d;color:#0b2a4a}@media (max-width: 768px){.footer-contact{justify-content:center;text-align:center}}/*! WhatsApp floating button !*/@media (max-width: 600px){.whatsapp-btn{width:90px;height:90px;bottom:16px;right:16px}.whatsapp-btn .whatsapp-icon{width:40px;height:40px}}.whatsapp-wrapper{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;gap:12px;z-index:2000}.whatsapp-btn{width:72px;height:72px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out}.whatsapp-btn:hover{transform:scale(1.05)}.whatsapp-tooltip{background:var(--secondary-color);color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap;opacity:0;transform:translate(10px);transition:opacity .2s ease,transform .2s ease}.whatsapp-wrapper:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}.blog-header{position:relative;height:70vh;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center}.blog-header .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,32,76,.65);pointer-events:none}.blog-header .content{position:relative;z-index:1}.blog-header h1{font-size:3.2rem;margin:0}.blog-header .breadcrumb{margin-top:1rem;color:var(--secondary-color);font-size:1rem}.blog-header .breadcrumb .breadcrumb-link{cursor:pointer;color:var(--secondary-color);text-decoration:underline}.blog-header .breadcrumb .breadcrumb-link:hover{color:#c28c1a}.blog-section{padding:4rem 2rem;background:#ffffff}.blog-grid{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.blog-card{display:flex;flex-wrap:wrap;background:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition);position:relative}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.blog-arrow{position:absolute;bottom:0;right:0;background:var(--secondary-color);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-top-left-radius:8px;color:#fff;transition:background var(--transition)}.blog-card:hover .blog-arrow{background:#c28c1a}.blog-card img{flex:0 0 40%;width:40%;height:auto;object-fit:cover}.blog-card .blog-content{flex:1;padding:1.5rem;display:flex;flex-direction:column}.blog-card h3{font-size:1.6rem;margin:0 0 .75rem;color:var(--primary-color)}.blog-card p{flex:1;margin:0 0 1rem;color:#555}.blog-card .read-more{align-self:flex-start;color:var(--secondary-color);font-weight:600;display:flex;align-items:center}.blog-card .read-more:after{content:"→";margin-left:.5rem;transition:margin-left var(--transition)}.blog-card:hover .read-more:after{margin-left:.75rem}@media (max-width: 768px){.blog-card{flex-direction:column}.blog-card img{width:100%;height:220px}}.article-header{background:var(--light-bg);padding:4rem 2rem 2rem;text-align:center}.article-header h1{font-size:2.4rem;margin-bottom:1rem;color:var(--primary-color);position:relative}.article-header h1:after{content:"";display:block;width:80px;height:3px;background:var(--secondary-color);margin:1rem auto 0}.article-header .breadcrumb{color:var(--secondary-color);font-size:1rem}.article-header .breadcrumb .breadcrumb-link{cursor:pointer;color:var(--secondary-color);text-decoration:underline}.article-header .breadcrumb .breadcrumb-link:hover{color:#c28c1a}.article-page{padding:2rem 2rem 4rem;max-width:850px;margin:0 auto}.article-image{width:100%;height:320px;object-fit:cover;border-radius:8px;margin-bottom:2rem}.article-page h2{font-size:1.8rem;margin-top:2rem;margin-bottom:.75rem;color:var(--primary-color)}.article-page p{margin-bottom:1rem;color:#555}.article-page blockquote.article-quote{margin:2rem 0;padding:1.5rem;background:#f5f9f9;border-left:4px solid #7fc0a3;font-style:italic;color:#444}.article-page ul{padding-left:1.5rem;margin-bottom:1rem}.article-page li{list-style:disc;margin-bottom:.5rem}@media (max-width: 600px){.services-grid{grid-template-columns:1fr}}
