
:root{
  --bg:#020c1b; --bg2:#06162d; --panel:#071a33; --panel2:#0b2543; --line:rgba(255,255,255,.12); --line2:rgba(98,232,255,.22); --text:#f4f9ff; --muted:rgba(236,247,255,.70); --muted2:rgba(236,247,255,.50); --cyan:#16bfff; --cyan2:#67ecff; --blue:#0078ff; --green:#14f0b7; --radius:28px; --max:1340px; --shadow:0 30px 90px rgba(0,0,0,.35); --font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);overflow-x:hidden} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 44px),var(--max));margin-inline:auto}.eyebrow,.pill{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line2);border-radius:999px;padding:10px 16px;background:rgba(255,255,255,.045);color:var(--cyan2);font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before,.pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--cyan2);box-shadow:0 0 18px var(--cyan)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:22px 0 8px;transition:background .22s ease, backdrop-filter .22s ease, box-shadow .22s ease}.site-header.scrolled{background:rgba(2,12,27,.86);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.28)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;min-width:0}.brand-logo{width:300px;height:auto;filter:drop-shadow(0 18px 24px rgba(0,0,0,.25))}.nav{display:flex;align-items:center;gap:10px}.nav>a,.nav button,.menu-btn{height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#fff;padding:0 19px;font-weight:800;font-size:14px;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.nav>a:hover,.nav button:hover,.nav .active,.nav-dropdown.active .nav-dropbtn{transform:translateY(-1px);border-color:rgba(22,191,255,.72);box-shadow:0 0 0 1px rgba(22,191,255,.18),0 0 28px rgba(22,191,255,.16)}.nav .cta-primary,.cta-primary{border:0!important;background:linear-gradient(135deg,#35d8ff 0%,#008cff 100%)!important;color:#fff!important;box-shadow:0 18px 44px rgba(22,191,255,.34);font-weight:950}.nav-dropdown{position:relative;display:inline-flex;padding-bottom:26px;margin-bottom:-26px}.nav-dropbtn{cursor:pointer}.nav-dropbtn span{margin-left:4px}.nav-dropdown:after{content:"";position:absolute;left:-20px;right:-20px;top:50px;height:42px}.nav-dropdown-menu{position:absolute;left:50%;top:64px;transform:translateX(-50%);width:245px;padding:12px;display:grid;gap:8px;border-radius:22px;background:rgba(5,18,38,.98);border:1px solid rgba(98,232,255,.20);box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 40px rgba(11,183,255,.09);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease, visibility .16s ease;backdrop-filter:blur(18px)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown-menu a{height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:15px;background:rgba(255,255,255,.055);font-weight:750;color:#fff}.nav-dropdown-menu a:before{content:"●";color:var(--cyan2);font-size:13px}.nav-dropdown-menu a:hover{background:rgba(22,191,255,.15)}.menu-btn{display:none;cursor:pointer}.mobile-menu{display:none}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:138px 0 64px;overflow:hidden;background:radial-gradient(circle at 80% 18%,rgba(29,171,255,.22),transparent 28%),radial-gradient(circle at 4% 4%,rgba(36,209,255,.12),transparent 20%),linear-gradient(180deg,#020b19 0%,#041226 68%,#061326 100%)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,27,.4),transparent 58%),radial-gradient(circle at 58% 46%,rgba(22,191,255,.08),transparent 25%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.94fr 1.06fr;gap:60px;align-items:center}.hero h1{font-size:clamp(56px,6.4vw,104px);line-height:.95;letter-spacing:-.075em;margin:28px 0 24px;max-width:850px}.accent{color:var(--cyan);text-shadow:0 0 34px rgba(22,191,255,.24)}.hero-lead{font-size:clamp(18px,1.5vw,22px);line-height:1.58;color:var(--muted);max-width:700px;margin:0 0 34px}.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn{height:58px;border-radius:999px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:950;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#fff;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#35d8ff 0%,#008cff 100%);border:0;box-shadow:0 18px 44px rgba(22,191,255,.34)}.btn-ghost{background:rgba(255,255,255,.04)}.hero-art{min-height:560px;position:relative;display:grid;place-items:center}.brand-orb{position:relative;width:min(390px,38vw);aspect-ratio:1;border-radius:32%;display:grid;place-items:center;background:radial-gradient(circle at 32% 22%,rgba(98,232,255,.30),transparent 25%),linear-gradient(135deg,#0a3764,#03162e 70%);border:1px solid rgba(98,232,255,.22);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 28px 80px rgba(0,0,0,.35),0 0 80px rgba(22,191,255,.14)}.brand-orb img{width:88%;filter:drop-shadow(0 22px 28px rgba(0,0,0,.35))}.brand-orb:before,.brand-orb:after{content:"";position:absolute;inset:-38px;border-radius:36px;border:1px solid rgba(98,232,255,.17);z-index:-1}.brand-orb:after{inset:-68px -80px -52px -52px;background:linear-gradient(135deg,rgba(98,232,255,.12),transparent);box-shadow:0 0 60px rgba(22,191,255,.11)}.callout{position:absolute;width:230px;padding:22px;border-radius:22px;border:1px solid rgba(98,232,255,.24);background:linear-gradient(180deg,rgba(11,51,87,.86),rgba(7,28,55,.82));box-shadow:var(--shadow);backdrop-filter:blur(14px)}.callout h3{font-size:20px;margin:0 0 8px;letter-spacing:-.04em}.callout p{margin:0;color:var(--muted);line-height:1.45;font-weight:650}.callout.one{left:1%;top:24%}.callout.two{left:8%;bottom:20%}.callout.three{right:-2%;top:42%}.callout:after{content:"";position:absolute;height:2px;background:linear-gradient(90deg,var(--cyan),transparent);width:70px;top:50%}.callout.one:after,.callout.two:after{left:100%}.callout.three:after{right:100%;transform:rotate(180deg)}.section{padding:90px 0}.service-showcase{background:radial-gradient(circle at 20% 0%,rgba(22,191,255,.13),transparent 30%),linear-gradient(180deg,#061326 0%,#041024 100%);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);overflow:hidden}.service-showcase-grid{display:grid;grid-template-columns:minmax(300px,.64fr) minmax(0,1.36fr);gap:50px;align-items:center}.service-copy h2,.split-section h2,.page-hero h1,.section-title{font-size:clamp(38px,4.8vw,68px);line-height:1.02;letter-spacing:-.065em;margin:18px 0;color:#fff}.service-copy p,.section-copy{color:var(--muted);font-size:18px;line-height:1.65;max-width:560px}.slider-hint{display:flex;align-items:center;gap:10px;color:var(--muted2);font-weight:800;margin:28px 0}.slider-hint:before{content:"↔";color:var(--cyan2)}.service-controls{display:flex;gap:14px;margin-top:18px}.service-control{width:64px;height:64px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:#fff;font-size:30px;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.service-control:hover{transform:translateY(-2px);background:rgba(22,191,255,.22)}.service-control.next{background:linear-gradient(135deg,#0bb7ff,#0078ff);box-shadow:0 18px 40px rgba(11,183,255,.28)}.service-carousel{min-width:0}.service-slider-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px 12vw 32px 2px;scrollbar-width:none}.service-slider-track::-webkit-scrollbar{display:none}.service-slide{flex:0 0 clamp(320px,28vw,390px);min-height:400px;scroll-snap-align:start;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 24px 70px rgba(0,0,0,.23);display:flex;flex-direction:column;position:relative;overflow:hidden}.service-slide:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 22% 10%,rgba(98,232,255,.18),transparent 28%);pointer-events:none}.service-slide>*{position:relative}.service-slide.featured{flex-basis:clamp(570px,52vw,700px);display:grid;grid-template-columns:.8fr 1fr;gap:24px;align-items:center;border-color:rgba(98,232,255,.55);box-shadow:0 0 0 1px rgba(11,183,255,.22),0 30px 90px rgba(0,0,0,.34),0 0 56px rgba(11,183,255,.10)}.mini-label{display:flex;gap:8px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--cyan2);font-weight:950;margin-bottom:14px}.mini-label:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan2);box-shadow:0 0 18px var(--cyan2)}.service-slide h3{font-size:clamp(28px,3vw,42px);line-height:1.02;letter-spacing:-.055em;margin:0 0 14px;color:#fff}.service-slide p{color:var(--muted);line-height:1.62;margin:0 0 22px}.service-cta{margin-top:auto;color:#fff;font-weight:950;display:inline-flex;align-items:center;gap:10px}.service-cta span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(98,232,255,.14);color:var(--cyan2)}.service-tags{display:grid;gap:8px;margin-top:18px}.service-tag{display:inline-flex;width:max-content;max-width:100%;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:13px}.service-preview{height:282px;border-radius:24px;background:linear-gradient(180deg,#09284c,#04142a);border:1px solid rgba(98,232,255,.20);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 28px 60px rgba(0,0,0,.28);overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:12px}.preview-bar{height:24px;border-radius:999px;background:rgba(255,255,255,.08);display:flex;gap:6px;align-items:center;padding:0 10px}.preview-bar i{width:7px;height:7px;border-radius:50%;background:rgba(98,232,255,.75)}.preview-hero{flex:1;border-radius:18px;background:radial-gradient(circle at 72% 34%,rgba(98,232,255,.35),transparent 22%),linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.04));padding:20px}.preview-hero strong{font-size:25px;line-height:1;letter-spacing:-.05em;display:block;max-width:240px}.preview-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.preview-tiles span{height:56px;border-radius:14px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.08)}.metric-card{margin-top:18px;border-radius:20px;background:linear-gradient(180deg,rgba(98,232,255,.12),rgba(98,232,255,.035));border:1px solid rgba(98,232,255,.14);padding:16px}.metric-number{font-size:38px;font-weight:950;letter-spacing:-.06em}.sparkline{height:56px;margin-top:8px;background:linear-gradient(135deg,transparent 0 20%,rgba(22,255,183,.3) 21% 23%,transparent 24% 38%,rgba(22,255,183,.42) 39% 42%,transparent 43% 58%,rgba(22,255,183,.35) 59% 62%,transparent 63% 78%,rgba(22,255,183,.5) 79% 82%,transparent 83%);border-bottom:1px solid rgba(22,255,183,.28)}.service-dots{display:flex;justify-content:center;gap:12px}.service-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.24);cursor:pointer}.service-dot.active{width:28px;background:var(--cyan);box-shadow:0 0 20px rgba(11,183,255,.45)}.split-section{background:linear-gradient(180deg,#041024,#061326);position:relative;overflow:hidden}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.glass-card{border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.18)}.glass-card h3{font-size:28px;line-height:1.05;letter-spacing:-.05em;margin:0 0 12px}.glass-card p,.glass-card li{color:var(--muted);line-height:1.6}.glass-card ul{padding-left:19px}.page-hero{padding:162px 0 86px;background:radial-gradient(circle at 80% 12%,rgba(22,191,255,.18),transparent 28%),linear-gradient(180deg,#020b19 0%,#061326 100%)}.page-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:44px;align-items:center}.page-hero p{font-size:20px;line-height:1.62;color:var(--muted);max-width:760px}.page-card{border:1px solid rgba(98,232,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:32px;padding:30px;box-shadow:var(--shadow)}.process{counter-reset:step}.process .glass-card{position:relative}.process .glass-card:before{counter-increment:step;content:"0" counter(step);display:inline-flex;margin-bottom:18px;color:var(--cyan2);font-weight:950;letter-spacing:.1em}.contact-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:36px;align-items:start}.lead-form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;margin:0 0 8px;font-weight:850;color:#fff}.field input,.field select,.field textarea{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;padding:15px 16px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(98,232,255,.6);box-shadow:0 0 0 4px rgba(22,191,255,.12)}.field textarea{min-height:140px;resize:vertical}.radio-group{display:flex;gap:12px;flex-wrap:wrap}.radio-group label{margin:0;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:11px 14px;background:rgba(255,255,255,.045)}.hidden{display:none}.form-status{min-height:28px;color:var(--cyan2)}.site-footer{background:#020a16;border-top:1px solid rgba(255,255,255,.08);padding:56px 0 32px}.footer-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:42px}.footer-logo img{width:285px}.site-footer p{color:var(--muted);line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer-links a{color:var(--muted);font-weight:750}.footer-links a:hover{color:#fff}.fine{margin-top:28px;color:var(--muted2);font-size:14px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1220px){.brand-logo{width:250px}.nav{gap:7px}.nav>a,.nav button{padding:0 13px;font-size:13px}.nav .cta-primary{display:none}.hero-grid{gap:30px}.callout{width:210px}.service-showcase-grid{grid-template-columns:1fr}.service-slider-track{padding-right:16vw}.feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.site-header{padding-top:14px}.brand-logo{width:230px}.nav{display:none}.menu-btn{display:inline-flex}.mobile-menu{display:none;margin-top:14px;border:1px solid rgba(98,232,255,.16);border-radius:24px;background:rgba(5,18,38,.96);padding:12px;box-shadow:var(--shadow)}.mobile-menu.open{display:grid;gap:8px}.mobile-menu a,.mobile-menu-label{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.055);font-weight:800}.mobile-menu-label{color:var(--cyan2);text-transform:uppercase;font-size:12px;letter-spacing:.13em}.hero{padding-top:124px}.hero-grid,.page-hero-grid,.contact-layout,.footer-grid{grid-template-columns:1fr}.hero-art{min-height:430px}.brand-orb{width:min(320px,70vw)}.callout{position:relative;inset:auto!important;width:auto}.hero-art{display:grid;grid-template-columns:1fr;gap:14px}.callout:after{display:none}.service-controls{display:none}.service-slide,.service-slide.featured{flex:0 0 min(86vw,430px);display:flex;min-height:390px}.service-preview{height:210px}.page-hero{padding-top:132px}.footer-links{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--max))}.brand-logo{width:200px}.hero h1{font-size:49px}.hero-lead{font-size:17px}.btn{width:100%;height:56px}.hero-actions{align-items:stretch}.hero-art{min-height:auto}.brand-orb{width:245px}.callout{padding:18px}.section{padding:68px 0}.service-slide{padding:22px;border-radius:24px}.service-preview{display:none}.service-copy h2,.page-hero h1,.section-title{font-size:40px}.feature-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr}.mobile-menu{max-height:72vh;overflow:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* JF FLUID MOCKUP POLISH PATCH */
@media (min-width:1181px){
  :root{--max:1740px}
  .container{width:min(calc(100% - 120px),var(--max))}
  .site-header{padding:34px 0 12px}
  .brand-logo{width:360px}
  .nav{gap:12px}
  .nav>a,.nav button,.menu-btn{height:56px;padding:0 22px;font-size:15px}
  .nav-dropdown-menu{top:58px}
  .nav-dropdown:after{top:48px;height:54px}
  .hero{min-height:735px;padding:118px 0 48px;align-items:center}
  .hero-grid{grid-template-columns:.94fr 1.06fr;gap:92px}
  .hero h1{font-size:clamp(76px,5.8vw,108px);max-width:760px;margin:30px 0 24px}
  .hero-lead{max-width:700px;font-size:22px}
  .hero-art{min-height:540px}
  .brand-orb{width:min(470px,34vw)}
  .brand-orb img{width:112%}
  .brand-orb:before{inset:-34px;border-radius:42px}
  .brand-orb:after{inset:-66px -90px -58px -56px;border-radius:46px}
  .callout{width:250px}
  .callout.one{left:-2%;top:24%}
  .callout.two{left:5%;bottom:18%}
  .callout.three{right:0;top:42%}
  .section{padding:76px 0}
  .service-showcase{padding:62px 0 70px}
  .service-showcase-grid{grid-template-columns:430px minmax(0,1fr);gap:48px}
  .service-copy h2{font-size:clamp(52px,4vw,70px)}
  .service-slider-track{gap:28px;padding:8px 24vw 34px 4px}
  .service-slide.featured{flex-basis:690px;min-height:392px}
  .service-slide{flex-basis:330px;min-height:392px}
  .service-preview{height:270px}
  .split-section{padding-top:88px}
}
@media (min-width:981px) and (max-width:1180px){
  .container{width:min(calc(100% - 64px),var(--max))}
  .hero{min-height:760px;padding-top:120px}
  .service-showcase-grid{grid-template-columns:360px minmax(0,1fr)}
  .service-slide.featured{flex-basis:600px}
}
@media (min-width:981px){
  .nav-dropdown{padding-bottom:32px;margin-bottom:-32px}
  .nav-dropdown-menu{transform:translateX(-50%) translateY(0)}
  .nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}
  .hero-copy,.hero-art,.service-copy,.service-carousel{transition:transform .35s ease,opacity .35s ease}
  .btn,.nav>a,.nav button,.service-slide,.glass-card{will-change:transform}
  .service-slide:hover{transform:translateY(-6px)}
  .brand-orb{transition:transform .28s ease,box-shadow .28s ease}
  .brand-orb:hover{transform:translateY(-4px) scale(1.015)}
}
@media (max-width:980px){
  .hero{min-height:auto;padding:112px 0 64px}
  .hero h1{font-size:clamp(48px,11vw,72px)}
  .hero-grid{gap:26px}
  .service-showcase{padding:64px 0}
  .service-showcase-grid{gap:28px}
  .service-slider-track{padding-left:0;padding-right:12vw}
}
/* END JF FLUID MOCKUP POLISH PATCH */


