
: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 V4 START */
.premium-footer-v4{
  position:relative!important;
  background:
    radial-gradient(circle at 15% 6%, rgba(20,120,255,.10), transparent 23%),
    radial-gradient(circle at 75% 92%, rgba(0,195,255,.08), transparent 28%),
    linear-gradient(180deg,#030d1f 0%,#020a17 100%)!important;
  border-top:1px solid rgba(86,230,255,.14)!important;
  overflow:hidden!important;
}
.premium-footer-v4 .container{position:relative!important;z-index:2!important;}
.premium-footer-v4 a{text-decoration:none!important;}

.home-footer .footer-promo{
  display:grid!important;
  grid-template-columns:minmax(520px,1fr) minmax(360px,560px)!important;
  gap:84px!important;
  align-items:center!important;
  padding-top:68px!important;
  padding-bottom:44px!important;
}
.footer-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  color:#22c7ff!important;
  font-size:15px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0 0 24px!important;
}
.footer-eyebrow:after{
  content:""!important;
  width:56px!important;
  height:2px!important;
  background:linear-gradient(90deg,#10bfff,transparent)!important;
  box-shadow:0 0 24px rgba(16,191,255,.45)!important;
  border-radius:999px!important;
}
.footer-promo-copy h2{
  margin:0 0 18px!important;
  color:#f4fbff!important;
  font-size:72px!important;
  line-height:1.03!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
}
.footer-promo-copy h2 span{color:#1cb8ff!important;}
.footer-promo-copy>p{
  max-width:760px!important;
  margin:0 0 40px!important;
  color:rgba(232,244,255,.78)!important;
  font-size:22px!important;
  line-height:1.58!important;
}
.footer-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px!important;
  margin:0 0 36px!important;
}
.footer-feature-icon{
  width:58px!important;
  height:58px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  border:1px solid rgba(98,232,255,.18)!important;
  background:linear-gradient(180deg,rgba(8,34,67,.75),rgba(3,16,34,.92))!important;
  color:#0dc5ff!important;
  font-size:34px!important;
  margin:0 0 14px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 22px rgba(11,183,255,.08)!important;
}
.footer-feature h3{
  margin:0 0 8px!important;
  color:#ffffff!important;
  font-size:18px!important;
  font-weight:850!important;
}
.footer-feature p{
  margin:0!important;
  color:rgba(230,242,255,.70)!important;
  font-size:16px!important;
  line-height:1.6!important;
}
.footer-outline-btn{
  min-width:220px!important;
  height:72px!important;
  padding:0 34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  border-radius:18px!important;
  border:2px solid rgba(19,196,255,.80)!important;
  color:#2ed2ff!important;
  background:linear-gradient(180deg,rgba(5,24,49,.70),rgba(2,14,31,.92))!important;
  box-shadow:0 0 0 1px rgba(11,183,255,.08),0 0 34px rgba(11,183,255,.15)!important;
  font-size:24px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.footer-location-card{
  position:relative!important;
  min-height:545px!important;
  padding:38px 40px 44px!important;
  border-radius:26px!important;
  border:1px solid rgba(86,230,255,.30)!important;
  background:
    linear-gradient(180deg,rgba(7,22,47,.76),rgba(3,14,33,.96)),
    radial-gradient(circle at 78% 28%, rgba(31,157,255,.16), transparent 26%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 28px rgba(11,183,255,.08)!important;
  overflow:hidden!important;
}
.footer-location-pin{
  width:62px!important;
  height:62px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(86,230,255,.20)!important;
  color:#27c8ff!important;
  font-size:28px!important;
  background:rgba(11,183,255,.05)!important;
  margin:0 0 24px!important;
}
.footer-location-label{
  margin:0 0 12px!important;
  color:#18c2ff!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.footer-location-card h3{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:58px!important;
  line-height:1.04!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
}
.footer-location-sub{
  margin:0 0 22px!important;
  color:rgba(240,247,255,.84)!important;
  font-size:22px!important;
  line-height:1.35!important;
}
.footer-location-rule{
  width:112px!important;
  height:1px!important;
  margin:0 0 24px!important;
  background:linear-gradient(90deg,rgba(86,230,255,.72),transparent)!important;
}
.footer-location-card p{
  max-width:310px!important;
  margin:0 0 26px!important;
  color:rgba(230,242,255,.72)!important;
  font-size:18px!important;
  line-height:1.6!important;
  position:relative!important;
  z-index:2!important;
}
.footer-location-card>a{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#1ec7ff!important;
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  position:relative!important;
  z-index:2!important;
}
.footer-skyline{
  position:absolute!important;
  right:0!important;
  bottom:78px!important;
  width:58%!important;
  height:58%!important;
  background:
    linear-gradient(180deg, transparent 0 72%, rgba(105,180,255,.18) 72% 72.6%, transparent 72.6%),
    linear-gradient(90deg,
      transparent 0 6%,
      rgba(10,46,90,.96) 6% 14%,
      transparent 14% 20%,
      rgba(9,42,82,.92) 20% 31%,
      transparent 31% 39%,
      rgba(12,51,100,.98) 39% 49%,
      transparent 49% 58%,
      rgba(10,40,82,.94) 58% 66%,
      transparent 66% 75%,
      rgba(9,37,76,.92) 75% 81%,
      transparent 81% 87%,
      rgba(8,34,70,.90) 87% 94%,
      transparent 94% 100%)!important;
  opacity:.95!important;
  border-radius:0 0 18px 18px!important;
}
.footer-skyline:before{
  content:""!important;
  position:absolute!important;
  left:41%!important;
  top:-31%!important;
  width:12%!important;
  height:103%!important;
  background:linear-gradient(180deg,#184f97 0%, #0a2852 100%)!important;
  box-shadow:0 0 18px rgba(111,184,255,.22)!important;
}
.footer-skyline:after{
  content:""!important;
  position:absolute!important;
  left:46.5%!important;
  top:-42%!important;
  width:2px!important;
  height:42%!important;
  background:#78dfff!important;
  box-shadow:0 0 14px rgba(120,223,255,.7)!important;
}
.footer-waterline{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:112px!important;
  background:
    linear-gradient(180deg,transparent 0%, rgba(5,27,55,.16) 16%, rgba(6,38,76,.88) 100%),
    repeating-linear-gradient(180deg, transparent 0 9px, rgba(102,194,255,.06) 9px 11px)!important;
  border-top:1px solid rgba(123,210,255,.10)!important;
}
.footer-divider{
  width:100%!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(86,230,255,.50),transparent)!important;
  box-shadow:0 0 24px rgba(11,183,255,.32)!important;
}

.footer-core{
  display:grid!important;
  grid-template-columns:minmax(440px,700px) 1fr!important;
  gap:76px!important;
  padding-top:36px!important;
  padding-bottom:28px!important;
}
.inner-footer .footer-core{
  padding-top:48px!important;
}
.footer-brand-logo{
  display:inline-flex!important;
  margin:0 0 8px!important;
}
.footer-brand-logo img{
  width:500px!important;
  max-width:100%!important;
  display:block!important;
  filter:drop-shadow(0 16px 38px rgba(11,183,255,.20))!important;
}
.footer-brand-tag{
  color:rgba(196,227,255,.86)!important;
  font-size:16px!important;
  margin:0 0 24px!important;
}
.footer-brand p{
  max-width:700px!important;
  margin:0 0 28px!important;
  color:rgba(236,246,255,.76)!important;
  font-size:18px!important;
  line-height:1.72!important;
}
.footer-contact-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:18px 24px!important;
  margin:0 0 24px!important;
}
.footer-contact-row a{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  color:rgba(244,249,255,.88)!important;
  font-size:16px!important;
  font-weight:800!important;
}
.footer-contact-row a span{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(86,230,255,.22)!important;
  background:rgba(11,183,255,.05)!important;
  color:#28c8ff!important;
  box-shadow:0 0 14px rgba(11,183,255,.10)!important;
}
.footer-social-row{
  display:flex!important;
  gap:14px!important;
}
.footer-social-row a{
  width:48px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(86,230,255,.18)!important;
  background:rgba(11,183,255,.05)!important;
  color:#dff7ff!important;
  font-size:22px!important;
  font-weight:800!important;
}
.footer-columns{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(110px,1fr))!important;
  gap:28px 30px!important;
  align-content:start!important;
}
.footer-columns h3{
  position:relative!important;
  margin:0 0 22px!important;
  padding-top:18px!important;
  color:#eef9ff!important;
  font-size:15px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.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,#56e6ff,transparent)!important;
  box-shadow:0 0 18px rgba(11,183,255,.22)!important;
}
.footer-columns a{
  display:block!important;
  margin:0 0 16px!important;
  color:rgba(236,246,255,.76)!important;
  font-size:16px!important;
  line-height:1.35!important;
}
.footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding-top:22px!important;
  padding-bottom:34px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  position:relative!important;
}
.footer-bottom:before{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:48px!important;
  width:360px!important;
  height:2px!important;
  background:linear-gradient(90deg,transparent,rgba(11,183,255,.66),transparent)!important;
  box-shadow:0 0 22px rgba(11,183,255,.40)!important;
}
.footer-legal{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:16px 26px!important;
}
.footer-legal p{
  margin:0!important;
  color:rgba(236,246,255,.48)!important;
  font-size:15px!important;
}
.footer-legal a{
  color:rgba(236,246,255,.64)!important;
  font-size:15px!important;
}
.footer-bottom-cta{
  min-width:392px!important;
  height:72px!important;
  padding:0 34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  border-radius:18px!important;
  border:2px solid rgba(19,196,255,.78)!important;
  background:linear-gradient(180deg,rgba(6,28,56,.56),rgba(4,18,38,.90))!important;
  box-shadow:0 0 0 1px rgba(11,183,255,.1),0 0 44px rgba(11,183,255,.16)!important;
  color:#51dfff!important;
  font-size:24px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

@media (max-width:1280px){
  .home-footer .footer-promo,.footer-core{grid-template-columns:1fr!important;gap:42px!important;}
  .footer-promo-copy h2{font-size:58px!important;}
  .footer-columns{grid-template-columns:repeat(3,minmax(140px,1fr))!important;}
}
@media (max-width:860px){
  .home-footer .footer-promo{padding-top:42px!important;padding-bottom:32px!important;}
  .footer-promo-copy h2{font-size:42px!important;}
  .footer-promo-copy>p{font-size:18px!important;}
  .footer-feature-grid{grid-template-columns:1fr!important;gap:22px!important;}
  .footer-location-card{min-height:auto!important;padding:28px 24px 180px!important;}
  .footer-location-card h3{font-size:40px!important;}
  .footer-location-sub{font-size:18px!important;}
  .footer-brand-logo img{width:340px!important;}
  .footer-columns{grid-template-columns:repeat(2,minmax(140px,1fr))!important;}
  .footer-bottom{flex-direction:column!important;align-items:flex-start!important;}
  .footer-bottom:before{display:none!important;}
  .footer-bottom-cta{width:100%!important;min-width:0!important;font-size:20px!important;}
}
@media (max-width:560px){
  .footer-promo-copy h2{font-size:34px!important;}
  .footer-location-card h3{font-size:32px!important;}
  .footer-columns{grid-template-columns:1fr!important;}
  .footer-brand-logo img{width:280px!important;}
  .footer-contact-row{display:grid!important;gap:12px!important;}
  .footer-outline-btn{width:100%!important;min-width:0!important;font-size:18px!important;}
}
/* JF FOOTER V4 END */


/* --- JF Technologies refined plan additions: web + SEO + practical IT support --- */
.operator-section{background:radial-gradient(circle at 12% 8%,rgba(47,245,174,.10),transparent 28%),linear-gradient(180deg,#041226,#020b19)!important;}
.operator-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center;border:1px solid rgba(98,232,255,.18);border-radius:34px;background:linear-gradient(135deg,rgba(10,42,70,.82),rgba(4,17,34,.92));box-shadow:0 28px 80px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.06);padding:42px;overflow:hidden;position:relative;}
.operator-panel:before{content:"";position:absolute;inset:-40% auto auto -12%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(98,232,255,.15),transparent 62%);pointer-events:none;}
.operator-copy,.operator-status-grid{position:relative;z-index:1;}
.operator-copy h2{font-size:clamp(40px,4.5vw,70px);line-height:.94;letter-spacing:-.07em;margin:18px 0 18px;}
.operator-copy p{color:var(--muted);font-size:18px;line-height:1.65;max-width:680px;}
.operator-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.operator-status{border:1px solid rgba(255,255,255,.10);border-radius:22px;background:rgba(255,255,255,.045);padding:22px;min-height:152px;}
.operator-status strong{display:block;color:#62e8ff;font-size:24px;letter-spacing:-.03em;margin-bottom:8px;}
.operator-status span{display:block;color:rgba(241,249,255,.68);font-size:14px;line-height:1.55;font-weight:650;}
.agent-system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;}
.agent-step{border:1px solid rgba(98,232,255,.17);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));padding:24px;min-height:215px;}
.agent-step .step-number{color:#62e8ff;font-size:12px;letter-spacing:.20em;text-transform:uppercase;font-weight:950;margin-bottom:18px;}
.agent-step h3{font-size:24px;margin:0 0 12px;letter-spacing:-.04em;}
.agent-step p{margin:0;color:var(--muted);line-height:1.58;font-size:15px;}
.refined-note{margin-top:18px;color:rgba(241,249,255,.55);font-size:14px;line-height:1.6;}
.service-slide.it-support-slide{border-color:rgba(47,245,174,.28);background:linear-gradient(180deg,rgba(21,89,80,.72),rgba(8,28,48,.88));}
.service-slide.it-support-slide .service-cta span{background:rgba(47,245,174,.16);color:#91ffd6;}
.package-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;}
.package-highlight-card{border:1px solid rgba(255,255,255,.11);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));padding:28px;}
.package-highlight-card.featured{border-color:rgba(98,232,255,.45);box-shadow:0 0 60px rgba(22,191,255,.10);}
.package-highlight-card h3{font-size:30px;line-height:1.05;margin:10px 0 12px;letter-spacing:-.05em;}
.package-highlight-card p{color:var(--muted);line-height:1.6;}
.package-price{font-size:28px;font-weight:950;color:#fff;margin:20px 0 6px;letter-spacing:-.04em;}
@media(max-width:980px){.operator-panel{grid-template-columns:1fr;padding:28px}.operator-status-grid,.agent-system-grid,.package-highlight-grid{grid-template-columns:1fr}.operator-copy h2{font-size:40px}}

/* JF LOGO FIX START
   Tight logo assets are now used, so set logo display by height instead of oversized transparent-image width. */
.brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}
.brand-logo{
  display:block!important;
  width:auto!important;
  height:56px!important;
  max-width:285px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 14px 26px rgba(11,183,255,.18))!important;
}
.brand-orb img{
  display:block!important;
  width:82%!important;
  height:auto!important;
  max-height:82%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 22px 34px rgba(0,0,0,.34)) drop-shadow(0 0 28px rgba(11,183,255,.12))!important;
}
.footer-brand-logo,
.clean-footer .footer-logo,
.footer-logo{
  display:inline-flex!important;
  align-items:center!important;
}
.footer-brand-logo img,
.clean-footer .footer-logo img,
.footer-logo img{
  display:block!important;
  width:auto!important;
  height:72px!important;
  max-width:360px!important;
  object-fit:contain!important;
  margin:0 0 18px!important;
  opacity:1!important;
  filter:drop-shadow(0 12px 28px rgba(11,183,255,.18))!important;
}
@media(max-width:1220px){
  .brand-logo{height:52px!important;max-width:265px!important;}
}
@media(max-width:980px){
  .brand-logo{height:50px!important;max-width:245px!important;}
  .footer-brand-logo img,.clean-footer .footer-logo img,.footer-logo img{height:64px!important;max-width:320px!important;}
}
@media(max-width:640px){
  .brand-logo{height:44px!important;max-width:220px!important;}
  .footer-brand-logo img,.clean-footer .footer-logo img,.footer-logo img{height:58px!important;max-width:290px!important;}
  .brand-orb img{width:78%!important;max-height:78%!important;}
}
/* JF LOGO FIX END */
