\n/* WordPress integration only. MASTER UI geometry remains unchanged. */
body.admin-bar #header{top:32px}
@media(max-width:782px){body.admin-bar #header{top:46px}}
@media(max-width:600px){body.admin-bar #header.scrolled{top:0}}
#wpadminbar,#wpadminbar *{box-sizing:content-box}
#wpadminbar img{max-width:none!important;display:inline!important}
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img{width:26px!important;height:26px!important;max-width:26px!important}
#wpadminbar #wp-admin-bar-user-info .avatar{width:64px!important;height:64px!important;max-width:64px!important}
.language-switcher{position:relative}
.language-toggle{border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;height:46px;border-radius:12px;padding:0 14px;display:flex;align-items:center;gap:8px;cursor:pointer}
.language-toggle svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}
.language-menu{position:absolute;right:0;top:54px;min-width:190px;padding:8px;border:1px solid rgba(255,255,255,.12);background:rgba(6,17,31,.96);backdrop-filter:blur(18px);border-radius:14px;box-shadow:0 18px 46px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;z-index:80}
.language-switcher.is-open .language-menu{opacity:1;visibility:visible;transform:none}
.language-menu a{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:10px;font-size:13px}.language-menu a:hover,.language-menu a.active{background:rgba(255,255,255,.08)}.language-menu small{color:#8fa0b9}
.mobile-panel{display:none;position:fixed;z-index:49;left:14px;right:14px;top:78px;padding:12px;background:rgba(6,17,31,.97);border:1px solid var(--line);border-radius:16px;backdrop-filter:blur(18px)}.mobile-panel.is-open{display:grid;gap:4px}.mobile-panel a{padding:12px;border-radius:10px}.mobile-panel a:hover{background:rgba(255,255,255,.07)}
.privacy-check{display:flex;align-items:flex-start;gap:9px;color:#b9c6d8;font-size:11px;line-height:1.45;margin:12px 0}.privacy-check input{margin-top:2px}.form-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.form-message{font-size:12px;margin-top:10px;color:#dbe5ff}.compact-title{font-size:44px!important}
@media(max-width:1000px){.language-switcher{display:none}.mobile-panel{top:78px}}

:root{
  --bg:#07111f;
  --bg2:#0a1830;
  --panel:#0d1c31;
  --text:#f7f9fc;
  --muted:#aebbd0;
  --blue:#2f6cff;
  --blue2:#5a42ff;
  --cyan:#1fbfff;
  --line:rgba(255,255,255,.12);
  --soft:#f5f8fd;
  --ink:#0c1d37;
  --shadow:0 24px 70px rgba(3,12,28,.28);
  --r:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}

.noise{
  position:fixed;inset:0;pointer-events:none;z-index:999;
  opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.progress{
  position:fixed;left:0;top:0;height:3px;width:0;z-index:1000;
  background:linear-gradient(90deg,var(--cyan),var(--blue),#8e57ff);
  box-shadow:0 0 22px rgba(47,108,255,.9);
}

.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#79a3ff;font-weight:800}
.section-title{font-size:clamp(34px,4vw,62px);line-height:.98;letter-spacing:-.045em;margin:12px 0 20px}
.muted{color:var(--muted)}
.btn{
  display:inline-flex;align-items:center;gap:12px;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:14px;font-weight:800;
  border:1px solid transparent;transition:.28s ease;cursor:pointer;
}
.btn.primary{
  background:linear-gradient(135deg,var(--blue),#4b6cff 46%,var(--blue2));
  box-shadow:0 12px 40px rgba(47,108,255,.3);
}
.btn.primary:hover{transform:translateY(-3px);box-shadow:0 18px 55px rgba(47,108,255,.45)}
.btn.ghost{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.05);backdrop-filter:blur(14px)}
.btn.ghost:hover{background:rgba(255,255,255,.1);transform:translateY(-3px)}


header{
  position:fixed;left:0;right:0;top:0;z-index:50;
  transition:.3s ease;
}
header.scrolled{
  background:rgba(5,14,28,.76);
  backdrop-filter:blur(20px);
  border-bottom:1px solid var(--line);
}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{font-family:Georgia,serif;font-size:29px;font-weight:700;letter-spacing:-.03em}
.logo b{color:#5683ff}
.navlinks{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}
.navlinks a{opacity:.82;position:relative}
.navlinks a:after{
  content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;
  background:#6b8bff;transition:.25s
}
.navlinks a:hover{opacity:1}.navlinks a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang{
  border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;
  height:46px;border-radius:12px;padding:0 14px
}
.menu{display:none;border:1px solid var(--line);background:rgba(255,255,255,.06);color:white;width:46px;height:46px;border-radius:12px}

.hero{
  min-height:820px;position:relative;display:flex;align-items:center;isolation:isolate;overflow:hidden;
  background:#06111f;
}
.hero-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-5;filter:saturate(.88) contrast(1.04) brightness(.82);transform:scale(1.015)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-4;filter:saturate(.88) contrast(1.04) brightness(.82);transform:scale(1.015)}
.hero-video-overlay{position:absolute;inset:0;z-index:-3;background:
  linear-gradient(90deg,
    rgba(2,8,18,.96) 0%,
    rgba(3,10,22,.90) 25%,
    rgba(5,14,29,.60) 48%,
    rgba(8,18,34,.20) 66%,
    rgba(10,20,36,.04) 82%,
    rgba(10,20,36,0) 100%),
  linear-gradient(180deg,rgba(3,11,22,.05),rgba(3,11,22,.24)),
  radial-gradient(circle at 78% 34%,rgba(55,105,255,.07),transparent 34%);
}
@media (prefers-reduced-motion:reduce){.hero-video{display:none}}

.hero:before{
  content:"";position:absolute;inset:-20%;
  background:
    radial-gradient(circle at 70% 35%,rgba(44,93,255,.3),transparent 28%),
    radial-gradient(circle at 27% 20%,rgba(23,165,255,.13),transparent 22%);
  z-index:-1;animation:aurora 9s ease-in-out infinite alternate;
}
@keyframes aurora{to{transform:translate3d(2%,-2%,0) scale(1.08);filter:hue-rotate(18deg)}}
.citygrid{
  position:absolute;inset:0;opacity:.15;z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(transparent,black 30%,black 80%,transparent);
  transform:perspective(700px) rotateX(60deg) translateY(52%);
  transform-origin:bottom;
}
.hero-inner{
  padding-top:105px;display:grid;grid-template-columns:1.3fr .72fr;gap:64px;align-items:center
}
.hero-copy{max-width:740px}
.hero-tag{display:inline-flex;gap:10px;align-items:center;color:#dce6ff;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.hero-tag i{width:34px;height:1px;background:#7594ff;box-shadow:0 0 16px #7594ff}
.hero h1{
  margin:22px 0 22px;font-size:clamp(64px,7vw,108px);line-height:.86;letter-spacing:-.065em;
}
.hero h1 span{
  display:block;background:linear-gradient(90deg,#58a7ff,#5f6fff,#9b62ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero p{font-size:19px;line-height:1.7;color:#e3eaf5;max-width:680px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.scrollhint{
  margin-top:52px;display:flex;gap:14px;align-items:center;color:#b8c6d8;font-size:12px;text-transform:uppercase;letter-spacing:.16em
}
.mouse{width:27px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:20px;position:relative}
.mouse:after{content:"";position:absolute;width:3px;height:7px;background:#fff;border-radius:3px;left:11px;top:8px;animation:wheel 1.7s infinite}
@keyframes wheel{0%{opacity:0;transform:translateY(0)}30%{opacity:1}100%{opacity:0;transform:translateY(14px)}}

.form-card{
  position:relative;border:1px solid rgba(255,255,255,.22);
  border-radius:28px;background:linear-gradient(145deg,rgba(16,31,53,.52),rgba(4,12,25,.34));
  backdrop-filter:blur(14px);padding:30px;box-shadow:var(--shadow);overflow:hidden;
  transform-style:preserve-3d;
}
.form-card:before{
  content:"";position:absolute;width:160px;height:160px;border-radius:50%;
  background:rgba(73,102,255,.24);filter:blur(50px);right:-50px;top:-60px;
}
.form-card h3{font-family:Georgia,serif;font-size:31px;margin:0 0 10px}
.form-card p{font-size:14px;color:#b9c6d8;margin:0 0 20px}
.field{position:relative;margin:10px 0}
.field input,.field textarea{
  width:100%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.045);
  color:white;border-radius:12px;padding:15px 14px;outline:none;transition:.25s
}
.field textarea{min-height:112px;resize:vertical}
.field input:focus,.field textarea:focus{border-color:#6b84ff;box-shadow:0 0 0 4px rgba(76,109,255,.12)}
.form-card .btn{width:100%;margin-top:8px}

.social-rail{
  position:absolute;left:22px;top:50%;transform:translateY(-35%);
  display:grid;gap:10px;z-index:4
}
.social-rail a{
  width:45px;height:45px;border-radius:13px;display:grid;place-items:center;
  background:rgba(5,14,28,.6);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);
  transition:.25s;font-weight:900
}
.social-rail a:hover{background:#2868ff;transform:translateX(4px)}

.truststrip{background:#fff;color:var(--ink);position:relative}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}
.trustitem{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:0 24px;border-right:1px solid #dfe6f0}
.trustitem:last-child{border-right:0}
.icon{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#2e67e8;
  background:#eef4ff;font-size:23px
}
.icon svg,.bubble svg,.si svg,.contact i svg,.social-rail svg,.foot-social svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bubble svg{width:29px;height:29px}.si svg{width:38px;height:38px}.contact i svg{width:20px;height:20px}.social-rail svg,.foot-social svg{width:19px;height:19px}

.trustitem strong{display:block;font-size:14px}.trustitem small{color:#66748a;line-height:1.5}

.metrics{
  background:
  linear-gradient(90deg,rgba(5,20,41,.96),rgba(7,26,53,.95)),
  radial-gradient(circle at 50% 0%,rgba(62,101,255,.25),transparent 35%);
  border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)
}
.metricgrid{display:grid;grid-template-columns:repeat(4,1fr);padding:38px 0}
.metric{display:flex;gap:18px;align-items:center;padding:0 28px;border-right:1px solid var(--line)}
.metric:last-child{border-right:0}
.metric .bubble{
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:27px;
  background:radial-gradient(circle at 30% 25%,rgba(62,115,255,.38),rgba(42,63,138,.16));
  border:1px solid rgba(93,128,255,.28);box-shadow:inset 0 0 34px rgba(51,81,255,.2)
}
.num{font-size:34px;font-weight:850;line-height:1;letter-spacing:-.035em;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:1px;min-height:36px}
.metric .metric-label{font-size:12px;color:#b9c7dc;display:block;margin-top:7px;letter-spacing:.01em}
.num .counter{font-size:inherit;color:inherit;line-height:inherit}
.num .suffix{font-size:.58em;font-weight:800;color:#dce7ff;margin-left:1px}
.premium-arrow{width:27px;height:27px;border-radius:50%;display:inline-grid;place-items:center;border:1px solid currentColor;transition:.28s ease;flex:0 0 auto}
.premium-arrow svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn:hover .premium-arrow,.card:hover .premium-arrow{transform:translateX(4px);background:rgba(255,255,255,.12)}
.card .premium-arrow{width:31px;height:31px;color:#2f6cff;margin-top:auto}


.light{background:var(--soft);color:var(--ink)}
.about{padding:105px 0}
.aboutgrid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.about-copy p{color:#5d6b80;line-height:1.8}
.media-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:14px;position:relative}
.photo{
  min-height:420px;border-radius:24px;background-size:cover;background-position:center;
  box-shadow:0 22px 50px rgba(22,43,76,.16);overflow:hidden;position:relative
}
.photo.main{}
.small-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.small-stack .photo{min-height:0}
.photo.truck{}
.photo.warehouse{}
.photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 52%,rgba(4,12,28,.75))}
.photo label{position:absolute;left:18px;bottom:17px;z-index:2;color:white;font-weight:800}
.badge{
  position:absolute;left:-35px;bottom:-20px;z-index:3;padding:20px 24px;border-radius:18px;
  background:linear-gradient(145deg,#2b67ef,#586cff);color:white;box-shadow:0 18px 40px rgba(47,108,255,.28)
}
.badge strong{display:block;font-size:38px}.badge span{font-size:12px}

.services{padding:30px 0 110px}
.services-head{display:flex;align-items:end;justify-content:space-between;gap:30px}
.servicegrid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:34px}
.card{
  min-height:230px;background:white;border:1px solid #dde5f1;border-radius:20px;padding:24px 18px;
  display:flex;flex-direction:column;transition:.32s cubic-bezier(.2,.7,.2,1);
  box-shadow:0 10px 30px rgba(24,47,78,.05);position:relative;overflow:hidden
}
.card:before{content:"";position:absolute;inset:auto -30% -55% -30%;height:120px;background:radial-gradient(circle,rgba(47,108,255,.18),transparent 60%);opacity:0;transition:.3s}
.card:hover{transform:translateY(-10px);border-color:#98b1ff;box-shadow:0 22px 45px rgba(34,75,160,.14)}
.card:hover:before{opacity:1}
.card .si{font-size:34px;color:#2868ff}.card h4{margin:24px 0 10px}.card p{font-size:13px;line-height:1.6;color:#68778d}.card .go{margin-top:auto;color:#2f6cff;font-size:20px}.card h4{font-size:15px;line-height:1.25}.card p{min-height:62px}

.cta-band{
  position:relative;padding:70px 0;background:#071a37;
  overflow:hidden
}
.cta-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.34}
.cta-band:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,18,42,.96),rgba(7,25,55,.80))}
.cta-band:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 50%,rgba(64,116,255,.24),transparent 28%)}
.ctagrid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.35fr;gap:50px;align-items:center}
.cta-band h2{font-family:Georgia,serif;font-size:50px;line-height:.98;margin:0}.cta-band h2 span{color:#7094ff}
.contacts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.contact{display:flex;gap:12px;align-items:center}.contact i{font-style:normal;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center}

.partners{background:#071629;padding:34px 0;border-bottom:1px solid var(--line)}
.partnergrid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:center;text-align:center}
.partner{font-size:23px;font-weight:900;color:#eef4ff;opacity:.88;letter-spacing:.03em}

footer{background:#061321;padding:64px 0 30px}
.footergrid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}
footer h4{font-size:13px;text-transform:uppercase;letter-spacing:.1em}
footer p,footer a{color:#8fa0b9;font-size:13px;line-height:1.9}
footer a:hover{color:white}
.foot-social{display:flex;gap:8px;margin-top:18px}.foot-social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line)}
.copy{margin-top:50px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#718199;font-size:12px}

.reveal{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}
.float{animation:float 5s ease-in-out infinite}
@keyframes float{50%{transform:translateY(-8px)}}

@media(max-width:1000px){
  .navlinks{display:none}.menu{display:block}.nav-actions .btn{display:none}
  .hero{min-height:auto;padding:120px 0 70px}
  .hero-inner{grid-template-columns:1fr;gap:36px}
  .form-card{max-width:620px}
  .social-rail{display:none}
  .trustgrid,.metricgrid{grid-template-columns:repeat(2,1fr)}
  .trustitem:nth-child(2){border-right:0}
  .aboutgrid,.ctagrid{grid-template-columns:1fr}
  .servicegrid{grid-template-columns:repeat(3,1fr)}
  .footergrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .wrap{width:min(100% - 28px,1180px)}
  .nav{height:72px}.logo{font-size:24px}.lang{display:none}
  .hero{padding-top:104px}
  .hero h1{font-size:57px}.hero p{font-size:16px}
  .hero-cta .btn{width:100%}
  .form-card{padding:22px;border-radius:22px}
  .trustgrid,.metricgrid{grid-template-columns:1fr}
  .trustitem,.metric{border-right:0;border-bottom:1px solid #e1e7f0;padding:18px 10px}
  .metric{border-bottom:1px solid var(--line)}
  .about{padding:75px 0}.aboutgrid{gap:38px}.media-grid{grid-template-columns:1fr}.small-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}.photo.main{min-height:340px}.small-stack .photo{min-height:180px}.badge{left:10px}
  .services{padding-bottom:80px}.servicegrid{grid-template-columns:1fr 1fr}.card{min-height:210px}
  .contacts{grid-template-columns:1fr}
  .partnergrid{grid-template-columns:repeat(2,1fr)}.partner:last-child{grid-column:1/-1}
  .footergrid{grid-template-columns:1fr 1fr}.footergrid>div:first-child{grid-column:1/-1}
  .copy{gap:14px;flex-direction:column}
}

/* =========================================================
   WorkGM 1.1.8 — Premium Internal Pages
   Translation-safe: no fixed text heights, long-language aware.
   ========================================================= */
.inner-page{
  background:#f4f7fb;
  color:var(--ink);
  overflow:hidden;
}
.inner-hero-premium{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  isolation:isolate;
  overflow:hidden;
  background:#071629;
  color:#fff;
}
.inner-hero-bg{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg,rgba(3,11,23,.96) 0%,rgba(5,17,35,.88) 40%,rgba(9,25,52,.56) 72%,rgba(25,45,85,.28) 100%),
    url('../images/riga-poster.jpg') center 46%/cover no-repeat;
  transform:scale(1.015);
}
.inner-hero-premium:before{
  content:"";
  position:absolute;
  z-index:-3;
  inset:-30%;
  background:
    radial-gradient(circle at 76% 36%,rgba(71,96,255,.35),transparent 22%),
    radial-gradient(circle at 23% 74%,rgba(31,160,255,.12),transparent 26%);
  animation:innerAurora 10s ease-in-out infinite alternate;
}
@keyframes innerAurora{
  to{transform:translate3d(2%,-2%,0) scale(1.04)}
}
.inner-hero-grid{
  position:absolute;
  z-index:-2;
  inset:0;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,transparent 4%,black 26%,black 78%,transparent);
}
.inner-hero-layout{
  display:grid;
  grid-template-columns:1.3fr .72fr;
  gap:64px;
  align-items:center;
  padding-top:105px;
  padding-bottom:64px;
}
.inner-hero-copy{
  min-width:0;
  max-width:740px;
}
.inner-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:38px;
  color:#9aaac1;
  font-size:12px;
  font-weight:700;
}
.inner-breadcrumb a{color:#d6e1f3}
.inner-breadcrumb svg{
  width:13px;
  height:13px;
  stroke:currentColor;
  fill:none;
  transform:rotate(-90deg);
}
.inner-breadcrumb strong{color:#7696ff}
.inner-overline{
  display:flex;
  align-items:center;
  gap:14px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  font-weight:850;
  color:#9cb4ff;
}
.inner-overline-line{
  display:block;
  width:38px;
  height:1px;
  background:linear-gradient(90deg,#4da5ff,#7667ff);
  box-shadow:0 0 18px rgba(87,122,255,.75);
}
.inner-hero-premium h1{
  max-width:850px;
  margin:18px 0 20px;
  font-size:clamp(46px,5.3vw,82px);
  line-height:.96;
  letter-spacing:-.052em;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.inner-lead{
  max-width:720px;
  margin:0;
  font-size:clamp(16px,1.45vw,20px);
  line-height:1.72;
  color:#c9d4e5;
  text-wrap:pretty;
}
.inner-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:20px;
  margin-top:34px;
}
.inner-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d8e3f5;
  font-size:13px;
  font-weight:750;
  transition:.25s ease;
}
.inner-text-link svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
}
.inner-text-link:hover{color:#7ba0ff;transform:translateX(3px)}
.inner-hero-mark{
  position:relative;
  min-height:330px;
  display:grid;
  place-items:center;
}
.inner-mark-orbit{
  position:absolute;
  width:min(330px,100%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(133,158,255,.18);
  box-shadow:
    0 0 0 32px rgba(97,126,255,.035),
    0 0 0 70px rgba(97,126,255,.018);
  animation:markPulse 5s ease-in-out infinite;
}
@keyframes markPulse{
  50%{transform:scale(1.035);opacity:.72}
}
.inner-mark-card{
  width:210px;
  min-height:245px;
  position:relative;
  padding:28px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(16,31,53,.66),rgba(5,14,31,.38));
  backdrop-filter:blur(18px);
  box-shadow:0 30px 70px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.inner-mark-number{
  font-family:Georgia,serif;
  font-size:62px;
  line-height:1;
  color:rgba(255,255,255,.16);
}
.inner-mark-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(54,108,255,.32),rgba(92,71,255,.17));
  border:1px solid rgba(115,146,255,.3);
  color:#85a4ff;
}
.inner-mark-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.inner-mark-card small{
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#a9b9cf;
  font-weight:800;
}

.inner-content-section{
  padding:96px 0 76px;
  background:
    radial-gradient(circle at 10% 18%,rgba(70,114,255,.08),transparent 20%),
    #f5f8fc;
}
.inner-section-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.inner-info-card{
  position:relative;
  min-width:0;
  min-height:280px;
  padding:30px;
  border:1px solid #dde6f1;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 42px rgba(22,46,81,.065);
  overflow:hidden;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s,border-color .32s;
}
.inner-info-card:before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  right:-85px;
  top:-90px;
  background:radial-gradient(circle,rgba(65,105,255,.13),transparent 68%);
  transition:.3s;
}
.inner-info-card:hover{
  transform:translateY(-6px);
  border-color:#a9baff;
  box-shadow:0 24px 58px rgba(29,68,150,.12);
}
.inner-card-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:38px;
}
.inner-card-index{
  font-size:11px;
  letter-spacing:.15em;
  font-weight:900;
  color:#9ca9ba;
}
.inner-card-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#326cff;
  background:#edf3ff;
  border:1px solid #dae6ff;
}
.inner-card-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.inner-info-card h2{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  font-size:clamp(21px,2vw,28px);
  line-height:1.15;
  letter-spacing:-.028em;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
.inner-info-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#65748a;
  font-size:15px;
  line-height:1.78;
  overflow-wrap:anywhere;
  text-wrap:pretty;
}
.inner-card-line{
  position:absolute;
  left:30px;
  right:calc(100% - 70px);
  bottom:24px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,#2f6cff,#6d63ff);
  transition:right .35s ease;
}
.inner-info-card:hover .inner-card-line{right:30px}

.inner-contact-strip{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border-radius:24px;
  background:#091a31;
  box-shadow:0 22px 50px rgba(9,28,57,.16);
}
.inner-contact-item{
  min-width:0;
  display:flex;
  align-items:center;
  gap:16px;
  padding:26px;
  border-right:1px solid rgba(255,255,255,.09);
  color:#fff;
}
.inner-contact-item:last-child{border-right:0}
.inner-contact-item>span{
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#7699ff;
  border:1px solid rgba(108,143,255,.25);
  background:rgba(63,105,255,.1);
}
.inner-contact-item svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
.inner-contact-item div{min-width:0}
.inner-contact-item small{
  display:block;
  margin-bottom:4px;
  color:#899bb4;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
.inner-contact-item a,.inner-contact-item strong{
  color:#fff;
  font-size:14px;
  overflow-wrap:anywhere;
}

.inner-editor-content{
  margin-top:32px;
  padding:34px;
  border:1px solid #dde6f1;
  border-radius:22px;
  background:#fff;
  color:#5e6d82;
  line-height:1.8;
}
.inner-editor-content h2,.inner-editor-content h3{color:var(--ink)}

.inner-cta-section{
  padding:0 0 100px;
  background:#f5f8fc;
}
.inner-cta-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(330px,.65fr);
  gap:clamp(38px,6vw,86px);
  align-items:center;
  padding:clamp(38px,5vw,68px);
  border-radius:30px;
  color:#fff;
  background:
    linear-gradient(125deg,rgba(5,18,40,.98),rgba(8,30,65,.92)),
    url('../images/riga-city-2.jpg') center/cover no-repeat;
  box-shadow:0 30px 80px rgba(7,27,59,.2);
}
.inner-cta-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 82% 34%,rgba(60,91,255,.27),transparent 28%),
    linear-gradient(90deg,rgba(5,15,31,.2),rgba(5,15,31,.02));
}
.inner-cta-glow{
  position:absolute;
  right:-80px;
  top:-110px;
  width:310px;
  height:310px;
  border-radius:50%;
  background:rgba(73,92,255,.19);
  filter:blur(45px);
  z-index:-1;
}
.inner-cta-copy{min-width:0}
.inner-cta-copy .kicker{color:#83a3ff}
.inner-cta-copy h2{
  margin:12px 0 16px;
  font-family:Georgia,serif;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1;
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
.inner-cta-copy p{
  max-width:620px;
  margin:0;
  color:#b9c9df;
  line-height:1.75;
  overflow-wrap:anywhere;
}
.inner-cta-action{min-width:0}
.inner-cta-action>.btn{min-width:210px}
.inner-cta-action .form-card{
  width:100%;
  margin:0;
  padding:26px;
  border-radius:24px;
  background:rgba(7,19,40,.54);
  backdrop-filter:blur(16px);
}
.inner-cta-action .form-card h3{font-size:27px}

/* Long translations: RU/DE/PL/LT/ET must expand, never clip. */
.inner-page h1,.inner-page h2,.inner-page h3,
.inner-page p,.inner-page a,.inner-page strong,.inner-page small{
  word-break:normal;
  overflow-wrap:anywhere;
}
html[lang^="de"] .inner-hero-premium h1,
html[lang^="ru"] .inner-hero-premium h1,
html[lang^="pl"] .inner-hero-premium h1{
  font-size:clamp(43px,4.85vw,76px);
}

@media(max-width:1000px){
  .inner-hero-premium{min-height:auto}
  .inner-hero-layout{
    grid-template-columns:1fr;
    padding-top:140px;
    padding-bottom:72px;
  }
  .inner-hero-copy{max-width:820px}
  .inner-hero-mark{display:none}
  .inner-section-grid{grid-template-columns:1fr 1fr}
  .inner-cta-card{grid-template-columns:1fr}
  .inner-cta-action{max-width:650px}
}
@media(max-width:760px){
  .inner-hero-layout{padding-top:118px;padding-bottom:60px}
  .inner-breadcrumb{margin-bottom:28px}
  .inner-hero-premium h1{font-size:clamp(42px,11vw,62px)}
  html[lang^="de"] .inner-hero-premium h1,
  html[lang^="ru"] .inner-hero-premium h1,
  html[lang^="pl"] .inner-hero-premium h1{font-size:clamp(39px,10vw,57px)}
  .inner-section-grid{grid-template-columns:1fr}
  .inner-info-card{min-height:0;padding:25px}
  .inner-contact-strip{grid-template-columns:1fr}
  .inner-contact-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .inner-contact-item:last-child{border-bottom:0}
  .inner-content-section{padding:70px 0 58px}
  .inner-cta-section{padding-bottom:72px}
  .inner-cta-card{padding:30px 22px;border-radius:24px}
}
@media(max-width:480px){
  .inner-breadcrumb{font-size:11px;gap:7px}
  .inner-overline{font-size:10px}
  .inner-hero-actions{align-items:flex-start;flex-direction:column}
  .inner-hero-actions .btn{width:100%}
  .inner-info-card h2{font-size:22px}
  .inner-cta-copy h2{font-size:35px}
}


/* 1.1.9 — Header/Hero unification with MASTER homepage */
.inner-page + footer{position:relative}
.inner-page .wrap{margin-left:auto;margin-right:auto}

/* Header is one system across home and internal pages. */
body:not(.home) #header{
  background:linear-gradient(180deg,rgba(4,13,27,.62),rgba(4,13,27,.18) 72%,transparent);
}
body:not(.home) #header.scrolled{
  background:rgba(5,14,28,.88);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(255,255,255,.12);
}

/* Keep the inner hero text aligned exactly to the same left edge as the logo. */
.inner-hero-premium > .wrap.inner-hero-layout{
  width:min(1180px,calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}

/* Laptop: use the same compact transition logic as homepage. */
@media(max-width:1180px){
  .inner-hero-premium > .wrap.inner-hero-layout{
    grid-template-columns:1.18fr .62fr;
    gap:42px;
  }
  .inner-hero-premium h1{
    font-size:clamp(48px,6vw,72px);
  }
}
@media(max-width:1000px){
  .inner-hero-premium{
    min-height:auto;
    padding:120px 0 70px;
  }
  .inner-hero-premium > .wrap.inner-hero-layout{
    width:min(1180px,calc(100% - 48px));
    grid-template-columns:1fr;
    gap:36px;
    padding-top:0;
    padding-bottom:0;
  }
  .inner-hero-mark{display:none}
}
@media(max-width:650px){
  .inner-hero-premium{
    padding-top:104px;
  }
  .inner-hero-premium > .wrap.inner-hero-layout{
    width:min(100% - 28px,1180px);
  }
  .inner-hero-premium h1{
    font-size:clamp(42px,13vw,57px);
  }
  .inner-lead{font-size:16px}
}

/* 1.2.0 */
.inner-card-top{justify-content:flex-end}.inner-mark-card{justify-content:flex-end;gap:28px}.footergrid{grid-template-columns:1.35fr repeat(4,1fr)}
@media(max-width:1000px){.footergrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.footergrid{grid-template-columns:1fr 1fr}}


/* WorkGM 1.2.1 — frontend WordPress toolbar isolation */
#wpadminbar{z-index:999999!important}
#wpadminbar,#wpadminbar *{box-sizing:content-box!important}
#wpadminbar img{max-width:none!important}
body.admin-bar #header{top:32px}
@media(max-width:782px){body.admin-bar #header{top:46px}}
@media(max-width:600px){body.admin-bar #header.scrolled{top:0}}


/* WorkGM 1.2.2 — hard frontend admin-bar account/gravatar protection */
body.admin-bar #wpadminbar #wp-admin-bar-my-account,
body.admin-bar #wpadminbar #wp-admin-bar-user-info,
body.admin-bar #wpadminbar #wp-admin-bar-edit-profile,
body.admin-bar #wpadminbar #wp-admin-bar-logout,
body.admin-bar #wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper,
body.admin-bar #wpadminbar #wp-admin-bar-my-account img.avatar{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  max-width:0!important;
  max-height:0!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}


/* =========================================================
   WorkGM 1.2.4 — Universal Premium Pages
   One visual language for Privacy, Terms, SEO and future pages.
   No video on ordinary pages.
   ========================================================= */
.universal-page{
  background:#f5f8fc;
  color:var(--ink);
  overflow:hidden;
}
.universal-hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  isolation:isolate;
  overflow:hidden;
  background:#071629;
  color:#fff;
}
.universal-hero-bg{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg,rgba(3,10,22,.96) 0%,rgba(4,13,28,.90) 32%,rgba(7,20,42,.60) 62%,rgba(12,28,55,.28) 100%),
    linear-gradient(180deg,rgba(3,10,22,.08),rgba(3,10,22,.35)),
    url('../images/riga-poster.jpg') center 45%/cover no-repeat;
  transform:scale(1.015);
}
.universal-hero:before{
  content:"";
  position:absolute;
  inset:-25%;
  z-index:-3;
  background:
    radial-gradient(circle at 74% 34%,rgba(65,91,255,.26),transparent 26%),
    radial-gradient(circle at 20% 72%,rgba(30,164,255,.10),transparent 24%);
}
.universal-hero-grid{
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.10;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(transparent 5%,black 28%,black 78%,transparent);
}
.universal-hero-inner{
  width:min(1180px,calc(100% - 48px));
  padding-top:128px;
  padding-bottom:78px;
}
.universal-hero-copy{
  max-width:850px;
}
.universal-hero h1{
  margin:18px 0 18px;
  max-width:920px;
  font-size:clamp(46px,5.6vw,82px);
  line-height:.96;
  letter-spacing:-.052em;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.universal-hero-lead{
  max-width:760px;
  margin:0;
  color:#c6d2e4;
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.72;
  text-wrap:pretty;
}
.universal-content-section{
  padding:88px 0 72px;
  background:
    radial-gradient(circle at 8% 8%,rgba(72,110,255,.07),transparent 22%),
    #f5f8fc;
}
.universal-content-wrap{
  width:min(1000px,calc(100% - 48px));
}
.universal-article{
  position:relative;
  overflow:hidden;
  padding:clamp(30px,5vw,58px);
  border:1px solid #dce5f0;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 60px rgba(21,45,82,.08);
}
.universal-article-accent{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#2f6cff,#655dff 55%,#1fbfff);
}
.universal-article .entry-content{
  color:#53647c;
  font-size:16px;
  line-height:1.82;
}
.universal-article .entry-content > *:first-child{margin-top:0}
.universal-article .entry-content > *:last-child{margin-bottom:0}
.universal-article .entry-content h1,
.universal-article .entry-content h2,
.universal-article .entry-content h3,
.universal-article .entry-content h4{
  color:#0b1f3a;
  line-height:1.18;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.universal-article .entry-content h2{
  margin-top:42px;
  margin-bottom:14px;
  font-size:clamp(25px,2.7vw,36px);
}
.universal-article .entry-content h3{
  margin-top:30px;
  margin-bottom:10px;
  font-size:clamp(20px,2vw,27px);
}
.universal-article .entry-content p{
  margin:0 0 18px;
  text-wrap:pretty;
}
.universal-article .entry-content ul,
.universal-article .entry-content ol{
  padding-left:24px;
  margin:0 0 22px;
}
.universal-article .entry-content li{margin:8px 0}
.universal-article .entry-content a{
  color:#175cd3;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.universal-article .entry-content blockquote{
  margin:28px 0;
  padding:20px 24px;
  border-left:3px solid #4d78ff;
  border-radius:0 14px 14px 0;
  background:#eef4ff;
  color:#334a6a;
}
.universal-article .entry-content table{
  width:100%;
  border-collapse:collapse;
  margin:26px 0;
}
.universal-article .entry-content th,
.universal-article .entry-content td{
  padding:12px 14px;
  border:1px solid #dce5f0;
  vertical-align:top;
}
.universal-article .entry-content th{
  background:#edf4ff;
  color:#123a78;
  text-align:left;
}
.universal-bottom-cta{
  padding:0 0 96px;
  background:#f5f8fc;
}

/* Do not let WordPress generated policy classes break layout. */
.universal-article .privacy-policy-tutorial,
.universal-article .wp-privacy-policy-guide{
  max-width:100%;
}
.universal-article .privacy-policy-tutorial{
  padding:12px 14px;
  border-radius:10px;
  background:#fff8e6;
  color:#7a5a13;
}

/* Same header logic as the homepage, but with a static hero background. */
body.page #header{
  background:linear-gradient(180deg,rgba(4,13,27,.60),rgba(4,13,27,.16) 75%,transparent);
}
body.page #header.scrolled{
  background:rgba(5,14,28,.88);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(255,255,255,.12);
}

@media(max-width:1000px){
  .universal-hero{min-height:auto}
  .universal-hero-inner{
    width:min(1180px,calc(100% - 48px));
    padding-top:140px;
    padding-bottom:68px;
  }
  .universal-content-section{padding-top:70px}
}
@media(max-width:650px){
  .universal-hero-inner,
  .universal-content-wrap{
    width:min(100% - 28px,1180px);
  }
  .universal-hero-inner{padding-top:116px;padding-bottom:56px}
  .universal-hero h1{font-size:clamp(40px,12vw,58px)}
  .universal-article{padding:26px 22px;border-radius:22px}
  .universal-content-section{padding:56px 0}
  .universal-bottom-cta{padding-bottom:70px}
}

/* 1.2.5 unified enquiry form */
.workgm-contact-form .field-label{display:block;margin:0 0 7px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;letter-spacing:.02em}
.workgm-contact-form .field select{width:100%;min-height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;outline:none}
.workgm-contact-form .field select option{color:#0b1f3a;background:#fff}
.contact-form-shell .field-label{color:#52647d}
.contact-form-shell .field select{border-color:#d8e2ef;background:#fff;color:#0b1f3a}
.workgm-contact-form .privacy-check span{line-height:1.48}


/* =========================================================
   WorkGM 1.2.7 — Compact hero form + progressive GDPR
   ========================================================= */
.hero-form{
  width:min(100%,440px);
}
.hero-form .contact-card{
  width:100%;
  padding:24px 24px 22px;
}
.hero-form .contact-card h3{
  font-size:clamp(25px,2vw,31px);
  line-height:1.02;
  margin-bottom:8px;
}
.hero-form .contact-card > p{
  font-size:13px;
  line-height:1.48;
  margin-bottom:14px;
}
.hero-form .workgm-contact-form{
  gap:9px;
}
.hero-form .workgm-contact-form .field input,
.hero-form .workgm-contact-form .field select{
  min-height:46px;
}
.hero-form .workgm-contact-form .field textarea{
  min-height:84px;
  max-height:118px;
}
.hero-form .field-label{
  margin-bottom:5px;
  font-size:11px;
}
.hero-form .privacy-check-progressive{
  margin-top:2px;
  padding:10px 11px;
  border:1px solid rgba(96,165,250,.18);
  border-radius:10px;
  background:rgba(7,23,43,.34);
  font-size:10px;
  line-height:1.38;
  animation:wgPrivacyIn .22s ease-out both;
}
.hero-form .privacy-check-progressive[hidden]{
  display:none!important;
}
.hero-form .privacy-check-progressive input{
  flex:0 0 auto;
  margin-top:2px;
}
@keyframes wgPrivacyIn{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:translateY(0)}
}
@media(min-width:1180px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr) 440px;
    gap:58px;
  }
}
@media(max-width:760px){
  .hero-form{width:100%;max-width:520px}
  .hero-form .contact-card{padding:20px}
}


/* =========================================================
   WorkGM 1.2.9 — Premium Browser Scrollbar
   ========================================================= */

/* Firefox */
html{
  scrollbar-width:thin;
  scrollbar-color:#4f6dff #07111f;
}

/* Chromium / Edge / Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:12px;
  height:12px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
  background:
    linear-gradient(180deg,#06101d 0%,#091528 52%,#06101d 100%);
  border-left:1px solid rgba(255,255,255,.035);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
  min-height:58px;
  border:3px solid #07111f;
  border-radius:999px;
  background:
    linear-gradient(180deg,#67a0ff 0%,#4f6dff 48%,#735cff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 0 14px rgba(79,109,255,.42);
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{
  background:
    linear-gradient(180deg,#82b3ff 0%,#5f7cff 45%,#8068ff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.28),
    0 0 18px rgba(95,124,255,.58);
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active{
  background:
    linear-gradient(180deg,#4f8fff 0%,#435fff 50%,#684fff 100%);
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner{
  background:#07111f;
}

/* Top page scroll progress — visually matched to scrollbar */
.progress{
  height:3px!important;
  background:
    linear-gradient(90deg,#42b8ff 0%,#5374ff 52%,#7860ff 100%)!important;
  box-shadow:
    0 0 12px rgba(83,116,255,.62),
    0 0 24px rgba(75,118,255,.22)!important;
  border-radius:0 999px 999px 0;
  transition:width .08s linear;
}

/* Subtle page edge detail near the scrollbar on desktop */
@media(min-width:900px){
  body:after{
    content:"";
    position:fixed;
    top:0;
    right:12px;
    width:1px;
    height:100vh;
    pointer-events:none;
    z-index:99990;
    background:
      linear-gradient(180deg,
        rgba(96,165,250,.06),
        rgba(96,165,250,.18) 35%,
        rgba(117,92,255,.14) 65%,
        rgba(96,165,250,.04)
      );
  }
}

/* Keep native mobile scrolling clean */
@media(max-width:700px){
  html{
    scrollbar-width:auto;
  }
}


/* =========================================================
   WorkGM 1.3.0 — REAL compact hero form
   Correct selector: the live element is .form-card.
   ========================================================= */
.hero .form-card{
  width:100%;
  max-width:390px;
  justify-self:end;
  padding:20px 20px 18px;
  border-radius:22px;
}
.hero .form-card h3{
  margin:0 0 6px;
  font-size:clamp(23px,1.8vw,27px);
  line-height:1.02;
  letter-spacing:-.025em;
}
.hero .form-card > p{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.42;
}
.hero .form-card .field{
  margin:7px 0;
}
.hero .form-card .field-label{
  margin:0 0 4px;
  font-size:10.5px;
  line-height:1.25;
}
.hero .form-card .field input,
.hero .form-card .field select{
  min-height:42px;
  height:42px;
  padding:0 12px;
  border-radius:10px;
  font-size:12px;
}
.hero .form-card .field textarea{
  min-height:68px;
  height:68px;
  max-height:96px;
  padding:11px 12px;
  border-radius:10px;
  font-size:12px;
  line-height:1.4;
}
.hero .form-card .btn{
  min-height:42px;
  margin-top:7px;
  padding:9px 14px;
}
.hero .form-card .privacy-check-progressive{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:6px 0 2px;
  padding:8px 9px;
  border:1px solid rgba(96,165,250,.16);
  border-radius:9px;
  background:rgba(5,17,34,.38);
  color:#aebcd0;
  font-size:9.5px;
  line-height:1.35;
}
.hero .form-card .privacy-check-progressive[hidden]{
  display:none!important;
}
.hero .form-card .privacy-check-progressive input{
  flex:0 0 auto;
  width:14px;
  height:14px;
  margin:1px 0 0;
}
.hero .form-card .privacy-check-progressive a{
  color:#8fb3ff;
  text-decoration:underline;
  text-underline-offset:2px;
}
.hero .form-card .form-message{
  min-height:0;
  margin-top:5px;
  font-size:11px;
}
@media(min-width:1180px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr) 390px!important;
    gap:64px!important;
  }
}
@media(max-width:1179px) and (min-width:1001px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr) 370px!important;
    gap:38px!important;
  }
  .hero .form-card{max-width:370px}
}
@media(max-width:1000px){
  .hero .form-card{
    width:min(100%,460px);
    max-width:460px;
    justify-self:start;
  }
}
@media(max-width:650px){
  .hero .form-card{
    width:100%;
    max-width:none;
    padding:18px 16px;
  }
}