/* JF HERO HEADER OVERLAP FIX START */
@media (min-width: 981px){
  .site-header{padding:22px 0 10px!important}
  .hero{padding-top:170px!important}
  .hero-copy{padding-top:18px!important}
  .hero-art{padding-top:22px!important}
}
@media (min-width: 1200px){
  .hero{padding-top:186px!important}
  .hero-copy{padding-top:24px!important}
  .hero-art{padding-top:28px!important}
}
/* JF HERO HEADER OVERLAP FIX END */


/* JF ALL INNER PAGE HEADER OVERLAP FIX START */
@media (min-width: 981px){
  .page-hero{
    padding-top:190px!important;
  }
  .page-hero-grid{
    padding-top:18px!important;
  }
}
@media (min-width: 1200px){
  .page-hero{
    padding-top:210px!important;
  }
  .page-hero-grid{
    padding-top:24px!important;
  }
}
@media (max-width: 980px){
  .page-hero{
    padding-top:132px!important;
  }
}
/* JF ALL INNER PAGE HEADER OVERLAP FIX END */


/* JF FORM SELECT THEME FIX START */
.field select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  color:#f7fbff!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2362e8ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 16px center!important;
  background-size:18px!important;
  border:1px solid rgba(98,232,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  padding-right:48px!important;
  color-scheme:dark!important;
}

