@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap);:root{--gold-dark:#9d773d;--gold-main:#d6b45c;--gold-light:#f2d07d;--dark-blue:#302e46;--white:#fff;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-600:#6c757d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Times New Roman,Times,serif;color:var(--dark-blue);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Times New Roman,serif;font-weight:600}.text-gold{color:var(--gold-main)}.bg-dark-blue{background-color:var(--dark-blue)}.btn-gold{background:linear-gradient(135deg,var(--gold-main) 0,var(--gold-dark) 100%);color:var(--white);border:none;padding:.75rem 1.5rem;font-weight:500;transition:all .3s ease}.btn-gold:hover{background:linear-gradient(135deg,var(--gold-light) 0,var(--gold-main) 100%);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 30px rgba(157,119,61,.3)}.py-6{padding-top:5rem;padding-bottom:5rem}.navbar{background:transparent;transition:all .3s ease}.navbar.scrolled{background:var(--white);box-shadow:0 2px 20px rgba(0,0,0,.1)}.navbar.scrolled .nav-link{color:var(--dark-blue)!important}.navbar.scrolled .navbar-toggler-icon{filter:invert(1)}.nav-link{color:var(--white)!important;font-weight:500;padding:.5rem 1rem!important;transition:color .3s ease}.nav-link:hover{color:var(--gold-main)!important}.hero-section{min-height:100vh;background:linear-gradient(135deg,var(--dark-blue) 0,#1a1928 100%);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1200&q=80) 50%/cover;opacity:.2}.hero-badge{display:inline-block;background:rgba(214,180,92,.2);color:var(--gold-main);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.hero-title{font-size:3.5rem;line-height:1.2}.z-1{z-index:1}.stats-section{background:var(--white);margin-top:-3rem;position:relative;z-index:10}.stat-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.08)}.stat-number{font-size:2.5rem;font-weight:700;font-family:Playfair Display,serif}.stat-label{letter-spacing:1px}.section-badge,.stat-label{font-size:.875rem;text-transform:uppercase}.section-badge{display:inline-block;color:var(--gold-main);font-weight:600;letter-spacing:2px;margin-bottom:.5rem}.section-badge.light{color:var(--gold-light)}.section-title{font-size:2.5rem;font-weight:700;color:var(--dark-blue)}.about-image-wrapper{position:relative}.about-image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover}.about-badge{position:absolute;bottom:-30px;right:-30px;background:linear-gradient(135deg,var(--gold-main) 0,var(--gold-dark) 100%);color:var(--white);padding:1.5rem;border-radius:1rem;text-align:center;box-shadow:0 10px 30px rgba(157,119,61,.4)}.badge-number{display:block;font-size:2.5rem;font-weight:700;font-family:Playfair Display,serif;line-height:1}.badge-text{font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.value-icon{width:24px;height:24px;color:var(--gold-main)}.area-card{background:var(--white);padding:2rem;border-radius:1rem;border:1px solid var(--gray-200);transition:all .3s ease}.area-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:var(--gold-main)}.area-icon{color:var(--gold-main)}.area-title{font-size:1.25rem;font-weight:600;color:var(--dark-blue)}.diff-card{padding:1.5rem;border-left:2px solid var(--gold-main)}.diff-number{font-size:1rem;font-weight:700;margin-bottom:.5rem}.diff-title{color:var(--white);font-weight:600}.team-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .3s ease}.team-card:hover{transform:translateY(-5px)}.team-image-wrapper{width:150px;height:150px;margin:0 auto;border-radius:50%;overflow:hidden;border:4px solid var(--gold-light)}.team-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-name{font-size:1.25rem;font-weight:600;color:var(--dark-blue)}.team-role{font-weight:500}.team-social{gap:.75rem}.social-link,.team-social{display:flex;justify-content:center}.social-link{align-items:center;width:36px;height:36px;border-radius:50%;background:var(--gray-100);color:var(--dark-blue);transition:all .3s ease}.social-link:hover{background:var(--gold-main);color:var(--white)}.testimonial-card{background:var(--white);padding:2rem;border-radius:1rem;border:1px solid var(--gray-200)}.testimonial-text{font-size:1.1rem;font-style:italic;color:var(--gray-600)}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--gold-main) 0,var(--gold-dark) 100%);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600}.cta-section{background:linear-gradient(135deg,var(--dark-blue) 0,#1a1928 100%);position:relative}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1505664194779-8beaceb93744?w=1200&q=80) 50%/cover;opacity:.1}.cta-content{position:relative;z-index:1}.contact-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light) 0,var(--gold-main) 100%);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item{display:flex;gap:1rem}.contact-form-wrapper{background:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.1)}.form-control,.form-select{padding:.875rem 1rem;border:1px solid var(--gray-200);border-radius:.5rem;transition:all .3s ease}.form-control:focus,.form-select:focus{border-color:var(--gold-main);box-shadow:0 0 0 3px rgba(214,180,92,.2)}.form-label{font-weight:500;color:var(--dark-blue);margin-bottom:.5rem}.footer{background:var(--dark-blue)}.footer-social{display:flex;gap:.75rem}.social-link-footer{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);color:var(--white);transition:all .3s ease}.social-link-footer:hover{background:var(--gold-main);color:var(--white)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--gold-main)}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px rgba(37,211,102,.4);transition:all .3s ease;z-index:1000}.whatsapp-button:hover{transform:scale(1.1);color:var(--white)}@media (max-width:991px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.about-badge{right:10px;bottom:-20px}.navbar-collapse{background:var(--white);padding:1rem;border-radius:.5rem;margin-top:1rem}.navbar-collapse .nav-link{color:var(--dark-blue)!important}}@media (max-width:767px){.py-6{padding-top:3rem;padding-bottom:3rem}.hero-title{font-size:2rem}.stat-number{font-size:1.75rem}.about-image{height:350px}}