:root{--navy:#0a0a0a;--navy-light:#171717;--navy-dark:#000;--slate:#737373;--slate-light:#a3a3a3;--slate-dark:#404040;--gold:#d4af37;--gold-light:#f3d573;--gold-dark:#a88824;--white:#fff;--off-white:#f8f9fc;--light-grey:#e5e5e5;--dark-text:#171717;--font-heading:"Product Sans", "Google Sans", sans-serif;--font-body:"Product Sans", "Google Sans", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding:100px 0;--container-width:1200px;--container-padding:0 24px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 10px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--shadow-gold:0 4px 20px #c9a84c4d;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}section,footer{scroll-margin-top:120px}body{font-family:var(--font-body);color:var(--dark-text);background-color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--gold);align-items:center;gap:8px;margin-bottom:16px;font-size:.8rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gold);width:30px;height:2px;display:inline-block}.section-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--slate);max-width:640px;font-size:1.05rem;line-height:1.7}.btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);letter-spacing:.5px;border-radius:var(--radius-xl);transition:var(--transition-normal);box-shadow:var(--shadow-gold);align-items:center;gap:10px;padding:16px 36px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-gold:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a84c73}.btn-gold:hover:before{left:100%}.btn-outline{color:var(--white);border-radius:var(--radius-xl);transition:var(--transition-normal);background:0 0;border:2px solid #ffffff4d;align-items:center;gap:10px;padding:14px 32px;font-size:.95rem;font-weight:500;display:inline-flex}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#ffffff1a}.reveal{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal--visible{opacity:1!important;transform:translateY(0)!important}.reveal--left{transform:translate(-30px)}.reveal--right{transform:translate(30px)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes lineReveal{0%{width:0}to{width:30px}}.section-label:before{animation:1s .5s forwards lineReveal}.animate-fade-in-up{animation:.8s forwards fadeInUp}.animate-fade-in{animation:.6s forwards fadeIn}@keyframes scrollIndicator{0%{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){:root{--section-padding:60px 0;--container-padding:0 16px}}.navbar{z-index:1000;pointer-events:none;padding:30px 24px;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.navbar--scrolled{padding:16px 24px}.navbar__pill{-webkit-backdrop-filter:blur(24px);pointer-events:auto;background:#0a0a0a40;border:1px solid #ffffff1a;border-radius:100px;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:12px 32px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 40px #0003}.navbar--scrolled .navbar__pill{background:#0a0a0ad9;border-color:#ffffff14;padding:10px 28px;box-shadow:0 20px 50px #00000080}.navbar__logo{z-index:1001;align-items:center;gap:12px;display:flex}.navbar__logo-img{object-fit:contain;width:50px;height:50px;transition:all .3s}.navbar--scrolled .navbar__logo-img{width:44px;height:44px}.navbar__brand{font-family:var(--font-heading);color:var(--white);letter-spacing:2px;text-transform:uppercase;font-size:1.5rem;font-weight:700}.navbar__nav{align-items:center;gap:36px;display:flex}.navbar__link{color:#fffc;letter-spacing:1px;text-transform:uppercase;padding:4px 0;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.navbar__link:after{content:"";background:var(--gold);opacity:0;border-radius:50%;width:4px;height:4px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.navbar__link:hover{color:var(--white)}.navbar__link:hover:after{opacity:1;border-radius:2px;width:100%;height:2px}.navbar__cta{text-transform:uppercase;letter-spacing:1px;padding:12px 28px;font-size:.85rem}.navbar__cta-mobile{display:none}.navbar__hamburger{z-index:1001;background:0 0;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:4px;display:none}.navbar__hamburger span{background:var(--white);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(8px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar__backdrop{display:none}@media (width<=968px){.navbar__nav{gap:24px}}@media (width<=768px){.navbar__nav{display:none}.navbar__pill{border-radius:16px;padding:10px 20px}.navbar__logo-img{width:38px;height:38px}.navbar__brand{letter-spacing:1px;font-size:1.1rem}.navbar__cta{padding:10px 18px;font-size:.75rem;display:inline-flex}}.footer__newsletter{background:linear-gradient(135deg, var(--gold-dark), var(--gold));padding:50px 0}.footer__newsletter-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.footer__newsletter-title{font-family:var(--font-heading);color:var(--navy-dark);margin-bottom:6px;font-size:1.6rem;font-weight:700}.footer__newsletter-text{color:#0a1f3db3;font-size:.95rem}.footer__newsletter-form{flex-shrink:0;gap:12px;display:flex}.footer__newsletter-input{border-radius:var(--radius-xl);font-family:var(--font-body);color:var(--navy);min-width:260px;transition:var(--transition-normal);background:#ffffffe6;border:2px solid #0000;outline:none;padding:14px 20px;font-size:.9rem}.footer__newsletter-input:focus{border-color:var(--navy);background:var(--white)}.footer__newsletter-input::placeholder{color:var(--slate-light)}.footer__newsletter-btn{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--gold-light);white-space:nowrap;box-shadow:0 4px 15px #0a1f3d4d}.footer__newsletter-btn:hover{box-shadow:0 8px 25px #0a1f3d66}.footer__newsletter-success{background:var(--navy);color:var(--white);border-radius:var(--radius-xl);align-items:center;gap:10px;padding:14px 24px;font-size:.9rem;font-weight:500;animation:.4s fadeIn;display:flex}.footer__main{background:var(--navy-dark);padding:70px 0 40px}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:48px;display:grid}.footer__logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.footer__logo-img{object-fit:contain;width:40px;height:40px}.footer__logo-text{font-family:var(--font-heading);color:var(--white);letter-spacing:2px;font-size:1.4rem;font-weight:700}.footer__brand-desc{color:#ffffff80;margin-bottom:20px;font-size:.9rem;line-height:1.7}.footer__social{gap:10px;display:flex}.footer__social-link{color:#fff9;width:38px;height:38px;transition:var(--transition-normal);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}.footer__heading{font-family:var(--font-heading);color:var(--white);margin-bottom:20px;padding-bottom:12px;font-size:1.05rem;font-weight:600;position:relative}.footer__heading:after{content:"";background:var(--gold);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer__links li{margin-bottom:10px}.footer__links a{color:#ffffff80;transition:var(--transition-fast);font-size:.88rem}.footer__links a:hover{color:var(--gold);padding-left:4px}.footer__contact li{color:#ffffff80;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.88rem;line-height:1.5;display:flex}.footer__contact a{color:#ffffff80}.footer__contact a:hover{color:var(--gold)}.footer__contact svg{flex-shrink:0;margin-top:2px}.footer__bottom{background:var(--navy-dark);border-top:1px solid #ffffff0d;padding:18px 0}.footer__bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer__bottom p{color:#ffffff73;font-size:.8rem}@media (width<=968px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:36px}}@media (width<=768px){.footer__newsletter-inner{text-align:center;flex-direction:column}.footer__newsletter-form{flex-direction:column;width:100%}.footer__newsletter-input{min-width:unset;width:100%}.footer__newsletter-btn{justify-content:center;width:100%}}@media (width<=640px){.footer__grid{grid-template-columns:1fr;gap:32px}.footer__bottom-inner{text-align:center;flex-direction:column;gap:8px}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;animation:20s ease-out forwards zoomOut;transform:scale(1.05)}@keyframes zoomOut{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero__overlay{background:radial-gradient(circle,#0a0a0a80 0%,#0a0a0ae6 100%),linear-gradient(#0a0a0ab3 0%,#0a0a0a66 40%,#0a0a0af2 100%);position:absolute;inset:0}.hero__content{z-index:2;flex-direction:column;width:100%;min-height:100vh;padding-top:140px;padding-bottom:60px;display:flex;position:relative}.hero__main{text-align:center;flex-direction:column;flex:1;justify-content:center;max-width:900px;margin:0 auto;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:3px;text-transform:uppercase;color:var(--white);background:#ffffff08;border:1px solid #d4af374d;border-radius:100px;align-items:center;gap:10px;margin-bottom:40px;padding:8px 24px;font-size:.75rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--gold);width:6px;height:6px;box-shadow:0 0 10px var(--gold);border-radius:50%;animation:2s infinite pulseGold}@keyframes pulseGold{0%{box-shadow:0 0 #d4af3766}70%{box-shadow:0 0 0 10px #d4af3700}to{box-shadow:0 0 #d4af3700}}.hero__title{font-family:var(--font-heading);letter-spacing:-1px;color:var(--white);text-shadow:0 10px 40px #0006;margin-bottom:32px;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.1}.hero__title-accent{color:var(--gold);font-style:italic;font-weight:300}.hero__subtitle{color:#ffffffd9;text-shadow:0 2px 20px #00000080;max-width:640px;margin:0 auto 48px;font-size:1.25rem;font-weight:300;line-height:1.8}.hero__actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn-glass{-webkit-backdrop-filter:blur(12px);color:var(--white);border-radius:var(--radius-xl);letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff26;justify-content:center;align-items:center;padding:16px 36px;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-glass:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.hero__scroll-indicator{color:var(--white);z-index:10;opacity:.7;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:2px solid #ffffff80;border-radius:20px;width:26px;height:42px;position:relative}.hero__scroll-wheel{background:var(--gold);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scrollIndicator;position:absolute;top:8px;left:50%;transform:translate(-50%)}.hero__scroll-text{text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:.7rem;font-weight:500}@media (width<=768px){.hero__content{justify-content:flex-start;padding-top:100px}.hero__main{margin-top:40px}.hero__title{margin-bottom:24px;font-size:2.5rem}.hero__subtitle{margin-bottom:32px;padding:0 16px;font-size:1.05rem}.hero__actions{flex-direction:column;padding:0 24px}.hero__scroll-indicator{display:none}}.about{padding:var(--section-padding);background:var(--white);overflow:hidden}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about__content{opacity:0;transition:all .8s;transform:translate(-40px)}.about--visible .about__content{opacity:1;transform:translate(0)}.about__accent{color:var(--gold)}.about__text{color:var(--slate);margin-bottom:16px;font-size:1.05rem;line-height:1.8}.about__text strong{color:var(--navy);font-weight:600}.about__features{flex-direction:column;gap:20px;margin-top:36px;display:flex}.about__feature{border-radius:var(--radius-md);transition:var(--transition-normal);align-items:flex-start;gap:16px;padding:16px;display:flex}.about__feature:hover{background:var(--off-white)}.about__feature-icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--gold);background:linear-gradient(135deg,#c9a84c1a,#c9a84c0d);border:1px solid #c9a84c33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__feature-title{color:var(--navy);margin-bottom:4px;font-size:.95rem;font-weight:600}.about__feature-desc{color:var(--slate);font-size:.85rem;line-height:1.5}.about__visual{opacity:0;transition:all .8s .2s;transform:translate(40px)}.about--visible .about__visual{opacity:1;transform:translate(0)}.about__image-wrapper{position:relative}.about__image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:500px;box-shadow:var(--shadow-xl)}.about__experience-badge{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-gold);align-items:center;gap:12px;padding:24px;animation:4s ease-in-out infinite float;display:flex;position:absolute;bottom:-20px;left:-20px}.about__experience-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1}.about__experience-text{letter-spacing:.5px;font-size:.8rem;font-weight:600;line-height:1.3}@media (width<=968px){.about__inner{grid-template-columns:1fr;gap:48px}.about__visual{order:-1}.about__image{height:350px}}@media (width<=480px){.about__image{height:260px}.about__experience-badge{padding:16px;bottom:-16px;left:-8px}.about__experience-number{font-size:2rem}}.services{padding:var(--section-padding);background:var(--off-white)}.services__header{text-align:center;margin-bottom:60px}.services__header .section-label{justify-content:center}.services__header .section-label:before{display:none}.services__header .section-subtitle{margin:0 auto}.services__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);opacity:0;transition:all .4s;overflow:hidden;transform:translateY(30px)}.services--visible .service-card{animation:.7s forwards fadeInUp}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.service-card__image-wrapper{height:220px;position:relative;overflow:hidden}.service-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.service-card:hover .service-card__image{transform:scale(1.08)}.service-card__image-overlay{background:linear-gradient(#0000 50%,#0a1f3d66 100%);position:absolute;inset:0}.service-card__body{padding:28px}.service-card__icon{background:linear-gradient(135deg, var(--navy), var(--navy-light));width:56px;height:56px;color:var(--gold);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:20px;display:flex;box-shadow:0 4px 15px #0a1f3d40}.service-card__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:12px;font-size:1.3rem;font-weight:700}.service-card__desc{color:var(--slate);margin-bottom:20px;font-size:.92rem;line-height:1.7}.service-card__link{color:var(--gold-dark);transition:var(--transition-normal);align-items:center;gap:6px;font-size:.88rem;font-weight:600;display:inline-flex}.service-card__link:hover{color:var(--gold);gap:10px}@media (width<=968px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services__grid{grid-template-columns:1fr;gap:24px}.service-card__image-wrapper{height:200px}}.projects{padding:var(--section-padding);background:linear-gradient(180deg, var(--navy-dark), var(--navy));overflow:hidden}.projects__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.projects__nav{flex-shrink:0;gap:12px;display:flex}.projects__nav-btn{width:48px;height:48px;color:var(--white);transition:var(--transition-normal);background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.projects__nav-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}.projects__carousel{border-radius:var(--radius-lg);overflow:hidden}.projects__track{transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.project-slide{flex:0 0 100%;min-width:0}.project-slide__image-wrapper{border-radius:var(--radius-lg);height:500px;position:relative;overflow:hidden}.project-slide__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-slide__image-wrapper:hover .project-slide__image{transform:scale(1.05)}.project-slide__overlay{background:linear-gradient(#0000 0%,#06152be6 100%);flex-direction:column;gap:8px;padding:40px;display:flex;position:absolute;bottom:0;left:0;right:0}.project-slide__category{background:var(--gold);width:fit-content;color:var(--navy);letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius-xl);padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.project-slide__title{font-family:var(--font-heading);color:var(--white);font-size:1.8rem;font-weight:700}.project-slide__location{color:#ffffffb3;align-items:center;gap:6px;font-size:.9rem;display:flex}.projects__dots{justify-content:center;gap:10px;margin-top:28px;display:flex}.projects__dot{cursor:pointer;width:10px;height:10px;transition:var(--transition-normal);background:#fff3;border:none;border-radius:50%}.projects__dot--active{background:var(--gold);border-radius:5px;width:32px}@media (width<=768px){.projects__header{flex-direction:column;align-items:flex-start}.project-slide__image-wrapper{height:320px}.project-slide__overlay{padding:24px}.project-slide__title{font-size:1.3rem}}@media (width<=480px){.project-slide__image-wrapper{height:260px}}.testimonials{background:linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);padding:100px 0 80px;position:relative;overflow:hidden}.testimonials__bg-decor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.testimonials__bg-circle{opacity:.04;border-radius:50%;position:absolute}.testimonials__bg-circle--1{background:var(--gold);width:600px;height:600px;top:-200px;right:-150px}.testimonials__bg-circle--2{background:var(--navy);width:400px;height:400px;bottom:-100px;left:-100px}.testimonials__header{text-align:center;margin-bottom:56px}.testimonials__header .section-label{justify-content:center}.testimonials__header .section-label:before{display:none}.testimonials__header .section-subtitle{margin:0 auto}.testimonials__carousel{width:100%;margin-bottom:60px;position:relative}.testimonials__carousel-fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.testimonials__carousel-fade--left{background:linear-gradient(to right, var(--off-white), transparent);left:0}.testimonials__carousel-fade--right{background:linear-gradient(to left, var(--white), transparent);right:0}.testimonials__track{gap:28px;width:max-content;padding:20px 0;animation:45s linear infinite testimonialScroll;display:flex}@keyframes testimonialScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tcard{flex:0 0 440px;max-width:440px}.tcard__inner{background:var(--white);border-radius:var(--radius-lg);border:1px solid #e2e8f0cc;height:100%;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 2px 12px #0000000a}.tcard__inner:hover{border-color:#c9a84c40;transform:translateY(-6px);box-shadow:0 20px 50px #0a1f3d1f}.tcard__inner:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));opacity:0;border-radius:0 0 4px 4px;height:3px;transition:opacity .3s;position:absolute;top:0;left:32px;right:32px}.tcard__inner:hover:before{opacity:1}.tcard__quote-icon{opacity:.2;margin-bottom:12px}.tcard__inner:hover .tcard__quote-icon{opacity:.4}.tcard__stars{gap:3px;margin-bottom:16px;display:flex}.tcard__text{font-family:var(--font-heading);color:var(--dark-text);min-height:110px;margin-bottom:24px;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.7}.tcard__divider{background:linear-gradient(90deg, transparent, var(--light-grey), transparent);width:100%;height:1px;margin-bottom:20px}.tcard__author{align-items:center;gap:14px;display:flex}.tcard__avatar-wrapper{flex-shrink:0;width:56px;height:56px;position:relative}.tcard__avatar-img{object-fit:cover;z-index:1;border-radius:50%;width:56px;height:56px;position:relative}.tcard__avatar-ring{background:linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold-dark));z-index:0;opacity:0;border-radius:50%;transition:opacity .3s;position:absolute;inset:-3px}.tcard__inner:hover .tcard__avatar-ring{opacity:1}.tcard__author-info{flex:1;min-width:0}.tcard__name{color:var(--navy);margin-bottom:2px;font-size:.95rem;font-weight:700}.tcard__meta{color:var(--slate);align-items:center;gap:4px;font-size:.8rem;display:flex}.tcard__project-badge{color:var(--navy);letter-spacing:.5px;text-transform:uppercase;border-radius:var(--radius-xl);background:#0a1f3d0f;flex-shrink:0;padding:4px 12px;font-size:.7rem;font-weight:600;transition:all .3s}.tcard__inner:hover .tcard__project-badge{color:var(--gold-dark);background:#c9a84c1f}.testimonials__trust{background:var(--navy);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);justify-content:center;align-items:center;gap:40px;padding:24px 40px;display:flex}.testimonials__trust-item{color:#ffffffd9;white-space:nowrap;align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.testimonials__trust-divider{background:#ffffff26;width:1px;height:24px}@media (width<=768px){.testimonials{padding:60px 0}.tcard{flex:0 0 320px;max-width:320px}.tcard__inner{padding:24px}.tcard__text{min-height:60px;font-size:1rem}.testimonials__carousel-fade{width:40px}.testimonials__trust{flex-direction:column;gap:16px;padding:24px}.testimonials__trust-divider{width:60px;height:1px}.tcard__project-badge{display:none}}@media (width<=480px){.tcard{flex:0 0 290px;max-width:290px}}.faq{background-color:var(--white);padding:100px 0}.faq__header{text-align:center;max-width:700px;margin:0 auto 60px}.faq__content{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq__item{border-radius:var(--radius-lg);background:#fcfcfc;border:1px solid #0000000d;transition:all .3s;overflow:hidden}.faq__item:hover{background:var(--white);border-color:#c2a24d4d;box-shadow:0 10px 30px #00000008}.faq__item--active{border-color:var(--gold);background:var(--white);box-shadow:0 15px 40px #c2a24d14}.faq__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-heading);color:var(--navy-dark);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 30px;font-size:1.1rem;font-weight:600;transition:color .3s;display:flex}.faq__item--active .faq__question{color:var(--gold)}.faq__icon{width:32px;height:32px;color:var(--gold);background:#c2a24d1a;border-radius:50%;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.faq__item--active .faq__icon{background:var(--gold);color:var(--white);transform:rotate(180deg)}.faq__answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq__item--active .faq__answer{max-height:500px}.faq__answer-inner{padding:0 30px 30px}.faq__answer-inner p{color:#0a1f3db3;margin:0;font-size:1rem;line-height:1.7}@media (width<=768px){.faq{padding:80px 0}.faq__question{padding:20px;font-size:1rem}.faq__answer-inner{padding:0 20px 20px}}.contact-page{background-color:var(--off-white);min-height:100vh;padding-top:140px;padding-bottom:80px}.contact-page__header{text-align:center;margin-bottom:60px}.contact-page__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.contact-page__subtitle{color:var(--slate);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.contact-page__main{grid-template-columns:1fr 2fr;align-items:start;gap:60px;display:grid}.contact-page__info{flex-direction:column;gap:24px;display:flex}.contact-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);border:1px solid #00000008;padding:32px}.contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.contact-card__icon{width:50px;height:50px;color:var(--gold);background:#d4af371a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.contact-card__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:8px;font-size:1.2rem;font-weight:700}.contact-card__text{color:var(--dark-text);margin-bottom:4px;font-size:1.05rem;font-weight:500}.contact-card__subtext{color:var(--slate);font-size:.9rem}.contact-page__form-wrapper{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid #00000008;padding:50px}.contact-page__form .form-row{gap:24px;margin-bottom:24px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;margin-bottom:24px;display:flex}.contact-page__form .form-row .form-group{margin-bottom:0}.form-group label{color:var(--navy);font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--light-grey);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--dark-text);background:var(--off-white);transition:var(--transition-normal);outline:none;padding:16px;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 4px #d4af371a}.form-group textarea{resize:vertical}.form-group--error input,.form-group--error select,.form-group--error textarea{background-color:#fef2f2;border-color:#ef4444}.form-group--error input:focus,.form-group--error select:focus,.form-group--error textarea:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.form-error{color:#ef4444;margin-top:4px;font-size:.85rem;animation:.3s fadeIn;display:block}.contact-page__submit{justify-content:center;width:100%;padding:18px;font-size:1.1rem}.contact-page__success{text-align:center;padding:60px 20px;animation:.5s fadeIn}.contact-page__success-icon{background:#d4af371a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.contact-page__success h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:16px;font-size:1.8rem}.contact-page__success p{color:var(--slate);font-size:1.1rem;line-height:1.6}@media (width<=968px){.contact-page__main{grid-template-columns:1fr}.contact-page__info{flex-flow:wrap}.contact-card{flex:1;min-width:250px}}@media (width<=768px){.contact-page__form .form-row{flex-direction:column;gap:0}.contact-page__form .form-row .form-group{margin-bottom:24px}.contact-page__form-wrapper{padding:30px 20px}.contact-page__title{font-size:2.2rem}}