.field select:hover{
  border-color:rgba(98,232,255,.45)!important;
  box-shadow:0 0 0 4px rgba(11,183,255,.08), inset 0 1px 0 rgba(255,255,255,.04)!important;
}

.field select:focus{
  border-color:rgba(98,232,255,.75)!important;
  box-shadow:0 0 0 4px rgba(11,183,255,.14),0 18px 40px rgba(0,0,0,.18)!important;
}

.field select option,
.field select optgroup{
  background:#07172c!important;
  color:#f7fbff!important;
}

.field select option:checked{
  background:#0bb7ff!important;
  color:#061326!important;
}

.field select option:hover{
  background:#12375f!important;
  color:#ffffff!important;
}
/* JF FORM SELECT THEME FIX END */


/* JF CLEAN FOOTER START */
.clean-footer{padding:54px 0 28px!important;background:linear-gradient(180deg,#020a16,#010712)!important;border-top:1px solid rgba(98,232,255,.10)!important;color:#fff!important}
.clean-footer-inner{display:grid!important;grid-template-columns:minmax(280px,520px) 1fr!important;gap:64px!important;align-items:start!important}
.clean-footer .footer-logo img{width:260px!important;max-width:100%!important;margin:0 0 22px!important}
.clean-footer-brand p{max-width:520px!important;margin:0 0 18px!important;color:rgba(241,249,255,.68)!important;line-height:1.65!important;font-size:16px!important}
.footer-contact{display:flex!important;gap:10px!important;flex-wrap:wrap!important;color:rgba(241,249,255,.68)!important;font-weight:750!important}
.footer-contact a{color:rgba(241,249,255,.78)!important;text-decoration:none!important}.footer-contact a:hover{color:#62e8ff!important}
.clean-footer-links{display:grid!important;grid-template-columns:repeat(4,minmax(130px,1fr))!important;gap:14px 24px!important;align-items:start!important}
.clean-footer-links a{color:rgba(241,249,255,.72)!important;text-decoration:none!important;font-weight:850!important;font-size:15px!important;padding:10px 0!important;transition:color .18s ease,transform .18s ease!important}.clean-footer-links a:hover{color:#62e8ff!important;transform:translateX(2px)!important}
.clean-footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;margin-top:42px!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.clean-footer-bottom p{margin:0!important;color:rgba(241,249,255,.45)!important;font-size:14px!important}.clean-footer-bottom a{color:#62e8ff!important;text-decoration:none!important;font-weight:900!important}
@media(max-width:900px){.clean-footer-inner{grid-template-columns:1fr!important;gap:28px!important}.clean-footer-links{grid-template-columns:repeat(2,minmax(130px,1fr))!important}.clean-footer-bottom{flex-direction:column!important;align-items:flex-start!important}.clean-footer .footer-logo img{width:220px!important}}
@media(max-width:520px){.clean-footer-links{grid-template-columns:1fr!important}.footer-contact{display:grid!important;gap:6px!important}.footer-contact span{display:none!important}}
/* JF CLEAN FOOTER END */


/* JF FOOTER COMPACT POLISH START */
.clean-footer{padding:34px 0 18px!important}
.clean-footer-inner{grid-template-columns:minmax(260px,430px) 1fr!important;gap:34px!important;align-items:start!important}
.clean-footer .footer-logo{display:inline-flex!important;align-items:center!important}
.clean-footer .footer-logo img{width:185px!important;max-width:100%!important;margin:0 0 14px!important;display:block!important}
.clean-footer-brand p{max-width:430px!important;margin:0 0 12px!important;font-size:14px!important;line-height:1.55!important}
.footer-contact{gap:8px!important;font-size:13px!important;line-height:1.4!important}
.clean-footer-links{grid-template-columns:repeat(4,minmax(110px,1fr))!important;gap:8px 18px!important;align-content:start!important}
.clean-footer-links a{padding:4px 0!important;font-size:14px!important;line-height:1.25!important}
.clean-footer-bottom{margin-top:18px!important;padding-top:14px!important;gap:12px!important}
.clean-footer-bottom p{font-size:13px!important;line-height:1.35!important}
.clean-footer-bottom a{font-size:14px!important;white-space:nowrap!important}
@media (max-width:900px){.clean-footer{padding:28px 0 16px!important}.clean-footer-inner{grid-template-columns:1fr!important;gap:20px!important}.clean-footer .footer-logo img{width:165px!important;margin-bottom:10px!important}.clean-footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))!important;gap:6px 14px!important}.clean-footer-bottom{margin-top:14px!important;padding-top:12px!important}}
@media (max-width:520px){.clean-footer-links{grid-template-columns:1fr!important}.clean-footer-bottom a{white-space:normal!important}}
/* JF FOOTER COMPACT POLISH END */


/* JF FOOTER LOGO BALANCE START */
.clean-footer .footer-logo img{width:260px!important;margin:0 0 18px!important;opacity:1!important;filter:drop-shadow(0 10px 24px rgba(11,183,255,.16))!important}
.clean-footer-brand{padding-top:2px!important}
@media (max-width:900px){.clean-footer .footer-logo img{width:230px!important;margin-bottom:14px!important}}
@media (max-width:520px){.clean-footer .footer-logo img{width:210px!important}}
/* JF FOOTER LOGO BALANCE END */


/* JF FOOTER FINAL ALIGNMENT START */
.clean-footer{
  padding:38px 0 18px!important;
}

.clean-footer-inner{
  grid-template-columns:minmax(300px,520px) minmax(620px,1fr)!important;
  gap:48px!important;
  align-items:start!important;
}

.clean-footer .footer-logo img{
  width:285px!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  opacity:1!important;
  filter:drop-shadow(0 12px 28px rgba(11,183,255,.18))!important;
}

.clean-footer-brand p{
  max-width:500px!important;
  margin-top:0!important;
}

.clean-footer-links{
  justify-self:end!important;
  align-self:start!important;
  width:min(760px,100%)!important;
  padding-top:24px!important;
  grid-template-columns:repeat(4,minmax(120px,1fr))!important;
  gap:16px 38px!important;
}

.clean-footer-links a{
  text-align:left!important;
  padding:2px 0!important;
  line-height:1.25!important;
}

.clean-footer-bottom{
  margin-top:20px!important;
}

.clean-footer-bottom a{
  margin-left:auto!important;
  text-align:right!important;
}

@media(max-width:1100px){
  .clean-footer-inner{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }

  .clean-footer-links{
    justify-self:start!important;
    width:100%!important;
    padding-top:0!important;
    grid-template-columns:repeat(2,minmax(130px,1fr))!important;
  }
}

@media(max-width:520px){
  .clean-footer .footer-logo img{
    width:235px!important;
  }

  .clean-footer-links{
    grid-template-columns:1fr!important;
  }
}
/* JF FOOTER FINAL ALIGNMENT END */


/* JF FOOTER REDBOX LOGO FINAL START */
@media (min-width: 1101px){
  .clean-footer{
    padding:48px 0 18px!important;
  }

  .clean-footer-inner{
    grid-template-columns:minmax(420px,620px) minmax(720px,1fr)!important;
    gap:72px!important;
    align-items:start!important;
  }

  .clean-footer-brand{
    min-height:245px!important;
    padding-top:0!important;
  }

  .clean-footer .footer-logo img{
    width:420px!important;
    max-width:100%!important;
    margin:0 0 38px!important;
    opacity:1!important;
    filter:drop-shadow(0 16px 38px rgba(11,183,255,.22))!important;
  }

  .clean-footer-brand p{
    max-width:540px!important;
    margin:0 0 14px!important;
  }

  .clean-footer-links{
    justify-self:end!important;
    align-self:start!important;
    width:min(920px,100%)!important;
    padding-top:112px!important;
    grid-template-columns:repeat(4,minmax(130px,1fr))!important;
    gap:18px 54px!important;
  }

  .clean-footer-bottom{
    margin-top:0!important;
    padding-top:16px!important;
  }
}

@media (max-width:1100px){
  .clean-footer .footer-logo img{
    width:300px!important;
    margin-bottom:20px!important;
  }

  .clean-footer-links{
    padding-top:0!important;
  }
}

@media (max-width:520px){
  .clean-footer .footer-logo img{
    width:240px!important;
  }
}
/* JF FOOTER REDBOX LOGO FINAL END */


/* JF FOOTER SLIM FIT START */
@media (min-width: 1101px){
  .clean-footer{
    padding:24px 0 10px!important;
  }

  .clean-footer-inner{
    grid-template-columns:minmax(360px,520px) minmax(620px,1fr)!important;
    gap:34px!important;
    align-items:end!important;
  }

  .clean-footer-brand{
    min-height:auto!important;
    padding-top:0!important;
    margin:0!important;
  }

  .clean-footer .footer-logo img{
    width:330px!important;
    max-width:100%!important;
    margin:0 0 12px!important;
    filter:drop-shadow(0 10px 24px rgba(11,183,255,.16))!important;
  }

  .clean-footer-brand p{
    max-width:440px!important;
    margin:0 0 10px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }

  .footer-contact{
    gap:8px!important;
    font-size:13px!important;
    line-height:1.35!important;
    margin:0!important;
  }

  .clean-footer-links{
    justify-self:end!important;
    align-self:end!important;
    width:min(760px,100%)!important;
    padding-top:0!important;
    grid-template-columns:repeat(4,minmax(110px,1fr))!important;
    gap:10px 28px!important;
  }

  .clean-footer-links a{
    padding:0!important;
    font-size:14px!important;
    line-height:1.2!important;
  }

  .clean-footer-bottom{
    margin-top:10px!important;
    padding-top:8px!important;
    gap:10px!important;
  }

  .clean-footer-bottom p{
    font-size:12px!important;
    line-height:1.3!important;
    margin:0!important;
  }

  .clean-footer-bottom a{
    font-size:14px!important;
    white-space:nowrap!important;
  }
}

@media (max-width:1100px){
  .clean-footer{
    padding:22px 0 10px!important;
  }

  .clean-footer-inner{
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:start!important;
  }

  .clean-footer .footer-logo img{
    width:250px!important;
    margin:0 0 10px!important;
  }

  .clean-footer-brand p{
    margin:0 0 8px!important;
    font-size:13px!important;
  }

  .clean-footer-links{
    width:100%!important;
    grid-template-columns:repeat(2,minmax(120px,1fr))!important;
    gap:8px 16px!important;
    padding-top:0!important;
  }

  .clean-footer-bottom{
    margin-top:8px!important;
    padding-top:8px!important;
  }
}

@media (max-width:520px){
  .clean-footer .footer-logo img{
    width:210px!important;
  }

  .clean-footer-links{
    grid-template-columns:1fr!important;
  }

  .clean-footer-bottom a{
    white-space:normal!important;
  }
}
/* JF FOOTER SLIM FIT END */


/* JF PREMIUM FOOTER MOCKUP PATCH START */
.premium-footer{
  position:relative!important;
  padding:0!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(11,183,255,.08),transparent 28%),
    radial-gradient(circle at 76% 82%,rgba(11,183,255,.08),transparent 24%),
    linear-gradient(180deg,#020a16 0%,#010611 100%)!important;
  border-top:1px solid rgba(98,232,255,.12)!important;
  color:#fff!important;
  overflow:hidden!important;
}

.footer-glow-line{
  height:1px!important;
  width:100%!important;
  background:linear-gradient(90deg,transparent,rgba(98,232,255,.35),transparent)!important;
  box-shadow:0 0 22px rgba(11,183,255,.7)!important;
}

.premium-footer-top{
  display:grid!important;
  grid-template-columns:minmax(360px,560px) 1fr!important;
  gap:74px!important;
  align-items:center!important;
  padding-top:54px!important;
  padding-bottom:54px!important;
}

.premium-footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
}

.premium-footer-logo img{
  width:520px!important;
  max-width:100%!important;
  display:block!important;
  filter:drop-shadow(0 18px 44px rgba(11,183,255,.22))!important;
}

.premium-footer-top-links{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(130px,1fr))!important;
  gap:22px 46px!important;
  align-items:center!important;
}

