@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Ltsuperior;src:local("Inter"),local("Helvetica Neue"),local("Arial");font-weight:400;font-style:normal}:root{--gold: #C9A961;--gold-light: #E5C888;--gold-dark: #A38A4A;--dark: #0A0A0A;--dark-light: #1a1a1a;--light: #FFFFFF;--gray: #666666;--gray-light: #f5f5f5;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 10px 40px rgba(0,0,0,.12);--shadow-xl: 0 20px 60px rgba(0,0,0,.15);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:Ltsuperior,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--dark);overflow-x:hidden;background:var(--light)}h1,h2,h3,h4,h5,h6{font-family:Ltsuperior,Inter,sans-serif;font-weight:700}#root{width:100%}.fade-in-left{opacity:0;transform:translate(-30px);transition:opacity .8s ease,transform .8s ease}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(30px);transition:opacity .8s ease,transform .8s ease}.fade-in-right.visible{opacity:1;transform:translate(0)}.navbar{position:absolute;top:0;width:100%;background:transparent;z-index:1000;padding:2rem 5%;transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.85}.logo-img{width:36px;height:auto;border-radius:6px}.logo-text{font-size:1.35rem;font-weight:600;color:#fff;letter-spacing:.5px;font-family:Inter,sans-serif;text-transform:uppercase}.nav-links{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:#fff;flex-direction:column;padding:5rem 2.5rem 3rem;gap:0;transition:right .3s ease;box-shadow:-4px 0 30px #00000026;list-style:none;margin:0;overflow-y:auto;z-index:999;display:flex}.nav-links.active{right:0}.nav-links li{border-bottom:1px solid #F0F0F0}.nav-links li:last-child{border-bottom:none;margin-top:1rem}.nav-links a{text-decoration:none;color:#1a1a1a;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:1rem 0;letter-spacing:.2px;display:block}.nav-links a:hover{color:#926c15}.nav-links .nav-cta{background:#926c15;color:#fff!important;padding:12px 28px;border-radius:50px;font-weight:600;transition:all .3s ease;border:1px solid #926c15}.nav-links .nav-cta:hover{background:#7a5a11;opacity:1;transform:translateY(-2px);border-color:#7a5a11}.dropdown{position:relative}.dropdown-toggle{background:none;border:none;color:#fff;font-weight:500;font-size:.9rem;cursor:pointer;padding:.5rem 0;letter-spacing:.3px;display:flex;align-items:center;gap:.5rem;transition:opacity .3s ease;font-family:inherit}.dropdown-toggle:hover{opacity:.7}.dropdown-arrow{transition:transform .3s ease;stroke:#fff}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:1rem;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:360px;opacity:0;visibility:hidden;transition:all .25s ease;z-index:1000;padding:.5rem;border:1px solid rgba(0,0,0,.06)}.dropdown-menu.open{opacity:1;visibility:visible;margin-top:.75rem}.dropdown-item{display:block;text-decoration:none;padding:1rem 1.25rem;transition:all .2s ease;border-radius:6px;color:inherit}.dropdown-item:hover{background:#f9f9f9}.dropdown-item-content{display:flex;flex-direction:column;gap:.5rem}.dropdown-item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dropdown-item-title{font-weight:600;font-size:.95rem;color:#1a1a1a;font-family:Inter,sans-serif;letter-spacing:.2px}.external-arrow{color:#926c15;flex-shrink:0;transition:transform .2s ease;width:14px;height:14px}.dropdown-item:hover .external-arrow{transform:translate(2px)}.dropdown-item-description{font-size:.8rem;color:#666;line-height:1.5;margin:0;font-family:Arial,sans-serif;letter-spacing:.1px}.menu-toggle{display:flex;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.menu-toggle span{display:block;width:26px;height:2.5px;background:#fff;transition:all .3s ease;border-radius:2px;position:relative}.menu-toggle.active span{background:#1a1a1a}.menu-toggle.active span:nth-child(1){transform:rotate(45deg);top:9px}.menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-20px)}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg);top:-9px}.nav-links .nav-cta{text-align:center;border-bottom:none!important}.nav-links .dropdown{border-bottom:1px solid #F0F0F0}.nav-links .dropdown-toggle{color:#1a1a1a;font-size:1rem;width:100%;justify-content:space-between;padding:1rem 0}.nav-links .dropdown-arrow{stroke:#1a1a1a}.nav-links .dropdown-menu{position:static;transform:none;margin-top:.5rem;box-shadow:none;border:1px solid #E0E0E0;min-width:auto}.nav-links .dropdown-menu.open{margin-top:.5rem}@media(max-width:768px){.nav-links{width:280px;padding:5rem 1.75rem 2rem}.nav-links a{font-size:1rem}.navbar{padding:1.3rem 5%}.logo-img{width:32px}.logo-text{font-size:1.2rem;letter-spacing:.3px}}@media(max-width:480px){.nav-links{width:260px}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;color:#fff;position:relative;padding:160px 8% 100px;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#00000080,#0000004d);z-index:1}.hero-content{max-width:900px;position:relative;z-index:2;text-align:left}.hero-badge{display:inline-block;padding:12px 24px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.85rem;font-weight:500;color:#fff;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:2px}.hero h1{font-size:3.5rem;font-weight:600;margin-bottom:3rem;line-height:1.2;letter-spacing:-.5px;color:#fff;font-family:Inter,sans-serif;max-width:800px}.hero-buttons{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;text-decoration:none;font-weight:600;font-size:1rem;border-radius:50px;transition:all .3s ease;border:2px solid transparent}.cta-primary{background:#926c15;color:#fff;border-color:#926c15}.cta-primary:hover{background:#7a5a11;border-color:#7a5a11;transform:translateY(-2px);box-shadow:0 10px 30px #926c1566}.cta-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-color:#ffffff4d}.cta-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon:not(.arrow-down){transform:translate(4px)}.cta-button:hover .arrow-down{transform:translateY(2px)}@media(max-width:768px){.hero{min-height:90vh;padding:140px 5% 60px;align-items:flex-start;justify-content:center}.hero-content{text-align:center;max-width:100%}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;width:100%;align-items:stretch}.cta-button{width:100%;justify-content:center;padding:16px 32px}.hero-badge{font-size:.75rem;letter-spacing:1.5px}}@media(max-width:480px){.hero h1{font-size:1.8rem;letter-spacing:-.3px}.hero-badge{padding:10px 20px}}.who-we-are{padding:100px 20px;background:#f5f5f5;position:relative;overflow:hidden}.who-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.who-we-are .section-title{text-align:center;font-size:3rem;color:#0a0a0a;margin-bottom:40px;font-weight:700}.who-content{max-width:900px;margin:0 auto 40px;text-align:center}.who-paragraph{font-size:1.2rem;color:#333;line-height:1.9;margin-bottom:24px;text-align:left}.who-paragraph:last-of-type{margin-bottom:32px}.who-tagline{font-size:1.4rem;color:#926c15;line-height:1.6;margin-top:40px;text-align:center}.who-tagline strong{font-weight:700}.who-button-container{text-align:center;margin-top:40px}.who-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#926c15,#7a5912);color:#fff;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #926c154d}.who-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #926c1566;background:linear-gradient(135deg,#7a5912,#62470e)}.who-button .arrow-icon{transition:transform .3s ease}.who-button:hover .arrow-icon{transform:translate(4px)}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.who-we-are{padding:60px 20px}.who-we-are .section-title{font-size:2rem}.who-paragraph{font-size:1.1rem}.who-tagline{font-size:1.2rem;margin-top:30px}.who-button{font-size:1rem;padding:14px 28px}}@media(max-width:480px){.who-we-are .section-title{font-size:1.75rem}.who-paragraph{font-size:1rem}.who-tagline{font-size:1.1rem}.who-button{font-size:.95rem;padding:12px 24px}}.mission{padding:8rem 5%;background-image:url(/assets/gonzalo-facello-NdKAOj89lmc-unsplash-DpEevfWD.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:500px}.mission:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.mission-content{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}.quote-icon{font-size:5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:1.5rem;opacity:.25;font-family:Georgia,serif}.mission h2{font-size:1.6rem;line-height:1.7;color:#fff;font-weight:400;font-family:Ltsuperior,Inter,sans-serif}@media(max-width:768px){.mission{padding:6rem 4%;min-height:400px}.quote-icon{font-size:4rem}.mission h2{font-size:1.4rem}}@media(max-width:480px){.mission{padding:5rem 4%;min-height:350px}.quote-icon{font-size:3.5rem}.mission h2{font-size:1.15rem;line-height:1.6}}.services{padding:8rem 5%;background:#f5f5f5}.services .section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#0a0a0a;font-family:Ltsuperior,Inter,sans-serif;font-weight:700}.services-grid{max-width:1200px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fafafa;padding:3.5rem;border-radius:24px;transition:all .3s ease;border:1px solid #E8E8E8;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000a;border-color:#dadada}.service-icon{width:70px;height:70px;background:#926c15;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:2.5rem;flex-shrink:0}.service-icon svg{width:36px;height:36px}.service-shine{display:none}.service-card h3{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.65rem;font-family:Ltsuperior,Inter,sans-serif;font-weight:500;line-height:1.3}.service-card p{color:#8a8a8a;font-size:1.05rem;line-height:1.75;font-family:Ltsuperior,Inter,sans-serif;font-weight:400}@media(max-width:968px){.services-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.services{padding:5rem 4%}.services .section-title{font-size:2rem}.service-card{padding:2rem}.service-icon{width:60px;height:60px}.service-icon svg{width:32px;height:32px}.service-card h3{font-size:1.3rem}.service-card p{font-size:.95rem}}.confidentiality{padding:6rem 5%;background:#926c15;position:relative}.confidentiality-content{max-width:1000px;margin:0 auto;text-align:center}.confidentiality-tag{display:inline-block;padding:8px 20px;background:#926c1526;border:1px solid #926c15;border-radius:50px;color:#926c15;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2rem;font-family:Ltsuperior,Inter,sans-serif}.confidentiality-content h2{font-size:2.2rem;line-height:1.5;color:#fff;font-family:Ltsuperior,Inter,sans-serif;font-weight:500}@media(max-width:768px){.confidentiality{padding:5rem 4%}.confidentiality-tag{font-size:.8rem;padding:6px 16px;margin-bottom:1.5rem}.confidentiality-content h2{font-size:1.6rem;line-height:1.4}}@media(max-width:480px){.confidentiality{padding:4rem 4%}.confidentiality-tag{font-size:.75rem;padding:6px 14px;margin-bottom:1.2rem}.confidentiality-content h2{font-size:1.3rem}}.testimonials{padding:8rem 5%;background:#fafafa}.testimonials .section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#0a0a0a;font-family:Inter,sans-serif;font-weight:700}.testimonial-card{max-width:1000px;margin:4rem auto 0;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center;opacity:0;transform:translateY(30px);transition:all .6s ease;background:#fff;padding:3rem;border-radius:12px;border:1px solid #E0E0E0}.testimonial-image{width:100%;height:350px;object-fit:cover;border-radius:10px}.testimonial-content{padding:0}.testimonial-text{font-size:1.2rem;line-height:1.7;margin-bottom:1.5rem;font-style:normal;color:#2a2a2a;font-weight:400}.testimonial-author{font-weight:600;color:#666;font-size:.95rem}@media(max-width:768px){.testimonials{padding:5rem 4%}.testimonial-card{grid-template-columns:1fr}.testimonial-image{height:300px}}.cta-section{padding:10rem 5%;background:#f5f5f5;text-align:center}.cta-badge{display:inline-block;padding:10px 24px;background:transparent;border:1px solid #D0D0D0;border-radius:50px;font-size:.75rem;font-weight:500;color:#666;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:2px;font-family:Ltsuperior,Inter,sans-serif}.cta-section h2{font-size:4rem;font-weight:500;margin-bottom:3rem;line-height:1.2;font-family:Ltsuperior,Inter,serif;color:#1a1a1a;max-width:1100px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.25rem;justify-content:center;align-items:center;flex-wrap:wrap}.cta-section .cta-button{display:inline-flex;align-items:center;gap:8px;padding:18px 36px;text-decoration:none;font-weight:600;font-size:1rem;border-radius:50px;transition:all .3s ease;font-family:Ltsuperior,Inter,sans-serif}.cta-section .cta-primary{background:#926c15;color:#fff;border:2px solid #926c15}.cta-section .cta-primary:hover{background:#7a5a11;border-color:#7a5a11;transform:translateY(-2px)}.cta-section .cta-secondary{background:transparent;color:#1a1a1a;border:2px solid #D0D0D0}.cta-section .cta-secondary:hover{background:#fff;border-color:#a0a0a0;transform:translateY(-2px)}footer{background:#926c15;color:#fff;padding:10rem 5% 5rem;font-family:Arial,sans-serif}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:5rem;margin-bottom:6rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Arial,sans-serif;text-transform:uppercase}.footer-logo-img{width:40px;height:auto;border-radius:6px}.footer-description{color:#fff;margin-top:1rem;opacity:.9;font-family:Arial,sans-serif}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-family:Arial,sans-serif;font-weight:700}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s;opacity:.9;font-family:Arial,sans-serif}.footer-links a:hover{opacity:1}.social-links{display:flex;gap:1.5rem;margin-top:1rem}.social-links a{color:#fff;text-decoration:none;transition:opacity .3s;font-family:Arial,sans-serif}.social-links a:hover{opacity:.8}.footer-trust-badge{text-align:center;padding:2rem 0;margin-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.trust-statement{color:#fff;font-size:1.1rem;line-height:1.6;font-family:Ltsuperior,Inter,sans-serif;font-weight:400;max-width:800px;margin:0 auto;opacity:.95}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#fff;opacity:.8;font-family:Arial,sans-serif}@media(max-width:768px){.cta-section{padding:7rem 4%}.cta-badge{font-size:.7rem;padding:8px 20px;letter-spacing:1.5px}.cta-section h2{font-size:2.5rem;margin-bottom:2.5rem}.cta-buttons{flex-direction:column;width:100%;gap:1rem}.cta-section .cta-button{width:100%;justify-content:center}footer{padding:4rem 4% 2rem}.footer-content{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.3rem}.footer-logo-img{width:35px}.footer-trust-badge{padding:1.5rem 0;margin-top:2rem}.trust-statement{font-size:1rem;padding:0 1rem}}@media(max-width:480px){.cta-section h2{font-size:2rem}.footer-logo{font-size:1.2rem}.footer-logo-img{width:32px}.footer-trust-badge{padding:1rem 0}.trust-statement{font-size:.9rem;padding:0 1rem}}.about-hero{min-height:100vh;display:flex;align-items:center;background-image:url(https://res.cloudinary.com/dyw00imls/image/upload/v1769206864/impact_carmiya_1_lef8zo.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:8rem 5% 4rem}.about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000008c,#00000059)}.about-hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:1;width:100%}.about-hero h1{font-size:5rem;font-weight:700;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif;color:#fff}.about-mission{padding:8rem 5%;background:#926c15;color:#fff}.about-mission-content{max-width:1200px;margin:0 auto;text-align:center}.quote-icon{font-size:4rem;color:#fff;margin-bottom:2rem;opacity:.6;font-family:Arial,sans-serif}.mission-text{font-size:2rem;line-height:1.6;font-weight:300;font-family:Arial,sans-serif}.about-image-section{padding:0;background:#fff;overflow:hidden}.about-image-container{max-width:100%;margin:0 auto}.about-showcase-image{width:100%;height:600px;object-fit:cover;object-position:center;display:block}.about-values{padding:8rem 5%;background:#fff}.values-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.values-title{position:sticky;top:120px}.values-icon{width:60px;height:60px;margin-bottom:1rem}.values-title h2{font-size:3rem;color:#926c15;font-family:Ltsuperior,Inter,sans-serif;font-weight:600}.values-list{display:flex;flex-direction:column;gap:0}.value-item{border-top:1px solid #e0e0e0;padding:2rem 0;cursor:pointer;transition:all .3s ease}.value-item:last-child{border-bottom:1px solid #e0e0e0}.value-header{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.value-header h3{font-size:1.8rem;font-weight:600;color:#0a0a0a;transition:color .3s;font-family:Ltsuperior,Inter,sans-serif}.value-item:hover .value-header h3{color:#926c15}.toggle-icon{font-size:2rem;color:#0a0a0a;font-weight:300;transition:transform .3s,color .3s;font-family:Arial,sans-serif}.value-item.active .toggle-icon{transform:rotate(45deg);color:#926c15}.value-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.value-item.active .value-content{max-height:500px;padding-top:1.5rem}.value-content p{color:#666;line-height:1.8;font-size:1.05rem;font-family:Arial,sans-serif}.about-commitment{padding:0;background:#f5f5f5;overflow:hidden}.commitment-content{max-width:100%;margin:0;display:grid;grid-template-columns:1fr 1fr;min-height:700px}.commitment-image{position:relative;overflow:hidden}.commitment-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.commitment-text{padding:6rem 5%;display:flex;flex-direction:column;justify-content:center}.commitment-text h2{font-size:2.8rem;margin-bottom:2rem;line-height:1.2;font-family:Ltsuperior,Inter,sans-serif;font-weight:600;color:#0a0a0a}.commitment-text p{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:1.5rem;font-family:Arial,sans-serif}.commitment-list{list-style:none;margin-top:2rem;padding:0}.commitment-list li{padding:1rem 0;border-bottom:1px solid #e0e0e0;font-size:1.05rem;color:#0a0a0a;display:flex;align-items:center;gap:1rem;font-family:Arial,sans-serif}.commitment-list li:before{content:"→";color:#926c15;font-size:1.3rem;font-weight:700;flex-shrink:0}.team-competence{padding:8rem 5%;background:#f8f8f8}.team-competence-container{max-width:1200px;margin:0 auto}.team-competence .section-title{text-align:center;font-size:3rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;font-family:Ltsuperior,Inter,sans-serif}.competence-content{max-width:100%}.competence-intro{text-align:center;font-size:1.15rem;line-height:1.8;color:#666;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto;font-family:Arial,sans-serif}.competence-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.competence-card{background:#fff;padding:2.5rem;border-radius:8px;border:1px solid #E0E0E0;transition:all .3s ease}.competence-card:first-child{grid-column:span 2;max-width:calc(50% - 1.25rem);margin:0 auto}.competence-card:hover{border-color:#926c15;transform:translateY(-3px);box-shadow:0 8px 20px #926c151a}.competence-card h3{font-size:1.4rem;font-weight:600;color:#926c15;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif}.competence-card p{font-size:1rem;line-height:1.7;color:#666;margin:0;font-family:Arial,sans-serif}@media(max-width:1024px){.values-container{grid-template-columns:1fr;gap:3rem}.values-title{position:static}}@media(max-width:768px){.about-hero{min-height:90vh;padding:6rem 4% 3rem}.about-hero h1{font-size:3rem}.about-mission,.about-values,.about-commitment,.team-competence{padding:5rem 4%}.about-showcase-image{height:400px}.team-competence .section-title{font-size:2.2rem}.competence-intro{font-size:1.05rem;margin-bottom:3rem}.competence-grid{grid-template-columns:1fr;gap:2rem}.competence-card{padding:2rem}.competence-card:first-child{grid-column:span 1;max-width:100%}.competence-card h3{font-size:1.3rem}.competence-card p{font-size:.95rem}.mission-text{font-size:1.5rem}.values-title h2{font-size:2.2rem}.value-header h3{font-size:1.5rem}.commitment-content{grid-template-columns:1fr}.commitment-image{min-height:400px}.commitment-text{padding:4rem 5%}.commitment-text h2{font-size:2.2rem}.commitment-text p,.commitment-list li{font-size:1rem}}@media(max-width:480px){.about-hero{min-height:85vh}.about-hero h1{font-size:2.2rem}.mission-text{font-size:1.2rem}.values-title h2{font-size:1.8rem}.value-header h3{font-size:1.3rem}.commitment-text h2{font-size:2rem}.commitment-list li{font-size:.95rem}.team-competence .section-title{font-size:1.8rem}.competence-intro{font-size:.95rem}.competence-card{padding:1.5rem}.competence-card h3{font-size:1.2rem}.competence-card p{font-size:.9rem}.about-showcase-image{height:300px}}.services-page-hero{min-height:100vh;display:flex;align-items:center;background-image:url(https://res.cloudinary.com/dyw00imls/image/upload/v1771420279/benjamin-child-GWe0dlVD9e0-unsplash_fyzboe.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:100%;padding:8rem 8% 4rem}.services-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000008c,#00000059)}.services-page-hero-content{max-width:100%;margin:0;position:relative;z-index:1}.services-page-hero h1{font-size:5rem;font-weight:700;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif;color:#fff}.services-intro{padding:6rem 5%;background:#fff}.services-intro-content{max-width:900px;margin:0 auto;text-align:center}.services-intro-content p{font-size:1.3rem;line-height:1.8;color:#666;font-family:Arial,sans-serif}.services-details{padding:4rem 5% 8rem;background:#fff}.services-details-container{max-width:1100px;margin:0 auto}.service-detail-card{padding:3rem 0;border-bottom:1px solid #E0E0E0;transition:all .3s ease}.service-detail-card:last-child{border-bottom:none}.service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.service-detail-icon{width:50px;height:50px;background:#926c15;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.service-detail-icon svg{width:24px;height:24px}.service-detail-card h3{font-size:1.8rem;font-weight:500;color:#926c15;margin:0;font-family:Ltsuperior,Inter,sans-serif}.service-body{padding-left:65px}.service-body .service-description{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:2rem;font-family:Arial,sans-serif}.service-section{margin-bottom:2rem}.service-section:last-child{margin-bottom:0}.service-section h4{font-size:1.2rem;font-weight:600;color:#0a0a0a;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif}.service-section ul{list-style:none;padding:0;margin:0}.service-section ul li{font-size:1rem;color:#666;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative;font-family:Arial,sans-serif}.service-section ul li:before{content:"•";position:absolute;left:0;color:#926c15;font-weight:700;font-size:1.2rem}.service-section p{font-size:1.05rem;color:#666;line-height:1.8;margin:0;font-family:Arial,sans-serif}.services-cta{padding:8rem 5%;background:#fff;text-align:center}.services-cta-content{max-width:800px;margin:0 auto}.services-cta h2{font-size:3rem;font-weight:600;color:#0a0a0a;margin-bottom:1.5rem;font-family:Ltsuperior,Inter,sans-serif;line-height:1.2}.services-cta p{font-size:1.2rem;color:#666;margin-bottom:2.5rem;font-family:Arial,sans-serif}.services-cta .cta-button{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:#926c15;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:50px;transition:all .3s ease;border:2px solid #926c15;font-family:Ltsuperior,Inter,sans-serif}.services-cta .cta-button:hover{background:#7a5a11;border-color:#7a5a11;transform:translateY(-2px);box-shadow:0 8px 24px #926c154d}@media(max-width:768px){.services-page-hero{min-height:90vh;padding:6rem 4% 3rem}.services-page-hero h1{font-size:3rem}.services-intro{padding:4rem 4%}.services-intro-content p{font-size:1.1rem}.services-details{padding:3rem 4% 6rem}.service-detail-card{padding:2.5rem 0}.service-header{gap:1rem;margin-bottom:1.5rem}.service-detail-icon{width:45px;height:45px}.service-detail-icon svg{width:22px;height:22px}.service-detail-card h3{font-size:1.5rem}.service-body{padding-left:56px}.service-body .service-description{font-size:1rem}.service-section h4{font-size:1.1rem}.service-section ul li{font-size:.95rem}.service-section p{font-size:1rem}.services-cta{padding:6rem 4%}.services-cta h2{font-size:2.2rem}.services-cta p{font-size:1.05rem}.services-cta .cta-button{width:100%;justify-content:center;padding:16px 32px}}@media(max-width:480px){.services-page-hero{min-height:85vh}.services-page-hero h1{font-size:2.2rem}.services-intro-content p{font-size:1rem}.service-detail-card{padding:2rem 0}.service-header{flex-direction:column;align-items:flex-start;gap:1rem}.service-detail-icon{width:40px;height:40px}.service-detail-icon svg{width:20px;height:20px}.service-detail-card h3{font-size:1.3rem}.service-body{padding-left:0}.service-body .service-description{font-size:.95rem}.service-section h4{font-size:1rem}.service-section ul li{font-size:.9rem;padding:.4rem 0 .4rem 1.2rem}.service-section p{font-size:.95rem}.services-cta h2{font-size:1.8rem}}.contact-hero{min-height:100vh;display:flex;align-items:center;background:#926c15;padding:8rem 5% 4rem}.contact-hero-content{max-width:1400px;margin:0 auto;width:100%}.contact-hero h1{font-size:5rem;font-weight:700;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif;color:#fff}.hero-highlight{color:#fff}.contact-statement{padding:8rem 5%;background:#f5f5f5;position:relative}.contact-statement:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#926c15}.statement-content{max-width:900px;margin:0 auto;text-align:center;position:relative}.statement-content p{font-size:2.5rem;line-height:1.4;color:#0a0a0a;font-family:Ltsuperior,Inter,sans-serif;font-weight:400;position:relative;padding:0 2rem}.statement-content p:before{content:'"';position:absolute;top:-30px;left:0;font-size:6rem;color:#926c15;opacity:.3;font-family:Georgia,serif;line-height:1}.statement-content p:after{content:'"';position:absolute;bottom:-50px;right:0;font-size:6rem;color:#926c15;opacity:.3;font-family:Georgia,serif;line-height:1}.contact-cards-section{padding:4rem 5% 8rem;background:#fff}.cards-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;justify-content:center}.contact-card{background:#fff;border:2px solid #E0E0E0;border-radius:12px;padding:2.5rem 2rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.contact-card:hover{border-color:#926c15;transform:translateY(-5px);box-shadow:0 10px 30px #926c1526}.card-content{text-align:center;display:flex;flex-direction:column;align-items:center;flex:1;justify-content:space-between}.card-title{font-size:1.8rem;font-weight:600;color:#0a0a0a;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif}.card-info{font-size:1.1rem;color:#666;margin-bottom:1.5rem;font-family:Arial,sans-serif}.card-detail{font-size:1.2rem;color:#926c15;font-weight:600;margin-bottom:2rem;font-family:Arial,sans-serif;line-height:1.4;max-width:280px}.card-link{display:inline-block;padding:14px 32px;background:#926c15;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:50px;transition:all .3s ease;font-family:Ltsuperior,Inter,sans-serif;margin-top:auto}.card-link:hover{background:#7a5a11;transform:translateY(-2px);box-shadow:0 6px 20px #926c154d}@media(max-width:1024px){.cards-container{grid-template-columns:repeat(3,1fr);max-width:900px}}@media(max-width:768px){.contact-hero{min-height:90vh;padding:6rem 4% 3rem}.contact-hero h1{font-size:3rem}.contact-statement{padding:6rem 4%}.statement-content p{font-size:1.8rem;padding:0 1.5rem}.statement-content p:before,.statement-content p:after{font-size:4rem}.statement-content p:before{top:-20px}.statement-content p:after{bottom:-30px}.contact-cards-section{padding:3rem 4% 6rem}.cards-container{grid-template-columns:1fr;max-width:500px;gap:2rem}.contact-card{padding:2.5rem 2rem}.card-title{font-size:1.5rem}.card-info{font-size:1rem}.card-detail{font-size:1.1rem}}@media(max-width:480px){.contact-hero{min-height:85vh}.contact-hero h1{font-size:2.2rem}.statement-content p{font-size:1.4rem;padding:0 1rem}.statement-content p:before,.statement-content p:after{font-size:3rem}.statement-content p:before{top:-15px}.statement-content p:after{bottom:-20px}.contact-card{padding:2rem}.card-title{font-size:1.3rem}.card-detail{font-size:1rem}.card-link{width:100%;padding:12px 24px;text-align:center}}.contact-form-section{padding:6rem 5%;background:#fff}.form-container{max-width:700px;margin:0 auto}.form-trust-statement{color:#0a0a0a;font-size:1.1rem;line-height:1.6;font-family:Ltsuperior,Inter,sans-serif;font-weight:400;text-align:center;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.form-title{font-size:2.5rem;font-weight:600;color:#0a0a0a;text-align:center;margin-bottom:1rem;font-family:Ltsuperior,Inter,sans-serif}.form-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;font-family:Arial,sans-serif}.contact-form{background:#fff;padding:3rem;border-radius:12px;border:2px solid #E0E0E0}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:1rem;font-weight:600;color:#0a0a0a;margin-bottom:.5rem;font-family:Ltsuperior,Inter,sans-serif}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;font-size:1rem;color:#0a0a0a;background:#fff;border:2px solid #E0E0E0;border-radius:8px;font-family:Arial,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#926c15;box-shadow:0 0 0 3px #926c151a}.form-group textarea{resize:vertical;min-height:150px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}.form-message{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-size:1rem;font-family:Arial,sans-serif;text-align:center}.form-message.success{background:#e8f5e9;color:#2e7d32;border:2px solid #66BB6A}.form-message.error{background:#ffebee;color:#c62828;border:2px solid #EF5350}.form-submit-btn{width:100%;padding:16px 32px;background:#926c15;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;font-family:Ltsuperior,Inter,sans-serif;cursor:pointer;transition:all .3s ease}.form-submit-btn:hover:not(:disabled){background:#7a5a11;transform:translateY(-2px);box-shadow:0 6px 20px #926c154d}.form-submit-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media(max-width:768px){.contact-form-section{padding:4rem 4%}.form-trust-statement{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.form-title{font-size:2rem}.form-subtitle{font-size:1rem;margin-bottom:2rem}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}}@media(max-width:480px){.contact-form-section{padding:3rem 4%}.form-trust-statement{font-size:.9rem;margin-bottom:1.5rem;padding:0 1rem}.form-title{font-size:1.8rem}.contact-form{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:12px 16px}.form-submit-btn{padding:14px 28px;font-size:1rem}}.app{width:100%;overflow-x:hidden}
