@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--lime:#d4ff27;--lime-dark:#c4ff73;--black:#000;--off-black:#141414;--panel:#1a1a1a;--border:hsla(0,0%,100%,.08);--text:#e8e8e8;--muted:#888;--red:#f44;--white:#fff}.hero-content-wrapper{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:80px 48px;width:100%}.hero-content-inner{max-width:700px}.hero-title{font-weight:800;font-size:72px;line-height:1.1;color:var(--white);margin-bottom:24px;text-shadow:0 4px 30px rgba(0,0,0,.3)}.hero-title .highlight{color:var(--lime);position:relative;display:inline-block}.hero-title .highlight:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:8px;background:rgba(212,255,39,.3);z-index:-1}.hero-description{font-size:18px;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:32px;max-width:600px}.hero-stats{display:flex;gap:48px;margin-top:48px}.stat-item{display:flex;flex-direction:column}.stat-number{font-weight:700;font-size:32px;color:var(--lime);margin-bottom:4px}.stat-label{font-size:14px;color:hsla(0,0%,100%,.6);letter-spacing:1px}@media (max-width:1200px){.hero-title{font-size:64px}}@media (max-width:992px){.hero-content-wrapper{padding:60px 32px}.hero-title{font-size:56px}.hero-description{font-size:16px}.hero-stats{gap:32px}}@media (max-width:768px){.hero-content-wrapper{padding:48px 24px;text-align:center}.hero-content-inner{margin:0 auto}.hero-title{font-size:48px}.hero-description{font-size:16px;margin-left:auto;margin-right:auto}.hero-stats{justify-content:center;flex-wrap:wrap;gap:24px}.stat-item{align-items:center}}@media (max-width:480px){.hero-title{font-size:36px}.hero-title .highlight:after{bottom:4px;height:6px}.hero-stats{flex-direction:column;gap:16px;align-items:center}.stat-number{font-size:28px}}.contact-wrapper{background:var(--black);color:var(--text);font-weight:300;min-height:100vh;overflow-x:hidden}.main-grid{max-width:1200px;margin:0 auto;padding:80px 48px 120px;display:grid;grid-template-columns:1fr 420px;grid-gap:64px;gap:64px;align-items:start}.form-wrap{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:52px;animation:fadeUp .6s ease .1s both}.form-title{font-weight:700;font-size:22px;color:var(--white);margin-bottom:8px}.form-subtitle{font-size:14px;color:var(--muted);margin-bottom:40px;line-height:1.5}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.field{margin-bottom:24px;position:relative}.field label{display:block;font-size:12px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}.field label .req{color:var(--lime);margin-left:2px}.field input,.field select,.field textarea{width:100%;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:var(--white);font-size:15px;font-weight:300;padding:14px 18px;transition:border-color .2s,background .2s,box-shadow .2s;outline:none;-webkit-appearance:none}.field input::placeholder,.field textarea::placeholder{color:hsla(0,0%,100%,.2)}.field select{cursor:pointer}.field select:hover{border-color:#d4ff27;background:rgba(212,255,39,.06)}.field select option{background:#1e1e1e;color:var(--white)}.field select option:hover{box-shadow:inset 0 0 0 100px #d4ff27!important;color:#000!important}.field select option:checked{background:#d4ff27!important;color:#000!important}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--lime);background:rgba(181,212,0,.04);box-shadow:0 0 0 3px rgba(181,212,0,.1)}.field input.error,.field select.error,.field textarea.error{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,68,68,.1)}.field .error-msg{position:absolute;bottom:-20px;left:0;font-size:11px;color:var(--red);display:none}.field.has-error .error-msg{display:block}.field textarea{resize:vertical;min-height:120px}.phone-field{margin-bottom:24px;position:relative}.phone-input-container{display:flex;align-items:stretch;gap:0}.country-flags-select{width:120px!important;background:hsla(0,0%,100%,.04)!important;border-radius:8px 0 0 8px!important;border:1px solid hsla(0,0%,100%,.1)!important;border-right:none!important}.country-flags-select .flag-dropdown{background:transparent!important;border:none!important}.country-flags-select .selected-flag{background:transparent!important;border-radius:8px 0 0 8px!important;padding:14px!important}.country-flags-select .selected-flag:focus,.country-flags-select .selected-flag:hover{background:hsla(0,0%,100%,.08)!important}.country-flags-select .selected-flag .flag{transform:scale(1.2)}.country-flags-select .selected-flag .arrow{border-top-color:var(--muted)!important}.country-flags-select .country-list{background:var(--panel)!important;border:1px solid var(--border)!important;border-radius:8px!important;box-shadow:0 8px 32px rgba(0,0,0,.4)!important;max-height:300px!important;overflow-y:auto!important;z-index:1000!important}.country-flags-select .country-list::-webkit-scrollbar{width:6px}.country-flags-select .country-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.country-flags-select .country-list::-webkit-scrollbar-thumb{background:rgba(212,255,39,.3);border-radius:3px}.country-flags-select .country-list::-webkit-scrollbar-thumb:hover{background:var(--lime)}.country-flags-select .country-list .country{color:var(--text)!important;padding:10px 16px!important;border-bottom:1px solid var(--border)!important;transition:background .2s ease!important}.country-flags-select .country-list .country:last-child{border-bottom:none!important}.country-flags-select .country-list .country:hover{background:rgba(212,255,39,.1)!important}.country-flags-select .country-list .country.highlight{background:rgba(212,255,39,.15)!important;color:var(--lime)!important}.country-flags-select .country-list .country .flag{transform:scale(1.1);margin-right:10px}.country-flags-select .country-list .country .country-name{color:var(--text)!important;font-weight:500}.country-flags-select .country-list .country .dial-code{color:var(--muted)!important}.phone-number-input{flex:1 1;border-radius:0 8px 8px 0!important;border-left:none!important}.phone-number-input:focus{border-color:var(--lime)!important;box-shadow:0 0 0 3px rgba(181,212,0,.1)!important}.phone-number-input.error{border-color:var(--red)!important}.select-wrap{position:relative}.select-wrap:after{content:"▾";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;font-size:13px}.privacy-note{display:flex;align-items:flex-start;gap:10px;background:hsla(0,0%,100%,.03);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin-bottom:28px}.privacy-note svg{flex-shrink:0;margin-top:1px}.privacy-note p{font-size:12px;color:var(--muted);line-height:1.5}.privacy-note a{color:var(--lime);text-decoration:none}.privacy-note a:hover{text-decoration:underline}.btn-submit{width:100%;background:var(--lime);border:none;border-radius:8px;padding:16px 32px;font-weight:700;font-size:15px;letter-spacing:.3px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:10px}.btn-submit,.btn-submit span{color:var(--black)}.btn-submit:hover{background:#cde900;transform:translateY(-2px);box-shadow:0 8px 32px rgba(181,212,0,.25)}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-submit .arrow{transition:transform .2s}.btn-submit:hover .arrow{transform:translateX(4px)}.resp-note{text-align:center;margin-top:14px;font-size:12px;color:var(--muted)}.success-state{display:none;text-align:center;padding:48px 24px}.success-state.show{display:block}.form-fields.hide{display:none}.success-icon{width:64px;height:64px;background:rgba(181,212,0,.12);border:2px solid var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:28px}.success-state h3{font-size:24px;font-weight:700;color:var(--white);margin-bottom:12px}.success-state p{font-size:15px;color:var(--muted);line-height:1.6;max-width:320px;margin:0 auto}.sidebar{display:flex;flex-direction:column;gap:20px;animation:fadeUp .6s ease .2s both}.info-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:28px;transition:border-color .2s}.info-card:hover{border-color:rgba(181,212,0,.2)}.card-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--lime);margin-bottom:16px;display:flex;align-items:center;gap:8px}.card-label:after{content:"";flex:1 1;height:1px;background:rgba(181,212,0,.15)}.card-location h3{font-weight:700;font-size:16px;color:var(--white);margin-bottom:8px}.card-location p{font-size:13px;color:var(--muted);line-height:1.6}.card-location .phones{margin-top:12px;display:flex;flex-direction:column;gap:4px}.card-location .phones a{font-size:14px;color:var(--text);text-decoration:none;font-weight:400;transition:color .2s;display:flex;align-items:center;gap:8px}.card-location .phones a:hover{color:var(--lime)}.card-location .phones a:before{content:"↗";font-size:11px;color:var(--lime)}.card-location .hours{margin-top:10px;font-size:12px;color:var(--muted);background:hsla(0,0%,100%,.04);padding:6px 12px;border-radius:6px;display:inline-block}.response-card{display:flex;gap:16px;align-items:flex-start;padding:20px}.response-icon{width:36px;height:36px;flex-shrink:0;background:rgba(181,212,0,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.response-card h4{font-size:13px;font-weight:700;color:var(--white);margin-bottom:4px}.response-card p{font-size:12px;color:var(--muted);line-height:1.5}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.main-grid{padding:40px 24px 80px;gap:32px}.field-row,.main-grid{grid-template-columns:1fr}.form-wrap{padding:32px 24px}}@media (max-width:480px){.country-flags-select{width:100px!important}.phone-number-input{font-size:14px!important}}.dark-bg-side{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px}.left-content-wrapper{max-width:650px;width:100%}.main-heading{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:30px;color:#fff}.sub-heading{font-size:24px;font-weight:600;line-height:1.4;margin-bottom:20px;color:#fff}.sub-heading-2{font-size:20px;font-weight:500;line-height:1.4;margin-bottom:30px;color:#fff}.career-heading{font-size:18px;font-weight:500;color:#fff}.yellow-link{color:#0cbd63;text-decoration:none;font-weight:600;transition:all .3s ease}.yellow-link:hover{color:#1de67e}.light-bg-side{display:flex;align-items:center;justify-content:center;padding:160px}.form-container{width:700px;position:relative;padding:0}.white-form-box{background:#fff;padding:50px;position:relative;z-index:2;box-shadow:0 4px 20px rgba(0,0,0,.1);border:2px solid #000}.yellow-border-box{position:absolute;bottom:-10px;right:-10px;width:100%;height:100%;background-color:#d4ff27;z-index:1}.form-row{display:flex;gap:30px;margin-bottom:30px}.form-group{width:100%}.form-group.half{flex:1 1}.form-group.full{width:100%}.form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.required{color:red}.form-group input,.form-group select{width:100%;padding:6px 0;border:none;border-bottom:1px solid #bbb;font-size:16px;background:transparent;color:#333;transition:all .3s ease;margin-bottom:5px}.form-group input:focus,.form-group select:focus{outline:none;border-bottom-color:#000}.form-group input::placeholder{color:#999}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer}.dropdown-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;pointer-events:none}.submit-container{text-align:left;margin-top:40px}.submit-btn{background:#fff;color:#333;border:2px solid #333;padding:12px 40px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;min-width:120px}.submit-btn:hover{background:#d4ff27;color:#000;border-color:#000}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.status-message{margin-top:20px;padding:12px;border-radius:4px;text-align:center;font-size:14px}.status-success{background:#d1e7dd;color:#0f5132;border:1px solid #badbcc}.status-error{background:#f8d7da;color:#842029;border:1px solid #f5c2c7}.main-heading{margin-top:0}.contact-hero-section{max-height:80vh;background-image:url(/assets/img/banner/contacthero.webp);background-repeat:no-repeat;background-position:50%;background-size:cover}.contact-hero,.contact-hero-section{display:flex;align-items:center;position:relative}.contact-hero{min-height:100vh;background:#0a0a0a;justify-content:center;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;transition:transform .1s linear}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(212,255,39,.12) 0,transparent 70%);top:-100px;right:-150px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(212,255,39,.07) 0,transparent 70%);bottom:-120px;left:-100px}.hero-noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px;opacity:.4}.hero-grid,.hero-noise{position:absolute;inset:0;pointer-events:none}.hero-grid{display:flex;justify-content:space-around}.grid-line{width:1px;height:100%;background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.04) 30%,hsla(0,0%,100%,.04) 70%,transparent)}.hero-inner{position:relative;z-index:10;text-align:center;max-width:760px;padding:0 32px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) both}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(212,255,39,.08);border:1px solid rgba(212,255,39,.2);border-radius:100px;padding:6px 18px;font-size:12px;font-weight:500;color:#d4ff27;letter-spacing:.5px;margin-bottom:36px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .1s both}.badge-dot{width:6px;height:6px;border-radius:50%;background:#d4ff27;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-heading{font-weight:800;font-size:clamp(52px,8vw,96px);line-height:1;color:#fff;margin-bottom:28px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .15s both}.hero-line{display:block}.hero-line--accent{color:#fff}.hero-underline-wrap{position:relative;white-space:nowrap}.hero-underline{position:absolute;bottom:-6px;left:0;width:100%;height:12px;pointer-events:none;animation:drawLine 1s ease .8s both}@keyframes drawLine{0%{stroke-dasharray:0 300}to{stroke-dasharray:300 0}}.hero-sub{font-size:clamp(16px,2vw,20px);color:hsla(0,0%,100%,.5);line-height:1.6;margin-bottom:48px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .2s both}.hero-sub strong{color:hsla(0,0%,100%,.85);font-weight:500}.hero-stats{display:inline-flex;align-items:center;gap:0;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:20px 40px;margin-bottom:56px;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .25s both}.stat-pill{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 32px}.stat-num{font-weight:800;font-size:22px;color:#d4ff27;line-height:1}.stat-label{font-size:11px;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.8px}.stat-divider{width:1px;height:40px;background:hsla(0,0%,100%,.1)}.hero-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.25);letter-spacing:1px;text-transform:uppercase;animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .35s both}.scroll-arrow{font-size:16px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.corner{position:absolute;width:40px;height:40px;pointer-events:none}.corner--tl{top:32px;left:32px;border-top:2px solid rgba(212,255,39,.3);border-left:2px solid rgba(212,255,39,.3)}.corner--br{bottom:32px;right:32px;border-bottom:2px solid rgba(212,255,39,.3);border-right:2px solid rgba(212,255,39,.3)}@media (max-width:768px){.hero-stats{flex-direction:column;gap:20px;padding:24px}.stat-divider{width:60px;height:1px}.stat-pill{padding:0}.corner{display:none}}.country-dropdown-wrap{position:relative;flex-shrink:0}.country-trigger{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-right:none;border-radius:8px 0 0 8px;padding:14px;cursor:pointer;transition:border-color .2s,background .2s;height:100%;white-space:nowrap;color:#e8e8e8;font-size:14px}.phone-row:focus-within .country-trigger{border-color:#d4ff27;background:rgba(181,212,0,.04)}.country-trigger:hover{background:hsla(0,0%,100%,.07)}.ctry-flag{font-size:18px;line-height:1}.ctry-dial{font-size:13px;color:hsla(0,0%,100%,.7);font-weight:400}.ctry-chevron{font-size:11px;color:hsla(0,0%,100%,.35);transition:transform .2s;margin-left:2px}.ctry-chevron.open{transform:rotate(180deg)}.country-panel{position:absolute;top:calc(100% + 6px);left:0;width:280px;background:#1e1e1e;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;z-index:9999;box-shadow:0 16px 48px rgba(0,0,0,.6),0 0 0 1px rgba(212,255,39,.08);animation:panelIn .18s cubic-bezier(.22,1,.36,1) both}@keyframes panelIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.country-search-wrap{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02)}.search-icon{font-size:13px;opacity:.4;flex-shrink:0}.country-search{width:100%;background:transparent;border:none;outline:none;color:#e8e8e8;font-size:13px;font-weight:300}.country-search::placeholder{color:hsla(0,0%,100%,.25)}.country-list{list-style:none;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(212,255,39,.2) transparent}.country-list::-webkit-scrollbar{width:4px}.country-list::-webkit-scrollbar-track{background:transparent}.country-list::-webkit-scrollbar-thumb{background:rgba(212,255,39,.2);border-radius:4px}.country-item{display:flex;align-items:center;gap:12px;padding:11px 16px;cursor:pointer;transition:background .15s}.country-item:hover{background:hsla(0,0%,100%,.05)}.country-item.active{background:rgba(212,255,39,.07)}.country-item.active .ci-name{color:#d4ff27}.ci-flag{font-size:18px;flex-shrink:0;line-height:1}.ci-name{flex:1 1;font-size:13px;color:hsla(0,0%,100%,.8);font-weight:300}.ci-dial{font-size:12px;color:hsla(0,0%,100%,.3)}.country-empty{padding:20px 16px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.25)}.phone-row{display:flex;align-items:stretch}.phone-row input{border-radius:0 8px 8px 0!important;flex:1 1}@media (max-width:480px){.country-panel{width:260px}}