.premium-footer-top-links a{
  color:rgba(241,249,255,.82)!important;
  text-decoration:none!important;
  font-size:18px!important;
  font-weight:850!important;
  line-height:1.15!important;
  transition:color .18s ease,transform .18s ease!important;
}

.premium-footer-top-links a:hover{
  color:#62e8ff!important;
  transform:translateX(2px)!important;
}

.premium-footer-main{
  display:grid!important;
  grid-template-columns:minmax(380px,620px) 1fr!important;
  gap:78px!important;
  padding-top:48px!important;
  padding-bottom:38px!important;
  border-top:1px solid rgba(255,255,255,.075)!important;
}

.premium-footer-brand p{
  max-width:570px!important;
  margin:0 0 30px!important;
  color:rgba(241,249,255,.72)!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.premium-contact-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:18px 26px!important;
  align-items:center!important;
}

.premium-contact-row a{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  color:rgba(241,249,255,.84)!important;
  text-decoration:none!important;
  font-size:17px!important;
  font-weight:750!important;
}

.premium-contact-row a span{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:inline-grid!important;
  place-items:center!important;
  color:#62e8ff!important;
  border:1px solid rgba(98,232,255,.24)!important;
  background:rgba(11,183,255,.08)!important;
  box-shadow:0 0 22px rgba(11,183,255,.12)!important;
}

