:root{--galabau:#8cc63f;--urban-slate:#1e293b;--urban-steel:#64748b;--urban-concrete:#f8fafc;--white:#fff}body{background-color:var(--urban-concrete);color:#1f2937;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}::selection{background-color:var(--galabau);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--urban-concrete)}::-webkit-scrollbar-thumb{background:var(--urban-steel);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--galabau)}.container{max-width:90rem;margin:0 auto;padding:0 1rem}.logo-wrap{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2rem;height:2rem;background-color:var(--galabau);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transform:rotate(45deg)}.logo-icon div{width:1rem;height:1rem;border:2px solid var(--white);transform:rotate(-45deg)}.logo-text{color:var(--white);font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.nav-scrolled .logo-text{color:var(--galabau)}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-link{color:rgba(255,255,255,.9);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.nav-link:hover{color:var(--galabau)}.nav-scrolled .nav-link{color:#4b5563}.nav-scrolled .nav-link:hover{color:var(--galabau)}.btn-primary{background-color:var(--galabau);color:var(--white);padding:.625rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em;display:inline-flex;align-items:center;gap:.5rem;border:1px solid transparent;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .2s;cursor:pointer}.btn-primary:hover{background-color:var(--white);color:var(--urban-slate);border-color:var(--white);transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.125rem;color:var(--urban-slate)}.btn-large svg{width:1.25rem;height:1.25rem;margin-left:.5rem;transition:transform .2s}.btn-large:hover svg{transform:translateX(4px)}.hero{position:relative;min-height:80vh;display:flex;align-items:center;padding:6rem 0 3rem;overflow:hidden;background-image:linear-gradient(to right,rgba(30,41,59,.95),rgba(30,41,59,.7)),url('https://images.unsplash.com/photo-1517737803657-3743db487fce?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');background-size:cover;background-position:center;background-attachment:fixed}.hero-overlay{position:absolute;inset:0;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTAgMGg0MHY0MEgwVjB6bTIwIDIwaDIwdjIwSDIwaC0yMHYtMjBoMjB6IiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAuMDUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');opacity:.2;mix-blend-mode:overlay}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;width:100%}@media(min-width:1024px){.hero-content{flex-direction:row;align-items:center}}.hero-text{width:100%;text-align:left}@media(min-width:1024px){.hero-text{width:66.666%}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(30,41,59,.5);backdrop-filter:blur(12px);border:1px solid #4b5563;border-radius:.5rem;color:#d1d5db;font-size:.875rem;font-weight:500;letter-spacing:.025em;margin-bottom:1.5rem}.dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--galabau);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero-title{font-size:2.25rem;line-height:1.1;font-weight:800;color:var(--white);margin-bottom:1.5rem;letter-spacing:-.025em}@media(min-width:768px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.highlight{color:var(--galabau);position:relative;display:inline-block}.highlight-svg{position:absolute;width:100%;height:.5rem;bottom:-.5rem;left:0;color:var(--galabau)}.hero-desc{font-size:1.125rem;color:#d1d5db;margin-bottom:2.5rem;max-width:42rem;line-height:1.625;font-weight:300}.hero-desc strong{color:var(--white);font-weight:700}.hero-graphic{display:none;justify-content:center;margin-top:4rem}@media(min-width:768px){.hero-graphic{display:flex}}@media(min-width:1024px){.hero-graphic{width:33.333%;margin-top:0;justify-content:flex-end}}.badge-circle-wrap{position:relative;width:18rem;height:18rem}.circle-outer,.circle-inner{position:absolute;border-radius:50%}.circle-outer{inset:0;border:1px solid #6b7280;animation:spin 40s linear infinite}.circle-inner{inset:.5rem;border:2px dashed rgba(140,198,63,.4);animation:spin-reverse 60s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin-reverse{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}.circle-content{position:absolute;inset:1.5rem;background:rgba(30,41,59,.8);backdrop-filter:blur(16px);border:1px solid #4b5563;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);text-align:center}.circle-content svg{width:2rem;height:2rem;color:var(--galabau);margin-bottom:.75rem}.circle-label{color:#d1d5db;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.circle-hall{color:var(--galabau);font-weight:700;font-size:1.25rem;text-transform:uppercase;letter-spacing:.1em}.circle-stand{color:var(--white);font-weight:900;font-size:2.25rem;margin-top:1rem}.section-target{padding:6rem 0;position:relative}.section-header{text-align:center;margin-bottom:4rem;max-width:48rem;margin-left:auto;margin-right:auto}.section-subtitle{color:var(--galabau);font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem}.section-title{font-size:1.875rem;font-weight:800;color:var(--urban-slate);margin:.5rem 0 1.5rem}@media(min-width:768px){.section-title{font-size:3rem}}.section-desc{color:var(--urban-steel);font-size:1.125rem}.grid-4{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transform:translateY(-4px)}.card-icon{width:3.5rem;height:3.5rem;background:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--urban-slate);transition:all .3s ease}.card-icon svg{width:1.75rem;height:1.75rem}.card:hover .card-icon-dark{background:var(--urban-slate);color:var(--white)}.card:hover .card-icon-green{background:var(--galabau);color:var(--white)}.card:hover .card-icon-blue{background:var(--urban-steel);color:var(--white)}.card-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.card-text{color:#4b5563;line-height:1.5}.section-details{position:relative;padding:0}.details-wrapper{transform:translateY(-3rem);display:flex;flex-direction:column;background:var(--urban-slate);border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media(min-width:1024px){.details-wrapper{flex-direction:row;align-items:stretch}}.details-img-col{position:relative;height:20rem;min-height:400px}@media(min-width:1024px){.details-img-col{width:50%;height:auto}}.details-img-col img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.details-overlay-1{position:absolute;inset:0;background:rgba(30,41,59,.3);mix-blend-mode:multiply}.details-overlay-2{position:absolute;inset:0;background:linear-gradient(to top,var(--urban-slate),transparent)}@media(min-width:1024px){.details-overlay-2{background:linear-gradient(to right,transparent,var(--urban-slate))}}.details-content-col{padding:2.5rem;color:var(--white);display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.details-content-col{padding:4rem}}@media(min-width:1024px){.details-content-col{width:50%}}.details-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}@media(min-width:768px){.details-title{font-size:2.25rem}}.info-row{display:flex;align-items:flex-start;margin-bottom:2rem}.info-icon{width:3rem;height:3rem;border-radius:.5rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-right:1.25rem;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.info-icon svg{width:1.5rem;height:1.5rem;color:var(--galabau)}.info-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.info-val1{font-size:1.25rem;font-weight:700;padding-bottom:.5rem}.info-val2{color:#d1d5db;margin-top:.25rem}.stand-box{background:rgba(31,41,55,.5);padding:1.5rem;border-radius:.75rem;border:1px solid #374151;margin-top:1.5rem;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:space-between}.stand-label{font-size:.875rem;color:var(--galabau);text-transform:uppercase;letter-spacing:.05em;font-weight:700;margin-bottom:.25rem}.stand-val{font-size:1.5rem;font-weight:900;color:var(--white)}.stand-val span{margin:0 .5rem;font-weight:400;color:#6b7280}.stand-btn{display:none;background:var(--white);color:var(--urban-slate);padding:.75rem;border-radius:.5rem;transition:all .2s}@media(min-width:640px){.stand-btn{display:flex}}.stand-btn:hover{background:var(--galabau);color:var(--white)}.stand-btn svg{width:1.5rem;height:1.5rem}.section-form{padding:5rem 0;background-color:#f9fafb;position:relative;overflow:hidden}.form-wrapper{background:var(--white);border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);display:flex;flex-direction:column;border:1px solid #f3f4f6;overflow:hidden;max-width:64rem;margin:0 auto}@media(min-width:768px){.form-wrapper{flex-direction:row}}.form-sidebar{background:var(--urban-slate);padding:2.5rem;color:var(--white);position:relative;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.form-sidebar{width:33.333%}}.form-decor{position:absolute;top:0;right:0;width:8rem;height:8rem;background:var(--galabau);opacity:.1;border-bottom-left-radius:9999px}.pass-label{display:inline-block;padding:.25rem .75rem;background:rgba(255,255,255,.1);border-radius:.375rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;color:var(--galabau)}.form-sidebar h3{font-size:1.875rem;font-weight:900;margin-bottom:1rem;line-height:1.1}.form-list-title{color:#9ca3af;margin-bottom:.25rem;font-size:.875rem}.form-list{margin-top:2rem;font-size:.875rem}.form-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.form-list svg{width:1rem;height:1rem;color:var(--galabau)}.form-area{padding:2rem;color:#1f2937}@media(min-width:768px){.form-area{width:66.666%;padding:3rem}}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.form-control{width:100%;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;transition:all .2s;font-family:inherit;font-size:1rem}.form-control:focus{border-color:var(--galabau);background:var(--white);box-shadow:0 0 0 2px rgba(140,198,63,.2)}select.form-control{cursor:pointer;appearance:none}.checkbox-wrap{display:flex;align-items:flex-start;padding-top:.5rem}.checkbox-input{width:1.25rem;height:1.25rem;margin-top:.125rem;cursor:pointer;accent-color:var(--galabau)}.checkbox-label{margin-left:.75rem;font-size:.875rem;color:#6b7280;cursor:pointer}.hidden{display:none !important}.success-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:300px}.success-icon{width:4rem;height:4rem;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.success-icon svg{width:2rem;height:2rem}.success-title{font-size:1.5rem;font-weight:800;color:#111827;margin-bottom:.5rem}.success-desc{color:#4b5563;margin-bottom:2rem}.btn-outline{background:transparent;border:1px solid #d1d5db;color:#374151;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#f3f4f6}