/* =========================================================
   WorkGM 1.3.4 — EXISTING .menu button as premium mobile burger
   ========================================================= */
.nav-actions .menu{
  display:none;
  width:44px;
  height:44px;
  flex:0 0 44px;
  padding:0;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  color:#fff;
  cursor:pointer;
}
.nav-actions .menu svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nav-actions .menu[aria-expanded="true"]{
  background:linear-gradient(145deg,rgba(70,103,255,.28),rgba(255,255,255,.05));
  border-color:rgba(111,146,255,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 20px rgba(79,109,255,.20);
}

/* slide-out panel */
.mobile-menu-panel{position:fixed;inset:0;z-index:999980}
.mobile-menu-panel[hidden]{display:none!important}
.mobile-menu-panel__backdrop{
  position:absolute;inset:0;background:rgba(2,8,18,.58);
  backdrop-filter:blur(8px);animation:wgmFade .2s ease both
}
.mobile-menu-panel__sheet{
  position:absolute;right:0;top:0;width:min(88vw,390px);height:100%;
  display:flex;flex-direction:column;padding:22px 18px;
  background:
    radial-gradient(circle at 90% 7%,rgba(86,107,255,.26),transparent 26%),
    linear-gradient(180deg,#0a1c34,#071426 58%,#05101f);
  border-left:1px solid rgba(128,157,255,.18);
  box-shadow:-30px 0 70px rgba(0,0,0,.34);
  animation:wgmSlide .28s cubic-bezier(.2,.75,.25,1) both
}
.mobile-menu-panel__top{
  display:flex;align-items:center;justify-content:space-between;
  padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)
}
.mobile-menu-logo{font:700 27px/1 Georgia,serif;color:#fff;text-decoration:none}
.mobile-menu-logo span{color:#6f92ff}
.mobile-menu-close{
  position:relative;width:42px;height:42px;
  border:1px solid rgba(255,255,255,.15);border-radius:12px;
  background:rgba(255,255,255,.055);cursor:pointer
}
.mobile-menu-close span{
  position:absolute;left:11px;top:20px;width:19px;height:1.5px;background:#fff
}
.mobile-menu-close span:first-child{transform:rotate(45deg)}
.mobile-menu-close span:last-child{transform:rotate(-45deg)}
.mobile-menu-nav{display:flex;flex-direction:column;padding:18px 0}
.mobile-menu-nav a{
  display:flex;align-items:center;justify-content:space-between;
  min-height:58px;padding:0 4px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#f6f8ff;text-decoration:none;font-size:18px;font-weight:700
}
.mobile-menu-nav a:hover{color:#8fb0ff}
.mobile-menu-nav a i{font-style:normal;font-size:10px;letter-spacing:.14em;color:#60789b}
.mobile-menu-panel__bottom{margin-top:auto;padding-top:20px}
.mobile-menu-cta{width:100%;justify-content:center}
body.mobile-menu-open{overflow:hidden}
@keyframes wgmFade{from{opacity:0}to{opacity:1}}
@keyframes wgmSlide{from{transform:translateX(100%)}to{transform:translateX(0)}}

@media(max-width:900px){
  .header-nav,.site-nav,.desktop-nav{display:none!important}
  .nav-actions .menu{display:inline-flex!important}
  .nav-actions{gap:8px}
  .nav-actions .nav-cta{display:none!important}
}
@media(max-width:520px){
  .mobile-menu-panel__sheet{width:92vw;padding:18px 15px}
  .mobile-menu-nav a{min-height:56px;font-size:17px}
}



/* WorkGM 1.3.5 — languages inside mobile menu, one line */
.mobile-menu-languages{
  display:flex;
  align-items:center;
  gap:5px;
  padding:14px 0 6px;
  white-space:nowrap;
}
.mobile-menu-languages a{
  flex:1 1 0;
  min-width:0;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.10);
  border-radius:9px;
  background:rgba(255,255,255,.035);
  color:#9eb0ca;
  text-decoration:none;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.04em;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.mobile-menu-languages a:hover{
  color:#fff;
  border-color:rgba(111,146,255,.36);
  background:rgba(74,104,255,.12);
}
.mobile-menu-languages a.active{
  color:#fff;
  border-color:rgba(111,146,255,.58);
  background:linear-gradient(135deg,#2f70ff,#6158ff);
  box-shadow:0 7px 18px rgba(67,91,255,.20);
}
.mobile-menu-nav a{
  justify-content:flex-start!important;
}
.mobile-menu-nav a i{
  display:none!important;
}
@media(max-width:380px){
  .mobile-menu-languages{gap:3px}
  .mobile-menu-languages a{
    height:32px;
    font-size:9.5px;
    border-radius:8px;
  }
}



/* =========================================================
   WorkGM 1.3.6 — mobile header: equal language + burger cubes
   ========================================================= */
@media(max-width:900px){
  .nav-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
  }

  .nav-actions .language-switcher{
    position:relative;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
  }

  .nav-actions .language-toggle,
  .nav-actions .menu{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    flex:0 0 44px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:13px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(12px)!important;
    color:#fff!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
  }

  .nav-actions .language-toggle span{
    display:block!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.04em!important;
  }

  /* Hide tiny chevron in the square mobile language button.
     The cube itself is the dropdown affordance. */
  .nav-actions .language-toggle > svg{
    display:none!important;
  }

  .nav-actions .menu svg{
    width:21px!important;
    height:21px!important;
  }

  .nav-actions .language-toggle[aria-expanded="true"],
  .nav-actions .menu[aria-expanded="true"]{
    border-color:rgba(111,146,255,.42)!important;
    background:linear-gradient(145deg,rgba(70,103,255,.28),rgba(255,255,255,.05))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 20px rgba(79,109,255,.20)!important;
  }

  .nav-actions .language-menu{
    right:0!important;
    left:auto!important;
    top:52px!important;
  }
}

@media(max-width:420px){
  .nav-actions{gap:7px!important}
  .nav-actions .language-switcher,
  .nav-actions .language-toggle,
  .nav-actions .menu{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
    flex-basis:42px!important;
    border-radius:12px!important;
  }
}



/* =========================================================
   WorkGM 1.3.7 — HARD mobile navigation fix
   One drawer only. Language cube + burger stay in one row.
   ========================================================= */

/* Legacy mobile panel must never appear again, even if stale HTML survives in cache. */
.mobile-panel{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Drawer is the only mobile navigation layer. */
#workgm-mobile-menu[hidden]{
  display:none!important;
}

/* Mobile header controls: [ LV ] [ ☰ ] */
@media(max-width:900px){
  .nav{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
  }

  .navlinks{
    display:none!important;
  }

  .nav-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    margin-left:auto!important;
  }

  /* Earlier theme CSS hid this at <=1000px. Override it explicitly. */
  .nav-actions .language-switcher{
    display:block!important;
    position:relative!important;
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
  }

  .nav-actions .language-toggle,
  .nav-actions .menu{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    flex:0 0 44px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:13px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.18)!important;
    color:#fff!important;
    backdrop-filter:blur(12px)!important;
  }

  .nav-actions .language-toggle > svg{
    display:none!important;
  }

  .nav-actions .language-toggle span{
    display:block!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.04em!important;
  }

  .nav-actions .menu svg{
    display:block!important;
    width:21px!important;
    height:21px!important;
  }

  .nav-actions .nav-cta{
    display:none!important;
  }

  .nav-actions .language-menu{
    right:0!important;
    left:auto!important;
    top:52px!important;
    min-width:190px!important;
    z-index:1000005!important;
  }

  .nav-actions .language-switcher.is-open .language-menu{
    display:block!important;
  }
}

/* Burger becomes an X while the single drawer is open. */
@media(max-width:900px){
  .nav-actions .menu[aria-expanded="true"] svg{
    display:none!important;
  }

  .nav-actions .menu[aria-expanded="true"]{
    position:relative!important;
  }

  .nav-actions .menu[aria-expanded="true"]::before,
  .nav-actions .menu[aria-expanded="true"]::after{
    content:"";
    position:absolute;
    left:11px;
    top:21px;
    width:20px;
    height:1.7px;
    border-radius:999px;
    background:#fff;
    box-shadow:0 0 8px rgba(96,165,250,.30);
  }

  .nav-actions .menu[aria-expanded="true"]::before{
    transform:rotate(45deg);
  }

  .nav-actions .menu[aria-expanded="true"]::after{
    transform:rotate(-45deg);
  }
}

@media(max-width:420px){
  .nav-actions{
    gap:7px!important;
  }

  .nav-actions .language-switcher,
  .nav-actions .language-toggle,
  .nav-actions .menu{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
    flex-basis:42px!important;
    border-radius:12px!important;
  }

  .nav-actions .menu[aria-expanded="true"]::before,
  .nav-actions .menu[aria-expanded="true"]::after{
    left:10px;
    top:20px;
  }
}


/* WorkGM Premium Back To Top — v1.3.11 */
.workgm-back-to-top {
    position: fixed;
    right: clamp(18px, 2vw, 30px);
    bottom: clamp(18px, 2vw, 30px);
    width: 52px;
    height: 52px;
    z-index: 9990;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(17,38,68,.92), rgba(15,25,49,.94));
    box-shadow: 0 16px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(.94);
    transition: opacity .28s ease, transform .34s cubic-bezier(.2,.8,.2,1), visibility .28s ease, border-color .25s ease, box-shadow .25s ease;
}
.workgm-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.workgm-back-to-top:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(104,132,255,.58);
    box-shadow: 0 20px 48px rgba(0,0,0,.34), 0 0 0 1px rgba(82,109,255,.12), inset 0 1px 0 rgba(255,255,255,.14);
}
.workgm-back-to-top:active {
    transform: translateY(-1px) scale(.97);
}
.workgm-back-to-top:focus-visible {
    outline: 2px solid #6f82ff;
    outline-offset: 3px;
}
.workgm-back-to-top__icon {
    position: relative;
    z-index: 2;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.workgm-back-to-top__ring {
    position: absolute;
    inset: 5px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(48,119,255,.22), rgba(101,65,255,.20));
    opacity: .85;
    transition: opacity .25s ease, transform .3s ease;
}
.workgm-back-to-top:hover .workgm-back-to-top__ring {
    opacity: 1;
    transform: scale(1.04);
}
@media (max-width: 767px) {
    .workgm-back-to-top {
        right: 16px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .workgm-back-to-top {
        transition: opacity .15s ease, visibility .15s ease;
    }
}


/* WorkGM 1.3.12 — pause floating contact form while user interacts */
.workgm-contact-form.float.is-interacting,
.workgm-contact-form.float:hover,
.workgm-contact-form.float:focus-within {
    animation-play-state: paused !important;
}

/* Keep the card exactly where the animation currently is when paused. */
.workgm-contact-form.float.is-interacting {
    will-change: auto;
}

/* 1.3.15 local optimized media */

.photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.photo:after{z-index:1}
.photo label{z-index:2}


/* =========================================================
   WorkGM 1.3.20 — Premium multilingual form success state
   ========================================================= */
.workgm-contact-form{position:relative}
.workgm-contact-form.is-sending button[type="submit"]{opacity:.72;pointer-events:none}
.workgm-form-field-hidden{display:none!important}
.workgm-contact-form.is-success{min-height:330px;display:flex!important;align-items:stretch;justify-content:center}
.workgm-form-success[hidden]{display:none!important}
.workgm-form-success{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:330px;
  padding:34px 26px 28px;
  border:1px solid rgba(124,161,255,.22);
  border-radius:22px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at 50% 5%,rgba(66,122,255,.20),transparent 42%),
    linear-gradient(155deg,rgba(17,35,63,.96),rgba(8,20,39,.97));
  box-shadow:0 26px 70px rgba(2,10,26,.34),inset 0 1px 0 rgba(255,255,255,.08);
  opacity:0;
  transform:translateY(10px) scale(.985);
  transition:opacity .42s ease,transform .52s cubic-bezier(.2,.75,.2,1);
}
.workgm-form-success.is-visible{opacity:1;transform:none}
.workgm-form-success__glow{
  position:absolute;z-index:-1;width:240px;height:240px;left:50%;top:-135px;transform:translateX(-50%);
  border-radius:50%;background:rgba(70,119,255,.32);filter:blur(52px);pointer-events:none;
  animation:workgm-success-glow 3.4s ease-in-out infinite alternate;
}
.workgm-form-success__icon{
  width:74px;height:74px;margin-bottom:20px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(51,111,255,.22),rgba(91,69,255,.16));
  border:1px solid rgba(125,167,255,.28);
  box-shadow:0 14px 40px rgba(36,92,255,.20),inset 0 1px 0 rgba(255,255,255,.10);
}
.workgm-form-success__icon svg{width:50px;height:50px;fill:none;overflow:visible}
.workgm-form-success__icon circle{stroke:rgba(146,181,255,.25);stroke-width:2}
.workgm-form-success__icon path{
  stroke:#79a7ff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:34;stroke-dashoffset:34;
}
.workgm-form-success.is-visible .workgm-form-success__icon{
  animation:workgm-success-pop .65s cubic-bezier(.2,.85,.25,1.25) .08s both;
}
.workgm-form-success.is-visible .workgm-form-success__icon path{
  animation:workgm-success-check .6s ease .35s forwards;
}
.workgm-form-success__eyebrow{font-size:10px;font-weight:900;letter-spacing:.20em;color:#769fff;margin-bottom:8px}
.workgm-form-success__title{font-family:Georgia,serif;font-size:clamp(27px,2.5vw,35px);line-height:1.05;color:#fff}
.workgm-form-success__text{max-width:360px;margin:11px auto 21px;color:#b7c5db;font-size:13px;line-height:1.62}
.workgm-form-success__again{
  min-height:42px;padding:0 17px;border-radius:12px;border:1px solid rgba(139,169,255,.25);
  background:rgba(255,255,255,.055);color:#eef3ff;font-size:12px;font-weight:800;cursor:pointer;
  transition:.25s ease;
}
.workgm-form-success__again span{display:inline-block;margin-left:7px;color:#7ca2ff;transition:.25s ease}
.workgm-form-success__again:hover{background:rgba(78,112,255,.14);border-color:rgba(137,167,255,.46);transform:translateY(-2px)}
.workgm-form-success__again:hover span{transform:translate(2px,-2px)}
.form-message.is-error{
  padding:9px 11px;border:1px solid rgba(255,111,111,.25);border-radius:10px;
  background:rgba(170,35,50,.12);color:#ffd1d6!important;font-weight:700;
}
@keyframes workgm-success-check{to{stroke-dashoffset:0}}
@keyframes workgm-success-pop{0%{opacity:0;transform:scale(.68) rotate(-7deg)}70%{transform:scale(1.07)}100%{opacity:1;transform:scale(1)}}
@keyframes workgm-success-glow{from{opacity:.65;transform:translateX(-50%) scale(.94)}to{opacity:1;transform:translateX(-50%) scale(1.08)}}
@media(max-width:650px){
  .workgm-contact-form.is-success,.workgm-form-success{min-height:285px}
  .workgm-form-success{padding:28px 20px 24px;border-radius:18px}
  .workgm-form-success__icon{width:66px;height:66px;margin-bottom:16px}
  .workgm-form-success__title{font-size:27px}
}
@media(prefers-reduced-motion:reduce){
  .workgm-form-success,.workgm-form-success__icon,.workgm-form-success__icon path,.workgm-form-success__glow{animation:none!important;transition:none!important}
  .workgm-form-success{opacity:1;transform:none}
  .workgm-form-success__icon path{stroke-dashoffset:0}
}

/* WorkGM 1.4.0 — Premium recruitment homepage */
.section-intro{max-width:820px;margin-bottom:38px}.section-intro>p{max-width:700px;color:#60708a;font-size:17px;line-height:1.75}.split-intro{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:64px;align-items:end}.split-intro>p{margin:0 0 8px}
.audience-section{padding:96px 0 70px;background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.audience-card{position:relative;min-height:330px;padding:34px;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #dde6f2;box-shadow:0 22px 55px rgba(20,43,79,.08)}.audience-card:before{content:"";position:absolute;inset:auto -20% -45% auto;width:360px;height:360px;border-radius:50%;filter:blur(10px);opacity:.5;pointer-events:none}.audience-worker{background:linear-gradient(145deg,#fff,#f2f6fb)}.audience-worker:before{background:radial-gradient(circle,rgba(62,126,255,.12),transparent 68%)}.audience-employer{color:#fff;border-color:rgba(102,139,255,.22);background:radial-gradient(circle at 90% 12%,rgba(89,88,255,.25),transparent 28%),linear-gradient(145deg,#0d2441,#071526 70%)}.audience-employer:before{background:radial-gradient(circle,rgba(75,98,255,.28),transparent 68%)}.audience-icon{position:relative;z-index:1;width:58px;height:58px;border-radius:17px;display:grid;place-items:center;margin-bottom:44px;background:#eaf2ff;color:#2267ef}.audience-employer .audience-icon{background:rgba(255,255,255,.09);color:#82a9ff;border:1px solid rgba(255,255,255,.09)}.audience-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.audience-card-copy{position:relative;z-index:1;max-width:520px;margin-bottom:25px}.audience-label{display:block;font-size:clamp(27px,3vw,40px);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:#10233e}.audience-employer .audience-label{color:#fff}.audience-card p{font-size:15px;line-height:1.7;color:#65758c}.audience-employer p{color:#b9c7db}.audience-card .btn{position:relative;z-index:1;margin-top:auto}.dark-ghost{border-color:#c7d4e7!important;color:#15345f!important;background:rgba(255,255,255,.5)!important}
.provide-section{padding:94px 0;background:#fff}.provide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.provide-card{position:relative;padding:28px 24px 26px;min-height:320px;border-radius:22px;border:1px solid #dfe7f2;background:linear-gradient(180deg,#fff,#f9fbfe);box-shadow:0 16px 38px rgba(21,47,84,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.provide-card:hover{transform:translateY(-6px);border-color:#bfd0ea;box-shadow:0 24px 48px rgba(21,47,84,.10)}.provide-number{position:absolute;top:20px;right:20px;color:#a9b6c8;font-size:10px;font-weight:800;letter-spacing:.18em}.provide-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#2c6df2;background:#eaf2ff;margin:38px 0 32px}.provide-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.provide-card h3{font-size:20px;margin:0 0 11px;color:#132945;letter-spacing:-.02em}.provide-card p{margin:0;color:#6b7a90;line-height:1.68}
.advantages-section{padding:100px 0;background:#f5f8fc}.advantages-shell{position:relative;padding:58px;border-radius:34px;overflow:hidden;color:#fff;background:radial-gradient(circle at 83% 13%,rgba(87,78,255,.22),transparent 28%),radial-gradient(circle at 10% 90%,rgba(27,143,255,.11),transparent 26%),linear-gradient(145deg,#0a203c,#061321 74%)}.advantages-shell:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.09;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(black,transparent 90%)}.advantages-head{position:relative;z-index:1;max-width:780px;margin-bottom:40px}.advantages-head h2{font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 16px}.advantages-head p{max-width:690px;color:#afbed2;line-height:1.7;font-size:16px}.light-kicker{color:#8eb1ff!important}.advantages-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.advantage-card{display:flex;gap:16px;padding:22px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.085);backdrop-filter:blur(8px);transition:background .22s ease,border-color .22s ease,transform .22s ease}.advantage-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.08);border-color:rgba(105,140,255,.24)}.advantage-icon{flex:0 0 44px;width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#80a6ff;background:rgba(82,111,255,.11)}.advantage-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.advantage-card h3{font-size:17px;margin:1px 0 6px;color:#fff}.advantage-card p{margin:0;color:#aebdd0;font-size:13.5px;line-height:1.62}
.process-section{padding:100px 0;background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-card{position:relative;min-height:260px;padding:25px;border-radius:20px;background:#f7f9fc;border:1px solid #e0e7f0;overflow:hidden}.process-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#2b78ff,#635bff);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.process-card:hover:after{transform:scaleX(1)}.process-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:56px}.process-top>span{font-size:11px;font-weight:800;letter-spacing:.15em;color:#7290bd}.process-top i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#e9f1ff;color:#2e6ff0;font-style:normal}.process-top i .premium-arrow{display:flex}.process-top svg{width:15px;height:15px}.process-card h3{font-size:20px;color:#142944;margin:0 0 11px;letter-spacing:-.02em}.process-card p{margin:0;color:#6c7a90;line-height:1.65;font-size:14px}.cta-copy{max-width:620px;color:#b6c5d9;line-height:1.7;margin-top:15px}
.social-premium-section{padding:0 0 94px;background:#f5f8fc}.social-premium-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px 42px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#0b213e,#101b34);border:1px solid rgba(94,126,255,.17);box-shadow:0 22px 55px rgba(8,27,53,.14)}.social-premium-card h2{font-size:32px;margin:6px 0 8px}.social-premium-card p{margin:0;color:#b5c4d8;max-width:650px;line-height:1.65}.social-premium-links{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.social-premium-link{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.10);transition:transform .2s ease,background .2s ease,border-color .2s ease}.social-premium-link:hover{transform:translateY(-3px);background:rgba(73,105,255,.18);border-color:rgba(101,135,255,.32)}.social-premium-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1050px){.provide-grid{grid-template-columns:repeat(2,1fr)}.advantages-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.advantages-shell{padding:44px 34px}}
@media(max-width:780px){.audience-grid{grid-template-columns:1fr}.audience-card{min-height:300px}.split-intro{grid-template-columns:1fr;gap:12px}.advantages-grid{grid-template-columns:1fr}.social-premium-card{align-items:flex-start;flex-direction:column}.social-premium-links{justify-content:flex-start}}
@media(max-width:600px){.audience-section,.provide-section,.advantages-section,.process-section{padding:70px 0}.audience-card{padding:26px;border-radius:23px}.audience-icon{margin-bottom:32px}.provide-grid,.process-grid{grid-template-columns:1fr}.provide-card{min-height:260px}.advantages-shell{padding:34px 22px;border-radius:26px}.advantages-head h2{font-size:38px}.social-premium-card{padding:30px 24px;border-radius:22px}}


/* WorkGM 1.4.2 — restore premium right-to-left hero shading */
.hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-shade{
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:
        linear-gradient(
            270deg,
            rgba(3,12,25,.88) 0%,
            rgba(4,15,30,.76) 18%,
            rgba(5,18,35,.53) 42%,
            rgba(6,20,38,.27) 66%,
            rgba(6,20,38,.10) 84%,
            rgba(6,20,38,.04) 100%
        );
}
.hero-gridfx{z-index:3}
.hero-inner{position:relative;z-index:4}
@media(max-width:780px){
    .hero-shade{
        background:
            linear-gradient(
                270deg,
                rgba(3,12,25,.80) 0%,
                rgba(4,15,30,.64) 28%,
                rgba(5,18,35,.40) 58%,
                rgba(6,20,38,.18) 82%,
                rgba(6,20,38,.08) 100%
            );
    }
}


/* WorkGM 1.5.0 — Premium Social Network System */
.workgm-social-link{position:relative;text-decoration:none}
.workgm-social-icon{display:grid;place-items:center}
.workgm-social-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.foot-social{display:flex;gap:9px;flex-wrap:wrap}
.foot-social .workgm-social-link{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#dce8ff;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.foot-social .workgm-social-link:hover{transform:translateY(-4px);color:#fff;border-color:rgba(105,139,255,.42);background:linear-gradient(145deg,rgba(54,116,255,.24),rgba(96,73,255,.16));box-shadow:0 12px 24px rgba(16,52,120,.22),inset 0 1px 0 rgba(255,255,255,.14)}
.social-premium-links{gap:12px}
.social-premium-link{width:54px!important;height:54px!important;border-radius:17px!important;position:relative;overflow:hidden}
.social-premium-link:before{content:"";position:absolute;inset:-1px;border-radius:inherit;opacity:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.24),transparent 48%);transition:opacity .22s ease}
.social-premium-link:hover:before{opacity:1}
.social-premium-link .workgm-social-icon{position:relative;z-index:1}
.workgm-social-dock{position:fixed;right:22px;top:50%;transform:translateY(-50%);z-index:8500;display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:20px;background:linear-gradient(155deg,rgba(7,25,49,.88),rgba(8,20,40,.76));border:1px solid rgba(137,165,255,.18);box-shadow:0 18px 45px rgba(3,15,35,.25),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}
.workgm-social-dock__glow{position:absolute;inset:18% -18px;border-radius:50%;background:rgba(62,89,255,.16);filter:blur(22px);pointer-events:none}
.workgm-social-dock__link{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#dbe8ff;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:transform .22s ease,color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}
.workgm-social-dock__link:hover{transform:translateX(-5px) scale(1.04);color:#fff;background:linear-gradient(135deg,rgba(41,112,255,.34),rgba(95,70,255,.26));border-color:rgba(103,142,255,.42);box-shadow:0 10px 24px rgba(20,58,145,.28),inset 0 1px 0 rgba(255,255,255,.12)}
.workgm-social-dock__link:focus-visible{outline:2px solid #7da7ff;outline-offset:3px}
.process-top--clean{justify-content:flex-end}
.provide-number{display:none!important}
@media(max-width:900px){
 .workgm-social-dock{right:auto;top:auto;left:50%;bottom:14px;transform:translateX(-50%);flex-direction:row;gap:7px;padding:8px 10px;border-radius:18px}
 .workgm-social-dock__glow{inset:-12px 18%}
 .workgm-social-dock__link{width:42px;height:42px;border-radius:13px}
 .workgm-social-dock__link:hover{transform:translateY(-4px) scale(1.03)}
 .workgm-back-to-top{bottom:76px}
}
@media(max-width:480px){.workgm-social-dock{max-width:calc(100vw - 24px)}.workgm-social-dock__link{width:39px;height:39px}}


/* WorkGM 1.5.1 — premium legal/company identity footer */
.workgm-company-details{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.7fr);
  gap:28px;
  align-items:center;
  margin:30px 0 20px;
  padding:22px 24px;
  border:1px solid rgba(135,164,217,.16);
  border-radius:18px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 0%,rgba(68,91,255,.13),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)
}
.workgm-company-details:before{
  content:"";position:absolute;left:0;top:18px;bottom:18px;width:2px;
  background:linear-gradient(180deg,#5ca2ff,#695cff);
  box-shadow:0 0 18px rgba(86,119,255,.35)
}
.workgm-company-details__brand{padding-left:6px}
.workgm-company-details__eyebrow{
  display:block;margin-bottom:7px;color:#7fa8f7;font-size:9px;font-weight:800;
  letter-spacing:.16em;text-transform:uppercase
}
.workgm-company-details__brand strong{
  display:block;color:#fff;font-size:18px;line-height:1.25;letter-spacing:-.015em
}
.workgm-company-details__items{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px
}
.workgm-company-details__items>div{
  min-width:0;padding:12px 14px;border-radius:12px;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065)
}
.workgm-company-details__items span{
  display:block;margin-bottom:5px;color:#8192a9;font-size:9px;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase
}
.workgm-company-details__items b{
  display:block;color:#dce7f7;font-size:12px;font-weight:650;line-height:1.45;
  overflow-wrap:anywhere
}
@media(max-width:900px){
  .workgm-company-details{grid-template-columns:1fr;gap:16px}
  .workgm-company-details__items{grid-template-columns:1fr 1fr}
  .workgm-company-details__address{grid-column:1/-1}
}
@media(max-width:560px){
  .workgm-company-details{padding:20px 18px;border-radius:15px}
  .workgm-company-details__items{grid-template-columns:1fr}
  .workgm-company-details__address{grid-column:auto}
}


/* WorkGM 1.5.2 — compact company identity footer */
.workgm-company-details{
  grid-template-columns:minmax(190px,.7fr) minmax(0,1.6fr)!important;
  gap:16px!important;
  margin:18px 0 14px!important;
  padding:14px 16px!important;
  border-radius:14px!important;
  min-height:0!important;
}
.workgm-company-details:before{
  top:12px!important;
  bottom:12px!important;
}
.workgm-company-details__brand{
  padding-left:4px!important;
}
.workgm-company-details__eyebrow{
  margin-bottom:4px!important;
  font-size:8px!important;
  letter-spacing:.14em!important;
}
.workgm-company-details__brand strong{
  font-size:15px!important;
  line-height:1.2!important;
}
.workgm-company-details__items{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
}
.workgm-company-details__items>div{
  padding:8px 10px!important;
  border-radius:9px!important;
}
.workgm-company-details__items span{
  margin-bottom:3px!important;
  font-size:8px!important;
  letter-spacing:.06em!important;
}
.workgm-company-details__items b{
  font-size:11px!important;
  line-height:1.35!important;
}
.footer .copy{
  margin-top:10px!important;
}
@media(max-width:900px){
  .workgm-company-details{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:13px 14px!important;
  }
  .workgm-company-details__items{
    grid-template-columns:1fr 1fr!important;
  }
  .workgm-company-details__address{
    grid-column:1/-1!important;
  }
}
@media(max-width:560px){
  .workgm-company-details{
    margin:14px 0 10px!important;
    padding:12px!important;
    border-radius:12px!important;
  }
  .workgm-company-details__items{
    grid-template-columns:1fr!important;
  }
  .workgm-company-details__address{
    grid-column:auto!important;
  }
}