.premium-footer-columns{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(140px,1fr))!important;
  gap:34px!important;
}

.premium-footer-columns h3{
  position:relative!important;
  margin:0 0 24px!important;
  padding-top:8px!important;
  color:#62e8ff!important;
  font-size:15px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.premium-footer-columns h3:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:110px!important;
  height:1px!important;
  background:linear-gradient(90deg,#0bb7ff,transparent)!important;
  box-shadow:0 0 16px rgba(11,183,255,.45)!important;
}

.premium-footer-columns a{
  display:block!important;
  margin:0 0 16px!important;
  color:rgba(241,249,255,.68)!important;
  text-decoration:none!important;
  font-size:16px!important;
  line-height:1.25!important;
  transition:color .18s ease,transform .18s ease!important;
}

.premium-footer-columns a:hover{
  color:#fff!important;
  transform:translateX(2px)!important;
}

.premium-footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding-top:24px!important;
  padding-bottom:34px!important;
  border-top:1px solid rgba(255,255,255,.085)!important;
}

.premium-footer-bottom p{
  margin:0!important;
  color:rgba(241,249,255,.48)!important;
  font-size:15px!important;
  line-height:1.4!important;
}

.premium-footer-cta{
  min-width:310px!important;
  height:64px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  border-radius:16px!important;
  border:1px solid rgba(98,232,255,.88)!important;
  color:#8ceeff!important;
  text-decoration:none!important;
  font-size:18px!important;
  font-weight:950!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  background:linear-gradient(180deg,rgba(11,183,255,.08),rgba(11,183,255,.025))!important;
  box-shadow:
    0 0 0 1px rgba(11,183,255,.1),
    0 0 34px rgba(11,183,255,.22),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}

.premium-footer-cta:hover{
  transform:translateY(-2px)!important;
  box-shadow:
    0 0 0 1px rgba(11,183,255,.2),
    0 0 48px rgba(11,183,255,.34),
    inset 0 1px 0 rgba(255,255,255,.1)!important;
}

@media(max-width:1200px){
  .premium-footer-top,
  .premium-footer-main{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .premium-footer-top-links,
  .premium-footer-columns{
    grid-template-columns:repeat(2,minmax(150px,1fr))!important;
  }

  .premium-footer-logo img{
    width:420px!important;
  }
}

@media(max-width:720px){
  .premium-footer-top{
    padding-top:38px!important;
    padding-bottom:34px!important;
  }

  .premium-footer-main{
    padding-top:34px!important;
  }

  .premium-footer-logo img{
    width:310px!important;
  }

  .premium-footer-top-links,
  .premium-footer-columns{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .premium-footer-top-links a,
  .premium-footer-columns a{
    font-size:15px!important;
  }

  .premium-contact-row{
    display:grid!important;
    gap:12px!important;
  }

  .premium-footer-bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .premium-footer-cta{
    width:100%!important;
    min-width:0!important;
  }
}
/* JF PREMIUM FOOTER MOCKUP PATCH END */

