body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #fff3;position:fixed;top:0;transition:all var(--duration) var(--easing);width:100%;z-index:1000}.header.scrolled{background:#fffffffa;border-bottom-color:var(--medium-gray);box-shadow:var(--shadow)}.nav{justify-content:space-between;padding:var(--space-4) 0}.logo,.nav{align-items:center;display:flex}.logo{gap:var(--space-2);text-decoration:none;z-index:1001}.logo-image{height:40px;transition:all var(--duration) var(--easing);width:auto}.header.scrolled .logo-image{height:35px}.nav-links{align-items:center;display:flex;gap:var(--space-8);list-style:none;margin:0;padding:0}.nav-links a{border-radius:var(--radius);color:var(--dark-gray);font-weight:500;padding:var(--space-2) var(--space-4);position:relative;text-decoration:none;transition:all var(--duration) var(--easing)}.nav-links a.active,.nav-links a:hover{color:var(--primary-green)}.nav-links a.active:after{background:var(--primary-green);border-radius:2px;bottom:-2px;content:"";height:2px;left:var(--space-4);position:absolute;right:var(--space-4)}.nav-actions{align-items:center;display:flex;gap:var(--space-4)}.nav-cta{font-size:.9rem;padding:var(--space-2) var(--space-6);white-space:nowrap}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:var(--space-2);z-index:1001}.menu-toggle span{background:var(--dark-gray);height:2px;transform-origin:center;transition:var(--duration);width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-item-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;border-radius:var(--radius);color:var(--dark-gray);cursor:pointer;display:flex;font-weight:500;gap:var(--space-2);padding:var(--space-2) var(--space-4);position:relative;transition:all var(--duration) var(--easing)}.nav-dropdown-trigger.active,.nav-dropdown-trigger:hover{background:#058f451a;color:var(--primary-green)}.dropdown-arrow{color:var(--primary-green);font-size:.7rem;transition:transform var(--duration) var(--easing)}.nav-dropdown-trigger.active .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown{animation:dropdownFadeIn .3s ease-out;background:var(--white);border:1px solid var(--medium-gray);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;left:0;margin-top:var(--space-2);padding:var(--space-4);position:absolute;top:100%;width:280px;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{display:flex;flex-direction:column;gap:var(--space-2)}.dropdown-item{border-left:3px solid #0000;border-radius:8px;color:var(--dark-gray);font-size:.95rem;font-weight:500;padding:var(--space-3) var(--space-4);text-decoration:none;transition:all var(--duration) var(--easing)}.dropdown-item:hover{background:#058f450d;border-left-color:var(--primary-green);color:var(--primary-green);transform:translateX(5px)}@media (max-width:768px){.nav-links{align-items:stretch;background:var(--white);box-shadow:var(--shadow);flex-direction:column;height:100vh;left:0;opacity:0;overflow-y:auto;padding:var(--space-8);position:fixed;top:100%;transform:translateY(-100%);transition:all var(--duration) var(--easing);visibility:hidden;width:100%}.nav-links.active{opacity:1;transform:translateY(0);visibility:visible}.nav-links a{border-radius:var(--radius);display:block;font-size:1.1rem;padding:var(--space-4);text-align:center}.nav-links a:hover{background:var(--light-gray)}.menu-toggle{display:flex}.nav-cta{display:none}.logo-image{height:35px}.nav-dropdown-trigger{flex-direction:column;padding:var(--space-4);text-align:center}.nav-dropdown{background:var(--light-gray);border:none;border-radius:var(--radius);box-shadow:none;margin:var(--space-2) 0;padding:var(--space-4);position:static;width:100%}.dropdown-content{gap:var(--space-1)}.dropdown-item{font-size:1rem;padding:var(--space-3);text-align:center}}@media (max-width:480px){.logo-image{height:30px}.nav-dropdown{padding:var(--space-3)}.dropdown-item{font-size:.95rem;padding:var(--space-2) var(--space-3)}}.header.scrolled .nav-dropdown{margin-top:var(--space-1)}.nav-dropdown{z-index:1002}.nav{min-height:72px}.nav-links{gap:clamp(.6rem,1.5vw,1.4rem)}.nav-dropdown-trigger,.nav-links a{white-space:nowrap}.nav-links a{padding-left:clamp(.45rem,1vw,.9rem);padding-right:clamp(.45rem,1vw,.9rem)}.logo-image{max-width:160px}@media (max-width:1100px){.nav-links{gap:.45rem}.nav-dropdown-trigger,.nav-links a{font-size:.92rem;padding-left:.55rem;padding-right:.55rem}.nav-cta{padding-left:.9rem;padding-right:.9rem}}@media (max-width:980px){.nav-links{align-items:stretch;background:var(--white);box-shadow:var(--shadow);flex-direction:column;left:0;max-height:calc(100vh - 72px);opacity:0;overflow-y:auto;padding:var(--space-8);position:fixed;right:0;top:72px;transform:translateY(-120%);transition:all var(--duration) var(--easing);visibility:hidden;width:100%;z-index:999}.nav-links.active{opacity:1;transform:translateY(0);visibility:visible}.nav-links a{border-radius:var(--radius);display:block;font-size:1.05rem;padding:var(--space-4);text-align:center}.menu-toggle{display:flex}.nav-cta{display:none}.nav-dropdown-trigger{flex-direction:column;padding:var(--space-4);text-align:center}.nav-dropdown{background:var(--light-gray);border:none;border-radius:var(--radius);box-shadow:none;margin:var(--space-2) 0;padding:var(--space-4);position:static;width:100%}}.footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:2px solid var(--primary-green);color:var(--dark-gray);padding:2rem 0 .75rem;position:relative}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.8fr 1.2fr 1.5fr;margin-bottom:1rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.contact-row{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact-item.compact{align-items:flex-start;display:flex;gap:.5rem;padding:.25rem 0}.contact-item.compact.full-width{grid-column:1/-1;margin-top:.25rem}.contact-icon-circle{align-items:center;background:var(--primary-green);border-radius:3px;color:#fff;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-top:.1rem;transition:all .2s ease;width:18px}.contact-icon-circle:hover{background:var(--dark-green);transform:scale(1.05)}.contact-icon-circle svg{height:8px;width:8px}.contact-info{flex:1 1}.contact-info p{line-height:1.2;margin:0}.contact-info a,.contact-info p{color:var(--dark-gray);font-size:.75rem}.contact-info a{font-weight:500;text-decoration:none;transition:color .2s ease}.contact-info a:hover,.footer-section h4{color:var(--primary-green)}.footer-section h4{font-size:1rem;font-weight:700;margin-bottom:1rem}.footer-logo{margin-bottom:.75rem}.footer-logo-image{height:150px;max-width:180px;width:auto}.footer-description{color:var(--text-gray);font-size:.85rem;line-height:1.5;margin-bottom:1.25rem;max-width:95%}.footer-links{grid-gap:.3rem 1rem;display:grid;gap:.3rem 1rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.3rem}.footer-links a{color:var(--text-gray);display:block;font-size:.8rem;padding:.15rem 0;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--primary-green)}.footer-cta{background:#058f4508;border:1px solid #058f451a;border-radius:6px;margin-bottom:1rem;padding:1rem}.footer-cta p{color:var(--dark-gray);font-size:.8rem;line-height:1.4;margin-bottom:.75rem}.footer-actions{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:1fr 1fr}.footer-actions .btn{border:none;border-radius:4px;font-size:.75rem;font-weight:600;padding:.5rem .75rem;text-align:center;text-decoration:none;transition:all .2s ease}.footer-actions .btn-primary{background:var(--primary-green);color:var(--white)}.footer-actions .btn-primary:hover{background:var(--dark-green)}.footer-actions .btn-secondary{background:#0000;border:1px solid var(--primary-green);color:var(--primary-green)}.footer-actions .btn-secondary:hover{background:var(--primary-green);color:var(--white)}.business-hours{background:#058f4505;border-left:2px solid var(--primary-green);border-radius:4px;padding:.75rem}.business-hours h5{color:var(--primary-green);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.business-hours p{color:var(--text-gray);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.3rem}.business-hours p:last-child{margin-bottom:0}.business-hours strong{color:var(--dark-gray);font-weight:600}.footer-bottom{border-top:1px solid var(--medium-gray);margin-top:.75rem;padding-top:.75rem}.footer-bottom-content{align-items:center;color:var(--text-gray);display:flex;font-size:.75rem;justify-content:space-between}@media (max-width:1024px){.footer-content{gap:1.5rem;grid-template-columns:1fr 1fr}.footer-section:last-child{grid-column:1/-1}}@media (max-width:768px){.footer{padding:1.5rem 0 .5rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section:last-child{grid-column:auto}.contact-row{gap:.5rem;grid-template-columns:1fr}.contact-item.compact.full-width{grid-column:1}.footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center}.footer-links{gap:.3rem}.footer-actions,.footer-links{grid-template-columns:1fr}.footer-logo-image{height:45px;max-width:160px}}@media (max-width:480px){.footer{padding:1.25rem 0 .5rem}.footer-content{gap:1.25rem}.footer-logo-image{height:40px;max-width:140px}}*{box-sizing:border-box;margin:0;padding:0}:root{--duration-fast:150ms;--duration:250ms;--easing:cubic-bezier(.2,.7,.2,1);--gradient-secondary:linear-gradient(135deg,#667eea,#764ba2)}html{font-size:15px}body{color:#1e293b;color:var(--dark-gray);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}h1{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;margin-bottom:var(--space-6)}h2{font-size:2rem;font-weight:700;line-height:1.2}h2,h3{margin-bottom:1rem;margin-bottom:var(--space-4)}h3{font-size:1.5rem;font-weight:600;line-height:1.3}h4{font-size:1.25rem;margin-bottom:.75rem;margin-bottom:var(--space-3)}h4,h5{font-weight:600;line-height:1.4}h5{font-size:1.1rem}h5,h6{margin-bottom:.5rem;margin-bottom:var(--space-2)}h6{font-size:1rem;font-weight:600;line-height:1.4}.container{margin:0 auto;max-width:1200px;padding:0 1rem;padding:0 var(--space-4)}.skip-link{background:#1e293b;background:var(--dark-gray);border-radius:12px;border-radius:var(--radius);color:#fff;color:var(--white);font-weight:600;left:-9999px;padding:.75rem 1rem;padding:var(--space-3) var(--space-4);position:absolute;text-decoration:none;top:auto;z-index:10000}.skip-link:focus{left:1rem;left:var(--space-4);top:1rem;top:var(--space-4)}.page-hero{background:#1e293b;background:var(--dark-gray);color:#fff;color:var(--white);overflow:hidden;padding:6rem 0 3rem;position:relative;text-align:center}.page-hero[data-variant=brand]{background:linear-gradient(135deg,#058f45,#08804a);background:var(--gradient-primary);color:#1e293b;color:var(--dark-gray)}.page-hero-content h1{color:inherit;font-size:3rem;margin-bottom:1rem;margin-bottom:var(--space-4)}.page-hero-content p{font-size:1.25rem;font-weight:400;margin:0 auto;max-width:600px;opacity:.9}.section{padding:5rem 0}.section-sm{padding:4rem 0;padding:var(--space-16) 0}.bg-light{background:#f8fafc;background:var(--light-gray)}.btn{transition:all .25s cubic-bezier(.2,.7,.2,1)}.grid{grid-gap:2rem;grid-gap:var(--space-8);display:grid;gap:2rem;gap:var(--space-8)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);height:100%;padding:2rem;padding:var(--space-8);transition:all .25s cubic-bezier(.2,.7,.2,1);transition:all var(--duration) var(--easing)}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{align-items:center;background:linear-gradient(135deg,#058f45,#08804a);background:var(--gradient-primary);border-radius:12px;border-radius:var(--radius);color:#1e293b;color:var(--dark-gray);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;margin-bottom:var(--space-6);width:60px}.section-header{margin-bottom:4rem;margin-bottom:var(--space-16);text-align:center}.section-header h2{font-size:2.25rem;margin-bottom:1rem;margin-bottom:var(--space-4)}.section-header p{color:#64748b;color:var(--text-gray);font-size:1.2rem;font-weight:400;margin:0 auto;max-width:600px}.text-center{text-align:center}.text-primary{color:#058f45;color:var(--primary-green)}.skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.page-hero-content h1{font-size:2.5rem}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}}@media (max-width:768px){html{font-size:14px}.container{padding:0 1rem;padding:0 var(--space-4)}.section{padding:3rem 0}.page-hero{padding:4rem 0 2rem}.page-hero-content h1{font-size:2rem}.page-hero-content p{font-size:1.1rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1.1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}.btn{justify-content:center;width:100%}}@media (max-width:480px){html{font-size:14px}.page-hero-content h1,h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}}@media print{.btn,.menu-toggle,.skip-link{display:none!important}}:root{--primary-green:#058f45;--dark-green:#08804a;--light-green:#e8f5e8;--accent-orange:#ff6b35;--dark-blue:#1a365d;--light-gray:#f8fafc;--medium-gray:#e2e8f0;--dark-gray:#1e293b;--text-gray:#64748b;--white:#fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius:12px;--duration:0.3s;--easing:ease-in-out;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--gradient-primary:linear-gradient(135deg,var(--primary-green) 0%,var(--dark-green) 100%)}.service-detail-page{padding-top:80px}.service-hero{color:#fff;color:var(--white);overflow:hidden;padding:5rem 0;padding:var(--space-20) 0;position:relative}.service-hero-content{grid-gap:3rem;grid-gap:var(--space-12);align-items:center;display:grid;gap:3rem;gap:var(--space-12);grid-template-columns:2fr 1fr;position:relative;z-index:2}.service-hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;margin-bottom:var(--space-4);text-shadow:2px 2px 4px #0000004d}.service-hero-text p{font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem;margin-bottom:var(--space-6);opacity:.9;text-shadow:1px 1px 2px #0000004d}.service-badges{display:flex;flex-wrap:wrap;gap:.75rem;gap:var(--space-3)}.service-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;font-size:.9rem;font-weight:500;padding:.5rem 1rem;padding:var(--space-2) var(--space-4)}.service-hero-image{position:relative;text-align:center}.service-hero-image .service-icon-large{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));font-size:8rem;opacity:.8}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.service-content-grid{grid-gap:3rem;grid-gap:var(--space-12);align-items:start;display:grid;gap:3rem;gap:var(--space-12);grid-template-columns:2fr 1fr}.service-main-content h2{color:#058f45;color:var(--primary-green);font-size:2.5rem;margin-bottom:1.5rem;margin-bottom:var(--space-6)}.service-main-content h3{border-left:4px solid #058f45;border-left:4px solid var(--primary-green);color:#1e293b;color:var(--dark-gray);font-size:1.8rem;margin-bottom:1.5rem;margin-bottom:var(--space-6);padding-left:1rem;padding-left:var(--space-4)}.service-overview{margin-bottom:3rem;margin-bottom:var(--space-12)}.service-overview p{color:#64748b;color:var(--text-gray);font-size:1.1rem;line-height:1.7}.service-features-section{margin-bottom:3rem;margin-bottom:var(--space-12);width:100%}.service-features-list{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0;width:100%}.service-features-list li{word-wrap:break-word;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;box-sizing:border-box;display:block;font-size:1.05rem;font-weight:500;height:auto;line-height:1.7;margin:0;min-height:auto;overflow-wrap:break-word;padding:1.5rem 1.5rem 1.5rem 5rem;position:relative;text-align:left;transition:all .3s ease}.service-features-list li:hover{background:#058f450d;border-color:#058f45;border-color:var(--primary-green);box-shadow:0 4px 15px #058f451a;transform:translateX(8px)}.service-features-list li:before{align-items:center;background:#058f45;background:var(--primary-green);border-radius:50%;box-shadow:0 3px 8px #058f454d;color:#fff;content:"✓";display:flex;font-size:1.1rem;font-weight:700;height:36px;justify-content:center;left:1.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:36px;z-index:2}.service-features-list li:hover:before{background:#ff6b35;background:var(--accent-orange);transform:translateY(-50%) scale(1.15)}.service-technologies{margin-bottom:3rem;margin-bottom:var(--space-12)}.tech-grid{grid-gap:1.5rem;grid-gap:var(--space-6);display:grid;gap:1.5rem;gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tech-item{background:#fff;background:var(--white);border-radius:12px;border-top:4px solid #058f45;border-top:4px solid var(--primary-green);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:1.5rem;padding:var(--space-6);transition:transform .3s ease-in-out;transition:transform var(--duration) var(--easing)}.tech-item:hover{transform:translateY(-5px)}.tech-item h4{align-items:center;display:flex;font-size:1.2rem;gap:.5rem;gap:var(--space-2);margin-bottom:.75rem;margin-bottom:var(--space-3)}.tech-item p{color:#64748b;color:var(--text-gray);line-height:1.5;margin:0}.service-sidebar{position:-webkit-sticky;position:sticky;top:2rem;top:var(--space-8)}.service-benefits-card,.service-cta-card{background:#fff;background:var(--white);border:1px solid #f8fafc;border:1px solid var(--light-gray);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);margin-bottom:2rem;margin-bottom:var(--space-8);padding:2rem;padding:var(--space-8)}.service-benefits-card h4,.service-cta-card h4{color:#058f45;color:var(--primary-green);font-size:1.3rem;margin-bottom:1rem;margin-bottom:var(--space-4)}.benefits-list{flex-direction:column}.benefit-item,.benefits-list{display:flex;gap:.75rem;gap:var(--space-3)}.benefit-item{align-items:center;background:#058f450d;border-radius:8px;padding:.75rem;padding:var(--space-3);transition:all .3s ease-in-out;transition:all var(--duration) var(--easing)}.benefit-item:hover{background:#058f451a;transform:translateX(5px)}.benefit-icon{align-items:center;background:#fff;background:var(--white);border-radius:50%;color:#058f45;color:var(--primary-green);display:flex;flex-shrink:0;font-weight:700;height:24px;justify-content:center;width:24px}.service-cta-card p{color:#64748b;color:var(--text-gray);line-height:1.5;margin-bottom:1.5rem;margin-bottom:var(--space-6)}.btn-block{justify-content:center;margin-bottom:.75rem;margin-bottom:var(--space-3);width:100%}.rs-gis-hero{background:linear-gradient(135deg,#1a237e,#283593 50%,#303f9f);position:relative}.rs-gis-hero:before{animation:satelliteOrbit 20s linear infinite;background:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#fff3 0,#0000 50%),radial-gradient(circle at 40% 40%,#7877c626 0,#0000 50%)}.rs-gis-hero:after,.rs-gis-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.rs-gis-hero:after{animation:gridMove 30s linear infinite;background:repeating-linear-gradient(0deg,#0000,#ffffff1a 1px,#0000 2px),repeating-linear-gradient(90deg,#0000,#ffffff1a 1px,#0000 2px);background-size:50px 50px;opacity:.1}@keyframes satelliteOrbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gridMove{0%{background-position:0 0}to{background-position:50px 50px}}.construction-hero{background:linear-gradient(135deg,#8b4513,sienna 50%,peru);position:relative}.construction-hero:before{animation:constructionGrid 15s linear infinite;background-image:radial-gradient(circle at 10% 20%,#ffffff1a 0,#0000 20%),radial-gradient(circle at 90% 80%,#ffffff1a 0,#0000 20%),linear-gradient(45deg,#0000 49%,#ffffff1a 50%,#0000 51%),linear-gradient(-45deg,#0000 49%,#ffffff1a 50%,#0000 51%);background-size:100px 100px,100px 100px,60px 60px,60px 60px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes constructionGrid{0%{background-position:0 0,0 0,0 0,0 0}to{background-position:100px 100px,-100px -100px,60px 60px,-60px -60px}}.surveying-hero{background:linear-gradient(135deg,#00695c,#004d40 50%,#00796b);position:relative}.surveying-hero:before{animation:surveyGrid 20s linear infinite;background-image:repeating-linear-gradient(90deg,#0000,#0000 50px,#ffffff1a 0,#ffffff1a 51px),repeating-linear-gradient(0deg,#0000,#0000 50px,#ffffff1a 0,#ffffff1a 51px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes surveyGrid{0%{transform:translateX(0) translateY(0)}to{transform:translateX(50px) translateY(25px)}}.infrastructure-hero{background:linear-gradient(135deg,#37474f,#263238 50%,#455a64);position:relative}.infrastructure-hero:before{animation:roadNetwork 15s linear infinite;background-image:linear-gradient(90deg,#0000 49%,#ffffff1a 50%,#0000 51%),linear-gradient(90deg,#0000 49%,#ffffff1a 50%,#0000 51%),linear-gradient(0deg,#0000 49%,#ffffff1a 50%,#0000 51%),linear-gradient(0deg,#0000 49%,#ffffff1a 50%,#0000 51%);background-position:0 30%,0 70%,30% 0,70% 0;background-size:100px 2px,200px 2px,2px 100px,2px 200px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes roadNetwork{0%{background-position:0 30%,0 70%,30% 0,70% 0}to{background-position:100px 30%,200px 70%,30% 100px,70% 200px}}.geotechnical-hero{background:linear-gradient(135deg,#5d4037,#4e342e 50%,#6d4c41);position:relative}.geotechnical-hero:before{animation:soilLayers 20s linear infinite;background-image:linear-gradient(45deg,#8b45134d 25%,#0000 0),linear-gradient(-45deg,#8b45134d 25%,#0000 0),linear-gradient(45deg,#0000 75%,#8b45134d 0),linear-gradient(-45deg,#0000 75%,#8b45134d 0);background-position:0 0,0 20px,20px -20px,-20px 0;background-size:40px 40px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes soilLayers{0%{background-position:0 0,0 20px,20px -20px,-20px 0}to{background-position:40px 40px,40px 60px,60px 20px,20px 40px}}.solar-hero{background:linear-gradient(135deg,#ff6b35,#ff8c00 50%,#ffa726);overflow:hidden;position:relative}.solar-hero:before{animation:sunRays 20s linear infinite;background:radial-gradient(circle at center,#fffc 0,#0000 50%),repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff1a 0,#ffffff1a 20px);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes sunRays{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.solar-services-grid{grid-gap:1.5rem;grid-gap:var(--space-6);display:grid;gap:1.5rem;gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0;margin:var(--space-8) 0}.solar-service-card{align-items:flex-start;background:#fff;background:var(--white);border:1px solid #f8fafc;border:1px solid var(--light-gray);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);display:flex;gap:1rem;gap:var(--space-4);padding:1.5rem;padding:var(--space-6);transition:transform .3s ease-in-out;transition:transform var(--duration) var(--easing)}.solar-service-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.solar-service-icon{align-items:center;background:linear-gradient(135deg,#ff6b35,#ffb74d);background:linear-gradient(135deg,var(--accent-orange),#ffb74d);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.solar-service-info h4{color:#1e293b;color:var(--dark-gray);font-size:1.1rem;margin-bottom:.5rem;margin-bottom:var(--space-2)}.solar-service-info p{color:#64748b;color:var(--text-gray);font-size:.95rem;line-height:1.4;margin:0}.helious-logo-container{align-items:center;background:#fff;background:var(--white);border:2px solid #f8fafc;border:2px solid var(--light-gray);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;margin-bottom:var(--space-8);padding:2rem;padding:var(--space-8);text-align:center;transition:transform .3s ease-in-out;transition:transform var(--duration) var(--easing)}.helious-logo-container:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.helious-logo{display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;max-width:200px;object-fit:contain}.helious-logo-container p{color:#64748b;color:var(--text-gray);font-size:.9rem;font-weight:500;margin-top:1rem;margin-top:var(--space-4)}.authorized-badge{background:linear-gradient(135deg,#ff6b35,#ff8c00);border:2px solid #ff8c00;border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#fff;margin:1.5rem 0;margin:var(--space-6) 0;overflow:hidden;padding:1rem 1.5rem;padding:var(--space-4) var(--space-6);position:relative;text-align:center}.authorized-badge:before{animation:shine 3s infinite;background:linear-gradient(45deg,#0000,#ffffff4d,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.authorized-badge strong{font-size:1.1rem;position:relative;z-index:1}.helious-benefits{background:#fff;background:var(--white);border:2px solid #f8fafc;border:2px solid var(--light-gray);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem;padding:var(--space-8)}.helious-benefits h4{border-bottom:2px solid #058f45;border-bottom:2px solid var(--primary-green);color:#058f45;color:var(--primary-green);font-size:1.3rem;margin-bottom:1rem;margin-bottom:var(--space-4);padding-bottom:.5rem;padding-bottom:var(--space-2)}.helious-benefits ul{list-style:none;padding:0;text-align:left}.helious-benefits li{border-bottom:1px solid #f8fafc;border-bottom:1px solid var(--light-gray);color:#64748b;color:var(--text-gray);padding:.75rem 0;padding:var(--space-3) 0;padding-left:2rem;padding-left:var(--space-8);position:relative;transition:all .3s ease-in-out;transition:all var(--duration) var(--easing)}.helious-benefits li:hover{color:#058f45;color:var(--primary-green);transform:translateX(5px)}.helious-benefits li:last-child{border-bottom:none}.helious-benefits li:before{color:#ff6b35;color:var(--accent-orange);content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}@media (max-width:1024px){.service-hero-content{text-align:center}.service-content-grid,.service-hero-content{gap:2rem;gap:var(--space-8);grid-template-columns:1fr}.service-sidebar{position:static}.solar-services-grid{grid-template-columns:1fr}.service-features-list{gap:1.25rem}.service-features-list li{font-size:1rem;line-height:1.6;padding:1.25rem 1.25rem 1.25rem 4.5rem}.service-features-list li:before{font-size:1rem;height:32px;left:1.25rem;width:32px}}@media (max-width:768px){.service-hero-text h1{font-size:2.5rem}.service-hero-text p{font-size:1.1rem}.service-main-content h2{font-size:2rem}.service-main-content h3{font-size:1.5rem;margin-bottom:1.5rem;margin-bottom:var(--space-6)}.tech-grid{grid-template-columns:1fr}.service-hero-image .service-icon-large{font-size:5rem}.service-features-list{gap:1rem}.service-features-list li{font-size:.95rem;line-height:1.5;padding:1.25rem 1rem 1.25rem 4rem}.service-features-list li:before{font-size:.95rem;height:30px;left:1rem;width:30px}.helious-logo{max-width:150px}.solar-service-card{flex-direction:column;gap:1rem;gap:var(--space-4);text-align:center}.solar-service-icon{align-self:center}}@media (max-width:480px){.service-detail-page{padding-top:60px}.service-hero{padding:4rem 0;padding:var(--space-16) 0}.service-hero-text h1{font-size:2rem}.service-badges{justify-content:center}.service-features-list{gap:.875rem}.service-features-list li{font-size:.9rem;line-height:1.5;padding:1rem 1rem 1rem 3.5rem}.service-features-list li:before{font-size:.9rem;height:28px;left:.875rem;width:28px}.service-features-section h3{font-size:1.3rem}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;gap:var(--space-2);justify-content:center;overflow:hidden;padding:1rem 2rem;padding:var(--space-4) var(--space-8);position:relative;text-decoration:none;transition:all .3s ease-in-out;transition:all var(--duration) var(--easing)}.btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:#058f45;background:var(--primary-green);color:#1e293b;color:var(--dark-gray)}.btn-primary:hover{background:#08804a;background:var(--dark-green);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #058f45;border:2px solid var(--primary-green);color:#058f45;color:var(--primary-green)}.btn-secondary:hover{background:#058f45;background:var(--primary-green);color:#1e293b;color:var(--dark-gray);transform:translateY(-2px)}.btn-large{font-size:1.1rem;padding:1.5rem 3rem;padding:var(--space-6) var(--space-12)}.land-acquisition-hero{background:linear-gradient(135deg,#2e7d32,#1b5e20 50%,#388e3c);overflow:hidden;position:relative}.land-acquisition-hero:before{animation:landGrid 20s linear infinite;background-image:linear-gradient(45deg,#0000 49%,#ffffff1a 50%,#0000 51%),linear-gradient(-45deg,#0000 49%,#ffffff1a 50%,#0000 51%);background-size:80px 80px;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.land-acquisition-hero:after{animation:landPulse 10s ease-in-out infinite;background:radial-gradient(circle at 20% 30%,#4caf504d 0,#0000 50%),radial-gradient(circle at 80% 70%,#4caf504d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes landGrid{0%{background-position:0 0}to{background-position:80px 80px}}@keyframes landPulse{0%,to{opacity:.5}50%{opacity:.8}}@media (max-width:768px){.solar-services-grid{grid-template-columns:1fr}.solar-service-card{flex-direction:column;text-align:center}}@media (max-width:480px){.land-acquisition-hero:before{background-size:40px 40px}}.certificate-card{background:#fff;background:var(--white);border:2px solid #f8fafc;border:2px solid var(--light-gray);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);margin-bottom:2rem;margin-bottom:var(--space-8);padding:2rem;padding:var(--space-8)}.certificate-card h4{border-bottom:2px solid #058f45;border-bottom:2px solid var(--primary-green);color:#058f45;color:var(--primary-green);font-size:1.3rem;margin-bottom:.75rem;margin-bottom:var(--space-3);padding-bottom:.5rem;padding-bottom:var(--space-2)}.certificate-subtext{color:#64748b;color:var(--text-gray);font-size:.95rem;line-height:1.5;margin:0 0 1.5rem;margin:0 0 var(--space-6) 0}.certificate-preview-btn{background:#0000;border:0;cursor:pointer;padding:0;text-align:left;width:100%}.certificate-preview-btn:focus-visible{border-radius:14px;outline:3px solid #058f4559;outline-offset:4px}.certificate-preview{background:#058f450a;border:1px solid #058f4540;border-radius:14px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);overflow:hidden;position:relative;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;transition:transform var(--duration) var(--easing),box-shadow var(--duration) var(--easing)}.certificate-preview:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.certificate-preview-img{display:block;height:190px;object-fit:cover;width:100%}.certificate-preview-overlay{align-items:flex-end;background:linear-gradient(180deg,#00000005,#00000038 45%,#000000b3);display:flex;gap:1rem;gap:var(--space-4);inset:0;justify-content:space-between;padding:1rem;padding:var(--space-4);position:absolute}.certificate-preview-overlay-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff40;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;height:44px;justify-content:center;width:44px}.certificate-preview-overlay-text{flex:1 1;min-width:0}.certificate-preview-title{color:#fff;font-weight:800;line-height:1.1}.certificate-preview-note{color:#ffffffd9;font-size:.9rem;margin-top:4px}.cert-modal{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172aa6;display:flex;inset:0;justify-content:center;padding:2rem;padding:var(--space-8);position:fixed;z-index:9999}.cert-modal-content{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;height:min(90vh,980px);overflow:hidden;position:relative;width:min(1200px,100%)}.cert-modal-close{align-items:center;background:#1e293b14;border:0;border-radius:12px;color:#1e293b;color:var(--dark-gray);cursor:pointer;display:flex;font-size:1.1rem;height:42px;justify-content:center;position:absolute;right:12px;top:12px;transition:transform .3s ease-in-out;transition:transform var(--duration) var(--easing);width:42px;z-index:3}.cert-modal-close:hover{transform:scale(1.06)}.cert-modal-header{align-items:center;background:#f8fafc;background:var(--light-gray);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--medium-gray);display:flex;gap:1rem;gap:var(--space-4);justify-content:space-between;padding:1.25rem 1.5rem;padding:var(--space-5,1.25rem) var(--space-6)}.cert-modal-title{color:#1e293b;color:var(--dark-gray);font-size:1.05rem;font-weight:800}.cert-modal-subtitle{color:#64748b;color:var(--text-gray);font-size:.9rem;margin-top:4px}.cert-zoom-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cert-zoom-btn{background:#fff;background:var(--white);border:1px solid #1e293b26;border-radius:12px;color:#1e293b;color:var(--dark-gray);cursor:pointer;font-weight:800;height:40px;min-width:40px;padding:0 12px;transition:transform .3s ease-in-out;transition:transform var(--duration) var(--easing)}.cert-zoom-btn:hover{transform:translateY(-1px)}.cert-zoom-btn.secondary{font-weight:700}.cert-zoom-pill{align-items:center;background:#058f4514;border:1px solid #058f4533;border-radius:12px;color:#1e293b;color:var(--dark-gray);display:flex;font-weight:800;height:40px;justify-content:center;padding:0 12px}.cert-viewer{background:#0b1220;flex:1 1;overflow:auto;overscroll-behavior:contain;padding:16px}.cert-canvas{background:#fff;border-radius:12px;box-shadow:0 18px 40px #00000059;overflow:hidden}.cert-modal-image{-webkit-user-drag:none;display:block;-webkit-user-select:none;user-select:none}@media (max-width:768px){.cert-modal{padding:1rem;padding:var(--space-4)}.certificate-preview-img{height:165px}.cert-modal-header{align-items:flex-start;flex-direction:column}.cert-zoom-controls{justify-content:flex-start;width:100%}}.survey-shell{--survey-primary:#058f45;--survey-primary-dark:#064e2c;--survey-primary-soft:#e8f7ef;--survey-accent:#f59e0b;--survey-text:#101828;--survey-muted:#667085;--survey-border:#d7e3dc;--survey-bg:#f7fbf8;--survey-card:#fff;background:linear-gradient(180deg,#f7fcfa,#fff 48%,#f7fafc);color:var(--survey-text);min-height:72vh;overflow-x:hidden;padding-top:78px}.survey-shell *{box-sizing:border-box}.survey-container{margin:0 auto;width:min(1160px,calc(100% - 32px))}.survey-narrow{width:min(760px,calc(100% - 32px))}.survey-page-pad{padding-top:42px}.survey-hero{background:radial-gradient(circle at 15% 20%,#ffffff24,#0000 30%),linear-gradient(135deg,#05351f,#075c35 54%,#0a8b4f);border-bottom-left-radius:30px;border-bottom-right-radius:30px;color:#fff;padding:58px 0 48px}.survey-hero-grid{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.survey-eyebrow{align-items:center;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;display:inline-flex;font-size:.88rem;font-weight:700;gap:8px;margin-bottom:18px;padding:8px 12px}.survey-hero h1{color:#fff;font-size:clamp(2.1rem,4vw,4.4rem);letter-spacing:-.04em;line-height:1.04;margin:0 0 18px}.survey-hero p{color:#ffffffe6;font-size:1.05rem;line-height:1.72;margin:0 0 26px;max-width:760px}.survey-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.survey-actions-right{justify-content:flex-end}.survey-btn{align-items:center;border:0;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;justify-content:center;line-height:1.2;min-height:44px;padding:12px 18px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.survey-btn:hover{box-shadow:0 14px 30px #057a3d2e;transform:translateY(-1px)}.survey-btn-primary{background:var(--survey-primary);color:#fff}.survey-btn-hero{background:#fff;color:var(--survey-primary-dark)}.survey-btn-secondary{background:#eef8f2;border:1px solid #c6e6d3;color:var(--survey-primary-dark)}.survey-btn-danger{background:#fff1f0;border:1px solid #ffd2cf;color:#b42318}.survey-btn-ghost{background:#fff;border:1px solid var(--survey-border);color:var(--survey-primary-dark)}.survey-card,.survey-panel{background:var(--survey-card);border:1px solid var(--survey-border);border-radius:22px;box-shadow:0 16px 42px #0f172a12;min-width:0;padding:24px}.survey-center-card{grid-gap:14px;display:grid;gap:14px;justify-items:center;text-align:center}.survey-glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff3d;border-radius:26px;min-width:0;padding:22px}.survey-glass-card strong{display:block;font-size:2.1rem;line-height:1.1;margin-bottom:4px}.survey-section{padding:40px 0}.survey-section-title{align-items:flex-end;display:flex;gap:22px;justify-content:space-between;margin-bottom:22px}.survey-section-title h1,.survey-section-title h2{color:var(--survey-text);letter-spacing:-.03em;margin:0 0 8px}.survey-section-title h1{font-size:clamp(2rem,3vw,3.1rem)}.survey-section-title h2{font-size:clamp(1.6rem,2.3vw,2.35rem)}.survey-card h3,.survey-panel h3{color:var(--survey-text);margin:0 0 12px}.survey-muted,.survey-section-title p{color:var(--survey-muted);line-height:1.65}.survey-grid-2{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.survey-grid-3{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.survey-stat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.survey-stat{background:#fff;border:1px solid var(--survey-border);border-radius:18px;box-shadow:0 10px 28px #0f172a0f;min-width:0;padding:18px}.survey-stat span{color:var(--survey-muted);display:block;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.survey-stat strong{display:block;font-size:2rem;line-height:1.05;margin-top:8px}.survey-field-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.survey-form-group{display:flex;flex-direction:column;gap:8px;min-width:0}.survey-form-group.full{grid-column:1/-1}.survey-form-group label{color:#263245;font-size:.92rem;font-weight:800}.survey-input,.survey-select,.survey-textarea{background:#fff;border:1px solid var(--survey-border);border-radius:12px;color:var(--survey-text);font:inherit;min-width:0;outline:none;padding:12px 14px;width:100%}.survey-input:focus,.survey-select:focus,.survey-textarea:focus{border-color:var(--survey-primary);box-shadow:0 0 0 4px #057a3d1a}.survey-textarea{min-height:105px;resize:vertical}.survey-table-wrap{background:#fff;border:1px solid var(--survey-border);border-radius:18px;max-width:100%;overflow-x:auto}.survey-table{border-collapse:collapse;min-width:900px;width:100%}.survey-table td,.survey-table th{border-bottom:1px solid var(--survey-border);padding:14px 16px;text-align:left;vertical-align:top}.survey-table th{background:#f8fbf9;color:#475569;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.survey-table tr:last-child td{border-bottom:0}.survey-badge{align-items:center;background:var(--survey-primary-soft);border-radius:999px;color:var(--survey-primary-dark);display:inline-flex;font-size:.78rem;font-weight:800;gap:6px;padding:6px 10px;width:-webkit-fit-content;width:fit-content}.survey-badge.warning{background:#fff7ed;color:#9a3412}.survey-badge.danger{background:#fff1f0;color:#b42318}.survey-badge.neutral{background:#eef2ff;color:#3730a3}.survey-alert{background:#f0faf4;border:1px solid #cbe8d8;border-radius:14px;color:#064e2c;margin-bottom:16px;padding:14px 16px}.survey-alert.error{background:#fff1f0;border-color:#ffccc7;color:#a8071a}.survey-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.survey-toolbar-left,.survey-toolbar-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.survey-search{min-width:min(360px,100%)}.survey-qr-box{background:#f8fbf9;border:1px dashed #a7dbc0;border-radius:20px;display:grid;max-width:100%;padding:20px;place-items:center}.survey-qr-box img{background:#fff;border-radius:14px;height:auto;padding:10px;width:min(300px,100%)}.survey-public-head{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.survey-object-title{font-size:clamp(2rem,3vw,3.2rem);letter-spacing:-.04em;line-height:1.06;margin:0 0 10px;word-break:break-word}.survey-detail-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.survey-detail-item{background:#f8fbf9;border:1px solid var(--survey-border);border-radius:15px;min-width:0;padding:14px}.survey-detail-item span{color:var(--survey-muted);display:block;font-size:.78rem;font-weight:800;letter-spacing:.04em;margin-bottom:5px;text-transform:uppercase}.survey-detail-item strong{font-size:1rem;word-break:break-word}.survey-camera-frame{background:#f8fbf9;border:2px dashed #b8dcc8;border-radius:20px;display:grid;min-height:320px;overflow:hidden;padding:26px;place-items:center;text-align:center}.survey-camera-frame video{border-radius:18px;max-height:420px;object-fit:cover;width:100%}.survey-footer-note{color:var(--survey-muted);font-size:.9rem;margin-top:14px}.survey-login-wrap{display:grid;min-height:58vh;place-items:center}.survey-login-card{width:min(480px,100%)}.survey-link{color:var(--survey-primary);font-weight:800}.survey-divider{background:var(--survey-border);height:1px;margin:18px 0}.survey-empty{color:var(--survey-muted);padding:34px;text-align:center}@media (max-width:1100px){.survey-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.survey-grid-2,.survey-hero-grid,.survey-public-head{grid-template-columns:1fr}.survey-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-detail-list,.survey-field-grid{grid-template-columns:1fr}.survey-actions-right{justify-content:flex-start}}@media (max-width:700px){.survey-shell{padding-top:68px}.survey-container,.survey-narrow{width:min(100% - 22px,1160px)}.survey-hero{border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:42px 0 34px}.survey-grid-3,.survey-stat-grid{grid-template-columns:1fr}.survey-section-title{align-items:flex-start;flex-direction:column}.survey-card,.survey-glass-card,.survey-panel{border-radius:18px;padding:18px}.survey-btn,.survey-search,.survey-toolbar,.survey-toolbar .survey-input,.survey-toolbar .survey-select,.survey-toolbar-left,.survey-toolbar-right{width:100%}}.survey-role-toggle{grid-gap:8px;background:#f1f8f4;border:1px solid var(--survey-border);border-radius:14px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:18px 0;padding:6px}.survey-role-toggle button{background:#0000;border:0;border-radius:10px;color:var(--survey-primary-dark);cursor:pointer;font-weight:900;padding:12px 14px}.survey-role-toggle button.active{background:var(--survey-primary);box-shadow:0 10px 20px #058f452e;color:#fff}.survey-table td .survey-actions{min-width:360px}@media (max-width:700px){.survey-role-toggle{grid-template-columns:1fr}.survey-table td .survey-actions{min-width:0}}.survey-photo-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.survey-photo-preview{background:#f8fbf9;border:1px solid var(--survey-border);border-radius:18px;margin-top:12px;overflow:hidden}.survey-photo-preview img,.survey-public-photo{display:block;max-height:420px;object-fit:cover;width:100%}.survey-photo-preview p{color:var(--survey-muted);font-size:.9rem;margin:0;padding:10px 12px}.survey-photo-empty{background:#f8fbf9;border:1px dashed #a7dbc0;border-radius:16px;color:var(--survey-muted);margin-top:12px;padding:16px}.survey-checkbox-group{background:#fff;border:1px solid var(--survey-border);border-radius:12px;justify-content:center;padding:10px 14px}.survey-checkbox-group input{height:22px;width:22px}.survey-public-photo{border:1px solid var(--survey-border);border-radius:18px;margin-top:16px}@media (max-width:700px){.survey-photo-actions .survey-btn{width:100%}}.survey-table td .survey-actions{gap:8px;min-width:0}.survey-table td .survey-btn{font-size:.88rem;min-height:38px;padding:9px 12px}.survey-hero-compact{padding:64px 0 58px}.survey-main-actions .survey-btn{min-width:150px}@media (max-width:700px){.survey-main-actions .survey-btn{width:100%}}.survey-link{color:#04783f;font-weight:700;text-decoration:none}.survey-link:hover{text-decoration:underline}.survey-alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.survey-camera-frame-live{display:block;min-height:360px;padding:0;position:relative}.survey-html5-reader{display:block;min-height:360px;width:100%}.survey-html5-reader video{border-radius:18px;max-height:420px;object-fit:cover;width:100%!important}.survey-html5-reader canvas{border-radius:18px}.survey-html5-reader img{max-width:100%}.survey-html5-reader button,.survey-html5-reader select{border:1px solid var(--survey-border);border-radius:10px;font-weight:700;padding:8px 10px}.survey-scan-placeholder{display:grid;min-height:360px;padding:28px;place-items:center;text-align:center}@media (max-width:640px){.survey-camera-frame-live,.survey-html5-reader,.survey-scan-placeholder{min-height:300px}}.survey-grid-1{grid-gap:22px;display:grid;gap:22px;grid-template-columns:minmax(0,760px);justify-content:center}.survey-side-photo{border-top:1px solid var(--survey-border);margin-top:22px;padding-top:18px}.survey-side-photo img{background:#f8fbf9;border:1px solid var(--survey-border);border-radius:16px;max-height:330px;object-fit:cover;width:100%}.survey-public-image-only{margin:18px 0}.survey-public-image-only img{border:1px solid var(--survey-border);border-radius:20px;max-height:520px;object-fit:cover;width:100%}.survey-photo-placeholder{background:#f8fbf9;border:1px dashed #a7dbc0;border-radius:18px;color:var(--survey-muted);display:grid;font-weight:800;min-height:240px;padding:22px;place-items:center;text-align:center}
/*# sourceMappingURL=main.e30fd163.css.map*/