:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{display:block;transition:opacity .3s ease}.logo a:hover{opacity:.8}.logo img{height:50px;width:auto}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.5px;transition:color .3s ease;position:relative}.nav a:hover{color:#d4af37}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav a:hover:after{width:100%}.lang-btn{background:none;border:2px solid #d4af37;color:#d4af37;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;margin-left:1rem}.lang-btn:hover{background:#d4af37;color:#000}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:2px;background:#fff;margin:3px 0;transition:.3s}@media(max-width:768px){.nav{position:fixed;top:80px;left:0;right:0;background:#000;flex-direction:column;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.menu-toggle{display:flex}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.video-background video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1}.hero-content{position:relative;text-align:center;color:#fff;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-bg-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.hero-bg-image img{width:600px;height:auto;opacity:.8;filter:brightness(0) invert(1)}.hero-text{position:relative;z-index:2}.hero-text h1{font-family:Playfair Display,serif;font-size:5rem;font-weight:400;margin-bottom:2rem;letter-spacing:3px;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);line-height:1.1}.typewriter{margin:2rem 0;height:60px;display:flex;align-items:center;justify-content:center}.typewriter-text{font-size:1.8rem;font-weight:400;color:#fff;font-style:italic;letter-spacing:1px;position:relative;overflow:hidden;white-space:nowrap;width:0;animation:typing 12s infinite steps(20,end)}.typewriter-text:before{content:"";animation:typewriter-content 12s infinite}.typewriter-text:after{content:"";display:none}@keyframes typing{0%,2%{width:0}3%,5%{width:1ch}6%,8%{width:2ch}9%,11%{width:3ch}12%,14%{width:4ch}15%,17%{width:5ch}18%,20%{width:6ch}21%,23%{width:7ch}24%,26%{width:8ch}27%,29%{width:9ch}30%,32%{width:10ch}33%,35%{width:11ch}36%,38%{width:12ch}39%,41%{width:13ch}42%,45%{width:13ch}46%,47%{width:12ch}48%,49%{width:11ch}50%,51%{width:10ch}52%,53%{width:9ch}54%,55%{width:8ch}56%,57%{width:7ch}58%,59%{width:6ch}60%,61%{width:5ch}62%,63%{width:4ch}64%,65%{width:3ch}66%,67%{width:2ch}68%,69%{width:1ch}70%,72%{width:0}73%,75%{width:1ch}76%,78%{width:2ch}79%,81%{width:3ch}82%,84%{width:4ch}85%,87%{width:5ch}88%,90%{width:6ch}91%,93%{width:7ch}94%,96%{width:8ch}97%,98%{width:8ch}99%{width:7ch}to{width:0}}@keyframes typewriter-content{0%,75%{content:"Paris, France"}76%,to{content:"Dubaï, EAU"}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){.hero-text h1{font-size:2.5rem}.hero-bg-image img{width:400px}}.about{padding:8rem 0;background:#f8f8f8}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.about-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-bg-image img{width:100%;height:100%;object-fit:contain;opacity:.9}.about-title{position:relative;z-index:2;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:400;color:#333;text-align:center;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:2px}.about-text h3{font-size:1.8rem;font-weight:400;margin-bottom:2rem;color:#333}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#666}.btn-primary{background:#d4af37;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary a{color:#fff;text-decoration:none}.btn-primary:hover{background:#b8941f;transform:translateY(-2px);box-shadow:0 10px 20px #d4af374d}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-title{font-size:2.5rem}.about-text h3{font-size:1.5rem}}.expertise{padding:8rem 0;background:#000}.expertise h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#fff;text-transform:uppercase;letter-spacing:3px;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative}.expertise h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.expertise-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.expertise-card{background:#ffffff1a;padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease;border:1px solid rgba(212,175,55,.3);flex:1;min-width:180px;max-width:200px;text-decoration:none;color:#fff}.expertise-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #d4af3733;border-color:#d4af37}.expertise-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.expertise-icon img{width:60px;height:60px;object-fit:contain}.expertise-card h3{font-size:1.1rem;font-weight:400;margin-bottom:1rem;color:#fff;line-height:1.3}.expertise-card p{color:#ccc;line-height:1.6;font-size:.9rem}@media(max-width:768px){.expertise-grid{flex-direction:column;align-items:center}.expertise-card{max-width:300px}.expertise h2{font-size:2rem}}.history{padding:8rem 0;background:#1a1a1a;color:#fff}.history h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;text-transform:uppercase;letter-spacing:3px;color:#fff;position:relative}.history h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.history-content{max-width:800px;margin:0 auto}.history-text p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:#ccc}.highlight-box{background:#d4af371a;border-left:4px solid #d4af37;padding:2rem;margin:3rem 0;border-radius:5px}.highlight-box p{margin:0;color:#fff;font-size:1.2rem}.highlight-box strong{color:#d4af37}@media(max-width:768px){.history h2{font-size:2rem}.history-text p{font-size:1rem}.highlight-box{padding:1.5rem}}.partners{padding:8rem 0;background:#fff}.partners h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#333;text-transform:uppercase;letter-spacing:3px;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.partners h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.slideshow-container{position:relative;max-width:800px;margin:0 auto;background:#f8f8f8;border-radius:15px;padding:3rem;box-shadow:0 10px 30px #0000001a}.partner-slide{text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center}.partner-logo{margin-bottom:2rem}.partner-logo img{max-width:200px;height:200px;margin:0 auto;border-radius:50%;object-fit:cover;border:3px solid #d4af37;box-shadow:0 10px 20px #0000001a}.partner-description p{font-size:1.1rem;line-height:1.8;color:#666}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#d4af37cc;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:1}.slide-btn:hover{background:#d4af37;transform:translateY(-50%) scale(1.1)}.prev{left:-25px}.next{right:-25px}.slide-indicators{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease}.indicator.active{background:#d4af37;transform:scale(1.2)}@media(max-width:768px){.partners h2{font-size:2rem}.slideshow-container{padding:2rem;margin:0 1rem}.partner-logo img{max-width:150px;height:150px}.slide-btn{width:40px;height:40px;font-size:1.2rem}.prev{left:-20px}.next{right:-20px}}.contact{padding:8rem 0;background:#f8f8f8}.contact h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#333;text-transform:uppercase;letter-spacing:3px;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.contact h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.contact-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;min-height:400px}.contact-column{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.contact-profile{background:url(/assets/OB%20AVOCATE.png) center/cover;position:relative;color:#fff}.contact-profile:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.contact-profile .profile-info{position:relative;z-index:2}.profile-info h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 10px rgba(212,175,55,.3)}to{text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 20px rgba(212,175,55,.6),0 0 30px rgba(212,175,55,.4)}}.profile-info p{font-size:1rem;color:#ccc;margin:0}.contact-email{background:#1a1a1a;color:#fff}.contact-linkedin{background:url(/assets/Bureau%20OB.png) center/cover;position:relative;color:#fff}.contact-linkedin:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.contact-linkedin .contact-item{position:relative;z-index:2}.contact-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.icon-img{width:100px;height:100px;margin-bottom:.5rem;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.icon-img:hover{transform:scale(1.1);opacity:.8}.contact-item a{color:inherit;text-decoration:none;font-size:1.1rem;font-weight:500;transition:opacity .3s ease}.contact-item a:hover{opacity:.8}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact h2{font-size:2rem}.contact-column{min-height:200px}}.legal-overlay{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.legal-modal{background:#fff;border-radius:10px;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0000004d}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;z-index:1}.close-btn:hover{color:#d4af37}.legal-content{padding:4rem 3rem 3rem}.legal-content h2{color:#333;font-size:2rem;margin-bottom:1rem;text-align:center}.subtitle{text-align:center;color:#666;font-style:italic;margin-bottom:2rem}.legal-content h3{color:#d4af37;font-size:1.2rem;margin:2rem 0 1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.legal-content p{color:#666;line-height:1.6;margin-bottom:1rem}.info-block{background:#f8f8f8;padding:1.5rem;border-radius:5px;margin:1rem 0}.info-block p{margin-bottom:.5rem}.legal-content ul{color:#666;margin-left:2rem}.legal-content li{margin-bottom:.5rem}.company-info{background:#d4af371a;padding:1.5rem;border-left:4px solid #d4af37;margin:2rem 0;border-radius:5px}.contact-info{background:#1a1a1a;color:#fff;padding:2rem;border-radius:10px;margin-top:2rem;text-align:center}.contact-info p{color:#fff;margin-bottom:.5rem}@media(max-width:768px){.legal-overlay{padding:1rem}.legal-content{padding:3rem 2rem 2rem}.legal-content h2{font-size:1.5rem}}.footer{background:#000;color:#fff;padding:3rem 0 2rem}.footer-content{text-align:center;display:flex;flex-direction:column;gap:2rem}.back-to-top{background:transparent;border:2px solid #d4af37;color:#d4af37;padding:1rem 2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;align-self:center}.back-to-top:hover{background:#d4af37;color:#000}.footer-links button{background:none;border:none;color:#ccc;text-decoration:none;font-size:.9rem;cursor:pointer;transition:color .3s ease}.footer-links button:hover{color:#d4af37}.copyright p{color:#666;font-size:.9rem;margin:0}@media(max-width:768px){.footer{padding:2rem 0 1rem}}.blog-page{min-height:100vh;background:#f8f8f8;padding-top:80px}.blog-hero{background:#000;min-height:50vh;padding:3rem 2rem 4rem;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.blog-hero-inner{position:relative;z-index:2;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.blog-hero h1{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400;color:#fff;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;position:relative;display:inline-block}.blog-hero h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#d4af37}.blog-hero p{color:#d4af37;font-size:1.1rem;font-weight:300}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:5rem 0}.blog-card{background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 5px 20px #00000014;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid rgba(212,175,55,.2)}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026;border-color:#d4af37}.blog-card-image{position:relative;height:220px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;left:1rem;background:#d4af37;color:#fff;padding:.3rem .8rem;font-size:.8rem;font-weight:600;border-radius:3px;text-transform:uppercase;letter-spacing:1px}.blog-card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.blog-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.blog-date{font-size:.85rem;color:#bababa}.blog-author{font-size:.85rem;color:#d4af37;font-weight:600}.blog-card-content h2{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:#000;margin-bottom:1rem;line-height:1.4}.blog-card-content p{color:#282828;font-size:.95rem;line-height:1.6;flex:1;margin-bottom:1.5rem}.blog-read-more{color:#d4af37;font-weight:600;font-size:.9rem;transition:letter-spacing .3s ease}.blog-card:hover .blog-read-more{letter-spacing:1px}.blog-cta-section{background:linear-gradient(135deg,#1a1a1a,#000);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.blog-cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}.blog-cta-section h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem;position:relative;z-index:1}.blog-cta-section p{color:#fffc;font-size:1.1rem;margin-bottom:2.5rem;position:relative;z-index:1}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-hero{padding:3rem 1.5rem 3.5rem}}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-card{max-width:100%}.blog-card-image{height:250px}.blog-card-content{padding:1.5rem 1rem}.blog-hero{min-height:40vh;padding:2.5rem 1rem 3rem}.blog-hero h1{font-size:2.4rem;letter-spacing:1.5px}.blog-hero p{font-size:1rem}.blog-cta-section{padding:4rem 1.5rem}.blog-cta-section h2{font-size:2rem}.blog-cta-section p{font-size:1rem}.btn-cta{width:100%;max-width:320px}}@media(max-width:480px){.blog-hero{min-height:auto;padding:2rem 1rem 2.5rem}.blog-hero h1{font-size:2rem}.blog-card-image{height:220px}.blog-card-content h2{font-size:1.2rem}.blog-card-content p{font-size:.95rem}.btn-cta{padding:1rem 1.5rem;letter-spacing:normal}}.blog-post-page{min-height:100vh;background:#f8f8f8;padding-top:80px}.blog-post-hero{height:500px;background-size:cover;background-position:var(--hero-position, 50% 35%);position:relative}.blog-post-hero-overlay{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1.2rem}.blog-category{position:absolute;top:1rem;left:1rem;background:#d4af37;color:#fff;padding:.3rem .8rem;font-size:.8rem;font-weight:600;border-radius:3px;text-transform:uppercase;letter-spacing:1px;z-index:3}.blog-post-hero-overlay h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;color:#fff;max-width:800px;line-height:1.3}.author-name{color:#d4af37;font-style:italic}.blog-post-meta{display:flex;align-items:center;gap:1rem;color:#ccc;font-size:.95rem}.separator,.blog-author-tag strong{color:#d4af37}.blog-post-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.back-link{display:inline-block;color:#d4af37;text-decoration:none;font-weight:600;margin-bottom:3rem;transition:letter-spacing .3s ease}.seo-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-post-body p{font-size:1.1rem;line-height:1.9;color:#000;margin-bottom:2rem}.blog-post-author-box{display:flex;gap:2rem;align-items:center;background:#1a1a1a;border-radius:10px;padding:2rem;margin:3rem 0;box-shadow:0 5px 20px #0003;border-top:3px solid #d4af37}.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #d4af37;flex-shrink:0}.author-info h3{font-family:Playfair Display,serif;font-size:1.3rem;color:#d4af37;margin-bottom:.5rem}.author-info p{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.author-contact{color:#d4af37;text-decoration:none;font-weight:600;font-size:.9rem;transition:letter-spacing .3s ease}.author-contact:hover{letter-spacing:1px}.blog-related h3{font-family:Playfair Display,serif;font-size:1.8rem;color:#282828;margin-bottom:2rem;position:relative}.blog-related h3:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#d4af37}.blog-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-related-card{display:flex;gap:1rem;text-decoration:none;color:inherit;background:#f8f8f8;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #00000014;transition:all .3s ease;border:1px solid rgba(212,175,55,.2)}.blog-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f;border-color:#d4af37}.blog-related-card img{width:100px;height:100px;object-fit:cover;flex-shrink:0}.blog-related-card div{padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:.3rem}.blog-related-card span{font-size:.8rem;color:#282828}.blog-related-card h4{font-size:.95rem;color:#000;line-height:1.4;margin:0}.related-author{color:#d4af37!important;font-weight:600;font-size:.8rem!important}.blog-post-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-top:80px;background:#000;color:#fff}.blog-post-not-found h1{color:#fff}.blog-post-not-found a{color:#d4af37}@media(max-width:1024px){.blog-post-hero{height:420px}.blog-post-content{padding:3rem 1.5rem}.blog-post-author-box{gap:1.5rem}.blog-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-post-hero{height:350px}.blog-post-hero-overlay h1{font-size:2.2rem}.blog-post-meta{flex-direction:column;gap:.6rem}.blog-post-content{padding:2.5rem 1rem}.blog-post-author-box{flex-direction:column;align-items:center;text-align:center}.author-info{text-align:center}.blog-related-grid{grid-template-columns:1fr}.blog-related-card{flex-direction:column}.blog-related-card img{width:100%;height:220px}}@media(max-width:480px){.blog-post-hero{height:280px}.blog-post-hero-overlay{padding:1.5rem;gap:1rem}.blog-post-hero-overlay h1{font-size:1.8rem}.blog-post-content{padding:2rem .8rem}.blog-post-author-box{padding:1.5rem}.author-avatar{width:70px;height:70px}.blog-post-body p{font-size:1rem;margin-bottom:1.5rem}.blog-related-card img{height:180px}.blog-related-card span,.blog-related-card h4{font-size:.9rem}}.about-page{min-height:100vh;background:#f8f8f8;padding-top:80px}.about-page-hero{position:relative;background:#000;padding:6rem 2rem;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-page-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.about-page-hero-content{position:relative;z-index:2;text-align:center;padding:2rem}.about-page-hero-content h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;color:#fff;max-width:700px;line-height:1.3;margin-bottom:1rem}.about-page-hero-content p{color:#d4af37;font-size:1.1rem;font-weight:300}.about-page-body{padding:6rem 0}.about-page-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}.about-page-image img{width:100%;border-radius:10px;box-shadow:0 20px 40px #00000026;position:sticky;top:100px}.about-page-text h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:2rem;position:relative}.about-page-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#d4af37}.about-page-text p{font-size:1.05rem;line-height:1.9;color:#555;margin-bottom:1.5rem}.about-page-highlight{background:#1a1a1a;border-left:4px solid #d4af37;padding:2rem;border-radius:5px;margin:2rem 0}.about-page-highlight p{color:#fff;margin:0}.about-page-highlight strong{color:#d4af37}.btn-about{display:inline-block;background:#d4af37;color:#fff;text-decoration:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:5px;margin-top:2rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-about:hover{background:#b8941f;transform:translateY(-2px);box-shadow:0 10px 20px #d4af374d}@media(max-width:768px){.about-page-hero-content h1{font-size:2rem}.about-page-grid{grid-template-columns:1fr;gap:2rem}.about-page-image img{position:static}}.contact-page{min-height:100vh;background:#f8f8f8;padding-top:80px}.contact-page-hero{background:#000;padding:6rem 2rem;text-align:center;position:relative}.contact-page-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.contact-page-hero h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;color:#fff;max-width:700px;margin:0 auto 1rem;line-height:1.3}.contact-page-hero p{color:#d4af37;font-size:1.1rem;font-weight:300}.contact-page-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start;padding:6rem 0}.contact-page-profile{display:flex;flex-direction:column;gap:2rem}.contact-page-profile img{width:100%;border-radius:10px;box-shadow:0 20px 40px #00000026}.contact-page-profile-info h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.contact-page-profile-info p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.contact-page-address{color:#999!important;font-size:.95rem!important;margin-top:1rem!important}.contact-page-actions{display:flex;flex-direction:column;gap:2rem}.contact-page-card{background:#1a1a1a;border-radius:15px;padding:3rem;display:flex;flex-direction:column;gap:2.5rem;border:1px solid rgba(212,175,55,.3)}.contact-page-item{display:flex;align-items:center;gap:2rem}.contact-page-icon{width:70px;height:70px;cursor:pointer;transition:transform .3s ease;flex-shrink:0}.contact-page-icon:hover{transform:scale(1.1)}.contact-page-item div{display:flex;flex-direction:column;gap:.3rem}.contact-page-item span{color:#d4af37;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.contact-page-item a{color:#fff;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.contact-page-item a:hover{color:#d4af37}.contact-page-info{background:#282828;border-radius:15px;padding:2.5rem;box-shadow:0 5px 20px #00000014;border-top:3px solid #d4af37}.contact-page-info h3{font-family:Playfair Display,serif;font-size:1.2rem;color:#d4af37;margin-bottom:.8rem;margin-top:1.5rem}.contact-page-info h3:first-child{margin-top:0}.contact-page-info p{color:#fff;font-size:1rem;line-height:1.6}@media(max-width:768px){.contact-page-hero h1{font-size:2rem}.contact-page-grid{grid-template-columns:1fr;gap:2rem;padding:3rem 0}}.expertise-page{min-height:100vh;background:#000;padding-top:80px}.expertise-page-hero{background:#000;min-height:50vh;padding:3rem 2rem 4rem;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.expertise-page-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.expertise-page-hero-inner{position:relative;z-index:2;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.expertise-page-hero-icon{width:85px;height:85px;object-fit:contain;transition:all .4s ease;animation:floatIcon 3s ease-in-out infinite;position:relative;z-index:2}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.expertise-page-hero h1{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:3px;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:0;position:relative;display:inline-block}.expertise-page-hero h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#d4af37}.expertise-page-hero p{color:#d4af37;font-size:1.2rem;font-weight:300;letter-spacing:1px;margin-top:.5rem}.expertise-page-intro{background:#0a0a0a;padding:4rem 2rem;text-align:center;border-top:1px solid rgba(212,175,55,.2);border-bottom:1px solid rgba(212,175,55,.2)}.expertise-page-intro p{font-family:Playfair Display,serif;font-size:1.4rem;color:#e0e0e0;max-width:800px;margin:0 auto;line-height:1.7;font-weight:400;font-style:italic}.expertise-page-features{padding:6rem 0;background:#000}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.feature-card{background:#ffffff0d;padding:2.5rem;border-radius:10px;text-align:left;transition:all .3s ease;border:1px solid rgba(212,175,55,.2);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(212,175,55,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 20px 40px #d4af3726}.feature-card:hover:before{opacity:1}.feature-number{font-size:3rem;font-weight:700;color:#d4af3733;position:absolute;top:1rem;right:1.5rem;line-height:1;font-family:Playfair Display,serif}.feature-card h3{font-family:Playfair Display,serif;font-size:1.3rem;color:#d4af37;margin-bottom:1rem;font-weight:500}.feature-card p{color:#ccc;font-size:.95rem;line-height:1.7}.expertise-page-body-section{background:#0a0a0a;padding:6rem 0;border-top:1px solid rgba(212,175,55,.2);border-bottom:1px solid rgba(212,175,55,.2)}.expertise-page-body-inner{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center}.expertise-page-body-inner img{width:100%;border-radius:10px;border:2px solid #d4af37;transition:all .3s ease}.expertise-page-body-inner img:hover{transform:scale(1.02);box-shadow:0 10px 30px #d4af3733}.expertise-page-body-inner h2{font-family:Playfair Display,serif;font-size:2rem;color:#d4af37;margin-bottom:1.5rem;font-weight:400;letter-spacing:1px}.expertise-page-body-inner p{color:#ccc;font-size:1rem;line-height:1.8;margin-bottom:2rem}.expertise-link{color:#d4af37;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;position:relative}.expertise-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.expertise-link:hover{letter-spacing:1px}.expertise-link:hover:after{width:100%}.expertise-page-cta-section{background:linear-gradient(135deg,#1a1a1a,#000);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.expertise-page-cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expertise-page-cta-section h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem;position:relative;z-index:1}.expertise-page-cta-section p{color:#fffc;font-size:1.1rem;margin-bottom:2.5rem;position:relative;z-index:1}.btn-cta{background:transparent;color:#d4af37;border:2px solid #d4af37;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;position:relative;z-index:1;overflow:hidden}.btn-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#d4af37;transition:left .3s ease;z-index:-1}.btn-cta:hover{color:#000;border-color:#d4af37}.btn-cta:hover:before{left:0}.back-link{display:inline-block;color:#d4af37;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;padding-bottom:2px}.back-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.back-link:hover{letter-spacing:1px}.back-link:hover:after{width:100%}.expertises-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:5rem 0}.expertise-index-card{background:#ffffff0d;border-radius:10px;padding:3rem 2rem;text-align:center;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid rgba(212,175,55,.2);display:flex;flex-direction:column;align-items:center;gap:1.2rem}.expertise-index-card:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 20px 40px #d4af3726;background:#ffffff14}.expertise-index-card img{width:60px;height:60px;object-fit:contain}.expertise-index-card h2{font-family:Playfair Display,serif;font-size:1.2rem;color:#fff;margin:0}.expertise-index-card span{color:#d4af37;font-weight:600;font-size:.9rem}@media(max-width:992px){.features-grid{gap:1.5rem}.expertise-page-body-inner{gap:2rem}.expertise-page-hero-img{max-width:400px}.expertise-page-hero-icon{width:70px;height:70px}}@media(max-width:768px){.expertise-page-hero{padding:4rem 1.5rem;min-height:40vh}.expertise-page-hero h1{font-size:2rem;letter-spacing:2px}.expertise-page-hero p{font-size:1rem}.expertise-page-intro p{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}.expertise-page-body-inner{grid-template-columns:1fr;text-align:center}.expertise-page-body-inner img{max-width:250px;margin:0 auto}.expertise-page-cta-section h2{font-size:1.8rem}.expertises-grid{grid-template-columns:1fr;gap:1.5rem}.container{padding:0 1rem}.expertise-page-hero-img{max-width:350px;max-height:60%}.expertise-page-hero-icon{width:60px;height:60px}}@media(max-width:480px){.expertise-page-hero{padding:3rem 1rem;min-height:35vh}.expertise-page-hero h1{font-size:1.5rem}.feature-number{font-size:2rem}.feature-card h3{font-size:1.1rem}.btn-cta{padding:.8rem 1.5rem;font-size:.9rem}.expertise-page-hero-img{max-width:280px}.expertise-page-hero-icon{width:50px;height:50px}}.expertise-page-hero-inner,.expertise-page-intro,.feature-card,.expertise-page-body-inner,.expertise-page-cta-section{animation:fadeInUp .6s ease-out forwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.error-page{min-height:100vh;background:#f8f8f8;padding-top:80px;display:flex;flex-direction:column}.error-hero{background:#000;flex:1;padding:3rem 2rem 4rem;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.error-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.error-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(212,175,55,.05) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.error-hero-inner{position:relative;z-index:2;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.error-hero h1{font-family:Playfair Display,serif;font-size:6rem;font-weight:400;color:#fff;letter-spacing:5px;text-transform:uppercase;margin-bottom:1rem;position:relative;display:inline-block;text-shadow:0 0 20px rgba(212,175,55,.3);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 20px rgba(212,175,55,.3)}to{text-shadow:0 0 30px rgba(212,175,55,.6)}}.error-hero h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#d4af37}.error-hero p{color:#d4af37;font-size:1.4rem;font-weight:300;letter-spacing:1px;margin-top:.5rem;animation:fadeInUp 1s ease-out .2s both}.error-message{margin:2rem 0;animation:fadeInUp 1s ease-out .4s both}.error-message p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.btn-error{display:inline-block;background:transparent;color:#d4af37;border:2px solid #d4af37;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;position:relative;z-index:1;overflow:hidden;margin-top:2rem;animation:fadeInUp 1s ease-out .6s both}.btn-error:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#d4af37;transition:left .3s ease;z-index:-1}.btn-error:hover{color:#000;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 10px 20px #d4af374d}.btn-error:hover:before{left:0}@media(max-width:768px){.error-hero h1{font-size:4rem;letter-spacing:3px}.error-hero p{font-size:1.1rem}.error-message p{font-size:1rem}.btn-error{padding:.8rem 2rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}html{scroll-behavior:smooth}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8941f}
