@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap";:root{--primary: #003d29;--primary-light: #005c3e;--secondary: #2c3e50;--accent: #d4af37;--text-dark: #1a1a1a;--text-light: #f8f9fa;--bg-light: #ffffff;--bg-soft: #f4f7f6;--transition: all .3s ease;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--glass: rgba(255, 255, 255, .8)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden;margin:0;min-height:100vh}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition);border:none;font-family:Montserrat,sans-serif}.btn-primary{background-color:var(--primary);color:var(--text-light)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow)}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:2rem;box-shadow:var(--shadow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:transparent;transition:var(--transition);color:var(--text-light)}.navbar.scrolled{background:var(--primary);box-shadow:0 1px 10px #0003;padding:.7rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo-wrapper{display:flex;align-items:center;gap:1rem}.navbar-logo{height:44px;width:44px;flex-shrink:0;border-radius:8px;color:var(--text-light)}.logo-text{font-family:Playfair Display,serif;font-weight:700;font-size:1.5rem;color:var(--text-light)}.logo-text span{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:500;display:block;text-transform:uppercase;letter-spacing:2px;color:#ffffffb3;line-height:1}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;font-size:.9rem;color:#ffffffe6}.nav-links a:hover{color:var(--accent)}.nav-item-teams{position:relative}.teams-dropdown-wrapper{position:relative;display:inline-block}.nav-teams-trigger{display:inline-flex;align-items:center;gap:.35rem;font-weight:500;font-size:.9rem;color:#ffffffe6;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.nav-teams-trigger:hover{color:var(--accent)}.nav-chevron{font-size:.6rem;opacity:.9;transition:transform .2s ease}.nav-item-teams:hover .nav-chevron,.nav-item-teams.dropdown-open .nav-chevron{transform:rotate(180deg)}.teams-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:280px;background:var(--bg-light);border-radius:8px;box-shadow:0 8px 24px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1001;border:1px solid rgba(0,0,0,.06)}.teams-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.teams-dropdown-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;color:var(--text-dark);transition:background .15s ease}.teams-dropdown-item:hover{background:var(--bg-soft)}.teams-dropdown-name{font-weight:600;font-size:.95rem;color:var(--primary)}.teams-dropdown-profession{font-size:.8rem;color:var(--secondary);margin-top:.2rem}.team-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .2s ease}.team-modal{background:var(--bg-light);border-radius:12px;max-width:960px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;overflow:hidden}.team-modal-header{padding:1.5rem 2rem;border-bottom:1px solid var(--bg-soft);background:var(--primary);color:var(--text-light);position:relative}.team-modal-header h2{font-size:1.5rem;margin:0;color:var(--text-light)}.team-modal-role{margin:.35rem 0 0;font-size:.9rem;opacity:.9}.team-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#fff3;color:var(--text-light);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.team-modal-close:hover{background:#ffffff4d}.team-modal-body{padding:1.5rem 2rem 2rem;overflow-y:auto;font-size:.95rem;color:var(--secondary)}.team-modal-body h4{font-family:Montserrat,sans-serif;font-weight:600;color:var(--primary);margin:1.25rem 0 .5rem;font-size:1rem}.team-modal-body h4:first-child{margin-top:0}.team-modal-body p{margin:0 0 .75rem;line-height:1.6}.team-modal-body ul{list-style:disc;padding-left:1.25rem;margin:0 0 .75rem}.team-modal-body li{margin-bottom:.25rem}.profile-responsibilities-table{display:flex;flex-direction:column;gap:0;margin:1rem 0 1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #003d2914}.profile-responsibilities-row{display:grid;grid-template-columns:48px 1fr;min-height:0;border-bottom:1px solid rgba(0,61,41,.12);background:#fafcfb;opacity:0;transform:translate(-20px);animation:profile-row-in .45s ease forwards}.profile-responsibilities-row:last-child{border-bottom:none}.profile-responsibilities-row:nth-child(1){animation-delay:.05s}.profile-responsibilities-row:nth-child(2){animation-delay:.12s}.profile-responsibilities-row:nth-child(3){animation-delay:.19s}.profile-responsibilities-row:nth-child(4){animation-delay:.26s}.profile-responsibilities-row:nth-child(5){animation-delay:.33s}.profile-responsibilities-row:hover{background:#f0f7f4}@keyframes profile-row-in{to{opacity:1;transform:translate(0)}}.profile-responsibilities-num{display:flex;align-items:flex-start;justify-content:center;padding:1rem .5rem;font-weight:700;font-size:1.1rem;color:var(--primary);background:#003d290f;border-right:2px solid rgba(0,61,41,.15)}.profile-responsibilities-cell{padding:1rem 1.25rem;text-align:left}.profile-responsibilities-cell strong{display:block;color:var(--primary);margin-bottom:.5rem;font-size:.95rem}.profile-responsibilities-cell ul{margin:0;padding-left:1.1rem;list-style:disc}.profile-responsibilities-cell li{margin-bottom:.2rem;font-size:.9rem}.profile-experience-table{margin:1rem 0 1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 14px #003d2914;border:1px solid rgba(0,61,41,.12);width:100%;box-sizing:border-box}.profile-experience-thead .profile-experience-row,.profile-experience-tbody .profile-experience-row{display:grid;grid-template-columns:120px minmax(0,1fr) 84px minmax(220px,1.5fr);width:100%;box-sizing:border-box}.profile-experience-thead .profile-experience-row{background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.profile-experience-thead .profile-experience-cell{padding:.75rem .9rem;border-right:1px solid rgba(255,255,255,.2);box-sizing:border-box;overflow:hidden}.profile-experience-thead .profile-experience-cell:last-child{border-right:none}.profile-experience-thead .profile-experience-cell:nth-child(3){text-align:center}.profile-experience-tbody .profile-experience-row{background:#fafcfb;border-bottom:1px solid rgba(0,61,41,.1);opacity:0;transform:translateY(8px);animation:profile-exp-row-in .4s ease forwards}.profile-experience-tbody .profile-experience-row:last-child{border-bottom:none}.profile-experience-tbody .profile-experience-row:nth-child(1){animation-delay:.08s}.profile-experience-tbody .profile-experience-row:nth-child(2){animation-delay:.16s}.profile-experience-tbody .profile-experience-row:nth-child(3){animation-delay:.24s}.profile-experience-tbody .profile-experience-row:hover{background:#f0f7f4}@keyframes profile-exp-row-in{to{opacity:1;transform:translateY(0)}}.profile-experience-tbody .profile-experience-cell{padding:.85rem .9rem;font-size:.88rem;color:var(--secondary);border-right:1px solid rgba(0,61,41,.08);vertical-align:top;box-sizing:border-box;min-width:0;overflow-wrap:break-word}.profile-experience-tbody .profile-experience-cell:last-child{border-right:none}.profile-experience-tbody .profile-experience-cell:nth-child(3){text-align:center}.profile-experience-cell.profile-experience-summary{font-size:.82rem;line-height:1.5;max-height:8em;overflow-y:auto;min-width:0}.profile-experience-summary strong{color:var(--primary)}@media(max-width:900px){.profile-experience-table{overflow-x:auto}.profile-experience-thead .profile-experience-row,.profile-experience-tbody .profile-experience-row{grid-template-columns:100px 180px 84px 260px;min-width:624px}.profile-experience-cell.profile-experience-summary{max-height:6em}}.hero-section{height:100vh;display:flex;align-items:center;background:linear-gradient(#003d2999,#003d2966),url(/assets/hero-bg-C2OV2fWh.png) center/cover no-repeat;padding-top:80px;color:var(--text-light)}.hero-title{font-size:3.5rem;max-width:800px;margin-bottom:1.5rem;color:var(--text-light)}.hero-title span{color:var(--accent)}.hero-subtitle{font-size:1.2rem;max-width:600px;margin-bottom:2rem;color:#ffffffe6}.btn-secondary{background:transparent;border:2px solid var(--text-light);color:var(--text-light)}.btn-secondary:hover{background:var(--text-light);color:var(--primary)}.about-section,.team-section,.services-section,.highlights-section{background-color:#ebf2f0}.contact-section{background-color:#f0f4f3;padding:4rem 0 5rem}.contact-tagline{text-align:center;color:var(--secondary);margin-top:-1.5rem;margin-bottom:2.5rem;font-size:1.05rem}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1000px;margin:0 auto;background:var(--bg-light);border-radius:16px;box-shadow:0 8px 32px #00000014;overflow:hidden}.contact-card-form{padding:2.5rem}.contact-form-title{font-size:1.35rem;color:var(--primary);margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;background:var(--bg-light);color:var(--text-dark);box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #003d291a}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#888}.contact-form textarea{resize:vertical;min-height:100px}.contact-form-submit{align-self:flex-start;padding:.75rem 1.75rem;background:var(--primary);color:var(--text-light);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition)}.contact-form-submit:hover{background:var(--primary-light);transform:translateY(-1px)}.contact-card-details{padding:2.5rem;background:#f8faf9;border-left:1px solid #eee}.contact-details-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.contact-detail-item{display:flex;gap:1rem;align-items:flex-start}.contact-detail-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--primary);color:var(--text-light);display:flex;align-items:center;justify-content:center}.contact-detail-item strong{display:block;color:var(--primary);font-size:.95rem;margin-bottom:.25rem}.contact-detail-item p{margin:0;font-size:.9rem;color:var(--secondary);line-height:1.5}.contact-detail-item a{color:var(--primary)}.contact-detail-item a:hover{color:var(--primary-light);text-decoration:underline}.contact-phone-list a{display:block;margin-bottom:.25rem}.contact-phone-list a:last-child{margin-bottom:0}.contact-map-wrap{position:relative;border-radius:12px;overflow:hidden;background:#e5e5e5;min-height:220px}.contact-map-open{position:absolute;top:10px;left:10px;z-index:2;padding:.4rem .75rem;background:var(--bg-light);color:var(--primary);font-size:.85rem;font-weight:600;border-radius:6px;box-shadow:0 2px 8px #00000026;text-decoration:none;transition:var(--transition)}.contact-map-open:hover{background:var(--primary);color:var(--text-light)}.contact-map{width:100%;height:220px;border:none;display:block}.contact-map-placeholder{min-height:200px;border-radius:12px;background:linear-gradient(135deg,#e8f0ee,#dde8e5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.contact-map-open-btn{padding:.6rem 1.25rem;background:var(--primary);color:var(--text-light);text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem}.contact-map-open-btn:hover{background:var(--primary-light);color:var(--text-light)}.contact-map-hint{font-size:.8rem;color:var(--secondary);margin:0;opacity:.8;text-align:center}@media(max-width:768px){.contact-card{grid-template-columns:1fr}.contact-card-details{border-left:none;border-top:1px solid #eee}.contact-form-row{grid-template-columns:1fr}}.about-section-particles{position:relative;overflow:hidden}.about-container-inner{position:relative;z-index:1;max-width:900px;margin:0 auto}.about-particles{position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,rgba(0,61,41,.12) 1.5px,transparent 1.5px);background-size:32px 32px;pointer-events:none;animation:about-particles-float 18s ease-in-out infinite}@keyframes about-particles-float{0%,to{opacity:.7;transform:translate(0) scale(1)}50%{opacity:1;transform:translate(6px,-6px) scale(1.02)}}.about-block-animate{opacity:0;transform:translateY(32px);transition:opacity .6s ease-out,transform .6s ease-out}.about-block-visible{opacity:1;transform:translateY(0)}.about-block:nth-child(2).about-block-animate{transition-delay:.15s}.about-block{margin-bottom:3rem}.about-block:last-child{margin-bottom:0}.about-mission-who-row{display:flex;align-items:flex-start;gap:1.5rem 2rem;margin-bottom:3rem;flex-wrap:wrap}.about-mission-who-row .about-block-left,.about-mission-who-row .about-block-right{flex:1 1 280px;margin-bottom:0;min-width:0}.about-divider{flex:0 0 auto;align-self:stretch;display:flex;align-items:stretch;justify-content:center;padding:0 1.5rem}.about-divider-line{display:block;width:2px;height:100%;min-height:180px;background:var(--accent);border-radius:1px}.about-mission-who-row .about-block-left .section-title,.about-mission-who-row .about-block-right .section-title{margin-bottom:1rem}.about-mission-who-row .about-text{max-width:none}@media(max-width:700px){.about-mission-who-row{flex-direction:column;align-items:stretch;gap:1rem}.about-divider{align-self:center;padding:.75rem 0;min-height:0}.about-divider-line{width:60px;height:2px;min-height:2px;background:linear-gradient(to right,transparent 0%,var(--accent) 10%,var(--accent) 90%,transparent 100%)}}.about-section .section-title{text-align:left;margin-bottom:1.25rem}.about-section .section-title:after{left:0;transform:none}.about-section .about-text{text-align:left;max-width:680px;line-height:1.7}.about-section .about-values-list,.about-section .about-why-list{max-width:680px}.about-values-list,.about-why-list{list-style:none;padding:0;margin:.75rem 0 0}.about-values-list li,.about-why-list li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;font-size:.95rem;color:var(--secondary);line-height:1.5}.about-values-list li:before{content:"▸";position:absolute;left:0;color:var(--accent);font-weight:700}.about-why-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background-color:var(--accent)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.team-grid-four{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.team-grid-four{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.team-grid-four{grid-template-columns:1fr}}.team-card{display:flex;gap:1.5rem;align-items:flex-start;text-align:left}.team-card-no-image{width:100%;border:none;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease;text-align:left;padding:2rem;background:var(--glass)}.team-card-no-image:hover{transform:translateY(-4px);box-shadow:0 8px 24px #003d291f}.team-card-no-image .team-info-content{flex:1;min-width:0;width:100%;text-align:left}.team-card-no-image .team-info-content h3,.team-card-no-image .team-info-content .role,.team-card-no-image .team-info-content .description,.team-card-no-image .team-info-content .expertise-list{text-align:left}.team-image-wrapper{flex-shrink:0;width:120px;height:120px;border-radius:12px;overflow:hidden;border:2px solid var(--accent)}.team-img{width:100%;height:100%;object-fit:cover}.team-info-content h3{color:var(--primary);margin-bottom:.5rem}.role{color:var(--accent);font-weight:600;font-size:.9rem;text-transform:uppercase;margin-bottom:1rem}.expertise-list{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.expertise-list li{background:#003d291a;color:var(--primary);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.mini-list{margin-top:1rem;font-size:.85rem;opacity:.9;list-style:disc;padding-left:1.2rem}.mini-list li{margin-bottom:.3rem}.service-key-features{font-weight:600;color:var(--primary);margin:1rem 0 .4rem;font-size:.9rem}.service-addons{margin-top:2.5rem;padding:1.5rem;background:#003d290f;border-radius:12px;border-left:4px solid var(--accent)}.service-addons-title{font-size:1.15rem;color:var(--primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-weight:600}.service-addons .about-why-list{margin-top:.5rem}.services-tagline{text-align:center;font-size:1.1rem;color:var(--primary);font-weight:600;margin:2rem 0 0;font-style:italic}.highlights-container{margin-top:2rem}.highlight-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.highlights-intro{text-align:center;max-width:640px;margin:-.5rem auto 2rem;color:var(--secondary);font-size:.95rem}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.highlight-card{padding:1.35rem 1.5rem;border-left:4px solid var(--accent);background:#fff;border-radius:0 8px 8px 0;box-shadow:0 2px 10px #003d290f;transition:transform .25s ease,box-shadow .25s ease;opacity:0;transform:translateY(16px);animation:highlight-card-in .5s ease forwards;position:relative}.highlight-card:hover{transform:translateY(-4px) translate(6px);box-shadow:0 8px 24px #003d291f}.highlight-card-num{position:absolute;top:1rem;right:1rem;font-size:.85rem;font-weight:700;color:var(--accent);opacity:.8}.highlight-card h5{color:var(--primary);font-size:1.05rem;margin:0 0 .5rem;padding-right:1.5rem}.highlight-card p{font-size:.9rem;color:var(--secondary);margin:0;line-height:1.5}@keyframes highlight-card-in{to{opacity:1;transform:translateY(0)}}.highlight-content{padding:1.5rem;border-left:3px solid var(--accent);background:#fff;transition:var(--transition)}.highlight-content:hover{transform:translate(10px);background:var(--bg-soft)}.highlight-content h5{color:var(--primary);font-size:1.1rem;margin-bottom:.5rem}.highlight-content p{font-size:.9rem;color:var(--secondary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.service-item h4{color:var(--primary);margin-bottom:.8rem;font-size:1.3rem}.footer{position:relative;padding:4rem 0 0;color:var(--text-light)}.footer .container{padding-right:calc(2rem + 80px)}.footer-anchor{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;pointer-events:none}.bg-primary{background-color:var(--primary)}.footer-buildnex .footer-top{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;padding-bottom:2.5rem}.footer-buildnex .footer-brand-block{max-width:420px}.footer-buildnex .footer-brand-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.footer-buildnex .footer-logo-inline{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--text-light);margin:0}.footer-buildnex .footer-logo-accent{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:var(--accent);display:block;letter-spacing:.5px;margin-top:.15rem}.footer-buildnex .footer-logo-underline{display:block;width:48px;height:3px;background:var(--accent);margin-bottom:1rem}.footer-buildnex .footer-tagline{font-size:.9rem;line-height:1.6;opacity:.9;margin-bottom:1.5rem;color:#ffffffe6}.footer-buildnex .footer-social-link{width:42px;height:42px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--text-light)}.footer-buildnex .footer-social-link:hover{background:#ffffff1f;border-color:var(--accent);color:var(--accent)}.footer-buildnex .footer-touch-title{font-size:.95rem;font-weight:700;letter-spacing:1.5px;color:var(--text-light);margin:0 0 1.25rem;font-family:Montserrat,sans-serif}.footer-buildnex .footer-touch-list{list-style:none;padding:0;margin:0}.footer-buildnex .footer-touch-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.footer-buildnex .footer-touch-list li:last-child{margin-bottom:0}.footer-buildnex .footer-touch-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ffffff1a;color:var(--accent);display:flex;align-items:center;justify-content:center}.footer-buildnex .footer-touch-list a,.footer-buildnex .footer-touch-list span{color:#ffffffe6;font-size:.95rem;line-height:1.5}.footer-buildnex .footer-touch-list a:hover{color:var(--accent)}.footer-buildnex .footer-touch-phones a{display:block;margin-bottom:.2rem}.footer-buildnex .footer-touch-phones a:last-child{margin-bottom:0}.footer-buildnex .footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);margin-top:0}.footer-buildnex .footer-bottom-right{text-align:right}.footer-buildnex .footer-bottom-right .footer-copyright,.footer-buildnex .footer-bottom-right .footer-credit{margin:.2rem 0 0;font-size:.85rem;opacity:.9}.footer-buildnex .footer-credit a{color:var(--accent)}.footer-buildnex .footer-credit a:hover{color:#e0c04a;text-decoration:underline}.footer-buildnex .footer-logo-img{width:48px;height:48px;margin-bottom:0;color:var(--text-light)}@media(max-width:768px){.footer-buildnex .footer-top{grid-template-columns:1fr}.footer-buildnex .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left}.footer-buildnex .footer-bottom-right{text-align:left}}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.4fr;gap:2.5rem;padding-bottom:2rem}.footer-grid-slim{grid-template-columns:1.2fr 1fr}.footer-col{min-width:0}.footer-logo-img{width:56px;height:56px;margin-bottom:.75rem;display:block;color:var(--text-light)}.footer-logo{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;margin-bottom:.35rem;color:var(--text-light)}.footer-logo span{display:block;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;opacity:.9}.footer-tagline{font-size:.9rem;opacity:.85;margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.5);color:var(--text-light);transition:var(--transition)}.footer-social-link:hover{border-color:var(--accent);color:var(--accent);background:#ffffff14}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent);display:inline-block;color:var(--text-light)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffd9;font-size:.9rem}.footer-links a:hover{color:var(--accent)}.footer-contact{font-size:.9rem;opacity:.9;min-width:0;padding-right:.5rem}.footer-contact-item{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem}.footer-icon{flex-shrink:0}.footer-icon-contact{color:#e74c3c}.footer-contact-item a{color:#ffffffe6}.footer-contact-item a:hover{color:var(--accent)}.footer-contact-phone .footer-phone-list{display:flex;flex-direction:column;gap:.25rem}.footer-phone-link{display:block}.footer-contact-email{min-width:0;overflow-wrap:anywhere;word-break:break-word}.footer-email-link{word-break:break-all;overflow-wrap:anywhere}.footer-form-col{min-width:0}.footer-form{margin-top:.25rem}.footer-form input,.footer-form textarea{width:100%;padding:.6rem .75rem;margin-bottom:.6rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff1a;color:var(--text-light);font-family:inherit;font-size:.9rem;box-sizing:border-box}.footer-form input::placeholder,.footer-form textarea::placeholder{color:#fff9}.footer-form input:focus,.footer-form textarea:focus{outline:none;border-color:var(--accent);background:#ffffff1f}.footer-form textarea{resize:vertical;min-height:80px}.btn-footer-submit{padding:.6rem 1.25rem;font-size:.9rem;background:var(--accent);color:var(--primary);border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:var(--transition)}.btn-footer-submit:hover{background:#e0c04a;transform:translateY(-1px)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:0;padding:1.25rem 0 1.5rem;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;opacity:.9}.footer-copyright{margin:0}.footer-legal{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-legal a{color:#ffffffd9;font-size:.85rem}.footer-legal a:hover{color:var(--accent)}.footer-legal-sep{opacity:.5;-webkit-user-select:none;user-select:none}.footer-credit{margin:0;color:#ffffffd9}.footer-credit a{color:var(--text-light);font-weight:600}.footer-credit a:hover{color:var(--accent)}.footer-heart{color:#e74c3c}.email-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;z-index:999;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #003d2966;transition:transform .2s ease,box-shadow .2s ease}.email-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #003d2980;color:#fff}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.footer-grid-slim{grid-template-columns:1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:768px){.hero-title{font-size:2.5rem}.nav-links{display:none}}
